@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media screen and (max-width: 991px) {
  html {
    font-size: 56.25%;
  }
}
@media screen and (max-width: 574px) {
  html {
    font-size: 55%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #333333;
  font-weight: 500;
  letter-spacing: 0.07rem;
}
@media print {
  body {
    zoom: 0.8;
  }
}

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

img {
  width: 100%;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1505px;
  }
  .container-xl {
    max-width: 1505px;
  }
}
@media print {
  .container {
    min-width: 1200px !important;
  }
  a:not(.btn) {
    text-decoration: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.id-target {
  padding-top: 150px;
  margin-top: -150px;
  display: block;
}
@media screen and (max-width: 767px) {
  .id-target {
    padding-top: 70px;
    margin-top: -70px;
  }
}

br.pc {
  display: none;
}
@media screen and (max-width: 1600px) {
  br.pc {
    display: block;
  }
}
br.xl {
  display: none;
}
@media screen and (max-width: 1199px) {
  br.xl {
    display: block;
  }
}
br.lg {
  display: none;
}
@media screen and (max-width: 991px) {
  br.lg {
    display: block;
  }
}
br.md {
  display: none;
}
@media screen and (max-width: 767px) {
  br.md {
    display: block;
  }
}
br.sm {
  display: none;
}
@media screen and (max-width: 574px) {
  br.sm {
    display: block;
  }
}
br.xs {
  display: none;
}
@media screen and (max-width: 450px) {
  br.xs {
    display: block;
  }
}

@media screen {
  .blur {
    filter: blur(15px);
    opacity: 0;
    transition-duration: 1.3s;
  }
  .blur.is-show {
    filter: blur(0);
    opacity: 1;
  }
  .fadein {
    opacity: 0;
    transition-duration: 1s;
  }
  .fadein.is-show {
    opacity: 1;
  }
  .fadein_top {
    opacity: 0;
    transition-duration: 1s;
    transform: translateY(-15px);
  }
  .fadein_top.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_bottom {
    opacity: 0;
    transition-duration: 1s;
    transform: translateY(15px);
  }
  .fadein_bottom.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_bottom2 {
    opacity: 0;
    transition-duration: 2s;
    transform: translateY(40px) scale(0.9);
  }
  .fadein_bottom2.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_left {
    opacity: 0;
    transition-duration: 1s;
    transform: translateX(-15px);
  }
  .fadein_left.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .fadein_right {
    opacity: 0;
    transition-duration: 1s;
    transform: translateX(15px);
  }
  .fadein_right.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.1s;
  }
  .delay2 {
    transition-delay: 0.2s;
  }
  .delay3 {
    transition-delay: 0.3s;
  }
  .delay4 {
    transition-delay: 0.4s;
  }
  .delay5 {
    transition-delay: 0.5s;
  }
  .delay6 {
    transition-delay: 0.6s;
  }
  .delay7 {
    transition-delay: 0.7s;
  }
  .delay8 {
    transition-delay: 0.8s;
  }
  .delay9 {
    transition-delay: 0.9s;
  }
  .delay10 {
    transition-delay: 1s;
  }
  .delay11 {
    transition-delay: 1.1s;
  }
  .delay12 {
    transition-delay: 1.2s;
  }
  .delay13 {
    transition-delay: 1.3s;
  }
  .delay14 {
    transition-delay: 1.4s;
  }
  .delay15 {
    transition-delay: 1.5s;
  }
  .delay16 {
    transition-delay: 1.6s;
  }
  .delay17 {
    transition-delay: 1.7s;
  }
  .delay18 {
    transition-delay: 1.8s;
  }
  .delay19 {
    transition-delay: 1.9s;
  }
  .delay20 {
    transition-delay: 2s;
  }
  .effect {
    margin: 0;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.04rem;
  }
  .effect span {
    display: inline-block;
    position: relative;
  }
  .effect span, .effect span:after {
    animation-delay: var(--animation-delay, 2s); /* アニメーションの開始タイミング */
    animation-iteration-count: var(--iterations, 1); /* 再生される回数 */
    animation-duration: var(--duration, 1s); /* 完了するまでの所要時間 */
    animation-fill-mode: both; /* 実行の前後 */
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1); /* タイミングの指定 */
  }
  .effect.scroll-in span {
    --animation-delay: var(--delay, 0);
    --animation-duration: var(--duration, 1s);
    --animation-iterations: var(--iterations, 1);
    position: relative;
    animation-name: clip-text;
    white-space: nowrap;
  }
  .effect.scroll-in span::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #29b27c;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: text-revealer;
  }
  @keyframes clip-text {
    from {
      clip-path: inset(0 100% 0 0);
    }
    to {
      clip-path: inset(0 0 0 0);
    }
  }
  @keyframes text-revealer {
    0%, 50% {
      transform-origin: 0 50%;
    }
    60%, 100% {
      transform-origin: 100% 50%;
    }
    60% {
      transform: scaleX(1);
    }
    100% {
      transform: scaleX(0);
    }
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  background: #fff;
  padding: 0 4rem;
  z-index: 90;
}
@media print {
  header {
    position: absolute;
  }
}
@media screen and (max-width: 1600px) {
  header {
    padding: 0 2rem;
  }
}
header .logo {
  width: 19rem;
}
@media screen and (max-width: 574px) {
  header .logo {
    width: 15rem;
  }
}
header .logo img, header .logo a {
  display: block;
}
header nav {
  display: flex;
  align-items: center;
  gap: 0 6rem;
}
@media screen and (max-width: 1600px) {
  header nav {
    gap: 0 3rem;
  }
}
@media print {
  header nav {
    gap: 3rem;
  }
}
@media screen and (max-width: 1430px) {
  header nav {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(100%) translateX(100%);
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    width: 25rem;
    transition: 0.5s;
  }
  header nav.open {
    transform: translateY(100%);
  }
}
header nav > a {
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 1430px) {
  header nav > a {
    font-size: 1.6rem;
    display: block;
    padding: 1.5rem;
    width: 100%;
    transition: 0.3s;
  }
}
@media print {
  header nav > a {
    font-size: 1.6rem;
  }
}
header nav > a::after {
  content: "";
  width: 0;
  height: 1px;
  background: #29b27c;
  position: absolute;
  bottom: -3px;
  left: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1430px) {
  header nav > a::after {
    display: none;
  }
}
header nav > a.active::after {
  width: 100%;
}
@media screen and (max-width: 1430px) {
  header nav > a.active {
    background: #29b27c;
    color: #fff;
  }
}
@media (min-width: 992px) {
  header nav > a:hover::after {
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1430px) {
  header nav > a:hover {
    background: #29b27c;
    color: #fff;
  }
}
header nav .portal {
  display: flex;
  align-items: center;
  gap: 1.5rem 3rem;
}
@media screen and (max-width: 1600px) {
  header nav .portal {
    gap: 1.5rem 2rem;
  }
}
@media screen and (max-width: 1430px) {
  header nav .portal {
    flex-direction: column;
    margin-top: 1.5rem;
    padding: 0 1.5rem 1rem;
    width: 100%;
  }
}
header nav .portal a {
  width: 20rem;
  height: 5.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 5rem;
  transition: 0.4s;
}
header nav .portal a img {
  display: block;
  height: 3rem;
  width: auto;
}
@media (min-width: 992px) {
  header nav .portal a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1430px) {
  header nav .portal a {
    width: 100%;
  }
}
header .toggle {
  display: none;
  width: 3rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
}
header .toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #29b27c;
  position: absolute;
  transition-duration: 0.4s;
}
header .toggle span:nth-of-type(1) {
  top: 0;
}
header .toggle span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .toggle span:nth-of-type(3) {
  bottom: 0;
}
header .toggle.open span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
header .toggle.open span:nth-of-type(2) {
  opacity: 0;
}
header .toggle.open span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 1430px) {
  header .toggle {
    display: block;
  }
}

