@charset "UTF-8";
/* =============================================================
common - 全体に共通するスタイル
============================================================= */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@media screen and (min-width: 600px) {
  .is-sp {
    display: none;
  }
}

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

@media screen and (min-width: 1025px) {
  .is-tb {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .no-tb {
    display: none;
  }
}

.inner {
  padding: 0 50px;
}
@media screen and (max-width: 1024px) {
  .inner {
    padding: 0 32px;
  }
}
@media screen and (max-width: 599px) {
  .inner {
    padding: 0 22px;
  }
}

.s-inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.ss-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

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

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

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

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

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  color: #333;
  font-family: "futura-pt", "Zen Kaku Gothic New", sans-serif;
  line-height: 1.4375;
  letter-spacing: 0.02em;
}

img {
  width: 100%;
}

.common-title {
  text-align: center;
}

.main-title {
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .main-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 599px) {
  .main-title {
    font-size: 2.6rem;
  }
}

.main-title_color-white {
  color: #fff;
}

.sub-title {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .sub-title {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .sub-title {
    font-size: 1.6rem;
  }
}

.sub-title_color-white {
  color: #fff;
}

.main-title_color-green {
  color: #76BEA8;
}

.button {
  display: inline-block;
  padding: 1.6rem;
  width: 100%;
  max-width: 330px;
  border-radius: 40px;
}
.button:hover {
  opacity: 0.8;
  transition: all 0.5s ease 0s;
}

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

.footer {
  padding: 8rem 0;
  background: #F9F8F3;
  position: relative;
}
@media screen and (max-width: 599px) {
  .footer {
    padding: 5.5rem 0;
  }
}

.footer__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.footer__above {
  display: flex;
}
@media screen and (max-width: 599px) {
  .footer__above {
    display: block;
  }
}

.footer__logo {
  width: 76px;
  display: block;
}
.footer__logo:hover {
  opacity: 0.8;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 599px) {
  .footer__logo {
    margin: 0 auto;
  }
}

.footer__menu {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.6rem 2.7rem;
  width: 260px;
}
@media screen and (max-width: 599px) {
  .footer__menu {
    width: 72.5075528701%;
    gap: 1.4rem 2.2rem;
  }
}

.footer__menu_position {
  margin-left: auto;
}
@media screen and (max-width: 599px) {
  .footer__menu_position {
    margin: 5rem auto 0;
  }
}

.footer__link {
  display: inline-block;
  padding-left: 1.1rem;
  position: relative;
  color: #333;
}
.footer__link:hover {
  color: #76BEA8;
  transition: all 0.3s ease 0s;
}
.footer__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 0.4rem;
  background: #76BEA8;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .footer__link {
    font-size: 1.4rem;
  }
}

.footer__copyright {
  font-size: 1.5rem;
  text-align: center;
  color: #D9D9D9;
}
@media screen and (max-width: 599px) {
  .footer__copyright {
    font-size: 1.3rem;
  }
}

.footer__copyright_mt {
  margin-top: 6rem;
}

.float-button__wrap {
  display: none;
  width: 68px;
  position: fixed;
  right: 50px;
  bottom: 50px;
}
@media screen and (max-width: 599px) {
  .float-button__wrap {
    width: 52px;
    right: 15px;
    bottom: 15px;
  }
}
.float-button__wrap.on-footer {
  position: absolute;
  top: 0;
  bottom: auto;
  transform: translateY(-50%);
}

:root {
  --header-height: 87px;
  --header-height-tb: 74px;
  --header-height-sp: 60px;
}

.header {
  background: #F9F8F3;
}
.header.is-header-white {
  background: #fff;
  transition: all 0.3s ease 0s;
}

.header__position {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}

.header__inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    padding-top: 9px;
    padding-bottom: 9px;
    height: var(--header-height-tb);
  }
}
@media screen and (max-width: 599px) {
  .header__inner {
    padding-top: 9px;
    padding-bottom: 9px;
    height: var(--header-height-sp);
  }
}

.header__logo {
  width: 76px;
}
.header__logo:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  .header__logo {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .header__logo_sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .header__logo_sp {
    width: 71px;
  }
}
@media screen and (max-width: 599px) {
  .header__logo_sp {
    width: 66px;
  }
}

.header__right {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .header__right {
    display: none;
  }
}

