@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap"); /*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.accordion {
  --bs-accordion-active-bg:unset;
  --bs-accordion-btn-focus-box-shadow:unset;
  --bs-accordion-btn-focus-border-color:unset;
  --bs-accordion-border-width:0;
}
.accordion .accordion-flush .accordion-item .accordion-button, .accordion .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 15px;
}

.breadcrumb {
  --bs-breadcrumb-margin-bottom:0;
}

nav, .nav-link {
  --bs-nav-link-color: initial;
  --bs-nav-link-hover-color: initial;
  --bs-nav-link-disabled-color: initial;
}

.navbar-toggler {
  --bs-border-width: 0;
  --bs-navbar-toggler-border-color: initial;
}
.navbar-toggler:focus {
  color: var(--blue);
}

.pagination {
  --bs-border-width: 2px;
  --bs-pagination-color: var(--blue);
  --bs-pagination-border-color: var(--blue);
  --bs-pagination-active-border-color: var(--blue);
  --bs-pagination-hover-border-color: var(--blue);
  --bs-pagination-active-bg: var(--blue);
  --bs-pagination-border-radius: 0;
  --bs-pagination-padding-x: 10px;
}
.pagination .active > .page-link, .pagination .page-link.active {
  background: var(--blue);
}

:root {
  --sp-h: 54px;
  --pc-h: 100px;
  --sp-padding: 16px;
  --header-pc-p: calc(20px + 1.5625vw);
  --header-sp-p: 20px;
  --w: 1200px;
  --font: Noto Sans JP, sans-serif;
  --black: #333333;
  --yellow: #FFAA00;
  --blue: #4484CE;
  --lgrey: #F0F4F5;
  --bg-g: linear-gradient(to bottom, #4484CE, #64CDCA);
  --txt-line: #F9CF00;
}

html {
  scroll-padding-block-start: var(--sp-h);
}
@media screen and (min-width: 1200px) {
  html {
    scroll-padding-block-start: var(--pc-h);
  }
}

body {
  position: relative;
  font-family: var(--font);
}

a {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
  a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
  a:where(:any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
}

img {
  max-width: 100%;
}

.d-ex-none {
  display: block;
}
@media screen and (min-width: 1620px) {
  .d-ex-none {
    display: none;
  }
}

.d-ex-block {
  display: none;
}
@media screen and (min-width: 1620px) {
  .d-ex-block {
    display: block;
  }
}

.d-exx-none {
  display: block;
}
@media screen and (min-width: 1710px) {
  .d-exx-none {
    display: none;
  }
}

.d-exx-block {
  display: none;
}
@media screen and (min-width: 1710px) {
  .d-exx-block {
    display: block;
  }
}

.d-xxx-none {
  display: block;
}
@media screen and (min-width: 1860px) {
  .d-xxx-none {
    display: none;
  }
}

.d-xxx-block {
  display: none;
}
@media screen and (min-width: 1860px) {
  .d-xxx-block {
    display: block;
  }
}

header {
  width: var(--header-w, calc(100% - var(--header-sp-p)));
  background-color: #fff;
  position: fixed;
  top: 14px;
  inset-inline: 0;
  margin-inline: auto;
  border-radius: 53px;
  padding-inline: calc(7px + 1.1979166667vw);
  height: var(--sp-h);
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
  z-index: 1030;
}
@media screen and (min-width: 1200px) {
  header {
    --header-w: calc(100% - var(--header-pc-p));
    height: var(--pc-h);
  }
}
header .logo h1 img {
  width: var(--header-log-w, 200px);
}
@media screen and (min-width: 1400px) {
  header .logo h1 img {
    --header-log-w: min(267px, 100%);
  }
}
header .nav .dropdown-toggle {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  header .nav .dropdown-toggle:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
  header .nav .dropdown-toggle:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
  header .nav .dropdown-toggle:where(:any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
}
header .nav > li:nth-last-child(2) {
  margin-left: 10px;
}
header .nav > li:last-child {
  margin-left: 12px;
}
header .nav .nav-link {
  --bs-nav-link-font-size: calc(10px + 0.3125vw);
  --bs-nav-link-font-weight: 500;
  --bs-nav-link-padding-x: calc(4px + 0.4166666667vw);
  --bs-nav-link-color: var(--black);
  transition: opacity 0.3s;
}
header .nav .nav-link:is(.current) {
  pointer-events: none;
}
header .nav .nav-link .link_icon {
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-4M14 4h6m0 0v6m0-6L10 14"%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
header .nav .nav-button {
  --bs-nav-link-padding-y: 10px;
  --bs-nav-link-padding-x: 5px;
  width: var(--nav-link-btn-w, 115px);
  text-align: center;
  font-size: var(--nav-link-btn-fs, 13px);
  line-height: 1;
  border-radius: 34px;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1200px) {
  header .nav .nav-button {
    --bs-nav-link-padding-y: 17px;
  }
}
header .nav .nav-button.blue {
  background-color: var(--blue);
}
header .nav .nav-button.yellow {
  background-color: var(--yellow);
}
header .nav .nav_submenu {
  position: relative;
}
header .nav .nav_submenu .nav_submenu_inner {
  position: absolute;
  top: 37px;
  left: 0;
  width: 220px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
header .nav .nav_submenu .nav_submenu_inner:is(.nav_submenu:hover *) {
  visibility: visible;
  opacity: 1;
}
header .nav .nav_submenu .nav_submenu_inner > li {
  height: auto;
  background-color: var(--blue);
}
header .nav .nav_submenu .nav_submenu_inner > li:not(:last-child) {
  border-bottom: 1px solid var(--lblue);
}
header .nav .nav_submenu .nav_submenu_inner > li a {
  display: inline-block;
  padding: 10px 20px;
  width: 100%;
  color: #fff;
}
header .nav .nav_submenu .nav-link::after {
  display: inline-block;
  margin-left: 0.255em;
  content: "";
  width: 20px;
  height: 15px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg id="feArrowDown0" fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"%3E%3Cg id="feArrowDown1" fill="currentColor"%3E%3Cpath id="feArrowDown2" d="m6 7l6 6l6-6l2 2l-8 8l-8-8z"%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: 0;
  border: none;
}
header .offcanvas .offcanvas-body .nav-item {
  border-bottom: 1px solid var(--blue);
  padding-left: 15px;
  padding-block: 8px;
}
header .offcanvas .offcanvas-body .nav-item .nav-link .link_icon {
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-4M14 4h6m0 0v6m0-6L10 14"%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

main {
  overflow-x: hidden;
}
main:is(.sub_main) {
  background-color: #fafafa;
}

.links .links_wrapper {
  width: min(var(--w), 100% - var(--sp-padding));
  border: 2px solid var(--blue);
  border-radius: 30px;
  background-color: #fff;
  padding-block: calc(20px + 2.6041666667vw);
  padding-inline: 10px;
  margin-inline: auto;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
}
.links .links_wrapper h3, .links .links_wrapper p {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: calc(18px + 0.3125vw);
  font-weight: bold;
}
.links .links_wrapper .links_inner {
  margin-top: calc(30px + 1.5625vw);
  margin-inline: auto;
  width: min(926px, 100%);
  display: grid;
  grid-template-columns: var(--links_inner_column, 1fr);
  gap: calc(10px + 1.0416666667vw);
}
@media screen and (min-width: 1200px) {
  .links .links_wrapper .links_inner {
    --links_inner_column: 1fr 1fr;
  }
}
.links .links_wrapper .links_inner > a {
  padding-block: calc(15px + 0.5208333333vw);
  padding-inline: calc(20px + 1.0416666667vw) calc(15px + 0.2604166667vw);
  border-radius: 52px;
  font-size: calc(18px + 0.3645833333vw);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.links .links_wrapper .links_inner > a:nth-child(1) {
  background: var(--yellow);
}
.links .links_wrapper .links_inner > a:nth-child(1) .icon_image {
  position: relative;
  top: 2px;
}
.links .links_wrapper .links_inner > a:nth-child(2) {
  background-color: var(--blue);
}
.links .links_wrapper .links_inner > a > span {
  display: grid;
  place-content: center;
}
.links .links_wrapper .links_inner > a > span.arrow_right_icon {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
}
.links .links_wrapper .links_inner > a > span.arrow_right_icon > svg {
  position: relative;
  z-index: 1;
}

.accordion {
  --bs-accordion-inner-border-radius: 15px;
  margin-top: calc(50px + 2.6041666667vw);
}
.accordion.accordion-flush .accordion-item .accordion-button, .accordion .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 15px;
}
.accordion .accordion-item {
  border-radius: 15px;
  margin-bottom: 30px;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
}
.accordion .accordion-item .accordion-header .accordion-button::before,
.accordion .accordion-item .accordion-header .accordion-button::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: var(--blue);
  width: 20px;
  height: 3px;
  transition: all 0.3s;
  background-image: none;
}
.accordion .accordion-item .accordion-header .accordion-button::after {
  transform: rotate(90deg);
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before,
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  opacity: 0;
}
.accordion .accordion-item .accordion-body {
  position: relative;
  padding-block: var(--bs-accordion-body-padding-y);
  padding-inline: var(--bs-accordion-body-padding-x);
}
@media screen and (min-width: 992px) {
  .accordion .accordion-item .accordion-body {
    padding-inline: 90px var(--bs-accordion-body-padding-x);
  }
}
.accordion .accordion-item .accordion-body::after {
  content: "";
  width: calc(100% - 2.5rem);
  height: 1px;
  background-color: var(--blue);
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  margin-inline: auto;
  display: inline-block;
  position: absolute;
  top: 0;
  inset-inline: 0;
}
.accordion .accordion-item button {
  display: flex;
  align-items: center;
}
.accordion .accordion-item button span {
  --span-mr: 16px;
  --span-size: 34px;
}
@media screen and (min-width: 992px) {
  .accordion .accordion-item button span {
    --span-mr: 26px;
    --span-size: 44px;
  }
}
.accordion .accordion-item button span:first-child {
  display: grid;
  font-size: calc(16px + 0.2604166667vw);
  color: #fff;
  font-family: "ヒラギノ丸ゴ StdN W5", "ヒラギノ丸ゴ StdN", "Hiragino Maru Gothic StdN", "ヒラギノ角ゴ StdN W5", "Hiragino Kaku Gothic StdN", "HG丸ｺﾞｼｯｸM-StdN", "HGMaruGothicMStdN";
  text-transform: uppercase;
  width: var(--span-size);
  height: var(--span-size);
  border-radius: 50%;
  background-color: var(--blue);
  place-content: center;
  margin-right: var(--faq_q_mr, 8px);
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .accordion .accordion-item button span:first-child {
    --faq_q_mr: var(--span-mr);
  }
}
.accordion .accordion-item button span:last-child {
  font-size: 16px;
  width: calc(var(--faq_q_w, 95%) - var(--span-size) - var(--span-mr));
}
@media screen and (min-width: 768px) {
  .accordion .accordion-item button span:last-child {
    --faq_q_w: 97%;
  }
}
.accordion > div:last-child {
  margin-bottom: 0;
}

.top_title {
  --top-ttl-mt: 82px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .top_title {
    --top-ttl-mt: 143px;
  }
}
.top_title::before {
  content: "";
  display: block;
  position: absolute;
  background: var(--blue);
  width: min(360px + 52.0833333333vw, 90%);
  height: var(--top-ttl-b-h, 140px);
  right: 0;
  top: calc(var(--top-ttl-mt) * -1);
}
@media screen and (min-width: 1200px) {
  .top_title::before {
    --top-ttl-b-h: 320px;
  }
}
.top_title .top_title_wrapper {
  --top-ttl-h: 120px;
  --top-ttl-h2-h: 50px;
  --top-ttl-h3-h: calc(var(--top-ttl-h) - var(--top-ttl-h2-h));
  margin-top: var(--top-ttl-mt);
  width: var(--top-ttl-width, 100%);
  display: grid;
  grid-template-columns: var(--top-ttl-column, 1fr);
  background-image: url(../images/common/page_top_img.png);
  background-size: auto;
  background-position: center;
  height: var(--top-ttl-h);
  border-radius: var(--top-ttl-h-radius, 0 30px 0 0);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .top_title .top_title_wrapper {
    --top-ttl-column: 65% 35%;
    --top-ttl-width: min(calc(100% - 360px), 100%);
    --top-ttl-h: 320px;
    --top-ttl-h2-h: 90px;
    --top-ttl-h-radius: 0 50px 50px 0;
  }
}
.top_title .top_title_wrapper h2 {
  font-size: calc(16px + 1.0416666667vw);
  font-weight: bold;
  color: #fff;
  background: var(--bg-g);
  border-radius: var(--top-ttl-h2-radius, 0);
  height: var(--top-ttl-h2-h);
  align-self: end;
  display: grid;
  align-items: center;
  order: var(--top-ttl-h2-order, 2);
}
@media screen and (min-width: 1200px) {
  .top_title .top_title_wrapper h2 {
    --top-ttl-h2-order: 1;
    --top-ttl-h2-radius: 0 15px 0 0;
  }
}
.top_title .top_title_wrapper h2 > span {
  position: absolute;
  left: var(--top-ttl-h2-span-l, 0);
  right: 0;
  margin-inline: auto;
  width: var(--top-ttl-h2-span-w, -webkit-fit-content);
  width: var(--top-ttl-h2-span-w, -moz-fit-content);
  width: var(--top-ttl-h2-span-w, fit-content);
}
@media screen and (min-width: 1200px) {
  .top_title .top_title_wrapper h2 > span {
    --top-ttl-h2-span-w: min(var(--w), calc(100% - var(--sp-padding)));
    --top-ttl-h2-span-l: -10px;
  }
}
.top_title .top_title_wrapper h3 {
  display: grid;
  align-items: center;
  justify-content: var(--top-ttl-h3-justify, center);
  padding-right: var(--top-ttl-h3-p-right, 0);
  font-size: calc(18px + 4.4270833333vw);
  font-weight: bold;
  color: var(--blue);
  opacity: 0.7;
  height: var(--top-ttl-h3-h);
  text-transform: uppercase;
  mix-blend-mode: screen;
  order: var(--top-ttl-h3-order, 1);
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  .top_title .top_title_wrapper h3 {
    --top-ttl-h3-order: 2;
    --top-ttl-h3-h: auto;
    --top-ttl-h3-justify: end;
    --top-ttl-h3-p-right: 20px;
  }
}

.sec_breadcrumb {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
  overflow-x: var(--sec-breadcrumb-scroll, scroll);
  white-space: var(--sec-breadcrumb-wspace, nowrap);
}
.sec_breadcrumb nav {
  margin-top: calc(10px + 0.2604166667vw);
}
.sec_breadcrumb nav .breadcrumb .breadcrumb-item {
  font-size: calc(14px + 0.1041666667vw);
}
.sec_breadcrumb nav .breadcrumb .breadcrumb-item a {
  color: var(--blue);
}
.sec_breadcrumb nav .breadcrumb .breadcrumb-item.active {
  --bs-breadcrumb-item-active-color: $black;
}
.sec_breadcrumb nav .breadcrumb .breadcrumb-item + .breadcrumb-item {
  --bs-breadcrumb-item-padding-x: 13px;
}
.sec_breadcrumb nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  --bs-breadcrumb-divider: " ";
  --bs-breadcrumb-item-padding-x: 13px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="7" height="16" viewBox="0 0 7 16"%3E%3Cpath fill="currentColor" d="M1.5 13a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71L5.3 7.99L1.15 3.85c-.2-.2-.2-.51 0-.71c.2-.2.51-.2.71 0l4.49 4.51c.2.2.2.51 0 .71l-4.5 4.49c-.1.1-.23.15-.35.15"%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  width: 20px;
  height: 15px;
  position: relative;
  top: 4px;
}
@media screen and (min-width: 992px) {
  .sec_breadcrumb {
    --sec-breadcrumb-scroll: none;
    --sec-breadcrumb-wspace: wrap;
  }
}
.sec_breadcrumb > nav {
  width: var(--sec-breadcrumb-nav-w, 135%);
}
@media screen and (min-width: 992px) {
  .sec_breadcrumb > nav {
    --sec-breadcrumb-nav-w: auto;
  }
}
.sec_breadcrumb .breadcrumb {
  flex-wrap: var(--sec-breadcrumb-flex-wrap, nowrap);
}
@media screen and (min-width: 992px) {
  .sec_breadcrumb .breadcrumb {
    --sec-breadcrumb-flex-wrap: wrap;
  }
}

.slideup {
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.6s;
}
.slideup.active {
  transform: translate(0);
  opacity: 1;
}

.pager {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  margin-top: calc(50px + 1.5625vw);
}
.pager .page-item:not(:last-child) {
  margin-right: 8px;
}

#loading {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 99999;
}
#loading img {
  max-width: 360px;
  width: 80%;
}

footer .footer_top {
  display: grid;
  grid-template-columns: var(--grid-tmp-col, 1fr);
  padding-top: var(--footer-margin-top, 100px);
}
footer .footer_top:is(.sub_main + footer > *) {
  background-color: #fafafa;
}
@media screen and (min-width: 768px) {
  footer .footer_top {
    --footer-margin-top: calc(20px + 14.0625vw);
    --grid-tmp-col:repeat(auto-fit, minmax(580px, 1fr));
  }
}
footer .footer_top > div {
  padding-block: calc(30px + 2.9166666667vw) calc(27px + 2.6041666667vw);
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  padding-inline: 15px;
  width: 100%;
}
footer .footer_top > div:first-child {
  background-image: url("../images/common/footer_bg.png");
  background-size: cover;
  background-position: top;
}
footer .footer_top > div:first-child a {
  background: var(--yellow);
}
footer .footer_top > div:first-child a .icon_image {
  position: relative;
  top: 2px;
}
footer .footer_top > div:last-child {
  background: linear-gradient(to bottom, #4484CE, #64CDCA);
}
footer .footer_top > div:last-child h3 {
  color: #fff;
}
footer .footer_top > div:last-child a {
  background-color: var(--blue);
}
footer .footer_top > div h3 {
  font-size: calc(20px + 0.7291666667vw);
  line-height: 1.44;
  text-align: center;
}
footer .footer_top > div p {
  margin-top: calc(20px + 1.5625vw);
  flex: 1;
  font-size: calc(14px + 0.1041666667vw);
  font-weight: normal;
  color: #fff;
  line-height: 1.66;
}
footer .footer_top > div a {
  margin-top: calc(20px + 1.5625vw);
  padding-inline: calc(20px + 0.78125vw);
  padding-block: calc(10px + 1.4583333333vw);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: calc(18px + 0.3645833333vw);
  font-weight: bold;
  width: min(450px, 100%);
  margin-inline: auto;
  border-radius: 60px;
  height: calc(60px + 1.5625vw);
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
footer .footer_top > div a span {
  display: grid;
  place-content: center;
}
footer .footer_top > div a span.arrow_right_icon {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
}
footer .footer_top > div a span.arrow_right_icon > svg {
  position: relative;
  z-index: 1;
}
footer .footer_bottom {
  padding: calc(15px + 1.8229166667vw) calc(15px + 1.8229166667vw) 0;
  display: grid;
  grid-template-columns: var(--footer-b-grid-c, 1fr);
}
@media screen and (min-width: 1200px) {
  footer .footer_bottom {
    --footer-b-grid-c: 39% auto;
  }
}
footer .footer_bottom > div:nth-child(1) {
  padding-bottom: 18px;
}
footer .footer_bottom > div:nth-child(1) p {
  margin-top: calc(15px + 1.1458333333vw);
  font-size: calc(14px + 0.1041666667vw);
  line-height: 2;
}
footer .footer_bottom > div:nth-child(2) > ul {
  display: flex;
  gap: var(--footer-b-nth2-gap, 12px);
  justify-content: var(--footer-b-nth2-jstfy, );
  flex-wrap: var(--footer-b-nth2-wrap, wrap);
}
@media screen and (min-width: 1200px) {
  footer .footer_bottom > div:nth-child(2) > ul {
    --footer-b-nth2-jstfy: start;
  }
}
@media screen and (min-width: 768px) {
  footer .footer_bottom > div:nth-child(2) > ul {
    --footer-b-nth2-wrap: no-wrap;
    --footer-b-nth2-gap: calc(15px + 1.3020833333vw);
  }
}
footer .footer_bottom > div:nth-child(2) > ul > li {
  width: var(--footer-b-ulli-w);
}
footer .footer_bottom > div:nth-child(2) > ul > li:first-child {
  --footer-b-ulli-w: 100%;
}
@media screen and (min-width: 768px) {
  footer .footer_bottom > div:nth-child(2) > ul > li:first-child {
    --footer-b-ulli-w:auto;
  }
}
footer .footer_bottom > div:nth-child(2) > ul > li:not(:first-child) {
  --footer-b-ulli-w: 48%;
}
@media screen and (min-width: 768px) {
  footer .footer_bottom > div:nth-child(2) > ul > li:not(:first-child) {
    --footer-b-ulli-w:auto;
  }
}
footer .footer_bottom > div:nth-child(2) > ul > li > ul li {
  position: relative;
  padding-left: 15px;
}
footer .footer_bottom > div:nth-child(2) > ul > li > ul li::before {
  content: "";
  width: 5px;
  height: 1px;
  display: inline-block;
  position: absolute;
  inset-block: 0;
  left: 0;
  margin-block: auto;
}
footer .footer_bottom > div:nth-child(2) > ul > li > ul li a {
  font-size: 14px;
  line-height: 2.35;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
footer .footer_bottom > div:nth-child(2) a {
  font-size: calc(14px + 0.1041666667vw);
  line-height: 2;
  display: inline-block;
  width: 100%;
}
footer .footer_bottom > div:nth-child(2) a:not(.child_link) {
  margin-bottom: calc(12px + 0.4166666667vw);
}
footer .footer_bottom > div:nth-child(2) a .link_icon {
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-4M14 4h6m0 0v6m0-6L10 14"%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
footer .footer_bottom > div:nth-child(2) .dir_clmn {
  display: flex;
  flex-direction: column;
}
footer .copy {
  font-size: calc(14px + 0.1041666667vw);
  color: #fff;
  background-color: var(--blue);
  margin-top: calc(30px + 3.6458333333vw);
  padding-block: calc(10px + 0.2604166667vw);
}

.home .fv {
  position: relative;
  margin-top: var(--fv-mt, 82px);
}
@media screen and (min-width: 1200px) {
  .home .fv {
    --fv-mt: 128px;
  }
}
.home .fv .fv_main {
  width: var(--fv-main-w, calc(100% - 10px));
  padding-inline: calc(7px + 2.2395833333vw);
  padding-block: 30px;
  margin-bottom: var(--fv-main-mt, 50px);
  border-radius: 0 100px 100px 0;
  height: var(--fv-main-h, 800px);
  background-image: url(../images/top/fv_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: grid;
  grid-template-columns: var(--fv-main-column, auto);
  align-items: center;
  justify-content: var(--fv-main-justify, center);
  position: relative;
  z-index: 10;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1200px) {
  .home .fv .fv_main {
    --fv-main-w: min(calc(100% - 95px), 100%);
    --fv-main-column: calc(500px + 19.2708333333vw) auto;
    --fv-main-justify: normal;
    --fv-main-h: calc(400px + 18.4895833333vw);
    --fv-main-mt: 206px;
  }
}
.home .fv .fv_main .fv_main_detail {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.home .fv .fv_main .fv_main_detail > p {
  color: #fff;
  font-size: calc(16px + 0.4166666667vw);
  padding: calc(10px + 0.2604166667vw) calc(5px + 1.8229166667vw);
  border: 1px solid currentColor;
  text-align: center;
  letter-spacing: var(--fv_main-detail-p-ls, 0.5px);
}
@media screen and (min-width: 768px) {
  .home .fv .fv_main .fv_main_detail > p {
    --fv_main-detail-p-ls: 10.6px;
  }
}
.home .fv .fv_main .fv_main_detail > h2 {
  margin-top: calc(15px + 0.78125vw);
  color: #fff;
  font-size: calc(25px + 2.0833333333vw);
  font-weight: 900;
  text-align: var(--fv-h2-text, center);
}
@media screen and (min-width: 576px) {
  .home .fv .fv_main .fv_main_detail > h2 {
    --fv-h2-text: left;
  }
}
.home .fv .fv_main .fv_main_detail .fv_main_detail_middle {
  margin-top: calc(15px + 0.78125vw);
  display: flex;
  flex-direction: var(--fv_main_detail_middle-direction, column);
  gap: calc(10px + 0.78125vw);
  text-align: var(--fv_main_detail_middle-text, center);
}
@media screen and (min-width: 576px) {
  .home .fv .fv_main .fv_main_detail .fv_main_detail_middle {
    --fv_main_detail_middle-direction: row;
  }
}
.home .fv .fv_main .fv_main_detail .fv_main_detail_middle > p {
  padding: calc(8px + 0.2083333333vw) calc(10px + 0.8333333333vw);
  background-color: var(--lgrey);
  opacity: 0.9;
  border-radius: 28px;
  font-size: calc(16px + 0.2083333333vw);
  font-weight: bold;
  width: var(--fv_main_detail_middle_p_size, 100%);
  white-space: nowrap;
}
@media screen and (min-width: 576px) {
  .home .fv .fv_main .fv_main_detail .fv_main_detail_middle > p {
    --fv_main_detail_middle_p_size: 32%;
  }
}
.home .fv .fv_main .fv_main_detail .fv_main_detail_bottom {
  margin-top: calc(25px + 0.78125vw);
  display: flex;
  justify-content: space-between;
  gap: calc(10px + 0.78125vw);
}
.home .fv .fv_main .fv_main_detail .fv_main_detail_bottom > img {
  width: var(--fv_main_detail_bottom_img, 110px);
  margin-inline: auto;
}
@media screen and (min-width: 576px) {
  .home .fv .fv_main .fv_main_detail .fv_main_detail_bottom > img {
    --fv_main_detail_bottom_img:min(150px, 100%);
  }
}
@media screen and (min-width: 1200px) {
  .home .fv .fv_main .fv_main_detail .fv_main_detail_bottom > img {
    --fv_main_detail_bottom_img: 30.5%;
  }
}
.home .fv .fv_main .fv_main_image {
  inline-size: var(--fv_main_image-size, 320px);
  margin-inline: var(--fv_main_image-margin, auto);
}
@media screen and (min-width: 576px) {
  .home .fv .fv_main .fv_main_image {
    --fv_main_image-size:min(420px, 100%);
  }
}
@media screen and (min-width: 1200px) {
  .home .fv .fv_main .fv_main_image {
    --fv_main_image-size: fit-content;
    --fv_main_image-margin: auto 0;
  }
}
.home .fv .fv_bottom {
  position: relative;
  background-color: var(--lgrey);
}
.home .fv .fv_bottom::before {
  content: "";
  position: absolute;
  right: calc((30px + 5.2083333333vw) * -1);
  top: -500px;
  display: block;
  width: 600px;
  height: 950px;
  background-color: var(--blue);
  border-radius: 110px 0 0 110px;
  z-index: 2;
}
.home .fv .fv_bottom > .links_wrapper {
  position: absolute;
  inset-inline: 0;
  top: var(--links-wrapper-top, calc((30px + 50px) * -1));
  z-index: 15;
}
@media screen and (min-width: 1200px) {
  .home .fv .fv_bottom > .links_wrapper {
    --links-wrapper-top: calc((70px + 200px) * -1);
  }
}
.home .about {
  position: relative;
  background-color: var(--lgrey);
  padding-block: var(--about-pt, calc(200px + 10.4166666667vw)) calc(230px + 3.6458333333vw);
}
@media screen and (min-width: 1200px) {
  .home .about {
    --about-pt: 200px;
  }
}
.home .about::before {
  content: "";
  display: block;
  position: absolute;
  left: -50px;
  top: 145px;
  width: 561px;
  height: 448px;
  background-color: var(--blue);
  border-radius: 30px;
  z-index: 2;
}
.home .about .about_wrapper {
  position: relative;
}
.home .about .about_wrapper .about_inner {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
  padding-block: calc(20px + 4.1666666667vw);
  padding-inline: 10px;
  border: 2px solid var(--blue);
  border-radius: 30px;
  background-color: #fff;
  position: relative;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.home .about .about_wrapper .about_inner .about_content {
  display: grid;
  place-content: center;
  text-align: center;
}
.home .about .about_wrapper .about_inner .about_content h3 {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: var(--about-cnt-h3-fs, calc(24px + 1.3541666667vw));
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .home .about .about_wrapper .about_inner .about_content h3 {
    --about-cnt-h3-fs: 40px;
  }
}
.home .about .about_wrapper .about_inner .about_content div {
  margin-top: calc(25px + 0.9895833333vw);
  font-size: var(--about-cnt-div-fs, calc(20px + 0.2604166667vw));
  font-weight: bold;
  line-height: 2;
}
@media screen and (min-width: 1200px) {
  .home .about .about_wrapper .about_inner .about_content div {
    --about-cnt-div-fs: 30px;
  }
}
.home .about .about_wrapper .about_inner .about_content div > span {
  font-size: var(--about-cnt-span-fs, calc(22px + 0.1041666667vw));
  font-weight: 900;
  color: var(--blue);
  position: relative;
}
@media screen and (min-width: 1200px) {
  .home .about .about_wrapper .about_inner .about_content div > span {
    --about-cnt-span-fs: 32px;
  }
}
.home .about .about_wrapper .about_inner .about_all_links {
  margin-top: calc(70px + 1.5625vw);
  width: min(346px, 100% - var(--sp-padding));
  margin-inline: auto;
}
.home .about .about_wrapper .about_inner .about_all_links a {
  position: relative;
  display: block;
  padding-block: 13px;
  border: 1px solid var(--blue);
  font-size: calc(14px + 0.1041666667vw);
  border-radius: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.home .about .about_wrapper .about_inner .about_all_links a::after {
  display: block;
  content: "";
  position: absolute;
  inset-block: 0;
  right: 22px;
  width: 10px;
  height: 22px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="10" height="22.86" viewBox="0 0 7 16"%3E%3Cpath fill="%234484ce" d="M1.5 13a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71L5.3 7.99L1.15 3.85c-.2-.2-.2-.51 0-.71c.2-.2.51-.2.71 0l4.49 4.51c.2.2.2.51 0 .71l-4.5 4.49c-.1.1-.23.15-.35.15"%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  margin-block: auto;
}
.home .about .about_wrapper .about_side_right {
  position: absolute;
  z-index: 15;
  right: var(--about_side_right-right, 0);
  left: var(--about_side_right-left, 0);
  margin-inline: var(--about_side_right-margin, auto);
  bottom: var(--about_side_right-bottom, -240px);
  width: var(--about_side_right-w, min(350px, 100%));
}
@media screen and (min-width: 1400px) {
  .home .about .about_wrapper .about_side_right {
    --about_side_right-bottom: -100px;
    --about_side_right-left: auto;
    --about_side_right-right: 15px;
    --about_side_right-margin: 0;
    --about_side_right-w: min(calc(200px + 10.4166666667vw), 100%);
  }
}
.home .about .about_wrapper .about_side_right img {
  border-radius: 30px;
  border: 2px solid var(--blue);
}
.home .about .about_wrapper .about_all_links a {
  position: relative;
  display: block;
  padding-block: 13px;
  border: 1px solid var(--blue);
  font-size: calc(14px + 0.1041666667vw);
  border-radius: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.home .scene {
  --scene-scroll-top: 0;
  position: relative;
  padding-bottom: calc(60px + 1.3020833333vw);
}
@media screen and (min-width: 768px) {
  .home .scene {
    --scene-scroll-top: -100px;
  }
}
.home .scene::before {
  --scene-before-top:620px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--bg-height, 120%);
  background-image: url("../images/common/main_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: var(--scene-scroll-top);
  background-attachment: var(--bg-attachment, unset);
}
@media screen and (min-width: 768px) {
  .home .scene::before {
    --scene-before-top:620px;
    --bg-attachment: fixed;
    --bg-height: 100%;
  }
}
.home .scene::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--blue);
  width: 100%;
  height: 320px;
  z-index: 2;
}
.home .scene .scene_wrapper {
  position: relative;
}
.home .scene .scene_wrapper::before {
  content: "";
  position: absolute;
  top: -110px;
  left: 0;
  border-radius: 0 110px 110px 0;
  z-index: 2;
  width: 1112px;
  height: 912px;
  background-color: var(--blue);
}
.home .scene .scene_wrapper .scene_inner {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
  position: relative;
}
.home .scene .scene_wrapper .scene_inner .scene_title {
  position: relative;
  z-index: 2;
  padding-top: var(--scene_title-pt, 40px);
  color: #fff;
}
@media screen and (min-width: 992px) {
  .home .scene .scene_wrapper .scene_inner .scene_title {
    --scene_title-pt: calc(50px + 2.0833333333vw);
  }
}
.home .scene .scene_wrapper .scene_inner .scene_title h3 {
  font-size: var(--top-ttl-h3, 33px);
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .home .scene .scene_wrapper .scene_inner .scene_title h3 {
    --top-ttl-h3: 50px;
  }
}
.home .scene .scene_wrapper .scene_inner .scene_title p {
  text-transform: uppercase;
  font-size: calc(18px + 0.3125vw);
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.home .scene .scene_wrapper .scene_inner .scene_container {
  margin-top: calc(45px + 1.3020833333vw);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto auto;
  gap: calc(10px + 1.0416666667vw);
  position: relative;
  z-index: 3;
}
.home .scene .scene_wrapper .scene_inner .scene_container > div {
  padding: calc(15px + 0.78125vw);
  border: 2px solid var(--blue);
  border-radius: 30px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
}
.home .scene .scene_wrapper .scene_inner .scene_container > div:nth-of-type(1) {
  grid-column: 1/7;
  grid-row: 1/2;
}
.home .scene .scene_wrapper .scene_inner .scene_container > div:nth-of-type(2) {
  grid-column: 7/13;
  grid-row: 1/2;
}
.home .scene .scene_wrapper .scene_inner .scene_container > div:nth-of-type(3) {
  grid-column: 1/5;
  grid-row: 2/3;
}
.home .scene .scene_wrapper .scene_inner .scene_container > div:nth-of-type(3) a::after {
  right: 8px;
}
.home .scene .scene_wrapper .scene_inner .scene_container > div:nth-of-type(4) {
  grid-column: 5/9;
  grid-row: 2/3;
}
.home .scene .scene_wrapper .scene_inner .scene_container > div:nth-of-type(5) {
  grid-column: 9/13;
  grid-row: 2/3;
}
.home .scene .scene_wrapper .scene_inner .scene_container > div img {
  border-radius: 15px;
  height: 260px;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .scene .scene_wrapper .scene_inner .scene_container > div h4 {
  margin-top: calc(25px + 0.2604166667vw);
  font-size: var(--card_02-h4-fs, calc(20px + 0.4166666667vw));
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .home .scene .scene_wrapper .scene_inner .scene_container > div h4 {
    --card_02-h4-fs: 23px;
  }
}
.home .scene .scene_wrapper .scene_inner .scene_container > div a {
  position: relative;
  display: block;
  padding-block: 13px;
  border: 1px solid var(--blue);
  font-size: calc(14px + 0.1041666667vw);
  border-radius: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.home .scene .scene_wrapper .scene_inner .scene_container > div a::after {
  display: block;
  content: "";
  position: absolute;
  inset-block: 0;
  right: 22px;
  width: 10px;
  height: 22px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="10" height="22.86" viewBox="0 0 7 16"%3E%3Cpath fill="%234484ce" d="M1.5 13a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71L5.3 7.99L1.15 3.85c-.2-.2-.2-.51 0-.71c.2-.2.51-.2.71 0l4.49 4.51c.2.2.2.51 0 .71l-4.5 4.49c-.1.1-.23.15-.35.15"%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  margin-block: auto;
}
.home .scene .scene_wrapper .scene_inner .scene_container .scene_content p {
  margin-top: calc(20px + 0.2604166667vw);
  font-size: calc(14px + 0.1041666667vw);
  line-height: 1.625;
  flex: 1;
}
.home .scene .scene_wrapper .scene_inner .scene_container .scene_content a {
  margin-top: calc(25px + 0.2604166667vw);
}
.home .scene .scene_wrapper .scene_inner .scene_container_sp {
  margin-top: 40px;
  position: relative;
  z-index: 3;
}
.home .scene .scene_wrapper .scene_links {
  position: relative;
  z-index: 10;
  margin-top: calc(60px + 3.6458333333vw);
}
.home .scene .scene_wrapper .scene_links .links_wrapper > p {
  margin-bottom: calc(20px + 0.5208333333vw);
}
.home .products {
  padding-block: calc(30px + 14.0625vw) calc(30px + 11.9791666667vw);
  position: relative;
  background: #fafafa;
}
.home .products .products_wrapper {
  position: relative;
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
.home .products .products_wrapper .products_title {
  position: relative;
  color: var(--blue);
}
.home .products .products_wrapper .products_title h3 {
  font-size: var(--top-ttl-h3, 33px);
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .home .products .products_wrapper .products_title h3 {
    --top-ttl-h3: 50px;
  }
}
.home .products .products_wrapper .products_title p {
  text-transform: uppercase;
  font-size: calc(18px + 0.3125vw);
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.home .products .products_wrapper .products_title .products_character-right {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  position: absolute;
  top: -35%;
  right: 50px;
}
.home .products .products_wrapper .products_inner {
  margin-top: calc(45px + 1.3020833333vw);
  display: grid;
  grid-template-columns: var(--card_container-column, 1fr);
  gap: calc(10px + 1.0416666667vw);
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .home .products .products_wrapper .products_inner {
    --card_container-column: 1fr 1fr;
  }
}
.home .products .products_wrapper .products_inner > div {
  padding: calc(15px + 0.78125vw);
  border: 2px solid var(--blue);
  border-radius: 30px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
}
.home .products .products_wrapper .products_inner > div img {
  border-radius: 15px;
  height: 260px;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .products .products_wrapper .products_inner > div h4 {
  margin-top: calc(25px + 0.2604166667vw);
  font-size: calc(20px + 0.4166666667vw);
  font-weight: bold;
  flex: 1;
}
.home .products .products_wrapper .products_inner > div a {
  position: relative;
  display: block;
  padding-block: 13px;
  border: 1px solid var(--blue);
  font-size: calc(14px + 0.1041666667vw);
  border-radius: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.home .products .products_wrapper .products_inner > div a::after {
  display: block;
  content: "";
  position: absolute;
  inset-block: 0;
  right: 22px;
  width: 10px;
  height: 22px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="10" height="22.86" viewBox="0 0 7 16"%3E%3Cpath fill="%234484ce" d="M1.5 13a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71L5.3 7.99L1.15 3.85c-.2-.2-.2-.51 0-.71c.2-.2.51-.2.71 0l4.49 4.51c.2.2.2.51 0 .71l-4.5 4.49c-.1.1-.23.15-.35.15"%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  margin-block: auto;
}
.home .products .products_wrapper .products_inner .products_content a {
  margin-top: calc(50px + 1.3020833333vw);
}
.home .products .products_wrapper .products_all_link {
  margin-top: calc(60px + 1.5625vw);
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
.home .products .products_wrapper .products_all_link a {
  width: min(346px, 100%);
  margin-inline: auto;
  position: relative;
  display: block;
  padding-block: 13px;
  border: 1px solid var(--blue);
  font-size: calc(14px + 0.1041666667vw);
  border-radius: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.home .products .products_wrapper .products_all_link a::after {
  display: block;
  content: "";
  position: absolute;
  inset-block: 0;
  right: 22px;
  width: 10px;
  height: 22px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="10" height="22.86" viewBox="0 0 7 16"%3E%3Cpath fill="%234484ce" d="M1.5 13a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71L5.3 7.99L1.15 3.85c-.2-.2-.2-.51 0-.71c.2-.2.51-.2.71 0l4.49 4.51c.2.2.2.51 0 .71l-4.5 4.49c-.1.1-.23.15-.35.15"%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  margin-block: auto;
}
.home .casestudy {
  position: relative;
  background-color: #fafafa;
  z-index: 2;
}
.home .casestudy .casestudy_wrapper {
  position: relative;
  padding-block: calc(40px + 5.9895833333vw);
}
.home .casestudy .casestudy_wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: var(--casestudy_wrapper-before-w, 100%);
  height: 100%;
  border-radius: 0 110px 110px 0;
  background: var(--bg-g);
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .home .casestudy .casestudy_wrapper::before {
    --casestudy_wrapper-before-w: calc(100% - calc(200px + 11.3020833333vw));
  }
}
.home .casestudy .casestudy_wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 135px;
  background: var(--blue);
  z-index: 1;
}
.home .casestudy .casestudy_wrapper .casestudy_inner {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
.home .casestudy .casestudy_wrapper .casestudy_inner .casestudy_title {
  color: #fff;
  position: relative;
}
.home .casestudy .casestudy_wrapper .casestudy_inner .casestudy_title h3 {
  font-size: var(--top-ttl-h3, 33px);
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .home .casestudy .casestudy_wrapper .casestudy_inner .casestudy_title h3 {
    --top-ttl-h3: 50px;
  }
}
.home .casestudy .casestudy_wrapper .casestudy_inner .casestudy_title p {
  text-transform: uppercase;
  font-size: calc(18px + 0.3125vw);
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.home .casestudy .casestudy_wrapper .casestudy_inner .casestudy_title > :is(h4) {
  color: var(--blue);
  font-size: calc(20px + 0.8333333333vw);
  font-weight: bold;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.home .casestudy .casestudy_wrapper .casestudy_inner .casestudy_container {
  position: relative;
  z-index: 5;
  margin-top: var(--casestudy_container_mt, calc(40px + 8.3333333333vw));
  display: grid;
  grid-template-columns: var(--casestudy_container-column, 1fr);
  gap: var(--casestudy_container-gap, 50px);
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .home .casestudy .casestudy_wrapper .casestudy_inner .casestudy_container {
    --casestudy_container-column: repeat(3, 1fr);
    --casestudy_container-gap: calc(15px + 0.2604166667vw);
  }
}
.home .casestudy .casestudy_wrapper .casestudy_inner .casestudy_container .casestudy_content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.home .casestudy .casestudy_wrapper .casestudy_inner .casestudy_container .casestudy_content .casestudy_image {
  width: min(480px, 100%);
  margin-inline: auto;
}
.home .casestudy .casestudy_wrapper .casestudy_inner .casestudy_container .casestudy_content .casestudy_image img {
  width: 100%;
  height: 250px;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.home .casestudy .casestudy_wrapper .casestudy_inner .casestudy_container .casestudy_content .casestudy_description {
  margin-top: 17px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.home .casestudy .casestudy_wrapper .casestudy_inner .casestudy_container .casestudy_content .casestudy_description .casestudy_tags {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 0.2604166667vw);
}
.home .casestudy .casestudy_wrapper .casestudy_inner .casestudy_container .casestudy_content .casestudy_description .casestudy_tags span {
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid var(--blue);
  color: var(--blue);
  padding: 6px calc(10px + 0.2604166667vw);
  font-size: calc(14px + 0.1041666667vw);
}
.home .casestudy .casestudy_wrapper .casestudy_inner .casestudy_container .casestudy_content .casestudy_description h4 {
  margin-top: calc(15px + 0.2604166667vw);
  font-size: calc(18px + 0.3125vw);
  line-height: 1.583;
  flex: 1;
}
.home .casestudy .casestudy_wrapper .casestudy_inner .casestudy_container .casestudy_content .casestudy_description p {
  margin-top: 10px;
  font-size: calc(14px + 0.1041666667vw);
}
.home .casestudy .casestudy_wrapper .casestudy_inner .casestudy_all_links {
  margin-top: calc(70px + 1.5625vw);
  width: min(346px, 100% - var(--sp-padding));
  margin-inline: auto;
}
.home .casestudy .casestudy_wrapper .casestudy_inner .casestudy_all_links a {
  position: relative;
  display: block;
  padding-block: 13px;
  border: 1px solid var(--blue);
  font-size: calc(14px + 0.1041666667vw);
  border-radius: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.home .casestudy .casestudy_wrapper .casestudy_inner .casestudy_all_links a::after {
  display: block;
  content: "";
  position: absolute;
  inset-block: 0;
  right: 22px;
  width: 10px;
  height: 22px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="10" height="22.86" viewBox="0 0 7 16"%3E%3Cpath fill="%234484ce" d="M1.5 13a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71L5.3 7.99L1.15 3.85c-.2-.2-.2-.51 0-.71c.2-.2.51-.2.71 0l4.49 4.51c.2.2.2.51 0 .71l-4.5 4.49c-.1.1-.23.15-.35.15"%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  margin-block: auto;
}
.home .casestudy .casestudy_wrapper .casestudy_inner .casestudy_all_links a {
  z-index: 3;
}
.home .columns {
  position: relative;
  top: -140px;
  z-index: 1;
  margin-bottom: var(--columns-margin-bottom, -100px);
}
@media screen and (min-width: 768px) {
  .home .columns {
    --columns-margin-bottom: 0;
  }
}
.home .columns .columns_wrapper {
  position: relative;
  padding-block: calc(200px + 3.125vw) calc(100px + 2.8645833333vw);
}
.home .columns .columns_wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: var(--casestudy_wrapper-before-w, 100%);
  height: 100%;
  border-radius: 110px 0 0 110px;
  background-color: var(--blue);
}
@media screen and (min-width: 992px) {
  .home .columns .columns_wrapper::before {
    --casestudy_wrapper-before-w: calc(100% - calc(200px + 11.3020833333vw));
  }
}
.home .columns .columns_wrapper .columns_inner {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
.home .columns .columns_wrapper .columns_inner .columns_title {
  color: #fff;
  position: relative;
  text-align: center;
}
.home .columns .columns_wrapper .columns_inner .columns_title h3 {
  font-size: var(--top-ttl-h3, 33px);
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .home .columns .columns_wrapper .columns_inner .columns_title h3 {
    --top-ttl-h3: 50px;
  }
}
.home .columns .columns_wrapper .columns_inner .columns_title p {
  text-transform: uppercase;
  font-size: calc(18px + 0.3125vw);
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.home .columns .columns_wrapper .columns_inner .columns_container {
  margin-top: calc(60px + 2.0833333333vw);
  position: relative;
  display: grid;
  grid-template-columns: var(--columns_container-column, 1fr);
  gap: var(--columns_container-gap, 50px);
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .home .columns .columns_wrapper .columns_inner .columns_container {
    --columns_container-column: repeat(3, 1fr);
    --columns_container-gap: calc(15px + 0.2604166667vw);
  }
}
.home .columns .columns_wrapper .columns_inner .columns_container .columns_content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.home .columns .columns_wrapper .columns_inner .columns_container .columns_content .columns_image {
  width: min(480px, 100%);
  margin-inline: auto;
}
.home .columns .columns_wrapper .columns_inner .columns_container .columns_content .columns_image img {
  width: 100%;
  height: var(--column-img-h, 250px);
  border-radius: 30px;
  -o-object-fit: var(--column-img-ofit, cover);
     object-fit: var(--column-img-ofit, cover);
  box-shadow: var(--column-img-shadow, 0 3px 6px rgba(0, 0, 0, 0.16));
}
.home .columns .columns_wrapper .columns_inner .columns_container .columns_content .columns_description {
  padding-inline: calc(10px + 0.2604166667vw);
  display: flex;
  flex-direction: column;
  margin-top: calc(15px + 0.1041666667vw);
  height: 100%;
  flex: 1;
}
.home .columns .columns_wrapper .columns_inner .columns_container .columns_content .columns_description .columns_category {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: calc(14px + 0.1041666667vw);
}
.home .columns .columns_wrapper .columns_inner .columns_container .columns_content .columns_description .columns_category .columns_category_tag {
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid var(--blue);
  color: var(--blue);
  padding-block: 6px;
  width: 130px;
  text-align: center;
}
.home .columns .columns_wrapper .columns_inner .columns_container .columns_content .columns_description .columns_dec_title {
  margin-top: 15px;
  flex: 1;
  font-size: calc(20px + 0.2083333333vw);
  line-height: 1.583;
}
.home .columns .columns_wrapper .columns_inner .columns_all_links {
  margin-top: calc(70px + 1.5625vw);
  width: min(346px, 100% - var(--sp-padding));
  margin-inline: auto;
}
.home .columns .columns_wrapper .columns_inner .columns_all_links a {
  position: relative;
  display: block;
  padding-block: 13px;
  border: 1px solid var(--blue);
  font-size: calc(14px + 0.1041666667vw);
  border-radius: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.home .columns .columns_wrapper .columns_inner .columns_all_links a::after {
  display: block;
  content: "";
  position: absolute;
  inset-block: 0;
  right: 22px;
  width: 10px;
  height: 22px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="10" height="22.86" viewBox="0 0 7 16"%3E%3Cpath fill="%234484ce" d="M1.5 13a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71L5.3 7.99L1.15 3.85c-.2-.2-.2-.51 0-.71c.2-.2.51-.2.71 0l4.49 4.51c.2.2.2.51 0 .71l-4.5 4.49c-.1.1-.23.15-.35.15"%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  margin-block: auto;
}
.home .flow {
  position: relative;
  z-index: 5;
}
.home .flow .flow_wrapper {
  padding-block: calc(50px + 3.125vw) calc(45px + 2.6041666667vw);
  padding-inline: var(--flow_wrapper-pline, 6px);
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
  border: 3px solid var(--blue);
  border-radius: calc(30px + 4.1666666667vw);
  background-color: #fff;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 992px) {
  .home .flow .flow_wrapper {
    --flow_wrapper-pline: calc(10px + 4.6875vw);
  }
}
.home .flow .flow_wrapper .flow_inner .flow_title {
  color: var(--blue);
  position: relative;
  text-align: center;
}
.home .flow .flow_wrapper .flow_inner .flow_title h3 {
  font-size: var(--top-ttl-h3, 33px);
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .home .flow .flow_wrapper .flow_inner .flow_title h3 {
    --top-ttl-h3: 50px;
  }
}
.home .flow .flow_wrapper .flow_inner .flow_title p {
  text-transform: uppercase;
  font-size: calc(18px + 0.3125vw);
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.home .flow .flow_wrapper .flow_inner .flow_title p {
  color: var(--blue);
}
.home .flow .flow_wrapper .flow_inner .flow_container {
  margin-top: calc(25px + 3.3854166667vw);
  display: grid;
  grid-template-columns: var(--flow_content-column, 1fr 1fr);
  gap: calc(10px + 4.1666666667vw);
}
@media screen and (min-width: 992px) {
  .home .flow .flow_wrapper .flow_inner .flow_container {
    --flow_content-column: repeat(4, 1fr);
  }
}
.home .flow .flow_wrapper .flow_inner .flow_container > div:not(:last-child) > div::after {
  --flow_content-after-line: 96px;
  content: "";
  display: var(--flow_content-after-display, none);
  position: absolute;
  inset-block: 0;
  margin-block: auto;
  right: calc(var(--flow_content-after-line) * -1);
  width: var(--flow_content-after-line);
  height: 4px;
  background-color: var(--blue);
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .home .flow .flow_wrapper .flow_inner .flow_container > div:not(:last-child) > div::after {
    --flow_content-after-display: block;
  }
}
.home .flow .flow_wrapper .flow_inner .flow_container .flow_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home .flow .flow_wrapper .flow_inner .flow_container .flow_content > span {
  color: var(--blue);
  font-size: calc(20px + 1.0416666667vw);
  font-family: "ヒラギノ丸ゴ StdN W5", "ヒラギノ丸ゴ StdN", "Hiragino Maru Gothic StdN", "ヒラギノ角ゴ StdN W5", "Hiragino Kaku Gothic StdN", "HG丸ｺﾞｼｯｸM-StdN", "HGMaruGothicMStdN";
}
.home .flow .flow_wrapper .flow_inner .flow_container .flow_content > div {
  margin-top: 10px;
  position: relative;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  z-index: 2;
}
.home .flow .flow_wrapper .flow_inner .flow_container .flow_content > div img {
  --img-circle: 140px;
  border: 3px solid var(--blue);
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: var(--img-circle);
  height: var(--img-circle);
}
@media screen and (min-width: 992px) {
  .home .flow .flow_wrapper .flow_inner .flow_container .flow_content > div img {
    --img-circle: 180px;
  }
}
.home .flow .flow_wrapper .flow_inner .flow_container .flow_content > p {
  margin-top: calc(20px + 0.78125vw);
  font-size: calc(20px + 0.4166666667vw);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  flex: 1;
  height: 100%;
  display: grid;
  place-content: center;
  white-space: nowrap;
}
.home .flow .flow_wrapper .flow_inner .flow_links {
  margin-top: calc(50px + 2.6041666667vw);
  width: min(346px, 100% - var(--sp-padding));
  margin-inline: auto;
}
.home .flow .flow_wrapper .flow_inner .flow_links a {
  position: relative;
  display: block;
  padding-block: 13px;
  border: 1px solid var(--blue);
  font-size: calc(14px + 0.1041666667vw);
  border-radius: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.home .flow .flow_wrapper .flow_inner .flow_links a::after {
  display: block;
  content: "";
  position: absolute;
  inset-block: 0;
  right: 22px;
  width: 10px;
  height: 22px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="10" height="22.86" viewBox="0 0 7 16"%3E%3Cpath fill="%234484ce" d="M1.5 13a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71L5.3 7.99L1.15 3.85c-.2-.2-.2-.51 0-.71c.2-.2.51-.2.71 0l4.49 4.51c.2.2.2.51 0 .71l-4.5 4.49c-.1.1-.23.15-.35.15"%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  margin-block: auto;
}
.home .faq {
  position: relative;
  background-color: var(--lgrey);
}
.home .faq::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -465px;
  width: 100%;
  height: 600px;
  background-color: var(--lgrey);
  z-index: -1;
}
.home .faq .faq_wrapper {
  position: relative;
  padding-block: calc(100px + 3.125vw);
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
.home .faq .faq_wrapper .faq_inner .faq_title {
  color: var(--blue);
  position: relative;
  text-align: center;
}
.home .faq .faq_wrapper .faq_inner .faq_title h3 {
  font-size: var(--top-ttl-h3, 33px);
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .home .faq .faq_wrapper .faq_inner .faq_title h3 {
    --top-ttl-h3: 50px;
  }
}
.home .faq .faq_wrapper .faq_inner .faq_title p {
  text-transform: uppercase;
  font-size: calc(18px + 0.3125vw);
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.home .faq .faq_wrapper .faq_inner .faq_title p {
  color: var(--blue);
}
.home .faq .faq_wrapper .faq_inner .faq_all_links {
  margin-top: calc(70px + 1.5625vw);
  width: min(346px, 100% - var(--sp-padding));
  margin-inline: auto;
}
.home .faq .faq_wrapper .faq_inner .faq_all_links a {
  position: relative;
  display: block;
  padding-block: 13px;
  border: 1px solid var(--blue);
  font-size: calc(14px + 0.1041666667vw);
  border-radius: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.home .faq .faq_wrapper .faq_inner .faq_all_links a::after {
  display: block;
  content: "";
  position: absolute;
  inset-block: 0;
  right: 22px;
  width: 10px;
  height: 22px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="10" height="22.86" viewBox="0 0 7 16"%3E%3Cpath fill="%234484ce" d="M1.5 13a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71L5.3 7.99L1.15 3.85c-.2-.2-.2-.51 0-.71c.2-.2.51-.2.71 0l4.49 4.51c.2.2.2.51 0 .71l-4.5 4.49c-.1.1-.23.15-.35.15"%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  margin-block: auto;
}
.home .news {
  position: relative;
  padding-bottom: calc(100px + 3.6458333333vw);
}
.home .news::before {
  --news-before-top: 50px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(var(--news-before-top) * -1);
  width: min(100% - var(--news-before-w, 110px), 100%);
  height: 100%;
  background: var(--bg-g);
  border-radius: 0 calc(30px + 4.1666666667vw) calc(30px + 4.1666666667vw) 0;
}
@media screen and (min-width: 992px) {
  .home .news::before {
    --news-before-w: 410px;
    --news-before-h: calc(100% + var(--news-before-top));
  }
}
.home .news .news_wrapper {
  position: relative;
}
.home .news .news_wrapper .news_inner > .news_title {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
  color: #fff;
  position: relative;
  padding-top: var(--news_ttl-pt, 0);
}
@media screen and (min-width: 768px) {
  .home .news .news_wrapper .news_inner > .news_title {
    --news_ttl-pt: calc(20px + 6.7708333333vw);
  }
}
.home .news .news_wrapper .news_inner > .news_title h3 {
  font-size: var(--top-ttl-h3, 33px);
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .home .news .news_wrapper .news_inner > .news_title h3 {
    --top-ttl-h3: 50px;
  }
}
.home .news .news_wrapper .news_inner > .news_title p {
  text-transform: uppercase;
  font-size: calc(18px + 0.3125vw);
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.home .news .news_wrapper .news_inner > .news_title p {
  color: #fff;
}
.home .news .news_wrapper .news_inner .news_container {
  position: relative;
}
.home .news .news_wrapper .news_inner .news_container::before {
  content: "";
  display: block;
  position: absolute;
  left: var(--news_container-margin, 18.75%);
  top: 0;
  width: 1560px;
  height: 100%;
  background-color: #fff;
  border: solid var(--blue);
  border-width: 1px 0 1px 1px;
  border-radius: calc(20px + 2.0833333333vw) 0 0 calc(20px + 2.0833333333vw);
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
}
.home .news .news_wrapper .news_inner .news_container .news_content {
  position: relative;
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
  margin-top: calc(30px + 0.5208333333vw);
  padding: calc(30px + 1.5625vw) calc(10px + 1.5625vw);
}
.home .news .news_wrapper .news_inner .news_container .news_content > ul > li {
  padding-block: calc(15px + 0.2604166667vw);
  border-bottom: 1px solid var(--blue);
}
.home .news .news_wrapper .news_inner .news_container .news_content > ul > li > a {
  display: grid;
  grid-template-columns: var(--news_content-column, 1fr);
  gap: calc(10px + 0.3645833333vw);
  align-items: center;
  padding-inline: calc(10px + 0.5208333333vw);
}
@media screen and (min-width: 768px) {
  .home .news .news_wrapper .news_inner .news_container .news_content > ul > li > a {
    --news_content-column: auto 1fr auto;
  }
}
.home .news .news_wrapper .news_inner .news_container .news_content > ul > li > a > span.news_date {
  background-color: var(--blue);
  color: #fff;
  font-size: 14px;
  padding: 8px 6px;
  border-radius: 3px;
  line-height: 1;
}
.home .news .news_wrapper .news_inner .news_container .news_content > ul > li > a > span.news_title {
  color: var(--blue);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home .news .news_wrapper .news_inner .news_container .news_content > ul > li > a > span.news_link_icon {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: var(--blue);
  display: var(--news_link_icon-display, none);
  place-content: center;
}
@media screen and (min-width: 768px) {
  .home .news .news_wrapper .news_inner .news_container .news_content > ul > li > a > span.news_link_icon {
    --news_link_icon-display: grid;
  }
}
.home .news .news_wrapper .news_inner .news_all_links {
  margin-top: calc(70px + 1.5625vw);
  width: min(346px, 100% - var(--sp-padding));
  margin-inline: auto;
}
.home .news .news_wrapper .news_inner .news_all_links a {
  position: relative;
  display: block;
  padding-block: 13px;
  border: 1px solid var(--blue);
  font-size: calc(14px + 0.1041666667vw);
  border-radius: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.home .news .news_wrapper .news_inner .news_all_links a::after {
  display: block;
  content: "";
  position: absolute;
  inset-block: 0;
  right: 22px;
  width: 10px;
  height: 22px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="10" height="22.86" viewBox="0 0 7 16"%3E%3Cpath fill="%234484ce" d="M1.5 13a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71L5.3 7.99L1.15 3.85c-.2-.2-.2-.51 0-.71c.2-.2.51-.2.71 0l4.49 4.51c.2.2.2.51 0 .71l-4.5 4.49c-.1.1-.23.15-.35.15"%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  margin-block: auto;
}

.about .sec_about {
  margin-top: calc(30px + 5.7291666667vw);
}
.about .sec_about_wrapper {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
.about .sec_about_title {
  position: relative;
  color: var(--blue);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}
.about .sec_about_title::after {
  --sec_about_ttl: 3px;
  content: "";
  display: block;
  margin-top: calc(25px + 0.2604166667vw);
  width: 60px;
  height: var(--sec_about_ttl);
  background-color: var(--blue);
  margin-inline: auto;
  border-radius: var(--sec_about_ttl);
}
.about .sec_about_title > span {
  font-size: 15px;
  letter-spacing: calc(10px + 0.4166666667vw);
  text-transform: uppercase;
}
.about .sec_about_title > h2 {
  color: currentColor;
  font-size: calc(20px + 0.8333333333vw);
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.444;
}
.about .sec_about_title > h2 > span {
  color: var(--black);
}
.about .sec_about_container {
  margin-top: calc(30px + 3.125vw);
  border: 2px solid var(--blue);
  background-color: #fff;
  border-radius: 25px;
  padding: calc(20px + 1.3020833333vw) calc(8px + 1.6666666667vw);
  display: grid;
  grid-template-columns: var(--sec_about-column, 1fr);
  gap: calc(10px + 1.25vw);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 992px) {
  .about .sec_about_container {
    --sec_about-column: repeat(2, auto);
  }
}
.about .sec_about_container > div h3 {
  font-size: calc(16px + 0.4166666667vw);
  font-weight: bold;
}
.about .sec_about_container > div h3:before {
  --h3-b-size: 11px;
  content: "";
  display: inline-block;
  width: var(--h3-b-size);
  height: var(--h3-b-size);
  border-radius: 50%;
  background-color: var(--blue);
  margin-right: 13px;
  position: relative;
  bottom: 2px;
}
.about .sec_about_container > div p {
  margin-top: 20px;
  font-size: calc(14px + 0.1041666667vw);
  line-height: 1.625;
}
.about .sec_about_container img {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  width: min(352px, 100%);
  -o-object-fit: cover;
     object-fit: cover;
}
.about .features {
  margin-top: calc(40px + 8.8541666667vw);
}
.about .features .features_wrapper {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
.about .features .features_wrapper h3 {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: calc(18px + 0.5208333333vw);
  font-weight: bold;
  color: var(--blue);
  text-align: center;
}
.about .features .features_wrapper h3 span {
  color: var(--black);
}
.about .features .features_inner {
  margin-top: calc(30px + 2.0833333333vw);
}
.about .features .features_content:not(:first-child) {
  margin-top: calc(20px + 3.3854166667vw);
}
.about .features .features_title {
  display: flex;
  align-items: center;
  gap: calc(10px + 0.2604166667vw);
}
.about .features .features_title span {
  --f-ttl-size: 40px;
  width: var(--f-ttl-size);
  height: var(--f-ttl-size);
  border-radius: 50%;
  color: #fff;
  background-color: var(--blue);
  font-size: calc(16px + 0.4166666667vw);
  display: grid;
  place-content: center;
}
.about .features .features_title h4 {
  color: var(--blue);
  font-size: calc(18px + 0.3125vw);
}
.about .features .features_description {
  margin-top: 10px;
  font-size: calc(14px + 0.1041666667vw);
  line-height: 1.625;
}
.about .support_flow {
  margin-top: calc(35px + 11.1979166667vw);
}
.about .support_flow .support_flow_wrapper {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
.about .support_flow .support_flow_wrapper h3 {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: calc(18px + 0.5208333333vw);
  font-weight: bold;
  color: var(--blue);
}
.about .support_flow .support_flow_wrapper h3 span {
  color: var(--black);
}
.about .support_flow .support_flow_top {
  margin-top: calc(25px + 1.8229166667vw);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(5px + 1.0416666667vw);
  flex-direction: var(--flow-top-direction, column);
}
@media screen and (min-width: 768px) {
  .about .support_flow .support_flow_top {
    --flow-top-direction: row;
  }
}
.about .support_flow .support_flow_top > div {
  width: var(--flow-top-div-w, 85%);
  height: 70px;
  background-color: var(--blue);
  color: #fff;
  display: grid;
  place-content: center;
  font-size: calc(16px + 0.4166666667vw);
  font-weight: bold;
  border-radius: 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .about .support_flow .support_flow_top > div {
    --flow-top-div-w: calc(150px + 2.0833333333vw);
  }
}
.about .support_flow .support_flow_top > span img {
  transform: var(--img-transform, rotateZ(90deg) scale(0.7));
}
@media screen and (min-width: 768px) {
  .about .support_flow .support_flow_top > span img {
    --img-transform: rotateZ(0) scale(1);
  }
}
.about .support_flow .support_flow_bottom {
  margin-top: calc(40px + 4.4270833333vw);
  padding: calc(20px + 2.34375vw) calc(10px + 2.34375vw) calc(20px + 2.0833333333vw);
  background-color: var(--lgrey);
  border-radius: 25px;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.about .support_flow .support_flow_bottom > p {
  font-size: calc(16px + 0.1041666667vw);
}
.about .support_flow .support_flow_bottom .support_flow_images {
  margin-top: calc(30px + 2.2395833333vw);
  display: grid;
  grid-template-columns: var(--flow_images-column, 1fr 1fr);
  gap: calc(10px + 1.3541666667vw);
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .about .support_flow .support_flow_bottom .support_flow_images {
    --flow_images-column: repeat(3, auto);
  }
}
.about .support_flow .support_flow_bottom .support_flow_images > div {
  text-align: center;
}
.about .support_flow .support_flow_bottom .support_flow_images > div:last-child {
  grid-column: var(--flow_images-grid, 1/3);
}
@media screen and (min-width: 768px) {
  .about .support_flow .support_flow_bottom .support_flow_images > div:last-child {
    --flow_images-grid: 3 / 4;
  }
}
.about .support_flow .support_flow_bottom .support_flow_images > div > p {
  margin-top: 16px;
  font-size: 14px;
  font-weight: bold;
}
.about .it_award {
  margin-top: calc(30px + 11.4583333333vw);
}
.about .it_award .it_award_wrapper {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
.about .it_award .it_award_wrapper > h3 {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: calc(18px + 0.5208333333vw);
  font-weight: bold;
  color: var(--blue);
  text-align: center;
  line-height: 1.285;
}
.about .it_award .it_award_description {
  margin-top: calc(20px + 1.5625vw);
}
.about .it_award .it_award_description > p {
  font-size: calc(14px + 0.1041666667vw);
  line-height: 1.625;
}
.about .it_award .it_award_description > p:nth-of-type(2) {
  margin-top: calc(20px + 0.5208333333vw);
}
.about .it_award .it_award_description a {
  display: inline-block;
  margin-top: 15px;
  color: var(--blue);
  text-decoration: underline;
  position: relative;
}
.about .it_award .it_award_description a::after {
  display: inline-block;
  content: "";
  width: 25px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" stroke="%234484CE" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-4M14 4h6m0 0v6m0-6L10 14"%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  position: relative;
  top: 5px;
  left: 6px;
}
.about .it_award .it_award_bottom {
  margin-top: calc(20px + 2.6041666667vw);
  border: 2px solid var(--blue);
  border-radius: 25px;
  background-color: #fff;
  padding: calc(20px + 1.3020833333vw) calc(8px + 2.1875vw);
  display: grid;
  grid-template-columns: var(--product-column, 1fr);
  gap: calc(10px + 1.6666666667vw);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 992px) {
  .about .it_award .it_award_bottom {
    --product-column: repeat(2, auto);
  }
}
.about .it_award .it_award_bottom > div {
  display: flex;
  flex-direction: column;
}
.about .it_award .it_award_bottom > div > .tags {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 0.2604166667vw);
}
.about .it_award .it_award_bottom > div > .tags > span {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  padding: 7.5px calc(10px + 1.5625vw);
  line-height: 1;
  border: 1px solid var(--blue);
  border-radius: 3px;
  color: var(--blue);
}
.about .it_award .it_award_bottom > div > span {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  padding: 7.5px calc(10px + 1.5625vw);
  line-height: 1;
  border: 1px solid var(--blue);
  border-radius: 3px;
  color: var(--blue);
}
.about .it_award .it_award_bottom > div > h3 {
  margin-top: 15px;
  font-size: calc(18px + 0.5208333333vw);
  font-weight: bold;
  color: var(--blue);
  line-height: 1.285;
}
.about .it_award .it_award_bottom > div > p {
  margin-top: 15px;
}
.about .it_award .it_award_bottom > div > a {
  margin-top: calc(15px + 0.78125vw);
  display: block;
  background-color: var(--blue);
  color: #fff;
  font-size: calc(14px + 0.1041666667vw);
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  padding: calc(10px + 0.15625vw) calc(50px + 2.96875vw);
  margin-inline: var(--btn-m-inline, auto);
  border-radius: 40px;
  position: relative;
}
.about .it_award .it_award_bottom > div > a::after {
  display: block;
  content: "";
  position: absolute;
  inset-block: 0;
  right: 22px;
  width: 10px;
  height: 22px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="10" height="22.86" viewBox="0 0 7 16"%3E%3Cpath fill="%23ffffff" d="M1.5 13a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71L5.3 7.99L1.15 3.85c-.2-.2-.2-.51 0-.71c.2-.2.51-.2.71 0l4.49 4.51c.2.2.2.51 0 .71l-4.5 4.49c-.1.1-.23.15-.35.15"%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  margin-block: auto;
}
@media screen and (min-width: 992px) {
  .about .it_award .it_award_bottom > div > a {
    --btn-m-inline: 0;
  }
}
.about .it_award .it_award_bottom img {
  margin-inline: auto;
  width: min(480px, 100%);
  -o-object-fit: cover;
     object-fit: cover;
}
.about .page_case_study {
  margin-top: calc(20px + 7.8125vw);
  --casestudy_container_mt: calc(20px + 3.3854166667vw);
}
.about .page_case_study .casestudy_inner {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
.about .page_case_study .casestudy_inner .casestudy_title {
  color: #fff;
  position: relative;
}
.about .page_case_study .casestudy_inner .casestudy_title h3 {
  font-size: var(--top-ttl-h3, 33px);
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .about .page_case_study .casestudy_inner .casestudy_title h3 {
    --top-ttl-h3: 50px;
  }
}
.about .page_case_study .casestudy_inner .casestudy_title p {
  text-transform: uppercase;
  font-size: calc(18px + 0.3125vw);
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.about .page_case_study .casestudy_inner .casestudy_title > :is(h4) {
  color: var(--blue);
  font-size: calc(20px + 0.8333333333vw);
  font-weight: bold;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.about .page_case_study .casestudy_inner .casestudy_container {
  position: relative;
  z-index: 5;
  margin-top: var(--casestudy_container_mt, calc(40px + 8.3333333333vw));
  display: grid;
  grid-template-columns: var(--casestudy_container-column, 1fr);
  gap: var(--casestudy_container-gap, 50px);
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .about .page_case_study .casestudy_inner .casestudy_container {
    --casestudy_container-column: repeat(3, 1fr);
    --casestudy_container-gap: calc(15px + 0.2604166667vw);
  }
}
.about .page_case_study .casestudy_inner .casestudy_container .casestudy_content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.about .page_case_study .casestudy_inner .casestudy_container .casestudy_content .casestudy_image {
  width: min(480px, 100%);
  margin-inline: auto;
}
.about .page_case_study .casestudy_inner .casestudy_container .casestudy_content .casestudy_image img {
  width: 100%;
  height: 250px;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.about .page_case_study .casestudy_inner .casestudy_container .casestudy_content .casestudy_description {
  margin-top: 17px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.about .page_case_study .casestudy_inner .casestudy_container .casestudy_content .casestudy_description .casestudy_tags {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 0.2604166667vw);
}
.about .page_case_study .casestudy_inner .casestudy_container .casestudy_content .casestudy_description .casestudy_tags span {
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid var(--blue);
  color: var(--blue);
  padding: 6px calc(10px + 0.2604166667vw);
  font-size: calc(14px + 0.1041666667vw);
}
.about .page_case_study .casestudy_inner .casestudy_container .casestudy_content .casestudy_description h4 {
  margin-top: calc(15px + 0.2604166667vw);
  font-size: calc(18px + 0.3125vw);
  line-height: 1.583;
  flex: 1;
}
.about .page_case_study .casestudy_inner .casestudy_container .casestudy_content .casestudy_description p {
  margin-top: 10px;
  font-size: calc(14px + 0.1041666667vw);
}
.about .page_case_study .casestudy_inner .casestudy_all_links {
  margin-top: calc(70px + 1.5625vw);
  width: min(346px, 100% - var(--sp-padding));
  margin-inline: auto;
}
.about .page_case_study .casestudy_inner .casestudy_all_links a {
  position: relative;
  display: block;
  padding-block: 13px;
  border: 1px solid var(--blue);
  font-size: calc(14px + 0.1041666667vw);
  border-radius: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.about .page_case_study .casestudy_inner .casestudy_all_links a::after {
  display: block;
  content: "";
  position: absolute;
  inset-block: 0;
  right: 22px;
  width: 10px;
  height: 22px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="10" height="22.86" viewBox="0 0 7 16"%3E%3Cpath fill="%234484ce" d="M1.5 13a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71L5.3 7.99L1.15 3.85c-.2-.2-.2-.51 0-.71c.2-.2.51-.2.71 0l4.49 4.51c.2.2.2.51 0 .71l-4.5 4.49c-.1.1-.23.15-.35.15"%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  margin-block: auto;
}
.about .page_flow {
  margin-block: calc(40px + 8.3333333333vw) 50px;
  position: relative;
  z-index: 5;
}
.about .page_flow .flow_wrapper {
  padding-block: calc(50px + 3.125vw) calc(45px + 2.6041666667vw);
  padding-inline: var(--flow_wrapper-pline, 6px);
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
  border: 3px solid var(--blue);
  border-radius: calc(30px + 4.1666666667vw);
  background-color: #fff;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 992px) {
  .about .page_flow .flow_wrapper {
    --flow_wrapper-pline: calc(10px + 4.6875vw);
  }
}
.about .page_flow .flow_wrapper .flow_inner .flow_title {
  color: var(--blue);
  position: relative;
  text-align: center;
}
.about .page_flow .flow_wrapper .flow_inner .flow_title h3 {
  font-size: var(--top-ttl-h3, 33px);
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .about .page_flow .flow_wrapper .flow_inner .flow_title h3 {
    --top-ttl-h3: 50px;
  }
}
.about .page_flow .flow_wrapper .flow_inner .flow_title p {
  text-transform: uppercase;
  font-size: calc(18px + 0.3125vw);
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.about .page_flow .flow_wrapper .flow_inner .flow_title p {
  color: var(--blue);
}
.about .page_flow .flow_wrapper .flow_inner .flow_container {
  margin-top: calc(25px + 3.3854166667vw);
  display: grid;
  grid-template-columns: var(--flow_content-column, 1fr 1fr);
  gap: calc(10px + 4.1666666667vw);
}
@media screen and (min-width: 992px) {
  .about .page_flow .flow_wrapper .flow_inner .flow_container {
    --flow_content-column: repeat(4, 1fr);
  }
}
.about .page_flow .flow_wrapper .flow_inner .flow_container > div:not(:last-child) > div::after {
  --flow_content-after-line: 96px;
  content: "";
  display: var(--flow_content-after-display, none);
  position: absolute;
  inset-block: 0;
  margin-block: auto;
  right: calc(var(--flow_content-after-line) * -1);
  width: var(--flow_content-after-line);
  height: 4px;
  background-color: var(--blue);
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .about .page_flow .flow_wrapper .flow_inner .flow_container > div:not(:last-child) > div::after {
    --flow_content-after-display: block;
  }
}
.about .page_flow .flow_wrapper .flow_inner .flow_container .flow_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about .page_flow .flow_wrapper .flow_inner .flow_container .flow_content > span {
  color: var(--blue);
  font-size: calc(20px + 1.0416666667vw);
  font-family: "ヒラギノ丸ゴ StdN W5", "ヒラギノ丸ゴ StdN", "Hiragino Maru Gothic StdN", "ヒラギノ角ゴ StdN W5", "Hiragino Kaku Gothic StdN", "HG丸ｺﾞｼｯｸM-StdN", "HGMaruGothicMStdN";
}
.about .page_flow .flow_wrapper .flow_inner .flow_container .flow_content > div {
  margin-top: 10px;
  position: relative;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  z-index: 2;
}
.about .page_flow .flow_wrapper .flow_inner .flow_container .flow_content > div img {
  --img-circle: 140px;
  border: 3px solid var(--blue);
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: var(--img-circle);
  height: var(--img-circle);
}
@media screen and (min-width: 992px) {
  .about .page_flow .flow_wrapper .flow_inner .flow_container .flow_content > div img {
    --img-circle: 180px;
  }
}
.about .page_flow .flow_wrapper .flow_inner .flow_container .flow_content > p {
  margin-top: calc(20px + 0.78125vw);
  font-size: calc(20px + 0.4166666667vw);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  flex: 1;
  height: 100%;
  display: grid;
  place-content: center;
  white-space: nowrap;
}
.about .page_flow .flow_wrapper .flow_inner .flow_links {
  margin-top: calc(50px + 2.6041666667vw);
  width: min(346px, 100% - var(--sp-padding));
  margin-inline: auto;
}
.about .page_flow .flow_wrapper .flow_inner .flow_links a {
  position: relative;
  display: block;
  padding-block: 13px;
  border: 1px solid var(--blue);
  font-size: calc(14px + 0.1041666667vw);
  border-radius: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.about .page_flow .flow_wrapper .flow_inner .flow_links a::after {
  display: block;
  content: "";
  position: absolute;
  inset-block: 0;
  right: 22px;
  width: 10px;
  height: 22px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="10" height="22.86" viewBox="0 0 7 16"%3E%3Cpath fill="%234484ce" d="M1.5 13a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71L5.3 7.99L1.15 3.85c-.2-.2-.2-.51 0-.71c.2-.2.51-.2.71 0l4.49 4.51c.2.2.2.51 0 .71l-4.5 4.49c-.1.1-.23.15-.35.15"%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  margin-block: auto;
}

.scene .sec_q {
  margin-top: calc(30px + 5.7291666667vw);
}
.scene .sec_q_wrapper {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
.scene .sec_q_title {
  position: relative;
  color: var(--blue);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}
.scene .sec_q_title::after {
  --sec_q_ttl: 3px;
  content: "";
  display: block;
  margin-top: calc(25px + 0.2604166667vw);
  width: 60px;
  height: var(--sec_q_ttl);
  background-color: var(--blue);
  margin-inline: auto;
  border-radius: var(--sec_q_ttl);
}
.scene .sec_q_title > span {
  font-size: 15px;
  letter-spacing: calc(10px + 0.4166666667vw);
  text-transform: uppercase;
}
.scene .sec_q_title > h2 {
  color: currentColor;
  font-size: calc(20px + 0.8333333333vw);
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.44;
}
.scene .sec_q_title > h2 > span {
  color: var(--black);
}
.scene .sec_q_top_mod {
  margin-top: calc(30px + 2.8645833333vw);
  background-color: var(--lgrey);
  border-radius: 25px;
  padding: calc(15px + 1.6666666667vw) calc(10px + 1.5625vw);
}
.scene .sec_q_top_mod > div > h3 {
  position: relative;
  font-size: calc(18px + 0.3125vw);
  font-weight: bold;
}
.scene .sec_q_top_mod > div > h3::before {
  --icon-width: 26px;
  content: "";
  display: var(--icon-display, none);
  width: var(--icon-width);
  height: var(--icon-width);
  background-image: url(../images/scene/icon_q.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-right: 15px;
  bottom: -4px;
}
@media screen and (min-width: 768px) {
  .scene .sec_q_top_mod > div > h3::before {
    --icon-display: inline-block;
  }
}
.scene .sec_q_top_mod > div p {
  margin-top: 15px;
}
.scene .sec_q_top {
  margin-top: calc(30px + 2.8645833333vw);
  background-color: var(--lgrey);
  border-radius: 25px;
  padding: calc(10px + 0.78125vw);
  display: flex;
  align-items: center;
  gap: calc(10px + 1.0416666667vw);
  flex-direction: var(--sec-flex-dir, column);
}
@media screen and (min-width: 768px) {
  .scene .sec_q_top {
    --sec-flex-dir: row;
  }
}
.scene .sec_q_top > img {
  width: min(220px, 100%);
  -o-object-fit: cover;
     object-fit: cover;
}
.scene .sec_q_top > div > h3 {
  position: relative;
  font-size: calc(18px + 0.3125vw);
  font-weight: bold;
}
.scene .sec_q_top > div > h3::before {
  --icon-width: 26px;
  content: "";
  display: var(--icon-display, none);
  width: var(--icon-width);
  height: var(--icon-width);
  background-image: url(../images/scene/icon_q.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-right: 15px;
  bottom: -4px;
}
@media screen and (min-width: 768px) {
  .scene .sec_q_top > div > h3::before {
    --icon-display: inline-block;
  }
}
.scene .sec_q_top > div p {
  margin-top: 15px;
}
.scene .sec_q_answer_title {
  margin-top: calc(20px + 1.5625vw);
  text-align: center;
}
.scene .sec_q_answer_title > h3 {
  margin-top: calc(15px + 1.3020833333vw);
  font-size: calc(18px + 0.5208333333vw);
  font-weight: bold;
  color: var(--blue);
}
.scene .sec_q_answer_title > h3:is(.qa_ttl) {
  margin-top: calc(30px + 4.1666666667vw);
}
.scene .sec_q_answer_title > h3 > span {
  color: var(--black);
  display: var(--answer-title, block);
}
@media screen and (min-width: 992px) {
  .scene .sec_q_answer_title > h3 > span {
    --answer-title: inline;
  }
}
.scene .sec_q_container {
  margin-top: calc(15px + 1.0416666667vw);
  border: 2px solid var(--blue);
  border-radius: 25px;
  padding: calc(10px + 1.8229166667vw) calc(10px + 1.5625vw);
  display: grid;
  grid-template-columns: var(--sec_q-column, 1fr);
  gap: calc(10px + 1.25vw);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  align-items: center;
}
@media screen and (min-width: 992px) {
  .scene .sec_q_container {
    --sec_q-column: repeat(2, auto);
  }
}
.scene .sec_q_container > div h3 {
  font-size: calc(16px + 0.4166666667vw);
  font-weight: bold;
}
.scene .sec_q_container > div h3:before {
  content: "";
  display: var(--icon-display, none);
  width: 30px;
  height: 22px;
  background-image: url(../images/scene/icon_ch.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 13px;
  position: relative;
  bottom: -3px;
}
@media screen and (min-width: 768px) {
  .scene .sec_q_container > div h3:before {
    --icon-display: inline-block;
  }
}
.scene .sec_q_container > div p {
  margin-top: 20px;
  font-size: calc(14px + 0.1041666667vw);
  line-height: 1.625;
}
.scene .sec_q_container img {
  width: min(207px, 100%);
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.scene .solve_wrapper {
  margin-top: calc(20px + 2.6041666667vw);
  display: grid;
  grid-template-columns: var(--solve_wrapper-column, 1fr);
  gap: calc(10px + 0.5208333333vw);
  padding-bottom: calc(10px + 4.1666666667vw);
}
@media screen and (min-width: 768px) {
  .scene .solve_wrapper {
    --solve_wrapper-column: 1fr 1fr;
  }
}
.scene .solve_wrapper .solve_inner {
  border: 2px solid var(--blue);
  border-radius: 15px;
  background-color: #fff;
  padding: calc(15px + 0.78125vw) calc(10px + 1.0416666667vw) calc(20px + 1.0416666667vw);
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.scene .solve_wrapper .solve_inner .solve_top {
  position: relative;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.scene .solve_wrapper .solve_inner .solve_top > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: min(540px, 100%);
}
.scene .solve_wrapper .solve_inner .solve_bottom {
  margin-top: calc(20px + 0.78125vw);
  display: flex;
  flex-direction: column;
}
.scene .solve_wrapper .solve_inner .solve_bottom h4 {
  flex: 1;
  color: var(--blue);
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: calc(18px + 0.3125vw);
  font-weight: bold;
  text-align: center;
  display: grid;
  place-content: center;
}
.scene .solve_wrapper .solve_inner .solve_bottom p {
  height: var(--solve_bottom-h, auto);
  margin-top: calc(20px + 0.78125vw);
}
@media screen and (min-width: 992px) {
  .scene .solve_wrapper .solve_inner .solve_bottom p {
    --solve_bottom-h: 80px;
  }
}
.scene .solve_wrapper .solve_inner .solve_bottom div {
  margin-top: calc(20px + 0.2604166667vw);
  background-color: var(--lgrey);
  border-radius: 15px;
  padding-inline: calc(10px + 0.78125vw);
  padding-block: 15px;
  flex: 2;
}
.scene .solve_wrapper .solve_inner .solve_bottom div h5 {
  font-size: calc(16px + 0.1041666667vw);
  font-weight: bold;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.scene .solve_wrapper .solve_inner .solve_bottom div p {
  margin-top: 15px;
}
.scene .solve_wrapper .solve_inner .solve_bottom div p > span {
  display: inline-block;
  padding-left: 15px;
}
.scene .sec_q_inner {
  margin-top: calc(20px + 5.9895833333vw);
  display: grid;
  grid-template-columns: var(--sec_q_c, 100%);
  gap: calc(10px + 0.5208333333vw);
}
@media screen and (min-width: 992px) {
  .scene .sec_q_inner {
    --sec_q_c: repeat(3, 1fr);
  }
}
.scene .sec_q_inner .q_content {
  padding-block: calc(15px + 0.2604166667vw) calc(20px + 0.78125vw);
  padding-inline: calc(10px + 0.2604166667vw);
  background-color: var(--lgrey);
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 15px;
}
.scene .sec_q_inner .q_content > img {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  width: min(355px, 100%);
  -o-object-fit: cover;
     object-fit: cover;
}
.scene .sec_q_inner .q_content > h3 {
  margin-top: calc(15px + 0.2604166667vw);
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: calc(16px + 0.4166666667vw);
  font-weight: bold;
  color: var(--blue);
  text-align: center;
  line-height: 1.5;
  letter-spacing: -2.5px;
  min-height: var(--h-minh, auto);
  display: grid;
  place-content: center;
  flex: 1;
}
@media screen and (min-width: 992px) {
  .scene .sec_q_inner .q_content > h3 {
    --h-minh: 100px;
  }
}
.scene .sec_q_inner .q_content > p {
  margin-top: calc(15px + 0.2604166667vw);
  line-height: 1.625;
  flex: 1;
}
.scene .whats_gmark {
  margin-top: calc(20px + 4.6875vw);
  border: 2px solid var(--blue);
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: calc(20px + 0.78125vw) calc(10px + 1.3020833333vw);
}
.scene .whats_gmark .whats_gmark_wrapper {
  display: flex;
  flex-direction: var(--gmark-column, column-reverse);
  gap: calc(10px + 0.4166666667vw);
}
@media screen and (min-width: 768px) {
  .scene .whats_gmark .whats_gmark_wrapper {
    --gmark-column: row;
  }
}
.scene .whats_gmark .whats_gmark_wrapper > div h4 {
  font-size: 18px;
  font-weight: bold;
  color: var(--blue);
}
.scene .whats_gmark .whats_gmark_wrapper > div p {
  margin-top: 10px;
  line-height: 1.625;
}
.scene .whats_gmark .whats_gmark_wrapper > div a {
  margin-top: 10px;
  display: inline-block;
  font-size: 14px;
  word-wrap: break-word;
  color: var(--blue);
  text-decoration: underline;
}
.scene .whats_gmark .whats_gmark_wrapper > img {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.scene .contact_links {
  margin-top: calc(20px + 4.1666666667vw);
}
.scene .contact_links .links_wrapper {
  width: min(var(--w), 100% - var(--sp-padding));
  border: 0 solid var(--blue);
  border-radius: 30px;
  background-color: var(--lgrey);
  padding-block: calc(20px + 2.6041666667vw);
  padding-inline: 10px;
  margin-inline: auto;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
}
.scene .contact_links .links_wrapper h3, .scene .contact_links .links_wrapper p {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: calc(18px + 0.3125vw);
  font-weight: bold;
}
.scene .contact_links .links_wrapper .links_inner {
  margin-top: calc(30px + 1.5625vw);
  margin-inline: auto;
  width: min(926px, 100%);
  display: grid;
  grid-template-columns: var(--links_inner_column, 1fr);
  gap: calc(10px + 1.0416666667vw);
}
@media screen and (min-width: 1200px) {
  .scene .contact_links .links_wrapper .links_inner {
    --links_inner_column: 1fr 1fr;
  }
}
.scene .contact_links .links_wrapper .links_inner > a {
  padding-block: calc(15px + 0.5208333333vw);
  padding-inline: calc(20px + 1.0416666667vw) calc(15px + 0.2604166667vw);
  border-radius: 52px;
  font-size: calc(18px + 0.3645833333vw);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.scene .contact_links .links_wrapper .links_inner > a:nth-child(1) {
  background: var(--yellow);
}
.scene .contact_links .links_wrapper .links_inner > a:nth-child(1) .icon_image {
  position: relative;
  top: 2px;
}
.scene .contact_links .links_wrapper .links_inner > a:nth-child(2) {
  background-color: var(--blue);
}
.scene .contact_links .links_wrapper .links_inner > a > span {
  display: grid;
  place-content: center;
}
.scene .contact_links .links_wrapper .links_inner > a > span.arrow_right_icon {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
}
.scene .contact_links .links_wrapper .links_inner > a > span.arrow_right_icon > svg {
  position: relative;
  z-index: 1;
}
.scene .other_worries {
  margin-top: calc(40px + 8.8541666667vw);
}
.scene .other_worries .other_worries_wrapper {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
.scene .other_worries .other_worries_wrapper > span {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  display: block;
}
.scene .other_worries .other_worries_wrapper > h3 {
  margin-top: calc(15px + 0.2604166667vw);
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: calc(18px + 0.5208333333vw);
  font-weight: bold;
  color: var(--black);
  text-align: center;
}
.scene .other_worries .other_worries_wrapper > h3 span {
  color: var(--blue);
}
.scene .other_worries .other_worries_top {
  margin-top: calc(30px + 1.0416666667vw);
  display: grid;
  grid-template-columns: var(--othre-column, 100%);
  gap: calc(10px + 0.5208333333vw);
}
@media screen and (min-width: 992px) {
  .scene .other_worries .other_worries_top {
    --othre-column: 1fr 1fr 1fr;
  }
}
.scene .other_worries .other_worries_top .owt_content {
  background-color: var(--lgrey);
  border-radius: 15px;
  padding: calc(20px + 0.5208333333vw) calc(10px + 1.0416666667vw);
}
.scene .other_worries .other_worries_top .owt_content > div {
  display: flex;
  flex-direction: column;
}
.scene .other_worries .other_worries_top .owt_content > div h4 {
  font-size: calc(16px + 0.4166666667vw);
  font-weight: bold;
  line-height: 1.5;
  color: var(--blue);
  text-align: var(--othre-childh4-align, center);
}
@media screen and (min-width: 576px) {
  .scene .other_worries .other_worries_top .owt_content > div h4 {
    --othre-childh4-align: left;
  }
}
.scene .other_worries .other_worries_top .owt_content > div p {
  margin-top: 15px;
  line-height: 1.625;
}
.scene .other_worries .arrow_bottom {
  margin-top: calc(20px + 2.0833333333vw);
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.scene .other_worries .other_worries_bottom {
  margin-top: calc(20px + 1.5625vw);
  display: grid;
  grid-template-columns: var(--othre-column, 100%);
  gap: calc(10px + 0.5208333333vw);
}
@media screen and (min-width: 768px) {
  .scene .other_worries .other_worries_bottom {
    --othre-column: 1fr 1fr 1fr;
  }
}
.scene .other_worries .owb_content {
  border: 2px solid var(--blue);
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: calc(15px + 0.78125vw) calc(10px + 1.0416666667vw);
  display: flex;
  flex-direction: column;
}
.scene .other_worries .owb_content img {
  width: 100%;
}
.scene .other_worries .owb_content h4 {
  margin-top: calc(15px + 0.2604166667vw);
  font-size: calc(16px + 0.4166666667vw);
  font-weight: bold;
  line-height: 1.5;
  color: var(--blue);
  text-align: center;
  flex: 1;
  min-height: var(--h4-minh, auto);
  display: grid;
  place-content: center;
}
@media screen and (min-width: 768px) {
  .scene .other_worries .owb_content h4 {
    --h4-minh: 80px;
  }
}
.scene .other_worries .owb_content p {
  margin-top: 15px;
  line-height: 1.625;
  flex: 2;
}
.scene .scene_more {
  margin-top: calc(20px + 8.3333333333vw);
}
.scene .scene_more .scene_more_wrapper {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
.scene .scene_more .scene_more_wrapper > h3 {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: calc(18px + 0.5208333333vw);
  font-weight: bold;
  color: var(--black);
  text-align: center;
}
.scene .scene_more .scene_more_wrapper > h3 span {
  color: var(--blue);
}
.scene .scene_more .scene_more_inner {
  margin-top: calc(20px + 3.3854166667vw);
  display: grid;
  grid-template-columns: var(--scene-more-column, 1fr);
  gap: calc(15px + 3.3854166667vw);
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .scene .scene_more .scene_more_inner {
    --scene-more-column: repeat(3, 25%);
  }
}
.scene .scene_more .scene_more_container {
  margin-top: calc(20px + 0.2604166667vw);
  display: grid;
  grid-template-columns: var(--scene-more-c-column, 1fr);
  gap: calc(10px + 1.5625vw);
  border: 2px solid var(--blue);
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding-inline: calc(10px + 1.0416666667vw);
  padding-block: calc(15px + 0.625vw);
  align-items: center;
}
@media screen and (min-width: 768px) {
  .scene .scene_more .scene_more_container {
    --scene-more-c-column: auto auto;
  }
}
.scene .scene_more .scene_more_container > img {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  width: min(275px, 100%);
  -o-object-fit: cover;
     object-fit: cover;
}
.scene .scene_more .scene_more_container > div {
  --more-m-inline: auto;
}
@media screen and (min-width: 768px) {
  .scene .scene_more .scene_more_container > div {
    --more-m-inline: 0;
  }
}
.scene .scene_more .scene_more_container > div h4 {
  font-size: calc(18px + 0.3125vw);
  font-weight: bold;
  color: var(--blue);
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: var(--more-m-inline);
}
.scene .scene_more .scene_more_container > div span {
  display: block;
  margin-top: 15px;
  font-size: calc(14px + 0.1041666667vw);
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: var(--more-m-inline);
}
.scene .scene_more .scene_more_container > div p {
  margin-top: 15px;
  line-height: 1.625;
  font-size: calc(14px + 0.1041666667vw);
}
.scene .scene_more .scene_more_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.scene .scene_more .scene_more_content img {
  border-radius: 125px;
  min-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.scene .scene_more .scene_more_content h4 {
  margin-top: calc(15px + 1.0416666667vw);
  font-size: calc(16px + 0.4166666667vw);
  font-weight: bold;
  line-height: 1.5;
  color: var(--blue);
  text-align: center;
  height: 80px;
  display: grid;
  place-content: center;
}
.scene .scene_more .scene_more_content p {
  flex: 1;
  margin-top: calc(15px + 0.2604166667vw);
  line-height: 1.625;
}
.scene .recommended {
  margin-top: calc(20px + 8.3333333333vw);
}
.scene .recommended .recommended_wrapper {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
.scene .recommended .recommended_wrapper > h3 {
  margin-top: calc(15px + 0.2604166667vw);
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: calc(18px + 1.0416666667vw);
  font-weight: bold;
  color: var(--blue);
  text-align: center;
}
.scene .recommended .recommended_inner {
  margin-top: calc(20px + 3.6458333333vw);
  display: grid;
  grid-template-columns: var(--recommended_inner-colmun, 1fr);
  gap: calc(10px + 0.5208333333vw);
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .scene .recommended .recommended_inner {
    --recommended_inner-colmun: repeat(auto-fit, minmax(200px, 29%)) ;
  }
}
.scene .recommended .recommended_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-inline: calc(10px + 0.78125vw);
  padding-block: calc(15px + 0.5208333333vw) calc(20px + 0.78125vw);
  border: 2px solid var(--blue);
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.scene .recommended .recommended_content > img {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.scene .recommended .recommended_content > h4 {
  margin-top: calc(15px + 0.5208333333vw);
  color: var(--blue);
  font-size: calc(18px + 0.3125vw);
  font-weight: bold;
  flex: 1;
  padding-bottom: 15px;
  min-height: var(--h4-min-h, auto);
}
@media screen and (min-width: 992px) {
  .scene .recommended .recommended_content > h4 {
    --h4-min-h: 100px;
  }
}
.scene .recommended .recommended_content > a {
  --btn-m-inline: 0;
  margin-top: calc(25px + 0.5208333333vw);
  display: block;
  background-color: var(--blue);
  color: #fff;
  font-size: calc(14px + 0.1041666667vw);
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  padding: calc(10px + 0.15625vw) calc(50px + 2.96875vw);
  margin-inline: var(--btn-m-inline, auto);
  border-radius: 40px;
  position: relative;
  width: 100%;
  padding: calc(10px + 0.15625vw) 0 calc(10px + 0.15625vw) 0;
  inline-size: unset;
  text-align: center;
}
.scene .recommended .recommended_content > a::after {
  display: block;
  content: "";
  position: absolute;
  inset-block: 0;
  right: 22px;
  width: 10px;
  height: 22px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="10" height="22.86" viewBox="0 0 7 16"%3E%3Cpath fill="%23ffffff" d="M1.5 13a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71L5.3 7.99L1.15 3.85c-.2-.2-.2-.51 0-.71c.2-.2.51-.2.71 0l4.49 4.51c.2.2.2.51 0 .71l-4.5 4.49c-.1.1-.23.15-.35.15"%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  margin-block: auto;
}
.scene .recommended .recommended_all_links {
  margin-top: calc(20px + 1.5625vw);
  width: min(346px, 100% - var(--sp-padding));
  margin-inline: auto;
}
.scene .recommended .recommended_all_links a {
  position: relative;
  display: block;
  padding-block: 13px;
  border: 1px solid var(--blue);
  font-size: calc(14px + 0.1041666667vw);
  border-radius: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.scene .recommended .recommended_all_links a::after {
  display: block;
  content: "";
  position: absolute;
  inset-block: 0;
  right: 22px;
  width: 10px;
  height: 22px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="10" height="22.86" viewBox="0 0 7 16"%3E%3Cpath fill="%234484ce" d="M1.5 13a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71L5.3 7.99L1.15 3.85c-.2-.2-.2-.51 0-.71c.2-.2.51-.2.71 0l4.49 4.51c.2.2.2.51 0 .71l-4.5 4.49c-.1.1-.23.15-.35.15"%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  margin-block: auto;
}
.scene .page_q {
  margin-top: calc(20px + 7.8125vw);
}
.scene .page_q .page_q_wrapper {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
  margin-bottom: 20px;
}
.scene .page_q .page_q_wrapper > h3 {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: calc(18px + 1.0416666667vw);
  font-weight: bold;
  color: var(--blue);
  text-align: center;
}
.scene .page_q .accordion {
  margin-top: calc(20px + 1.8229166667vw);
}
.scene .page_q .accordion .accordion-item {
  border: 1px solid var(--blue);
}
.scene .page_case_study {
  margin-top: calc(20px + 7.8125vw);
  --casestudy_container_mt: calc(20px + 3.3854166667vw);
}
.scene .page_case_study .casestudy_inner {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
.scene .page_case_study .casestudy_inner .casestudy_title {
  color: #fff;
  position: relative;
}
.scene .page_case_study .casestudy_inner .casestudy_title h3 {
  font-size: var(--top-ttl-h3, 33px);
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .scene .page_case_study .casestudy_inner .casestudy_title h3 {
    --top-ttl-h3: 50px;
  }
}
.scene .page_case_study .casestudy_inner .casestudy_title p {
  text-transform: uppercase;
  font-size: calc(18px + 0.3125vw);
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.scene .page_case_study .casestudy_inner .casestudy_title > :is(h4) {
  color: var(--blue);
  font-size: calc(20px + 0.8333333333vw);
  font-weight: bold;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.scene .page_case_study .casestudy_inner .casestudy_container {
  position: relative;
  z-index: 5;
  margin-top: var(--casestudy_container_mt, calc(40px + 8.3333333333vw));
  display: grid;
  grid-template-columns: var(--casestudy_container-column, 1fr);
  gap: var(--casestudy_container-gap, 50px);
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .scene .page_case_study .casestudy_inner .casestudy_container {
    --casestudy_container-column: repeat(3, 1fr);
    --casestudy_container-gap: calc(15px + 0.2604166667vw);
  }
}
.scene .page_case_study .casestudy_inner .casestudy_container .casestudy_content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.scene .page_case_study .casestudy_inner .casestudy_container .casestudy_content .casestudy_image {
  width: min(480px, 100%);
  margin-inline: auto;
}
.scene .page_case_study .casestudy_inner .casestudy_container .casestudy_content .casestudy_image img {
  width: 100%;
  height: 250px;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.scene .page_case_study .casestudy_inner .casestudy_container .casestudy_content .casestudy_description {
  margin-top: 17px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.scene .page_case_study .casestudy_inner .casestudy_container .casestudy_content .casestudy_description .casestudy_tags {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 0.2604166667vw);
}
.scene .page_case_study .casestudy_inner .casestudy_container .casestudy_content .casestudy_description .casestudy_tags span {
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid var(--blue);
  color: var(--blue);
  padding: 6px calc(10px + 0.2604166667vw);
  font-size: calc(14px + 0.1041666667vw);
}
.scene .page_case_study .casestudy_inner .casestudy_container .casestudy_content .casestudy_description h4 {
  margin-top: calc(15px + 0.2604166667vw);
  font-size: calc(18px + 0.3125vw);
  line-height: 1.583;
  flex: 1;
}
.scene .page_case_study .casestudy_inner .casestudy_container .casestudy_content .casestudy_description p {
  margin-top: 10px;
  font-size: calc(14px + 0.1041666667vw);
}
.scene .page_case_study .casestudy_inner .casestudy_all_links {
  margin-top: calc(70px + 1.5625vw);
  width: min(346px, 100% - var(--sp-padding));
  margin-inline: auto;
}
.scene .page_case_study .casestudy_inner .casestudy_all_links a {
  position: relative;
  display: block;
  padding-block: 13px;
  border: 1px solid var(--blue);
  font-size: calc(14px + 0.1041666667vw);
  border-radius: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.scene .page_case_study .casestudy_inner .casestudy_all_links a::after {
  display: block;
  content: "";
  position: absolute;
  inset-block: 0;
  right: 22px;
  width: 10px;
  height: 22px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="10" height="22.86" viewBox="0 0 7 16"%3E%3Cpath fill="%234484ce" d="M1.5 13a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71L5.3 7.99L1.15 3.85c-.2-.2-.2-.51 0-.71c.2-.2.51-.2.71 0l4.49 4.51c.2.2.2.51 0 .71l-4.5 4.49c-.1.1-.23.15-.35.15"%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  margin-block: auto;
}
.scene .page_flow {
  margin-block: calc(40px + 8.3333333333vw) 50px;
  position: relative;
  z-index: 5;
}
.scene .page_flow .flow_wrapper {
  padding-block: calc(50px + 3.125vw) calc(45px + 2.6041666667vw);
  padding-inline: var(--flow_wrapper-pline, 6px);
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
  border: 3px solid var(--blue);
  border-radius: calc(30px + 4.1666666667vw);
  background-color: #fff;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 992px) {
  .scene .page_flow .flow_wrapper {
    --flow_wrapper-pline: calc(10px + 4.6875vw);
  }
}
.scene .page_flow .flow_wrapper .flow_inner .flow_title {
  color: var(--blue);
  position: relative;
  text-align: center;
}
.scene .page_flow .flow_wrapper .flow_inner .flow_title h3 {
  font-size: var(--top-ttl-h3, 33px);
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .scene .page_flow .flow_wrapper .flow_inner .flow_title h3 {
    --top-ttl-h3: 50px;
  }
}
.scene .page_flow .flow_wrapper .flow_inner .flow_title p {
  text-transform: uppercase;
  font-size: calc(18px + 0.3125vw);
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.scene .page_flow .flow_wrapper .flow_inner .flow_title p {
  color: var(--blue);
}
.scene .page_flow .flow_wrapper .flow_inner .flow_container {
  margin-top: calc(25px + 3.3854166667vw);
  display: grid;
  grid-template-columns: var(--flow_content-column, 1fr 1fr);
  gap: calc(10px + 4.1666666667vw);
}
@media screen and (min-width: 992px) {
  .scene .page_flow .flow_wrapper .flow_inner .flow_container {
    --flow_content-column: repeat(4, 1fr);
  }
}
.scene .page_flow .flow_wrapper .flow_inner .flow_container > div:not(:last-child) > div::after {
  --flow_content-after-line: 96px;
  content: "";
  display: var(--flow_content-after-display, none);
  position: absolute;
  inset-block: 0;
  margin-block: auto;
  right: calc(var(--flow_content-after-line) * -1);
  width: var(--flow_content-after-line);
  height: 4px;
  background-color: var(--blue);
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .scene .page_flow .flow_wrapper .flow_inner .flow_container > div:not(:last-child) > div::after {
    --flow_content-after-display: block;
  }
}
.scene .page_flow .flow_wrapper .flow_inner .flow_container .flow_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.scene .page_flow .flow_wrapper .flow_inner .flow_container .flow_content > span {
  color: var(--blue);
  font-size: calc(20px + 1.0416666667vw);
  font-family: "ヒラギノ丸ゴ StdN W5", "ヒラギノ丸ゴ StdN", "Hiragino Maru Gothic StdN", "ヒラギノ角ゴ StdN W5", "Hiragino Kaku Gothic StdN", "HG丸ｺﾞｼｯｸM-StdN", "HGMaruGothicMStdN";
}
.scene .page_flow .flow_wrapper .flow_inner .flow_container .flow_content > div {
  margin-top: 10px;
  position: relative;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  z-index: 2;
}
.scene .page_flow .flow_wrapper .flow_inner .flow_container .flow_content > div img {
  --img-circle: 140px;
  border: 3px solid var(--blue);
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: var(--img-circle);
  height: var(--img-circle);
}
@media screen and (min-width: 992px) {
  .scene .page_flow .flow_wrapper .flow_inner .flow_container .flow_content > div img {
    --img-circle: 180px;
  }
}
.scene .page_flow .flow_wrapper .flow_inner .flow_container .flow_content > p {
  margin-top: calc(20px + 0.78125vw);
  font-size: calc(20px + 0.4166666667vw);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  flex: 1;
  height: 100%;
  display: grid;
  place-content: center;
  white-space: nowrap;
}
.scene .page_flow .flow_wrapper .flow_inner .flow_links {
  margin-top: calc(50px + 2.6041666667vw);
  width: min(346px, 100% - var(--sp-padding));
  margin-inline: auto;
}
.scene .page_flow .flow_wrapper .flow_inner .flow_links a {
  position: relative;
  display: block;
  padding-block: 13px;
  border: 1px solid var(--blue);
  font-size: calc(14px + 0.1041666667vw);
  border-radius: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.scene .page_flow .flow_wrapper .flow_inner .flow_links a::after {
  display: block;
  content: "";
  position: absolute;
  inset-block: 0;
  right: 22px;
  width: 10px;
  height: 22px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="10" height="22.86" viewBox="0 0 7 16"%3E%3Cpath fill="%234484ce" d="M1.5 13a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71L5.3 7.99L1.15 3.85c-.2-.2-.2-.51 0-.71c.2-.2.51-.2.71 0l4.49 4.51c.2.2.2.51 0 .71l-4.5 4.49c-.1.1-.23.15-.35.15"%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  margin-block: auto;
}

.products .products_tabs {
  margin-top: calc(20px + 3.90625vw);
}
.products .products_tabs .products_tabs_wrapper {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
.products .products_tabs .products_tabs_inner {
  display: grid;
  grid-template-columns: var(--tabs-column, 1fr 1fr);
  grid-template-rows: 42px;
  justify-content: var(--tabs-justify, center);
  gap: calc(10px + 1.0416666667vw);
}
@media screen and (min-width: 768px) {
  .products .products_tabs .products_tabs_inner {
    --tabs-column: repeat(auto-fit, minmax(auto, 215px));
  }
}
.products .products_tabs .products_tabs_inner .tab > a {
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 21px;
  border: 2px solid var(--blue);
  color: var(--blue);
  background-color: #fff;
  padding-block: 10px;
  font-size: calc(14px + 0.1041666667vw);
  line-height: 1;
}
.products .products_tabs .products_tabs_inner .tab > a:is(.current > *) {
  background-color: var(--blue);
  color: #fff;
  pointer-events: none;
}
.products .products_wrapper.page {
  margin-top: calc(20px + 4.1666666667vw);
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
.products .products_wrapper.page .products_inner .products_content {
  border: 2px solid var(--blue);
  border-radius: 25px;
  background-color: #fff;
  padding: calc(20px + 1.3020833333vw) calc(8px + 2.1875vw);
  display: grid;
  grid-template-columns: var(--product-column, 1fr);
  gap: calc(10px + 1.6666666667vw);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.products .products_wrapper.page .products_inner .products_content:not(:first-child) {
  margin-top: calc(15px + 0.2604166667vw);
}
@media screen and (min-width: 992px) {
  .products .products_wrapper.page .products_inner .products_content {
    --product-column: repeat(2, auto);
  }
}
.products .products_wrapper.page .products_inner .products_content > div {
  display: flex;
  flex-direction: column;
}
.products .products_wrapper.page .products_inner .products_content > div > .tags {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 0.2604166667vw);
}
.products .products_wrapper.page .products_inner .products_content > div > .tags > span {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  padding: 7.5px calc(10px + 1.5625vw);
  line-height: 1;
  border: 1px solid var(--blue);
  border-radius: 3px;
  color: var(--blue);
}
.products .products_wrapper.page .products_inner .products_content > div > span {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  padding: 7.5px calc(10px + 1.5625vw);
  line-height: 1;
  border: 1px solid var(--blue);
  border-radius: 3px;
  color: var(--blue);
}
.products .products_wrapper.page .products_inner .products_content > div > h3 {
  margin-top: 15px;
  font-size: calc(18px + 0.5208333333vw);
  font-weight: bold;
  color: var(--blue);
  line-height: 1.285;
}
.products .products_wrapper.page .products_inner .products_content > div > p {
  margin-top: 15px;
}
.products .products_wrapper.page .products_inner .products_content > div > a {
  margin-top: calc(15px + 0.78125vw);
  display: block;
  background-color: var(--blue);
  color: #fff;
  font-size: calc(14px + 0.1041666667vw);
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  padding: calc(10px + 0.15625vw) calc(50px + 2.96875vw);
  margin-inline: var(--btn-m-inline, auto);
  border-radius: 40px;
  position: relative;
}
.products .products_wrapper.page .products_inner .products_content > div > a::after {
  display: block;
  content: "";
  position: absolute;
  inset-block: 0;
  right: 22px;
  width: 10px;
  height: 22px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="10" height="22.86" viewBox="0 0 7 16"%3E%3Cpath fill="%23ffffff" d="M1.5 13a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71L5.3 7.99L1.15 3.85c-.2-.2-.2-.51 0-.71c.2-.2.51-.2.71 0l4.49 4.51c.2.2.2.51 0 .71l-4.5 4.49c-.1.1-.23.15-.35.15"%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  margin-block: auto;
}
@media screen and (min-width: 992px) {
  .products .products_wrapper.page .products_inner .products_content > div > a {
    --btn-m-inline: 0;
  }
}
.products .products_wrapper.page .products_inner .products_content img {
  margin-inline: auto;
  width: min(480px, 100%);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  .products .products_wrapper.page .products_inner .products_content {
    --product-column: 1fr 480px;
  }
}
.products .products_wrapper.page .products_inner_mod {
  margin-bottom: calc(20px + 2.0833333333vw);
  background-color: var(--lgrey);
  border-radius: 25px;
  padding-block: calc(20px + 0.2604166667vw);
  padding-inline: calc(10px + 1.0416666667vw);
  display: flex;
  align-items: center;
  gap: calc(10px + 1.5625vw);
  flex-direction: var(--sec-flex-dir, column);
}
@media screen and (min-width: 768px) {
  .products .products_wrapper.page .products_inner_mod {
    --sec-flex-dir: row;
  }
}
.products .products_wrapper.page .products_inner_mod > img {
  width: min(330px, 100%);
  -o-object-fit: cover;
     object-fit: cover;
}
.products .products_wrapper.page .products_inner_mod > div > h3 {
  position: relative;
  font-size: calc(18px + 0.3125vw);
  font-weight: bold;
  color: var(--blue);
}
.products .products_wrapper.page .products_inner_mod > div p {
  margin-top: 15px;
  line-height: 1.625;
}
.products .detail_top .detail_top_wrapper {
  margin-top: calc(20px + 8.3333333333vw);
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
.products .detail_top .detail_top_wrapper .detail_title h3 {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: calc(18px + 1.0416666667vw);
  font-weight: bold;
  color: var(--blue);
  text-align: center;
  line-height: 1.2857142857;
}
.products .detail_top .detail_top_wrapper .detail_title_bottom {
  margin-top: calc(20px + 4.9479166667vw);
  border-radius: 15px;
  background-color: var(--lgrey);
  padding: calc(15px + 0.78125vw) calc(10px + 1.8229166667vw);
  display: grid;
  place-content: center;
  place-items: center;
}
.products .detail_top .detail_top_wrapper .detail_title_bottom > div {
  text-align: center;
}
.products .detail_top .detail_top_wrapper .detail_title_bottom > div h4 {
  font-size: calc(18px + 0.3125vw);
  font-weight: bold;
  color: var(--blue);
  line-height: 1.5;
}
.products .detail_top .detail_top_wrapper .detail_title_bottom > div p {
  margin-top: calc(15px + 0.5208333333vw);
  line-height: 1.625;
}
.products .detail_top .detail_top_wrapper .detail_title_bottom > img {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  width: min(350px, 100%);
}
.products .detail_top .detail_top_wrapper .detail_top_bottom {
  margin-top: calc(20px + 1.5625vw);
  border: 2px solid var(--blue);
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: calc(15px + 1.3020833333vw) calc(10px + 1.3020833333vw);
}
.products .detail_top .detail_top_wrapper .detail_top_bottom h4 {
  color: var(--blue);
  font-size: calc(18px + 0.3125vw);
  font-weight: bold;
  line-height: 1.5;
}
.products .detail_top .detail_top_wrapper .detail_top_bottom p {
  margin-top: 10px;
  line-height: 1.625;
}
.products .detail_top .detail_top_wrapper .detail_top_bottom a {
  margin-top: 15px;
  display: inline-block;
  color: var(--blue);
  text-decoration: underline;
  font-size: calc(14px + 0.1041666667vw);
}
.products .detail_top .detail_top_wrapper .detail_top_bottom a .link_icon {
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" stroke="%234484CE" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-4M14 4h6m0 0v6m0-6L10 14"%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 4px;
}
.products .detail_top .movie_wrapper {
  margin-top: var(--movie_w-mt, 30px);
  inline-size: min(640px, 100%);
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .products .detail_top .movie_wrapper {
    --movie_w-mt: 50px;
  }
}
.products .detail_top .movie_wrapper iframe {
  aspect-ratio: 16/9;
}
.products .detail_hard {
  margin-top: calc(20px + 9.375vw);
}
.products .detail_hard .detail_hard_wrapper {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
.products .detail_hard .detail_hard_wrapper > h3 {
  margin-top: calc(20px + 1.9270833333vw);
  font-size: calc(18px + 0.5208333333vw);
  font-weight: bold;
  text-align: center;
  line-height: 1.875;
}
.products .detail_hard .hard_start_title {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  border-radius: 32px;
  font-size: calc(18px + 0.7291666667vw);
  font-weight: bold;
  padding-block: 9px;
}
.products .detail_hard .hard_types {
  margin-top: calc(20px + 2.6041666667vw);
  display: grid;
  grid-template-columns: var(--hard_types-colmun, 1fr);
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .products .detail_hard .hard_types {
    --hard_types-colmun: 1fr 1fr 1fr;
  }
}
.products .detail_hard .hard_types:is(.image) {
  display: block;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.products .detail_hard .hard_types > div {
  text-align: center;
}
.products .detail_hard .hard_types > div img {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  height: 239px;
  -o-object-fit: cover;
     object-fit: cover;
}
.products .detail_hard .hard_types > div p {
  margin-top: calc(15px + 0.625vw);
  font-size: calc(18px + 0.3125vw);
  font-weight: bold;
}
.products .detail_hard .hard_types_detail {
  margin-top: calc(25px + 0.78125vw);
  padding-bottom: 10px;
}
.products .detail_hard .hard_types_detail .set {
  border: 2px solid var(--blue);
  border-radius: 11px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.products .detail_hard .hard_types_detail .set:not(:first-child) {
  margin-top: calc(18px + 0.2604166667vw);
}
.products .detail_hard .hard_types_detail .set.fullset .fullset_top {
  padding: calc(15px + 1.3020833333vw) calc(10px + 1.6666666667vw);
  display: grid;
  grid-template-columns: var(--fullset_top-column, 1fr);
  gap: calc(10px + 1.0416666667vw);
}
@media screen and (min-width: 768px) {
  .products .detail_hard .hard_types_detail .set.fullset .fullset_top {
    --fullset_top-column: auto auto;
  }
}
.products .detail_hard .hard_types_detail .set.fullset .fullset_top > div span {
  color: var(--blue);
  font-weight: bold;
  font-size: calc(18px + 0.3125vw);
}
.products .detail_hard .hard_types_detail .set.fullset .fullset_top > div p {
  margin-top: calc(15px + 0.2604166667vw);
  line-height: 1.625;
  font-size: calc(14px + 0.1041666667vw);
}
.products .detail_hard .hard_types_detail .set.fullset .fullset_top > img {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.products .detail_hard .hard_types_detail .set.fullset hr {
  width: var(--fullset-hr-w, 92%);
  margin-inline: auto;
  opacity: 1;
  border-color: #707070;
}
@media screen and (min-width: 768px) {
  .products .detail_hard .hard_types_detail .set.fullset hr {
    --fullset-hr-w: calc(100% - 53px);
  }
}
.products .detail_hard .hard_types_detail .set.fullset .fullset_bottom {
  padding: calc(15px + 0.78125vw) calc(10px + 1.3541666667vw) calc(20px + 1.0416666667vw);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(auto, 320px));
  justify-content: var(--fullset-justify, space-around);
  gap: calc(15px + 0.46875vw);
}
@media screen and (min-width: 1200px) {
  .products .detail_hard .hard_types_detail .set.fullset .fullset_bottom {
    --fullset-justify: space-between;
  }
}
.products .detail_hard .hard_types_detail .set.fullset .fullset_bottom > div {
  display: flex;
  flex-direction: column;
}
.products .detail_hard .hard_types_detail .set.fullset .fullset_bottom > div > img {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.products .detail_hard .hard_types_detail .set.fullset .fullset_bottom > div > h5 {
  margin-top: calc(15px + 0.3645833333vw);
  font-size: calc(16px + 0.1041666667vw);
  font-weight: bold;
  text-align: center;
}
.products .detail_hard .hard_types_detail .set.fullset .fullset_bottom > div > p {
  margin-top: calc(15px + 0.46875vw);
  flex: 1;
  line-height: 1.625;
}
.products .detail_hard .hard_types_detail .set.subset {
  padding: calc(15px + 0.3645833333vw) calc(10px + 1.3020833333vw);
  display: grid;
  grid-template-columns: var(--subset-column, 1fr);
  align-items: center;
  gap: calc(10px + 1.0416666667vw);
}
@media screen and (min-width: 768px) {
  .products .detail_hard .hard_types_detail .set.subset {
    --subset-column: auto auto;
  }
}
.products .detail_hard .hard_types_detail .set.subset > div {
  display: flex;
  flex-direction: column;
}
.products .detail_hard .hard_types_detail .set.subset > div > h5 {
  color: var(--blue);
  font-weight: bold;
  font-size: calc(18px + 0.3125vw);
}
.products .detail_hard .hard_types_detail .set.subset > div > p {
  margin-top: calc(15px + 0.2604166667vw);
  line-height: 2;
  font-size: calc(14px + 0.1041666667vw);
  flex: 1;
}
.products .detail_hard .hard_types_detail .set.subset > div > span {
  margin-top: calc(15px + 0.2604166667vw);
  display: inline-block;
  font-size: calc(14px + 0.0520833333vw);
}
.products .detail_hard .hard_types_detail .set.subset > img {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.products .detail_hard .hard_types_detail .hard_spec:not(:first-of-type) {
  margin-top: calc(20px + 1.3020833333vw);
}
.products .detail_hard .hard_types_detail .hard_spec h4 {
  font-size: calc(16px + 0.1041666667vw);
  font-weight: bold;
}
.products .detail_hard .hard_types_detail .hard_spec p {
  margin-block: 10px;
  font-size: 14px;
}
.products .detail_hard .hard_types_detail .hard_spec ul {
  padding-left: 23px;
  margin-top: 10px;
}
.products .detail_hard .hard_types_detail .hard_spec ul:is(.disc) {
  list-style: disc;
}
.products .detail_hard .hard_types_detail .hard_spec ul li {
  font-size: 14px;
  line-height: 1.7857142857;
}
.products .comparison {
  margin-top: calc(20px + 9.375vw);
}
.products .comparison .comparison_wrapper {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
.products .comparison .comparison_wrapper > h3 {
  color: var(--blue);
  font-size: calc(18px + 0.3125vw);
  font-weight: bold;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.products .comparison .comparison_wrapper .comparison_inner {
  margin-top: calc(20px + 2.8645833333vw);
  overflow-x: auto;
}
.products .comparison .comparison_wrapper .comparison_inner .comparison_set_table {
  border: 1px solid var(--blue);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1200px;
  min-width: 800px;
  background-color: #fff;
}
.products .comparison .comparison_wrapper .comparison_inner .comparison_set_table:is(.thead) {
  border: 0;
}
.products .comparison .comparison_wrapper .comparison_inner .comparison_set_table > div {
  border-right: 1px solid var(--blue);
  padding-block: calc(20px + 1.0416666667vw);
}
.products .comparison .comparison_wrapper .comparison_inner .comparison_set_table > div:last-child {
  border-right: 0;
}
.products .comparison .comparison_wrapper .comparison_inner .comparison_set_table > div p {
  padding-left: calc(15px + 0.2604166667vw);
  margin-top: calc(15px + 0.2604166667vw);
  font-size: calc(14px + 0.0520833333vw);
}
.products .comparison .comparison_wrapper .comparison_inner .comparison_set_table > div img {
  display: block;
  margin-inline: auto;
  width: var(--set-img-w, 80%);
}
@media screen and (min-width: 992px) {
  .products .comparison .comparison_wrapper .comparison_inner .comparison_set_table > div img {
    --set-img-w: auto;
  }
}
.products .comparison .comparison_wrapper .comparison_inner .comparison_set_table > h4 {
  padding-block: 15px;
  background-color: var(--blue);
  color: #fff;
  text-align: center;
}
.products .comparison .comparison_wrapper .comparison_inner .comparison_set_table > h4:first-child {
  border-radius: 15px 0 0 0;
}
.products .comparison .comparison_wrapper .comparison_inner .comparison_set_table > h4:last-child {
  border-radius: 0 15px 0 0;
}
.products .comparison .comparison_wrapper .comparison_inner_bottom {
  margin-top: calc(40px + 10.4166666667vw);
  overflow-x: auto;
}
.products .comparison .comparison_wrapper .comparison_inner_bottom > h4 {
  font-size: calc(20px + 0.4166666667vw);
}
.products .comparison .comparison_wrapper .comparison_inner_bottom .comparison_bottom_table {
  margin-top: 15px;
  max-width: 1200px;
  min-width: 1000px;
}
.products .comparison .comparison_wrapper .comparison_inner_bottom .comparison_bottom_table table {
  width: 100%;
  text-align: center;
  border-radius: 17px 17px 0 0;
  border-spacing: 0;
  border: none;
  border-left: 1px solid var(--blue);
  border-top: 1px solid var(--blue);
  border-collapse: initial;
  background-color: #fff;
}
.products .comparison .comparison_wrapper .comparison_inner_bottom .comparison_bottom_table table th {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding-block: 10px;
  font-size: calc(16px + 0.1041666667vw);
}
.products .comparison .comparison_wrapper .comparison_inner_bottom .comparison_bottom_table table th:first-child {
  border-radius: 15px 0 0 0;
}
.products .comparison .comparison_wrapper .comparison_inner_bottom .comparison_bottom_table table th:last-child {
  border-radius: 0 15px 0 0;
}
.products .comparison .comparison_wrapper .comparison_inner_bottom .comparison_bottom_table table tr > * {
  padding-block: 15px;
  vertical-align: middle;
  border: none;
  border-right: 1px solid var(--blue);
  border-bottom: 1px solid var(--blue);
}
.products .comparison .comparison_wrapper .comparison_inner_bottom .comparison_bottom_table table th {
  width: 25%;
}
.products .comparison .comparison_wrapper .comparison_inner_bottom .comparison_bottom_table table tr:nth-of-type(2) > *, .products .comparison .comparison_wrapper .comparison_inner_bottom .comparison_bottom_table table tr:nth-of-type(3) > td:first-child, .products .comparison .comparison_wrapper .comparison_inner_bottom .comparison_bottom_table table tr:nth-of-type(5) > *, .products .comparison .comparison_wrapper .comparison_inner_bottom .comparison_bottom_table table tr:nth-of-type(6) > *, .products .comparison .comparison_wrapper .comparison_inner_bottom .comparison_bottom_table table tr:nth-of-type(7) > td:first-child, .products .comparison .comparison_wrapper .comparison_inner_bottom .comparison_bottom_table table tr:nth-of-type(8) > *, .products .comparison .comparison_wrapper .comparison_inner_bottom .comparison_bottom_table table tr:nth-of-type(9) > * {
  border-bottom-width: 2px;
}
.products .comparison .comparison_wrapper .comparison_inner_bottom .comparison_bottom_table table tr > .rb_2 {
  border-right-width: 2px;
}
.products .comparison .comparison_wrapper .comparison_inner_bottom .comparison_bottom_table p {
  font-size: 14px;
  margin-top: 10px;
}
.products .detail_soft {
  margin-top: calc(50px + 10.4166666667vw);
}
.products .detail_soft .detail_soft_wrapper {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
.products .detail_soft .detail_soft_wrapper > h3 {
  margin-top: calc(20px + 1.9270833333vw);
  font-size: calc(18px + 0.5208333333vw);
  font-weight: bold;
  text-align: center;
  line-height: 1.875;
}
.products .detail_soft .detail_soft_wrapper .soft_start_title {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  border-radius: 32px;
  font-size: calc(18px + 0.7291666667vw);
  font-weight: bold;
  padding-block: 9px;
}
.products .detail_soft .detail_soft_wrapper .soft_description {
  margin-top: calc(20px + 3.125vw);
}
.products .detail_soft .detail_soft_wrapper .soft_description p {
  font-size: calc(14px + 0.1041666667vw);
  line-height: 1.625;
}
.products .detail_soft .detail_soft_wrapper .soft_description_inner {
  margin-top: calc(20px + 3.125vw);
}
.products .detail_soft .detail_soft_wrapper .soft_description_inner:is(.bottom) {
  margin-top: calc(20px + 7.8125vw);
}
.products .detail_soft .detail_soft_wrapper .soft_description_inner h4 {
  position: relative;
  font-size: calc(18px + 0.3125vw);
  font-weight: bold;
}
.products .detail_soft .detail_soft_wrapper .soft_description_inner h4::before {
  --h4-b-size: 11px;
  content: "";
  display: inline-block;
  width: var(--h4-b-size);
  height: var(--h4-b-size);
  border-radius: 50%;
  background-color: var(--blue);
  margin-right: 13px;
  position: relative;
  bottom: 2px;
}
.products .detail_soft .detail_soft_wrapper .soft_description_inner p {
  margin-top: 10px;
}
.products .detail_soft .detail_soft_wrapper .soft_description_inner .support_images_top {
  margin-top: calc(20px + 4.1666666667vw);
}
.products .detail_soft .detail_soft_wrapper .soft_description_inner .support_images_top h5 {
  font-size: calc(16px + 0.1041666667vw);
  font-weight: bold;
  margin-bottom: 10px;
}
.products .detail_soft .detail_soft_wrapper .soft_description_inner .support_images_top span {
  margin-top: calc(5px + 0.5208333333vw);
  display: block;
  font-size: 14px;
}
.products .detail_soft .detail_soft_wrapper .soft_description_inner .support_images_top div {
  display: flex;
  flex-direction: var(--sit-column, column);
  gap: var(--sit-gap, 0);
}
@media screen and (min-width: 992px) {
  .products .detail_soft .detail_soft_wrapper .soft_description_inner .support_images_top div {
    --sit-column: row;
    --sit-gap: calc(5px + 0.78125vw);
  }
}
.products .detail_soft .detail_soft_wrapper .soft_description_inner .support_images_top div > p {
  position: relative;
}
.products .detail_soft .detail_soft_wrapper .soft_description_inner .support_images_top div > p::before {
  --circle-size: 18px;
  content: "";
  display: inline-block;
  width: var(--circle-size);
  height: var(--circle-size);
  border-radius: 50%;
  margin-right: 7px;
  position: relative;
  bottom: -3px;
}
.products .detail_soft .detail_soft_wrapper .soft_description_inner .support_images_top div > p:nth-child(1)::before {
  background-color: #2A59A9;
}
.products .detail_soft .detail_soft_wrapper .soft_description_inner .support_images_top div > p:nth-child(2)::before {
  background-color: #FFC515;
}
.products .detail_soft .detail_soft_wrapper .soft_description_inner .support_images_top div > p:nth-child(3)::before {
  background-color: #EF2D2B;
}
.products .detail_soft .detail_soft_wrapper .soft_description_inner .support_images {
  margin-top: calc(10px + 0.2604166667vw);
  display: grid;
  grid-template-columns: var(--support_images-column, 1fr);
  gap: calc(20px + 1.0416666667vw);
}
.products .detail_soft .detail_soft_wrapper .soft_description_inner .support_images:is(.bottom > *) {
  margin-top: calc(20px + 4.1666666667vw);
}
@media screen and (min-width: 768px) {
  .products .detail_soft .detail_soft_wrapper .soft_description_inner .support_images:is(.bottom > *) {
    --support_images-column: 35% 35%;
  }
}
@media screen and (min-width: 768px) {
  .products .detail_soft .detail_soft_wrapper .soft_description_inner .support_images {
    --support_images-column: 40% 40%;
  }
}
.products .detail_soft .detail_soft_wrapper .soft_description_inner .support_images > div {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: var(--m-inline, auto);
}
@media screen and (min-width: 768px) {
  .products .detail_soft .detail_soft_wrapper .soft_description_inner .support_images > div {
    --m-inline: 0;
  }
}
.products .detail_soft .detail_soft_wrapper .soft_description_inner .support_images img {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.products .detail_soft .detail_soft_wrapper .soft_description_inner .support_images h5 {
  font-size: calc(16px + 0.1041666667vw);
  font-weight: bold;
  margin-bottom: 10px;
}
.products .detail_soft .detail_soft_wrapper .soft_description_inner .support_images span {
  margin-top: calc(5px + 0.5208333333vw);
  display: block;
  font-size: 14px;
}
.products .detail_soft .detail_soft_wrapper .soft_table {
  margin-top: calc(40px + 10.4166666667vw);
  overflow-x: auto;
}
.products .detail_soft .detail_soft_wrapper .soft_table > h4 {
  font-size: calc(20px + 0.4166666667vw);
  color: var(--blue);
}
.products .detail_soft .detail_soft_wrapper .soft_table .soft_table_inner {
  margin-top: 15px;
  max-width: 1200px;
  min-width: 1000px;
}
.products .detail_soft .detail_soft_wrapper .soft_table .soft_table_inner p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.857;
}
.products .detail_soft .detail_soft_wrapper .soft_table .soft_table_inner table {
  width: 100%;
  text-align: center;
  border-radius: 17px 17px 0 0;
  border-spacing: 0;
  border: none;
  border-left: 1px solid var(--blue);
  border-top: 1px solid var(--blue);
  border-collapse: initial;
  background-color: #fff;
}
.products .detail_soft .detail_soft_wrapper .soft_table .soft_table_inner table th {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding-block: 10px;
  font-size: calc(16px + 0.1041666667vw);
}
.products .detail_soft .detail_soft_wrapper .soft_table .soft_table_inner table th:first-child {
  border-radius: 15px 0 0 0;
}
.products .detail_soft .detail_soft_wrapper .soft_table .soft_table_inner table th:last-child {
  border-radius: 0 15px 0 0;
}
.products .detail_soft .detail_soft_wrapper .soft_table .soft_table_inner table tr > * {
  padding-block: 15px;
  vertical-align: middle;
  border: none;
  border-right: 1px solid var(--blue);
  border-bottom: 1px solid var(--blue);
}
.products .detail_soft .detail_soft_wrapper .soft_table .soft_table_inner table th:nth-of-type(1), .products .detail_soft .detail_soft_wrapper .soft_table .soft_table_inner table th:nth-of-type(2), .products .detail_soft .detail_soft_wrapper .soft_table .soft_table_inner table th:nth-of-type(3) {
  width: 24%;
}
.products .detail_soft .detail_soft_wrapper .soft_table .soft_table_inner table th:nth-of-type(4), .products .detail_soft .detail_soft_wrapper .soft_table .soft_table_inner table th:nth-of-type(5) {
  width: 14%;
}
.products .products_bottom .page_flow_wrapper {
  margin-top: calc(30px + 4.6875vw);
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
.products .products_bottom .page_flow_container {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 25px;
}
.products .products_bottom .page_flow_container:not(:first-of-type) {
  margin-top: calc(20px + 0.2604166667vw);
}
.products .products_bottom .page_flow_container > h3 {
  padding-inline: calc(20px + 1.0416666667vw) 10px;
  padding-block: 15px;
  color: #fff;
  background-color: var(--blue);
  border-radius: 25px 25px 0 0;
  font-size: calc(18px + 0.3125vw);
}
.products .products_bottom .page_flow_container > h3 span {
  position: relative;
  bottom: 2px;
}
.products .products_bottom .page_flow_container > div {
  border: solid var(--blue);
  border-width: 0 2px 2px 2px;
  border-radius: 0 0 25px 25px;
  padding: calc(20px + 0.5208333333vw) calc(10px + 1.5625vw) calc(30px + 1.0416666667vw);
  background-color: #fff;
}
.products .products_bottom .page_flow_container > div p {
  line-height: 1.625;
}

.casestudy .sec_contact .sec_contact_wrapper, .casestudy .casestudy_page .casestudy_page_wrapper {
  --case-detail-w: 768px;
  width: min(var(--case-detail-w), 100% - var(--sp-padding));
  margin-inline: auto;
}

.casestudy .casestudy_tabs {
  margin-top: calc(20px + 3.90625vw);
}
.casestudy .casestudy_tabs .casestudy_tabs_wrapper {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
.casestudy .casestudy_tabs .casestudy_tabs_inner {
  --tabs-justify: start;
  display: grid;
  grid-template-columns: var(--tabs-column, 1fr 1fr);
  grid-template-rows: 42px;
  justify-content: var(--tabs-justify, center);
  gap: calc(10px + 1.0416666667vw);
}
@media screen and (min-width: 768px) {
  .casestudy .casestudy_tabs .casestudy_tabs_inner {
    --tabs-column: repeat(auto-fit, minmax(auto, 215px));
  }
}
.casestudy .casestudy_tabs .casestudy_tabs_inner .tab > a {
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 21px;
  border: 2px solid var(--blue);
  color: var(--blue);
  background-color: #fff;
  padding-block: 10px;
  font-size: calc(14px + 0.1041666667vw);
  line-height: 1;
}
.casestudy .casestudy_tabs .casestudy_tabs_inner .tab > a:is(.current > *) {
  background-color: var(--blue);
  color: #fff;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .casestudy .casestudy_tabs .casestudy_tabs_inner {
    --tabs-column: repeat(auto-fit, minmax(auto, 215px));
  }
}
.casestudy .page_case_study {
  margin-block: calc(35px + 6.5104166667vw) 10px;
}
.casestudy .page_case_study .casestudy_inner {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
.casestudy .page_case_study .casestudy_inner .casestudy_title {
  color: #fff;
  position: relative;
}
.casestudy .page_case_study .casestudy_inner .casestudy_title h3 {
  font-size: var(--top-ttl-h3, 33px);
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .casestudy .page_case_study .casestudy_inner .casestudy_title h3 {
    --top-ttl-h3: 50px;
  }
}
.casestudy .page_case_study .casestudy_inner .casestudy_title p {
  text-transform: uppercase;
  font-size: calc(18px + 0.3125vw);
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.casestudy .page_case_study .casestudy_inner .casestudy_title > :is(h4) {
  color: var(--blue);
  font-size: calc(20px + 0.8333333333vw);
  font-weight: bold;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.casestudy .page_case_study .casestudy_inner .casestudy_container {
  position: relative;
  z-index: 5;
  margin-top: var(--casestudy_container_mt, calc(40px + 8.3333333333vw));
  display: grid;
  grid-template-columns: var(--casestudy_container-column, 1fr);
  gap: var(--casestudy_container-gap, 50px);
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .casestudy .page_case_study .casestudy_inner .casestudy_container {
    --casestudy_container-column: repeat(3, 1fr);
    --casestudy_container-gap: calc(15px + 0.2604166667vw);
  }
}
.casestudy .page_case_study .casestudy_inner .casestudy_container .casestudy_content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.casestudy .page_case_study .casestudy_inner .casestudy_container .casestudy_content .casestudy_image {
  width: min(480px, 100%);
  margin-inline: auto;
}
.casestudy .page_case_study .casestudy_inner .casestudy_container .casestudy_content .casestudy_image img {
  width: 100%;
  height: 250px;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.casestudy .page_case_study .casestudy_inner .casestudy_container .casestudy_content .casestudy_description {
  margin-top: 17px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.casestudy .page_case_study .casestudy_inner .casestudy_container .casestudy_content .casestudy_description .casestudy_tags {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 0.2604166667vw);
}
.casestudy .page_case_study .casestudy_inner .casestudy_container .casestudy_content .casestudy_description .casestudy_tags span {
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid var(--blue);
  color: var(--blue);
  padding: 6px calc(10px + 0.2604166667vw);
  font-size: calc(14px + 0.1041666667vw);
}
.casestudy .page_case_study .casestudy_inner .casestudy_container .casestudy_content .casestudy_description h4 {
  margin-top: calc(15px + 0.2604166667vw);
  font-size: calc(18px + 0.3125vw);
  line-height: 1.583;
  flex: 1;
}
.casestudy .page_case_study .casestudy_inner .casestudy_container .casestudy_content .casestudy_description p {
  margin-top: 10px;
  font-size: calc(14px + 0.1041666667vw);
}
.casestudy .page_case_study .casestudy_inner .casestudy_all_links {
  margin-top: calc(70px + 1.5625vw);
  width: min(346px, 100% - var(--sp-padding));
  margin-inline: auto;
}
.casestudy .page_case_study .casestudy_inner .casestudy_all_links a {
  position: relative;
  display: block;
  padding-block: 13px;
  border: 1px solid var(--blue);
  font-size: calc(14px + 0.1041666667vw);
  border-radius: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.casestudy .page_case_study .casestudy_inner .casestudy_all_links a::after {
  display: block;
  content: "";
  position: absolute;
  inset-block: 0;
  right: 22px;
  width: 10px;
  height: 22px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="10" height="22.86" viewBox="0 0 7 16"%3E%3Cpath fill="%234484ce" d="M1.5 13a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71L5.3 7.99L1.15 3.85c-.2-.2-.2-.51 0-.71c.2-.2.51-.2.71 0l4.49 4.51c.2.2.2.51 0 .71l-4.5 4.49c-.1.1-.23.15-.35.15"%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  margin-block: auto;
}
.casestudy .page_case_study .casestudy_inner .casestudy_container {
  --casestudy_container_mt: calc(25px + 2.0833333333vw);
}
@media screen and (min-width: 992px) {
  .casestudy .page_case_study .casestudy_inner .casestudy_container {
    --casestudy_container-gap: 100px calc(15px + 0.2604166667vw);
  }
}
.casestudy .casestudy_page .casestudy_page_wrapper {
  margin-top: calc(30px + 7.2916666667vw);
}
.casestudy .casestudy_page .casestudy_page_inner .casestudy_page_top .casestudy_page_tabs {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 0.3125vw);
}
.casestudy .casestudy_page .casestudy_page_inner .casestudy_page_top .casestudy_page_tabs > a {
  border: 1px solid var(--blue);
  border-radius: 3px;
  font-size: calc(14px + 0.1041666667vw);
  color: var(--blue);
  padding: 6px calc(10px + 0.2604166667vw);
}
.casestudy .casestudy_page .casestudy_page_inner .casestudy_page_top .casestudy_page_title {
  margin-top: calc(15px + 0.2604166667vw);
  font-size: calc(20px + 0.4166666667vw);
  font-weight: bold;
  line-height: 1.2857142857;
  color: var(--blue);
}
.casestudy .casestudy_page .casestudy_page_inner .casestudy_page_top p {
  margin-top: 10px;
  font-size: calc(14px + 0.1041666667vw);
}
.casestudy .casestudy_page .casestudy_page_inner .casestudy_page_top .casestudy_main_image {
  margin-top: calc(20px + 2.0833333333vw);
}
.casestudy .casestudy_page .casestudy_page_inner .casestudy_page_top .casestudy_main_image img {
  border-radius: 30px;
}
.casestudy .casestudy_page .casestudy_page_inner .casestudy_page_top .casestudy_page_description {
  margin-top: calc(20px + 1.0416666667vw);
}
.casestudy .casestudy_page .casestudy_page_inner .casestudy_page_top .casestudy_page_description .description_top {
  background-color: var(--lgrey);
  padding: calc(15px + 0.2604166667vw) calc(10px + 1.0416666667vw);
  font-size: calc(14px + 0.1041666667vw);
  line-height: 1.625;
  border-radius: 15px;
}
.casestudy .casestudy_page .casestudy_page_inner .casestudy_page_top .casestudy_page_description .description_top h4 {
  color: var(--blue);
  font-size: calc(18px + 0.1041666667vw);
  font-weight: bold;
}
.casestudy .casestudy_page .casestudy_page_inner .casestudy_page_top .casestudy_page_description .description_result {
  margin-top: calc(20px + 1.0416666667vw);
  display: grid;
  grid-template-columns: var(--result-column, 1fr);
  align-items: center;
}
@media screen and (min-width: 992px) {
  .casestudy .casestudy_page .casestudy_page_inner .casestudy_page_top .casestudy_page_description .description_result {
    --result-column: 1fr 68px 1fr;
  }
}
.casestudy .casestudy_page .casestudy_page_inner .casestudy_page_top .casestudy_page_description .description_result > img {
  display: block;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  transform: var(--arrow-w-transform, rotateZ(90deg));
  margin-block: var(--arrow-w-mblock, 20px);
}
@media screen and (min-width: 992px) {
  .casestudy .casestudy_page .casestudy_page_inner .casestudy_page_top .casestudy_page_description .description_result > img {
    --arrow-w-mblock: 0;
    --arrow-w-transform: rotateZ(0);
  }
}
.casestudy .casestudy_page .casestudy_page_inner .casestudy_page_top .casestudy_page_description .description_result > div h4 {
  background-color: var(--blue);
  border-radius: 15px 15px 0 0;
  color: #fff;
  font-size: calc(16px + 0.1041666667vw);
  padding-left: 30px;
  height: 46px;
  display: flex;
  align-items: center;
}
.casestudy .casestudy_page .casestudy_page_inner .casestudy_page_top .casestudy_page_description .description_result > div ul {
  border: solid var(--blue);
  border-width: 0 2px 2px 2px;
  border-radius: 0 0 15px 15px;
  padding: calc(15px + 0.5208333333vw) calc(10px + 0.78125vw);
}
.casestudy .casestudy_page .casestudy_page_inner .casestudy_page_top .casestudy_page_description .description_result > div ul li {
  font-size: calc(14px + 0.1041666667vw);
  line-height: 2;
}
.casestudy .casestudy_page .casestudy_page_inner .casestudy_page_top .casestudy_page_description .description_bottom {
  margin-top: calc(20px + 2.0833333333vw);
  padding: calc(15px + 0.78125vw) calc(10px + 1.0416666667vw);
  border: 2px solid var(--blue);
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: grid;
  grid-template-columns: var(--dec_btm-column, 1fr);
}
@media screen and (min-width: 992px) {
  .casestudy .casestudy_page .casestudy_page_inner .casestudy_page_top .casestudy_page_description .description_bottom {
    --dec_btm-column: 50% 50%;
  }
}
.casestudy .casestudy_page .casestudy_page_inner .casestudy_page_top .casestudy_page_description .description_bottom > img {
  display: block;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: var(--dec_btm-img-m-inline, auto);
  margin-top: var(--dec_btm-img-m-top, 20px);
  max-width: 290px;
}
@media screen and (min-width: 992px) {
  .casestudy .casestudy_page .casestudy_page_inner .casestudy_page_top .casestudy_page_description .description_bottom > img {
    --dec_btm-img-m-inline: auto 0;
    --dec_btm-img-m-top: 0;
  }
}
.casestudy .casestudy_page .casestudy_page_inner .casestudy_page_top .casestudy_page_description .description_bottom > div h4 {
  font-size: calc(18px + 0.3125vw);
  font-weight: bold;
}
.casestudy .casestudy_page .casestudy_page_inner .casestudy_page_top .casestudy_page_description .description_bottom > div p {
  margin-top: 10px;
}
.casestudy .casestudy_page .casestudy_page_inner .casestudy_page_top .casestudy_page_description .description_bottom > div a {
  margin-top: calc(15px + 0.2604166667vw);
  margin-inline: auto;
  max-width: var(--link-btn-max-w, 280px);
  position: relative;
  display: block;
  padding-block: 13px;
  border: 1px solid var(--blue);
  font-size: calc(14px + 0.1041666667vw);
  border-radius: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: unset;
}
.casestudy .casestudy_page .casestudy_page_inner .casestudy_page_top .casestudy_page_description .description_bottom > div a::after {
  display: block;
  content: "";
  position: absolute;
  inset-block: 0;
  right: 22px;
  width: 10px;
  height: 22px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="10" height="22.86" viewBox="0 0 7 16"%3E%3Cpath fill="%234484ce" d="M1.5 13a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71L5.3 7.99L1.15 3.85c-.2-.2-.2-.51 0-.71c.2-.2.51-.2.71 0l4.49 4.51c.2.2.2.51 0 .71l-4.5 4.49c-.1.1-.23.15-.35.15"%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  margin-block: auto;
}
@media screen and (min-width: 992px) {
  .casestudy .casestudy_page .casestudy_page_inner .casestudy_page_top .casestudy_page_description .description_bottom > div a {
    --link-btn-max-w: 100%;
  }
}
.casestudy .casestudy_page .casestudy_detail {
  margin-top: calc(20px + 1.0416666667vw);
}
.casestudy .casestudy_page .casestudy_detail dl dt {
  color: var(--blue);
  font-weight: bold;
}
.casestudy .casestudy_page .casestudy_detail dl dd {
  margin-top: 10px;
}
.casestudy .casestudy_page .description_cont {
  margin-top: calc(30px + 1.5625vw);
}
.casestudy .casestudy_page .description_cont > p > b {
  margin-top: calc(15px + 1.3020833333vw);
  font-size: calc(18px + 0.2083333333vw);
  display: inline-block;
}
.casestudy .casestudy_page .description_cont > p u {
  margin-bottom: 10px;
  color: var(--blue);
  text-decoration: none;
  display: inline-block;
}
.casestudy .casestudy_page .description_cont > p u > b {
  font-size: calc(16px + 0.1041666667vw);
}
.casestudy .casestudy_page .description_cont > h4 {
  margin-top: calc(15px + 1.3020833333vw);
  font-size: calc(18px + 0.2083333333vw);
}
.casestudy .casestudy_page .description_cont > h4 u {
  margin-bottom: 10px;
  color: var(--blue);
  text-decoration: none;
  display: inline-block;
}
.casestudy .sec_contact {
  margin-top: calc(40px + 5.7291666667vw);
}
.casestudy .sec_contact .sec_contact_wrapper > h3.want_know {
  padding: 0 45px;
  position: relative;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: calc(20px + 0.2083333333vw);
}
.casestudy .sec_contact .sec_contact_wrapper > h3.want_know::after, .casestudy .sec_contact .sec_contact_wrapper > h3.want_know::before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--blue);
  border-radius: 4px;
}
.casestudy .sec_contact .sec_contact_wrapper > h3.want_know::before {
  left: 0;
  transform: rotate(60deg);
}
.casestudy .sec_contact .sec_contact_wrapper > h3.want_know::after {
  right: 0;
  transform: rotate(-60deg);
}
.casestudy .sec_contact .sec_contact_wrapper .sec_contact_link {
  margin-top: calc(20px + 0.5208333333vw);
}
.casestudy .sec_contact .sec_contact_wrapper .sec_contact_link > a {
  padding-block: calc(15px + 0.5208333333vw);
  padding-inline: calc(20px + 1.0416666667vw) calc(15px + 0.2604166667vw);
  border-radius: 52px;
  font-size: calc(18px + 0.3645833333vw);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.casestudy .sec_contact .sec_contact_wrapper .sec_contact_link > a.send_mail {
  background: var(--yellow);
}
.casestudy .sec_contact .sec_contact_wrapper .sec_contact_link > a.send_mail .icon_image {
  position: relative;
  top: 2px;
}
.casestudy .sec_contact .sec_contact_wrapper .sec_contact_link > a.document_dl {
  background-color: var(--blue);
}
.casestudy .sec_contact .sec_contact_wrapper .sec_contact_link > a > span {
  display: grid;
  place-content: center;
}
.casestudy .sec_contact .sec_contact_wrapper .sec_contact_link > a > span.arrow_right_icon {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
}
.casestudy .sec_contact .sec_contact_wrapper .sec_contact_link > a > span.arrow_right_icon > svg {
  position: relative;
  z-index: 1;
}
.casestudy .sec_contact .sec_contact_inner {
  margin-top: calc(30px + 7.8125vw);
}
.casestudy .sec_contact .sec_contact_inner h4 {
  font-size: calc(18px + 0.3125vw);
  font-weight: bold;
  color: var(--blue);
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.casestudy .sec_contact .sec_contact_inner > ul {
  margin-top: calc(15px + 0.2604166667vw);
  background-color: var(--lgrey);
  border-radius: 15px;
  padding-block: calc(15px + 0.5208333333vw);
  padding-inline: calc(25px + 1.8229166667vw) 10px;
}
.casestudy .sec_contact .sec_contact_inner > ul li {
  font-size: calc(16px + 0.1041666667vw);
  font-weight: bold;
  line-height: 2;
  list-style: disc;
}
.casestudy .sec_contact .sec_contact_inner > p:nth-of-type(1) {
  margin-top: calc(20px + 0.9375vw);
}
.casestudy .sec_contact .sec_contact_inner > p:nth-of-type(2) {
  margin-top: calc(10px + 0.2604166667vw);
}
.casestudy .sec_contact .sec_contact_bottom_title {
  margin-top: calc(30px + 7.8125vw);
  text-align: center;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.casestudy .sec_contact .sec_contact_bottom_title p {
  font-size: calc(16px + 0.1041666667vw);
  font-weight: bold;
  line-height: 2;
}
.casestudy .sec_contact .sec_contact_bottom_title h3 {
  font-size: calc(18px + 0.3125vw);
  font-weight: bold;
  line-height: 1.5;
}
.casestudy .sec_contact .sec_contact_bottom_title h3 > span {
  color: var(--blue);
}

.column .detail_column .detail_column_wrapper {
  --column-detail-w: 768px;
  width: min(var(--column-detail-w), 100% - var(--sp-padding));
  margin-inline: auto;
}

.column .detail_column .detail_column_bottom .column_other_page .column_other_page_wrapper > a > p:is(.next > *)::after, .column .detail_column .detail_column_bottom .column_other_page .column_other_page_wrapper > a > p:is(.prev > *)::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 22px;
  top: 3px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="10" height="22.86" viewBox="0 0 7 16"%3E%3Cpath fill="%234484ce" d="M1.5 13a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71L5.3 7.99L1.15 3.85c-.2-.2-.2-.51 0-.71c.2-.2.51-.2.71 0l4.49 4.51c.2.2.2.51 0 .71l-4.5 4.49c-.1.1-.23.15-.35.15"%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  margin-block: auto;
}

.page_column {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
  margin-top: calc(30px + 5.2083333333vw);
  display: grid;
  grid-template-columns: var(--page_column, 1fr);
  gap: calc(30px + 1.5625vw);
}
@media screen and (min-width: 992px) {
  .page_column {
    --page_column: 1fr 310px;
  }
}
.page_column .page_column_wrapper {
  --column-img-shadow: 0;
}
.page_column .page_column_wrapper .page_column_container {
  position: relative;
  display: grid;
  grid-template-columns: var(--columns_container-column, 1fr);
  gap: var(--columns_container-gap, 50px);
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .page_column .page_column_wrapper .page_column_container {
    --columns_container-column: repeat(3, 1fr);
    --columns_container-gap: calc(15px + 0.2604166667vw);
  }
}
.page_column .page_column_wrapper .page_column_container .columns_content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page_column .page_column_wrapper .page_column_container .columns_content .columns_image {
  width: min(480px, 100%);
  margin-inline: auto;
}
.page_column .page_column_wrapper .page_column_container .columns_content .columns_image img {
  width: 100%;
  height: var(--column-img-h, 250px);
  border-radius: 30px;
  -o-object-fit: var(--column-img-ofit, cover);
     object-fit: var(--column-img-ofit, cover);
  box-shadow: var(--column-img-shadow, 0 3px 6px rgba(0, 0, 0, 0.16));
}
.page_column .page_column_wrapper .page_column_container .columns_content .columns_description {
  padding-inline: calc(10px + 0.2604166667vw);
  display: flex;
  flex-direction: column;
  margin-top: calc(15px + 0.1041666667vw);
  height: 100%;
  flex: 1;
}
.page_column .page_column_wrapper .page_column_container .columns_content .columns_description .columns_category {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: calc(14px + 0.1041666667vw);
}
.page_column .page_column_wrapper .page_column_container .columns_content .columns_description .columns_category .columns_category_tag {
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid var(--blue);
  color: var(--blue);
  padding-block: 6px;
  width: 130px;
  text-align: center;
}
.page_column .page_column_wrapper .page_column_container .columns_content .columns_description .columns_dec_title {
  margin-top: 15px;
  flex: 1;
  font-size: calc(20px + 0.2083333333vw);
  line-height: 1.583;
}
@media screen and (min-width: 992px) {
  .page_column .page_column_wrapper .page_column_container {
    --columns_container-column: repeat(2, 1fr);
    --columns_container-gap: 50px calc(15px + 0.2604166667vw);
  }
}
.page_column .page_column_aside .page_column_aside_container:not(:first-child) {
  margin-top: calc(25px + 0.2604166667vw);
}
.page_column .page_column_aside .page_column_aside_container > h3 {
  color: var(--blue);
  line-height: 1.875;
  padding-bottom: 7.5px;
  border-bottom: 2px solid var(--blue);
}
.page_column .page_column_aside .page_column_aside_container .aside_content {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 10px;
  align-items: flex-start;
}
.page_column .page_column_aside .page_column_aside_container .aside_content > img {
  width: 100%;
}
.page_column .page_column_aside .page_column_aside_container .aside_content > p {
  font-size: 14px;
  line-height: 2.1428571429;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  padding-right: var(--aside_content-pr, 10px);
}
@media screen and (min-width: 768px) {
  .page_column .page_column_aside .page_column_aside_container .aside_content > p {
    --aside_content-pr: 5px;
  }
}
.page_column .page_column_aside .page_column_aside_container ul {
  margin-top: 15px;
  padding-left: 20px;
}
.page_column .page_column_aside .page_column_aside_container ul li a {
  font-size: 14px;
  line-height: 2.1666666667;
  display: block;
}
.page_column .page_column_aside .character_wrapper {
  margin-top: calc(30px + 1.5625vw);
}
.page_column .page_column_aside .character_wrapper .speech_bubble {
  padding: calc(15px + 0.5208333333vw) calc(10px + 0.5208333333vw);
  border: 4px solid var(--blue);
  border-radius: 16px;
  line-height: 1.625;
  position: relative;
  background-color: #fff;
}
.page_column .page_column_aside .character_wrapper .speech_bubble::after, .page_column .page_column_aside .character_wrapper .speech_bubble::before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  right: 30%;
}
.page_column .page_column_aside .character_wrapper .speech_bubble::after {
  border-color: rgba(247, 221, 51, 0);
  border-top-width: 21px;
  border-bottom-width: 21px;
  border-left-width: 9px;
  border-right-width: 9px;
  margin-left: -10px;
  border-top-color: #fff;
  right: calc(30% + 2px);
}
.page_column .page_column_aside .character_wrapper .speech_bubble::before {
  border-color: rgba(30, 144, 255, 0);
  border-top-width: 25px;
  border-bottom-width: 25px;
  border-left-width: 12px;
  border-right-width: 11px;
  margin-left: -12px;
  margin-top: 4px;
  border-top-color: var(--blue);
}
.page_column .page_column_aside .character_wrapper .speech_bubble a {
  text-decoration: underline;
  color: var(--blue);
}
.page_column .page_column_aside .character_wrapper .chara_image {
  margin-top: 15px;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto 0;
  overflow-x: hidden;
}
.page_column .page_column_aside .character_wrapper .chara_image img {
  position: relative;
  right: -20px;
}

.column .detail_column .detail_column_wrapper {
  margin-top: calc(30px + 7.2916666667vw);
}
.column .detail_column .detail_column_top .top_category {
  display: flex;
  align-items: center;
  gap: 12px;
}
.column .detail_column .detail_column_top .top_category > a {
  border-radius: 3px;
  border: 1px solid var(--blue);
  color: var(--blue);
  padding-block: 6px;
  width: 130px;
  text-align: center;
}
.column .detail_column .detail_column_title {
  margin-top: calc(15px + 0.2604166667vw);
  font-size: calc(20px + 0.4166666667vw);
  font-weight: bold;
  line-height: 1.2857142857;
  color: var(--blue);
}
.column .detail_column .column_main_img {
  margin-top: calc(20px + 2.0833333333vw);
}
.column .detail_column .column_main_img img {
  border-radius: 30px;
}
.column .detail_column .top_description {
  margin-top: calc(20px + 1.0416666667vw);
}
.column .detail_column .top_description p {
  line-height: 1.625;
}
.column .detail_column .detail_table_contents {
  margin-block: calc(40px + 3.125vw) 10px;
  padding: calc(20px + 1.5625vw) calc(10px + 3.6458333333vw) calc(25px + 1.8229166667vw);
  border: 2px solid var(--blue);
  border-radius: 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.column .detail_column .detail_table_contents p {
  font-size: calc(18px + 0.3125vw);
  font-weight: bold;
  color: var(--blue);
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.column .detail_column .detail_table_contents div {
  margin-top: calc(20px + 0.78125vw);
}
.column .detail_column .detail_table_contents div:not(:first-child) {
  margin-top: calc(30px + 1.3020833333vw);
}
.column .detail_column .detail_table_contents div > a {
  display: block;
  color: var(--blue);
  font-size: calc(16px + 0.1041666667vw);
}
.column .detail_column .detail_table_contents div > span {
  display: block;
  font-size: 14px;
  margin-top: calc(10px + 0.2604166667vw);
}
.column .detail_column .detail_column_inner {
  margin-top: calc(20px + 4.6875vw);
}
.column .detail_column .detail_column_inner h3 {
  color: var(--blue);
  font-size: calc(18px + 0.3125vw);
  font-weight: bold;
  line-height: 1.5;
}
.column .detail_column .detail_column_inner h4 {
  margin-top: calc(20px + 0.5208333333vw);
  font-size: calc(16px + 0.1041666667vw);
  font-weight: bold;
  line-height: 2;
}
.column .detail_column .detail_column_inner p {
  margin-top: calc(20px + 0.5208333333vw);
  line-height: 1.625;
}
.column .detail_column .detail_column_inner a {
  margin-top: 15px;
  display: block;
  color: var(--blue);
  text-decoration: underline;
  font-size: calc(14px + 0.1041666667vw);
}
.column .detail_column .detail_column_inner a .link_icon {
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" stroke="%234484CE" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-4M14 4h6m0 0v6m0-6L10 14"%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 4px;
}
.column .detail_column .column_thumbnail {
  margin-bottom: calc(30px + 1.5625vw);
}
.column .detail_column .column_thumbnail img {
  border-radius: 30px;
}
.column .detail_column .detail_column_bottom {
  margin-top: calc(40px + 5.7291666667vw);
}
.column .detail_column .detail_column_bottom .other_links a {
  display: inline-block;
}
.column .detail_column .detail_column_bottom .other_links a:not(:first-child) {
  margin-top: calc(20px + 0.5208333333vw);
}
.column .detail_column .detail_column_bottom .column_popular {
  margin-top: calc(40px + 6.7708333333vw);
  border-top: 2px solid var(--blue);
}
.column .detail_column .detail_column_bottom .column_popular h3 {
  margin-top: calc(25px + 0.78125vw);
  font-size: calc(16px + 0.1041666667vw);
  font-weight: bold;
  color: var(--blue);
}
.column .detail_column .detail_column_bottom .column_popular_wrapper {
  margin-top: calc(20px + 0.5208333333vw);
  display: grid;
  grid-template-columns: var(--column_popular-column, 1fr);
  justify-content: space-between;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .column .detail_column .detail_column_bottom .column_popular_wrapper {
    --column_popular-column: repeat(auto-fit, minmax(auto, 48%));
  }
}
.column .detail_column .detail_column_bottom .column_popular_wrapper .column_popular_content {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: calc(15px + 0.2604166667vw);
}
.column .detail_column .detail_column_bottom .column_popular_wrapper .column_popular_content > div {
  display: flex;
  flex-direction: column;
  height: 95%;
  line-height: 1.5;
}
.column .detail_column .detail_column_bottom .column_popular_wrapper .column_popular_content > div span {
  font-size: calc(14px + 0.1041666667vw);
  font-weight: bold;
  color: var(--blue);
}
.column .detail_column .detail_column_bottom .column_popular_wrapper .column_popular_content > div p {
  margin-top: 5px;
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.column .detail_column .detail_column_bottom .column_other_page {
  margin-top: calc(25px + 0.2604166667vw);
  border-top: 2px solid var(--blue);
}
.column .detail_column .detail_column_bottom .column_other_page .column_other_page_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(10px + 0.3125vw);
}
.column .detail_column .detail_column_bottom .column_other_page .column_other_page_wrapper > a {
  display: block;
  margin-top: calc(20px + 0.5208333333vw);
}
.column .detail_column .detail_column_bottom .column_other_page .column_other_page_wrapper > a.prev {
  grid-column: 1/2;
  order: 1;
}
.column .detail_column .detail_column_bottom .column_other_page .column_other_page_wrapper > a.next {
  grid-column: 2/3;
  order: 2;
}
.column .detail_column .detail_column_bottom .column_other_page .column_other_page_wrapper > a > p {
  position: relative;
  color: var(--blue);
  font-size: calc(16px + 0.1041666667vw);
  font-weight: bold;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
.column .detail_column .detail_column_bottom .column_other_page .column_other_page_wrapper > a > p:is(.prev > *) {
  padding-left: 20px;
}
.column .detail_column .detail_column_bottom .column_other_page .column_other_page_wrapper > a > p:is(.prev > *)::before {
  left: 0;
  transform: rotateZ(-180deg);
}
.column .detail_column .detail_column_bottom .column_other_page .column_other_page_wrapper > a > p:is(.next > *) {
  padding-right: 20px;
  margin-left: auto;
}
.column .detail_column .detail_column_bottom .column_other_page .column_other_page_wrapper > a > p:is(.next > *)::after {
  right: 0;
}
.column .detail_column .detail_column_bottom .column_other_page .column_other_page_wrapper > a > dl {
  margin-block: calc(15px + 0.2604166667vw) 10px;
  padding: calc(15px + 0.2604166667vw) calc(10px + 0.46875vw);
  display: grid;
  grid-template-columns: var(--dl-column, 1fr);
  border: 2px solid var(--blue);
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  gap: calc(15px + 0.2604166667vw);
}
@media screen and (min-width: 768px) {
  .column .detail_column .detail_column_bottom .column_other_page .column_other_page_wrapper > a > dl {
    --dl-column: 150px 1fr;
  }
}
.column .detail_column .detail_column_bottom .column_other_page .column_other_page_wrapper > a > dl dt img {
  width: 100%;
}
.column .detail_column .detail_column_bottom .column_other_page .column_other_page_wrapper > a > dl dd {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}
.column .detail_column .detail_column_bottom .column_other_page .column_other_page_wrapper > a > dl dd > span {
  color: var(--blue);
  font-size: 14px;
  font-weight: bold;
}
.column .detail_column .detail_column_bottom .column_other_page .column_other_page_wrapper > a > dl dd > p {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 71px;
}

.flow .page_flow {
  counter-reset: number 0;
}
.flow .page_flow .page_flow_wrapper {
  margin-top: calc(30px + 4.6875vw);
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
.flow .page_flow .page_flow_container {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 25px;
}
.flow .page_flow .page_flow_container:not(:first-of-type) {
  margin-top: calc(20px + 0.2604166667vw);
}
.flow .page_flow .page_flow_container > h3 {
  padding-inline: calc(20px + 1.0416666667vw) 10px;
  padding-block: 15px;
  color: #fff;
  background-color: var(--blue);
  border-radius: 25px 25px 0 0;
  font-size: calc(18px + 0.3125vw);
}
.flow .page_flow .page_flow_container > h3:is(.uncounter)::before {
  content: unset;
}
.flow .page_flow .page_flow_container > h3::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  margin-right: calc(15px + 0.2604166667vw);
  font-size: calc(20px + 0.5208333333vw);
  font-weight: bold;
}
.flow .page_flow .page_flow_container > h3 span {
  position: relative;
  bottom: 2px;
}
.flow .page_flow .page_flow_container > div {
  border: solid var(--blue);
  border-width: 0 2px 2px 2px;
  border-radius: 0 0 25px 25px;
  padding: calc(20px + 0.5208333333vw) calc(10px + 1.5625vw) calc(30px + 1.0416666667vw);
  background-color: #fff;
}
.flow .page_flow .page_flow_container > div p {
  line-height: 1.625;
}
.flow .page_flow .page_flow_description {
  margin-top: calc(20px + 0.5208333333vw);
  line-height: 1.625;
}
.flow .page_flow .page_flow_description h4 {
  margin-top: 10px;
  font-weight: bold;
}
.flow .page_flow .page_flow_description ul {
  margin-top: 10px;
  padding-left: 24px;
}
.flow .page_flow .page_flow_description ul li {
  list-style: disc;
}
.flow .page_flow .page_flow_description .flow_image {
  margin-top: calc(20px + 0.5208333333vw);
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.flow .page_flow .contact_links .links_inner {
  margin-top: calc(30px + 1.5625vw);
  width: min(670px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: var(--links_inner_column, 1fr);
  gap: calc(10px + 0.625vw);
}
@media screen and (min-width: 1200px) {
  .flow .page_flow .contact_links .links_inner {
    --links_inner_column: 320px 320px;
  }
}
.flow .page_flow .contact_links .links_inner > a {
  padding-block: calc(15px + 0.15625vw) calc(14px + 0.1041666667vw);
  padding-inline: calc(10px + 0.9375vw) calc(10px + 0.2604166667vw);
  border-radius: 52px;
  font-size: calc(16px + 0.0520833333vw);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.flow .page_flow .contact_links .links_inner > a:nth-child(1) {
  background: var(--yellow);
}
.flow .page_flow .contact_links .links_inner > a:nth-child(1) .icon_image {
  position: relative;
  top: 2px;
}
.flow .page_flow .contact_links .links_inner > a:nth-child(1) .icon_image img {
  width: 90%;
}
.flow .page_flow .contact_links .links_inner > a:nth-child(2) {
  background-color: var(--blue);
}
.flow .page_flow .contact_links .links_inner > a > span {
  display: grid;
  place-content: center;
}
.flow .page_flow .contact_links .links_inner > a > span.arrow_right_icon {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
}
.flow .page_flow .contact_links .links_inner > a > span.arrow_right_icon > svg {
  position: relative;
  z-index: 1;
}
.flow .page_flow .page_flow_service {
  margin-top: calc(30px + 3.6458333333vw);
}
.flow .page_flow .page_flow_service h4 {
  color: var(--blue);
  font-size: calc(20px + 0.4166666667vw);
  font-weight: bold;
}
.flow .page_flow .arrow_bottom {
  margin-top: calc(25px + 0.5208333333vw);
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}

.faq .page_faq {
  margin-top: calc(30px + 6.25vw);
}
.faq .page_faq .page_faq_wrapper {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
  margin-bottom: 20px;
}
.faq .page_faq .page_faq_wrapper .page_faq_container:not(:first-of-type) {
  margin-top: calc(30px + 3.6458333333vw);
}
.faq .page_faq .page_faq_wrapper .page_faq_container > h3 {
  font-size: calc(18px + 1.0416666667vw);
  font-weight: bold;
  color: var(--blue);
}
.faq .page_faq .page_faq_wrapper .character_wrapper {
  margin-top: calc(40px + 3.125vw);
  display: flex;
  justify-content: flex-end;
  align-items: var(--char-flex-align, center);
  flex-direction: var(--char-flex-dir, column);
}
@media screen and (min-width: 768px) {
  .faq .page_faq .page_faq_wrapper .character_wrapper {
    --char-flex-dir: row;
    --char-flex-align: self-start;
  }
}
.faq .page_faq .page_faq_wrapper .character_wrapper .speech_bubble {
  padding: calc(15px + 0.5208333333vw) calc(10px + 0.5208333333vw);
  margin-top: 35px;
  border: 4px solid var(--blue);
  border-radius: 16px;
  line-height: 1.625;
  background-color: #fff;
  position: relative;
}
.faq .page_faq .page_faq_wrapper .character_wrapper .speech_bubble:is(.change_arrow)::after, .faq .page_faq .page_faq_wrapper .character_wrapper .speech_bubble:is(.change_arrow)::before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  right: 30%;
}
.faq .page_faq .page_faq_wrapper .character_wrapper .speech_bubble:is(.change_arrow)::after {
  border-color: rgba(247, 221, 51, 0);
  border-top-width: 21px;
  border-bottom-width: 21px;
  border-left-width: 9px;
  border-right-width: 9px;
  margin-left: -10px;
  border-top-color: #fff;
  right: calc(30% + 2px);
}
.faq .page_faq .page_faq_wrapper .character_wrapper .speech_bubble:is(.change_arrow)::before {
  border-color: rgba(30, 144, 255, 0);
  border-top-width: 25px;
  border-bottom-width: 25px;
  border-left-width: 12px;
  border-right-width: 11px;
  margin-left: -12px;
  margin-top: 4px;
  border-top-color: var(--blue);
}
.faq .page_faq .page_faq_wrapper .character_wrapper .speech_bubble:is(.change_arrow) a {
  text-decoration: underline;
  color: var(--blue);
}
.faq .page_faq .page_faq_wrapper .character_wrapper .speech_bubble:is(.change_arrow)::before {
  margin-top: 1px;
}
.faq .page_faq .page_faq_wrapper .character_wrapper .speech_bubble::after, .faq .page_faq .page_faq_wrapper .character_wrapper .speech_bubble::before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  left: var(--sb-left, unset);
  top: 81%;
}
@media screen and (min-width: 768px) {
  .faq .page_faq .page_faq_wrapper .character_wrapper .speech_bubble::after, .faq .page_faq .page_faq_wrapper .character_wrapper .speech_bubble::before {
    --sb-left: 100%;
  }
}
.faq .page_faq .page_faq_wrapper .character_wrapper .speech_bubble::after {
  border-color: rgba(247, 221, 51, 0);
  border-top-width: 11px;
  border-bottom-width: 11px;
  border-left-width: 20px;
  border-right-width: 20px;
  margin-top: -11px;
  border-left-color: #fff;
}
.faq .page_faq .page_faq_wrapper .character_wrapper .speech_bubble::before {
  border-color: rgba(30, 144, 255, 0);
  border-top-width: 13px;
  border-bottom-width: 13px;
  border-left-width: 23px;
  border-right-width: 23px;
  margin-top: -13px;
  margin-left: 4px;
  border-left-color: var(--blue);
}
.faq .page_faq .page_faq_wrapper .character_wrapper .speech_bubble a {
  text-decoration: underline;
  color: var(--blue);
}
.faq .page_faq .page_faq_wrapper .character_wrapper .chara_image {
  margin-top: 15px;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: var(--chara-img-minline, auto 0);
}
@media screen and (min-width: 768px) {
  .faq .page_faq .page_faq_wrapper .character_wrapper .chara_image {
    --chara-img-minline: 0;
  }
}
.faq .page_faq .accordion {
  margin-top: calc(15px + 0.5208333333vw);
}
.faq .page_faq .accordion .accordion-item {
  border: 1px solid var(--blue);
}

.news .page_news {
  margin-top: calc(30px + 6.25vw);
}
.news .page_news .page_news_wrapper {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
.news .page_news .page_news_wrapper .character_wrapper {
  margin-top: calc(40px + 3.125vw);
  display: flex;
  justify-content: center;
  align-items: var(--char-flex-align, center);
  flex-direction: var(--char-flex-dir, column);
  gap: calc(10px + 1.0416666667vw);
}
@media screen and (min-width: 768px) {
  .news .page_news .page_news_wrapper .character_wrapper {
    --char-flex-dir: row;
    --char-flex-align: self-start;
  }
}
.news .page_news .page_news_wrapper .character_wrapper .speech_bubble {
  padding: calc(15px + 0.5208333333vw) calc(10px + 0.5208333333vw);
  margin-top: 35px;
  border: 4px solid var(--blue);
  border-radius: 16px;
  line-height: 1.625;
  position: relative;
}
.news .page_news .page_news_wrapper .character_wrapper .speech_bubble:is(.change_arrow)::after, .news .page_news .page_news_wrapper .character_wrapper .speech_bubble:is(.change_arrow)::before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  right: 30%;
}
.news .page_news .page_news_wrapper .character_wrapper .speech_bubble:is(.change_arrow)::after {
  border-color: rgba(247, 221, 51, 0);
  border-top-width: 21px;
  border-bottom-width: 21px;
  border-left-width: 9px;
  border-right-width: 9px;
  margin-left: -10px;
  border-top-color: #fff;
  right: calc(30% + 2px);
}
.news .page_news .page_news_wrapper .character_wrapper .speech_bubble:is(.change_arrow)::before {
  border-color: rgba(30, 144, 255, 0);
  border-top-width: 25px;
  border-bottom-width: 25px;
  border-left-width: 12px;
  border-right-width: 11px;
  margin-left: -12px;
  margin-top: 4px;
  border-top-color: var(--blue);
}
.news .page_news .page_news_wrapper .character_wrapper .speech_bubble:is(.change_arrow) a {
  text-decoration: underline;
  color: var(--blue);
}
.news .page_news .page_news_wrapper .character_wrapper .speech_bubble:is(.change_arrow)::before {
  margin-top: 1px;
}
.news .page_news .page_news_wrapper .character_wrapper .speech_bubble::after, .news .page_news .page_news_wrapper .character_wrapper .speech_bubble::before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  left: var(--sb-left, unset);
  top: 70%;
}
@media screen and (min-width: 768px) {
  .news .page_news .page_news_wrapper .character_wrapper .speech_bubble::after, .news .page_news .page_news_wrapper .character_wrapper .speech_bubble::before {
    --sb-left: 100%;
  }
}
.news .page_news .page_news_wrapper .character_wrapper .speech_bubble::after {
  border-color: rgba(247, 221, 51, 0);
  border-top-width: 11px;
  border-bottom-width: 11px;
  border-left-width: 20px;
  border-right-width: 20px;
  margin-top: -11px;
  border-left-color: #fff;
}
.news .page_news .page_news_wrapper .character_wrapper .speech_bubble::before {
  border-color: rgba(30, 144, 255, 0);
  border-top-width: 13px;
  border-bottom-width: 13px;
  border-left-width: 23px;
  border-right-width: 23px;
  margin-top: -13px;
  margin-left: 4px;
  border-left-color: var(--blue);
}
.news .page_news .page_news_wrapper .character_wrapper .speech_bubble a {
  text-decoration: underline;
  color: var(--blue);
}
.news .page_news .page_news_wrapper .character_wrapper .chara_image {
  margin-top: 15px;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: var(--chara-img-minline, auto 0);
}
@media screen and (min-width: 768px) {
  .news .page_news .page_news_wrapper .character_wrapper .chara_image {
    --chara-img-minline: 0;
  }
}
.news .page_news .page_news_wrapper ul li {
  margin-top: calc(15px + 0.2604166667vw);
  padding-bottom: calc(15px + 0.2604166667vw);
  border-bottom: 1px solid var(--blue);
}
.news .page_news .page_news_wrapper ul li > a {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  gap: calc(12px + 0.4166666667vw);
  padding-inline: calc(10px + 0.2604166667vw) calc(38px + 0.625vw);
  position: relative;
}
.news .page_news .page_news_wrapper ul li > a::after {
  display: block;
  content: "";
  position: absolute;
  inset-block: 0;
  right: 18px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: var(--blue);
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="7" height="16" viewBox="0 0 7 16"%3E%3Cpath fill="%23ffffff" d="M1.5 13a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71L5.3 7.99L1.15 3.85c-.2-.2-.2-.51 0-.71c.2-.2.51-.2.71 0l4.49 4.51c.2.2.2.51 0 .71l-4.5 4.49c-.1.1-.23.15-.35.15"%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  margin-block: auto;
  background-position-x: 9px;
  background-position-y: 3px;
}
.news .page_news .page_news_wrapper ul li > a > span:first-child {
  background-color: var(--blue);
  color: #fff;
  font-size: 14px;
  padding-block: 3px;
  padding-inline: 6px;
  text-align: center;
  border-radius: 3px;
}
.news .page_news .page_news_wrapper ul li > a > span:last-child {
  font-size: 16px;
  color: var(--blue);
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .detail_news {
  margin-top: calc(30px + 6.25vw);
}
.news .detail_news .detail_news_wrapper {
  --news-detail-w: 768px;
  width: min(var(--news-detail-w), 100% - var(--sp-padding));
  margin-inline: auto;
}
.news .detail_news .detail_news_wrapper .news_date {
  background-color: var(--blue);
  color: #fff;
  font-size: 14px;
  padding-block: 3px;
  padding-inline: 6px;
  text-align: center;
  border-radius: 3px;
}
.news .detail_news .detail_news_wrapper h3 {
  margin-top: calc(15px + 0.2604166667vw);
  color: var(--blue);
  font-weight: bold;
  font-size: calc(18px + 0.5208333333vw);
  line-height: 1.2857142857;
}
.news .detail_news .detail_news_wrapper > p {
  margin-top: calc(30px + 1.5625vw);
}
.news .detail_news .return_news {
  width: min(346px, 100% - var(--sp-padding));
  margin-inline: auto;
  margin-block: calc(40px + 3.125vw) 10px;
}
.news .detail_news .return_news a {
  position: relative;
  display: block;
  padding-block: 13px;
  border: 1px solid var(--blue);
  font-size: calc(14px + 0.1041666667vw);
  border-radius: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.news .detail_news .return_news a::after {
  display: block;
  content: "";
  position: absolute;
  inset-block: 0;
  right: 22px;
  width: 10px;
  height: 22px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="10" height="22.86" viewBox="0 0 7 16"%3E%3Cpath fill="%234484ce" d="M1.5 13a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71L5.3 7.99L1.15 3.85c-.2-.2-.2-.51 0-.71c.2-.2.51-.2.71 0l4.49 4.51c.2.2.2.51 0 .71l-4.5 4.49c-.1.1-.23.15-.35.15"%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  margin-block: auto;
}

.document .document_wrapper, .document-dl .document_wrapper {
  margin-block: calc(30px + 3.6458333333vw) 10px;
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
.document .document_inner, .document-dl .document_inner {
  display: grid;
  grid-template-columns: var(--doc_inner-column, 1fr);
  gap: calc(15px + 0.2604166667vw);
}
@media screen and (min-width: 768px) {
  .document .document_inner, .document-dl .document_inner {
    --doc_inner-column: repeat(auto-fit, calc(50% - 12px));
  }
}
.document .document_inner .document_content, .document-dl .document_inner .document_content {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
  border: 1px solid var(--blue);
  padding: calc(15px + 0.2604166667vw) calc(10px + 0.78125vw);
}
.document .document_inner .document_content > dl, .document-dl .document_inner .document_content > dl {
  display: flex;
  flex-direction: column;
}
.document .document_inner .document_content > dl dt, .document-dl .document_inner .document_content > dl dt {
  width: min(540px, 100%);
  margin-inline: auto;
}
.document .document_inner .document_content > dl dd, .document-dl .document_inner .document_content > dl dd {
  margin-top: calc(15px + 0.3645833333vw);
  flex: 1;
}
.document .document_inner .document_content > dl dd > span, .document-dl .document_inner .document_content > dl dd > span {
  padding-inline: calc(20px + 0.2604166667vw);
  padding-block: 5px;
  border: 1px solid var(--blue);
  border-radius: 3px;
  color: var(--blue);
}
.document .document_inner .document_content > dl dd > p, .document-dl .document_inner .document_content > dl dd > p {
  margin-top: 15px;
  font-size: calc(18px + 0.3125vw);
  font-weight: bold;
}
.document .document_form .document_form_top, .document-dl .document_form .document_form_top {
  --doc-form-img-w: 100%;
  background-color: var(--lgrey);
  border-radius: 15px;
  padding: calc(15px + 0.2604166667vw) calc(10px + 0.5208333333vw);
  display: grid;
  grid-template-columns: var(--doc-form-column, 1fr);
  gap: calc(15px + 0.2604166667vw);
}
@media screen and (min-width: 576px) {
  .document .document_form .document_form_top, .document-dl .document_form .document_form_top {
    --doc-form-column: var(--doc-form-img-w) 1fr;
    --doc-form-img-w: 220px;
  }
}
.document .document_form .document_form_top > img, .document-dl .document_form .document_form_top > img {
  width: var(--doc-form-img-w);
  margin-inline: auto;
}
.document .document_form .document_form_top > div, .document-dl .document_form .document_form_top > div {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.document .document_form .document_form_top > div span, .document-dl .document_form .document_form_top > div span {
  padding: 5px calc(15px + 0.5208333333vw);
  background-color: #fff;
  border: 1px solid var(--blue);
  border-radius: 3px;
  color: var(--blue);
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
.document .document_form .document_form_top > div h4, .document-dl .document_form .document_form_top > div h4 {
  font-size: calc(18px + 0.3125vw);
}
.document .document_form .document_form_wrapper, .document-dl .document_form .document_form_wrapper {
  margin-top: calc(30px + 1.8229166667vw);
}
.document .document_form form dt.rqird > p, .document .document-dl .document_form form dt.rqird > p, .document-dl .document .document_form form dt.rqird > p, .document .document_form form > p:is(.document .document_form form > p.rqird, .document-dl .document_form form > p.rqird), .document-dl .document .document_form form dt.rqird > p, .document .document-dl .document_form form dt.rqird > p, .document-dl .document_form form dt.rqird > p, .document-dl .document_form form > p:is(.document .document_form form > p.rqird, .document-dl .document_form form > p.rqird) {
  position: relative;
}
.document .document_form form dt.rqird > p::after, .document .document-dl .document_form form dt.rqird > p::after, .document-dl .document .document_form form dt.rqird > p::after, .document .document_form form > p:is(.document .document_form form > p.rqird, .document-dl .document_form form > p.rqird)::after, .document-dl .document .document_form form dt.rqird > p::after, .document .document-dl .document_form form dt.rqird > p::after, .document-dl .document_form form dt.rqird > p::after, .document-dl .document_form form > p:is(.document .document_form form > p.rqird, .document-dl .document_form form > p.rqird)::after {
  content: "必須";
  color: red;
  font-size: 14px;
  padding-left: 8px;
}
.document .document_form form, .document-dl .document_form form {
  --grey: grey;
  --border: 1px solid var(--grey);
  --wht: #fff;
  --w-100: 100%;
}
.document .document_form form input, .document-dl .document_form form input {
  border: var(--border);
  padding: var(--input-padding, 7px 5px);
  background-color: var(--wht);
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
@media screen and (min-width: 992px) {
  .document .document_form form input, .document-dl .document_form form input {
    --input-padding: 12px 5px;
  }
}
.document .document_form form input[type=text], .document-dl .document_form form input[type=text] {
  width: var(--w-100);
}
.document .document_form form input[type=text]:is(.document .document_form form input[type=text][name=post-number], .document-dl .document_form form input[type=text][name=post-number]), .document-dl .document_form form input[type=text]:is(.document .document_form form input[type=text][name=post-number], .document-dl .document_form form input[type=text][name=post-number]) {
  width: var(--type-other-w, 100%);
}
@media screen and (min-width: 992px) {
  .document .document_form form input[type=text]:is(.document .document_form form input[type=text][name=post-number], .document-dl .document_form form input[type=text][name=post-number]), .document-dl .document_form form input[type=text]:is(.document .document_form form input[type=text][name=post-number], .document-dl .document_form form input[type=text][name=post-number]) {
    --type-other-w: auto;
  }
}
.document .document_form form input[type=tel], .document .document_form form input[type=email], .document-dl .document_form form input[type=tel], .document-dl .document_form form input[type=email] {
  width: var(--type-other-w, 100%);
}
@media screen and (min-width: 992px) {
  .document .document_form form input[type=tel], .document .document_form form input[type=email], .document-dl .document_form form input[type=tel], .document-dl .document_form form input[type=email] {
    --type-other-w: auto;
  }
}
.document .document_form form input[type=checkbox], .document .document_form form input[type=radio], .document-dl .document_form form input[type=checkbox], .document-dl .document_form form input[type=radio] {
  width: var(--checkbox-size, 15px);
  height: var(--checkbox-size, 15px);
  margin-right: var(--checkbox-mr, 5px);
  accent-color: var(--blue);
}
@media screen and (min-width: 992px) {
  .document .document_form form input[type=checkbox], .document .document_form form input[type=radio], .document-dl .document_form form input[type=checkbox], .document-dl .document_form form input[type=radio] {
    --checkbox-size: 20px;
    --checkbox-mr: 10px;
  }
}
.document .document_form form input[type=checkbox]:checked, .document .document_form form input[type=radio]:checked, .document-dl .document_form form input[type=checkbox]:checked, .document-dl .document_form form input[type=radio]:checked {
  accent-color: var(--blue);
}
.document .document_form form input[type=checkbox] + span, .document .document_form form input[type=radio] + span, .document-dl .document_form form input[type=checkbox] + span, .document-dl .document_form form input[type=radio] + span {
  position: relative;
  top: 1px;
  font-size: var(--check-span-fs, 14px);
}
@media screen and (min-width: 992px) {
  .document .document_form form input[type=checkbox] + span, .document .document_form form input[type=radio] + span, .document-dl .document_form form input[type=checkbox] + span, .document-dl .document_form form input[type=radio] + span {
    --check-span-fs: 16px;
  }
}
.document .document_form form input[type=submit], .document-dl .document_form form input[type=submit] {
  margin-top: var(--submit-mt, 50px);
  margin-inline: auto;
  width: 320px;
  display: block;
  height: 64px;
  text-align: center;
  border-radius: 36px;
  border: 0;
  background-color: var(--blue);
  color: var(--wht);
  transition: opacity 0.5s;
}
@media screen and (min-width: 992px) {
  .document .document_form form input[type=submit], .document-dl .document_form form input[type=submit] {
    --submit-mt: 100px;
  }
}
.document .document_form form input[type=submit]:hover, .document-dl .document_form form input[type=submit]:hover {
  opacity: 0.5;
}
.document .document_form form textarea, .document-dl .document_form form textarea {
  background: var(--wht);
  border: var(--border);
  width: var(--w-100);
}
.document .document_form form input:focus-visible, .document .document_form form textarea:focus-visible, .document-dl .document_form form input:focus-visible, .document-dl .document_form form textarea:focus-visible {
  outline: 1px solid var(--blue);
}
.document .document_form form span[data-name=products] > span, .document .document_form form span[data-name=document] > span, .document-dl .document_form form span[data-name=products] > span, .document-dl .document_form form span[data-name=document] > span {
  display: grid;
  grid-template-columns: var(--data-products-column, 1fr);
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .document .document_form form span[data-name=products] > span, .document .document_form form span[data-name=document] > span, .document-dl .document_form form span[data-name=products] > span, .document-dl .document_form form span[data-name=document] > span {
    --data-products-column: 1fr 1fr;
  }
}
.document .document_form form > div:has(.scroll_y), .document .document_form form > div:nth-of-type(2), .document-dl .document_form form > div:has(.scroll_y), .document-dl .document_form form > div:nth-of-type(2) {
  background-color: var(--wht);
  padding: var(--scroll-parent-div-p, 20px 15px);
  height: var(--scroll-parent-div-h, 250px);
  overflow-y: scroll;
  border: 1px solid var(--grey);
}
@media screen and (min-width: 992px) {
  .document .document_form form > div:has(.scroll_y), .document .document_form form > div:nth-of-type(2), .document-dl .document_form form > div:has(.scroll_y), .document-dl .document_form form > div:nth-of-type(2) {
    --scroll-parent-div-p: 60px 50px;
    --scroll-parent-div-h: 500px;
  }
}
.document .document_form form > div:has(.scroll_y) + p, .document .document_form form > div:nth-of-type(2) + p, .document-dl .document_form form > div:has(.scroll_y) + p, .document-dl .document_form form > div:nth-of-type(2) + p {
  margin-top: 15px;
}
.document .document_form form dd, .document-dl .document_form form dd {
  margin-block: var(--form-dd-mb, 10px 20px);
}
@media screen and (min-width: 992px) {
  .document .document_form form dd, .document-dl .document_form form dd {
    --form-dd-mb: 10px 35px;
  }
}
.contact {
  --contact-bg: #FAFAFA;
}
.contact + footer > .footer_top {
  background-color: var(--contact-bg, #FAFAFA);
}
.contact > article {
  background-color: var(--contact-bg);
}
.contact .contact_wrapper {
  margin-top: calc(30px + 3.6458333333vw);
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
.contact .contact_inner {
  position: relative;
}
.contact .contact_inner .chara_top {
  position: absolute;
  right: var(--chara-right, 0);
  transform: var(--chara-scale, scale(0.4));
  top: -110px;
}
@media screen and (min-width: 992px) {
  .contact .contact_inner .chara_top {
    --chara-right: 10%;
    --chara-scale: scale(1);
  }
}
.contact .contact_inner .contact_container {
  padding-inline: var(--contact-cntnr-pline, 5px);
  padding-top: var(--contact-cntnr-pt, 50px);
}
@media screen and (min-width: 992px) {
  .contact .contact_inner .contact_container {
    --contact-cntnr-pline: 15px;
    --contact-cntnr-pt: 100px;
  }
}
.contact .contact_inner .contact_container form dt.rqird > p, .contact .contact_inner .contact_container form > p:is(.contact .contact_inner .contact_container form > p.rqird) {
  position: relative;
}
.contact .contact_inner .contact_container form dt.rqird > p::after, .contact .contact_inner .contact_container form > p:is(.contact .contact_inner .contact_container form > p.rqird)::after {
  content: "必須";
  color: red;
  font-size: 14px;
  padding-left: 8px;
}
.contact .contact_inner .contact_container form {
  --grey: grey;
  --border: 1px solid var(--grey);
  --wht: #fff;
  --w-100: 100%;
}
.contact .contact_inner .contact_container form input {
  border: var(--border);
  padding: var(--input-padding, 7px 5px);
  background-color: var(--wht);
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
@media screen and (min-width: 992px) {
  .contact .contact_inner .contact_container form input {
    --input-padding: 12px 5px;
  }
}
.contact .contact_inner .contact_container form input[type=text] {
  width: var(--w-100);
}
.contact .contact_inner .contact_container form input[type=text]:is(.contact .contact_inner .contact_container form input[type=text][name=post-number]) {
  width: var(--type-other-w, 100%);
}
@media screen and (min-width: 992px) {
  .contact .contact_inner .contact_container form input[type=text]:is(.contact .contact_inner .contact_container form input[type=text][name=post-number]) {
    --type-other-w: auto;
  }
}
.contact .contact_inner .contact_container form input[type=tel], .contact .contact_inner .contact_container form input[type=email] {
  width: var(--type-other-w, 100%);
}
@media screen and (min-width: 992px) {
  .contact .contact_inner .contact_container form input[type=tel], .contact .contact_inner .contact_container form input[type=email] {
    --type-other-w: auto;
  }
}
.contact .contact_inner .contact_container form input[type=checkbox], .contact .contact_inner .contact_container form input[type=radio] {
  width: var(--checkbox-size, 15px);
  height: var(--checkbox-size, 15px);
  margin-right: var(--checkbox-mr, 5px);
  accent-color: var(--blue);
}
@media screen and (min-width: 992px) {
  .contact .contact_inner .contact_container form input[type=checkbox], .contact .contact_inner .contact_container form input[type=radio] {
    --checkbox-size: 20px;
    --checkbox-mr: 10px;
  }
}
.contact .contact_inner .contact_container form input[type=checkbox]:checked, .contact .contact_inner .contact_container form input[type=radio]:checked {
  accent-color: var(--blue);
}
.contact .contact_inner .contact_container form input[type=checkbox] + span, .contact .contact_inner .contact_container form input[type=radio] + span {
  position: relative;
  top: 1px;
  font-size: var(--check-span-fs, 14px);
}
@media screen and (min-width: 992px) {
  .contact .contact_inner .contact_container form input[type=checkbox] + span, .contact .contact_inner .contact_container form input[type=radio] + span {
    --check-span-fs: 16px;
  }
}
.contact .contact_inner .contact_container form input[type=submit] {
  margin-top: var(--submit-mt, 50px);
  margin-inline: auto;
  width: 320px;
  display: block;
  height: 64px;
  text-align: center;
  border-radius: 36px;
  border: 0;
  background-color: var(--blue);
  color: var(--wht);
  transition: opacity 0.5s;
}
@media screen and (min-width: 992px) {
  .contact .contact_inner .contact_container form input[type=submit] {
    --submit-mt: 100px;
  }
}
.contact .contact_inner .contact_container form input[type=submit]:hover {
  opacity: 0.5;
}
.contact .contact_inner .contact_container form textarea {
  background: var(--wht);
  border: var(--border);
  width: var(--w-100);
}
.contact .contact_inner .contact_container form input:focus-visible, .contact .contact_inner .contact_container form textarea:focus-visible {
  outline: 1px solid var(--blue);
}
.contact .contact_inner .contact_container form span[data-name=products] > span, .contact .contact_inner .contact_container form span[data-name=document] > span {
  display: grid;
  grid-template-columns: var(--data-products-column, 1fr);
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .contact .contact_inner .contact_container form span[data-name=products] > span, .contact .contact_inner .contact_container form span[data-name=document] > span {
    --data-products-column: 1fr 1fr;
  }
}
.contact .contact_inner .contact_container form > div:has(.scroll_y), .contact .contact_inner .contact_container form > div:nth-of-type(2) {
  background-color: var(--wht);
  padding: var(--scroll-parent-div-p, 20px 15px);
  height: var(--scroll-parent-div-h, 250px);
  overflow-y: scroll;
  border: 1px solid var(--grey);
}
@media screen and (min-width: 992px) {
  .contact .contact_inner .contact_container form > div:has(.scroll_y), .contact .contact_inner .contact_container form > div:nth-of-type(2) {
    --scroll-parent-div-p: 60px 50px;
    --scroll-parent-div-h: 500px;
  }
}
.contact .contact_inner .contact_container form > div:has(.scroll_y) + p, .contact .contact_inner .contact_container form > div:nth-of-type(2) + p {
  margin-top: 15px;
}
.contact .contact_inner .contact_container form dd {
  margin-block: var(--form-dd-mb, 10px 20px);
}
@media screen and (min-width: 992px) {
  .contact .contact_inner .contact_container form dd {
    --form-dd-mb: 10px 35px;
  }
}
.contact h4 {
  color: var(--blue);
  font-size: calc(20px + 0.8333333333vw);
  font-weight: bold;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.contact h4 + p {
  margin-top: 20px;
  font-size: 18px;
}
.contact .inner p {
  line-height: 2;
}
.contact .inner a {
  color: var(--blue);
  line-height: 2;
}
.contact .link {
  margin-bottom: 20px;
}
.contact .link a {
  width: min(450px, 100%);
  margin-inline: auto;
  padding-block: calc(15px + 0.5208333333vw);
  border-radius: 52px;
  font-size: calc(18px + 0.3645833333vw);
  font-weight: bold;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: var(--yellow);
}
.contact .link a::before {
  content: "";
}
.contact .link a::after {
  content: "";
  width: 15px;
  aspect-ratio: 1;
  border: white solid;
  border-width: 2px 2px 0 0;
  rotate: 45deg;
  margin-inline: auto;
}
.contact .link a .icon_image {
  position: relative;
  top: 2px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.sceneSlide .swiper-slide {
  height: auto;
}

.swiper-slide {
  margin-bottom: 15px;
}
.swiper-slide .scene_content {
  padding: 15px 7px;
  border: 2px solid var(--blue);
  border-radius: 30px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
}
.swiper-slide .scene_content > div {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.swiper-slide .scene_content p {
  margin-top: calc(20px + 0.2604166667vw);
  font-size: calc(14px + 0.1041666667vw);
  line-height: 1.625;
  flex: 1;
}
.swiper-slide .scene_content a {
  margin-top: calc(25px + 0.2604166667vw);
  position: relative;
  display: block;
  padding-block: 13px;
  border: 1px solid var(--blue);
  font-size: calc(14px + 0.1041666667vw);
  border-radius: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.swiper-slide .scene_content a::after {
  display: block;
  content: "";
  position: absolute;
  inset-block: 0;
  right: 22px;
  width: 10px;
  height: 22px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="10" height="22.86" viewBox="0 0 7 16"%3E%3Cpath fill="%234484ce" d="M1.5 13a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71L5.3 7.99L1.15 3.85c-.2-.2-.2-.51 0-.71c.2-.2.51-.2.71 0l4.49 4.51c.2.2.2.51 0 .71l-4.5 4.49c-.1.1-.23.15-.35.15"%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  margin-block: auto;
}
.swiper-slide .scene_content a::after {
  right: 8px;
}
.swiper-slide .scene_content img {
  border-radius: 15px;
  height: 260px;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-slide .scene_content h4 {
  margin-top: calc(25px + 0.2604166667vw);
  font-size: calc(20px + 0.4166666667vw);
  font-weight: bold;
}
/*# sourceMappingURL=style.css.map */