.green {
  color: #29b27c;
}

.title {
  font-size: 7.2rem;
  font-weight: bold;
  letter-spacing: 0.06rem;
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  .title {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1430px) {
  .title {
    font-size: 5rem;
  }
}
@media screen and (max-width: 991px) {
  .title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 574px) {
  .title {
    font-size: 2.8rem;
  }
}
@media print {
  .title {
    font-size: 5rem;
  }
}
.title.white {
  color: #fff;
}
.title .black {
  color: #333333;
}
.title_bottom {
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 0.06rem;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .title_bottom {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 574px) {
  .title_bottom {
    font-size: 2.8rem;
  }
}
.title_bottom.center {
  text-align: center;
}
.title_bottom.white {
  color: #fff;
}
.title_bottom .black {
  color: #333333;
}

.more {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.more_arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #29b27c;
  color: #29b27c;
  transition: 0.3s;
}
.more_arrow i {
  font-size: 1.8rem;
}
.more span {
  color: #29b27c;
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.08rem;
  padding-bottom: 0.3rem;
  position: relative;
  width: fit-content;
}
.more span::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #29b27c;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .more:hover .more_arrow {
    background: #29b27c;
    color: #fff;
  }
  .more:hover span::after {
    animation: stretchLine2 3s infinite;
  }
}
@keyframes stretchLine2 {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

main {
  overflow: hidden;
}

.footer_contact {
  padding: 12rem 0;
  position: relative;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(243, 248, 246) 50%, rgb(243, 248, 246) 100%);
}
@media screen and (max-width: 991px) {
  .footer_contact {
    padding: 8rem 0;
  }
}
.footer_contact .title {
  text-align: center;
}
.footer_contact .container {
  z-index: 0;
}
.footer_contact .contact_box {
  width: 88vw;
  margin-top: 8rem;
  min-width: 100%;
  background: #29b27c;
  border-radius: 4.5rem;
  padding: 6rem 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .footer_contact .contact_box {
    padding: 4rem 0;
    margin-top: 3rem;
  }
}
.footer_contact .row {
  justify-content: space-between;
  gap: 3rem 0;
}
.footer_contact .tel {
  color: #fff;
}
.footer_contact .tel .d-flex {
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
}
.footer_contact .tel .d-flex img {
  width: 4rem;
  display: block;
}
@media screen and (max-width: 1199px) {
  .footer_contact .tel .d-flex img {
    width: 3rem;
  }
}
@media screen and (max-width: 574px) {
  .footer_contact .tel .d-flex img {
    width: 2.5rem;
  }
}
.footer_contact .tel .d-flex span {
  font-size: 5.6rem;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .footer_contact .tel .d-flex span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 574px) {
  .footer_contact .tel .d-flex span {
    font-size: 3rem;
  }
}
.footer_contact .tel p {
  margin-top: 2rem;
  font-size: 2rem;
  letter-spacing: 0.08rem;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .footer_contact .tel p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 574px) {
  .footer_contact .tel p {
    margin-top: 1rem;
  }
}
.footer_contact .mail {
  color: #fff;
}
.footer_contact .mail a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 0.06rem;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .footer_contact .mail a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1199px) {
  .footer_contact .mail a {
    font-size: 4rem;
  }
}
@media screen and (max-width: 574px) {
  .footer_contact .mail a {
    font-size: 3rem;
  }
}
.footer_contact .mail a img {
  display: block;
  width: 5rem;
}
@media screen and (max-width: 1199px) {
  .footer_contact .mail a img {
    width: 4rem;
  }
}
@media screen and (max-width: 574px) {
  .footer_contact .mail a img {
    width: 3rem;
  }
}
.footer_contact .mail p {
  margin-top: 2rem;
  font-size: 2rem;
  letter-spacing: 0.08rem;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .footer_contact .mail p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 574px) {
  .footer_contact .mail p {
    margin-top: 1rem;
  }
}
.footer_bottom {
  background: #f3f8f6;
  padding-bottom: 12rem;
}
@media screen and (max-width: 991px) {
  .footer_bottom {
    padding-bottom: 7rem;
  }
}
.footer_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .footer_inner {
    justify-content: center;
    text-align: center;
  }
}
.footer_left .logo {
  width: 19rem;
}
@media screen and (max-width: 991px) {
  .footer_left .logo {
    margin: 0 auto;
  }
}
.footer_left .add {
  margin-top: 2rem;
  letter-spacing: 0.06rem;
}
.footer_left .copy {
  margin-top: 2.5rem;
  font-size: 1.2rem;
  font-weight: 400;
}
.footer_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4rem 0;
}
@media screen and (max-width: 991px) {
  .footer_right {
    display: none;
  }
}
.footer_right .portal {
  display: flex;
  align-items: center;
  gap: 1.5rem 3rem;
}
.footer_right .portal a {
  width: 20rem;
  height: 5.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 5rem;
  transition: 0.4s;
}
.footer_right .portal a img {
  display: block;
  height: 3rem;
  width: auto;
}
@media (min-width: 992px) {
  .footer_right .portal a:hover {
    opacity: 0.6;
  }
}
.footer_nav {
  display: flex;
  align-items: center;
}
.footer_nav a {
  display: block;
  padding: 0 3rem;
  border-right: 1px solid #29b27c;
}
@media screen and (max-width: 1600px) {
  .footer_nav a {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 1199px) {
  .footer_nav a {
    font-size: 1.4rem;
    padding: 0 1.5rem;
    white-space: nowrap;
  }
}
.footer_nav a:first-of-type {
  padding-left: 0;
}
.footer_nav a:last-of-type {
  padding-right: 0;
  border-right: 0;
}

.pagetop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  width: 4rem;
}
.pagetop a, .pagetop img {
  display: block;
}