.header__right_position {
  margin-left: auto;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.header__link {
  color: #333;
  position: relative;
}
.header__link::after {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #76BEA8;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.header__link:hover::after {
  opacity: 1;
}

.header__button_position {
  margin-left: 1.8rem;
}

.header__offer {
  display: inline-block;
  padding: 3.2rem 2.6rem 2.1rem;
  background: #3C4D7C;
  border-radius: 0 0 20px 20px;
  color: #fff;
  font-weight: 500;
}
.header__offer:hover {
  opacity: 0.8;
  transition: all 0.5s ease 0s;
}

.header__offer_space {
  height: 1.1rem;
}

@media screen and (max-width: 1024px) {
  .drawer__bg {
    position: fixed;
    right: 0;
    top: 0;
    background: #76BEA8;
    height: 68px;
    width: 68px;
    z-index: 100;
    border-radius: 0 0 0 10px;
  }
}
@media screen and (max-width: 599px) {
  .drawer__bg {
    height: 56px;
    width: 56px;
  }
}

@media screen and (min-width: 1025px) {
  .drawer__bg,
  .drawer-icon,
  .drawer-content {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .drawer__bg,
  .drawer-icon,
  .drawer-content {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .drawer-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 300;
    padding-bottom: 10px;
  }
  .drawer-icon::after {
    content: "MENU";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
    color: #fff;
  }
  .drawer-icon.is-active .drawer-icon__bar1 {
    transform: rotate(-45deg);
    top: 8px;
    transition: all 0.3s ease 0s;
  }
  .drawer-icon.is-active .drawer-icon__bar2 {
    display: none;
  }
  .drawer-icon.is-active .drawer-icon__bar3 {
    transform: rotate(45deg);
    top: 8px;
    transition: all 0.3s ease 0s;
  }
}

@media screen and (max-width: 1024px) {
  .drawer-icon__bars {
    width: 30px;
    height: 20px;
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .drawer-icon__bars {
    width: 26px;
    height: 17px;
    display: block;
  }
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .drawer-icon__bar1,
  .drawer-icon__bar2,
  .drawer-icon__bar3 {
    width: 30px;
    height: 1.7px;
  }
}
@media screen and (max-width: 599px) {
  .drawer-icon__bar1,
  .drawer-icon__bar2,
  .drawer-icon__bar3 {
    height: 1.5px;
    width: 26px;
  }
}

.drawer-icon__bar1 {
  top: 0;
}

@media screen and (max-width: 1024px) {
  .drawer-icon__bar2 {
    top: 9.15px;
  }
}
@media screen and (max-width: 599px) {
  .drawer-icon__bar2 {
    top: 7.75px;
  }
}

@media screen and (max-width: 1024px) {
  .drawer-icon__bar3 {
    top: 18.3px;
  }
}
@media screen and (max-width: 599px) {
  .drawer-icon__bar3 {
    top: 15.5px;
  }
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  background: #F9F8F3;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  z-index: 299;
  transform: translateX(100%);
  padding: 40px;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 1024px) {
  .drawer-content {
    top: var(--header-height-tb);
  }
}
@media screen and (max-width: 599px) {
  .drawer-content {
    top: var(--header-height-sp);
  }
}
.drawer-content.is-active {
  transform: translateX(0);
}

.drawer-content__items {
  text-align: center;
}

.drawer-content__item {
  padding-bottom: 1.3rem;
  border-bottom: 2px solid #fff;
}
.drawer-content__item + .drawer-content__item {
  margin-top: 1.8rem;
}

.drawer-content__item__link {
  font-size: 1.4rem;
  color: #333;
}

.drawer-contact {
  margin-top: 4rem;
  text-align: center;
}

.drawer-contact__tell {
  color: #76BEA8;
}

.drawer-contact-title {
  font-size: 1.1rem;
}

.drawer-contact__tell-detail {
  font-size: 1.8rem;
}

.drawer-contact__mail {
  margin-top: 2.2rem;
}

.drawer-contact-title_mail {
  color: #3C4D7C;
}

.drawer__button_position {
  margin-top: 0.5rem;
}

.drawer__button-link {
  display: inline-block;
  color: #fff;
  background: #3C4D7C;
  width: 100%;
  border-radius: 40px;
  text-align: center;
  padding: 17px 0;
  max-width: 340px;
}

.closing {
  padding: 6rem 0 8rem;
  position: relative;
  background-image: url(../../img/closing-slash.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .closing {
    padding: 4.8rem 0;
  }
}
.closing::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(118, 190, 168, 0.8);
  z-index: -1;
}
.closing::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/closing-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -2;
}

.closing__items_position {
  margin-top: 7rem;
}
@media screen and (max-width: 599px) {
  .closing__items_position {
    margin-top: 4rem;
  }
}

.closing__items {
  display: flex;
  gap: 10%;
}
@media screen and (max-width: 1024px) {
  .closing__items {
    gap: 3.6rem;
  }
}
@media screen and (max-width: 599px) {
  .closing__items {
    display: block;
  }
}

.closing__item {
  width: 45%;
  padding: 0.8rem;
  border-radius: 20px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .closing__item {
    width: calc(50% - 1.8rem);
  }
}
@media screen and (max-width: 599px) {
  .closing__item {
    min-width: 260px;
    width: 90.6344410876%;
    margin: 0 auto;
    max-width: 350px;
  }
  .closing__item + .closing__item {
    margin-top: 5rem;
  }
}

.closing__circle {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width: 122px;
  height: 122px;
}
@media screen and (max-width: 1024px) {
  .closing__circle {
    width: 100px;
    height: 100px;
    transform: translate(-30%, -30%);
  }
}

.closing__inner-flame {
  border-radius: 20px;
  border: 1px solid #76BEA8;
  height: 100%;
  padding: 5rem 4rem;
}
@media screen and (max-width: 1024px) {
  .closing__inner-flame {
    padding: 3rem 1.6rem;
  }
}

.closing__infos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .closing__infos {
    flex-direction: column;
  }
}

.closing__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
.closing__icon::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.closing__icon_green {
  background: #76BEA8;
}
.closing__icon_green::after {
  background: url(../../img/closing-tell.png) no-repeat center center/contain;
}

.closing__icon_blue {
  background: #3C4D7C;
}
.closing__icon_blue::after {
  background: url(../../img/closing-mail.png) no-repeat center center/contain;
}

@media screen and (max-width: 1024px) {
  .closing__texts {
    text-align: center;
  }
}

.closing__title {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .closing__title {
    font-size: 1.8rem;
  }
}

.closing__time {
  margin-top: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .closing__time {
    font-size: 1.4rem;
  }
}

.closing__details {
  margin-top: 2.8rem;
}
@media screen and (max-width: 1024px) {
  .closing__details {
    margin-top: 1.8rem;
  }
}
.closing__details dl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .closing__details dl {
    gap: 1.2rem;
  }
}
.closing__details dt {
  font-size: 1.8rem;
  font-weight: 500;
  width: 50px;
}
@media screen and (max-width: 1024px) {
  .closing__details dt {
    width: 40px;
  }
}
@media screen and (max-width: 599px) {
  .closing__details dt {
    font-size: 1.6rem;
    width: 40px;
  }
}
.closing__details dd {
  color: #76BEA8;
  font-size: 2rem;
  font-weight: 500;
  margin-top: -0.2rem;
}
@media screen and (max-width: 599px) {
  .closing__details dd {
    font-size: 1.8rem;
  }
}

.closing__button_position {
  margin-top: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .closing__button_position {
    margin-top: 2.4rem;
  }
}

.closing__button-link {
  display: inline-block;
  color: #fff;
  background: #3C4D7C;
  width: 100%;
  border-radius: 40px;
  text-align: center;
  padding: 17px 0;
  font-size: 1.8rem;
  font-weight: 500;
}
.closing__button-link:hover {
  opacity: 0.8;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 599px) {
  .closing__button-link {
    padding: 12px 0;
  }
}

.top {
  padding: calc(var(--header-height) + 4.5rem) 0 2rem;
  background: #F9F8F3;
}
@media screen and (max-width: 1024px) {
  .top {
    padding: calc(var(--header-height-tb) + 4.5rem) 0 2.8rem;
  }
}
@media screen and (max-width: 599px) {
  .top {
    padding: calc(var(--header-height-sp) + 4rem) 0 2.2rem;
  }
}

