@charset "UTF-8";
/*----------------- 共通 -------------------*/
/*-----------------------------------------
    color
-----------------------------------------*/
/*-----------------------------------------
    font
-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
/*-----------------------------------------
  Layout & Common Components
-----------------------------------------*/
.inner {
  width: 1000px;
  margin: 0 auto;
  max-width: 90%;
}

@media (max-width: 767px) {
  .inner {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 500px;
  }
}
.sp-only {
  display: none;
}

@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}
.pc-only {
  display: block;
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
.btn {
  display: block;
  width: clamp(320px, 39vw, 565px);
  max-width: 100%;
  height: clamp(76px, 7vw, 96px);
  line-height: clamp(76px, 7vw, 96px);
  font-size: clamp(22px, 2.5vw, 35px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #154B2D;
  border-radius: 2.4rem;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease 0s;
  box-shadow: 6px 4px 0px 0px rgba(0, 0, 0, 0.1);
}

.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.2rem;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../images/cta-arrow-g.svg);
}

@media (max-width: 767px) {
  .btn::after {
    right: 2rem;
    width: 13px;
    height: 13px;
  }
}
.btn:hover {
  transform: translateX(6px) translateY(4px);
  box-shadow: none;
}

.btn2 {
  display: block;
  width: clamp(280px, 38vw, 452px);
  max-width: 100%;
  height: clamp(52px, 5vw, 72px);
  line-height: clamp(52px, 5vw, 72px);
  font-size: clamp(15px, 1.6vw, 20px);
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #154B2D;
  border-radius: 80px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease 0s;
  box-shadow: 5px 6px 0px 0px rgba(46, 79, 82, 0.1);
}

.btn2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.2rem;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../images/plan-arrow.svg) no-repeat center center/contain;
}

@media (max-width: 767px) {
  .btn2::after {
    right: 2rem;
    width: 13px;
    height: 13px;
  }
}
.btn2:hover {
  transform: translateX(5px) translateY(5px);
  box-shadow: none;
}

.section__head {
  text-align: center;
}

.section__title {
  font-size: clamp(24px, 2vw, 28px);
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 767px) {
  .section__title {
    font-size: clamp(22px, 6.5vw, 24px);
    font-weight: 600;
    margin-top: -0.5rem;
  }
}
.section__lead {
  font-family: "Oswald", sans-serif;
  font-size: clamp(45px, 4.5vw, 64px);
  font-weight: 500;
  letter-spacing: 0.04rem;
  color: #F5F1E9;
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 767px) {
  .section__lead {
    font-weight: 400;
    font-size: clamp(32px, 8vw, 48px);
  }
}
/*-----------------------------------------
  Footer
-----------------------------------------*/
.footer {
  background: #154B2D;
  padding-top: 8rem;
}

@media (max-width: 767px) {
  .footer {
    padding-top: 5.6rem;
  }
}
.footer__inner {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .footer__inner {
    width: 100%;
  }
}
.footer__content {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: clamp(60px, 9vw, 130px);
  padding-bottom: 5rem;
}