#top .mv {
  margin: 8rem 0;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  #top .mv {
    margin-bottom: 3rem;
  }
}
#top .mv .scroll {
  width: 6%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 19rem;
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  #top .mv .scroll {
    width: 4.5rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv .scroll {
    width: 3.5rem;
  }
}
#top .mv .scroll p {
  writing-mode: vertical-rl;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 574px) {
  #top .mv .scroll p {
    font-size: 1.4rem;
  }
}
#top .mv .scroll p::after {
  content: "";
  display: block;
  width: 1px;
  height: 12rem;
  position: absolute;
  top: calc(100% + 2rem);
  left: 50%;
  transform: translate(-50%, 0);
  background: #333333;
  animation: stretchLine 3s infinite;
}
@keyframes stretchLine {
  0% {
    height: 0;
  }
  50% {
    height: 12rem;
  }
  100% {
    height: 0;
  }
}
#top .mv_image {
  width: 94%;
  position: relative;
  border-radius: 0 0 0 4.5rem;
  overflow: hidden;
}
@media screen and (max-width: 1430px) {
  #top .mv_image {
    height: 70rem;
    max-height: calc(100vh - 8rem);
  }
}
@media screen and (max-width: 991px) {
  #top .mv_image {
    width: calc(100% - 4.5rem);
  }
}
@media screen and (max-width: 767px) {
  #top .mv_image {
    height: 50vh;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_image {
    width: calc(100% - 3.5rem);
  }
}
#top .mv_image img {
  height: 100%;
  object-fit: cover;
}
#top .mv h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
#top .mv h2 .text_bg {
  background: #fff;
  display: block;
  font-size: 7.2rem;
  font-weight: bold;
  line-height: 1;
  padding: 2.5rem 3.5rem;
  width: fit-content;
  letter-spacing: 0.06rem;
  border-radius: 1rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 1430px) {
  #top .mv h2 .text_bg {
    font-size: 6rem;
  }
}
@media screen and (max-width: 991px) {
  #top .mv h2 .text_bg {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #top .mv h2 .text_bg {
    font-size: 4rem;
    padding: 2rem 3rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv h2 .text_bg {
    font-size: 7vw;
    padding: 1rem 1.5rem;
  }
}
#top .mv_text {
  position: absolute;
  bottom: 8rem;
  left: 8rem;
}
@media screen and (max-width: 1430px) {
  #top .mv_text {
    left: 4rem;
    bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_text {
    left: 2.5rem;
    bottom: 2.5rem;
  }
}
#top .mv_text p {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#top .mv_text p .text_bg {
  background: #fff;
  display: block;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1;
  padding: 1.5rem 3.5rem;
  width: fit-content;
  letter-spacing: 0.06rem;
  border-radius: 1rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 1430px) {
  #top .mv_text p .text_bg {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  #top .mv_text p .text_bg {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_text p .text_bg {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text p .text_bg {
    font-size: 2rem;
    padding: 1rem 1.5rem;
  }
}
#top .movie {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  #top .movie {
    padding: 6rem 0;
  }
}
#top .movie .container {
  margin-top: -4.5rem;
  padding: 12rem 15px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  #top .movie .container {
    padding: 8rem 15px;
  }
}
@media screen and (max-width: 574px) {
  #top .movie .container {
    padding: 6rem 15px 8rem;
  }
}
#top .movie .container::after {
  content: "";
  background: #29b27c;
  height: 100%;
  width: 88vw;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  z-index: -1;
  border-radius: 4.5rem;
}
@media screen and (max-width: 574px) {
  #top .movie .container::after {
    border-radius: 2.5rem;
    min-width: calc(100% - 3rem);
  }
}
#top .movie .container h3 {
  text-align: center;
}
#top .movie .container iframe {
  margin-top: 8rem;
  aspect-ratio: 16/9;
  border-radius: 4.5rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #top .movie .container iframe {
    margin-top: 4rem;
    border-radius: 2.5rem;
  }
}
@media screen and (max-width: 574px) {
  #top .movie .container iframe {
    width: calc(100% - 3rem);
    margin: 3rem auto 0;
    display: block;
  }
}
#top .about {
  padding: 12rem 0;
  background: linear-gradient(180deg, rgb(41, 178, 124) 0%, rgb(41, 178, 124) 50%, rgb(243, 248, 246) 50%, rgb(243, 248, 246) 100%);
}
@media screen and (max-width: 991px) {
  #top .about {
    padding: 8rem 0;
  }
}
#top .about .container {
  position: relative;
  padding: 12rem 15px;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  #top .about .container {
    padding: 8rem 15px;
  }
}
#top .about .container::after {
  content: "";
  background: #fff;
  height: 100%;
  width: 94vw;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  z-index: -1;
  border-radius: 0 4.5rem 4.5rem 0;
}
@media print {
  #top .about .container::after {
    margin-left: 0;
  }
}
#top .about .row {
  align-items: center;
  gap: 3rem 0;
}
@media screen and (max-width: 767px) {
  #top .about .row {
    flex-direction: column-reverse;
  }
}
#top .about_image {
  margin-right: calc(-1 * (100vw - 100%) / 2);
  width: calc(41.666667% + (100vw - 100%) / 2);
  padding-left: 15px;
}
@media print {
  #top .about_image {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  #top .about_image {
    width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  #top .about_image {
    width: 100%;
    margin: 0;
    padding: 0 30px 0 15px;
    aspect-ratio: 3/2;
  }
}
#top .about_image img {
  border-radius: 4.5rem 0 0 4.5rem;
}
@media screen and (max-width: 767px) {
  #top .about_image img {
    aspect-ratio: 3/2;
    height: 100%;
    object-fit: cover;
    border-radius: 2.5rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .about .title {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  #top .about_text {
    padding-right: 15px;
  }
}
#top .about_lead {
  margin-top: 6rem;
  font-size: 2rem;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 1430px) {
  #top .about_lead {
    margin-top: 3rem;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .about_lead {
    font-size: 1.6rem;
  }
}
#top .about_company {
  margin-top: 8.5rem;
}
@media screen and (max-width: 1430px) {
  #top .about_company {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 574px) {
  #top .about_company {
    margin-top: 3rem;
  }
}
#top .about_company h4 {
  font-weight: bold;
  font-size: 3.6rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #29b27c;
  width: fit-content;
}
@media screen and (max-width: 1430px) {
  #top .about_company h4 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 574px) {
  #top .about_company h4 {
    font-size: 2.2rem;
  }
}
#top .about_company_lead {
  margin-top: 4.5rem;
}
#top .about_company_lead p {
  margin-top: 3rem;
  font-size: 1.8rem;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 1430px) {
  #top .about_company_lead p {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .about_company_lead p {
    font-size: 1.5rem;
  }
}
#top .about .more {
  margin-top: 5rem;
}
#top .intro {
  padding: 12rem 0;
  background: #29b27c;
  color: #fff;
}
@media screen and (max-width: 991px) {
  #top .intro {
    padding: 8rem 0;
  }
}
#top .intro .row {
  align-items: center;
  gap: 3rem 0;
}
#top .intro_lead {
  margin-top: 4.5rem;
}
#top .intro_lead p {
  margin-top: 3rem;
  font-size: 2rem;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 1199px) {
  #top .intro_lead p {
    font-size: 1.6rem;
  }
}
#top .intro_link {
  display: flex;
  flex-direction: column;
  gap: 4.2rem;
}
@media screen and (max-width: 574px) {
  #top .intro_link {
    gap: 2rem;
  }
}
#top .intro_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15rem;
  background: #fff;
  border-radius: 15rem;
  border: 1px solid #d9d9d9;
  transition: 0.3s;
}
@media (min-width: 992px) {
  #top .intro_link a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 991px) {
  #top .intro_link a {
    height: 12rem;
  }
}
@media screen and (max-width: 574px) {
  #top .intro_link a {
    height: 8rem;
  }
}
#top .intro_link a img {
  display: block;
  height: 6.4rem;
  width: auto;
}
@media screen and (max-width: 574px) {
  #top .intro_link a img {
    height: 4rem;
  }
}
#top .plan {
  padding: 12rem 0;
  background: #f3f8f6;
}
@media screen and (max-width: 991px) {
  #top .plan {
    padding: 8rem 0;
  }
}
#top .plan .container {
  padding: 12rem 15px 16.5rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  #top .plan .container {
    padding: 8rem 15px 12.5rem;
  }
}
@media screen and (max-width: 574px) {
  #top .plan .container {
    padding: 8rem 15px;
  }
}
#top .plan .container::after {
  content: "";
  background: #fff;
  height: 100%;
  width: 88vw;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  z-index: -1;
  border-radius: 4.5rem;
}
@media screen and (max-width: 574px) {
  #top .plan .container::after {
    border-radius: 2.5rem;
    min-width: calc(100% - 3rem);
  }
}
#top .plan .row {
  align-items: center;
  gap: 3rem 0;
}
@media screen and (max-width: 767px) {
  #top .plan .row {
    flex-direction: column-reverse;
  }
}
#top .plan_text h4 {
  margin-top: 6rem;
  line-height: 2.2;
  font-weight: bold;
  font-size: 3.6rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1600px) {
  #top .plan_text h4 {
    font-size: 3rem;
    line-height: 2;
  }
}
@media screen and (max-width: 1199px) {
  #top .plan_text h4 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  #top .plan_text h4 {
    margin-top: 3rem;
    line-height: 1.8;
  }
}
#top .plan_text .more {
  margin-top: 5.5rem;
}
#top .plan_lead {
  margin-top: 2rem;
}
#top .plan_lead p {
  font-size: 1.8rem;
}
#top .plan_lead p:last-of-type {
  margin-top: 3rem;
}
@media screen and (max-width: 1199px) {
  #top .plan_lead p {
    font-size: 1.6rem;
  }
}
#top .plan_image {
  margin-right: calc(-1 * (100vw - 100%) / 2);
  width: calc(33.333333% + (100vw - 100%) / 2);
  padding-left: 15px;
}
@media screen and (max-width: 991px) {
  #top .plan_image {
    width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  #top .plan_image {
    width: 100%;
    margin: 0;
    padding: 0 30px 0 15px;
    aspect-ratio: 3/2;
  }
}
#top .plan_image img {
  border-radius: 4.5rem 0 0 4.5rem;
}
@media screen and (max-width: 767px) {
  #top .plan_image img {
    aspect-ratio: 3/2;
    height: 100%;
    object-fit: cover;
    border-radius: 2.5rem;
  }
}