.top__inner {
  width: 83%;
  margin: 0 auto;
  max-width: 1400px;
  padding-bottom: 11.3rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top__inner {
    width: 90%;
    padding-bottom: 0;
  }
}

.top__img {
  border: 2px solid transparent;
  border-radius: 20px;
  height: 72vh;
  margin-left: auto;
  max-height: 650px;
  max-width: 1095px;
  overflow: hidden;
  padding: 13px;
  position: relative;
  transition: all 0.4s ease;
  width: 78%;
}
@media screen and (max-width: 1024px) {
  .top__img {
    width: 100%;
    padding-top: 66.163141994%;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .top__img {
    padding-top: 66.163141994%;
    height: auto;
  }
}

.top__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  animation: image-switch-animation 24s 0s infinite;
}

@keyframes image-switch-animation {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  12% {
    opacity: 1;
  }
  17% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.top__image:nth-of-type(1) {
  animation-delay: 0s;
}

.top__image:nth-of-type(2) {
  animation-delay: 3s;
}

.top__image:nth-of-type(3) {
  animation-delay: 6s;
}

.top__image:nth-of-type(4) {
  animation-delay: 9s;
}

.top__image:nth-of-type(5) {
  animation-delay: 12s;
}

.top__image:nth-of-type(6) {
  animation-delay: 15s;
}

.top__image:nth-of-type(7) {
  animation-delay: 18s;
}

.top__image:nth-of-type(8) {
  animation-delay: 21s;
}

.top__src1 {
  background-image: url(../../img/top-img1.png);
}

.top__src2 {
  background-image: url(../../img/top-img2.png);
}

.top__src3 {
  background-image: url(../../img/top-img3.png);
}

.top__src4 {
  background-image: url(../../img/top-img4.png);
}

.top__src5 {
  background-image: url(../../img/top-img5.png);
}

.top__src6 {
  background-image: url(../../img/top-img6.png);
}

.top__src7 {
  background-image: url(../../img/top-img7.png);
}

.top__src8 {
  background-image: url(../../img/top-img8.png);
}

.top__contents {
  display: inline-block;
  border-radius: 20px;
  padding: 1.5rem;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .top__contents {
    padding: 1.2rem;
  }
}
@media screen and (max-width: 599px) {
  .top__contents {
    padding: 1rem;
  }
}

.top__contents_position {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .top__contents_position {
    position: relative;
    margin-top: -18rem;
  }
}
@media screen and (max-width: 599px) {
  .top__contents_position {
    position: relative;
    margin-top: -10%;
  }
}

.top__inner_frame {
  border-radius: 20px;
  border: 1px solid #76BEA8;
  padding: 3rem 5.2rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top__inner_frame {
    padding: 2rem 3.6rem;
  }
}
@media screen and (max-width: 599px) {
  .top__inner_frame {
    padding: 1.3rem 2.8rem;
  }
}

.top__logo {
  width: 70px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .top__logo {
    width: 48px;
  }
}

.top__title {
  margin-top: 2rem;
  font-size: 3rem;
  letter-spacing: 0.2em;
  line-height: 1.4333333333;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .top__title {
    font-size: 2.4rem;
    margin-top: 1.5rem;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 599px) {
  .top__title {
    font-size: 2rem;
    margin-top: 1.3rem;
    letter-spacing: 0.1em;
  }
}

.top__detail {
  margin-top: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.4333333333;
}
@media screen and (max-width: 1024px) {
  .top__detail {
    font-size: 1.5rem;
    margin-top: 1.5rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 599px) {
  .top__detail {
    font-size: 1.4rem;
    margin-top: 1.3rem;
    letter-spacing: 0.03em;
  }
}

.top__arrows {
  margin: 2rem auto 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top__arrows {
    margin: 2.8rem auto 0;
  }
}
@media screen and (max-width: 599px) {
  .top__arrows {
    margin: 2.2rem auto 0;
  }
}

.top__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #76BEA8 transparent transparent transparent;
  border-width: 9px 6px 0px 6px;
  margin: 0 auto;
}
.top__arrow + .top__arrow {
  margin: 1.4rem auto 0;
}
@media screen and (max-width: 1024px) {
  .top__arrow:nth-child(3) {
    display: none;
  }
}

/*アニメーション用CSS*/
.updown {
  /* アニメーションの名前 */
  animation-name: UpDown;
  /* アニメーションの１回分の長さ */
  animation-duration: 0.8s;
  /* アニメーションの回数 */
  animation-iteration-count: infinite;
  /* アニメーションの進行具合 */
  animation-timing-function: ease-in-out;
  /* アニメーション再生の向き */
  animation-direction: alternate;
}

/* アニメーションの設定 */
@keyframes UpDown {
  /* 開始地点 */
  0% {
    /* Y軸0px */
    transform: translateY(0);
  }
  /* 終了地点 */
  100% {
    /* Y軸6px */
    transform: translateY(6px);
  }
}
.about {
  padding: 14rem 0 8.4rem;
  background: #F9F8F3;
}
@media screen and (max-width: 1024px) {
  .about {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 599px) {
  .about {
    padding: 5.6rem 0;
  }
}

.about__inner {
  padding-left: 12rem;
}
@media screen and (max-width: 1024px) {
  .about__inner {
    padding-left: 0;
  }
}

.about__contents_flex {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .about__contents_flex {
    display: block;
  }
}

.about__img {
  width: 49.0909090909%;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .about__img {
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  .about__img {
    width: 100%;
    padding: 0 2.2rem;
  }
}
.about__img img {
  border-radius: 20px;
}

.about-details {
  width: 62.803030303%;
  margin-left: -5%;
  margin-top: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .about-details {
    width: 70%;
    margin-left: auto;
    margin-top: -3.6rem;
  }
}
@media screen and (max-width: 599px) {
  .about-details {
    width: 100%;
    margin-left: 0;
    margin-top: -2.3rem;
  }
}

.about__logo {
  width: 85px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .about__logo {
    width: 47px;
  }
}

.about__title {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  margin-top: 3.6rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1024px) {
  .about__title {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  .about__title {
    font-size: 1.8rem;
    margin-top: 1.2rem;
  }
}

.about__texts-container {
  background: #fff;
  padding: 0.8rem 0 0.8rem 0.8rem;
  border-radius: 20px 0 0 20px;
}

.about__texts-container_position {
  margin-top: 3.6rem;
}
@media screen and (max-width: 1024px) {
  .about__texts-container_position {
    margin-top: -5.4rem;
  }
}
@media screen and (max-width: 599px) {
  .about__texts-container_position {
    margin-top: -2.3rem;
  }
}

.about__texts-box {
  border-top: 1px solid #76BEA8;
  border-left: 1px solid #76BEA8;
  border-bottom: 1px solid #76BEA8;
  border-radius: 20px 0 0 20px;
  padding: 8.8rem 0;
}
@media screen and (max-width: 599px) {
  .about__texts-box {
    padding: 4.8rem 0;
  }
}

.about__text {
  width: 60.687960688%;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 1024px) {
  .about__text {
    margin: 2.4rem auto 0;
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .about__text {
    margin: 1.2rem auto 0;
    padding: 0 2.2rem;
    width: 100%;
    font-size: 1.4rem;
  }
}
@keyframes fadeInUpNew {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpNew {
  animation-name: fadeInUpNew;
}

.service {
  margin-top: 5.8rem;
}

.service__card_items {
  margin-top: 8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 1024px) {
  .service__card_items {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 599px) {
  .service__card_items {
    margin-top: 3.5rem;
    display: block;
  }
}

.service__card_item {
  width: calc(25% - 30px);
}
.service__card_item:nth-child(n+5) {
  margin-top: 2.8rem;
}
@media screen and (max-width: 1024px) {
  .service__card_item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 599px) {
  .service__card_item {
    width: 100%;
    margin: 0 auto;
    max-width: 450px;
  }
  .service__card_item:nth-child(n+2) {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 599px) {
  .service__card_item_body {
    width: auto;
  }
}

.service__card_img {
  margin: auto;
  width: 90px;
  height: 90px;
  position: relative;
}
.service__card_img p {
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.service__card_title {
  font-size: 1.8rem;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .service__card_title {
    font-size: 1.6rem;
  }
}

.service__card_lines {
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
}

.service__card_line {
  border: 1px solid #76BEA8;
  width: 8px;
}
.service__card_line:nth-child(n+2) {
  margin-left: 2px;
}

.service__card_text {
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .service__card_text {
    margin: 20px auto 0;
    width: 66.4652567976%;
    min-width: 220px;
    font-size: 1.4rem;
  }
}

.company {
  padding: 8.3rem 0 12rem;
}
@media screen and (max-width: 1024px) {
  .company {
    padding: 6rem 0 7.6rem;
  }
}
@media screen and (max-width: 599px) {
  .company {
    padding: 4.7rem 0 5.6rem;
  }
}

.company__detail {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 770px;
  box-sizing: border-box;
  margin: 4.4rem auto 0;
}
@media screen and (max-width: 599px) {
  .company__detail {
    margin-top: 19px;
  }
}
.company__detail tr {
  border-bottom: 1px solid #333;
}
.company__detail th, .company__detail td {
  font-size: 18px;
  text-align: left;
  padding-bottom: 30px;
  padding-top: 35px;
}
@media screen and (max-width: 599px) {
  .company__detail th, .company__detail td {
    font-size: 16px;
    width: 100%;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.company__detail th {
  white-space: nowrap;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .company__detail th {
    padding-top: 25px;
  }
}
.company__detail td {
  padding-left: 89px;
}
@media screen and (max-width: 599px) {
  .company__detail td {
    padding: 10px 0;
  }
}

.flow {
  margin-top: 8.8rem;
}
@media screen and (max-width: 1024px) {
  .flow {
    margin-top: 6.5rem;
  }
}
@media screen and (max-width: 599px) {
  .flow {
    margin-top: 5.5rem;
  }
}

.flow__container {
  background-color: #F9F8F3;
  width: 1200px;
  max-width: 100%;
  padding: 4.9rem 1rem 14.3rem;
  border-radius: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .flow__container {
    padding: 4.9rem 1rem 6.4rem;
  }
}
@media screen and (max-width: 599px) {
  .flow__container {
    padding: 4.4rem 1rem;
  }
}

.flow__text {
  text-align: center;
  margin-top: 4.5rem;
}
@media screen and (max-width: 599px) {
  .flow__text {
    font-size: 14px;
    margin-top: 3rem;
  }
}

.flow__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .flow__items {
    width: 80%;
    min-width: 520px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .flow__items {
    display: block;
    min-width: auto;
  }
}

.flow__items_position {
  margin-top: 4.5rem;
}
@media screen and (max-width: 599px) {
  .flow__items_position {
    margin-top: 3rem;
  }
}

.flow__item {
  width: 185px;
  height: 210px;
}
@media screen and (max-width: 1024px) {
  .flow__item {
    width: 45%;
  }
  .flow__item:nth-child(n+5) {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 599px) {
  .flow__item {
    height: auto;
    width: 100%;
  }
  .flow__item:nth-child(n+5) {
    margin-top: auto;
  }
}

.flow__number {
  color: #F7A278;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.flow__icon {
  margin: 1rem auto 0;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background-color: #76BEA8;
  outline: 1px solid #fff;
  border-radius: 50%;
  outline-offset: -4px;
  position: relative;
}
.flow__icon img {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.flow__label {
  font-size: 18px;
  text-align: center;
  margin-top: 1rem;
  font-weight: 500;
}

.flow__arrow_sm {
  display: none;
}
@media screen and (max-width: 599px) {
  .flow__arrow_sm {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 11px 0 11px;
    border-color: #76BEA8 transparent transparent transparent;
    margin: 2rem auto;
    display: block;
  }
}

.flow__item_arrow_pc {
  width: 17px;
  height: 22px;
}
@media screen and (max-width: 1024px) {
  .flow__item_arrow_pc.only-pc {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .flow__item_arrow_pc {
    display: none !important;
  }
}

.profile-access {
  background-color: #F9F8F3;
  padding: 8.4rem 0 9.9rem;
}
@media screen and (max-width: 599px) {
  .profile-access {
    padding: 4.6rem 0 5.6rem;
  }
}

.profile-access__container {
  display: flex;
  -moz-column-gap: 6.5rem;
       column-gap: 6.5rem;
}
@media screen and (max-width: 1024px) {
  .profile-access__container {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
@media screen and (max-width: 599px) {
  .profile-access__container {
    display: block;
  }
}

.profile {
  width: 46.3753723932%;
}
@media screen and (max-width: 599px) {
  .profile {
    width: 100%;
  }
}

.profile__items {
  border: 1px solid #76BEA8;
  border-radius: 20px;
  margin-top: 6rem;
}
@media screen and (max-width: 599px) {
  .profile__items {
    width: 100%;
    margin: 46px auto 0;
  }
}

.profile__item {
  padding: 1.2rem;
}
@media screen and (max-width: 599px) {
  .profile__item {
    padding: 0.9rem;
  }
}

.profile__item_container {
  position: relative;
  padding: 4rem 4.4rem 2rem 4.4rem;
}
@media screen and (max-width: 599px) {
  .profile__item_container {
    padding: 4.4rem 3.6rem;
  }
}

.profile__item_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.profile__item_img img {
  border-radius: 20px;
  opacity: 0.16;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 35%;
     object-position: 0 35%;
  height: 100%;
}

.profile__item_texts dt {
  font-size: 1.5rem;
}
@media screen and (max-width: 599px) {
  .profile__item_texts dt {
    font-size: 14px;
  }
}
.profile__item_texts dd {
  font-size: 1.5rem;
}
@media screen and (max-width: 599px) {
  .profile__item_texts dd {
    font-size: 14px;
  }
}

.profile__name_jp {
  font-weight: 500;
  font-size: 2rem !important;
}
@media screen and (max-width: 599px) {
  .profile__name_jp {
    font-size: 1.8rem !important;
  }
}

.profile__name_en {
  color: #D4D0BB;
  font-size: 1.3rem !important;
}
@media screen and (max-width: 599px) {
  .profile__name_en {
    font-size: 1.2rem !important;
  }
}

.profile__address {
  font-weight: 500;
}

.profile__address-detail {
  margin-top: 0.5rem;
}

.profile__item_line {
  border: 1px dashed #000;
  width: 260px;
  max-width: 100%;
  margin: 22px 0;
}
@media screen and (max-width: 599px) {
  .profile__item_line {
    width: 100%;
  }
}

.access {
  width: 53.6246276068%;
}
@media screen and (max-width: 599px) {
  .access {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .access__title {
    margin-top: 48px;
  }
}

.access__link {
  margin-top: 28px;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
  -webkit-text-decoration: underline solid #76BEA8;
          text-decoration: underline solid #76BEA8;
  text-decoration-thickness: 0.8px;
}
.access__link:hover {
  opacity: 0.8;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 599px) {
  .access__link {
    font-size: 12px;
  }
}
.access__link a {
  color: #76BEA8;
}

.access__items {
  border: 1px solid #76BEA8;
  border-radius: 20px;
  margin-top: 7px;
}
@media screen and (max-width: 599px) {
  .access__items {
    width: 100%;
  }
}

.access__item_map-container {
  padding: 1.2rem;
}
@media screen and (max-width: 599px) {
  .access__item_map-container {
    padding: 0.9rem;
  }
}

.access__item_map {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 599px) {
  .access__item_map {
    height: 100% !important;
    padding-top: 68.9102564103%;
  }
}
.access__item_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.contact__belt {
  padding: 5.5rem 0;
  position: relative;
  background-image: url(../../img/closing-slash.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .contact__belt {
    padding: 4.5rem 0;
  }
}
.contact__belt::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(118, 190, 168, 0.8);
  z-index: -1;
}
.contact__belt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/closing-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -2;
}

.contact__inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.contact__body {
  padding: 1.2rem 0 12rem;
}
@media screen and (max-width: 599px) {
  .contact__body {
    padding: 1.2rem 0 5.6rem;
  }
}

.contact__intro {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact__consult img {
  width: 123px;
  height: 123px;
}
@media screen and (max-width: 599px) {
  .contact__consult img {
    width: 100px;
    height: 100px;
  }
}

.contact__intro-text {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .contact__intro-text {
    font-size: 1.4rem;
  }
}

.contact__tel {
  border-radius: 20px;
  background: #F9F8F3;
  width: 100%;
  padding: 5.5rem 2rem;
}
@media screen and (max-width: 599px) {
  .contact__tel {
    padding: 3rem;
  }
}

.contact__tel_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7rem;
}
@media screen and (max-width: 1024px) {
  .contact__tel_flex {
    flex-direction: column;
    gap: 3rem;
  }
}

.contact__tel_position {
  margin-top: 1.2rem;
}

.contact__tel-left {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
@media screen and (max-width: 599px) {
  .contact__tel-left {
    gap: 1.2rem;
  }
}

.contact__tel-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  background: #76BEA8;
}
@media screen and (max-width: 599px) {
  .contact__tel-img {
    width: 52px;
    height: 52px;
  }
}
.contact__tel-img::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../../img/closing-tell.png) no-repeat center center/contain;
  z-index: 4;
}

.contact__tel-title {
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .contact__tel-title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 599px) {
  .contact__tel-text {
    font-size: 1.4rem;
  }
}

.contact__tel-right dl {
  display: flex;
}
.contact__tel-right dt {
  font-size: 1.8rem;
  font-weight: 500;
  width: 70px;
}
@media screen and (max-width: 599px) {
  .contact__tel-right dt {
    font-size: 1.6rem;
    width: 55px;
  }
}
.contact__tel-right dd {
  color: #76BEA8;
  font-size: 2rem;
  font-weight: 500;
  margin-top: -0.25rem;
}
@media screen and (max-width: 599px) {
  .contact__tel-right dd {
    font-size: 1.8rem;
  }
}

.contact__cautions {
  margin-top: 6.2rem;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .contact__cautions {
    margin-top: 4.4rem;
  }
}

@media screen and (max-width: 599px) {
  .contact__cautions-text {
    font-size: 1.4rem;
  }
}
.contact__cautions-text + .contact__cautions-text {
  margin-top: 2rem;
}
@media screen and (max-width: 599px) {
  .contact__cautions-text + .contact__cautions-text {
    margin-top: 1.8rem;
  }
}

/* コンタクトフォーム */
.contact-form {
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
}

.contact__form_position {
  margin-top: 7.5rem;
}
@media screen and (max-width: 599px) {
  .contact__form_position {
    margin-top: 5.5rem;
  }
}

.contact-form__row {
  display: flex;
}
.contact-form__row + .contact-form__row {
  margin-top: 3.2rem;
}
@media screen and (max-width: 599px) {
  .contact-form__row {
    display: block;
  }
  .contact-form__row + .contact-form__row {
    margin-top: 3rem;
  }
}

.contact-form__label {
  width: 250px;
  padding-top: 0.5rem;
  margin: 0;
}
.contact-form__label label {
  font-weight: 700;
}
.contact-form__label label.is-required {
  display: inline-block;
  position: relative;
  padding-left: 6.5rem;
}
@media screen and (max-width: 599px) {
  .contact-form__label label.is-required {
    padding-left: 5.8rem;
  }
}
.contact-form__label label.is-required::after {
  content: "必須";
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-weight: 500;
  color: #fff;
  background: #76BEA8;
  border-radius: 5px;
  text-align: center;
  padding: 0.2rem 1.2rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 599px) {
  .contact-form__label label.is-required::after {
    font-size: 1.4rem;
    padding: 0.16rem 1rem;
  }
}
.contact-form__label label.is-optional {
  display: inline-block;
  position: relative;
  padding-left: 6.5rem;
}
@media screen and (max-width: 599px) {
  .contact-form__label label.is-optional {
    padding-left: 5.8rem;
  }
}
.contact-form__label label.is-optional::after {
  content: "任意";
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-weight: 500;
  color: #fff;
  background: #D9D9D9;
  border-radius: 5px;
  text-align: center;
  padding: 0.2rem 1.2rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 599px) {
  .contact-form__label label.is-optional::after {
    font-size: 1.4rem;
    padding: 0.16rem 1rem;
  }
}

.contact-form__input {
  width: calc(100% - 250px);
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .contact-form__input {
    margin-top: 1.6rem;
    width: 100%;
  }
}
.contact-form__input [type=text],
.contact-form__input [type=tel],
.contact-form__input [type=email] {
  background: #F9F8F3;
  background-image: none;
  border-radius: 10px;
  font-family: inherit;
  font-size: 15px;
  padding: 1.3rem 1.9rem;
  width: 100%;
  border: 1px solid #F9F8F3;
}
.contact-form__input [type=text]::-moz-placeholder, .contact-form__input [type=tel]::-moz-placeholder, .contact-form__input [type=email]::-moz-placeholder {
  color: #d9d9d9;
  font-weight: 400;
}
.contact-form__input [type=text]::placeholder,
.contact-form__input [type=tel]::placeholder,
.contact-form__input [type=email]::placeholder {
  color: #d9d9d9;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .contact-form__input [type=text],
  .contact-form__input [type=tel],
  .contact-form__input [type=email] {
    padding: 1.3rem 1rem;
    font-size: 14px;
  }
}
.contact-form__input textarea {
  height: 240px;
  border: 1px solid #F9F8F3;
  background: #F9F8F3;
  padding: 16px 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 10px;
  font-size: 15px;
  width: 100%;
  resize: none;
}
.contact-form__input textarea::-moz-placeholder {
  color: #d9d9d9;
  font-weight: 400;
}
.contact-form__input textarea::placeholder {
  color: #d9d9d9;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .contact-form__input textarea {
    padding: 1.3rem 1rem;
    font-size: 14px;
  }
}

.contact-form__button {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 599px) {
  .contact-form__button {
    margin-top: 4.4rem;
  }
}
.contact-form__button [type=submit] {
  color: #3C4D7C;
  border: 1px solid #3C4D7C;
  background-color: #fff;
  width: 330px;
  display: inline-block;
  font-weight: 700;
  padding: 2.2rem;
  border-radius: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 599px) {
  .contact-form__button [type=submit] {
    padding: 1.8rem;
    max-width: 100%;
  }
}
.contact-form__button [type=submit].is-full {
  background: #3C4D7C;
  color: #fff;
}
.contact-form__button [type=submit].is-full:hover {
  opacity: 0.8;
  transition: all 0.5s ease 0s;
  cursor: pointer;
}

.contact-privacy-container {
  text-align: center;
  margin-top: 6rem;
}
@media screen and (max-width: 599px) {
  .contact-privacy-container {
    margin-top: 4.4rem;
  }
}

.contact-privacy-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 599px) {
  .contact-privacy-text {
    font-size: 1.4rem;
  }
}

.contact-privacy-link {
  font-weight: 500;
  font-size: 2rem;
  color: #3C4D7C;
  border-bottom: 1px solid #3C4D7C;
  margin-right: 0.8rem;
}
.contact-privacy-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 599px) {
  .contact-privacy-link {
    font-size: 1.6rem;
    margin-right: 0;
    display: inline-block;
    margin-bottom: 1.6rem;
  }
}

.contact-privacy {
  display: inline-block;
  margin: 2.5rem auto 0;
}
.contact-privacy:hover {
  opacity: 0.8;
}
@media screen and (max-width: 599px) {
  .contact-privacy {
    margin: 1.6rem auto 0;
  }
}
.contact-privacy [type=checkbox] {
  display: none;
}

.contact-privacyLabel {
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  padding-left: 3.6rem;
  position: relative;
  font-weight: 700;
  text-align: center;
}
.contact-privacyLabel:before {
  background: #fff;
  border: solid 1px #3e3e3e;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  left: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
.contact-privacyLabel:after {
  content: "";
  border-radius: 50%;
  background: #76BEA8;
  display: block;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  position: absolute;
  transition: 0.2s;
  width: 10px;
  height: 10px;
}

input[type=checkbox]:checked + .contact-privacyLabel:after {
  opacity: 1;
}

.modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 900px;
  max-width: calc(100% - 48px);
  padding: 40px;
  z-index: 501;
  padding: 60px;
  display: none;
}
@media screen and (max-width: 599px) {
  .modal-content {
    padding: 30px 15px;
  }
}
.modal-content.is-active {
  display: block;
}

.modal-option-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 500;
  display: none;
}
.modal-option-background.is-active {
  display: block;
}

.modal-close__button {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .modal-close__button {
    width: 40px;
    height: 40px;
    transform: translate(40%, -40%);
  }
}

.privacy-policy {
  margin: 0 auto;
  width: 100%;
  height: 400px;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  overflow-y: scroll;
}
@media screen and (max-width: 599px) {
  .privacy-policy {
    padding: 15px;
  }
}

.privacy-policy__title {
  font-size: 18px;
}

.privacy-policy__intro {
  margin-top: 30px;
  text-align: left !important;
}

.privacy-policy-container {
  margin-top: 30px;
}

.privacy-policy__box {
  text-align: left !important;
}
.privacy-policy__box + .privacy-policy__box {
  margin-top: 20px;
}

.privacy-policy__head {
  font-weight: 700;
}

.contact-message {
  text-align: center;
  margin-top: calc(var(--header-height));
  padding: 140px 0;
  background: #fff;
  color: #333;
}
@media screen and (max-width: 599px) {
  .contact-message {
    margin-top: calc(var(--header-height-sp));
    padding: 80px 0;
  }
}

.contact-message-img {
  width: 205px;
  margin: 0 auto;
}

.contact-message-title {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .contact-message-title {
    font-size: 18px;
    margin-top: 28px;
  }
}

.contact-message-text {
  font-size: 18px;
  width: 800px;
  max-width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 599px) {
  .contact-message-text {
    font-size: 15px;
    margin: 28px auto 0;
    max-width: 420px;
    width: 100%;
    text-align: left !important;
  }
}

.contact-message__button {
  margin-top: 4rem;
}

.contact-message__link {
  background: #76BEA8;
  color: #fff;
  font-weight: 500;
}

.false-message {
  display: none;
  text-align: center;
}

.single__contact {
  padding-top: calc(var(--header-height));
}
@media screen and (max-width: 1024px) {
  .single__contact {
    padding-top: calc(var(--header-height-tb));
  }
}
@media screen and (max-width: 599px) {
  .single__contact {
    padding-top: calc(var(--header-height-sp));
  }
}

.single-property {
  padding: calc(var(--header-height) + 12rem) 0 12rem;
  background: #F9F8F3;
}
@media screen and (max-width: 1024px) {
  .single-property {
    padding: calc(var(--header-height-tb) + 8rem) 0 8rem;
  }
}
@media screen and (max-width: 599px) {
  .single-property {
    padding: calc(var(--header-height-sp) + 5rem) 0 5rem;
  }
}

.single-property__tag {
  display: inline-block;
  padding: 0.3rem 1.3rem;
  border-radius: 5px;
  background: #76BEA8;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .single-property__tag {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .single-property__tag {
    font-size: 1.3rem;
  }
}

.single-property__title {
  margin-top: 1.2rem;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .single-property__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  .single-property__title {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
}

.single-property__time {
  margin-top: 1.2rem;
  display: block;
  color: #76BEA8;
}
@media screen and (max-width: 1024px) {
  .single-property__time {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .single-property__time {
    font-size: 1.3rem;
    margin-top: 0.8rem;
  }
}

.single-property__img {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.single-property__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.single-property__img_position {
  margin-top: 3.4rem;
}
@media screen and (max-width: 1024px) {
  .single-property__img_position {
    margin-top: 3.1rem;
  }
}
@media screen and (max-width: 599px) {
  .single-property__img_position {
    margin-top: 2.6rem;
  }
}

.single-property__inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.single-property__table_position {
  margin-top: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .single-property__table_position {
    margin-top: 2.8rem;
  }
}
@media screen and (max-width: 599px) {
  .single-property__table_position {
    margin-top: 2.4rem;
  }
}

.single-property__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.8rem;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .single-property__table {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .single-property__table {
    font-size: 1.4rem;
  }
}
.single-property__table th,
.single-property__table td {
  border-bottom: 1px solid #333;
  padding: 3.4rem 0;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .single-property__table th,
  .single-property__table td {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 599px) {
  .single-property__table th,
  .single-property__table td {
    padding: 2.4rem 0;
  }
}
.single-property__table th {
  font-weight: bold;
  width: 262px;
}
@media screen and (max-width: 1024px) {
  .single-property__table th {
    width: 240px;
  }
}
@media screen and (max-width: 599px) {
  .single-property__table th {
    width: 140px;
  }
}
.single-property__table td {
  width: calc(100% - 262px);
}
@media screen and (max-width: 1024px) {
  .single-property__table td {
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 599px) {
  .single-property__table td {
    width: calc(100% - 140px);
  }
}

.single-property__detail {
  margin-top: 5.2rem;
}
@media screen and (max-width: 599px) {
  .single-property__detail {
    margin-top: 3.6rem;
  }
}

.single-property__detail-link {
  color: #3C4D7C;
  font-size: 2.4rem;
  font-weight: 700;
  padding-right: 35px;
  position: relative;
  border-bottom: 2px solid #3C4D7C;
}
@media screen and (max-width: 1024px) {
  .single-property__detail-link {
    font-size: 2rem;
    padding-right: 28px;
  }
}
@media screen and (max-width: 599px) {
  .single-property__detail-link {
    font-size: 1.6rem;
    padding-right: 22px;
  }
}
.single-property__detail-link:hover {
  opacity: 0.7;
}
.single-property__detail-link::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: url(../../img/external-link.png) no-repeat center center/contain;
}
@media screen and (max-width: 1024px) {
  .single-property__detail-link::after {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 599px) {
  .single-property__detail-link::after {
    width: 22px;
    height: 22px;
  }
}

.single-property__button_position {
  margin-top: 12rem;
}
@media screen and (max-width: 1024px) {
  .single-property__button_position {
    margin-top: 9rem;
  }
}
@media screen and (max-width: 599px) {
  .single-property__button_position {
    margin-top: 5rem;
  }
}

.archieve-intro {
  margin-top: var(--header-height);
  padding: 6rem 0 8rem;
  position: relative;
  background-image: url(../../img/closing-slash.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .archieve-intro {
    margin-top: var(--header-height-tb);
  }
}
@media screen and (max-width: 599px) {
  .archieve-intro {
    padding: 4.8rem 0;
    margin-top: var(--header-height-sp);
  }
}
.archieve-intro::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(118, 190, 168, 0.8);
  z-index: -1;
}
.archieve-intro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/closing-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -2;
}

.achieve-intro__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.8rem;
  margin-top: 6.4rem;
}
@media screen and (max-width: 1024px) {
  .achieve-intro__items {
    gap: 2rem;
    margin-top: 5.8rem;
  }
}
@media screen and (max-width: 599px) {
  .achieve-intro__items {
    flex-direction: column;
    gap: 2rem;
    margin-top: 4rem;
  }
}

.achieve-intro__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 100px;
  width: 420px;
  padding: 0 4.4rem;
  background: #fff;
}
.achieve-intro__item:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .achieve-intro__item {
    padding: 0 3.6rem;
    width: 390px;
  }
}
@media screen and (max-width: 599px) {
  .achieve-intro__item {
    width: 380px;
    max-width: 100%;
    padding: 0 2.8rem;
  }
}

.achieve-intro__img {
  width: 100px;
}
@media screen and (max-width: 1024px) {
  .achieve-intro__img {
    width: 80px;
  }
}
@media screen and (max-width: 599px) {
  .achieve-intro__img {
    width: 72px;
  }
}

.achieve-intro__text {
  text-align: center;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .achieve-intro__text {
    font-size: 1.5rem;
  }
}
.achieve-intro__text span {
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .achieve-intro__text span {
    font-size: 1.8rem;
  }
}

.achieve-intro__arrow {
  display: inline-block;
  width: 32px;
}
@media screen and (max-width: 1024px) {
  .achieve-intro__arrow {
    width: 28px;
  }
}
@media screen and (max-width: 599px) {
  .achieve-intro__arrow {
    width: 26px;
  }
}

.archieve-property__buy {
  padding-bottom: 12rem;
}
@media screen and (max-width: 599px) {
  .archieve-property__buy {
    padding-bottom: 7rem;
  }
}

.archieve-property__borrow {
  padding-bottom: 12rem;
}
@media screen and (max-width: 599px) {
  .archieve-property__borrow {
    padding-bottom: 7rem;
  }
}

.archieve-property__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  background: #F9F8F3;
}
@media screen and (max-width: 1024px) {
  .archieve-property__title {
    gap: 4.2rem;
  }
}
@media screen and (max-width: 599px) {
  .archieve-property__title {
    gap: 2.8rem;
  }
}

.archieve-property__title-img {
  width: 110px;
}
@media screen and (max-width: 1024px) {
  .archieve-property__title-img {
    width: 100px;
  }
}
@media screen and (max-width: 599px) {
  .archieve-property__title-img {
    width: 80px;
  }
}

.archieve-property__title-title {
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .archieve-property__title-title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 599px) {
  .archieve-property__title-title {
    font-size: 1.8rem;
  }
}

.archieve-property__intro {
  margin-top: 6rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .archieve-property__intro {
    margin-top: 5.4rem;
  }
}
@media screen and (max-width: 599px) {
  .archieve-property__intro {
    font-size: 1.4rem;
    text-align: left;
  }
}

.archieve-property__items_position {
  margin-top: 5rem;
}
@media screen and (max-width: 1024px) {
  .archieve-property__items_position {
    margin-top: 4.4rem;
  }
}
@media screen and (max-width: 599px) {
  .archieve-property__items_position {
    margin-top: 4rem;
  }
}

.property {
  padding: 8rem 0 11rem;
}
@media screen and (max-width: 599px) {
  .property {
    padding: 5rem 0 6rem;
  }
}

.property__items {
  display: flex;
  gap: 3.75%;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .property__items {
    gap: 4rem;
  }
}
@media screen and (max-width: 599px) {
  .property__items {
    flex-direction: column;
    gap: 3.2rem;
  }
}

.property__items_position {
  margin-top: 9rem;
}
@media screen and (max-width: 599px) {
  .property__items_position {
    margin-top: 5rem;
  }
}

.property__item {
  display: block;
  width: 30.8333333333%;
  border-radius: 20px;
  background: #F9F8F3;
  padding: 2.2rem 2.5rem;
}
.property__item:nth-child(n+4) {
  margin-top: 4rem;
}
@media screen and (max-width: 1024px) {
  .property__item:nth-child(n+4) {
    margin-top: 0;
  }
}
.property__item:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .property__item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 599px) {
  .property__item {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    border-radius: 10px;
  }
}

.property__container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.property-info {
  flex-grow: 1;
}

.property-img {
  width: 100%;
  aspect-ratio: 16/9;
  /* 画像のアスペクト比を固定 */
  overflow: hidden;
  /* はみ出た部分を隠す */
}
.property-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.property-type {
  display: inline-block;
  font-size: 1.2rem;
  background: #76BEA8;
  border-radius: 5px;
  color: #fff;
  padding: 0.3rem 1.3rem;
  margin-top: 1.7rem;
}
@media screen and (max-width: 599px) {
  .property-type {
    margin-top: 1.4rem;
  }
}

.property-title {
  color: #333;
  margin-top: 1.4rem;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 599px) {
  .property-title {
    font-size: 1.5rem;
    margin-bottom: 1.6rem;
  }
}

.property-time {
  color: #76BEA8;
  font-size: 1.4rem;
  display: block;
  margin-top: auto;
}
@media screen and (max-width: 599px) {
  .property-time {
    font-size: 1.3rem;
  }
}

.property__button_position {
  margin-top: 8rem;
}
@media screen and (max-width: 599px) {
  .property__button_position {
    margin-top: 5rem;
  }
}

.property__button-link {
  display: block;
  border-radius: 40px;
  border: 1px solid #3C4D7C;
  color: #3C4D7C;
  padding: 1.5rem;
  width: 330px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #fff;
}
.property__button-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 599px) {
  .property__button-link {
    width: 260px;
    padding: 1.3rem;
  }
}

.property__button-text {
  padding-right: 0.4rem;
  position: relative;
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
  .property__button-text {
    font-size: 1.6rem;
  }
}
.property__button-text::after {
  content: "";
  position: absolute;
  right: 0;
  transform: translate(100%, -50%);
  top: 50%;
  width: 21px;
  height: 21px;
  background: url(../../img/ep_arrow-left.png) no-repeat center center/contain;
}
@media screen and (max-width: 599px) {
  .property__button-text::after {
    width: 19px;
    height: 19px;
  }
}/*# sourceMappingURL=style.css.map */