@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  font-size: 62.5%;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}
html.is-fixed {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

body {
  color: #222;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 0.05em;
  line-height: 1.75;
}

img {
  vertical-align: bottom;
}

ul {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}

.l-header {
  --color: #000;
  left: 0;
  position: fixed;
  top: 0;
  transition: 0.3s ease-in-out;
  width: 100%;
  z-index: 200;
}
.l-header.is-active {
  --color: #000;
  background: #fff;
}

.l-header-inner {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .l-header-inner {
    justify-content: space-between;
    padding: 3.6363636364vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-inner {
    padding: 35px 25px 35px 40px;
  }
}

.l-header-logo {
  position: relative;
  z-index: 50;
}
@media print, screen and (min-width: 769px) {
  .l-header-logo {
    margin-right: auto;
  }
}
.l-header-logo a {
  display: block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-header-logo a {
    height: 8.6363636364vw;
    width: 41.3636363636vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-logo a {
    height: 40px;
    width: 200px;
  }
}
.l-header-logo a::after {
  background: var(--color);
  content: "";
  display: block;
  mask-image: url("../img/logo-text.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .l-header-logo a::after {
    height: 8.6363636364vw;
    width: 31.8181818182vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-logo a::after {
    height: 40px;
    width: 154px;
  }
}
.l-header-logo img {
  display: block;
  flex-shrink: 0;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .l-header-logo img {
    width: 8.6363636364vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-logo img {
    width: 40px;
  }
}
.l-header-logo.is-active a::after {
  background: #fff;
}

.l-header-language {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .l-header-language {
    margin-right: 62px;
  }
}
.l-header-language a {
  border: 1px solid var(--color);
  color: var(--color);
  display: grid;
  font-family: var(--ff-din);
  font-weight: bold;
  place-content: center;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .l-header-language a {
    border-radius: 4.5454545455vw;
    font-size: 4.0909090909vw;
    height: 9.0909090909vw;
    width: 40vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-language a {
    font-size: 1.4rem;
    border-radius: 15px;
    height: 30px;
    width: 132px;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-language a:hover {
    background: var(--blue);
    border-color: var(--blue);
    color: #fff;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-language a:hover span::before {
    background: #fff;
  }
}
.l-header-language span {
  display: inline-block;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-header-language span {
    padding-left: 7.2727272727vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-language span {
    padding-left: 24px;
  }
}
.l-header-language span::before {
  background: var(--color);
  content: "";
  display: block;
  left: 0;
  mask-image: url("../img/icon-lang.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .l-header-language span::before {
    height: 3.6363636364vw;
    top: 2px;
    width: 4.5454545455vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-language span::before {
    height: 12px;
    top: 2px;
    width: 15px;
  }
}

.l-header-menu-button {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .l-header-menu-button {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-menu-button {
    padding-top: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .l-header-menu-button:has(.is-active) {
    display: block;
  }
}
.l-header-menu-button button {
  display: block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-header-menu-button button {
    height: 3.4090909091vw;
    width: 9.7727272727vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-menu-button button {
    height: 15px;
    width: 50px;
  }
}
.l-header-menu-button button::before, .l-header-menu-button button::after {
  background: var(--color);
  content: "";
  display: block;
  left: 0;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .l-header-menu-button button::before, .l-header-menu-button button::after {
    height: 0.6818181818vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-menu-button button::before, .l-header-menu-button button::after {
    height: 3px;
  }
}
.l-header-menu-button button::before {
  top: 0;
}
.l-header-menu-button button::after {
  bottom: 0;
}
.l-header-menu-button button.is-active::before {
  background: #fff;
  rotate: 45deg;
}
@media only screen and (max-width: 768px) {
  .l-header-menu-button button.is-active::before {
    translate: 0 1.3636363636vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-menu-button button.is-active::before {
    translate: 0 6px;
  }
}
.l-header-menu-button button.is-active::after {
  background: #fff;
  rotate: -45deg;
}
@media only screen and (max-width: 768px) {
  .l-header-menu-button button.is-active::after {
    translate: 0 -1.3636363636vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-menu-button button.is-active::after {
    translate: 0 -6px;
  }
}
.l-header-menu-button span {
  visibility: hidden;
}

.l-header-nav {
  background: #054994;
  display: none;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .l-header-nav {
    padding: 16.8181818182vw 4.5454545455vw;
    overflow: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav {
    place-content: center;
  }
}
.l-header-nav .l-header-language {
  display: none;
}
@media only screen and (max-width: 768px) {
  .l-header-nav .l-header-language {
    padding-inline: 4.5454545455vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav .l-header-language {
    display: none;
  }
}
.l-header-nav .l-header-language a {
  border-color: #fff;
  border-radius: 5.2272727273vw;
  color: #fff;
  height: 10.4545454545vw;
  width: 100%;
}
.l-header-nav .l-header-language a span::before {
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .l-header-nav-main {
    border-top: 1px solid #fff;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-main {
    display: flex;
    justify-content: center;
    gap: 230px;
  }
}
@media only screen and (max-width: 768px) {
  .l-header-nav-main .l-header-nav-item, .l-header-nav-main li {
    border-bottom: 1px solid #fff;
    font-size: 4.0909090909vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-main .l-header-nav-item, .l-header-nav-main li {
    font-size: 2rem;
    line-height: 3;
  }
}
.l-header-nav-main .l-header-nav-item a, .l-header-nav-main li a {
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-header-nav-main .l-header-nav-item a, .l-header-nav-main li a {
    background: url("../img/icon-arrow02.svg") no-repeat right 3.4090909091vw center/1.3636363636vw auto;
    display: grid;
    height: 13.6363636364vw;
    padding-left: 2.7272727273vw;
    place-content: center start;
  }
}
.l-header-nav-main .l-header-nav-item a::before, .l-header-nav-main li a::before {
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .l-header-nav-main .l-header-nav-item a[target=_blank], .l-header-nav-main li a[target=_blank] {
    background: none;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-main .l-header-nav-item a[target=_blank], .l-header-nav-main li a[target=_blank] {
    padding-right: 30px;
  }
}
.l-header-nav-main .l-header-nav-item a[target=_blank]::after, .l-header-nav-main li a[target=_blank]::after {
  background: url("/_assets/img/icon-external.png") no-repeat left top/cover;
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 768px) {
  .l-header-nav-main .l-header-nav-item a[target=_blank]::after, .l-header-nav-main li a[target=_blank]::after {
    height: 4.5454545455vw;
    right: 1.5909090909vw;
    width: 4.5454545455vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-main .l-header-nav-item a[target=_blank]::after, .l-header-nav-main li a[target=_blank]::after {
    height: 30px;
    width: 30px;
  }
}
.l-header-nav-main li {
  padding-left: 1em;
}
@media only screen and (max-width: 768px) {
  .l-header-nav-main li {
    border-bottom: none;
    border-top: 1px solid #fff;
  }
}

.l-header-nav-contact {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .l-header-nav-contact {
    margin-top: 4.5454545455vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-contact {
    margin-top: 30px;
  }
}
.l-header-nav-contact a {
  background: #fff;
  color: var(--blue);
  display: grid;
  font-weight: bold;
  place-content: center;
  position: relative;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .l-header-nav-contact a {
    border-radius: 6.8181818182vw;
    font-size: 4.0909090909vw;
    height: 13.6363636364vw;
    width: 72.7272727273vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-contact a {
    font-size: 1.8rem;
    border-radius: 30px;
    border: 2px solid var(--blue);
    height: 60px;
    width: 388px;
  }
}
.l-header-nav-contact a::after {
  background: var(--blue);
  content: "";
  display: block;
  mask-image: url("/_assets/img/icon-arrow01.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .l-header-nav-contact a::after {
    height: 3.1818181818vw;
    right: 4.5454545455vw;
    width: 3.1818181818vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-contact a::after {
    height: 14px;
    right: 20px;
    width: 14px;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-contact a:hover {
    background: var(--blue);
    color: #fff;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-contact a:hover::after {
    background: #fff;
  }
}

.l-header-nav-sub {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .l-header-nav-sub {
    flex-direction: column;
    margin-block: 6.8181818182vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-sub {
    justify-content: center;
    gap: 10px;
    position: absolute;
    bottom: 34px;
    left: 50%;
    translate: -50%;
  }
}

.l-header-nav-sub-rouge {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .l-header-nav-sub-rouge {
    flex-wrap: wrap;
    gap: 4.5454545455vw 1.1363636364vw;
    padding-bottom: 5.6818181818vw;
    margin-bottom: 5.6818181818vw;
    border-bottom: 1px solid #fff;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-sub-rouge {
    gap: 15px;
    border-bottom: 4px solid var(--red);
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .l-header-nav-sub-rouge dt {
    flex: 0 0 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .l-header-nav-sub-rouge dt img {
    width: auto;
    height: 3.4090909091vw;
  }
}
.l-header-nav-sub-rouge dd {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-header-nav-sub-rouge dd {
    flex: 0 0 calc((100% - 3.4090909091vw) / 4);
  }
}
@media only screen and (max-width: 768px) {
  .l-header-nav-sub-rouge dd img {
    width: auto;
    height: 21.8181818182vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-sub-rouge a {
    transition: opacity 0.4s;
  }
  .l-header-nav-sub-rouge a:hover {
    opacity: 0.7;
  }
}

.l-header-nav-sub-seabass {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .l-header-nav-sub-seabass {
    flex-wrap: wrap;
    gap: 4.5454545455vw 1.1363636364vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-sub-seabass {
    gap: 15px;
    border-bottom: 4px solid var(--lightblue);
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .l-header-nav-sub-seabass dt {
    flex: 0 0 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .l-header-nav-sub-seabass dt img {
    width: auto;
    height: 3.4090909091vw;
  }
}
.l-header-nav-sub-seabass dd {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-header-nav-sub-seabass dd {
    flex: 0 0 calc((100% - 3.4090909091vw) / 4);
  }
}
@media only screen and (max-width: 768px) {
  .l-header-nav-sub-seabass dd img {
    width: auto;
    height: 22.7272727273vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-sub-seabass a {
    transition: opacity 0.4s;
  }
  .l-header-nav-sub-seabass a:hover {
    opacity: 0.7;
  }
}

.l-main {
  position: relative;
  z-index: 2;
}

.l-links {
  display: flex;
  position: fixed;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .l-links {
    bottom: 0;
    left: 0;
    gap: 2px;
    padding-inline: 2.2727272727vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-links {
    flex-direction: column;
    gap: 10px;
    right: 0;
    top: 50%;
    translate: 0 -50%;
  }
}
.l-links a {
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 769px) {
  .l-links a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 768px) {
  .l-links a img {
    height: 11.3636363636vw;
    width: auto;
  }
}

@media print, screen and (min-width: 769px) {
  .l-sp-menu-button {
    display: none;
  }
}

.l-footer {
  background: #fff;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .l-footer {
    padding: 10.2272727273vw 2.2727272727vw 14.5454545455vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer {
    padding-block: 70px 80px;
  }
}

@media print, screen and (min-width: 769px) {
  .l-footer-inner {
    display: flex;
    margin: 0 auto 40px;
    width: 1024px;
  }
}

@media only screen and (max-width: 768px) {
  .l-footer-left {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 9.0909090909vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-left {
    flex-shrink: 0;
    width: 457px;
  }
}

@media only screen and (max-width: 768px) {
  .l-footer-logo {
    margin-bottom: 2.7272727273vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-logo {
    margin-bottom: 20px;
  }
}
.l-footer-logo a {
  display: block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-footer-logo a {
    height: 11.3636363636vw;
    width: 55.6818181818vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-logo a {
    height: 70px;
    width: 347px;
  }
}
.l-footer-logo a::after {
  background: var(--black);
  content: "";
  display: block;
  mask-image: url("../img/logo-text.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .l-footer-logo a::after {
    height: 11.3636363636vw;
    width: 42.9545454545vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-logo a::after {
    height: 70px;
    width: 267px;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer-logo img {
    width: 11.3636363636vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-logo img {
    width: 70px;
  }
}

.l-footer-tel {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .l-footer-tel {
    justify-content: center;
    gap: 3.1818181818vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-tel {
    gap: 16px;
  }
}
.l-footer-tel h3 {
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .l-footer-tel h3 {
    font-size: 4.5454545455vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-tel h3 {
    font-size: 2rem;
  }
}
.l-footer-tel h3 span {
  font-family: "din-2014", sans-serif;
}
@media only screen and (max-width: 768px) {
  .l-footer-tel h3 span {
    font-size: 5.4545454545vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-tel h3 span {
    font-size: 2.4rem;
  }
}
.l-footer-tel p {
  background: url("../img/icon-tel.svg") no-repeat left center/14px auto;
  font-family: "din-2014", sans-serif;
}
@media only screen and (max-width: 768px) {
  .l-footer-tel p {
    background-size: 3.1818181818vw auto;
    font-size: 5.4545454545vw;
    padding-left: 4.0909090909vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-tel p {
    font-size: 2.4rem;
    padding-left: 18px;
  }
}

.l-footer-sns {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .l-footer-sns {
    justify-content: center;
    gap: 4.5454545455vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-sns {
    gap: 20px;
  }
}
.l-footer-sns a {
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  font-family: var(--ff-din);
}
@media only screen and (max-width: 768px) {
  .l-footer-sns a {
    background-size: 4.5454545455vw auto;
    font-size: 3.1818181818vw;
    padding-left: 6.8181818182vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-sns a {
    font-size: 1.4rem;
    background-size: 20px auto;
    padding-left: 30px;
  }
}
.l-footer-sns a.l-footer-sns-ig {
  background-image: url("../img/icon-instagram.svg");
}
.l-footer-sns a.l-footer-sns-fb {
  background-image: url("../img/icon-facebook.svg");
}

.l-footer-buttons {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .l-footer-buttons {
    align-items: center;
    flex-direction: column;
    gap: 4.5454545455vw;
    margin-bottom: 6.8181818182vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-buttons {
    gap: 12px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer-buttons li {
    width: 86.8181818182vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-buttons li {
    width: 277px;
  }
}
.l-footer-buttons a {
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 769px) {
  .l-footer-buttons a:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 768px) {
  .l-footer-nav {
    border-top: 1px solid var(--black);
    margin-bottom: 3.6363636364vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-nav {
    display: flex;
  }
}

@media print, screen and (min-width: 769px) {
  .l-footer-nav-block {
    width: 205px;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer-nav-block .l-footer-nav-item, .l-footer-nav-block li {
    border-bottom: 1px solid var(--black);
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-nav-block .l-footer-nav-item, .l-footer-nav-block li {
    font-size: 1.4rem;
    line-height: 2.14;
  }
}
.l-footer-nav-block li {
  padding-left: 1em;
}
@media only screen and (max-width: 768px) {
  .l-footer-nav-block li {
    border-bottom: none;
    border-top: 1px solid var(--black);
  }
}
@media only screen and (max-width: 768px) {
  .l-footer-nav-block a {
    background: url("../img/icon-arrow02.svg") no-repeat right 3.4090909091vw center/0.9090909091vw auto;
    display: grid;
    font-size: 3.1818181818vw;
    height: 12.7272727273vw;
    padding-left: 2.7272727273vw;
    place-content: center start;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer-nav-block a[target=_blank] {
    background: none;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-nav-block a[target=_blank] {
    padding-right: 20px;
  }
}
.l-footer-nav-block a[target=_blank]::after {
  background: url("/_assets/img/icon-external_b.png") no-repeat left top/cover;
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 768px) {
  .l-footer-nav-block a[target=_blank]::after {
    height: 4.5454545455vw;
    right: 1.5909090909vw;
    width: 4.5454545455vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-nav-block a[target=_blank]::after {
    height: 20px;
    width: 20px;
  }
}

.l-footer-links {
  border-bottom: 1px solid var(--black);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-footer-links {
    margin-inline: -2.2727272727vw;
    padding-bottom: 2.7272727273vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-links {
    padding-bottom: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-links a {
    font-size: 1.2rem;
  }
}

.l-footer-copyright {
  font-family: var(--ff-din);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-footer-copyright {
    border-top: 1px solid var(--black);
    font-size: 2.7272727273vw;
    margin-top: 4.5454545455vw;
    padding-top: 1.8181818182vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-copyright {
    font-size: 1.2rem;
    padding-top: 10px;
  }
}

.js-fade {
  opacity: 0;
  translate: 0 20px;
  transition: 0.3s ease-in-out;
}
.js-fade.is-active {
  opacity: 1;
  translate: 0 0;
}

.c-sec {
  background: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 768px) {
  .c-sec {
    padding: 9.0909090909vw 6.8181818182vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-sec {
    margin-inline: auto;
    padding: 60px;
    width: var(--width);
  }
}

@media only screen and (max-width: 768px) {
  .c-box {
    padding-inline: 4.5454545455vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-box {
    margin-inline: auto;
    padding-inline: 60px;
    max-width: 1144px;
  }
}

.c-link01 {
  display: inline-block;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .c-link01::before {
    background: var(--blue);
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    scale: 0 1;
    transform-origin: right;
    transition: scale 0.3s ease-in-out;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .c-link01:hover::before {
    scale: 1 1;
    transform-origin: left;
  }
}

.c-link02 {
  background: url("../img/icon-arrow02.svg") no-repeat left center/5px auto;
  display: inline-block;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .c-link02 {
    padding-left: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-link02::before {
    background: var(--blue);
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    scale: 0 1;
    transform-origin: right;
    transition: scale 0.3s ease-in-out;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .c-link02:hover::before {
    scale: 1 1;
    transform-origin: left;
  }
}

.c-link03 {
  background: url("../img/icon-arrow01.svg") no-repeat left 0.4em/16px auto;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-link03 {
    background-position: left 0.4em;
    background-size: 3.6363636364vw auto;
    padding-left: 6.3636363636vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-link03 {
    padding-left: 28px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-link03::before {
    background: var(--blue);
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    scale: 0 1;
    transform-origin: right;
    transition: scale 0.3s ease-in-out;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .c-link03:hover::before {
    scale: 1 1;
    transform-origin: left;
  }
}

.c-link04 {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .c-link04 {
    margin-top: 3.4090909091vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-link04 {
    margin-top: 15px;
  }
}
.c-link04 p {
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .c-link04 p {
    padding-bottom: 1.3636363636vw;
    width: 50.6818181818vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-link04 p {
    padding-bottom: 6px;
    width: 223px;
  }
}
.c-link04 a {
  display: block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-link04 a {
    font-size: 4.0909090909vw;
    padding-right: 6.3636363636vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-link04 a {
    font-size: 1.8rem;
    background: linear-gradient(to right, var(--lightblue) 50%, #000 50%) 100%;
    background-clip: text;
    background-size: 200% 100%;
    color: transparent;
    padding-right: 28px;
    transition: background-position 0.3s;
  }
}
@media print, screen and (min-width: 769px) {
  .c-link04 a:hover {
    background-position: 0 100%;
    transform-origin: left;
  }
}
.c-link04 a::after {
  background: #000;
  content: "";
  display: block;
  mask-image: url("/_assets/img/icon-arrow01.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 768px) {
  .c-link04 a::after {
    height: 3.6363636364vw;
    width: 3.6363636364vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-link04 a::after {
    height: 16px;
    width: 16px;
  }
}

.c-link-prev {
  display: block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-link-prev {
    font-size: 3.6363636364vw;
    padding-left: 6.3636363636vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-link-prev {
    font-size: 1.6rem;
    padding-left: 28px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-link-prev::before {
    background: var(--blue);
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    scale: 0 1;
    transform-origin: right;
    transition: scale 0.3s ease-in-out;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .c-link-prev:hover::before {
    scale: 1 1;
    transform-origin: left;
  }
}
.c-link-prev::after {
  background: #000;
  content: "";
  display: block;
  mask-image: url("/_assets/img/icon-arrow01.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  left: 0;
  rotate: 180deg;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 768px) {
  .c-link-prev::after {
    height: 3.6363636364vw;
    width: 3.6363636364vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-link-prev::after {
    height: 16px;
    width: 16px;
  }
}

.c-link-next {
  display: block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-link-next {
    font-size: 3.6363636364vw;
    padding-right: 6.3636363636vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-link-next {
    font-size: 1.6rem;
    padding-right: 28px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-link-next::before {
    background: var(--blue);
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    scale: 0 1;
    transform-origin: right;
    transition: scale 0.3s ease-in-out;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .c-link-next:hover::before {
    scale: 1 1;
    transform-origin: left;
  }
}
.c-link-next::after {
  background: #000;
  content: "";
  display: block;
  mask-image: url("/_assets/img/icon-arrow01.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 768px) {
  .c-link-next::after {
    height: 3.6363636364vw;
    width: 3.6363636364vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-link-next::after {
    height: 16px;
    width: 16px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-tel {
    pointer-events: none;
  }
}

.c-sec-title {
  align-items: center;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .c-sec-title {
    height: 7.2727272727vw;
    gap: 5.4545454545vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-sec-title {
    height: 57px;
    gap: 25px;
  }
}

.c-sec-title-ja {
  font-weight: normal;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-sec-title-ja {
    font-size: 4.0909090909vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-sec-title-ja {
    font-size: 1.8rem;
  }
}
.c-sec-title-ja::before {
  background: var(--black);
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 768px) {
  .c-sec-title-ja::before {
    left: -4.0909090909vw;
    width: 2.7272727273vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-sec-title-ja::before {
    left: -15px;
    width: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .c-page-title {
    padding-top: 16.3636363636vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-page-title {
    padding-top: 110px;
  }
}
.c-page-title .c-page-title-inner {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
}
@media only screen and (max-width: 768px) {
  .c-page-title .c-page-title-inner {
    height: 52.7272727273vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-page-title .c-page-title-inner {
    height: 260px;
  }
}
.c-page-title .c-page-title-wrapper {
  background-image: var(--bgi);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: grid;
  place-content: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .c-page-title .c-page-title-wrapper {
    height: 12.5vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-page-title .c-page-title-wrapper {
    height: 90px;
  }
}
.c-page-title .c-page-title-text {
  position: relative;
}
.c-page-title .c-page-title-ja {
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .c-page-title .c-page-title-ja {
    font-size: 7.2727272727vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-page-title .c-page-title-ja {
    font-size: 3.6rem;
  }
}
.c-page-title .c-page-title-en {
  position: absolute;
}
.c-page-title .c-page-title-en img {
  height: auto;
  width: 100%;
}

.c-ttl01 {
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .c-ttl01 {
    border-left: 0.6818181818vw solid var(--lightblue);
    font-size: 4.5454545455vw;
    margin-bottom: 4.5454545455vw;
    padding-bottom: 0.6818181818vw;
    padding-left: 2.2727272727vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-ttl01 {
    font-size: 2rem;
    border-left: 3px solid var(--lightblue);
    padding-bottom: 3px;
    padding-left: 10px;
  }
}

.c-ttl02 {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-ttl02 {
    font-size: 3.6363636364vw;
    padding-left: 4.0909090909vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-ttl02 {
    font-size: 1.6rem;
    padding-left: 18px;
  }
}
.c-ttl02::before {
  background: var(--blue);
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0.5em;
}
@media only screen and (max-width: 768px) {
  .c-ttl02::before {
    height: 3.1818181818vw;
    width: 3.1818181818vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-ttl02::before {
    height: 14px;
    width: 14px;
  }
}

.c-ttl03 {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-ttl03 {
    font-size: 6.3636363636vw;
    background-size: 18.1818181818vw auto;
    margin-bottom: 11.3636363636vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-ttl03 {
    font-size: 3.2rem;
    margin-bottom: 38px;
  }
}

.c-sec-button {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .c-sec-button {
    justify-content: center;
    margin-top: 5.4545454545vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-sec-button {
    justify-content: flex-end;
  }
}

.c-btn01 {
  border: 1px solid var(--black);
  display: grid;
  font-family: "din-2014", sans-serif;
  place-content: center;
  position: relative;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .c-btn01 {
    border-radius: 4.5454545455vw;
    font-size: 3.1818181818vw;
    height: 9.0909090909vw;
    width: 50vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-btn01 {
    font-size: 1.4rem;
    border-radius: 20px;
    height: 40px;
    width: 220px;
  }
}
.c-btn01::after {
  background: #222;
  content: "";
  display: block;
  mask-image: url("../img/icon-arrow01.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  top: 50%;
  transition: 0.3s ease-in-out;
  translate: 0 -50%;
}
@media only screen and (max-width: 768px) {
  .c-btn01::after {
    height: 3.1818181818vw;
    right: 2.2727272727vw;
    width: 3.1818181818vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-btn01::after {
    height: 12px;
    right: 12px;
    width: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-btn01:hover {
    background: var(--blue);
    border-color: var(--blue);
    color: #fff;
  }
}
@media print, screen and (min-width: 769px) {
  .c-btn01:hover:after {
    background: #fff;
  }
}

@media only screen and (max-width: 768px) {
  .l-footer-seo .c-desc {
    display: block;
  }
}

.c-desc {
  display: none;
}
@media only screen and (max-width: 768px) {
  .c-desc {
    padding-top: 3.6363636364vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-desc .c-desc-top {
    border-bottom: 1px dotted var(--black);
    margin-bottom: 3.6363636364vw;
    padding: 0 2.7272727273vw 4.5454545455vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-desc .c-desc-title {
    font-size: 3.6363636364vw;
    line-height: 1.25;
    margin-bottom: 3.1818181818vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-desc .c-desc-text {
    font-size: 2.7272727273vw;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .c-desc .c-desc-text:not(:last-child) {
    margin-bottom: 2.2727272727vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-desc .c-desc-link {
    padding-inline: 2.7272727273vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-desc .c-desc-link a {
    color: #999;
    font-size: 2.7272727273vw;
    line-height: 1.5;
  }
}

.c-mv {
  background-image: var(--bgi);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .c-mv {
    height: 62.9545454545vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-mv {
    height: 330px;
  }
}

.c-faq {
  background: #f0f2fa;
}
@media only screen and (max-width: 768px) {
  .c-faq {
    padding-block: 14.5454545455vw 15.9090909091vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-faq {
    padding-block: 78px 108px;
  }
}
.c-faq .c-sec-title {
  background-image: url("/_assets/img/txt-faq.svg");
}
@media only screen and (max-width: 768px) {
  .c-faq .c-sec-title {
    margin-bottom: 3.8636363636vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-faq .c-sec-title {
    background-position: center top;
    justify-content: center;
    margin-bottom: 34px;
  }
}
.c-faq .c-sec-title img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .c-faq .c-sec-title img {
    width: 6.8181818182vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-faq .c-sec-title img {
    width: 43px;
  }
}
@media only screen and (max-width: 768px) {
  .c-faq .c-faq-main {
    border-top: 1px solid var(--black);
  }
}
@media print, screen and (min-width: 769px) {
  .c-faq .c-faq-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
  }
}
.c-faq .c-faq-item {
  border-bottom: 1px solid var(--black);
}
@media print, screen and (min-width: 769px) {
  .c-faq .c-faq-item:first-child {
    border-top: 1px solid var(--black);
  }
}
.c-faq .c-faq-title a {
  display: grid;
  font-weight: normal;
  letter-spacing: 0.05em;
  place-content: center start;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-faq .c-faq-title a {
    font-size: 3.4090909091vw;
    height: 12.2727272727vw;
    padding-left: 2.2727272727vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-faq .c-faq-title a {
    font-size: 1.6rem;
    height: 54px;
    padding-left: 12px;
  }
}
.c-faq .c-faq-title a::after {
  background: url("/_assets/img/icon-open.svg") no-repeat left top/cover;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 768px) {
  .c-faq .c-faq-title a::after {
    height: 3.1818181818vw;
    right: 1.8181818182vw;
    width: 3.1818181818vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-faq .c-faq-title a::after {
    height: 15px;
    right: 14px;
    width: 15px;
  }
}
.c-faq .c-faq-title a.is-active::after {
  background-image: url("/_assets/img/icon-close.svg");
}
.c-faq .c-faq-body {
  display: none;
}
@media only screen and (max-width: 768px) {
  .c-faq .c-faq-body p {
    font-size: 3.1818181818vw;
    padding-bottom: 2.7272727273vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-faq .c-faq-body p {
    font-size: 1.4rem;
    padding-bottom: 10px;
  }
}

.c-faq-line-title {
  font-weight: 500;
  border-bottom: 1px solid var(--black);
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .c-faq-line-title {
    font-size: 4.0909090909vw;
    margin-top: 1.5em;
  }
}
@media print, screen and (min-width: 769px) {
  .c-faq-line-title {
    font-size: 2rem;
  }
}

/* display */
@media only screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  .u-sp {
    display: none !important;
  }
}

:root {
  --ff-din: "din-2014", sans-serif;
  --width: 1024px;
  --black: #222;
  --blue: #1b94d3;
  --lightblue: #009fe8;
  --orange: #e2a100;
  --gray: #e6e6e6;
  --red: #e50012;
}