.subhead {
  margin-top: 8rem;
  height: 45rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 574px) {
  .subhead {
    height: 25rem;
  }
}
.subhead h2 {
  background: #fff;
  display: block;
  font-size: 7.2rem;
  font-weight: bold;
  line-height: 1;
  padding: 2.5rem 3.5rem;
  width: fit-content;
  letter-spacing: 0.06rem;
  border-radius: 1rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 1430px) {
  .subhead h2 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 991px) {
  .subhead h2 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .subhead h2 {
    font-size: 4rem;
    padding: 2rem 3rem;
  }
}
@media screen and (max-width: 574px) {
  .subhead h2 {
    font-size: 7vw;
    padding: 1rem 1.5rem;
  }
}

#about {
  background: #f3f8f6;
}
#about .subhead {
  background: url(../../images/about/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#about section {
  padding: 10rem 0;
}
@media screen and (min-width: 1600px) {
  #about section .container {
    max-width: 1230px;
  }
  #about section .container-xl {
    max-width: 1230px;
  }
}
@media screen and (max-width: 574px) {
  #about section {
    padding: 6rem 0;
  }
}
#about .about .container {
  position: relative;
  z-index: 0;
  padding: 8rem 15px;
}
@media screen and (max-width: 767px) {
  #about .about .container {
    padding: 6rem 15px;
  }
}
#about .about .container::after {
  content: "";
  background: #fff;
  height: 100%;
  width: 70vw;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  z-index: -1;
  border-radius: 4.5rem;
}
@media screen and (max-width: 574px) {
  #about .about .container::after {
    border-radius: 2.5rem;
    min-width: calc(100% - 3rem);
  }
}
#about .about_box {
  padding: 0 1.5rem;
}
#about .about .row {
  margin-top: 5rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #about .about .row {
    gap: 3rem;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 574px) {
  #about .about .row {
    margin-top: 3rem;
  }
}
#about .about .row.rev {
  margin-top: 8rem;
}
@media screen and (max-width: 991px) {
  #about .about .row.rev {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #about .about .row.rev {
    flex-direction: column;
  }
}
#about .about h4 {
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #29b27c;
}
@media screen and (max-width: 991px) {
  #about .about h4 {
    font-size: 2.2rem;
  }
}
#about .about_text p {
  margin-top: 2rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
