@charset "UTF-8";
:root {
  --header_height: 100px;
}
@media screen and (max-width: 999px) {
  :root {
    --header_height: 70px;
  }
}
@media (max-width: 767px) {
  :root {
    --header_height: min(118px,calc(100vw * (118/750)));
  }
}

/* リセットCSS
===================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  font-weight: 500;
  background: #fff;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, button, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff;
}

/*------------------------------
common
------------------------------*/
body {
  word-break: break-all;
  color: #443832;
  font-family: "Noto Sans JP", sans-serif;
}
body.is-active {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll; /* スクロールバー補完 */
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

/* スマホ用の表示の時はis-pcは非表示 */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
} /* PC用の表示の時はis-spは非表示 */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (min-width: 768px) {
  main {
    margin-top: var(--header_height);
  }
}

/* コンテンツ幅
------------------------------*/
.inner {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
}

/* タイトル
------------------------------*/
.c-section-title {
  font-size: min(5rem, 5.2083333333vw);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #124074;
}
.c-section-title strong {
  font-size: min(6rem, 8vw);
}
@media (max-width: 767px) {
  .c-section-title {
    font-size: min(5rem, 6.6666666667vw);
  }
  .c-section-title strong {
    font-size: min(6rem, 8vw);
  }
}

.c-section-title--left {
  text-align: left;
}

.c-section-title__ja {
  display: block;
  margin-top: 0.4em;
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .c-section-title__ja {
    font-size: min(3.6rem, 4.8vw);
  }
}

/* テキスト色
------------------------------*/
.u-text-red {
  color: #C1262D;
}

.u-text-blue {
  color: #124074;
}

/* anchor
------------------------------*/
@media (min-width: 768px) {
  .c-anc {
    scroll-margin-top: var(--header_height);
  }
}

/* お問い合わせ導線
------------------------------*/
.c-contact__box {
  border: 6px solid #124074;
  border-radius: 10px;
  background: #fff;
  padding: 15px 25px;
}
.c-contact__box.drawer {
  padding: 6% 0;
  border-width: min(5px, 0.6666666667vw);
  border: none;
}
@media (max-width: 767px) {
  .c-contact__box {
    padding: min(5px, 0.6666666667vw) 0;
    border-width: min(10px, 1.3333333333vw);
    border-radius: min(10px, 1.3333333333vw);
  }
}

.c-contact__label {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .c-contact__label {
    font-size: min(2.2rem, 2.9333333333vw);
  }
}

.c-contact__tel {
  display: block;
  margin-top: 8px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #C1262D;
  text-align: center;
}
@media (max-width: 767px) {
  .c-contact__tel {
    font-size: min(3.2rem, 4.2666666667vw);
    margin-top: 0.2em;
  }
}

.c-contact__note {
  display: block;
  font-size: 1.5rem;
  line-height: 1.5333333333;
  text-align: center;
}
@media (max-width: 767px) {
  .c-contact__note {
    font-size: min(1.7rem, 2.2666666667vw);
  }
}

.c-contact__buttons {
  margin-top: 10px;
}
.c-contact__buttons.drawer {
  margin-top: 3%;
}
@media (max-width: 767px) {
  .c-contact__buttons {
    margin-top: 0;
  }
}

.c-contact__button {
  display: block;
  background: #124074;
  border-radius: 10px;
  position: relative;
  padding: 18px 0 18px 30px;
}
.c-contact__button:nth-child(2) {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .c-contact__button {
    padding: 5.5% 0%;
  }
  .c-contact__button:nth-child(n+2) {
    margin-top: 3%;
  }
}

.c-contact__badge {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  color: #C1262D;
  background: #fff;
  border-radius: 50%;
  width: 5em;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .c-contact__badge {
    left: 2em;
    font-size: min(1rem, 1.3333333333vw);
  }
}
@media screen and (max-width: 400px) {
  .c-contact__badge {
    font-size: min(0.8rem, 2vw);
    left: 1em;
    width: 4em;
  }
}

.c-contact__text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .c-contact__text {
    font-size: min(2.2rem, 2.9333333333vw);
    transform: translateX(0.5em);
  }
}

