@charset "UTF-8";
/* ==============================================================================
# メディアクエリのmixin
============================================================================== */
/* ==============================================================================
# メディアクエリのmixin
============================================================================== */
@media screen and (max-width: 767px) {
  .is-sp-up {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .is-mb-up {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .is-mb {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .only-mb {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .only-mb {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .only-mb {
    display: none !important;
  }
}

@media screen and (max-width: 1350px) {
  .is-lg-header-up {
    display: none !important;
  }
}

@media screen and (min-width: 1351px) {
  .is-lg-header-down {
    display: none !important;
  }
}

@media screen and (max-width: 1000px) {
  .is-1000-up {
    display: none !important;
  }
}

@media screen and (min-width: 1001px) {
  .is-1000-down {
    display: none !important;
  }
}

/* ==============================================================================
# mobileFont
============================================================================== */
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
  color: #222;
}

@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 90px;
  }
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a,
span {
  color: inherit;
}

/* ==============================================================================
# 色の定義
============================================================================== */
/* ==============================================================================
# font-familyの定義
============================================================================== */
body {
  /* Noto Sans JP を最優先。無ければ Yu 系などへフォールバック */
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-synthesis-weight: none;
}

.NotoSansJP {
  font-family: "Noto Sans JP", sans-serif;
}

.ShipporiMinchoB1 {
  font-family: "Shippori Mincho B1", serif;
}

/* ==============================================================================
# Inner
============================================================================== */
.inner {
  max-width: 1000px;
  padding: 0 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 16px;
  }
}

/* ==============================================================================
# utility
============================================================================== */
.title__left {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: rgba(255, 255, 255, 0.73);
}

.title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.6;
}

.title strong {
  color: #a60019;
}

.text {
  font-size: 17px;
  letter-spacing: 0.01em;
}

.header {
  height: 50px;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 0 0 0 20px;
  }
}

.header .inner {
  max-width: 1240px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .header .inner {
    padding-right: 0;
  }
}

.header .header__logo {
  max-width: 250px;
}

@media screen and (max-width: 768px) {
  .header .header__logo {
    max-width: 200px;
  }
}

.header .header__btn {
  max-width: 182px;
}

/* ==================================
# footer
================================== */
.footer {
  font-size: 12px;
}

.footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: inherit;
      align-content: inherit;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 8px;
}

/* ==================================
# contact
================================== */
.contact {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}