#about .about_image img {
  border-radius: 3rem;
}
@media screen and (max-width: 574px) {
  #about .about_image img {
    border-radius: 2rem;
  }
}
#about .outline {
  background: #29b27c;
}
#about .outline .row {
  margin-top: 4rem;
  gap: 3rem 0;
}
#about .outline table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #about .outline table {
    border: 1px solid #fff;
  }
}
#about .outline table th {
  background: #fff;
  color: #29b27c;
  border-bottom: #29b27c 1px solid;
  width: 25%;
  white-space: nowrap;
}
#about .outline table tr:first-of-type td {
  border-top: #fff 1px solid;
}
#about .outline table tr:first-of-type th {
  border-top: #fff 1px solid;
}
#about .outline table tr:last-of-type th {
  border-color: #fff;
}
#about .outline table td {
  border-bottom: #fff 1px solid;
  border-right: #fff 1px solid;
  width: 75%;
  color: #fff;
}
#about .outline table th, #about .outline table td {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  #about .outline table th, #about .outline table td {
    width: 100%;
    display: block;
    border: 0;
  }
}
#about .access {
  padding-bottom: 0;
}
#about .access .container {
  position: relative;
  z-index: 0;
  padding: 8rem 15px;
}
@media screen and (max-width: 767px) {
  #about .access .container {
    padding: 6rem 15px;
  }
}
#about .access .container::after {
  content: "";
  background: #fff;
  height: 100%;
  width: 70vw;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  z-index: -1;
  border-radius: 4.5rem;
}
@media screen and (max-width: 574px) {
  #about .access .container::after {
    border-radius: 2.5rem;
    min-width: calc(100% - 3rem);
  }
}
#about .access iframe {
  margin-top: 4rem;
  width: 100%;
  height: 45rem;
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  #about .access iframe {
    margin-top: 4rem;
    height: 35rem;
  }
}
@media screen and (max-width: 574px) {
  #about .access iframe {
    width: calc(100% - 3rem);
    margin: 3rem auto 0;
    display: block;
  }
}
#about .access_text {
  text-align: center;
  margin-top: 2rem;
  font-size: 1.8rem;
}
#about .privacy {
  background: #fff;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(243, 248, 246) 50%, rgb(243, 248, 246) 100%);
  padding-bottom: 1px;
}
#about .privacy .container {
  position: relative;
  z-index: 0;
  padding: 8rem 15px;
}
@media screen and (max-width: 767px) {
  #about .privacy .container {
    padding: 6rem 15px;
  }
}
#about .privacy .container::after {
  content: "";
  background: #29b27c;
  height: 100%;
  width: 70vw;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  z-index: -1;
  border-radius: 4.5rem;
}
@media screen and (max-width: 574px) {
  #about .privacy .container::after {
    border-radius: 2.5rem;
    min-width: calc(100% - 3rem);
  }
}
#about .privacy .inner {
  padding: 0 1.5rem;
}
#about .privacy .privacy_box {
  border: 1px solid #29b27c;
  background: #fff;
  padding: 20px 10px;
  border-radius: 2rem;
  font-weight: 400;
  margin-top: 4rem;
}
#about .privacy .privacy_box .privacy_policy {
  max-height: 340px;
  overflow-y: scroll;
  padding: 2rem 3rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