/*------------------------------
header
------------------------------*/
header {
  height: var(--header_height);
}
@media (min-width: 768px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
    background: #fff;
  }
}
.header__inner {
  width: 1440px;
  max-width: 100%;
  padding-left: min(40px, 2.7777777778vw);
  height: 100%;
}
@media (min-width: 768px) {
  .header__inner {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .header__inner {
    padding-left: 1%;
  }
}

.header__content {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.header__logo {
  align-self: center;
  font-size: min(2.6rem, 1.8055555556vw);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .header__logo {
    font-size: min(3rem, 4vw);
  }
}

.header__logo-en {
  display: block;
  font-size: min(1.4rem, 0.9722222222vw);
  line-height: 1.8571428571;
}
@media (max-width: 767px) {
  .header__logo-en {
    font-size: min(2rem, 2.6666666667vw);
  }
}

.header__nav {
  display: flex;
}
@media (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__menu {
  display: flex;
  align-self: center;
}
.header__menu li:not(:last-child) {
  border-right: 1px solid #443832;
}
.header__menu li a {
  display: inline-block;
  font-size: min(1.4rem, 1vw);
  font-weight: 700;
  line-height: 1.5;
  padding: 0 1em;
}
@media screen and (max-width: 999px) {
  .header__menu li a {
    font-size: 1rem;
    padding: 0 0.5em;
  }
}

.header__buttons {
  display: flex;
}

.header__button {
  display: inline-block;
  width: 6.3em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: min(1.6rem, 1.3020833333vw);
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}

.header__button--blue {
  background: #124074;
}

.header__button--red {
  background: #C1262D;
}

.header__button--sm {
  display: block;
  font-size: min(1.2rem, 1.3020833333vw);
}

.drawer-icon {
  width: min(118px, 15.7333333333vw);
  display: none;
  transition: transform 0.5s ease 0s;
  cursor: pointer;
  background: #EFEBE7;
  z-index: 300;
}
@media (max-width: 767px) {
  .drawer-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.drawer-icon.is-active .drawer-icon__bar1,
.drawer-icon.is-active .drawer-icon__bar2,
.drawer-icon.is-active .drawer-icon__bar3 {
  background: #C1262D;
}
.drawer-icon.is-active .drawer-icon__bar1 {
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
}
.drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon__bar3 {
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
}

.drawer-icon__bars {
  width: min(62px, 8.2666666667vw);
  height: auto;
  aspect-ratio: 62/45;
  display: block;
  position: relative;
  z-index: 400;
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  width: min(62px, 8.2666666667vw);
  height: min(7px, 0.9333333333vw);
  border-radius: min(4px, 0.5333333333vw);
  background: #443832;
  top: 0;
  left: 0;
}

.drawer-icon__bar1 {
  top: 0;
  transition: transform 0.3s;
}

.drawer-icon__bar2 {
  top: 50%;
  transform: translateY(-50%);
}

.drawer-icon__bar3 {
  top: 100%;
  transition: transform 0.3s;
  transform: translateY(-100%);
}

.drawer-content {
  width: 64%;
  min-width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #C1262D;
  padding: 17% 2%;
  z-index: 299;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain; /* scroll伝番防止 */
}
.drawer-content.is-active {
  transform: translateX(0);
}
@media (min-width: 768px) {
  .drawer-content {
    display: none;
  }
}

.drawer-content__label {
  font-size: min(4rem, 5.3333333333vw);
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

.drawer-menu {
  margin-top: 9%;
}
.drawer-menu li a {
  display: block;
  font-size: max(1.6rem, 3.4666666667vw);
  font-weight: 700;
  text-align: center;
  line-height: 2.3076923077;
  color: #fff;
}

.drawer__cta {
  margin: min(50px, 6.6666666667vw) auto 0;
  width: 90%;
}

@media (max-width: 767px) {
  .drawer__cta-label {
    font-size: max(1.8rem, 3.2vw);
  }
}

@media (max-width: 767px) {
  .drawer__cta-tel {
    font-size: max(2.8rem, 4.5333333333vw);
  }
}

@media (max-width: 767px) {
  .drawer__cta-note {
    font-size: max(1.4rem, 2.4vw);
    font-weight: 500;
  }
}

.drawer__cta-button {
  border: min(5px, 0.6666666667vw) solid #124074;
  border: none;
  background: #fff;
  position: relative;
}
.drawer__cta-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
  background: #124074;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 1em;
  aspect-ratio: 9/15;
}
.drawer__cta-button span {
  background: #C1262D;
  color: #fff;
  font-size: min(1.4rem, 1.8666666667vw);
}
.drawer__cta-button p {
  color: #124074;
  font-size: min(2.4rem, 3.2vw);
}
@media screen and (max-width: 400px) {
  .drawer__cta-button p {
    font-size: min(1.6rem, 4vw);
  }
  .drawer__cta-button span {
    font-size: min(1rem, 2.5vw);
  }
}

/*------------------------------
floating-cta
------------------------------*/
.floating-cta {
  position: fixed;
  z-index: 100;
  transform-origin: right;
}
@media (min-width: 768px) {
  .floating-cta {
    right: 2%;
    bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .floating-cta {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 999px) {
  .floating-cta {
    transform: scale(0.6);
  }
}
@media (max-width: 767px) {
  .floating-cta {
    width: 90%;
    top: unset;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.3s;
  }
  .floating-cta.act {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 400px) {
  .floating-cta {
    width: 95%;
  }
}

@media (max-width: 767px) {
  .floating-cta__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .floating-cta__content-box {
    width: 49%;
  }
}

@media (max-width: 767px) {
  .floating-cta__content-buttons {
    width: 49%;
  }
}

/*------------------------------
fv
------------------------------*/
.fv__inner {
  width: 100%;
  max-width: 100%;
}
.fv__heading {
  overflow: hidden;
}
.fv__heading img {
  width: 106%;
  max-width: unset;
}
@media (max-width: 767px) {
  .fv__heading {
    margin: 7% 0 11%;
  }
  .fv__heading img {
    width: 100%;
  }
}

/*------------------------------
merit
------------------------------*/
.merit {
  padding: 113px 0 100px;
  background: #EFEBE7;
  overflow: hidden;
}
@media (max-width: 767px) {
  .merit {
    padding: min(70px, 9.3333333333vw) 0 min(100px, 13.3333333333vw);
  }
}

.merit__item {
  display: flex;
  justify-content: space-between;
}
.merit__item:nth-child(2) {
  flex-direction: row-reverse;
  margin-top: 12%;
}
@media (max-width: 767px) {
  .merit__item {
    display: block;
  }
  .merit__item:nth-child(2) {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 24%;
  }
  .merit__item:nth-child(2) .merit__content::before {
    left: unset;
    right: 0;
  }
  .merit__item:nth-child(2) .merit__heading {
    text-align: right;
  }
  .merit__item:nth-child(2) .merit__image {
    margin-top: 14%;
  }
}

.merit__image {
  width: 50%;
}
@media (max-width: 767px) {
  .merit__image {
    width: 100%;
  }
}

.merit__image1 {
  position: relative;
  margin-top: 4.5%;
}
.merit__image1::after {
  content: "";
  position: absolute;
  background: #C1262D;
  aspect-ratio: 100/65;
  width: 95.5%;
  left: 3.5%;
  bottom: 31%;
  transform: translate(-50%, 0%);
}
.merit__image1 img {
  position: relative;
  z-index: 10;
}

.merit__content {
  width: 42%;
  padding-top: min(30px, 2.7027027027vw);
  position: relative;
}
.merit__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #C1262D;
  width: min(120px, 10.8108108108vw);
  height: 2px;
}
@media (max-width: 767px) {
  .merit__content {
    width: 100%;
    padding-top: min(40px, 5.3333333333vw);
  }
  .merit__content::before {
    width: min(160px, 21.3333333333vw);
  }
}

.merit__heading {
  font-size: min(2.4rem, 2.0833333333vw);
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .merit__heading {
    font-size: min(4rem, 5.3333333333vw);
  }
}

.merit__heading-en {
  display: block;
  font-size: min(3rem, 2.8645833333vw);
  color: #C1262D;
}
@media (max-width: 767px) {
  .merit__heading-en {
    margin-top: 0.5em;
    font-size: min(4rem, 5.3333333333vw);
  }
}

.merit__message {
  margin-top: 2em;
  font-size: min(1.8rem, 1.6927083333vw);
  font-weight: 400;
  line-height: 2;
}
.merit__message strong {
  font-weight: 700;
}
@media (max-width: 767px) {
  .merit__message {
    font-size: min(3rem, 4vw);
    margin-top: 1.1em;
    line-height: 1.6;
  }
}

/*------------------------------
reason
------------------------------*/
.reason {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .reason {
    padding: min(90px, 12vw) 0;
  }
}

.reason__title {
  position: relative;
  padding-bottom: 16px;
}
.reason__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #C1262D;
  width: 2.9em;
  height: 2px;
}
@media (max-width: 767px) {
  .reason__title {
    font-size: min(4.6rem, 6.1333333333vw);
  }
}

.reason__list {
  margin-top: 145px;
}
@media (max-width: 767px) {
  .reason__list {
    margin-top: min(120px, 16vw);
  }
}

.reason__item {
  display: flex;
  justify-content: space-between;
}
.reason__item:nth-child(n+2) {
  margin-top: 17%;
}
@media (max-width: 767px) {
  .reason__item {
    display: block;
  }
  .reason__item:nth-child(n+2) {
    margin-top: min(100px, 13.3333333333vw);
  }
}

.reason__content {
  width: 50%;
}
@media (max-width: 767px) {
  .reason__content {
    width: 100%;
  }
}

.reason__header {
  display: flex;
  align-items: center;
}

.reason__label {
  background: #EFEBE7;
  width: min(110px, 10.4166666667vw);
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .reason__label {
    width: min(120px, 16vw);
  }
}

.reason__number {
  font-size: 1.2rem;
  font-weight: 700;
  color: #124074;
  padding-bottom: 10px;
  position: relative;
}
.reason__number::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #124074;
  width: 50px;
  height: 1px;
}
.reason__number strong {
  display: block;
  font-size: min(4rem, 3.90625vw);
  text-align: center;
}
@media (max-width: 767px) {
  .reason__number {
    font-size: min(1.6rem, 2.1333333333vw);
  }
  .reason__number::after {
    width: min(50px, 6.6666666667vw);
  }
  .reason__number strong {
    font-size: min(5rem, 6.6666666667vw);
  }
}

.reason__heading {
  font-size: min(2.4rem, 2.6041666667vw);
  font-weight: 700;
  line-height: 1.3333333333;
  color: #C1262D;
  margin-left: 18px;
}
@media (max-width: 767px) {
  .reason__heading {
    font-size: min(4rem, 5.3333333333vw);
    margin-left: 1em;
  }
}

.reason__description {
  margin-top: 2em;
  font-size: min(2rem, 2.0833333333vw);
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .reason__description {
    margin-top: 1.5em;
    font-size: min(3rem, 4vw);
  }
}

.reason__image {
  width: 40%;
}
@media (max-width: 767px) {
  .reason__image {
    width: 100%;
    margin-top: 8%;
  }
}

/*------------------------------
example
------------------------------*/
.example {
  padding: 180px 0 90px;
  background: #EFEBE7;
  overflow: hidden;
}
@media (max-width: 767px) {
  .example {
    padding: min(70px, 9.3333333333vw) 0;
  }
}

.example__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .example__header {
    display: block;
  }
}

.example__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 0.5em;
  position: relative;
}
.example__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #443832;
  width: 2.9em;
  height: 2px;
}
@media (max-width: 767px) {
  .example__title {
    font-size: min(4rem, 5.3333333333vw);
    text-align: center;
  }
}

.example__heading {
  font-size: min(3.6rem, 3.6458333333vw);
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.example__heading::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 19em;
  aspect-ratio: 700/490;
}
.example__heading span {
  position: relative;
}
@media (max-width: 767px) {
  .example__heading {
    width: 100%;
    margin-top: 2.6em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    font-size: min(3.6rem, 4.8vw);
  }
  .example__heading::before {
    left: unset;
    transform: translateY(-50%);
    right: -5vw;
    width: 79vw;
  }
}

.example__caption {
  position: relative;
  font-size: min(2.4rem, 2.6041666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #124074;
  margin-top: 2em;
  text-align: right;
}
@media (max-width: 767px) {
  .example__caption {
    font-size: min(2.4rem, 3.2vw);
    margin-top: 1.2em;
  }
}

.example__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .example__list {
    margin-top: min(60px, 8vw);
  }
}

.example__item {
  width: calc(33.3% - 15.3333333333px);
  border: 2px solid #C1262D;
  border-radius: 10px;
  padding: 50px 0 20px;
  background: #fff;
}
@media (min-width: 768px) {
  .example__item:not(:nth-child(3n)) {
    margin-right: 23px;
  }
  .example__item:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .example__item {
    width: 48%;
    padding: min(50px, 6.6666666667vw) 0 2.5vw;
  }
  .example__item:nth-child(2n) {
    margin-left: 4%;
  }
  .example__item:nth-child(n+3) {
    margin-top: min(50px, 6.6666666667vw);
  }
}

.example__image {
  max-width: 170px;
  margin: 0 auto;
  position: relative;
}
.example__image::after {
  content: "";
  position: absolute;
  background: #FCF9F6;
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.example__image img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .example__image {
    max-width: unset;
    width: 55%;
  }
}

.example__label {
  margin-top: 24px;
  font-size: min(2.4rem, 2.34375vw);
  font-weight: 700;
  line-height: 1.5;
  color: #C1262D;
  text-align: center;
}
@media (max-width: 767px) {
  .example__label {
    font-size: min(2.4rem, 3.2vw);
  }
}

/*------------------------------
message
------------------------------*/
.message {
  color: #fff;
}
@media (min-width: 768px) {
  .message {
    background: url(../img/message_bg.webp) no-repeat center center/cover;
    padding: 105px 0;
    position: relative;
  }
  .message::before {
    content: "";
    position: absolute;
    background: #C1262D;
    width: max(44%, (100vw - 1440px) / 2 + 634px);
    height: 100%;
    left: 0%;
    top: 0%;
  }
}
@media (max-width: 767px) {
  .message {
    padding-bottom: 4vw;
  }
}

.message__content {
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .message__content {
    background: #C1262D;
    padding: min(50px, 6.6666666667vw) 0;
    text-align: center;
  }
}

.message__heading {
  font-size: min(4rem, 3.3854166667vw);
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .message__heading {
    font-size: min(5rem, 6.6666666667vw);
  }
}

.message__text {
  margin-top: 1.25em;
  font-size: min(2.4rem, 2.0833333333vw);
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .message__text {
    margin-top: 1em;
    font-size: min(2.8rem, 3.7333333333vw);
  }
}

/*------------------------------
voice
------------------------------*/
.voice {
  position: relative;
  overflow: hidden;
  padding: min(5%, 72px) 0 min(8%, 115px);
  margin-top: min(5%, 72px);
}
.voice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #EFEBE7;
  width: min(1936px, 134.4444444444vw);
  aspect-ratio: 1936/2044;
  border-radius: 50%;
  z-index: -1;
}
@media (min-width: 768px) {
  .voice::before {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    background: #EFEBE7;
    width: 135%;
    aspect-ratio: 1936/2044;
  }
}
@media (max-width: 767px) {
  .voice {
    padding-top: min(60px, 8vw);
    background: linear-gradient(180deg, transparent 0px, transparent 28%, #EFEBE7 28%, #EFEBE7 100%);
  }
  .voice::before {
    width: min(1094px, 145.8666666667vw);
    aspect-ratio: 1094/1214;
  }
}

.voice__lead {
  margin-top: 23px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #124074;
}
@media (max-width: 767px) {
  .voice__lead {
    font-size: min(2.8rem, 3.7333333333vw);
  }
}

.voice__list {
  margin-top: 77px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .voice__list {
    display: block;
    margin-top: min(90px, 12vw);
  }
}

.voice__item {
  width: calc(50% - 10px);
}
@media (min-width: 768px) {
  .voice__item:nth-child(2n) {
    margin-left: 20px;
  }
  .voice__item:nth-child(n+3) {
    margin-top: 4.5%;
  }
}
@media (max-width: 767px) {
  .voice__item {
    width: 100%;
  }
  .voice__item:nth-child(n+2) {
    margin-top: 60px;
  }
}

.voice__header {
  background: #C1262D;
  border-radius: 4px 4px 0 0;
  color: #fff;
  padding: 4%;
  padding-right: 25%;
  position: relative;
}
@media (max-width: 767px) {
  .voice__header {
    font-size: min(2.8rem, 3.7333333333vw);
    padding: 4% 2%;
    padding-right: 24%;
  }
}

.voice__heading {
  font-size: min(1.8rem, 1.6216216216vw);
  font-weight: 700;
  line-height: 1.5;
  height: 2lh;
}
@media (max-width: 767px) {
  .voice__heading {
    font-size: min(2.8rem, 3.7333333333vw);
    font-feature-settings: "palt";
    height: auto;
  }
}

.voice__name {
  font-size: min(1.4rem, 1.2612612613vw);
  font-weight: 400;
  margin-top: 0.5em;
  text-align: right;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .voice__name {
    font-size: max(1.4rem, 2.5333333333vw);
  }
}

.voice__image {
  position: absolute;
  width: 23%;
  bottom: 0;
  right: 1%;
  transform: translate(0%, 10%);
  aspect-ratio: 106/110;
}
.voice__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .voice__image {
    width: min(147px, 19.6vw);
  }
}

