@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 10px;
  color: #000;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 68px;
  }
}

main {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 68px;
  }
}

.image {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--100 {
  height: 100%;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.image--fit {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-inline: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1271px) {
  .image--mv {
    -o-object-position: 60% 50%;
       object-position: 60% 50%;
  }
}
@media screen and (max-width: 767px) {
  .image--mv {
    -o-object-position: center;
       object-position: center;
  }
}

.header {
  position: fixed;
  z-index: 11;
  width: 100%;
  height: 100px;
  background-color: #fff;
  padding-inline: 15px;
}
@media screen and (max-width: 1271px) {
  .header {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 68px;
    padding-inline: 5%;
  }
}
.header.active {
  -webkit-filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.04));
          filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.04));
}
.header__container {
  position: relative;
  width: 100%;
  max-width: 1860px;
  height: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.header__logo {
  width: 484px;
  aspect-ratio: 484/46;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1480px) {
  .header__logo {
    width: 339px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 260px;
  }
}
@media screen and (min-width: 768px) {
  .header__logo:hover {
    opacity: 0.5;
  }
}
.header__list {
  position: relative;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1480px) {
  .header__list {
    left: 0;
  }
}
@media screen and (max-width: 1271px) {
  .header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.header__list-item {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1271px) {
  .header__list-item {
    position: relative;
    font-size: 2.4rem;
    padding: 16px;
    border-bottom: 1px solid #ddd;
  }
}
@media screen and (max-width: 767px) {
  .header__list-item {
    font-size: 18px;
  }
}
@media screen and (max-width: 1271px) {
  .header__list-item::before {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 22px;
    aspect-ratio: 1/1;
    background: url("../images/icons/arrow-right-circle.svg") no-repeat center/100% 100%;
  }
}
@media screen and (max-width: 1271px) and (max-width: 767px) {
  .header__list-item::before {
    width: 16px;
  }
}
@media screen and (min-width: 768px) {
  .header__list-item:hover {
    opacity: 0.5;
  }
}
.header__inquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media screen and (max-width: 1480px) {
  .header__inquiry {
    gap: 20px;
  }
}
@media screen and (max-width: 1271px) {
  .header__inquiry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 60px;
  }
}
.header__contact {
  position: relative;
  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;
}
@media screen and (max-width: 1271px) {
  .header__contact {
    width: 100%;
    padding: 8px;
    border-radius: 10px;
    border: 2px solid #094;
  }
}
.header__contact::before {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 72px;
  background-color: #ddd;
}
@media screen and (max-width: 1480px) {
  .header__contact::before {
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .header__contact::before {
    display: none;
  }
}
.header__contact-title {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5714285714em;
  color: #fff;
  padding: 3px 20px 2px;
  border-radius: 4px;
  background-color: #094;
}
@media screen and (max-width: 900px) {
  .header__contact-title {
    font-size: 1rem;
    padding-inline: 18px;
  }
}
.header__contact-num {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6em;
  color: #111;
  margin-top: -5px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  pointer-events: none;
}
@media screen and (max-width: 1271px) {
  .header__contact-num {
    pointer-events: auto;
  }
}
@media screen and (max-width: 900px) {
  .header__contact-num {
    font-size: 2rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .header__contact-num {
    font-size: 22px;
    letter-spacing: 0.02em;
    color: #094;
  }
}
.header__contact-num::before {
  content: "";
  display: inline-block;
  width: 15.29px;
  aspect-ratio: 15.29/19.25;
  background: url("../images/icons/tel.svg") no-repeat center/100% 100%;
  margin-right: 4px;
}
@media screen and (max-width: 900px) {
  .header__contact-num::before {
    width: 12px;
  }
}
@media screen and (max-width: 767px) {
  .header__contact-num::before {
    vertical-align: sub;
    width: 19px;
    margin-right: 12px;
  }
}
@media screen and (min-width: 768px) {
  .header__contact-num:hover {
    opacity: 0.5;
  }
}
.header__contact-detail {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5714285714em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: -9px;
}
@media screen and (max-width: 767px) {
  .header__contact-detail {
    font-size: 14px;
    margin-top: -5px;
  }
}
.header__consult-btn {
  width: 260px;
  height: 72px;
  border-radius: 10px;
  background-color: #f35900;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  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 (max-width: 1480px) {
  .header__consult-btn {
    width: 200px;
  }
}
@media screen and (max-width: 1271px) {
  .header__consult-btn {
    width: 100%;
    height: 72px;
  }
}
@media screen and (min-width: 768px) {
  .header__consult-btn:hover {
    opacity: 0.5;
  }
}
.header__consult-btn-txt {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (max-width: 1480px) {
  .header__consult-btn-txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .header__consult-btn-txt {
    position: relative;
    display: block;
    font-size: 22px;
    padding-left: 42px;
  }
}
.header__consult-btn-txt::before {
  content: "";
  display: inline-block;
  vertical-align: sub;
  width: 32px;
  aspect-ratio: 32/24;
  background: url("../images/icons/envelope.svg") no-repeat center/100% 100%;
  margin-right: 10px;
}
@media screen and (max-width: 1480px) {
  .header__consult-btn-txt::before {
    width: 26px;
  }
}
@media screen and (max-width: 767px) {
  .header__consult-btn-txt::before {
    width: 32px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-right: 0;
  }
}
.header__hamburger {
  cursor: pointer;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  background-color: #094;
  padding: 15px 14px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .header__hamburger {
    width: 48px;
    gap: 4px;
  }
}
.header__hamburger.active .header__hamburger-line:nth-child(1)::before {
  width: 0;
}
.header__hamburger.active .header__hamburger-line:nth-child(2) {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.header__hamburger.active .header__hamburger-line:nth-child(2)::before {
  width: 100%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.header__hamburger.active .header__hamburger-line:nth-child(3)::before {
  width: 0;
}
.header__hamburger-line {
  display: block;
  position: relative;
  width: 100%;
  height: 4px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .header__hamburger-line {
    height: 3px;
  }
}
.header__hamburger-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header__hamburger-line:nth-child(2) {
  background-color: #fff;
}
.header__hamburger-line:nth-child(2)::before {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
}
.header__hamburger-line:nth-child(3)::before {
  left: unset;
  right: 0;
}
.header__sp-menu {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px 5%;
  background-color: #f9fcf4;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .header__sp-menu {
    height: calc(100% - 136px);
  }
}
.header__sp-menu.active {
  top: 100px;
  max-height: 100%;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .header__sp-menu.active {
    top: 67px;
  }
}

.footer {
  position: relative;
  width: 100%;
  background: url("../images/footer/footer-bg.webp") no-repeat center/cover;
  padding-inline: 15px;
}
@media screen and (max-width: 767px) {
  .footer {
    background-image: url("../images/footer/footer-bg-sp.webp");
    padding-inline: 5%;
  }
}
.footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.88);
}
.footer__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1800px;
  margin-inline: auto;
  padding-block: 70px 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer__container {
    padding-bottom: 100px;
  }
}
.footer__title {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  margin-top: 27px;
}
.footer__list-item {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6111111111em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .footer__list-item:hover {
    opacity: 0.5;
  }
}
.footer__info {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.875em;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .footer__info {
    margin-top: 21px;
    font-size: 15px;
  }
}
.footer__info-text {
  display: block;
}
.footer__info-text--margin-r {
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 375px) {
  .footer__info-text--margin-r {
    display: block;
    margin-right: 0;
  }
}
.footer__info-title {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
}
.footer__copyright {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  border-top: 1px solid #fff;
  padding-top: 30px;
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: 50px;
  }
}
.footer__backtotop {
  position: fixed;
  right: 20px;
  bottom: -80px;
  z-index: 9;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #8fc31f;
  padding-top: 2px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  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 (max-width: 767px) {
  .footer__backtotop {
    right: 5%;
  }
}
@media screen and (min-width: 768px) {
  .footer__backtotop:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.footer__backtotop.show {
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer__backtotop.show {
    bottom: 90px;
  }
}
.footer__backtotop-text {
  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;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.footer__backtotop-text::before {
  content: "";
  display: block;
  width: 19px;
  aspect-ratio: 19/11;
  background: url("../images/icons/arrow-left-no-bg.svg") no-repeat center/100% 100%;
}

.stickylink {
  position: fixed;
  z-index: 11;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  background-color: #f9fcf4;
}
.stickylink__box {
  width: 50%;
  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;
}
.stickylink__box--orange {
  background-color: #f35900;
}
.stickylink__number {
  position: relative;
  padding-left: 23px;
  font-size: 20px;
  font-weight: 700;
  color: #094;
}
@media screen and (max-width: 767px) {
  .stickylink__number {
    font-size: 18px;
  }
}
.stickylink__number::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  aspect-ratio: 15/19;
  background: url("../images/icons/tel.svg") no-repeat center/100% 100%;
}
.stickylink__time {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #111;
  margin-top: -7px;
}
@media screen and (max-width: 767px) {
  .stickylink__time {
    font-size: 13px;
  }
}
.stickylink__email {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.stickylink__email::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  aspect-ratio: 18/14;
  background: url("../images/icons/envelope.svg") no-repeat center/100% 100%;
}

.breadcrumbs {
  position: relative;
  margin-top: -17px;
}
.breadcrumbs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
  padding: 32px 40px 45px !important;
}
@media screen and (max-width: 767px) {
  .breadcrumbs__content {
    padding: 15px 5% !important;
  }
}
.breadcrumbs__list {
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3px 20px;
    padding: 8px 0;
    max-height: initial;
  }
}
.breadcrumbs__item {
  font-size: 1.4rem;
  font-weight: 500;
  color: #595959;
  line-height: 2.4285714286em;
  letter-spacing: 0.02em;
  position: relative;
}
.breadcrumbs__item--home {
  color: #094;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .breadcrumbs__item--link:hover, .breadcrumbs__item--home:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
.breadcrumbs__item--link::before, .breadcrumbs__item--home::before {
  content: "/";
  position: absolute;
  right: -21px;
  width: 7px;
  height: 9px;
  font-size: 1.6rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .breadcrumbs__item--link::before, .breadcrumbs__item--home::before {
    right: -13px;
    width: 5px;
    height: 7px;
  }
}
.breadcrumbs__cover {
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1200px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .breadcrumbs__cover {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs__cover {
    margin: 0;
  }
}

.title {
  font-size: 3.6rem;
  letter-spacing: 0.02em;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .title {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 32px;
  }
}
.title--mb-50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .title--mb-50 {
    margin-bottom: 30px;
  }
}
.title--mb-56 {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .title--mb-56 {
    margin-bottom: 20px;
  }
}

.title-heading {
  position: relative;
  font-size: 3.4rem;
  letter-spacing: 0.02em;
  padding-left: 26px;
}
@media screen and (max-width: 767px) {
  .title-heading {
    font-size: 28px;
    padding-left: 16px;
  }
}
.title-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 4px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #094), color-stop(50%, #8fc31f));
  background: linear-gradient(to bottom, #094 50%, #8fc31f 50%);
}
@media screen and (max-width: 767px) {
  .title-heading::before {
    top: 8px;
    height: 28px;
  }
}

.underline {
  display: inline-block;
  text-decoration: underline;
  text-decoration-thickness: 5px;
  text-underline-offset: 9px;
}
@media screen and (max-width: 767px) {
  .underline {
    text-decoration-thickness: 4px;
    text-underline-offset: 7px;
  }
}
.underline--red {
  text-decoration-color: #eb3f3f;
}
.underline--gold {
  text-decoration-color: #e8a200;
}
.underline--primary {
  text-decoration-color: #094;
}
.underline--lightgreen {
  text-decoration-color: #8fc31f;
}

.overflow {
  overflow: hidden;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.pc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .pc-flex {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.sp-flex {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.tablet-pc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1271px) {
  .tablet-pc-flex {
    display: none;
  }
}

.tablet-sp-flex {
  display: none;
}
@media screen and (max-width: 1271px) {
  .tablet-sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.tablet-sp-block {
  display: none;
}
@media screen and (max-width: 1271px) {
  .tablet-sp-block {
    display: block;
  }
}

.color-secondary {
  color: #f35900;
}

.inline {
  white-space: nowrap;
}

.page-banner {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.page-banner__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  overflow: hidden;
}
.page-banner__img-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f9fcf4;
}
.page-banner__img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: -25rem -185px;
     object-position: -25rem -185px;
  width: 100%;
  min-width: 1920px;
  height: 400px;
  mix-blend-mode: luminosity;
  overflow: hidden;
}
@media screen and (min-width: 1919px) {
  .page-banner__img {
    -o-object-position: 10rem -185px;
       object-position: 10rem -185px;
  }
}
@media screen and (max-width: 767px) {
  .page-banner__img {
    height: 200px;
    -o-object-position: -70rem -185px;
       object-position: -70rem -185px;
  }
}
.page-banner__wrap {
  position: absolute;
  width: 100%;
  padding-inline: 40px;
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1200px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px 40px 45px !important;
  max-width: calc(1500px + 8%) !important;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-banner__wrap {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-banner__wrap {
    padding: 0 5% !important;
  }
}
.page-banner__border {
  margin-top: 10px;
  position: relative;
  width: 20px;
  background-color: #094;
  height: 4px;
}
@media screen and (max-width: 767px) {
  .page-banner__border {
    width: 15px;
  }
}
.page-banner__border::before {
  content: "";
  position: absolute;
  left: 20px;
  height: 4px;
  width: 20px;
  z-index: 1;
  background-color: #8fc31f;
}
@media screen and (max-width: 767px) {
  .page-banner__border::before {
    width: 15px;
    left: 15px;
  }
}
.page-banner__title-jap {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.02em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-banner__title-jap {
    font-size: 30px;
  }
}

.qa__section {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .qa__section {
    padding-bottom: 140px;
  }
}
.qa__container {
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1200px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: calc(1280px + 8%);
}
@media screen and (max-width: 767px) {
  .qa__container {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .qa__container {
    max-width: 100%;
  }
}
.qa__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: 28px;
}
@media screen and (max-width: 767px) {
  .qa__list {
    gap: 25px;
  }
}
.qa__item {
  background: #f9fcf4;
  padding: 30px 30px 40px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .qa__item {
    padding-inline: 20px;
  }
}
.qa__heading {
  color: #094;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .qa__heading {
    font-size: 20px;
    margin-bottom: 20px;
    gap: 20px;
  }
}
.qa__heading::before {
  content: "Q";
  color: #fff;
  background: #094;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -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;
}
.qa__item-content {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6875em;
  padding-left: 70px;
}
@media screen and (max-width: 767px) {
  .qa__item-content {
    font-size: 14px;
    padding-left: 0;
  }
}