#about .privacy .privacy_box .privacy_policy h5 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #242424;
}
#about .privacy .privacy_box .privacy_policy ul {
  padding-left: 0;
  list-style: none;
}
#about .privacy .privacy_box .privacy_policy ul li {
  margin-bottom: 5px;
  display: flex;
}
#about .privacy .privacy_box .privacy_policy ul:last-of-type li {
  display: block;
}
#about .privacy .privacy_box .privacy_policy .name {
  text-align: right;
}
#about .privacy .privacy_box .privacy_policy::-webkit-scrollbar {
  width: 10px;
}
#about .privacy .privacy_box .privacy_policy::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 30px;
}
#about .privacy .privacy_box .privacy_policy::-webkit-scrollbar-thumb {
  background: #29b27c;
  border-radius: 30px;
}
#about .privacy .privacy_box .privacy_policy a {
  color: #007bff;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  #about .privacy .privacy_box .privacy_policy ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 450px) {
  #about .privacy .privacy_box .privacy_policy {
    padding: 20px 10px;
  }
}

#business {
  background: #f3f8f6;
}
#business .subhead {
  background: url(../../images/business/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#business section {
  padding: 10rem 0;
}
@media screen and (min-width: 1600px) {
  #business section .container {
    max-width: 1230px;
  }
  #business section .container-xl {
    max-width: 1230px;
  }
}
@media screen and (max-width: 574px) {
  #business section {
    padding: 6rem 0;
  }
}
#business .consul {
  background: #29b27c;
}
#business .consul .container {
  position: relative;
  z-index: 0;
  padding: 8rem 15px;
}
@media screen and (max-width: 767px) {
  #business .consul .container {
    padding: 6rem 15px;
  }
}
#business .consul .container::after {
  content: "";
  background: #fff;
  height: 100%;
  width: 70vw;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  z-index: -1;
  border-radius: 4.5rem;
}
@media screen and (max-width: 574px) {
  #business .consul .container::after {
    border-radius: 2.5rem;
    min-width: calc(100% - 3rem);
  }
}
#business .consul .row {
  gap: 3rem 0;
  margin-top: 5rem;
  align-items: center;
}
#business .consul_box {
  padding: 0 1.5rem;
}
#business .consul_image img {
  border-radius: 2.5rem;
}
#business .consul_text h4 {
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #29b27c;
}
@media screen and (max-width: 991px) {
  #business .consul_text h4 {
    font-size: 2.2rem;
  }
}
#business .consul_text ul {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#business .consul_text ul li {
  font-size: 2rem;
  display: flex;
}
@media screen and (max-width: 991px) {
  #business .consul_text ul li {
    font-size: 1.8rem;
  }
}
#business .consul_text ul li span {
  margin-right: 1rem;
}
#business .consul_text .arrow {
  clip-path: polygon(25% 0, 75% 0, 75% 55%, 100% 55%, 50% 100%, 0 55%, 25% 55%);
  width: 8rem;
  height: 4rem;
  background: #29b27c;
  margin: 2rem auto 1rem;
}
#business .consul_text p {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  #business .consul_text p {
    font-size: 1.8rem;
  }
}
#business .flow {
  background: #fff;
}
#business .flow_box {
  padding: 0 1.5rem;
}
#business .flow .container {
  position: relative;
  z-index: 0;
  padding: 8rem 15px;
}
@media screen and (max-width: 767px) {
  #business .flow .container {
    padding: 6rem 15px;
  }
}
#business .flow .container::after {
  content: "";
  background: #29b27c;
  height: 100%;
  width: 70vw;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  z-index: -1;
  border-radius: 4.5rem;
}
@media screen and (max-width: 574px) {
  #business .flow .container::after {
    border-radius: 2.5rem;
    min-width: calc(100% - 3rem);
  }
}
#business .flow .row {
  gap: 3rem;
  margin-top: 4rem;
}
#business .flow_item {
  background: #fff;
  height: 100%;
  padding: 2rem;
  border-radius: 2rem;
  max-width: 55rem;
  margin: 0 auto;
  position: relative;
}
#business .flow_item::after {
  content: "";
  width: 3rem;
  height: 1.5rem;
  background: #fff;
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
#business .flow_item.last::after {
  display: none;
}
#business .flow_item h4 {
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #29b27c;
}
@media screen and (max-width: 991px) {
  #business .flow_item h4 {
    font-size: 2.2rem;
  }
}
#business .flow_item p {
  margin-top: 1rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #business .flow_item p {
    font-size: 1.6rem;
  }
}
#business .intro {
  padding: 12rem 0;
  background: #29b27c;
  color: #fff;
}
@media screen and (min-width: 1600px) {
  #business .intro .container {
    max-width: 1505px;
  }
  #business .intro .container-xl {
    max-width: 1505px;
  }
}
@media screen and (max-width: 991px) {
  #business .intro {
    padding: 8rem 0;
  }
}
#business .intro .row {
  align-items: center;
  gap: 3rem 0;
}
#business .intro_lead {
  margin-top: 4.5rem;
}
#business .intro_lead p {
  margin-top: 3rem;
  font-size: 2rem;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 1199px) {
  #business .intro_lead p {
    font-size: 1.6rem;
  }
}
#business .intro_link {
  display: flex;
  flex-direction: column;
  gap: 4.2rem;
}
@media screen and (max-width: 574px) {
  #business .intro_link {
    gap: 2rem;
  }
}
#business .intro_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15rem;
  background: #fff;
  border-radius: 15rem;
  border: 1px solid #d9d9d9;
  transition: 0.3s;
}
@media (min-width: 992px) {
  #business .intro_link a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 991px) {
  #business .intro_link a {
    height: 12rem;
  }
}
@media screen and (max-width: 574px) {
  #business .intro_link a {
    height: 8rem;
  }
}
#business .intro_link a img {
  display: block;
  height: 6.4rem;
  width: auto;
}
@media screen and (max-width: 574px) {
  #business .intro_link a img {
    height: 4rem;
  }
}

