@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  background: -webkit-gradient(linear, left top, right top, from(#053354), color-stop(76%, #0c62c2));
  background: linear-gradient(90deg, #053354 0%, #0c62c2 76%);
  font-weight: 500;
  color: #292929;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.5503875969vw;
  }
}
@media (min-width: 1032px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.cta {
  position: absolute;
  bottom: 25px;
  bottom: 1.5625rem;
  right: 16px;
  right: 1rem;
  z-index: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .cta {
    bottom: 4.375rem;
    right: 10%;
  }
}
@media screen and (min-width: 1440px) {
  .cta {
    bottom: 2.25rem;
    right: 15%;
  }
}
.cta:hover .cta__button-icon {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.cta:hover .cta__button {
  background: -webkit-gradient(linear, left top, left bottom, from(#c79f2f), color-stop(47%, #e3bb56), to(#d79f05));
  background: linear-gradient(180deg, #c79f2f 0%, #e3bb56 47%, #d79f05 100%);
}

.cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cta__button {
  position: relative;
  display: inline-block;
  padding: 9px 34px 9px 40px;
  padding: 0.5625rem 2.125rem 0.5625rem 2.5rem;
  border-radius: 0.9375rem;
  -webkit-box-shadow: 7px 7px 8px 0px rgba(0, 0, 0, .25), 0px 4px 10px 0px rgba(61, 91, 97, .2);
          box-shadow: 7px 7px 8px 0px rgba(0, 0, 0, .25), 0px 4px 10px 0px rgba(61, 91, 97, .2);
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#dbb13a), color-stop(47%, #f1cb68), to(#e9ae07));
  background: linear-gradient(180deg, #dbb13a 0%, #f1cb68 47%, #e9ae07 100%);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (min-width: 768px) {
  .cta__button {
    padding: 0.875rem 3.125rem 0.875rem 3.75rem;
    width: 27.1875rem;
  }
}
.cta__button:hover {
  opacity: 1;
}

.cta__button:hover .cta__badge::before {
  opacity: 1;
}

.cta__button-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  z-index: 3;
}

.cta__button-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Hiragino Mincho Pro", "Noto Serif JP", serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #292929;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .cta__button-text {
    font-size: 1.75rem;
  }
}
.cta__button-text span {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .cta__button-text span {
    font-size: 2.3125rem;
  }
}

.cta__button-icon {
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
  position: absolute;
  right: 8px;
  right: 0.5rem;
  z-index: 10;
  top: 33%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 768px) {
  .cta__button-icon {
    width: 2rem;
    height: 2rem;
    right: 1.875rem;
  }
}

.cta__badge {
  position: absolute;
  top: 53%;
  left: -47px;
  left: -2.9375rem;
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
  border: 2.84px solid transparent;
  border: 0.1775rem solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#c99528), color-stop(47.12%, #f1cb68), to(#dbb13a));
  background-image: linear-gradient(#fff, #fff), linear-gradient(180deg, #c99528 0%, #f1cb68 47.12%, #dbb13a 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 4;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(61, 91, 97, .2);
          box-shadow: 0px 4px 10px 0px rgba(61, 91, 97, .2);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .cta__badge {
    width: 6.5625rem;
    height: 6.5625rem;
    left: -4.625rem;
  }
}
.cta__badge::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f6f6f6;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  z-index: 1;
}

.cta__badge-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #b81c23;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .cta__badge-text {
    font-size: 1.5625rem;
  }
}
.cta__badge-text span {
  font-size: 24px;
  font-size: 1.5rem;
}

.cta__button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/common/bg_light.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  height: 2.5rem;
  width: 80%;
  mix-blend-mode: plus-lighter;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .cta__button::before {
    height: 5.5625rem;
    width: 106%;
    left: 50%;
    top: -21%;
  }
}

.footer {
  background-color: #292929;
}

.footer__inner {
  padding: 47px 0 30px;
  padding: 2.9375rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding: 4.125rem 0 2.5rem;
    max-width: 1142px;
  }
}

@media screen and (min-width: 768px) {
  .footer__inner.inner {
    max-width: 1192px;
  }
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  gap: 2rem;
  margin-bottom: 66px;
  margin-bottom: 4.125rem;
}
@media screen and (min-width: 768px) {
  .footer__top {
    margin-bottom: 4.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5.875rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__logo-link {
  width: 210px;
  width: 13.125rem;
}
@media screen and (min-width: 768px) {
  .footer__logo-link {
    width: 17.5rem;
  }
}

.footer__as-link {
  width: 230px;
  width: 14.375rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__as-link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .footer__as-link {
    width: 17.5rem;
  }
}

.footer__as-link p {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #c99528;
  margin-top: -12px;
  margin-top: -0.75rem;
  letter-spacing: 0.04em;
  text-align: center;
}

.footer__as-text {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.13;
  letter-spacing: 0.05em;
  color: #c99528;
  text-align: center;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  gap: 0.6875rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    margin-bottom: 1.875rem;
  }
}

.footer__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  gap: 0.6875rem;
}

.footer__nav-link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-weight: 300;
}
.footer__nav-link:hover {
  opacity: 0.8;
}

.footer__nav-separator {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 4.5rem;
    margin-top: 6.1875rem;
  }
}

.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
  gap: 0.6875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 62%;
  }
}
.footer__copyright img {
  width: 117px;
  width: 7.3125rem;
}
@media screen and (min-width: 768px) {
  .footer__copyright img {
    width: 8.4375rem;
  }
}

.footer__logo {
  width: 200px;
  width: 12.5rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 15.625rem;
  }
}

.footer__copyright-text {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #bababa;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__copyright-text {
    text-align: left;
  }
}