.voice__message {
  font-size: min(1.6rem, 1.4414414414vw);
  font-weight: 700;
  line-height: 1.5;
  background: #fff;
  padding: 1.2em 1.5em;
}
@media (min-width: 768px) {
  .voice__message {
    aspect-ratio: 400/140;
  }
}
@media (max-width: 767px) {
  .voice__message {
    font-size: max(1.4rem, 2.9333333333vw);
  }
}

/*------------------------------
case
------------------------------*/
.case {
  background: #EFEBE7;
  padding: 140px 0 150px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .case {
    padding: 19% 0;
  }
}

.case__title {
  position: relative;
}
.case__title::before {
  content: "";
  position: absolute;
  background: #fff;
  aspect-ratio: 780/386;
  top: 0;
  left: 23.7%;
  transform: translate(-50%, -25%);
  width: 78%;
}
.case__title h2 {
  position: relative;
}
@media (max-width: 767px) {
  .case__title::before {
    width: 80vw;
    aspect-ratio: 600/400;
    left: -5vw;
    transform: translate(0, -15%);
  }
}

.case__list {
  margin-top: 10%;
  position: relative;
}

.case__item {
  border: 2px solid #124074;
  border-radius: 10px;
  background: #fff;
  padding: 0 20px 55px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
.case__item:nth-child(n+2) {
  margin-top: 8%;
}
@media (max-width: 767px) {
  .case__item {
    padding: 0 2% 7%;
  }
  .case__item:nth-child(n+2) {
    margin-top: 12%;
  }
}

.case__header {
  display: flex;
  align-items: center;
}

.case__label {
  width: 5.4em;
  font-size: min(1.8rem, 2.0833333333vw);
  font-weight: 400;
  line-height: 1;
  background: #124074;
  aspect-ratio: 100/126;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .case__label {
    font-size: min(2rem, 2.6666666667vw);
  }
}

.case__number {
  margin-bottom: 0.9em;
}

.case__heading {
  margin-left: 0.735em;
  font-size: min(3.4rem, 2.8645833333vw);
  font-weight: 700;
  line-height: 1.3235294118;
}
@media (max-width: 767px) {
  .case__heading {
    font-size: min(3.4rem, 4.5333333333vw);
    width: 80%;
  }
}

.case__table {
  padding-bottom: 20px;
}

.case__cost {
  margin-top: 3%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3% 2%;
}
.case__cost dt {
  width: 62%;
  font-size: min(1.8rem, 1.8229166667vw);
  font-weight: 700;
  line-height: 1.3333333333;
  display: flex;
  align-items: center;
}
.case__cost dd {
  width: 38%;
  font-size: min(2rem, 2.0833333333vw);
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.case__cost:nth-child(n+2) {
  margin-top: 1%;
}
@media (max-width: 999px) {
  .case__cost dt {
    width: 60%;
    font-size: min(1.6rem, 2.1333333333vw);
  }
  .case__cost dd {
    display: block;
    width: 35%;
  }
}
@media (max-width: 767px) {
  .case__cost {
    padding: 4% 3%;
  }
}

.case__cost--work {
  background: #DAEAFE;
}
.case__cost--work dd {
  color: #124074;
}

.case__icon {
  width: min(50px, 3.90625vw);
  margin-right: 1.7em;
}
@media (max-width: 767px) {
  .case__icon {
    width: 6.8vw;
    margin-right: 4vw;
  }
}

.case__text {
  width: calc(100% - min(50px, 3.90625vw));
}
@media (max-width: 767px) {
  .case__text {
    width: 60%;
  }
}

.case__cost-label {
  display: block;
}
@media (max-width: 767px) {
  .case__cost-label {
    font-size: min(1.8rem, 2.4vw);
  }
}

.case__price {
  font-size: min(1.6rem, 1.8229166667vw);
  font-weight: 700;
}
.case__price em {
  font-size: min(2rem, 2.34375vw);
}

.case__price-value {
  font-size: min(3rem, 3.3854166667vw);
}
@media (max-width: 767px) {
  .case__price-value {
    font-size: min(3rem, 4vw);
  }
}

.case__cost--purchase {
  background: #FFE3E3;
}
.case__cost--purchase dd {
  color: #C1262D;
}

.case__footer {
  font-size: 2rem;
  padding-top: 1.7em;
  margin-right: 2em;
  border-top: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.case__footer.no-border {
  border: none;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.case__footer.no-border::before {
  content: "";
  position: absolute;
  background: #FCFFB1;
  width: 105%;
  height: 1em;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 0%);
}
.case__footer.no-border em, .case__footer.no-border > div {
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .case__footer.no-border {
    margin-top: 1em;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .case__footer {
    font-size: min(2rem, 2.6666666667vw);
  }
  .case__footer.no-border {
    margin-top: 1.7em;
    padding-top: 0;
  }
}

.case__total {
  margin-left: 1.5em;
  font-size: 2rem;
  font-weight: 700;
}
.case__total em {
  font-size: 2.5rem;
}
.case__total.width_type2 {
  width: 14.5em;
  text-align: right;
}
.case__total.color_red {
  color: #C1262D;
}
@media (max-width: 767px) {
  .case__total {
    font-size: min(1.6rem, 2.1333333333vw);
  }
  .case__total em {
    font-size: min(2rem, 2.6666666667vw);
  }
  .case__total.width_type2 {
    width: 17.5em;
  }
}

.case__total-value {
  font-size: 3.8rem;
}
@media (max-width: 767px) {
  .case__total-value {
    font-size: min(3.8rem, 5.0666666667vw);
  }
}

.case__message {
  margin-top: 2em;
  font-size: min(2.4rem, 2.34375vw);
  font-weight: 700;
  line-height: 2.25;
  color: #fff;
  background: #C1262D;
  text-align: center;
  padding: 1em 0;
}
@media (max-width: 767px) {
  .case__message {
    font-size: min(3.2rem, 4.2666666667vw);
    margin-top: 3em;
  }
}

/*------------------------------
flow
------------------------------*/
.flow__header {
  padding: 70px 0 40px;
}

.flow__content {
  background: url(../img/flow_bg.webp) no-repeat center center/cover;
  padding: 5% 0 11%;
  position: relative;
}
.flow__content .swiper-pagination[class][class] {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  bottom: 12%;
}
.flow__content .swiper-pagination-bullet[class][class] {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  width: unset;
  height: unset;
  margin: 0;
  opacity: 1;
  width: 1.3%;
  aspect-ratio: 1/1;
  margin: 0 0.3%;
  background: #B2A198;
}
.flow__content .swiper-pagination-bullet[class][class].swiper-pagination-bullet-active {
  background: #443832;
}
@media (max-width: 767px) {
  .flow__content {
    padding: 12% 0 20%;
  }
  .flow__content .swiper-pagination[class][class] {
    bottom: 11%;
  }
  .flow__content .swiper-pagination-bullet[class][class] {
    width: 3%;
  }
}

.flow__item {
  border: 2px solid #C1262D;
  border-radius: 10px;
  padding: 3.3%;
  background: #fff;
  aspect-ratio: 500/595;
}
@media (max-width: 767px) {
  .flow__item {
    padding: 5.3% 3%;
    aspect-ratio: 500/630;
  }
}

.flow__number {
  font-size: min(3rem, 2.0833333333vw);
  padding-left: 0.7em;
  font-weight: 700;
  line-height: 1.5;
  color: #C1262D;
}
@media (max-width: 767px) {
  .flow__number {
    font-size: min(3rem, 4vw);
  }
}

.flow__image {
  margin-top: 2%;
}
.flow__image img {
  aspect-ratio: 450/256;
  -o-object-fit: cover;
     object-fit: cover;
}

.flow__heading {
  margin-top: 0.6em;
  font-size: min(2.4rem, 1.6666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #C1262D;
}
@media (max-width: 767px) {
  .flow__heading {
    font-size: min(2.4rem, 3.2vw);
  }
}

.flow__description {
  margin-top: 1.5em;
  font-size: min(1.8rem, 1.25vw);
  line-height: 1.6666666667;
}
@media (max-width: 767px) {
  .flow__description {
    font-size: min(1.8rem, 2.4vw);
  }
}

.flowSwiper__wrap {
  position: relative;
  margin-left: max(15%, (100vw - 1440px) / 2 + 216px);
}
.flowSwiper__wrap .swiper-button-next, .flowSwiper__wrap .swiper-button-prev {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  height: auto;
  width: auto;
  position: absolute;
  background: url(../img/icon_arrow2.webp) no-repeat center center/100%;
  aspect-ratio: 134/192;
  width: 6%;
  top: 50%;
}
.flowSwiper__wrap .swiper-button-next::after, .flowSwiper__wrap .swiper-button-prev::after {
  display: none;
}
.flowSwiper__wrap .swiper-button-next {
  left: 83%;
  transform: translate(-50%, -50%) scale(-1, 1);
}
.flowSwiper__wrap .swiper-button-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .flowSwiper__wrap {
    margin-left: 9%;
  }
  .flowSwiper__wrap .swiper-button-next, .flowSwiper__wrap .swiper-button-prev {
    width: 10%;
  }
  .flowSwiper__wrap .swiper-button-next {
    left: 89%;
  }
}

.flowSwiper {
  overflow: hidden;
}

/*------------------------------
faq
------------------------------*/
.faq {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .faq {
    padding: min(100px, 13.3333333333vw) 0 min(120px, 16vw);
  }
}

.faq__list {
  margin-top: 60px;
}

.faq__item {
  border-top: 1px solid #C8C8C8;
  padding: 1.75em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .faq__item {
    font-size: min(2.8rem, 3.7333333333vw);
    padding: 1.57em 0;
  }
}

.faq__q {
  color: #C1262D;
}

.faq__a {
  margin-top: 1em;
  font-weight: 400;
}

/*------------------------------
company
------------------------------*/
.company {
  padding: 80px 0 120px;
  background: #EFEBE7;
}
@media (max-width: 767px) {
  .company {
    padding: min(70px, 9.3333333333vw) 0;
  }
}

.company__info {
  max-width: 830px;
  margin: 55px auto 0;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #C8C8C8;
}
.company__info dt, .company__info dd {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3333333333;
  padding: 0.65em 0;
  border-top: 1px solid #C8C8C8;
}
.company__info dt {
  width: 37%;
  padding-left: 1.5em;
}
.company__info dd {
  width: 63%;
}
@media (max-width: 767px) {
  .company__info {
    margin-top: min(45px, 6vw);
  }
  .company__info dt, .company__info dd {
    font-size: min(2.2rem, 2.9333333333vw);
  }
  .company__info dt {
    width: 36.8%;
    padding-left: 0;
  }
  .company__info dd {
    width: 63.2%;
  }
}

/*------------------------------
cta
------------------------------*/
.cta {
  padding: 100px 0 85px;
}
@media (max-width: 767px) {
  .cta {
    padding: 10% 0;
  }
}

.cta__message {
  margin-top: 11px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.44;
  color: #124074;
  text-align: center;
}
@media (max-width: 767px) {
  .cta__message {
    font-size: min(2.8rem, 3.7333333333vw);
  }
}

.cta__wrapper {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cta__wrapper {
    display: block;
    margin-top: 3%;
  }
}

.cta__block {
  width: 48%;
  background: #C1262D;
  padding: 20px;
}
@media (max-width: 767px) {
  .cta__block {
    width: 100%;
    padding: 2% 3% 0;
    aspect-ratio: 675/230;
  }
  .cta__block:nth-child(2) {
    margin-top: 20px;
    padding-top: 5%;
  }
}

.cta__label {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .cta__label {
    font-size: min(3.2rem, 4.2666666667vw);
  }
}

.cta__tel {
  margin-top: 20px;
  background: #fff;
  color: #124074;
  text-align: center;
  padding: 18px 0;
}
@media (max-width: 767px) {
  .cta__tel {
    padding: 2% 0;
    margin-top: 2%;
  }
}

.cta__tel-number {
  display: inline-block;
  font-size: min(4rem, 3.90625vw);
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .cta__tel-number {
    font-size: min(5rem, 6.6666666667vw);
  }
}

.cta__tel-note {
  display: block;
  margin-top: 10px;
  font-size: min(2.2rem, 2.0833333333vw);
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .cta__tel-note {
    font-size: min(2.8rem, 3.7333333333vw);
    margin-top: 0;
  }
}

.cta__buttons {
  text-align: center;
  margin-top: 23px;
}
@media (max-width: 767px) {
  .cta__buttons {
    display: flex;
    justify-content: space-between;
  }
}

.cta__button {
  display: inline-block;
  width: 290px;
  max-width: 100%;
  border-radius: 100px;
  font-size: 2rem;
  font-weight: 700;
  color: #124074;
  background: #fff;
  text-align: center;
  padding: 1em 0;
  position: relative;
}
.cta__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: #124074;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 0.45em;
  aspect-ratio: 9/15;
}
@media (min-width: 768px) {
  .cta__button:nth-child(2) {
    margin-top: 0.8em;
  }
}
@media (max-width: 767px) {
  .cta__button {
    width: 49%;
    font-size: min(2.8rem, 3.7333333333vw);
  }
  .cta__button::after {
    right: min(20px, 2.6666666667vw);
  }
}

/*------------------------------
contact
------------------------------*/
.contact {
  background: #EFEBE7;
  padding: 100px 0 150px;
}
@media (max-width: 767px) {
  .contact {
    padding: min(80px, 10.6666666667vw) 0;
  }
}

.contact__form {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .contact__form {
    margin-top: min(100px, 13.3333333333vw);
  }
}

.contact__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact__items dt, .contact__items dd {
  font-size: 1.6rem;
  line-height: 1.5;
}
.contact__items dt {
  width: 32%;
  font-weight: 700;
  padding-left: 6%;
}
.contact__items dd {
  width: 47.3%;
  font-weight: 400;
}
.contact__items dd input[type=text],
.contact__items dd input[type=tel],
.contact__items dd input[type=email],
.contact__items dd textarea {
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  width: 100%;
  border: 1px solid #443832;
  background: #fff;
  border-radius: 5px;
  padding: 14px;
  font-size: inherit;
}
.contact__items dd input[type=text]::-moz-placeholder, .contact__items dd input[type=tel]::-moz-placeholder, .contact__items dd input[type=email]::-moz-placeholder, .contact__items dd textarea::-moz-placeholder {
  color: #ccc;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
.contact__items dd input[type=text]::placeholder,
.contact__items dd input[type=tel]::placeholder,
.contact__items dd input[type=email]::placeholder,
.contact__items dd textarea::placeholder {
  color: #ccc;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
.contact__items dd textarea {
  resize: vertical;
  min-height: 312px;
}
@media (min-width: 768px) {
  .contact__items dt:nth-of-type(n + 2), .contact__items dd:nth-of-type(n + 2) {
    margin-top: 37px;
  }
  .contact__items dd:has(textarea) {
    width: 68%;
  }
}
@media (max-width: 999px) {
  .contact__items dt {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .contact__items {
    display: block;
  }
  .contact__items dt, .contact__items dd {
    width: 100%;
  }
  .contact__items dt {
    font-size: max(1.6rem, 3.3333333333vw);
  }
  .contact__items dt:nth-of-type(n + 2) {
    margin-top: min(54px, 7.2vw);
  }
  .contact__items dd {
    font-size: max(1.4rem, 2.9333333333vw);
    margin-top: 17px;
  }
  .contact__items dd input[type=text],
.contact__items dd input[type=tel],
.contact__items dd input[type=email],
.contact__items dd textarea {
    padding: 3%;
  }
  .contact__items dd input[type=text]::-moz-placeholder, .contact__items dd input[type=tel]::-moz-placeholder, .contact__items dd input[type=email]::-moz-placeholder, .contact__items dd textarea::-moz-placeholder {
    font-size: inherit;
  }
  .contact__items dd input[type=text]::placeholder,
.contact__items dd input[type=tel]::placeholder,
.contact__items dd input[type=email]::placeholder,
.contact__items dd textarea::placeholder {
    font-size: inherit;
  }
}

.contact__item-textarea {
  align-self: flex-start;
}

.contact__required {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  background: #C1262D;
  padding: 0.1em 0.5em;
  margin-left: 0.7em;
}
@media (max-width: 767px) {
  .contact__required {
    font-size: min(1.9rem, 2.5333333333vw);
  }
}

.contact__privacy {
  margin-top: 55px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4444444444;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.contact__privacy input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  transform: scale(2.2); /* 1.5倍に拡大 */
  margin-right: 1em;
  cursor: pointer;
}
.contact__privacy label {
  cursor: pointer;
}
@media (max-width: 767px) {
  .contact__privacy {
    font-size: max(1.4rem, 2.9333333333vw);
  }
}

.contact__privacy-content {
  margin-top: 40px;
  background: #fff;
  border: 1px solid #443832;
  border-radius: 5px;
  white-space: pre-line;
  font-weight: 300;
  text-align: left;
  padding: 3% 5%;
  height: 150px;
  overflow-y: scroll;
}
.contact__privacy-content span {
  font-size: 1.4rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .contact__privacy-content {
    font-size: 1.4rem;
  }
}

.contact__submit {
  text-align: center;
  margin-top: 37px;
}
@media (max-width: 767px) {
  .contact__submit {
    margin-top: 8%;
  }
}

.contact__button {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 340px;
  max-width: 100%;
  background: #124074;
  border-radius: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 1em 0;
  opacity: 0.5;
  display: block;
  margin: 0 auto;
}
.contact__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
  background: url(../img/icon_arrow.webp) no-repeat center center/contain;
  width: 0.5em;
  aspect-ratio: 10/10;
}
.contact__button input {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.contact__button input.act {
  pointer-events: auto;
}
.contact__button:has(.act) {
  opacity: 1;
}
@media (max-width: 767px) {
  .contact__button {
    width: 79%;
    max-width: 538px;
    font-size: min(3.1rem, 4.1333333333vw);
    border-radius: min(100px, 13.3333333333vw);
  }
}

/*------------------------------
footer
------------------------------*/
footer {
  padding: 25px 0;
  background: #C1262D;
  color: #fff;
}
@media (max-width: 767px) {
  footer {
    padding: min(20px, 2.6666666667vw) 0;
  }
}

.footer__wrapper {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer__wrapper {
    font-size: min(2.2rem, 2.9333333333vw);
  }
}

.footer__top {
  padding: 0 1em;
  border-right: 1px solid #fff;
}

.footer__copyright {
  padding: 0 1em;
}

.thanks {
  font-size: 2rem;
  text-align: center;
  margin: 10em auto 30em;
}
@media (max-width: 767px) {
  .thanks {
    font-size: 1.6rem;
    text-align: left;
  }
}

.grecaptcha-badge {
  display: none !important;
}

.contact__button.return {
  margin-bottom: 50px;
  pointer-events: auto;
  opacity: 1;
}

.invalid-caution {
  width: 100%;
  color: #C1262D;
  font-size: 1.6rem;
}

.mail_send {
  font-size: 2rem;
  text-align: center;
  margin: 1em 0;
}

[data-form-mode=con] .is-in {
  display: none;
}
[data-form-mode=con] .is-con-po {
  pointer-events: none;
}

[data-form-mode=in] .is-con {
  display: none;
}
/*# sourceMappingURL=style.css.map */