#plan {
  background: #f3f8f6;
}
#plan .subhead {
  background: url(../../images/plan/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#plan section {
  padding: 10rem 0;
}
@media screen and (min-width: 1600px) {
  #plan section .container {
    max-width: 1230px;
  }
  #plan section .container-xl {
    max-width: 1230px;
  }
}
@media screen and (max-width: 574px) {
  #plan section {
    padding: 6rem 0;
  }
}
#plan .plan {
  padding: 12rem 0;
  background: #f3f8f6;
}
@media screen and (max-width: 991px) {
  #plan .plan {
    padding: 8rem 0;
  }
}
#plan .plan .container {
  padding: 12rem 15px 16.5rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  #plan .plan .container {
    padding: 8rem 15px 12.5rem;
  }
}
@media screen and (max-width: 574px) {
  #plan .plan .container {
    padding: 8rem 15px;
  }
}
#plan .plan .container::after {
  content: "";
  background: #fff;
  height: 100%;
  width: 70vw;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  z-index: -1;
  border-radius: 4.5rem;
}
@media screen and (max-width: 574px) {
  #plan .plan .container::after {
    border-radius: 2.5rem;
    min-width: calc(100% - 3rem);
  }
}
#plan .plan .row {
  align-items: center;
  gap: 3rem 0;
}
@media screen and (max-width: 767px) {
  #plan .plan .row {
    flex-direction: column-reverse;
  }
}
#plan .plan_lead {
  margin-top: 4rem;
}
#plan .plan_lead p {
  font-size: 1.8rem;
}
#plan .plan_lead p:last-of-type {
  margin-top: 3rem;
}
@media screen and (max-width: 1199px) {
  #plan .plan_lead p {
    font-size: 1.6rem;
  }
}
#plan .plan_image {
  margin-right: calc(-1 * (100vw - 100%) / 2);
  width: calc(33.333333% + (100vw - 100%) / 2);
  padding-left: 15px;
}
@media screen and (max-width: 991px) {
  #plan .plan_image {
    width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  #plan .plan_image {
    width: 100%;
    margin: 0;
    padding: 0 30px 0 15px;
    aspect-ratio: 3/2;
  }
}
#plan .plan_image img {
  border-radius: 4.5rem 0 0 4.5rem;
}
@media screen and (max-width: 767px) {
  #plan .plan_image img {
    aspect-ratio: 3/2;
    height: 100%;
    object-fit: cover;
    border-radius: 2.5rem;
  }
}
#plan .plan_list {
  margin-top: 5rem;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  #plan .plan_list {
    padding: 0;
  }
}
#plan .plan_list .position-relative {
  box-shadow: 1px 8px 11px -6px #d9d9d9;
  padding: 1.5rem;
  cursor: pointer;
}
#plan .plan_list span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}
#plan .plan_list span i {
  font-size: 1.4rem;
}
#plan .house {
  background: linear-gradient(180deg, rgb(41, 178, 124) 0%, rgb(41, 178, 124) 30%, rgb(243, 248, 246) 30%, rgb(243, 248, 246) 100%);
}
#plan .house .container {
  padding: 12rem 15px 16.5rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  #plan .house .container {
    padding: 8rem 15px 12.5rem;
  }
}
@media screen and (max-width: 574px) {
  #plan .house .container {
    padding: 8rem 15px;
  }
}
#plan .house .container::after {
  content: "";
  background: #fff;
  height: 100%;
  width: 70vw;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  z-index: -1;
  border-radius: 4.5rem;
}
@media screen and (max-width: 574px) {
  #plan .house .container::after {
    border-radius: 2.5rem;
    min-width: calc(100% - 3rem);
  }
}
#plan .house_box {
  padding: 0 1.5rem;
}
#plan .house .row {
  align-items: center;
}
#plan .house_image img {
  border-radius: 2rem;
}
#plan .house_text h3 {
  line-height: 2.2;
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1600px) {
  #plan .house_text h3 {
    line-height: 2;
  }
}
@media screen and (max-width: 1199px) {
  #plan .house_text h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  #plan .house_text h3 {
    margin-top: 3rem;
    line-height: 1.8;
  }
}
#plan .house_photo {
  display: flex;
  gap: 3rem;
  margin-top: 4rem;
}
#plan .house_photo_image {
  position: relative;
  border-radius: 3rem;
  overflow: hidden;
}
#plan .house_photo_image span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  border-radius: 50%;
}
#plan .house_photo_image span i {
  font-size: 1.4rem;
}
#plan .house .movie {
  margin-top: -8.5rem;
  padding: 12rem 15px;
}
@media screen and (max-width: 991px) {
  #plan .house .movie {
    padding: 8rem 15px;
  }
}
@media screen and (max-width: 574px) {
  #plan .house .movie {
    padding: 6rem 15px 8rem;
    margin-top: -5rem;
  }
}
#plan .house .movie::after {
  background: #29b27c;
}
#plan .house .movie h3 {
  text-align: center;
}
#plan .house .movie iframe {
  margin-top: 8rem;
  aspect-ratio: 16/9;
  border-radius: 4.5rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #plan .house .movie iframe {
    margin-top: 4rem;
    border-radius: 2.5rem;
  }
}
@media screen and (max-width: 574px) {
  #plan .house .movie iframe {
    width: calc(100% - 3rem);
    margin: 3rem auto 0;
    display: block;
  }
}/*# sourceMappingURL=style.css.map */