.contact__title {
  padding: 5px 0;
  background: var(--corporate, linear-gradient(90deg, #009a5b 0%, #048566 50%, #0c6573 100%));
  font-family: "Shippori Mincho B1", serif;
  -webkit-font-feature-settings: "palt" on, "liga" off;
          font-feature-settings: "palt" on, "liga" off;
  -webkit-font-kerning: none;
          font-kerning: none;
  color: #f8f4ed;
  font-size: 46px;
  font-weight: 700;
  text-align: center;
}

.contact__title strong {
  color: #fd0;
}

@media screen and (max-width: 768px) {
  .contact__title {
    font-size: calc(22 / 390 * 100vw);
    padding: 10px 0;
  }
}

.contactForm__form {
  padding: 10px 20px 20px;
}

.contactForm__items {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .contactForm__items {
    gap: 20px;
  }
}

.contactForm__item {
  display: -ms-grid;
  display: grid;
  gap: 5px;
}

.contactForm__item label {
  -webkit-font-feature-settings: "palt" on, "liga" off;
          font-feature-settings: "palt" on, "liga" off;
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  .contactForm__item label {
    font-size: 18px;
  }
}

.contactForm__item label.required::after {
  content: "※必須項目";
  color: #c91f1f;
  font-size: 10px;
  font-weight: 500;
}

.contactForm__item input,
.contactForm__item select {
  width: 100%;
  height: 50px;
  -webkit-font-feature-settings: "palt" on, "liga" off;
          font-feature-settings: "palt" on, "liga" off;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #478f74;
  background: #f8f4ed;
}

@media screen and (max-width: 768px) {
  .contactForm__item input,
  .contactForm__item select {
    font-size: 18px;
    padding: 12px 14px;
  }
}

.contactForm__item input::-webkit-input-placeholder,
.contactForm__item select::-webkit-input-placeholder {
  color: #ababab;
}

.contactForm__item input:-ms-input-placeholder,
.contactForm__item select:-ms-input-placeholder {
  color: #ababab;
}

.contactForm__item input::-ms-input-placeholder,
.contactForm__item select::-ms-input-placeholder {
  color: #ababab;
}

.contactForm__item input::placeholder,
.contactForm__item select::placeholder {
  color: #ababab;
}

.contactForm__item input[name="postal_code"] {
  width: 200px;
}

.contactForm__item select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%226%22%20viewBox%3D%220%200%2011%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%200.5L5.5%205.5L0.5%200.5%22%20stroke%3D%22%23222222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 40px;
  cursor: pointer;
}

.contactForm__item select.is-placeholder, .contactForm__item select:invalid {
  color: #ababab !important;
}

.contactForm__item select option {
  color: #000;
}

.contactForm__item select option[value=""] {
  color: #ababab;
}

.contactForm__item--name .contactForm__col {
  gap: 20px;
}

.contactForm__item--name .contactForm__colItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.contactForm__item--name .contactForm__colItem label {
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .contactForm__item--tel .contactForm__col, .contactForm__item--twoCol .contactForm__col {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .contactForm__item--twoColSp .contactForm__col {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

.contactForm__inputWithUnit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contactForm__inputWithUnit input {
  padding-right: 60px;
}

.contactForm__selectWithUnit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contactForm__selectWithUnit select {
  padding-right: 70px;
}

.contactForm__unit {
  position: absolute;
  right: 30px;
  -webkit-font-feature-settings: "palt" on, "liga" off;
          font-feature-settings: "palt" on, "liga" off;
  font-size: 20px;
  pointer-events: none;
}

.contactForm__col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .contactForm__col {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.contactForm__colItem {
  display: -ms-grid;
  display: grid;
  gap: 5px;
}

.contactForm__submit {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .contactForm__submit {
    max-width: 300px;
  }
}

.contactForm__submit button {
  cursor: pointer;
  background: #fff;
}

/* ==================================
# contact--fv
================================== */
.fv .contact__title {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .fv .contact__title {
    font-size: calc(22 / 390 * 100vw);
  }
}

.fv .contactForm__items {
  gap: 5px;
}

.fv .contactForm__item--tel .contactForm__col,
.fv .contactForm__item--twoCol .contactForm__col {
  gap: 5px;
}

.fv .contactForm__item label,
.fv .contactForm__item input,
.fv .contactForm__item select {
  font-size: 14px;
}

.fv .contactForm__item input,
.fv .contactForm__item select {
  height: 40px;
}

.fv .contactForm__item select {
  padding-right: 40px;
}

.fv .contactForm__item select.is-placeholder, .fv .contactForm__item select:invalid {
  color: #ababab !important;
}

.fv .contactForm__item .contactForm__selectWithUnit select {
  padding-right: 50px;
}

.fv .contactForm__item .contactForm__selectWithUnit .contactForm__unit {
  font-size: 14px;
}

.cta-form {
  overflow: hidden;
  position: relative;
  background: #f7f8fc;
}

.cta-form .inner {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.cta-form .cta-form__bg-img {
  position: absolute;
  width: 522px;
  top: -33px;
  left: calc(8%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .cta-form .cta-form__bg-img {
    left: 25%;
    width: calc(264 / 390 * 100vw);
  }
}

.cta-form .cta-form__title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  gap: 30px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .cta-form .cta-form__title {
    font-size: calc(34 / 390 * 100vw);
    line-height: 1.3;
    padding: 0 35px;
  }
}

.cta-form .cta-form__title::before, .cta-form .cta-form__title::after {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 10px);
  background: #222;
  top: 50%;
}

.cta-form .cta-form__title::before {
  -webkit-transform: translateY(-50%) rotate(-18deg);
          transform: translateY(-50%) rotate(-18deg);
  left: 10px;
}

@media screen and (max-width: 768px) {
  .cta-form .cta-form__title::before {
    -webkit-transform: translateY(-50%) rotate(-6deg);
            transform: translateY(-50%) rotate(-6deg);
  }
}

.cta-form .cta-form__title::after {
  -webkit-transform: translateY(-50%) rotate(18deg);
          transform: translateY(-50%) rotate(18deg);
  right: 10px;
}

@media screen and (max-width: 768px) {
  .cta-form .cta-form__title::after {
    -webkit-transform: translateY(-50%) rotate(6deg);
            transform: translateY(-50%) rotate(6deg);
  }
}

.cta-form .cta-form__tel-btn {
  display: block;
  max-width: 760px;
  width: 100%;
  margin: 0 auto 40px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .cta-form .cta-form__tel-btn {
    margin-bottom: 20px;
  }
}

.bottom-cta {
  margin-top: -5vw;
}

@media screen and (max-width: 768px) {
  .bottom-cta {
    margin-top: -10vw;
  }
}

.bottom-cta .cta-form {
  padding-top: 5vw;
}

.bottom-cta .cta-form .inner {
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .bottom-cta .cta-form .inner {
    padding-top: 80px;
  }
}

.bottom-cta .cta-form .cta-form__bg-img {
  top: -80px;
}

@media screen and (max-width: 768px) {
  .bottom-cta .cta-form .cta-form__bg-img {
    top: 20px;
  }
}

.fv {
  background: center/cover no-repeat url("../img/fv_bg.webp");
  position: relative;
  padding: 10px 0 13px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .fv {
    background: none;
    padding: 0 0 20px;
  }
}

.fv .inner {
  max-width: 1200px;
  padding-left: 54px;
  padding-right: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 400px;
      grid-template-columns: 1fr 400px;
  gap: 46px;
}

@media screen and (max-width: 768px) {
  .fv .inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 10px;
    padding: 0;
  }
}

.fv .fv__left {
  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;
  position: relative;
}

.fv .fv__content-img {
  max-width: 634px;
  display: block;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .fv .fv__content-img {
    max-width: 100%;
  }
}

.fv .fv__bg-circle {
  position: absolute;
  max-width: clamp(0px, calc(682 / 1270 * 100vw), 682px);
  top: -30px;
  right: -40%;
}

.fv .fv__tel-btn {
  display: block;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .fv .fv__tel-btn {
    margin: -59% 16px 0;
  }
}

.fv .fv__contact {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .fv .fv__contact {
    padding: 0 16px;
  }
}

.about {
  background: center/cover no-repeat url("../img/about_bg.webp");
  padding: 56px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .about {
    padding: 40px 0;
  }
}

.about .about__logo {
  width: 442px;
}

@media screen and (max-width: 768px) {
  .about .about__logo {
    width: calc(303 / 390 * 100vw);
  }
}

.about .about__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  -webkit-font-kerning: none;
          font-kerning: none;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-shadow: 0 0 4px #fff;
  font-family: "Shippori Mincho B1";
  font-weight: 600;
  line-height: 180%;
  gap: 0 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .about .about__title {
    font-size: calc(30 / 390 * 100vw);
  }
}

.about .about__title strong {
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  .about .about__title strong {
    font-size: calc(36 / 390 * 100vw);
  }
}

.about .about__title span {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about .about__text {
  font-size: 20px;
  text-shadow: 0 0 4px #fff;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .about .about__text {
    text-align: left;
    font-size: calc(20 / 390 * 100vw);
  }
}

.exorcist {
  background: top right/cover no-repeat url("../img/exorcist_bg.webp");
  padding: 60px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .exorcist {
    background: #eee1be;
    padding-bottom: 0;
  }
}

.exorcist .exorcist__ex {
  position: absolute;
  width: calc(210 / 1040 * 100vw);
  max-width: 210px;
  top: 50px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  right: 41.5%;
}

.exorcist .exorcist__vec-top {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(356 / 390 * 100vw);
}

.exorcist .exorcist__vec-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(272 / 390 * 100vw);
}

.exorcist .inner {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .exorcist .inner {
    padding-bottom: 30px;
  }
}

.exorcist .exorcist__name {
  font-weight: bold;
  margin-bottom: 25px;
}

.exorcist .exorcist__name span {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .exorcist .exorcist__name span {
    font-size: calc(16 / 390 * 100vw);
  }
}

.exorcist .exorcist__name strong {
  font-size: 32px;
  font-family: "Shippori Mincho B1";
}

@media screen and (max-width: 768px) {
  .exorcist .exorcist__name strong {
    font-size: calc(32 / 390 * 100vw);
  }
}

.exorcist .exorcist__title {
  -webkit-font-kerning: none;
          font-kerning: none;
  -webkit-font-feature-settings: "palt" on, "liga" off;
          font-feature-settings: "palt" on, "liga" off;
  font-family: "Shippori Mincho B1";
  font-size: 36px;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .exorcist .exorcist__title {
    font-size: calc(36 / 390 * 100vw);
    line-height: 160%;
  }
}

.exorcist .exorcist__text {
  color: var(--text, #222);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  .exorcist .exorcist__text {
    font-size: calc(20 / 390 * 100vw);
  }
}

.service-list {
  text-align: center;
  padding: 60px 0;
  background: center/cover no-repeat url("../img/service_list_bg.webp");
}

@media screen and (max-width: 768px) {
  .service-list {
    padding: 40px 0;
  }
}

.service-list .inner {
  padding: 0 6px;
}

.service-list .service-list__title {
  -webkit-font-kerning: none;
          font-kerning: none;
  -webkit-font-feature-settings: "palt" on, "liga" off;
          font-feature-settings: "palt" on, "liga" off;
  font-family: "Shippori Mincho B1";
  font-size: 36px;
  font-weight: 600;
  line-height: 180%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .service-list .service-list__title {
    font-size: calc(36 / 390 * 100vw);
    line-height: 140%;
  }
}

.service-list .service-list__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 87px;
  max-width: 774px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .service-list .service-list__items {
    gap: 9px;
  }
}

.service-list .service-list__text {
  font-family: "Shippori Mincho B1";
  font-size: 28px;
  font-weight: 600;
  margin-top: 13px;
}

@media screen and (max-width: 768px) {
  .service-list .service-list__text {
    font-size: calc(20 / 390 * 100vw);
  }
}

.trouble {
  padding: 65px 0 0;
  background: center/cover no-repeat url("../img/trouble_bg.webp");
}

.trouble .trouble__title {
  text-align: center;
  -webkit-font-kerning: none;
          font-kerning: none;
  -webkit-font-feature-settings: "palt" on, "liga" off;
          font-feature-settings: "palt" on, "liga" off;
  font-family: "Shippori Mincho B1";
  font-size: 36px;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .trouble .trouble__title {
    font-size: calc(34 / 390 * 100vw);
    letter-spacing: -0.07em;
  }
}

.trouble .trouble__title strong {
  color: #c91f1f;
}

.support {
  padding: 40px 0 70px;
  background: right center/cover no-repeat url("../img/support_bg.webp");
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .support {
    background: #f7f8fc;
    padding-bottom: 0;
  }
}

.support .support__home {
  position: absolute;
  width: 457px;
  top: calc(50% - 30px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -30px;
}

@media screen and (max-width: 768px) {
  .support .support__home {
    top: 0;
    -webkit-transform: none;
            transform: none;
    width: calc(230 / 390 * 100vw);
  }
}

.support .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .support .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.support .support__message {
  text-align: center;
  -webkit-font-kerning: none;
          font-kerning: none;
  -webkit-font-feature-settings: "palt" on, "liga" off;
          font-feature-settings: "palt" on, "liga" off;
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .support .support__message {
    font-size: calc(20 / 390 * 100vw);
    text-align: left;
  }
}

.support .support__assurance {
  -webkit-font-kerning: none;
          font-kerning: none;
  -webkit-font-feature-settings: "palt" on, "liga" off;
          font-feature-settings: "palt" on, "liga" off;
  font-family: "Shippori Mincho B1";
  font-size: 36px;
  font-weight: 600;
  line-height: 160%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .support .support__assurance {
    font-size: calc(28 / 390 * 100vw);
    line-height: 170%;
  }
}

.support .support__logo {
  width: 406px;
}

@media screen and (max-width: 768px) {
  .support .support__logo {
    width: calc(314 / 390 * 100vw);
  }
}

.support .support__bottom {
  display: block;
  margin-top: 20px;
}

.service {
  padding: 60px 0 0;
  background: center/cover no-repeat url("../img/service_bg.webp");
  position: relative;
}

@media screen and (max-width: 768px) {
  .service {
    padding-bottom: 0;
  }
}

.service .service__actually {
  display: block;
  margin: 0 auto 40px;
  max-width: 160px;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .service .service__actually {
    max-width: calc(150 / 390 * 100vw);
    margin-bottom: 30px;
  }
}

.service .service__title {
  -webkit-font-kerning: none;
          font-kerning: none;
  -webkit-font-feature-settings: "palt" on, "liga" off;
          font-feature-settings: "palt" on, "liga" off;
  font-family: "Shippori Mincho B1";
  font-size: 36px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.05em;
  margin-bottom: 32px;
  text-align: center;
}

.service .service__title strong {
  color: #c91f1f;
}

@media screen and (max-width: 768px) {
  .service .service__title {
    font-size: calc(36 / 390 * 100vw);
    line-height: 140%;
    margin-bottom: 16px;
    text-align: left;
  }
}

.service .service__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

@media screen and (max-width: 768px) {
  .service .service__steps {
    gap: 16px;
  }
}

.service .service__step {
  position: relative;
  background: #fff;
  padding: 24px 24px;
}

@media screen and (max-width: 768px) {
  .service .service__step {
    padding: 16px;
  }
}

.service .service__step-number {
  position: absolute;
  bottom: 0;
  right: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: multiply;
  z-index: 2;
}

.service .service__step:nth-child(1) .service__step-number {
  width: 72px;
  right: 32px;
}

@media screen and (max-width: 768px) {
  .service .service__step:nth-child(1) .service__step-number {
    width: calc(72 / 390 * 100vw);
    right: 13px;
  }
}

.service .service__step:nth-child(2) .service__step-number {
  width: 133px;
  right: 28.6px;
}

@media screen and (max-width: 768px) {
  .service .service__step:nth-child(2) .service__step-number {
    width: calc(133 / 390 * 100vw);
    right: 4px;
  }
}

.service .service__step:nth-child(3) .service__step-number {
  width: 129px;
  right: 27px;
}

@media screen and (max-width: 768px) {
  .service .service__step:nth-child(3) .service__step-number {
    width: calc(129 / 390 * 100vw);
    right: 7px;
  }
}

.service .service__step:nth-child(4) .service__step-number {
  width: 141px;
}

@media screen and (max-width: 768px) {
  .service .service__step:nth-child(4) .service__step-number {
    width: calc(141 / 390 * 100vw);
    right: 10px;
  }
}

.service .service__step-content {
  position: relative;
  z-index: 1;
}

.service .service__step-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.service .service__step-icon {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .service .service__step-icon {
    width: calc(40 / 390 * 100vw);
    height: calc(40 / 390 * 100vw);
  }
}

.service .service__step-title {
  color: var(--red, #c91f1f);
  font-family: "Shippori Mincho B1";
  font-size: 28px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .service .service__step-title {
    font-size: calc(28 / 390 * 100vw);
  }
}

.service .service__step-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  .service .service__step-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.service .service__step:nth-child(1) .service__step-list,
.service .service__step:nth-child(4) .service__step-list {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 768px) {
  .service .service__step:nth-child(1) .service__step-list,
  .service .service__step:nth-child(4) .service__step-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.service .service__step-subsection .service__step-list {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

.service .service__step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  font-size: 20px;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  .service .service__step-item {
    font-size: calc(20 / 390 * 100vw);
  }
}

.service .service__step-check {
  width: 30px;
  height: 30px;
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
  .service .service__step-check {
    width: calc(30 / 390 * 100vw);
    height: calc(30 / 390 * 100vw);
  }
}

.service .service__step-subsections {
  margin-top: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .service .service__step-subsections {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.service .service__step-subsection {
  padding: 16px;
  background: #efeff0;
  mix-blend-mode: multiply;
}

.service .service__step-subtitle {
  -webkit-font-kerning: none;
          font-kerning: none;
  -webkit-font-feature-settings: "palt" on, "liga" off;
          font-feature-settings: "palt" on, "liga" off;
  font-size: 24px;
  font-weight: 500;
  line-height: 180%;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .service .service__step-subtitle {
    font-size: calc(24 / 390 * 100vw);
    margin-bottom: 12px;
  }
}

.service .service__bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 260fr 705fr;
      grid-template-columns: 260fr 705fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .service .service__bottom {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 16px;
  }
}

.service .service__bottom .service__bottom-text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Shippori Mincho B1", serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 160%;
}

@media screen and (max-width: 768px) {
  .service .service__bottom .service__bottom-text {
    font-size: calc(25 / 390 * 100vw);
  }
}

.service .service__bottom .service__bottom-text strong {
  color: #c91f1f;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.cta-summary {
  background: #f7f8fc;
  padding-bottom: 100px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .cta-summary {
    padding-bottom: 0;
  }
}

.cta-summary .cta-summary__bg-woman {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 402px;
  max-width: 402px;
}

@media screen and (max-width: 1240px) {
  .cta-summary .cta-summary__bg-woman {
    width: calc(303 / 1240 * 100vw);
    max-width: 303px;
  }
}

@media screen and (max-width: 768px) {
  .cta-summary .cta-summary__bg-woman {
    display: block;
    position: relative;
    max-width: 85%;
    width: auto;
    margin: -20px auto 0;
  }
}

.cta-summary .cta-summary__title {
  text-align: center;
  -webkit-font-kerning: none;
          font-kerning: none;
  -webkit-font-feature-settings: "palt" on, "liga" off;
          font-feature-settings: "palt" on, "liga" off;
  font-family: "Shippori Mincho B1";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .cta-summary .cta-summary__title {
    font-size: calc(32 / 390 * 100vw);
  }
}

.cta-summary .cta-summary__title-text {
  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;
}

.cta-summary .cta-summary__logo {
  width: 412px;
}

@media screen and (max-width: 768px) {
  .cta-summary .cta-summary__logo {
    width: calc(303 / 390 * 100vw);
  }
}

.process {
  background: top center/cover no-repeat url("../img/process_bg.webp");
  padding: 100px 0 60px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .process {
    background: top center/cover no-repeat url("../img/process_bg_sp.webp");
    padding-bottom: 40px;
  }
}

.process .process__bubble {
  position: absolute;
  max-width: 690px;
  top: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .process .process__bubble {
    max-width: calc(371 / 390 * 100vw);
    width: 100%;
  }
}

.process .process__list {
  display: -ms-grid;
  display: grid;
  gap: 60px;
}

.process .process__item {
  display: -ms-grid;
  display: grid;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .process .process__item {
    gap: 20px;
  }
}

.process .process__item:nth-child(1) {
  -ms-grid-columns: 590fr 370fr;
      grid-template-columns: 590fr 370fr;
}

.process .process__item:nth-child(1) .process__item-icon {
  right: 45px;
}

@media screen and (max-width: 768px) {
  .process .process__item:nth-child(1) .process__item-icon {
    right: 0;
  }
}

@media screen and (min-width: 769px) {
  .process .process__item:nth-child(1) .process__item-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .process .process__item:nth-child(1) .process__item-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 768px) {
  .process .process__item:nth-child(1) {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.process .process__item:nth-child(2) {
  -ms-grid-columns: 290fr 670fr;
      grid-template-columns: 290fr 670fr;
}

@media screen and (min-width: 769px) {
  .process .process__item:nth-child(2) .process__item-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .process .process__item:nth-child(2) .process__item-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 768px) {
  .process .process__item:nth-child(2) {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.process .process__item:nth-child(3) {
  -ms-grid-columns: 670fr 290fr;
      grid-template-columns: 670fr 290fr;
}

@media screen and (min-width: 769px) {
  .process .process__item:nth-child(3) .process__item-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .process .process__item:nth-child(3) .process__item-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 768px) {
  .process .process__item:nth-child(3) {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.process .process__item:nth-child(4) {
  -ms-grid-columns: 290fr 670fr;
      grid-template-columns: 290fr 670fr;
}

@media screen and (min-width: 769px) {
  .process .process__item:nth-child(4) .process__item-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .process .process__item:nth-child(4) .process__item-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 768px) {
  .process .process__item:nth-child(4) {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.process .process__item-header {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}

.process .process__item-icon {
  position: absolute;
  width: 112px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -60px;
}

@media screen and (max-width: 768px) {
  .process .process__item-icon {
    width: calc(120 / 390 * 100vw);
  }
}

.process .process__item-title {
  font-family: "Shippori Mincho B1";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

@media screen and (max-width: 768px) {
  .process .process__item-title {
    font-size: calc(26 / 390 * 100vw);
  }
}

.process .process__item-line {
  width: 100%;
  height: auto;
}

.process .process__item-text {
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .process .process__item-text {
    font-size: calc(20 / 390 * 100vw);
  }
}

.process .process__item-text strong {
  background: var(--corporate, linear-gradient(90deg, #009a5b 0%, #048566 50%, #0c6573 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 768px) {
  .process .process__item-img {
    aspect-ratio: 358 / 245;
  }
}

.voice {
  background: center/cover no-repeat url("../img/voice_bg.webp");
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .voice {
    padding: 40px 0;
  }
}

.voice .voice__title {
  text-align: center;
  -webkit-font-kerning: none;
          font-kerning: none;
  -webkit-font-feature-settings: "palt" on, "liga" off;
          font-feature-settings: "palt" on, "liga" off;
  font-family: "Shippori Mincho B1";
  font-size: 36px;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .voice .voice__title {
    font-size: calc(36 / 390 * 100vw);
  }
}

.voice .voice__items {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.voice .voice__item {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(49, 87, 75, 0.3);
          box-shadow: 0 0 20px 0 rgba(49, 87, 75, 0.3);
}

.voice .voice__item-header {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .voice .voice__item-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.voice .voice__item-photo {
  width: 200px;
  height: 200px;
}

@media screen and (max-width: 768px) {
  .voice .voice__item-photo {
    margin: 0 auto;
  }
}

.voice .voice__item-title {
  -webkit-font-feature-settings: "palt" on, "liga" off;
          font-feature-settings: "palt" on, "liga" off;
  font-family: "Shippori Mincho B1";
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .voice .voice__item-title {
    font-size: calc(28 / 390 * 100vw);
  }
}

.voice .voice__item-name {
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .voice .voice__item-name {
    font-size: calc(20 / 390 * 100vw);
  }
}

.voice .voice__item-request {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  .voice .voice__item-request {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.voice .voice__item-request-title {
  padding: 0px 16px;
  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;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 180%;
  border-radius: 100px;
  background: #105b32;
}

@media screen and (max-width: 768px) {
  .voice .voice__item-request-title {
    font-size: calc(24 / 390 * 100vw);
  }
}

.voice .voice__item-request-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .voice .voice__item-request-text {
    font-size: calc(22 / 390 * 100vw);
  }
}

.voice .voice__item-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
  border-radius: 8px;
  background: #f7f8fc;
  padding: 16px;
}

.voice .voice__item-text .--red {
  color: #c91f1f;
}

.voice .voice__item-text .--green {
  color: #105b32;
}

.voice .voice__note {
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  margin-top: 20px;
}

.flow {
  background: #f7f8fc;
  padding-bottom: 60px;
}

.flow .flow__title {
  text-align: center;
  -webkit-font-kerning: none;
          font-kerning: none;
  -webkit-font-feature-settings: "palt" on, "liga" off;
          font-feature-settings: "palt" on, "liga" off;
  font-family: "Shippori Mincho B1";
  font-size: 40px;
  font-weight: 600;
  line-height: 160%;
}

.flow .flow__text {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .flow .flow__text {
    font-size: calc(20 / 390 * 100vw);
    text-align: left;
  }
}

.qa {
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .qa {
    padding: 40px 0;
  }
}

.qa .qa__title {
  text-align: center;
  -webkit-font-kerning: none;
          font-kerning: none;
  -webkit-font-feature-settings: "palt" on, "liga" off;
          font-feature-settings: "palt" on, "liga" off;
  font-family: "Shippori Mincho B1";
  font-size: 40px;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .qa .qa__title {
    font-size: calc(40 / 390 * 100vw);
  }
}

.qa .qa__list {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.qa .qa__item {
  border-radius: 10px;
  overflow: hidden;
}

.qa .qa__item-title {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  position: relative;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  background: var(--corporate, linear-gradient(90deg, #009a5b 0%, #048566 50%, #0c6573 100%));
  color: #f7f8fc;
}

.qa .qa__item-title-question {
  color: #f7f8fc;
  text-align: center;
  -webkit-font-kerning: none;
          font-kerning: none;
  -webkit-font-feature-settings: "palt" on, "liga" off;
          font-feature-settings: "palt" on, "liga" off;
  font-family: Poppins;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

@media screen and (max-width: 768px) {
  .qa .qa__item-title-question {
    font-size: calc(34 / 390 * 100vw);
  }
}

.qa .qa__item-title-text {
  -webkit-font-kerning: none;
          font-kerning: none;
  -webkit-font-feature-settings: "palt" on, "liga" off;
          font-feature-settings: "palt" on, "liga" off;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

@media screen and (max-width: 768px) {
  .qa .qa__item-title-text {
    font-size: calc(24 / 390 * 100vw);
    line-height: 140%;
  }
}

.qa .qa__item-title-icon {
  -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;
  display: block;
  width: 30px;
  margin-left: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.qa .qa__item.is-open .qa__item-title-icon {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.qa .qa__item-text {
  display: none;
  border-radius: 0 0 10px 10px;
  background: #f7f8fc;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  padding: 20px;
}

.qa .qa__item.is-open .qa__item-text {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.qa .qa__item-text-answer {
  color: #105b32;
  text-align: start;
  -webkit-font-kerning: none;
          font-kerning: none;
  -webkit-font-feature-settings: "palt" on, "liga" off;
          font-feature-settings: "palt" on, "liga" off;
  font-family: Poppins;
  font-size: 34px;
  font-weight: 600;
  line-height: 100%;
}

@media screen and (max-width: 768px) {
  .qa .qa__item-text-answer {
    font-size: calc(34 / 390 * 100vw);
  }
}

.qa .qa__item-text-answer-text {
  color: var(--text, #222);
  -webkit-font-kerning: none;
          font-kerning: none;
  -webkit-font-feature-settings: "palt" on, "liga" off;
          font-feature-settings: "palt" on, "liga" off;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .qa .qa__item-text-answer-text {
    font-size: calc(20 / 390 * 100vw);
  }
}

.mission {
  background: center/cover no-repeat url("../img/mission_bg.webp");
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .mission {
    background: center/cover no-repeat url("../img/mission_bg_sp.webp");
    padding: 40px 0;
  }
}

.mission .mission__title {
  text-align: center;
  -webkit-font-feature-settings: "palt" on, "liga" off;
          font-feature-settings: "palt" on, "liga" off;
  font-family: "Shippori Mincho";
  font-size: 33px;
  font-weight: 600;
  line-height: 180%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .mission .mission__title {
    font-size: calc(33 / 390 * 100vw);
    line-height: 140%;
  }
}

.mission .mission__subtitle {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-weight: 600;
  line-height: 180%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .mission .mission__subtitle {
    font-size: calc(20 / 390 * 100vw);
  }
}

.mission .mission__logo {
  width: 266px;
}

@media screen and (max-width: 768px) {
  .mission .mission__logo {
    width: calc(266 / 390 * 100vw);
  }
}

.mission .mission__text {
  text-align: center;
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-weight: 600;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .mission .mission__text {
    font-size: calc(20 / 390 * 100vw);
    text-align: left;
  }
}

.thanksMain {
  min-height: calc(100vh - 85px - 50px);
  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;
  padding: 40px 0;
  overflow-y: scroll;
}

.thanksMain .inner {
  text-align: center;
}

.thanksMain .thanks__title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .thanksMain .thanks__title {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.thanksMain .thanks__text {
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .thanksMain .thanks__text {
    font-size: 16px;
  }
}

.claim {
  position: relative;
  z-index: 2;
}