.footer__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .footer__privacy {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__privacy-text {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer__privacy-text {
    text-align: left;
    font-size: 0.75rem;
  }
}

.footer__privacy-text a {
  text-decoration: underline;
}

.footer__privacy-mark {
  width: 52px;
  width: 3.25rem;
  height: auto;
}
body.is-drawer-open {
  overflow: hidden;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 52px;
  height: 3.25rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .header {
    height: 5.625rem;
  }
}

.header__inner {
  padding-left: 15px;
  padding-left: 0.9375rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-inline: 2rem 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__inner {
    padding-inline: 2.5rem 1.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .header__inner {
    padding-inline: 3.5rem 2.6875rem;
  }
}

.header__logo {
  max-width: 105px;
  max-width: 6.5625rem;
  width: 100%;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .header__logo {
    max-width: 8.8125rem;
  }
}

.header__logo a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__nav {
  display: none;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: block;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.header__nav-item {
  height: inherit;
}

.header__nav-item.header__nav-item--contact {
  margin-left: 15px;
  margin-left: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav-item a {
  padding: 0 12px;
  padding: 0 0.75rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 1024px) {
  .header__nav-item a {
    padding: 0 0.875rem;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .header__nav-item a {
    font-size: 0.875rem;
  }
}
.header__nav-item a:hover {
  color: #0c62c2;
}

.header__nav-item a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #292929;
  height: 14%;
  width: 1px;
}

.header__nav-item:last-child a::after {
  display: none;
}

.header__nav-item.header__nav-item--contact a {
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  position: relative;
  height: auto;
  height: initial;
  color: #fff;
  background-color: #de8430;
}

.header__nav-item.header__nav-item--contact a::after {
  content: "";
  margin-left: 10px;
  margin-left: 0.625rem;
  width: 11px;
  width: 0.6875rem;
  height: 12px;
  height: 0.75rem;
  display: inline-block;
  background-image: url(./../images/common/contact-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.header__hamburger {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  position: relative;
  z-index: 999;
  width: 60px;
  width: 3.75rem;
  height: inherit;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .header__hamburger {
    display: none;
  }
}

.header__hamburger.is-open {
  background-color: transparent;
}

.header__hamburger span {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 32px;
  width: 2rem;
  height: 2px;
  background-color: #292929;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header__hamburger-text {
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Hiragino Mincho Pro", "Noto Serif JP", serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  top: 16px;
  top: 1rem;
}

.header__hamburger.is-open .header__hamburger-text {
  opacity: 0;
  visibility: hidden;
}

.header__hamburger-text.header__hamburger-text--close {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 6px;
  top: 0.375rem;
}

.header__hamburger.is-open .header__hamburger-text.header__hamburger-text--close {
  opacity: 1;
  visibility: visible;
}

.header__hamburger span:nth-of-type(1) {
  top: 2px;
  top: 0.125rem;
}

.header__hamburger span:nth-of-type(2) {
  top: 10px;
  top: 0.625rem;
}

.header__hamburger span:nth-of-type(3) {
  top: 4px;
  top: 0.25rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
  top: 4px;
  top: 0.25rem;
  -webkit-transform: translateX(-50%) rotate(26deg);
          transform: translateX(-50%) rotate(26deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
  top: 2px;
  top: 0.125rem;
  -webkit-transform: translateX(-50%) rotate(-25deg);
          transform: translateX(-50%) rotate(-25deg);
}

.header__drawer {
  padding: 70px 0;
  padding: 4.375rem 0;
  display: none;
  position: fixed;
  z-index: 999;
  top: 52px;
  top: 3.25rem;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 3.25rem);
  background: -webkit-gradient(linear, left top, right top, from(#053354), color-stop(76%, #0c62c2));
  background: linear-gradient(90deg, #053354 0%, #0c62c2 76%);
  overflow-y: scroll;
  scrollbar-width: none;
}
@media screen and (min-width: 768px) {
  .header__drawer {
    top: 6.25rem;
    height: calc(100vh - 6.25rem);
  }
}

.header__drawer::-webkit-scrollbar {
  display: none;
}

.header__drawer-nav {
  padding-inline: 40px;
  padding-inline: 2.5rem;
  position: relative;
}

.header__drawer-item a {
  padding: 26px 0;
  padding: 1.625rem 0;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.header__drawer-item:first-child a {
  color: #F1CB68;
  border-bottom: 1px solid #F1CB68;
}

.header__drawer-item.header__drawer-item--contact a::after {
  content: "";
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  margin-left: 20px;
  margin-left: 1.25rem;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  display: inline-block;
  background-image: url(./../images/common/contact-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.header__drawer-contact {
  margin-top: 39px;
  margin-top: 2.4375rem;
  background: -webkit-gradient(linear, left top, right top, from(#dbb13a), color-stop(47%, #f1cb68), to(#e9ae07));
  background: linear-gradient(90deg, #dbb13a 0%, #f1cb68 47%, #e9ae07 100%);
  text-align: center;
  border-radius: 0.5rem;
  max-width: 275px;
  margin-inline: auto;
}
.header__drawer-contact span {
  font-size: 24px;
  font-size: 1.5rem;
}

.header__drawer-contact a {
  font-family: "Hiragino Mincho Pro", "Noto Serif JP", serif;
  display: inline-block;
  padding: 8px 8px;
  padding: 0.5rem 0.5rem;
  font-size: 19px;
  font-size: 1.1875rem;
  width: 100%;
  position: relative;
}
.header__drawer-contact a span {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}

.header__drawer-contact a:after {
  content: "";
  position: absolute;
  right: 28px;
  right: 1.75rem;
  top: 54%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/icon_arrow-r.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 19px;
  height: 1.1875rem;
  width: 19px;
  width: 1.1875rem;
}

.header__drawer-contact a:before {
  content: "";
  position: absolute;
  left: 56%;
  top: 37%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/common/bg_blur.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 54px;
  height: 3.375rem;
  width: 98%;
  mix-blend-mode: plus-lighter;
}

.inner {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1082px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.sec-title {
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#053354), color-stop(76%, #0c62c2));
  background: linear-gradient(90deg, #053354 0%, #0c62c2 76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-title {
    font-size: 3.25rem;
  }
}

.sec-title.sec-title--white {
  color: #fff;
  background: none;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: #fff;
  background-clip: border-box;
}

.swiper-button-wrap {
  position: absolute;
  bottom: -61px;
  bottom: -3.8125rem;
  width: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 45%;
  display: none;
}
@media screen and (min-width: 768px) {
  .swiper-button-wrap {
    width: 25%;
    bottom: -4.875rem;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .swiper-button-wrap {
    bottom: -4.375rem;
  }
}
@media screen and (min-width: 1440px) {
  .swiper-button-wrap {
    bottom: -4.5rem;
  }
}

.case__card-list .cases-pagination {
  z-index: 100;
  position: absolute;
  bottom: -50px !important;
  bottom: -3.125rem !important;
}
@media screen and (min-width: 768px) {
  .case__card-list .cases-pagination {
    bottom: -3.75rem !important;
  }
}

.swiper-button-wrap .swiper-button-prev,
.swiper-button-wrap .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  min-width: 27px;
  min-width: 1.6875rem;
  min-height: 27px;
  min-height: 1.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}

.swiper-button-wrap .swiper-button-prev svg,
.swiper-button-wrap .swiper-button-next svg {
  width: 8px;
  width: 0.5rem;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .swiper-button-wrap .swiper-button-prev svg,
  .swiper-button-wrap .swiper-button-next svg {
    width: 0.625rem;
  }
}

.case__card-list .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1 !important;
  background-color: #ccc;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
}
@media screen and (min-width: 768px) {
  .case__card-list .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 0.625rem;
    height: 0.625rem;
  }
}

.swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left top, right top, from(#053354), color-stop(76%, #0c62c2)) !important;
  background: linear-gradient(90deg, #053354 0%, #0c62c2 76%) !important;
}

/*======================================
            非公開求人
=======================================*/
.job__list .job__slider-button {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .job__list .job__slider-button {
    width: 25rem;
    left: 55%;
  }
}

.job__list .swiper {
  width: 100%;
}

.job__list .job-pagination {
  bottom: -34px !important;
  bottom: -2.125rem !important;
}
@media screen and (min-width: 768px) {
  .job__list .job-pagination {
    bottom: -4.5625rem !important;
  }
}

.job__list .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 13px;
  width: 0.8125rem;
  height: 13px;
  height: 0.8125rem;
  margin: 0 8px;
  margin: 0 0.5rem;
  opacity: 1 !important;
  background-color: #ccc;
}

.job__list .swiper-button-next {
  width: 28px;
  width: 1.75rem;
}
@media screen and (min-width: 768px) {
  .job__list .swiper-button-next {
    width: 3.875rem;
    height: 3.875rem;
  }
}

.job__list .swiper-button-prev {
  width: 28px;
  width: 1.75rem;
}
@media screen and (min-width: 768px) {
  .job__list .swiper-button-prev {
    width: 3.875rem;
    height: 3.875rem;
  }
}

.job__list .job__slider-button {
  position: absolute;
  top: 50%;
  width: 112%;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .job__list .job__slider-button {
    width: 37%;
  }
}

.swiper-button-wrap.u-mobile {
  display: block;
  z-index: 100;
  width: 114%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: auto;
  max-width: 562px;
}
@media screen and (min-width: 768px) {
  .swiper-button-wrap.u-mobile {
    display: none;
  }
}

.swiper-button-wrap.u-desktop {
  display: none;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .swiper-button-wrap.u-desktop {
    display: block;
  }
}

.fv {
  background: -webkit-gradient(linear, left top, left bottom, from(#e2ddd6), color-stop(48%, #fbfbfb), to(#efece9));
  background: linear-gradient(180deg, #e2ddd6 0%, #fbfbfb 48%, #efece9 100%);
  position: relative;
  height: 587px;
  overflow-x: clip;
  margin-top: 52px;
  margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  .fv {
    height: 100vh;
    margin-top: 5.625rem;
    max-height: 42.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .fv {
    max-height: 44.625rem;
  }
}

.fv::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#053354), color-stop(76%, #0c62c2));
  background: linear-gradient(90deg, #053354 0%, #0c62c2 76%);
  height: 103px;
  height: 6.4375rem;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .fv::before {
    height: 10.25rem;
    z-index: 0;
  }
}

.fv::after {
  content: "";
  position: absolute;
  left: 53%;
  top: 128px;
  top: 8rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/common/bg_sanajobs.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 375px;
  width: 23.4375rem;
  height: 124px;
  height: 7.75rem;
}
@media screen and (min-width: 768px) {
  .fv::after {
    height: 29.625rem;
    top: 0;
    left: 54%;
    width: 100%;
  }
}

.fv__inner {
  position: relative;
  padding-top: 18px;
  padding-top: 1.125rem;
  height: inherit;
  max-height: 587px;
  max-height: 36.6875rem;
  max-width: 450px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 2.5rem;
    padding-top: 0;
    max-width: 1440px;
    margin-inline: auto;
    max-height: 44.625rem;
  }
}

.fv__img {
  position: absolute;
  width: 230px;
  width: 14.375rem;
  bottom: 52px;
  bottom: 3.25rem;
}
@media screen and (min-width: 768px) {
  .fv__img {
    width: 37%;
    left: 3rem;
    top: 0.25rem;
    bottom: auto;
  }
}
@media screen and (min-width: 1024px) {
  .fv__img {
    top: 0.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .fv__img {
    top: -0.1875rem;
  }
}

.fv__content {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 768px) {
  .fv__content {
    margin-top: 4.625rem;
    width: 60%;
    right: 3%;
  }
}

.fv__achieve-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .fv__achieve-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3%;
  }
}

.fv__lead {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .fv__lead {
    font-size: 1.6875rem;
    white-space: nowrap;
  }
}

.fv__badge {
  width: 375px;
  width: 23.4375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .fv__badge {
    width: 70%;
    margin-top: 0.125rem;
  }
}
@media screen and (min-width: 1440px) {
  .fv__badge {
    margin-top: -1.625rem;
  }
}

.fv__subtitle {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  margin-top: 17px;
  margin-top: 1.0625rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .fv__subtitle {
    font-size: 1.9375rem;
    margin-top: 1.125rem;
  }
}

.fv__title-img {
  margin-top: -19px;
  margin-top: -1.1875rem;
}

.fv__title {
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv__title {
    margin-top: -2.6875rem;
    width: 85%;
    margin-inline: auto;
  }
}

.fv__title .text {
  font-weight: 700;
}

.fv__stats {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 47%;
  margin-right: 20px;
  margin-right: 1.25rem;
  row-gap: 13px;
  row-gap: 0.8125rem;
  margin-top: 4px;
  margin-top: 0.25rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .fv__stats {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3%;
    width: 84%;
    margin: -0.1875rem auto 0;
  }
}

.reason {
  background-color: #f1efec;
}

.reason__header-section {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .reason__header-section {
    margin-bottom: 3.75rem;
  }
}

.reason__header {
  background-color: #fff;
  position: relative;
  padding-block: 22px 15px;
  padding-block: 1.375rem 0.9375rem;
  padding-inline: 16px;
  padding-inline: 1rem;
}
@media screen and (min-width: 768px) {
  .reason__header {
    padding-block: 3.25rem 1.75rem;
  }
}

.reason__header::before {
  content: "";
  position: absolute;
  bottom: -85px;
  bottom: -5.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 54px solid transparent;
  border: 3.375rem solid transparent;
  border-top: 33px solid #fff;
  border-top: 2.0625rem solid #fff;
}
@media screen and (min-width: 768px) {
  .reason__header::before {
    bottom: -18.9375rem;
    border: 15.25rem solid transparent;
    border-top: 3.75rem solid #fff;
  }
}

.reason__inner {
  padding-block: 60px;
  padding-block: 3.75rem;
  padding-inline: 22px;
}
@media screen and (min-width: 768px) {
  .reason__inner {
    padding-block: 3.25rem 8.5rem;
    padding-inline: 25px;
  }
}

@media screen and (min-width: 768px) {
  .reason__inner.inner {
    max-width: 1127px;
  }
}

.reason__header-title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.21;
  letter-spacing: 0.03em;
  text-align: center;
  margin-top: 7px;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .reason__header-title {
    font-size: 3.25rem;
    margin-top: 0;
  }
}

.reason__header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .reason__header-logo {
    gap: 0.9375rem;
  }
}

.reason__header-logo-img {
  max-width: 140px;
  max-width: 8.75rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .reason__header-logo-img {
    max-width: 14.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .reason__header-text--small {
    font-size: 2.25rem;
  }
}

.reason__header-text {
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .reason__header-text {
    font-size: 3.25rem;
  }
}

.reason__header-text--gold {
  color: #F1CB68;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .reason__header-text--gold {
    font-size: 4rem;
  }
}
.reason__header-text--gold span {
  font-size: 34px;
  font-size: 2.125rem;
}
@media screen and (min-width: 768px) {
  .reason__header-text--gold span {
    font-size: 3.25rem;
  }
}
.reason__header-text--gold .riyuu {
  font-size: 32px;
  font-size: 2rem;
}

.fsz-44 {
  font-size: 27px;
  font-size: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .fsz-44 {
    font-size: 2.75rem;
  }
}

.reason__list {
  margin-top: 88px;
  margin-top: 5.5rem;
}
@media screen and (min-width: 768px) {
  .reason__list {
    margin-top: 4rem;
  }
}

.reason__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .reason__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.125rem;
  }
}

.reason__item + .reason__item {
  margin-top: 150px;
  margin-top: 9.375rem;
}
@media screen and (min-width: 768px) {
  .reason__item + .reason__item {
    margin-top: 7.375rem;
  }
}

@media screen and (min-width: 768px) {
  .reason__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .reason__item:nth-child(even) .reason__number {
    right: -5.0625rem;
    left: auto;
  }
}
@media screen and (min-width: 1440px) {
  .reason__item:nth-child(even) .reason__number {
    right: -7.125rem;
  }
}

@media screen and (min-width: 768px) {
  .reason__content {
    width: 50%;
  }
}

.reason__content-head {
  position: relative;
}

.reason__number {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -90px;
  top: -5.625rem;
  display: block;
  font-family: "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 80px;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#c99528), color-stop(47.12%, #f1cb68), to(#dbb13a));
  background: linear-gradient(180deg, #c99528 0%, #f1cb68 47.12%, #dbb13a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.3;
  width: 150px;
  width: 9.375rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .reason__number {
    left: 3.125rem;
    top: -4.1875rem;
    font-size: 10rem;
    width: 9.375rem;
  }
}
@media screen and (min-width: 1440px) {
  .reason__number {
    left: 0.375rem;
  }
}

.reason__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  background: -webkit-gradient(linear, left top, right top, from(#053354), color-stop(76%, #0c62c2));
  background: linear-gradient(90deg, #053354 0%, #0c62c2 76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (min-width: 768px) {
  .reason__title {
    font-size: 2.1875rem;
    white-space: nowrap;
  }
}

.reason__title-mark {
  position: relative;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#053354), color-stop(76%, #0c62c2));
  background: linear-gradient(90deg, #053354 0%, #0c62c2 76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.reason__title-mark::before {
  content: "";
  position: absolute;
  left: 43%;
  top: -10px;
  top: -0.625rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#053354), color-stop(76%, #0c62c2));
  background: linear-gradient(90deg, #053354 0%, #0c62c2 76%);
  height: 11px;
  height: 0.6875rem;
  width: 11px;
  width: 0.6875rem;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .reason__title-mark::before {
    top: -1rem;
  }
}

.reason__text {
  font-family: "Inter", "Hiragino Sans", "Noto Sans JP", sans-serif, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.58;
  color: #292929;
  margin-top: 33px;
  margin-top: 2.0625rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .reason__text {
    font-size: 1.1875rem;
    margin-top: 2.5rem;
    letter-spacing: 0.04em;
  }
}

.reason__text + .reason__text {
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .reason__text + .reason__text {
    margin-top: 1.3125rem;
  }
}

.reason__text span {
  color: #0c62c2;
}

@media screen and (min-width: 768px) {
  .reason__item--reverse .reason__text {
    font-weight: 500;
  }
}

.reason__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .reason__image {
    width: 50%;
    margin-top: 0;
  }
}
.reason__image img {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  aspect-ratio: 326/247;
}
@media screen and (min-width: 768px) {
  .reason__image img {
    aspect-ratio: 326/234;
  }
}

.reason__image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(41, 41, 41, .15);
  height: 100%;
  width: 100%;
  z-index: 10;
  mix-blend-mode: overlay;
}

.data {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#053354), color-stop(76%, #0c4c94));
  background: linear-gradient(180deg, #053354 0%, #0c4c94 76%);
}

.data:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/common/bg_data01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 212px;
  height: 13.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .data:after {
    background-image: url(../images/common/bg_data01-pc.png);
    top: -0.625rem;
  }
}

.data::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 212px;
  height: 13.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 52, 87, 0)), to(rgb(6, 52, 87)));
  background: linear-gradient(180deg, rgba(6, 52, 87, 0) 0%, rgb(6, 52, 87) 100%);
  z-index: 1;
}

.data__inner {
  position: relative;
  z-index: 2;
  padding-block: 40px 54px;
  padding-block: 2.5rem 3.375rem;
  padding-inline: 25px;
  padding-inline: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .data__inner {
    padding-block: 6.75rem 4.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .data__inner.inner {
    max-width: 1270px;
  }
}

.data__title {
  font-size: 35px;
  font-size: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .data__title {
    font-size: 3.375rem;
  }
}

.data__label {
  display: inline-block;
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding: 6px 20px;
  padding: 0.375rem 1.25rem;
  background: linear-gradient(135deg, #053354 0%, #0c4c94 76%);
}
@media screen and (min-width: 768px) {
  .data__label {
    font-size: 3.25rem;
    padding: 0.5rem 1.75rem;
  }
}

.data__lead {
  color: #fff;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-top: clamp(102px, 25.469px + 20.4081632653vw, 182px);
  margin-top: clamp(6.375rem, 1.5918367347rem + 20.4081632653vw, 11.375rem);
}
@media screen and (min-width: 768px) {
  .data__lead {
    font-size: 2.25rem;
    margin-top: 9.5rem;
  }
}

.data__lead span {
  color: #F1CB68;
}

.data__grid {
  margin-top: 32px;
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  gap: 1.625rem;
  background-color: #f1efec;
  position: relative;
  padding: 35px;
  padding: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .data__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin-top: 2rem;
    padding: 5rem 5.125rem 2.75rem;
  }
}

.data__grid::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -156px;
  bottom: -9.75rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/common/bg_triangle-sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 164px;
  height: 10.25rem;
}
@media screen and (min-width: 768px) {
  .data__grid::before {
    background-image: url(../images/common/bg_triangle-pc.png);
    height: 9.8125rem;
  }
}

.data__card {
  background-color: #fff;
  padding: 41px 21px 45px;
  padding: 2.5625rem 1.3125rem 2.8125rem;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .data__card {
    padding-inline: 1.25rem;
    padding-top: 2.3125rem;
    padding-bottom: 0.75rem;
  }
}
.data__card img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 41px;
  margin-top: 2.5625rem;
}
@media screen and (min-width: 768px) {
  .data__card img {
    margin-top: 1.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .data__card.first-card {
    padding-inline: 0.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .data__card.small img {
    width: 98%;
  }
}

.data__card-title {
  font-size: 26px;
  font-size: 1.625rem;
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  background: -webkit-gradient(linear, left top, right top, from(#053354), color-stop(76%, #0c62c2));
  background: linear-gradient(90deg, #053354 0%, #0c62c2 76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .data__card-title {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1440px) {
  .data__card-title {
    font-size: 1.625rem;
  }
}

.case {
  border-radius: 0 0 3rem 0;
  background-color: #f1efec;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .case {
    border-radius: 0 0 7rem 0;
  }
}

.case__inner {
  padding-block: 51px 40px;
  padding-block: 3.1875rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .case__inner {
    padding-block: 6.6875rem 6.75rem;
  }
}

.case__inner.inner {
  max-width: 1138px;
}

.case__title {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #053154;
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .case__title {
    font-size: 3.3125rem;
  }
}

.case__card-list {
  margin-top: 32px;
  margin-top: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .case__card-list {
    margin-top: 3.4375rem;
  }
}

.cases-card {
  background: #fff;
  border: 1px solid transparent;
  -o-border-image: linear-gradient(135deg, #c99528 0%, #f1cb68 47%, #dbb13a 100%) 1;
     border-image: linear-gradient(135deg, #c99528 0%, #f1cb68 47%, #dbb13a 100%) 1;
  -webkit-box-shadow: 3px 4px 17px 0px rgba(0, 0, 0, .15);
          box-shadow: 3px 4px 17px 0px rgba(0, 0, 0, .15);
  padding: 27px 15px 23px;
  padding: 1.6875rem 0.9375rem 1.4375rem;
  max-width: 500px;
  max-width: 31.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .cases-card {
    padding: 1.375rem 0.8125rem 1.5625rem;
    max-width: 35rem;
    min-height: 46.5625rem;
    margin-bottom: 1rem;
  }
}

.cases-card__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .cases-card__profile {
    gap: 1rem;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.cases-card__avatar {
  width: 110px;
  width: 6.875rem;
  height: 110px;
  height: 6.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cases-card__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .cases-card__avatar {
    width: 7rem;
    height: 7rem;
  }
}

.cases-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  gap: 0.375rem;
}

.cases-card__badge {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#053354), color-stop(76%, #0c62c2));
  background: linear-gradient(90deg, #053354 0%, #0c62c2 76%);
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 7px 17px;
  padding: 0.4375rem 1.0625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .cases-card__badge {
    font-size: 1rem;
    padding: 0.4375rem 1.25rem;
  }
}

.cases-card__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  gap: 0.5rem;
}

.cases-card__age {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  color: #292929;
}
@media screen and (min-width: 768px) {
  .cases-card__age {
    font-size: 1.5rem;
  }
}

.cases-card__initial {
  font-family: "Inter", "Hiragino Sans", "Noto Sans JP", sans-serif, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.21;
  color: #292929;
}
@media screen and (min-width: 768px) {
  .cases-card__initial {
    font-size: 1.5rem;
  }
}

.cases-card__initial span {
  font-size: 16px;
  font-size: 1rem;
}

.cases-card__transition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  gap: 0.375rem;
  margin-top: 21px;
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .cases-card__transition {
    gap: 0.3125rem;
    margin-top: 1.5rem;
  }
}

.cases-card__before {
  border-radius: 0.125rem;
  -webkit-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, .1);
          box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, .1);
}
.cases-card__job-before {
  background: #fff;
  border: 2px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#053354), color-stop(76%, #0c62c2));
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #053354 0%, #0c62c2 76%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  padding: 14px 12px 7px;
  padding: 0.875rem 0.75rem 0.4375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cases-card__job-before {
    padding: 0.875rem 0.5rem 0.4375rem;
  }
}
.cases-card__job-before .cases-card__industry {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #0C62C2;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cases-card__job-before .cases-card__industry {
    font-size: 0.8125rem;
  }
}
.cases-card__job-before .cases-card__industry::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -11px;
  bottom: -0.6875rem;
  background-color: #0C62C2;
  height: 1px;
  width: 100%;
}
.cases-card__job-before .cases-card__salary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .cases-card__job-before .cases-card__salary {
    white-space: nowrap;
  }
}
.cases-card__job-before .cases-card__salary-label {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #0C62C2;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .cases-card__job-before .cases-card__salary-label {
    font-size: 0.8125rem;
  }
}
.cases-card__job-before .cases-card__salary-amount {
  font-family: "Inter", "Hiragino Sans", "Noto Sans JP", sans-serif, sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 600;
  color: #0C62C2;
  line-height: 1.21;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .cases-card__job-before .cases-card__salary-amount {
    font-size: 1.6875rem;
  }
}
.cases-card__job-before .cases-card__salary-amount span {
  font-size: 12px;
  font-size: 0.75rem;
}

.cases-card__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10px;
  width: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cases-card__arrow img {
  width: 100%;
  height: auto;
}

.cases-card__after {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cases-card__job-after {
  background: #292929;
  padding: 15px 12px 5px;
  padding: 0.9375rem 0.75rem 0.3125rem;
  text-align: center;
  border-radius: 0.125rem;
}
.cases-card__job-after .cases-card__industry {
  font-family: "Inter", "Hiragino Sans", "Noto Sans JP", sans-serif, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #F1CB68;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .cases-card__job-after .cases-card__industry {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}
.cases-card__job-after .cases-card__industry::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #F1CB68;
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 19px;
  margin-bottom: 1.1875rem;
}
.cases-card__job-after .cases-card__salary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .cases-card__job-after .cases-card__salary {
    white-space: nowrap;
  }
}
.cases-card__job-after .cases-card__salary-label {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #F1CB68;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .cases-card__job-after .cases-card__salary-label {
    font-size: 1rem;
  }
}
.cases-card__job-after .cases-card__salary-amount {
  font-family: "Inter", "Hiragino Sans", "Noto Sans JP", sans-serif, sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  color: #F1CB68;
  line-height: 1.21;
}
@media screen and (min-width: 768px) {
  .cases-card__job-after .cases-card__salary-amount {
    font-size: 2.125rem;
  }
}
.cases-card__job-after .cases-card__salary-amount span {
  font-size: 15px;
  font-size: 0.9375rem;
}

.cases-card__details {
  margin-top: 28px;
  margin-top: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  padding-inline: 6px 5px;
  padding-inline: 0.375rem 0.3125rem;
}
@media screen and (min-width: 768px) {
  .cases-card__details {
    margin-top: 1.5rem;
    gap: 0.9375rem;
    padding-inline: 0.125rem 0.3125rem;
  }
}

.cases-card__detail-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
}

.cases-card__detail-marker {
  display: block;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  background: #0C62C2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0.0625rem;
}

.cases-card__detail-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #0C62C2;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .cases-card__detail-title {
    font-size: 1rem;
  }
}

.cases-card__detail-text {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #292929;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .cases-card__detail-text {
    line-height: 1.5;
  }
}

.cases-feature__arrow {
  margin-top: 98px;
  margin-top: 6.125rem;
  width: 40%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .cases-feature__arrow {
    margin-top: 5.75rem;
    width: 13%;
  }
}

.cases-feature {
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .cases-feature {
    margin-top: 1.875rem;
  }
}

.cases-feature__title {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .cases-feature__title {
    font-size: 2.25rem;
    margin-top: 0;
  }
}

.cases-feature__img {
  width: 100%;
  height: 200px;
  height: 12.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 768px) {
  .cases-feature__img {
    width: 40%;
    height: auto;
  }
}

.cases-feature__list {
  position: relative;
  padding: 88px 22px;
  padding: 5.5rem 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  width: 100%;
  max-width: 500px;
  max-width: 31.25rem;
  margin-inline: auto;
  margin-top: 25px;
  margin-top: 1.5625rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .cases-feature__list {
    padding: 1.4375rem 2.5rem 1.4375rem;
    padding-left: 6.9375rem;
    gap: 1.1875rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.5rem;
    max-width: 57.25rem;
  }
}

.cases-feature__list-upper {
  position: absolute;
  top: 11px;
  top: 0.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 94%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .cases-feature__list-upper {
    left: 0.3125rem;
    top: 50%;
    width: 3.375rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.cases-feature__list-under {
  position: absolute;
  bottom: 15px;
  bottom: 0.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 94%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .cases-feature__list-under {
    right: 0.5rem;
    left: auto;
    top: 50%;
    bottom: auto;
    width: 3.375rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.cases-feature__list::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/common/bg_case-list.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.cases-feature__item {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .cases-feature__item {
    gap: 1.375rem;
  }
}
.cases-feature__item span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #292929;
}
@media screen and (min-width: 768px) {
  .cases-feature__item span {
    font-size: 1.5rem;
  }
}

.cases-feature__check {
  width: 31px;
  width: 1.9375rem;
  height: 31px;
  height: 1.9375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .cases-feature__check {
    width: 2rem;
    height: 2rem;
  }
}

.cases-feature__support {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 42px;
  margin-top: 2.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cases-feature__support {
    margin-top: 2.1875rem;
  }
}

.cases-feature__button {
  text-align: center;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .cases-feature__button {
    margin-top: 3.625rem;
  }
}

.cases-cta {
  display: inline-block;
  width: 346px;
  width: 21.625rem;
  margin-inline: auto;
  padding: 14px 24px;
  padding: 0.875rem 1.5rem;
  padding-right: 49px;
  padding-right: 3.0625rem;
  border-radius: 0.5625rem;
  background: -webkit-gradient(linear, left top, right top, from(#053354), color-stop(76%, #0c62c2));
  background: linear-gradient(90deg, #053354 0%, #0c62c2 76%);
  border: 1px solid transparent;
  background-image: linear-gradient(90deg, #053354 0%, #0c62c2 76%), linear-gradient(135deg, #c99528 0%, #f1cb68 47%, #dbb13a 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, .15), inset 7px 7px 8px 0px rgba(0, 0, 0, .25);
          box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, .15), inset 7px 7px 8px 0px rgba(0, 0, 0, .25);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  margin-inline: auto;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .cases-cta {
    border-radius: 1.25rem;
    font-size: 2rem;
    width: 47.75rem;
    padding: 1.5rem 2rem;
    gap: 1rem;
  }
}
.cases-cta:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .cases-cta:hover:after {
    right: 2.75rem;
  }
}

.cases-cta::after {
  content: "";
  position: absolute;
  right: 9px;
  right: 0.5625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/icon_arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 31px;
  height: 1.9375rem;
  width: 31px;
  width: 1.9375rem;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
@media screen and (min-width: 768px) {
  .cases-cta::after {
    right: 3.25rem;
    height: 2.5rem;
    width: 2.5rem;
  }
}

.cases-cta__arrow-icon {
  text-align: center;
  margin-top: 34px;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .cases-cta__arrow-icon {
    margin-top: 1.75rem;
  }
}

.cases__footer {
  margin-top: 23px;
  margin-top: 1.4375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cases__footer {
    margin-top: 1.3125rem;
  }
}

.cases__footer-text {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #dbb13a;
}
@media screen and (min-width: 768px) {
  .cases__footer-text {
    font-size: 1.1875rem;
    letter-spacing: 0.06em;
    margin-bottom: 0.4375rem;
  }
}

.cases__footer-text span {
  font-family: "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-weight: 600;
  background: linear-gradient(135deg, #c99528 0%, #f1cb68 47%, #dbb13a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0.02em;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .cases__footer-text span {
    font-size: 1.5rem;
  }
}

.cases__footer-link {
  width: 350px;
  width: 21.875rem;
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .cases__footer-link {
    width: 35.8125rem;
  }
}
.cases__footer-link:hover {
  opacity: 0.7;
}

.advisor {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#053354), color-stop(76%, #0c62c2));
  background: linear-gradient(90deg, #053354 0%, #0c62c2 76%);
  overflow-x: clip;
}

.advisor__inner {
  position: relative;
  z-index: 1;
  padding-block: 60px 50px;
  padding-block: 3.75rem 3.125rem;
}
@media screen and (min-width: 768px) {
  .advisor__inner {
    padding-block: 9.0625rem 9.375rem;
  }
}

@media screen and (min-width: 768px) {
  .advisor__inner.inner {
    max-width: 1126px;
  }
}

.advisor__header {
  text-align: center;
  position: relative;
}
.advisor__header::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 17%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/common/text_sana-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 116px;
  height: 7.25rem;
  width: 356px;
  width: 22.25rem;
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .advisor__header::after {
    width: 74.25rem;
    top: 38%;
    left: 61%;
    height: 20.0625rem;
  }
}
@media screen and (min-width: 1440px) {
  .advisor__header::after {
    height: 24.25rem;
    left: 50%;
  }
}

.advisor__title {
  white-space: nowrap;
}

.advisor__subtitle {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .advisor__subtitle {
    font-size: 1.5rem;
    margin-top: 0.9375rem;
  }
}

.advisor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .advisor__list {
    gap: 5rem;
    margin-top: 4.375rem;
  }
}

.advisor__item {
  width: 100%;
  background-color: #fff;
  padding: 36px 21px 42px;
  padding: 2.25rem 1.3125rem 2.625rem;
}
@media screen and (min-width: 768px) {
  .advisor__item {
    padding: 2.5rem 2.5rem 2.125rem;
  }
}

.advisor__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .advisor__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .advisor__item:nth-child(2) .advisor__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.advisor__profile {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .advisor__profile {
    width: 34%;
  }
}

.advisor__photo {
  width: 100%;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .advisor__photo {
    margin-bottom: 1.5rem;
  }
}
.advisor__photo img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 300/390;
}
@media screen and (min-width: 768px) {
  .advisor__photo img {
    aspect-ratio: 320/428;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.advisor__photo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(9, 49, 135, .1);
  height: 100%;
  width: 100%;
  z-index: 10;
  mix-blend-mode: overlay;
}

.advisor__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  gap: 0.8125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .advisor__name {
    gap: 1.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .advisor__name {
    gap: 2.125rem;
  }
}

.advisor__name-jp {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  color: #292929;
}
@media screen and (min-width: 768px) {
  .advisor__name-jp {
    font-size: 1.5rem;
  }
}

.advisor__name-line {
  width: 1px;
  height: 20px;
  height: 1.25rem;
  background-color: #292929;
}

.advisor__name-en {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #292929;
}
@media screen and (min-width: 768px) {
  .advisor__name-en {
    font-size: 1rem;
  }
}

.advisor__content-title {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 600;
  line-height: 1.3;
  background: -webkit-gradient(linear, left top, right top, from(#053354), color-stop(76%, #0c62c2));
  background: linear-gradient(90deg, #053354 0%, #0c62c2 76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 19px;
  margin-bottom: 1.1875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .advisor__content-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: left;
  }
}

.advisor__content {
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .advisor__content {
    margin-top: 0;
  }
}

.advisor__content-box {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .advisor__content-box {
    margin-top: 0;
  }
}

.advisor__content-text {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1.6;
  color: #292929;
}
@media screen and (min-width: 768px) {
  .advisor__content-text {
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}

.advisor__message {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .advisor__message {
    margin-top: 1.5rem;
  }
}

.advisor__message-label {
  background: -webkit-gradient(linear, left top, right top, from(#053354), color-stop(76%, #0c62c2));
  background: linear-gradient(90deg, #053354 0%, #0c62c2 76%);
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .advisor__message-label {
    font-size: 1.125rem;
  }
}

.advisor__message-box {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#053354), color-stop(76%, #0c62c2));
  background: linear-gradient(90deg, #053354 0%, #0c62c2 76%);
  padding: 22px 23px;
  padding: 1.375rem 1.4375rem;
}
@media screen and (min-width: 768px) {
  .advisor__message-box {
    padding: 1.5rem 1.3125rem;
  }
}

.advisor__item:nth-child(2) .advisor__message-box {
  padding-inline: 16px;
  padding-inline: 1rem;
}
@media screen and (min-width: 768px) {
  .advisor__item:nth-child(2) .advisor__message-box {
    padding-inline: 1.25rem 0.625rem;
  }
}

.advisor__message-text {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  line-height: 1.6;
  color: #292929;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .advisor__message-text {
    font-size: 1rem;
    letter-spacing: 0.01em;
  }
}

.advisor__message-box::before {
  content: "";
  position: absolute;
  left: 3px;
  left: 0.1875rem;
  top: 0;
  background-color: #fff;
  height: 98%;
  width: 98%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .advisor__message-box::before {
    width: 99%;
  }
}

.company {
  background-color: #f1efec;
}

.company__inner {
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (min-width: 768px) {
  .company__inner {
    padding-block: 5rem 5.375rem;
  }
}

.company__inner.inner {
  max-width: 1198px;
  padding-inline: 16px;
}
@media screen and (min-width: 768px) {
  .company__inner.inner {
    padding-inline: 25px;
  }
}

.company__title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#053354), color-stop(76%, #0c62c2));
  background: linear-gradient(90deg, #053354 0%, #0c62c2 76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (min-width: 768px) {
  .company__title {
    font-size: 2.6875rem;
  }
}

.company__logo-box {
  width: 100%;
  background-color: #fff;
  border-radius: 0.9375rem;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  position: relative;
  border: 3px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .2)), color-stop(91%, rgb(255, 255, 255))) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to bottom, rgba(255, 255, 255, .2) 0%, rgb(255, 255, 255) 91%) border-box;
}
@media screen and (min-width: 768px) {
  .company__logo-box {
    padding: 3.25rem 1.875rem;
    margin-top: 1.875rem;
  }
}

.company__logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .company__logo-list {
    gap: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .company__logo-item:nth-child(2) {
    width: 245px;
  }
}

@media screen and (min-width: 768px) {
  .company__logo-item:nth-child(3) {
    width: 238px;
  }
}

@media screen and (min-width: 768px) {
  .company__logo-item:nth-child(4) {
    width: 229px;
  }
}

@media screen and (min-width: 768px) {
  .company__logo-item:nth-child(5) {
    width: 100px;
  }
}

@media screen and (min-width: 768px) {
  .company__logo-item:nth-child(6) {
    width: 226px;
  }
}

@media screen and (min-width: 768px) {
  .company__logo-item:nth-child(7) {
    width: 200px;
  }
}

.job {
  background-color: #f1efec;
  border-radius: 3rem 0 0 0;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .job {
    border-radius: 7rem 0 0 0;
    overflow-x: clip;
  }
}

.job__inner {
  padding-block: 29px 69px;
  padding-block: 1.8125rem 4.3125rem;
}
@media screen and (min-width: 768px) {
  .job__inner {
    padding-block: 6.125rem 10rem;
  }
}

.job__title {
  font-size: 34px;
  font-size: 2.125rem;
}
@media screen and (min-width: 768px) {
  .job__title {
    font-size: 3.375rem;
  }
}

.job__lead {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 4px;
  margin-top: 0.25rem;
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .job__lead {
    font-size: 1.5rem;
    margin-top: 0.9375rem;
  }
}

.job__list {
  margin-top: 28px;
  margin-top: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  position: relative;
  max-width: 346px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .job__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.5rem;
    margin-top: 5.5rem;
    margin-inline: calc(50% - 63vw);
    max-width: none;
  }
}

.job__card {
  background: #fff;
  border: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, #053354 0%, #0c62c2 76%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#053354), color-stop(76%, #0c62c2)) 1;
     border-image: linear-gradient(90deg, #053354 0%, #0c62c2 76%) 1;
  padding: 27px 21px 18px;
  padding: 1.6875rem 1.3125rem 1.125rem;
  min-height: 310px;
  min-height: 19.375rem;
  width: 342px;
  width: 21.375rem;
}
@media screen and (min-width: 768px) {
  .job__card {
    padding: 2.6875rem 1.875rem 2.6875rem;
    min-height: 32.8125rem;
    width: auto;
    height: inherit;
  }
}
@media screen and (max-width: 374px) {
  .job__card {
    width: 100%;
  }
}

.job__card-title {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .job__card-title {
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
  }
}

.job__card-detail {
  margin-top: 16px;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .job__card-detail {
    margin-top: 1.6875rem;
    gap: 0.625rem;
  }
}

.job__card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .job__card-row {
    gap: 1.875rem;
  }
}

.job__card-label {
  background: -webkit-gradient(linear, left top, right top, from(#053354), color-stop(76%, #0c62c2));
  background: linear-gradient(90deg, #053354 0%, #0c62c2 76%);
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: 8px 3px;
  padding: 0.5rem 0.1875rem;
  width: 86px;
  width: 5.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .job__card-label {
    font-size: 1.25rem;
    width: 9.125rem;
    padding: 0.8125rem 0.1875rem;
  }
}

.job__card-value {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .job__card-value {
    font-size: 1.25rem;
  }
}

.flow {
  position: relative;
  background-color: #f7f7f7;
  overflow: hidden;
}

.flow__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  height: 164px;
  height: 10.25rem;
}
@media screen and (min-width: 768px) {
  .flow__bg {
    height: 21.375rem;
  }
}
.flow__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.4;
}
.flow__bg::after {
  mix-blend-mode: overlay;
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/common/fil_bg-flow.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.flow__inner {
  position: relative;
  z-index: 1;
  padding-block: 47px 50px;
  padding-block: 2.9375rem 3.125rem;
}
@media screen and (min-width: 768px) {
  .flow__inner {
    padding-block: 5rem 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .flow__inner.inner {
    max-width: 1136px;
  }
}

.flow__title {
  text-align: center;
  font-size: 34px;
  font-size: 2.125rem;
}
@media screen and (min-width: 768px) {
  .flow__title {
    font-size: 3.375rem;
  }
}

.flow__steps {
  margin-top: 38px;
  margin-top: 2.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  gap: 0.1875rem;
  width: 58%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .flow__steps {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
    margin-top: 4.875rem;
  }
}

.flow__step {
  background: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 282px;
  min-height: 17.625rem;
  -webkit-box-shadow: 4px 4px 17px 0px rgba(0, 0, 0, .1);
          box-shadow: 4px 4px 17px 0px rgba(0, 0, 0, .1);
}
@media screen and (min-width: 768px) {
  .flow__step {
    width: 12.5rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 0;
  }
}

.flow__step-heading {
  width: 100%;
  background: #292929;
  text-align: center;
  padding: 13px 16px;
  padding: 0.8125rem 1rem;
}
@media screen and (min-width: 768px) {
  .flow__step-heading {
    padding: 0.5rem 1rem 0.625rem;
  }
}
.flow__step-heading span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #F1CB68;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .flow__step-heading span {
    font-size: 1.3125rem;
  }
}

.flow__step-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 16px;
  padding: 1.25rem 1rem;
  gap: 13px;
  gap: 0.8125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .flow__step-body {
    padding: 1.75rem 1rem 1.125rem;
    gap: 0;
  }
}

.flow__step-icon {
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
}
@media screen and (min-width: 768px) {
  .flow__step-icon {
    width: 34%;
  }
}
.flow__step-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 768px) {
  .flow__step-icon.small {
    width: 38%;
  }
}

.flow__step-label {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #0C62C2;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .flow__step-label {
    font-size: 1.125rem;
  }
}

.flow__step-text {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #292929;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .flow__step-text {
    font-size: 0.875rem;
    margin-top: 0.875rem;
  }
}

.flow__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .flow__arrow {
    width: 1.25rem;
    height: auto;
    -webkit-transform: none;
            transform: none;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.flow__arrow img {
  width: 100%;
  height: auto;
  display: block;
}

.faq {
  background-color: #fff;
}

.faq__inner {
  padding-block: 50px;
  padding-block: 3.125rem;
}
@media screen and (min-width: 768px) {
  .faq__inner {
    max-width: 1136px;
    padding-block: 4.375rem 8.125rem;
  }
}

.faq__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.5;
  background: -webkit-gradient(linear, left top, right top, from(#053354), color-stop(76%, #0c62c2));
  background: linear-gradient(90deg, #053354 0%, #0c62c2 76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (min-width: 768px) {
  .faq__title {
    font-size: 3.25rem;
  }
}

.faq-list {
  margin-top: 32px;
  margin-top: 2rem;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .faq-list {
    gap: 1.9375rem;
    margin-top: 3rem;
  }
}

.faq-list__item-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  padding: 16px 25px;
  padding: 1rem 1.5625rem;
  padding-right: 53px;
  padding-right: 3.3125rem;
  background: -webkit-gradient(linear, left top, right top, from(#053354), color-stop(76%, #0c62c2));
  background: linear-gradient(90deg, #053354 0%, #0c62c2 76%);
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.6;
  cursor: pointer;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .faq-list__item-question {
    padding: 2.6875rem 2.875rem;
    padding-right: 8.375rem;
    font-size: 1.3125rem;
    line-height: 1.21;
  }
}
.faq-list__item-question span {
  font-family: "Inter", "Hiragino Sans", "Noto Sans JP", sans-serif, sans-serif;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.faq-list__item-question::after {
  content: "";
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../images/common/icon_arrow-down.svg) no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
  right: 14px;
  right: 0.875rem;
}
@media screen and (min-width: 768px) {
  .faq-list__item-question::after {
    width: 2.5rem;
    height: 2.5rem;
    right: 3.3125rem;
    right: 4.5rem;
  }
}

.is-open.faq-list__item-question::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-list__item-answer {
  display: none;
  padding: 20px 25px;
  padding: 1.25rem 1.5625rem;
  background-color: #f5f5f5;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #292929;
}
@media screen and (min-width: 768px) {
  .faq-list__item-answer {
    padding: 1.875rem 2.375rem;
    font-size: 1.3125rem;
  }
}

.faq-list__item.is-open .faq-list__item-answer {
  display: block;
}
/*# sourceMappingURL=styles.css.map */