@media (max-width: 767px) {
  .footer__content {
    gap: 6rem;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .footer .left {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .footer .left {
    display: block;
  }
}
.footer__logo {
  width: clamp(170px, 21vw, 300px);
}

@media (max-width: 767px) {
  .footer__logo {
    text-align: center;
  }
}
.footer__logo a {
  transition: all 0.3s ease 0s;
}

@media (max-width: 767px) {
  .footer__logo a {
    width: 251px;
    display: block;
  }
}
.footer__logo a:hover {
  opacity: 0.6;
}

.footer__nav {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 767px) {
  .footer__nav {
    gap: 2.4rem;
  }
}
.footer__nav .footer-nav {
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 3rem;
}

@media (max-width: 767px) {
  .footer__nav .footer-nav {
    gap: 2.4rem;
    grid-template-columns: 1fr;
  }
}
.footer__nav .footer-nav li {
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  width: 26.5rem;
}

@media (max-width: 767px) {
  .footer__nav .footer-nav li {
    font-size: 20px;
  }
}
.footer__nav .footer-nav li.width {
  width: 20rem;
}

.footer__nav .footer-nav li .footer-navLists li {
  line-height: 0;
  font-weight: 400;
}

.footer__nav .footer-nav li .footer-navLists li:not(:first-child) {
  margin-top: 10px;
}

.footer__nav .footer-nav li .footer-navLists li a {
  font-size: clamp(12px, 1.3vw, 14px);
  line-height: 1.6;
  letter-spacing: 0.04rem;
  transition: all 0.3s ease 0s;
}

.footer__nav .footer-nav li .footer-navLists li a:hover {
  opacity: 0.6;
}

.footer__bottom {
  background: #022010;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  height: 75px;
  color: #fff;
}

@media (max-width: 767px) {
  .footer__bottom {
    height: auto;
    padding: 2.5rem 2rem 7rem;
    flex-direction: column;
    align-items: start;
    gap: 5px;
  }
}
.footer__bottom a {
  font-size: clamp(12px, 1.3vw, 13px);
  transition: all 0.3s ease 0s;
}

.footer__bottom a:hover {
  opacity: 0.6;
}

.footer__bottom .copy {
  font-size: clamp(12px, 1.3vw, 13px);
}

/*-----------------------------------------
    メディアクエリ
-----------------------------------------*/
/*-----------------------------------------

リセット

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

html,
body {
  padding: 0;
  margin: 0;
  font-size: 62.5%;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  html {
    font-size: 0.625vw;
  }
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

/*-----------------------------------------

全体指定

----------------------------------------*/
body {
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background: #fff;
  color: #4C3501;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
}

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

@media (min-width: 767px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
li {
  list-style: none;
}

dt,
dd {
  margin: 0;
}

/*----------------- topページ -------------------*/
.mv {
  position: relative;
  height: clamp(468px, 61vw, 870px);
  padding-top: 6.4rem;
  background: url(../images/mv-bg.webp) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .mv {
    padding-top: 4.4rem;
    height: clamp(647px, 169vw, 1150px);
    background: url(../images/mv-bg_sp.webp) no-repeat top center/cover;
  }
}
.mv .mv-content {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
  height: 100%;
  width: 90%;
  max-width: 1104px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .mv .mv-content {
    justify-content: start;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
  }
}
.mv .mv-content .mv-text {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  position: absolute;
  left: 0;
}

@media (max-width: 767px) {
  .mv .mv-content .mv-text {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }
}
.mv .mv-content .mv-text img {
  width: clamp(340px, 39vw, 552px);
}

@media (max-width: 767px) {
  .mv .mv-content .mv-text img {
    width: 96%;
    max-width: 552px;
  }
}
.mv .mv-content .img {
  width: clamp(400px, 40vw, 600px);
  position: absolute;
  right: 0;
  bottom: 0rem;
}

@media (max-width: 767px) {
  .mv .mv-content .img {
    box-sizing: border-box;
    width: clamp(180px, 50svw, 350px);
    right: 0;
  }
}
.mv .mv-content .img img {
  vertical-align: bottom;
  line-height: 1em;
}

.mv .mv-content p {
  font-weight: 600;
  font-size: clamp(14px, 2vw, 28px);
  line-height: 1.5;
  letter-spacing: 0.05rem;
  margin-bottom: 1rem;
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 767px) {
  .mv .mv-content p {
    text-align: center;
    font-size: clamp(16px, 3vw, 23px);
  }
}
.mv .mv-content p strong {
  font-weight: 500;
  display: block;
  font-size: clamp(28px, 4.2vw, 52px);
  letter-spacing: 0.06rem;
}

@media (max-width: 767px) {
  .mv .mv-content p strong {
    font-size: clamp(28px, 6.2vw, 45px);
  }
}
.mv .mv-content .textBox {
  margin-top: 1.9rem;
  padding: 0 1.5rem;
}

@media (max-width: 767px) {
  .mv .mv-content .textBox {
    margin-top: 2.7rem;
  }
}
.mv .mv-content .textBox .title {
  font-weight: 600;
  font-size: clamp(14px, 4.4vw, 39px);
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-family: "Noto Serif JP", serif;
}

.mv .mv-content .textBox .text {
  width: clamp(168px, 54vw, 380px);
  margin-top: clamp(14px, 3.8vw, 28px);
  font-size: clamp(12px, 3.5vw, 33px);
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-weight: 400;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}

/*-----------------------------------------
    sideFix
-----------------------------------------*/
.sideFix {
  right: 0;
  width: clamp(100px, 10.1vw, 145px);
  border-radius: 2rem 0 0 2rem;
  background: #154B2D;
  padding: 6rem 2rem 3rem;
  z-index: 9;
  box-shadow: 20px 20px 10px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease 0s;
}

@media (max-width: 767px) {
  .sideFix {
    display: none;
  }
}
.sideFix:hover {
  width: 12%;
  padding-right: 5rem;
}

.sideFix__content {
  position: relative;
  background: #fff;
  border-radius: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  padding: 2.7rem 2rem 2rem;
}

.sideFix__content .tate {
  writing-mode: vertical-rl;
}

.sideFix__content .tate p {
  text-align: center;
  font-size: clamp(22px, 2vw, 26px);
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.8rem;
  color: #154B2D;
}

.sideFix__content .tate p span {
  display: block;
  font-size: clamp(16px, 1.6vw, 22px);
  letter-spacing: 0.04rem;
}

.sideFix__content .tag {
  border: 1px solid #154B2D;
  border-radius: 4px;
  font-size: clamp(18px, 1.6vw, 23px);
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 1.3;
  padding: 0.8rem;
  color: #154B2D;
  font-family: "Noto Serif JP", serif;
}

.sideFix .fukidashi {
  position: absolute;
  background: #B98F2D;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: clamp(100px, 9.5vw, 135px);
  height: clamp(100px, 9.5vw, 135px);
  z-index: 3;
  left: 50%;
  top: -50%;
  transform: translateX(-50%);
}

.sideFix .fukidashi::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-color: #B98F2D transparent transparent transparent;
  border-width: 3.8rem 1.4rem 0 1.4rem;
  z-index: -1;
}

.sideFix .fukidashi .img {
  margin-top: -5rem;
  width: clamp(35px, 4vw, 47.51px);
  transform: rotate(-9deg);
}

.sideFix .fukidashi p {
  margin-top: 1rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.04rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(11px, 1.3vw, 16px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04rem;
}

.sideFix .fukidashi p span {
  margin-top: 2px;
  display: block;
  font-size: clamp(10px, 1.2vw, 13px);
  font-weight: 500;
  line-height: 1.8;
}

.mv-sriderWrap {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: clamp(300px, 27vw, 400px);
  margin-top: -19rem;
}

@media (max-width: 767px) {
  .mv-sriderWrap {
    height: clamp(195px, 27vw, 210px);
    margin-top: -10rem;
  }
}
.mv__slider {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 5;
}

.mv__slider .slider-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: slide 90s linear infinite;
}

.mv__slider .slide {
  flex: 0 0 auto;
  width: 33.4rem;
  height: 25rem;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0px 4px 60px 0px rgba(255, 255, 255, 0.3);
}

.mv__slider .slide:nth-child(even) {
  margin-top: 4rem;
}

@media (max-width: 767px) {
  .mv__slider .slide:nth-child(even) {
    margin-top: 1.3rem;
  }
}
@media (max-width: 767px) {
  .mv__slider .slide {
    width: 12.3rem;
    height: 9.2rem;
    margin-left: 0.9rem;
    margin-right: 0.9rem;
  }
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/*-----------------------------------------
    intro
-----------------------------------------*/
.intro {
  padding-top: 4rem;
  padding-bottom: 18.8rem;
  position: relative;
  background: #F4F1EB;
}

@media (max-width: 767px) {
  .intro {
    padding-top: 1rem;
    padding-bottom: 2.6rem;
  }
}
.intro::before {
  content: "";
  position: absolute;
  top: -7vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 8vw;
  background: url(../images/intro-bg_deco.svg) no-repeat top center/cover;
}

@media (max-width: 767px) {
  .intro::before {
    top: -11vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 12vw;
    /*background: url(../images/intro-bg_deco_sp.svg) no-repeat top center/contain;*/
  }
}
.intro__inner {
  width: 1047px;
}

@media (max-width: 767px) {
  .intro__inner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .intro__content {
    position: relative;
    z-index: 2;
    margin-top: 5rem;
  }
}
.intro__content .flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
}

@media (max-width: 767px) {
  .intro__content .flex {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.intro__content .flex .left {
  max-width: 545px;
  width: 60%;
  margin-top: 7rem;
}

@media (max-width: 767px) {
  .intro__content .flex .left {
    width: 100%;
    margin-top: -5rem;
  }
}
.intro__content .flex .left .intro__title {
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.2rem;
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 767px) {
  .intro__content .flex .left .intro__title {
    letter-spacing: 0.1rem;
    white-space: nowrap;
  }
}
.intro__content .flex .left p {
  margin-top: 4.5rem;
  font-size: clamp(16px, 1.8vw, 24px);
  line-height: 1.7;
  letter-spacing: 0.2rem;
}

@media (max-width: 767px) {
  .intro__content .flex .left p {
    margin-top: 2rem;
    letter-spacing: 0.08rem;
    white-space: nowrap;
    line-height: 1.6;
  }
}
.intro__content .flex .right {
  max-width: 427px;
  width: 43%;
}

@media (max-width: 767px) {
  .intro__content .flex .right {
    width: 100%;
    width: 87%;
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .intro__content .flex .right .img {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.intro__content .flex .right .img2 {
  display: block;
  width: 81%;
  margin-left: -3vw;
  margin-top: -132px;
}

@media (max-width: 767px) {
  .intro__content .flex .right .img2 {
    width: 66%;
    margin-left: auto;
    margin-right: 0vw;
    margin-top: -70px;
  }
}
.marquee {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  z-index: 2;
}

@media (max-width: 767px) {
  .marquee {
    z-index: 1;
  }
}
.marquee__inner {
  display: inline-block;
  animation: scroll 60s linear infinite;
}

.marquee__inner span {
  display: inline-block;
  margin-left: 2.2rem;
  margin-right: 2.2rem;
}

@media (max-width: 767px) {
  .marquee__inner span {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.marquee__inner span img {
  width: 60.4vw;
  vertical-align: bottom;
  line-height: 1em;
}

@media (max-width: 767px) {
  .marquee__inner span img {
    width: 153vw;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*-----------------------------------------
    warning
-----------------------------------------*/
.warning {
  background: #F5F9E9;
  padding-top: 5.5rem;
  padding-bottom: 6rem;
}

@media (max-width: 767px) {
  .warning {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
}
.warning__title {
  color: #514327;
}

.warning__lead {
  color: rgba(21, 75, 45, 0.2);
}

.warning__content {
  margin-top: 4.8rem;
}

@media (max-width: 767px) {
  .warning__content {
    margin-top: 6.8rem;
  }
}
.warning__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
}

@media (max-width: 767px) {
  .warning__items {
    grid-template-columns: 1fr;
    gap: 5.4rem;
    width: 87%;
    margin-left: auto;
    margin-right: auto;
  }
}
.warning__item {
  background: #154B2D;
  border-radius: 3rem;
  padding-top: 20px;
  padding-bottom: 5.4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

@media (max-width: 767px) {
  .warning__item {
    padding-top: 28px;
    padding-bottom: 3rem;
  }
}
.warning__item::before {
  content: "";
  position: absolute;
  top: -2.5vw;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(43px, 5vw, 63px);
  height: clamp(43px, 5vw, 63px);
  background: url(../images/warning-deco.svg) no-repeat center center/contain;
}

@media (max-width: 767px) {
  .warning__item::before {
    top: -8%;
    width: clamp(43px, 11vw, 50px);
    height: clamp(43px, 11vw, 50px);
  }
}
.warning__item .head {
  width: clamp(133px, 17vw, 233px);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .warning__item .head {
    width: clamp(134px, 37vw, 230px);
  }
}
.warning__item .body {
  margin-top: 0.8rem;
}

@media (max-width: 767px) {
  .warning__item .body {
    margin-top: 0.2rem;
  }
}
.warning__item .body h3 {
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 600;
  letter-spacing: 0.15rem;
  text-align: center;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

@media (max-width: 767px) {
  .warning__item .body h3 {
    line-height: 1.8;
    font-size: clamp(18px, 3.8vw, 24px);
  }
}
/*-----------------------------------------
    support
-----------------------------------------*/
.support {
  padding-top: 9rem;
  padding-bottom: 6rem;
  position: relative;
}

@media (max-width: 767px) {
  .support {
    padding-top: 6.5rem;
    padding-bottom: 4rem;
  }
}
.support::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 60px 0 60px;
  border-color: #F5F9E9 transparent transparent transparent;
}

@media (max-width: 767px) {
  .support::before {
    top: -1.5%;
    border-width: 35px 100px 0 100px;
  }
}
.support__head {
  text-align: center;
}

.support__title {
  display: inline-block;
  font-size: clamp(20px, 2.3vw, 32px);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05rem;
  position: relative;
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 767px) {
  .support__title {
    width: clamp(196px, 40vw, 310px);
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(20px, 4.2vw, 32px);
  }
}
.support__title::before {
  content: "";
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: -10rem;
  width: clamp(58px, 6vw, 85px);
  height: clamp(58px, 6vw, 85px);
  background: url(../images/support-deco.svg) no-repeat center center/contain;
}

@media (max-width: 767px) {
  .support__title::before {
    left: -6rem;
    width: clamp(58px, 11.5vw, 92px);
    height: clamp(85px, 11.5vw, 92px);
  }
}
.support__title::after {
  content: "";
  position: absolute;
  top: 55%;
  right: -10rem;
  transform: scale(-1, 1) translateY(-50%);
  width: clamp(58px, 6vw, 85px);
  height: clamp(58px, 6vw, 85px);
  background: url(../images/support-deco.svg) no-repeat center center/contain;
}

@media (max-width: 767px) {
  .support__title::after {
    right: -6rem;
    width: clamp(58px, 11.5vw, 92px);
    height: clamp(85px, 11.5vw, 92px);
  }
}
.support__title--sub {
  margin-top: 1.5rem;
  font-size: clamp(16px, 2.3vw, 32px);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 767px) {
  .support__title--sub {
    text-align: left;
    margin-top: 2.7rem;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.1rem;
  }
}
.support__title span {
  position: relative;
}

@media (max-width: 767px) {
  .support__title span {
    padding-bottom: 2rem;
    background: url(../images/under-line.svg) no-repeat center center/contain;
  }
}
.support__title span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.6rem;
  background: rgba(105, 187, 0, 0.3);
}

@media (max-width: 767px) {
  .support__title span::after {
    display: none;
  }
}
.support__lead {
  margin-top: 2.5rem;
  text-align: center;
  font-weight: 500;
  font-size: clamp(14px, 1.4vw, 18px);
  line-height: 1.9;
  letter-spacing: 0.08rem;
}

@media (max-width: 767px) {
  .support__lead {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-top: 1.2rem;
  }
}
.support__content {
  margin-top: 6.2rem;
}

@media (max-width: 767px) {
  .support__content {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .support__tableWrap {
    overflow-x: scroll;
    padding-bottom: 3px;
  }
  .support__tableWrap::-webkit-scrollbar {
    width: 5px;
  }
  .support__tableWrap::-webkit-scrollbar-track {
    background: #E3E3E3;
    border-radius: 10px;
  }
  .support__tableWrap::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #154B2D, #154B2D);
    border-radius: 10px;
  }
  .support__tableWrap:-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #154B2D, #154B2D);
  }
  .support__tableWrap.simplebar-scrollbar::before {
    background: hotpink;
  }
}
.support__table {
  width: clamp(500px, 63vw, 900px);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .support__table {
    width: clamp(500px, 150vw, 900px);
  }
}
.support__table--scroll {
  margin-top: 12px;
  text-align: right;
}

.support__table--scroll img {
  width: 40px;
}

.support__slider {
  margin-top: 5.6rem;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 767px) {
  .support__slider {
    margin-top: 1rem;
  }
}
.support__slider .slider-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: slide 90s linear infinite;
}

.support__slider .slide {
  flex: 0 0 auto;
  width: 40.5rem;
  height: 30.2rem;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.4rem;
  overflow: hidden;
}

.support__slider .slide:nth-child(even) {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .support__slider .slide:nth-child(even) {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .support__slider .slide {
    width: 16.4rem;
    height: 12.3rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/*-----------------------------------------
    plan
-----------------------------------------*/
.plan {
  padding-top: 7rem;
  padding-bottom: 9.3rem;
}

@media (max-width: 767px) {
  .plan {
    padding-top: 3.6rem;
    padding-bottom: 5.6rem;
  }
}
.plan__lead {
  color: #F5F1E9;
}

.plan__title {
  margin-top: -3rem;
}

@media (max-width: 767px) {
  .plan__title {
    margin-top: 0;
  }
}
.plan__content {
  margin-top: 4.5rem;
}

@media (max-width: 767px) {
  .plan__content {
    margin-top: 1.5rem;
  }
}
.plan__items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(100px, 9vw, 120px);
}

@media (max-width: 767px) {
  .plan__items {
    gap: 64px;
  }
}
.plan__item {
  width: 100%;
}

.plan__item .head h3 {
  color: #154B2D;
  text-align: center;
  font-weight: 600;
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: 0.15rem;
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 767px) {
  .plan__item .head h3 {
    font-size: clamp(18px, 3.3vw, 20px);
    letter-spacing: 0.05rem;
    white-space: nowrap;
  }
}
.plan__item .head .campaign {
  margin-top: 2.2rem;
  border-radius: 2.4rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100% 100%'%3E%3Crect x='5' y='3' width='99%' height='95%' fill='none' stroke='%23154B2D' stroke-width='2' stroke-dasharray='1.5 10' stroke-linecap='round' rx='12' ry='12'/%3E%3C/svg%3E") no-repeat center/100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 2.8rem 2rem;
}

@media (max-width: 767px) {
  .plan__item .head .campaign {
    margin-top: 2.2rem;
    gap: 2rem;
    padding: 2.3rem 2rem;
    border-radius: 1.6rem;
    flex-direction: row-reverse;
    align-items: center;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100% 100%'%3E%3Crect x='4' y='5' width='98%' height='93%' fill='none' stroke='%23E2D6BC' stroke-width='3' stroke-dasharray='2 8' stroke-linecap='round' rx='12' ry='12'/%3E%3C/svg%3E") no-repeat center/100% 100%;
  }
}
.plan__item .head .campaign .left h4 {
  font-weight: 600;
  font-size: clamp(20px, 1.7vw, 24px);
  letter-spacing: 0.2rem;
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 767px) {
  .plan__item .head .campaign .left h4 {
    letter-spacing: 0.05rem;
    text-align: center;
    line-height: 1.3;
    font-size: clamp(14px, 3.7vw, 18px);
  }
}
.plan__item .head .campaign .left h4 .big {
  font-size: clamp(28px, 2.8vw, 38px);
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0.4rem;
  margin-left: 1rem;
}

@media (max-width: 767px) {
  .plan__item .head .campaign .left h4 .big {
    font-size: clamp(26px, 8vw, 30px);
    letter-spacing: 0.05rem;
  }
}
.plan__item .head .campaign .left h4 .mid {
  font-size: clamp(22px, 2.2vw, 26px);
}

@media (max-width: 767px) {
  .plan__item .head .campaign .left h4 .mid {
    font-size: clamp(16px, 5vw, 18px);
  }
}
.plan__item .head .campaign .left p {
  margin-top: 8px;
  font-size: clamp(13px, 1.3vw, 14px);
  line-height: 2;
  letter-spacing: 0.04rem;
}

@media (max-width: 767px) {
  .plan__item .head .campaign .left p {
    margin-top: 2rem;
  }
}
.plan__item .head .campaign .right {
  width: clamp(90px, 9vw, 122px);
}

@media (max-width: 767px) {
  .plan__item .head .campaign .right {
    width: clamp(56px, 14vw, 90px);
  }
}
.plan__item .body {
  margin-top: 5rem;
  max-width: 985px;
  margin-left: auto;
  width: 98%;
}

@media (max-width: 767px) {
  .plan__item .body {
    margin-top: 6.5rem;
    width: 100%;
  }
}
.plan__item .body .plan__lists {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(50px, 4vw, 58px);
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists {
    gap: 98px;
  }
}
.plan__item .body .plan__lists li {
  position: relative;
  width: 100%;
}

.plan__item .body .plan__lists li .plan-fukidasi {
  position: absolute;
  top: -5%;
  left: -2%;
  -o-border-image: url(../images/plan-fukidashi.webp) 46 fill/100px/0px round;
  border-image: url(../images/plan-fukidashi.webp) 46 fill/100px/0px round;
  font-size: clamp(16px, 1.4vw, 20px);
  color: #154B2D;
  text-align: center;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  width: clamp(297px, 38vw, 439px);
  padding: 2rem 2rem 4rem;
  letter-spacing: 0.05rem;
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .plan-fukidasi {
    font-size: 18px;
    width: 92%;
    left: 52%;
    top: -7%;
    max-width: 380px;
    transform: translateX(-50%);
    padding: 1.8rem 1rem 3.8rem;
    -o-border-image: url(../images/plan-fukidashi_sp.webp) 58 fill/100px/0px round;
    border-image: url(../images/plan-fukidashi_sp.webp) 58 fill/100px/0px round;
  }
}
.plan__item .body .plan__lists li .flex {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .flex {
    flex-direction: column;
  }
}
.plan__item .body .plan__lists li .flex .left {
  border-radius: 2.4rem 0 0 2.4rem;
  overflow: hidden;
  max-width: 373px;
  width: 39%;
}

.plan__item .body .plan__lists li .flex .left .img {
  vertical-align: bottom;
  line-height: 1em;
}

.plan__item .body .plan__lists li .flex .left .img img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .flex .left {
    width: 100%;
    max-width: none;
    border-radius: 2.4rem 2.4rem 0 0;
  }
  .plan__item .body .plan__lists li .flex .left .img img {
    /* object-fit: none; */
  }
}
.plan__item .body .plan__lists li .flex .right {
  border-radius: 0 2.4rem 2.4rem 0;
  background: #F1F6F3;
  max-width: 612px;
  width: 62.2%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-left: clamp(20px, 4vw, 56px);
  padding-right: clamp(20px, 4vw, 56px);
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .flex .right {
    width: 100%;
    border-radius: 0 0 2.4rem 2.4rem;
    padding-top: 1.5rem;
    padding-bottom: 2.2rem;
  }
}
.plan__item .body .plan__lists li .flex .right2 {
  background: #EFEFEF;
}

.plan__item .body .plan__lists li .rightInner h4 {
  text-align: center;
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 600;
  letter-spacing: 0.3rem;
  color: #154B2D;
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .rightInner h4 {
    font-size: clamp(22px, 7.8vw, 28px);
  }
}
.plan__item .body .plan__lists li .rightInner .priceWrap {
  gap: 2rem;
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .rightInner .priceWrap {
    margin-top: 0;
    gap: 0;
    flex-direction: column;
  }
}
.plan__item .body .plan__lists li .rightInner .priceWrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: radial-gradient(circle, #E2D6BC 1px, transparent 2px) repeat-x;
  background-size: 9px 3px;
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .rightInner .priceWrap::after {
    display: none;
  }
}
.plan__item .body .plan__lists li .rightInner .priceWrap .text {
  font-size: clamp(14px, 1.3vw, 18px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04rem;
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .rightInner .priceWrap .text {
    font-size: 18px;
    padding-bottom: 7px;
    position: relative;
    width: 100%;
    text-align: center;
  }
  .plan__item .body .plan__lists li .rightInner .priceWrap .text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: radial-gradient(circle, #E2D6BC 1px, transparent 1px) repeat-x;
    background-size: 4px 2px;
  }
}
.plan__item .body .plan__lists li .rightInner .priceWrap .priceFlex {
  color: #A48D48;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan__item .body .plan__lists li .rightInner .priceWrap .priceFlex .en-zei {
  text-align: center;
}

.plan__item .body .plan__lists li .rightInner .priceWrap .priceFlex .en-zei .en {
  font-weight: 600;
  font-size: 36.8px;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
}

.plan__item .body .plan__lists li .rightInner .priceWrap .priceFlex .en-zei .zei {
  font-size: clamp(10px, 1.2vw, 14px);
  color: #4C3501;
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .rightInner .priceWrap .priceFlex .en-zei .zei {
    font-size: 10px;
  }
}
.plan__item .body .plan__lists li .rightInner .priceWrap .priceFlex .num {
  font-size: clamp(40px, 4.5vw, 57px);
  margin-left: 1.2rem;
  margin-top: -5px;
  font-weight: 500;
  letter-spacing: 0.3rem;
  font-family: "Oswald", sans-serif;
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .rightInner .priceWrap .priceFlex .num {
    font-size: 46px;
    margin-left: 4px;
  }
}
.plan__item .body .plan__lists li .rightInner .metaWrap {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .rightInner .metaWrap {
    margin-top: 1rem;
    flex-direction: column;
    gap: 1.2rem;
  }
}
.plan__item .body .plan__lists li .rightInner .metaWrap .text {
  font-size: clamp(14px, 1.3vw, 18px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04rem;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .rightInner .metaWrap .text {
    font-size: 18px;
    padding-bottom: 7px;
    position: relative;
    width: 100%;
    text-align: center;
  }
  .plan__item .body .plan__lists li .rightInner .metaWrap .text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: radial-gradient(circle, #E2D6BC 1px, transparent 1px) repeat-x;
    background-size: 4px 2px;
  }
}
.plan__item .body .plan__lists li .rightInner .metaWrap .tags {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 1.2rem;
  width: clamp(190px, 18vw, 258px);
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .rightInner .metaWrap .tags {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.2rem;
  }
}
.plan__item .body .plan__lists li .rightInner .metaWrap .tags .tag {
  padding: 4px 8px;
  border-radius: 0.4rem;
  font-size: clamp(14px, 1.4vw, 20px);
  font-weight: 600;
  color: #D3CFC4;
  background: #fff;
  width: auto;
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .rightInner .metaWrap .tags .tag {
    font-size: 20px;
    text-align: center;
  }
}
.plan__item .body .plan__lists li .rightInner .metaWrap .tags .tagon {
  background: #154B2D;
  color: #fff;
}

.plan__item .body .plan__lists li .rightInner .metaWrap .ninzu {
  width: clamp(80px, 7vw, 100px);
  height: clamp(80px, 7vw, 100px);
  border-radius: 1.2rem;
  border: 1px solid #154B2D;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .rightInner .metaWrap .ninzu {
    flex-direction: unset;
    width: 100%;
    height: auto;
    padding: 0.4rem;
    gap: 1.2rem;
    margin-top: 2rem;
  }
}
.plan__item .body .plan__lists li .rightInner .metaWrap .ninzu .ninzu-top {
  font-size: clamp(12px, 1.3vw, 14px);
  text-align: center;
  letter-spacing: 0.04rem;
  line-height: 2;
  color: #154B2D;
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .rightInner .metaWrap .ninzu .ninzu-top {
    font-size: 14px;
  }
}
.plan__item .body .plan__lists li .rightInner .metaWrap .ninzu .ninzu-bottom {
  font-size: clamp(22px, 2.1vw, 29px);
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-weight: 600;
  color: #154B2D;
  font-family: "Oswald", sans-serif;
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .rightInner .metaWrap .ninzu .ninzu-bottom {
    font-size: 26px;
  }
}
.plan__item .body .plan__lists li .rightInner .metaWrap .ninzu .ninzu-bottom span {
  font-size: clamp(14px, 1.4vw, 16px);
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .rightInner .metaWrap .ninzu .ninzu-bottom span {
    font-size: 13px;
  }
}
.plan__item .body .plan__lists li .rightInner .metaWrap .ninzu .ninzu-bottom span.ninzuSpan {
  font-size: 10px;
}

.plan__item .body .plan__lists li .rightInner .plan__button {
  margin-top: 3.2rem;
  text-align: center;
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .rightInner .plan__button {
    margin-top: 1.6rem;
    text-align: center;
  }
}
.plan__item .body .plan__lists li .rightInner .plan__btn {
  height: 72px;
  line-height: 72px;
  font-size: 20px;
}

.plan__item .body .plan__lists li .rightInner .plan__btn::after {
  width: 25px;
  height: 25px;
}

/*-----------------------------------------
    search
-----------------------------------------*/
.search {
  padding-top: 6rem;
  padding-bottom: 10.7rem;
}

@media (max-width: 767px) {
  .search {
    padding-top: 4.6rem;
    padding-bottom: 3.6rem;
  }
}
.search__lead {
  margin-top: 20px;
  text-align: center;
  font-size: clamp(14px, 1.3vw, 18px);
  font-weight: 500;
  letter-spacing: 0.04rem;
}

@media (max-width: 767px) {
  .search__lead {
    white-space: nowrap;
  }
}
.search__content {
  margin-top: 5.2rem;
}

@media (max-width: 767px) {
  .search__content {
    margin-top: 3.2rem;
  }
}
.search__map {
  width: clamp(300px, 30vw, 425px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.search__btns {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .search__btns {
    top: 0;
    left: 0;
  }
}
.search__btn {
  width: clamp(130px, 14vw, 190px);
  height: clamp(40px, 5vw, 64px);
  line-height: clamp(38px, 5vw, 64px);
  border-radius: 1.6rem;
  background: #fff;
  font-family: "Noto Serif JP", serif;
  border: 1px solid #E1E1E1;
  text-align: center;
  display: inline-block;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 500;
  letter-spacing: 0.05rem;
  position: relative;
  transition: all 0.3s ease 0s;
}

@media (max-width: 767px) {
  .search__btn {
    width: 190px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
  }
}
.search__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background: url(../images/search-arrow.webp) no-repeat center center/contain;
}

.search__btn:hover {
  transform: translateX(5px) translateY(5px);
  box-shadow: none;
}

/* 群馬県ボタン */
.search__button1 {
  position: absolute;
  top: 30%;
  left: 15%;
}

@media (max-width: 767px) {
  .search__button1 {
    top: 28%;
    left: 10%;
  }
}
/* 埼玉県ボタン */
.search__button2 {
  position: absolute;
  top: 60%;
  left: 35%;
  margin: 0;
}

@media (max-width: 767px) {
  .search__button2 {
    top: 58%;
    left: 33%;
    margin: 0;
  }
}
/* 東京都ボタン */
.search__button3 {
  position: absolute;
  top: 83%;
  left: 48%;
  margin: 0;
}

@media (max-width: 767px) {
  .search__button3 {
    top: 78%;
    left: 35%;
    margin: 0;
  }
}
.searchBottom__wrap {
  margin-top: 8rem;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .searchBottom__wrap {
    margin-top: 4.4rem;
  }
}
.searchBottom__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: clamp(400px, 35vw, 500px);
  height: clamp(76px, 7vw, 96px);
  background: #154B2D;
  border-radius: 1.6rem;
  color: #fff;
  text-align: center;
  font-size: clamp(16px, 2vw, 28px);
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  box-shadow: 7px 4px 0px 0px rgba(21, 75, 45, 0.1);
  transition: all 0.3s ease 0s;
}

.searchBottom__btn::after {
  content: "";
  display: grid;
  place-items: center;
  width: 3.6rem;
  height: 3.6rem;
  background: #b98f2d;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="3.5" stroke="white"><path stroke-linecap="round" stroke-linejoin="round" d="m8.25 4.5 7.5 7.5-7.5 7.5" /></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.8rem;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .searchBottom__btn {
    height: 78px;
    font-size: 20px;
  }
}
.searchBottom__btn:hover {
  transform: translateX(5px) translateY(5px);
  box-shadow: none;
}

/*-----------------------------------------
    strength

    -----------------------------------------*/
.strength__intro {
  position: relative;
  padding-bottom: 9.5rem;
}

@media (max-width: 767px) {
  .strength__intro {
    padding-bottom: 3rem;
  }
}
.strength__intro--bg {
  position: sticky;
  top: 0;
}

.strength__intro--bg img {
  height: 375px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .strength__intro--bg img {
    height: 245px;
  }
}
.strength__intro--content {
  position: relative;
  background: #fff;
}

@media (max-width: 767px) {
  .strength__intro--content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.strength__intro--content::before {
  content: "";
  position: absolute;
  top: -14%;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(400px, 60vw, 710px);
  height: clamp(80px, 16vw, 128px);
  background: url(../images/strengths-bg_deco.webp) no-repeat top center/contain;
}

@media (max-width: 767px) {
  .strength__intro--content::before {
    width: clamp(230px, 61vw, 423px);
    height: clamp(40px, 11vw, 180px);
    top: -9.9vw;
  }
}
.strength__intro--content h2 {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 2;
  letter-spacing: 0.05rem;
  font-weight: 600;
  color: #154B2D;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-top: -4rem;
  z-index: 2;
  position: relative;
}

@media (max-width: 767px) {
  .strength__intro--content h2 {
    font-size: 24px;
    margin-top: -3rem;
  }
}
.strength__intro--content h2 .num {
  font-family: "Aguafina Script", cursive;
  font-size: clamp(90px, 9.1vw, 130px);
  line-height: 1.4;
  letter-spacing: 0.04rem;
  -webkit-text-stroke: 0;
  text-stroke: 0;
  font-weight: 400;
  margin-left: 2rem;
  margin-right: 1rem;
  color: #154B2D;
}

@media (max-width: 767px) {
  .strength__intro--content h2 .num {
    font-size: 64px;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
}
.strength__intro--content h2 .big {
  font-size: clamp(40px, 3.8vw, 53px);
  -webkit-text-stroke: 0.1rem #4C3501;
  text-stroke: 0.1rem #4C3501;
  margin-right: 2rem;
  color: #154B2D;
}

@media (max-width: 767px) {
  .strength__intro--content h2 .big {
    font-size: 24px;
    margin-right: 0.8rem;
  }
}
.strength__intro--content ul {
  margin-top: -2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3.2rem;
  width: 688px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .strength__intro--content ul {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    gap: 2rem;
  }
}
.strength__intro--content li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(480px, 60vw, 688px);
}

@media (max-width: 767px) {
  .strength__intro--content li {
    width: 100%;
    flex-direction: column;
  }
}
.strength__intro--content li .left {
  width: 70px;
  position: relative;
  z-index: 2;
  border-radius: 2rem;
}

.strength__intro--content li .left::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 6px;
  width: 33%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0 4px;
  z-index: -1;
}

@media (max-width: 767px) {
  .strength__intro--content li .left::before {
    bottom: 10px;
    right: -5px;
    width: 100%;
    height: 40%;
    border-radius: 0 4px 0 4px;
  }
}
.strength__intro--content li .right {
  margin-left: -8%;
  width: clamp(468px, 46vw, 664px);
  background: #fff;
  border-radius: 2rem;
  padding-left: clamp(80px, 7vw, 100px);
  padding-top: 2rem;
  padding-bottom: 2rem;
  box-shadow: 6px 4px 0px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .strength__intro--content li .right {
    margin-left: 0;
    width: 100%;
    padding: 1.6rem 2rem;
    text-align: center;
    border-radius: 1.6rem;
    margin-top: -2vw;
  }
}
.strength__intro--content li .right p {
  font-size: clamp(19px, 2vw, 28px);
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 767px) {
  .strength__intro--content li .right p {
    font-size: 16px;
  }
}
.strength__intro--content li .right p strong {
  position: relative;
  font-weight: 600;
  isolation: isolate;
}

.strength__intro--content li .right p strong::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.6rem;
  background: rgba(105, 187, 0, 0.3);
  z-index: -1;
}

@media (max-width: 767px) {
  .strength__intro--content li .right p strong::after {
    height: 1rem;
  }
}
.strength__item--title {
  background: #154B2D;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 3rem 2rem 4rem;
  font-size: clamp(22px, 2.3vw, 32px);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.04rem;
  text-align: center;
  position: relative;
}

.strength__item--title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/strenght-titlebg01.webp) no-repeat top center/cover;
}

@media (max-width: 767px) {
  .strength__item--title::before {
    background: url(../images/strenght-titlebg01_sp.webp) no-repeat top center/cover;
  }
}
@media (max-width: 767px) {
  .strength__item--title {
    padding: 1.2rem;
    font-size: clamp(18px, 3.4vw, 26px);
  }
}
.strength__item--title .img {
  width: 75px;
  vertical-align: bottom;
  line-height: 1em;
}

@media (max-width: 767px) {
  .strength__item--title .img {
    width: 47px;
    margin-bottom: -6px;
  }
}
.strength__item--title2::before {
  background: url(../images/strenght-titlebg01.webp) no-repeat top center/cover;
}

@media (max-width: 767px) {
  .strength__item--title2::before {
    background: url(../images/strenght-titlebg02_sp.webp) no-repeat top center/cover;
  }
}
.strength__item--title3::before, .strength__item--title4::before {
  background: url(../images/strenght-titlebg02.webp) no-repeat top center/cover;
}

@media (max-width: 767px) {
  .strength__item--title3::before {
    background: url(../images/strenght-titlebg03_sp.webp) no-repeat top center/cover;
  }
}
@media (max-width: 767px) {
  .strength__item--title4::before {
    background: url(../images/strenght-titlebg04_sp.webp) no-repeat top center/cover;
  }
}
.strength__item--title5::before, .strength__item--title6::before {
  background: url(../images/strenght-titlebg03.webp) no-repeat top center/cover;
}

@media (max-width: 767px) {
  .strength__item--title5::before {
    background: url(../images/strenght-titlebg05_sp.webp) no-repeat top center/cover;
  }
}
@media (max-width: 767px) {
  .strength__item--title6::before {
    background: url(../images/strenght-titlebg06_sp.webp) no-repeat top center/cover;
  }
}
.strength__itemInner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}

@media (max-width: 767px) {
  .strength__itemInner {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 100%;
  }
}
.strength__itemInner--none {
  padding-left: 0;
  padding-right: 0;
}

.strength__plan {
  padding-top: 4rem;
  padding-bottom: 5rem;
}

@media (max-width: 767px) {
  .strength__plan {
    padding-top: 3.2rem;
    padding-bottom: 4.6rem;
  }
}
@media (max-width: 767px) {
  .strength__plan .plan__tableWrap {
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .strength__plan .plan__tableWrap::-webkit-scrollbar {
    width: 5px;
  }
  .strength__plan .plan__tableWrap::-webkit-scrollbar-track {
    background: #E3E3E3;
    border-radius: 10px;
  }
  .strength__plan .plan__tableWrap::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #154B2D, #154B2D);
    border-radius: 10px;
  }
  .strength__plan .plan__tableWrap:-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #154B2D, #154B2D);
  }
}
.strength__plan .plan__table {
  width: clamp(500px, 70vw, 1000px);
  margin-left: auto;
  margin-right: auto;
}

.strength__plan .plan__table img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 767px) {
  .strength__plan .plan__table {
    width: auto;
    min-width: 900px;
  }
  .strength__plan .plan__table img {
    width: auto;
    min-width: 900px;
    height: auto;
  }
}
.strength__plan .plan__table--scroll {
  margin-top: 12px;
  text-align: right;
}

.strength__plan .plan__table--scroll img {
  width: 40px;
}

.strength__flow {
  padding-top: 6rem;
}

@media (max-width: 767px) {
  .strength__flow {
    padding-top: 3.5rem;
  }
}
.strength__flow .flow__lead {
  color: #154B2D;
  text-align: center;
  font-weight: 600;
  font-size: clamp(22px, 2.3vw, 28px);
  letter-spacing: 0.15rem;
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 767px) {
  .strength__flow .flow__lead {
    text-align: left;
    font-size: 18px;
    letter-spacing: 0.05rem;
  }
}
.strength__flow .flow__content {
  margin-top: 6.4rem;
}

@media (max-width: 767px) {
  .strength__flow .flow__content {
    margin-top: 2.4rem;
  }
}
.strength__flow .flow__content--bottom {
  margin-top: 6rem;
  border-radius: 4rem;
  -o-border-image: url(../images/flow-flame.svg) 100 fill/100px/0px round;
  border-image: url(../images/flow-flame.svg) 100 fill/100px/0px round;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 5.2rem 2rem;
  position: relative;
}

@media (max-width: 767px) {
  .strength__flow .flow__content--bottom {
    -o-border-image: none;
    border-image: none;
    border: 2px dashed #154B2D;
    border-radius: 1.6rem;
    padding: 3.2rem;
    margin-top: 2rem;
  }
}
.strength__flow .flow__content--bottom .lead {
  font-weight: 600;
  color: #154B2D;
  font-size: clamp(18px, 1.6vw, 24px);
  letter-spacing: 0.05rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 767px) {
  .strength__flow .flow__content--bottom .lead {
    text-align: justify;
  }
}
@media (max-width: 767px) {
  .strength__flow .flow__tableWrap {
    overflow-x: scroll;
    padding-bottom: 3px;
  }
  .strength__flow .flow__tableWrap::-webkit-scrollbar {
    width: 5px;
  }
  .strength__flow .flow__tableWrap::-webkit-scrollbar-track {
    background: #E3E3E3;
    border-radius: 10px;
  }
  .strength__flow .flow__tableWrap::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #154B2D, #154B2D);
    border-radius: 10px;
  }
  .strength__flow .flow__tableWrap:-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #154B2D, #154B2D);
  }
}
.strength__flow .flow__table {
  width: clamp(500px, 59vw, 840px);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .strength__flow .flow__table {
    width: clamp(500px, 153vw, 840px);
  }
}
.strength__flow .flow__table--scroll {
  margin-top: 12px;
  text-align: right;
}

.strength__flow .flow__table--scroll img {
  width: 40px;
}

.strength .flow__bottom {
  margin-top: 7rem;
  background: url(../images/senmonten-bg.webp) no-repeat center center/cover;
  padding-top: 19.5rem;
  padding-bottom: 23.5rem;
}

@media (max-width: 767px) {
  .strength .flow__bottom {
    margin-top: 4rem;
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}
.strength .flow__bottom .bottomContent {
  background: #fff;
  max-width: 520px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2.4rem;
  padding: 4.5rem 3rem 4rem;
}

.strength .flow__bottom .bottomContent h3 {
  font-size: clamp(16px, 1.4vw, 20px);
  text-align: center;
  font-weight: 500;
  color: #154B2D;
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 767px) {
  .strength .flow__bottom .bottomContent h3 {
    font-size: 18px;
    line-height: 1.4;
  }
}
.strength .flow__bottom .bottomContent h3 strong {
  display: block;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .strength .flow__bottom .bottomContent h3 strong {
    margin-top: 0;
  }
}
.strength .flow__bottom .bottomContent h3 .big {
  font-size: 32px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .strength .flow__bottom .bottomContent h3 .big {
    font-size: 26px;
  }
}
.strength .flow__bottom .bottomContent h3 .mid {
  font-size: 18px;
}

@media (max-width: 767px) {
  .strength .flow__bottom .bottomContent h3 .mid {
    font-size: 14px;
  }
}
.strength .flow__bottom .bottomContent p {
  margin-top: 2.4rem;
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 2;
  letter-spacing: 0.04rem;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .strength .flow__bottom .bottomContent p {
    margin-top: 1.4rem;
    max-width: 83%;
    font-size: 14px;
    line-height: 2;
    text-align: justify;
  }
}
.strength .flow__bottom .bottomContent .senmon__button {
  margin-top: 3.6rem;
  text-align: center;
}

@media (max-width: 767px) {
  .strength .flow__bottom .bottomContent .senmon__button {
    margin-top: 1.8rem;
  }
}
.strength .flow__bottom .bottomContent .senmon__btn {
  max-width: 357px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #154B2D;
  box-shadow: 5px 5px 0px 0px rgba(46, 79, 82, 0.1);
  color: #154B2D;
}

@media (max-width: 767px) {
  .strength .flow__bottom .bottomContent .senmon__btn {
    max-width: 230px;
    font-size: 16px;
    line-height: 68px;
    height: 72px;
    text-align: left;
    padding-left: 6rem;
  }
}
.strength .flow__bottom .bottomContent .senmon__btn:after {
  background: url(../images/senmon-arrow.svg) no-repeat center/contain;
}

@media (max-width: 767px) {
  .strength .flow__bottom .bottomContent .senmon__btn:after {
    width: 25px;
    height: 25px;
  }
}
.strength .flow__bottom .bottomContent .senmon__btn:hover {
  box-shadow: none;
}

.strength__director {
  padding-top: 3rem;
  padding-bottom: 6rem;
}

@media (max-width: 767px) {
  .strength__director {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.strength__director .director__lead {
  color: #154B2D;
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.15rem;
}

@media (max-width: 767px) {
  .strength__director .director__lead {
    font-size: 18px;
    text-align: left;
  }
}
.strength__director .director__content {
  margin-top: 4.4rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}

@media (max-width: 767px) {
  .strength__director .director__content {
    margin-top: 2rem;
    grid-template-columns: 1fr;
  }
}
.strength__ansin {
  padding-top: 3rem;
  padding-bottom: 11rem;
}

@media (max-width: 767px) {
  .strength__ansin {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.strength__ansin .ansin__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 7rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

@media (max-width: 767px) {
  .strength__ansin .ansin__content {
    gap: 3.3rem;
    grid-template-columns: 1fr;
  }
}
.strength__jisseki {
  padding-bottom: 6.3rem;
}

@media (max-width: 767px) {
  .strength__jisseki {
    padding-top: 2rem;
    padding-bottom: 5.6rem;
  }
}
.strength__jisseki .jisseki__content {
  max-width: 791px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

@media (max-width: 767px) {
  .strength__jisseki .jisseki__content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .strength .card {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.strength .card__head .img {
  border-radius: 2rem;
  overflow: hidden;
}

.strength .card__bottom {
  margin-top: 2rem;
}

.strength .card__bottom .director-card {
  color: #154B2D;
  font-weight: 500;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.5;
  letter-spacing: 0.05rem;
  text-align: center;
}

@media (max-width: 767px) {
  .strength .card__bottom .director-card {
    font-size: clamp(20px, 5vw, 24px);
  }
}
.strength .card__bottom .director-card span {
  font-size: clamp(14px, 1.4vw, 18px);
  font-weight: 400;
  display: block;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .strength .card__bottom .director-card span {
    font-size: 18px;
  }
}
.strength .card__bottom .ansin-card {
  color: #154B2D;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.5;
  letter-spacing: 0.05rem;
  text-align: center;
  height: clamp(52px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 767px) {
  .strength .card__bottom .ansin-card {
    font-size: clamp(20px, 5vw, 24px);
    height: auto;
  }
}
.strength .card__bottom .ansin-card span {
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 700;
  display: block;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .strength .card__bottom .ansin-card span {
    font-size: clamp(16px, 4vw, 20px);
  }
}
.strength .card__bottom p {
  margin-top: 1rem;
  font-size: clamp(13px, 1.3vw, 14px);
  line-height: 2;
  letter-spacing: 0.04rem;
}

@media (max-width: 767px) {
  .strength .card__bottom p {
    font-size: 14px;
    margin-top: 1.2rem;
    line-height: 1.8;
  }
}
.strength__facility {
  padding-bottom: 7rem;
}

@media (max-width: 767px) {
  .strength__facility {
    padding-bottom: 5.6rem;
  }
}
.strength__facility .facility__content {
  padding-top: 4rem;
}

@media (max-width: 767px) {
  .strength__facility .facility__content {
    padding-top: 3.2rem;
  }
}
.strength__facility .facility__items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 74px;
}

@media (max-width: 767px) {
  .strength__facility .facility__items {
    gap: 4rem;
  }
}
.strength__facility .facility__items .card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6.4rem;
}

@media (max-width: 767px) {
  .strength__facility .facility__items .card {
    gap: 2rem;
    flex-direction: column;
  }
}
.strength__facility .facility__items .card:nth-child(even) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .strength__facility .facility__items .card:nth-child(even) {
    flex-direction: column;
  }
}
.strength__facility .facility__items .card__left {
  width: 50%;
  max-width: 468px;
}

@media (max-width: 767px) {
  .strength__facility .facility__items .card__left {
    width: 100%;
  }
}
.strength__facility .facility__items .card__left .img {
  overflow: hidden;
  border-radius: 2rem;
}

.strength__facility .facility__items .card__right {
  width: 50%;
  max-width: 468px;
}

@media (max-width: 767px) {
  .strength__facility .facility__items .card__right {
    width: 100%;
  }
}
.strength__facility .facility__items .card__right h3 {
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-family: "Noto Serif JP", serif;
  color: #154B2D;
}

.strength__facility .facility__items .card__right p {
  margin-top: 1rem;
  font-size: clamp(14px, 1.3vw, 18px);
  line-height: 2;
  letter-spacing: 0.04rem;
}

.strength .facility__sliders {
  margin-top: 3.4rem;
}

@media (max-width: 767px) {
  .strength .facility__sliders {
    margin-top: 3.2rem;
  }
}
.strength .facility__slider01 {
  overflow: hidden;
  width: 100%;
}

.strength .facility__slider01 .slider-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: slide 90s linear infinite;
}

.strength .facility__slider01 .slide {
  flex: 0 0 auto;
  width: 40.8rem;
  height: 30.7rem;
  margin-left: 10.5px;
  margin-right: 10.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  overflow: hidden;
}

.strength .facility__slider01 .slide:nth-child(even) {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .strength .facility__slider01 .slide:nth-child(even) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .strength .facility__slider01 .slide {
    width: 16.2rem;
    height: 12.1rem;
    margin-left: 4.5px;
    margin-right: 4.5px;
  }
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.strength .facility__slider02 {
  margin-top: 30px;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 767px) {
  .strength .facility__slider02 {
    margin-top: 1.3rem;
  }
}
.strength .facility__slider02 .slider-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: slide 90s linear infinite reverse;
}

.strength .facility__slider02 .slide {
  flex: 0 0 auto;
  width: 40.8rem;
  height: 30.7rem;
  margin-left: 10.5px;
  margin-right: 10.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  overflow: hidden;
}

.strength .facility__slider02 .slide:nth-child(even) {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .strength .facility__slider02 .slide:nth-child(even) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .strength .facility__slider02 .slide {
    width: 16.2rem;
    height: 12.1rem;
    margin-left: 4.5px;
    margin-right: 4.5px;
  }
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/*-----------------------------------------
    interview
-----------------------------------------*/
.interview {
  padding-top: 6.5rem;
  padding-bottom: 7rem;
  background: #F4F1EB;
}

@media (max-width: 767px) {
  .interview {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
}
.interview__lead {
  color: #fff;
}

.interview__leadP {
  margin-top: 3rem;
  text-align: center;
  font-size: clamp(14px, 1.4vw, 18px);
  line-height: 1.9;
  letter-spacing: 0.04rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .interview__leadP {
    text-align: left;
    padding-left: 2rem;
  }
}
.interview__content {
  margin-top: 4.5rem;
}

@media (max-width: 767px) {
  .interview__content {
    margin-top: 3.2rem;
  }
}
.interview__slider {
  margin-left: auto;
  width: 1270px;
  max-width: 96%;
  margin-right: 0;
}

@media (max-width: 767px) {
  .interview__slider {
    max-width: 100%;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.interview__slider .swiper-slide {
  width: 378px;
}

@media (max-width: 767px) {
  .interview__slider .swiper-slide {
    width: auto;
  }
}
.interview__item {
  transition: all 0.3s ease 0s;
  background: #fff;
  padding: 24px 20px;
  border-radius: 2rem;
  display: block;
}

.interview__item:hover {
  opacity: 0.6;
}

.interview__item .head {
  border-radius: 2rem;
  overflow: hidden;
}

@media (max-width: 767px) {
  .interview__item .head {
    width: 100%;
  }
}
.interview__item .body {
  padding-top: 16px;
}

.interview__item .body h3 {
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.08rem;
  color: #154B2D;
  font-family: "Noto Serif JP", serif;
}

.interview__item .body .meta {
  margin-top: 12px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04rem;
}

.interview__item .body .tag {
  margin-top: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 12px;
}

.interview__item .body .tag .tag-title {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04rem;
  padding: 0.8rem 2.5rem;
  background: #F2EFE9;
  border-radius: 40px;
}

.interview__item .body .tag .tag-text {
  font-size: 18px;
}

.interview__scroll {
  margin-top: 12px;
  text-align: right;
  max-width: 1000px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.interview__scroll img {
  width: 40px;
}

@media screen and (min-width: 1500px) {
  .interview__slider {
    margin-left: auto;
    margin-right: auto;
    width: 1270px;
  }
  .interview__scroll {
    display: none;
  }
  .interview__item .body h3 {
    font-size: 18px;
  }
}
/*-----------------------------------------
    news
-----------------------------------------*/
.news {
  padding-top: 6.5rem;
  padding-bottom: 7rem;
  background: #fff;
}

@media (max-width: 767px) {
  .news {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
}
.news__lead {
  color: #F5F1E9;
}

.news__content {
  margin-top: 4.5rem;
}

@media (max-width: 767px) {
  .news__content {
    margin-top: 3.2rem;
  }
}
.news__list {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.news__item {
  border-bottom: 1px solid #E8E8E6;
}

.news__item a {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2.4rem 1rem;
  transition: all 0.3s ease 0s;
}

@media (max-width: 767px) {
  .news__item a {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
    padding: 2rem 1rem;
  }
}
.news__item a:hover {
  background: #F4F1EB;
}

.news__day {
  font-size: clamp(14px, 1.4vw, 16px);
  color: #4C3501;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  flex-shrink: 0;
  min-width: 110px;
}

@media (max-width: 767px) {
  .news__day {
    font-size: 14px;
  }
}
.news__tag {
  display: inline-block;
  padding: 4px 16px;
  background: #154B2D;
  color: #fff;
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 600;
  border-radius: 4px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .news__tag {
    font-size: 12px;
    padding: 4px 12px;
  }
}
.news__title {
  font-size: clamp(14px, 1.4vw, 16px);
  color: #4C3501;
  font-weight: 500;
  line-height: 1.6;
  flex: 1;
}

@media (max-width: 767px) {
  .news__title {
    font-size: 14px;
  }
}
/*-----------------------------------------
    video
-----------------------------------------*/
.video {
  padding-top: 6rem;
  padding-bottom: 11rem;
  background: #FAFBFB;
}

@media (max-width: 767px) {
  .video {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
}
.video__inner {
  width: 1080px;
}

@media (max-width: 767px) {
  .video__inner {
    width: 100%;
  }
}
.video__lead {
  color: #F5F1E9;
}

.video__leadP {
  margin-top: 2rem;
  text-align: center;
  font-size: clamp(14px, 1.4vw, 18px);
  line-height: 1.9;
  letter-spacing: 0.04rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .video__leadP {
    text-align: left;
    white-space: nowrap;
  }
}
.video__content {
  margin-top: 6rem;
}

.video__content--sp {
  margin-top: 4.3rem;
}

.video__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6rem;
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.video__item {
  max-width: 340px;
  width: 33%;
  transition: all 0.3s ease 0s;
}

.video__item:hover {
  opacity: 0.6;
}

.video__item .body {
  margin-top: 1px;
}

.video__item .body p {
  text-align: center;
  font-size: clamp(13px, 1.3vw, 14px);
  line-height: 2;
  letter-spacing: 0.04rem;
}

/*-----------------------------------------
    cta
-----------------------------------------*/
.cta {
  padding-top: 11.5rem;
  padding-bottom: 13.3rem;
  background: #154B2D;
  position: relative;
}

@media (max-width: 767px) {
  .cta {
    padding: 2rem;
  }
}
.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/cta-bg.webp) no-repeat top center/cover;
}

@media (max-width: 767px) {
  .cta::before {
    display: none;
  }
}
.cta__content {
  padding: 7rem 6.8rem 4.5rem;
  width: 965px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 2.4rem;
  position: relative;
  z-index: 2;
}

.cta__content::after {
  content: "";
  position: absolute;
  top: -2rem;
  right: 1.5rem;
  width: clamp(231px, 30vw, 339px);
  height: clamp(224px, 30vw, 386px);
  background: url(../images/cta-img.webp) no-repeat center center/contain;
}

.cta__content--sp {
  padding: 2rem 1.5rem;
  background: #fff;
  border-radius: 2.4rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.cta__content--sp .topBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta__content--sp .topBox p {
  color: #154B2D;
  font-size: clamp(14px, 4.2vw, 20px);
  line-height: 1.7;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}

.cta__content--sp .topBox .img {
  width: 13rem;
}

.cta__content--sp .topBox .img img {
  vertical-align: bottom;
  line-height: 1em;
}

.cta__content--sp .bottomBox {
  margin-top: 2.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
}

.cta__content--sp .bottomBox p {
  color: #154B2D;
  font-size: clamp(14px, 5vw, 16px);
  line-height: 2;
  font-weight: 500;
  width: calc(100% - 10rem);
}

.cta__content--sp .bottomBox p span {
  font-weight: 600;
  display: inline-block;
  font-size: clamp(18px, 6vw, 20px);
  line-height: 1.3;
  position: relative;
}

.cta__content--sp .bottomBox p span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.8px;
  background: #154B2D;
}

.cta__content--sp .bottomBox .img {
  width: 10rem;
}

@media (max-width: 767px) {
  .cta__content--sp .bottomBox .img {
    width: 8.5rem;
  }
}
.cta__content--sp .bottomBox .img img {
  vertical-align: bottom;
  line-height: 1em;
}

.cta__content--spNavLists {
  margin-top: 0;
}

.cta__content--spNavLists li:not(:first-child) {
  margin-top: 10px;
}

.cta__content--spNavLists li .cta__btn {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 2rem;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  background: #fff;
  color: #4C3501;
  border: 2px solid #F2EFE9;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.1);
  padding: 1.2rem 2rem;
}

.cta__content--spNavLists li .cta__btn:after {
  right: 2rem;
  width: 6px;
  height: 10px;
  background: url(../images/icon-btnArrow.svg) no-repeat center center/contain;
}

.cta__content--spNavLists li .cta__btn .img {
  width: 50px;
  line-height: 1;
}

.cta__content--spNavLists li .cta__btn--tel {
  background: #CE0015;
  border: none;
  color: #fff;
  height: 82px;
  gap: 1.2rem;
}

.cta__content--spNavLists li .cta__btn--tel:after {
  background: url(../images/icon-btnArrow_w.svg) no-repeat center center/contain;
}

.cta__content--spNavLists li .cta__btn--tel .img {
  width: 57px;
}

.cta__content--spNavLists li .cta__btn--tel .text {
  font-size: clamp(18px, 2.2vw, 20px);
  line-height: 1.3;
  text-align: left;
  font-family: "Noto Serif JP", serif;
}

.cta__content--spNavLists li .cta__btn--tel .text .sm {
  display: block;
  font-size: clamp(10px, 3vw, 12px);
  letter-spacing: 0.05rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}

.cta__content--spNavLists li .cta__btn--tel .text .mid {
  font-size: clamp(12px, 4vw, 15px);
}

.cta__content--spNavLists li .cta__btn--oisogi {
  border: 2px solid #CE0015;
  color: #CE0015;
  gap: 3.9rem;
  height: 58px;
  line-height: 1.6;
  font-size: clamp(18px, 5vw, 20px);
  font-family: "Noto Serif JP", serif;
}

.cta__content--spNavLists li .cta__btn--oisogi:after {
  background: url(../images/icon-btnArrow_r.svg) no-repeat center center/contain;
}

.cta__content--spNavLists li .cta__btn--oisogi .img {
  width: 40px;
}

.cta__content--spNavLists li .cta__btn--mail {
  background: #154B2D;
  color: #fff;
  height: 82px;
  gap: 1rem;
  font-family: "Noto Serif JP", serif;
}

.cta__content--spNavLists li .cta__btn--mail:after {
  background: url(../images/icon-btnArrow_w.svg) no-repeat center center/contain;
}

.cta__content--spNavLists li .cta__btn--mail .img {
  width: 34px;
  transform: rotate(-7deg);
}

.cta__content--spNavLists li .cta__btn--mail .text {
  font-size: clamp(18px, 4.2vw, 20px);
  line-height: 1.3;
  text-align: left;
}

.cta__content--spNavLists li .cta__btn--mail .text .sm {
  display: block;
  font-size: clamp(10px, 2.3vw, 12px);
  letter-spacing: 0.05rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}

.cta__content--spNavLists li .cta__btn--mail .text .mid {
  font-size: clamp(12px, 4vw, 15px);
}

.cta__content .tel {
  color: #154B2D;
  width: clamp(360px, 43vw, 561px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.cta__content .tel a {
  font-size: clamp(45px, 4.6vw, 66px);
  text-align: center;
  letter-spacing: 0.04rem;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  width: 100%;
}

.cta__content .tel a .fukidashi {
  margin-bottom: 5px;
  position: relative;
  text-align: center;
  font-size: clamp(15px, 1.7vw, 24px);
  font-weight: 500;
  letter-spacing: 0.05rem;
  display: block;
  padding-left: 20px;
  padding-right: 5px;
  font-family: "Noto Serif JP", serif;
}

.cta__content .tel a .fukidashi::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 30px;
  background: url(../images/cta-deco.svg) no-repeat center center/contain;
}

.cta__content .tel a .fukidashi::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
  width: 20px;
  height: 30px;
  background: url(../images/cta-deco.svg) no-repeat center center/contain;
}

.cta__content .tel a .flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  font-weight: 500;
  letter-spacing: 0.5rem !important;
  font-size: clamp(45px, 5.6vw, 66px);
}

.cta__content .tel a .flex .img {
  margin-top: 1rem;
}

.cta__content .tel a .flex .img img {
  vertical-align: bottom;
  line-height: 1em;
  width: clamp(47px, 6vw, 77px);
}

.cta__content .tel a .text {
  margin-top: 2.4rem;
  display: block;
  border: 1px solid #154B2D;
  text-align: center;
  letter-spacing: 0.05rem;
  font-weight: 500;
  font-size: clamp(14px, 1.7vw, 20px);
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
}

.cta__content .mail-flex {
  margin-top: 4.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  position: relative;
  z-index: 1;
}

.cta__content .mail-flex .mail__button {
  position: relative;
}

.cta__content .mail-flex .mail__button .fukidashi {
  position: absolute;
  background: #B98F2D;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: clamp(120px, 13vw, 175px);
  height: clamp(120px, 13vw, 175px);
  z-index: 3;
  left: -27%;
  top: 45%;
  transform: translateY(-50%);
}

.cta__content .mail-flex .mail__button .fukidashi::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 2.1rem 0 2.1rem 4.9rem;
  border-color: transparent transparent transparent #B98F2D;
}

.cta__content .mail-flex .mail__button .fukidashi .img {
  margin-top: -4rem;
  width: clamp(42px, 5vw, 62.71px);
}

.cta__content .mail-flex .mail__button .fukidashi p {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.04rem;
  color: #fff;
  font-size: clamp(14px, 1.3vw, 18px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-family: "Noto Serif JP", serif;
}

.cta__content .mail-flex .mail__button .fukidashi p span {
  margin-top: 2px;
  display: block;
  font-size: clamp(9px, 1.1vw, 11px);
  font-weight: 500;
  line-height: 1.8;
}

.cta__content .mail-flex .mail__btn {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.15rem;
  font-weight: 600;
}

.cta__content .mail-flex .mail__btn span {
  font-size: 0.8em;
}

.cta__content .mail-flex .oisogi__btn {
  letter-spacing: 0.15rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 2.45rem;
  width: clamp(200px, 26vw, 262px);
  background: #CE0015;
  color: #fff;
  font-size: clamp(20px, 1.7vw, 24px);
}

.cta__content .mail-flex .oisogi__btn::after {
  right: 2.45rem;
  background: url(../images/cta-arrow-r.svg);
}

.cta__content .mail-flex .oisogi__btn .img {
  line-height: 1;
  margin-right: 1.2rem;
}

.topCta {
  padding-top: clamp(20rem, 17vw, 26rem);
  padding-bottom: 23rem;
}

@media (max-width: 767px) {
  .topCta {
    padding-top: clamp(7rem, 19vw, 8rem);
    padding-bottom: clamp(9rem, 18vw, 14rem);
  }
}
.topCta:before {
  display: none;
}

.topCta__content {
  box-shadow: 8px 8px 0px 0px #8f8f8f;
  padding: 5.3rem 46px 3.6rem !important;
}

@media (max-width: 767px) {
  .topCta__content {
    padding: 5.3rem 5.2rem 3.6rem !important;
  }
}
.topCta__content::after {
  content: "";
  position: absolute;
  top: 5rem;
  left: 5.5rem;
  width: clamp(130px, 21vw, 238px);
  height: clamp(174px, 23vw, 308px);
  background: url(../images/cta-Topimg.webp) no-repeat center center/contain;
}

.topCta__content--spNavLists {
  margin-top: 16px;
}

.topCta__content--spNavLists li:not(:first-child) {
  margin-top: 10px;
}

.topCta__content--spNavLists li .cta__btn {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 2rem;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  background: #fff;
  color: #4C3501;
  border: 2px solid #F2EFE9;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.1);
  padding: 1.2rem 2rem;
}

.topCta__content--spNavLists li .cta__btn:after {
  right: 2rem;
  width: 6px;
  height: 10px;
  background: url(../images/icon-btnArrow.svg) no-repeat center center/contain;
}

.topCta__content--spNavLists li .cta__btn .img {
  width: 50px;
  line-height: 1;
}

.topCta__content--spNavLists li .cta__btn--tel {
  background: #CE0015;
  border: none;
  color: #fff;
  height: 82px;
  gap: 1.2rem;
}

.topCta__content--spNavLists li .cta__btn--tel:after {
  background: url(../images/icon-btnArrow_w.svg) no-repeat center center/contain;
}

.topCta__content--spNavLists li .cta__btn--tel .img {
  width: 57px;
}

.topCta__content--spNavLists li .cta__btn--tel .text {
  font-size: clamp(18px, 2.2vw, 20px);
  line-height: 1.3;
  text-align: left;
  font-family: "Noto Serif JP", serif;
}

.topCta__content--spNavLists li .cta__btn--tel .text .sm {
  display: block;
  font-size: clamp(10px, 3vw, 12px);
  letter-spacing: 0.05rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}

.topCta__content--spNavLists li .cta__btn--tel .text .mid {
  font-size: clamp(12px, 4vw, 15px);
}

.topCta__content--spNavLists li .cta__btn--oisogi {
  font-family: "Noto Serif JP", serif;
  border: 2px solid #CE0015;
  color: #CE0015;
  gap: 3.9rem;
  height: 58px;
  line-height: 1.6;
  font-size: clamp(18px, 5vw, 20px);
}

.topCta__content--spNavLists li .cta__btn--oisogi:after {
  background: url(../images/icon-btnArrow_r.svg) no-repeat center center/contain;
}

.topCta__content--spNavLists li .cta__btn--oisogi .img {
  width: 40px;
}

.topCta__content--spNavLists li .cta__btn--mail {
  font-family: "Noto Serif JP", serif;
  background: #154B2D;
  color: #fff;
  height: 82px;
  font-size: clamp(18px, 5.2vw, 20px);
  gap: 1rem;
}

.topCta__content--spNavLists li .cta__btn--mail:after {
  background: url(../images/icon-btnArrow_w.svg) no-repeat center center/contain;
}

.topCta__content--spNavLists li .cta__btn--mail .img {
  width: 34px;
  transform: rotate(-7deg);
}

.topCta__content--spNavLists li .cta__btn--mail .text {
  font-size: clamp(18px, 5.2vw, 20px);
  line-height: 1.3;
  text-align: left;
  font-weight: 600;
  white-space: nowrap;
}

.topCta__content--spNavLists li .cta__btn--mail .text .sm {
  display: block;
  font-size: clamp(10px, 3vw, 12px);
  letter-spacing: 0.05rem;
  line-height: 1.8;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}

.topCta__content--spNavLists li .cta__btn--mail .text .mid {
  font-size: clamp(12px, 4vw, 15px);
}

.topCta__tel {
  margin-left: auto;
  margin-right: 6rem;
  width: clamp(460px, 48vw, 596px) !important;
  display: block;
}

.topCta__tel .fukidashi {
  margin-bottom: 1.85rem !important;
}

.topCta__tel .fukidashi::before {
  display: none;
}

.topCta__tel .fukidashi::after {
  display: none;
}

.topCta__tel .fukidashi .fukidashi-inner {
  position: relative;
  text-align: center;
  font-size: clamp(15px, 1.7vw, 24px);
  font-weight: 500;
  letter-spacing: 0.05rem;
  display: block;
  padding-left: 20px;
  padding-right: 5px;
  display: inline-block;
}

.topCta__tel .fukidashi .fukidashi-inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 30px;
  background: url(../images/cta-deco.svg) no-repeat center center/contain;
}

.topCta__tel .fukidashi .fukidashi-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
  width: 20px;
  height: 30px;
  background: url(../images/cta-deco.svg) no-repeat center center/contain;
}

.topCta__tel .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.5rem !important;
  font-size: clamp(45px, 4.6vw, 66px);
}

.topCta__tel .flex .img {
  margin-top: 1rem;
}

.topCta__tel .flex .img img {
  vertical-align: bottom;
  line-height: 1em;
  width: clamp(47px, 6vw, 77px);
}

.topCta__tel .text {
  margin-top: 1.4rem !important;
  font-size: clamp(16px, 1.8vw, 24px) !important;
  line-height: 1.7 !important;
  padding: 3px !important;
}

.topCta__mail-flex {
  justify-content: flex-end !important;
  margin-top: 3.5rem !important;
}

.topCta__mail-flex .mail__btn {
  width: clamp(320px, 44vw, 557px);
} 
