@charset "UTF-8";
/*
====================================
トップ
====================================
*/
.top-header {
  height: 748px;
}
.top-header__inner {
  height: 100%;
  display: flex;
  align-items: center;
}
.top-header__left {
  padding: 47px 40px 0;
  width: 27.1%;
  height: 100%;
}
.top-header__left .logo-gr .logo {
  width: 55px;
  margin-left: auto;
  margin-right: auto;
}
.top-header__left .logo-gr .logo img {
  width: 100%;
}
.top-header__left .logo-gr .txt {
  margin-top: 16px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #F29A76;
  display: block;
  text-align: center;
}
.top-header__left nav {
  margin-top: 34px;
  text-align: center;
}
.top-header__left nav ul li a {
  display: block;
  padding: 15px 0 9px;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
  border-bottom: solid 1px #E3E3E3;
  color: #000000;
}
.top-header__left .tel {
  display: block;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.top-header__left .tel img {
  width: 100%;
}
.top-header__left .btns {
  margin-top: 16px;
}
.top-header__left .btns a {
  display: block;
  width: 100%;
  margin-top: 8px;
}
.top-header__left .btns a img {
  width: 100%;
}
.top-header__right {
  position: relative;
  z-index: 0;
  width: 72.9%;
  height: 100%;
}
.top-header__right .copy {
  z-index: 2;
  position: absolute;
  top: 47px;
  left: 47px;
  writing-mode: vertical-rl;
  /* 縦書き（右→左） */
  text-orientation: mixed;
  /* 漢字は縦、英数字は横 */
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  text-shadow: 0 3px 10px rgba(14, 14, 14, 0.8);
}
.top-header__right .visual {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 0 0 0 60px;
  overflow: hidden;
}
.top-header__right .visual .swiper, .top-header__right .visual .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-header__right .visual .swiper img, .top-header__right .visual .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-banner__inner .banner {
  opacity: 0;
  transform: translateY(50px);
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
}
.top-banner__inner .banner.visible {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1.5s;
}

.top-news {
  margin-top: 68px;
}
.top-news__inner .lr {
  display: flex;
}
.top-news__inner .lr .left {
  width: 44.9%;
}
.top-news__inner .lr .left .image {
  width: 100%;
  opacity: 0;
}
.top-news__inner .lr .right {
  width: 50%;
}
.top-news__inner .lr .right .box {
  position: relative;
  margin-top: 102px;
  padding: 82px 0;
  border-radius: 30px 0 0 30px;
  width: calc(100% + 217px);
  transform: translateX(-108.5px);
  margin-left: auto;
  margin-right: 0;
  background-color: #FEF7F4;
}
.top-news__inner .lr .right .box::before {
  content: "";
  position: absolute;
  left: 10%;
  top: 0px;
  height: 5px;
  width: 210px;
  background-color: #35B597;
}
.top-news__inner .lr .right .box .heading {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  width: 80%;
}
.top-news__inner .lr .right .box .list {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  opacity: 0;
  transform: translateY(10px);
}
.top-news__inner .lr .right .box .list ul li {
  margin-top: 8px;
  padding: 12px 25px;
  background-color: #fff;
}
.top-news__inner .lr .right .box .list ul li time {
  font-size: 1.2rem;
  color: #000;
}
.top-news__inner .lr .right .box .list ul li .title {
  font-size: 1.5rem;
  color: #000;
}
.top-news__inner .lr .right .box .list ul li:first-of-type {
  margin-top: 0;
}
.top-news__inner .lr .right .box .btn {
  margin-top: 24px;
  text-align: center;
}
.top-news__inner .lr.visible .left .image {
  opacity: 1;
  transition-duration: 1.25s;
}
.top-news__inner .lr.visible .right .box .list {
  transition-delay: 1s;
  opacity: 1;
  transition-duration: 1.25s;
  transform: translateY(0);
}

.top-problem {
  margin-top: 68px;
  padding-top: 80px;
  background-color: #F29A76;
  border-radius: 50px 50px 0 0;
}
.top-problem__heading {
  position: relative;
  z-index: 0;
  text-align: center;
  margin-bottom: 32px;
  opacity: 0;
  transform: translateY(50px);
}
.top-problem__heading h2 {
  position: relative;
  z-index: 2;
  font-size: 3.2rem;
  color: #fff;
}
.top-problem__heading h2 span {
  color: #FFEC5D;
}
.top-problem__heading .eng {
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: -40%;
  opacity: 0.15;
  display: inline-block;
  width: 370px;
  transform: translateX(-50%);
}
.top-problem__list {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}
.top-problem__list li {
  margin-top: 12px;
  padding: 16px 0;
  list-style: none;
  border-radius: 50px;
  background-color: #fff;
  text-align: center;
}
.top-problem__list li:first-of-type {
  margin-top: 0;
}
.top-problem__list li:nth-of-type(1) {
  opacity: 0;
  transition-delay: 1s;
  transform: translateX(-50px);
}
.top-problem__list li:nth-of-type(2) {
  opacity: 0;
  transition-delay: 0.5s;
  transform: translateX(50px);
}
.top-problem__list li:nth-of-type(3) {
  opacity: 0;
  transform: translateX(-50px);
}
.top-problem__list li h3 {
  font-size: 2rem;
  font-weight: 400;
}
.top-problem__illusts {
  position: relative;
  max-width: 784px;
  margin-left: auto;
  margin-right: auto;
}
.top-problem__illusts .man {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 202px;
}
.top-problem__illusts .woman {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 202px;
}
.top-problem__inner.visible .top-problem__heading {
  transform: translateY(0);
  opacity: 1;
  transition-duration: 1.25s;
}
.top-problem__inner.visible .top-problem__list li {
  opacity: 1;
  transform: translateX(0);
  transition-duration: 1.25s;
}
.top-problem__inner.visible .top-problem__list li:nth-of-type(1) {
  transition-delay: 1s;
}
.top-problem__inner.visible .top-problem__list li:nth-of-type(2) {
  transition-delay: 1.5s;
}
.top-problem__inner.visible .top-problem__list li:nth-of-type(3) {
  transition-delay: 2s;
}
.top-problem__inner.visible .top-problem__illusts .man {
  opacity: 1;
  transition-duration: 1.25s;
  transition-delay: 2.7s;
}
.top-problem__inner.visible .top-problem__illusts .woman {
  opacity: 1;
  transition-duration: 1.25s;
  transition-delay: 3.2s;
}

.top-us {
  margin-top: 74px;
}
.top-us__heading {
  text-align: center;
  margin-bottom: 29px;
  opacity: 0;
  transform: translateY(50px);
}
.top-us__heading h2 {
  position: relative;
  z-index: 2;
  font-size: 3.2rem;
  font-weight: 500;
  color: #000;
}
.top-us__heading h2 span {
  color: #35B597;
}
.top-us__heading strong {
  position: relative;
  font-weight: 500;
}
.top-us__heading strong::after {
  content: "";
  position: absolute;
  z-index: -2;
  left: -25px;
  width: calc(100% + 50px);
  height: 10px;
  bottom: 4px;
  background-color: #FFEC5D;
  opacity: 0.3;
}
.top-us__desc {
  opacity: 0;
  transform: translateY(50px);
  text-align: center;
  margin-bottom: 59px;
}
.top-us .top-problem__gal {
  opacity: 0;
}
.top-us__inner.visible .top-us__heading {
  transform: translateY(0);
  opacity: 1;
  transition-duration: 1.5s;
}
.top-us__inner.visible .top-us__desc {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1.5s;
  transition-delay: 1s;
}
.top-us__inner.visible .top-problem__gal {
  opacity: 1;
  transition-duration: 1.5s;
  transition-delay: 1.5s;
}

.top-features {
  margin-top: 166px;
}
.top-features__list ul {
  display: flex;
  justify-content: center;
  gap: 24px;
  opacity: 0;
  transform: translateX(-100px);
}
.top-features__list ul li {
  width: 28%;
}
.top-features__list ul li .image {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  border: solid 5px #F29A76;
}
.top-features__list ul li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.top-features__list ul li h3 {
  margin-top: 16px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #35B597;
}
.top-features__list ul li p {
  margin-top: 8px;
}
.top-features__list ul.visible {
  transition-duration: 1.5s;
  opacity: 1;
  transform: translateX(0);
}
.top-features__btn {
  margin-top: 49px;
  text-align: center;
}
.top-features__bigtxt {
  position: relative;
  z-index: 0;
  pointer-events: none;
  width: 100vw;
  height: 15.228426vw;
  margin-top: -8vw;
}
.top-features__bigtxt img {
  width: 100%;
}
.top-features__bigtxt::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  height: 5px;
  width: 210px;
  background-color: #F29A76;
  transform: translateX(-50%);
}

.top-service {
  margin-top: 81px;
}
.top-service__heading {
  margin-bottom: 42px;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
}
.top-service__list {
  opacity: 0;
  transform: translateY(50px);
}
.top-service__list ol li {
  margin-top: 42px;
  display: flex;
  justify-content: space-between;
}
.top-service__list ol li:first-of-type {
  margin-top: 0;
}
.top-service__list ol li .image {
  width: 160px;
  height: 160px;
}
.top-service__list ol li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-service__list ol li .txt-gr {
  padding-left: 28px;
  width: calc(100% - 160px);
}
.top-service__list ol li .txt-gr .heading-gr .eng {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 1.2rem;
  color: #35B597;
}
.top-service__list ol li .txt-gr .heading-gr .jpn {
  position: relative;
  margin-top: 8px;
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 8px;
}
.top-service__list ol li .txt-gr .heading-gr .jpn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 3px;
  width: 63px;
  background-color: #35B597;
}
.top-service__list ol li .txt-gr .desc {
  margin-top: 16px;
}
.top-service__list ol li .txt-gr .btns {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
}
.top-service__list ol li .txt-gr .btns a {
  margin-top: 24px;
  width: 30%;
  font-size: 1.5rem;
  color: #000;
  border-bottom: #35B597 solid 1px;
  padding-bottom: 16px;
}
.top-service__inner.visible .top-service__heading {
  transform: translateY(0);
  opacity: 1;
  transition-duration: 1.5s;
}
.top-service__inner.visible .top-service__list {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1.5s;
  transition-delay: 1s;
}

.top-staff {
  margin-top: 80px;
  background-color: rgba(254, 247, 244, 0.5);
}
.top-staff__inner {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.top-staff__inner::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 201px;
  height: 5px;
  background-color: #F29A76;
  transform: translateX(-50%);
}
.top-staff__inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 201px;
  height: 5px;
  background-color: #35B597;
}
.top-staff__inner .lr {
  display: flex;
  justify-content: space-between;
}
.top-staff__inner .lr .left {
  margin-top: 22px;
  padding-right: 35px;
  width: 55%;
}
.top-staff__inner .lr .left .heading {
  margin-bottom: 50px;
  opacity: 0;
  transform: translateY(50px);
}
.top-staff__inner .lr .left .copy {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #000;
  opacity: 0;
  transform: translateY(50px);
}
.top-staff__inner .lr .left .desc {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(50px);
}
.top-staff__inner .lr .left .btn {
  opacity: 0;
  transform: translateY(50px);
}
.top-staff__inner .lr .right {
  width: 45%;
}
.top-staff__inner .lr .right .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.top-staff__inner .lr .right .images .image {
  opacity: 0;
  width: calc(50% - 16px);
}
.top-staff__inner .lr.visible .left .heading {
  transform: translateY(0);
  opacity: 1;
  transition-duration: 1.5s;
}
.top-staff__inner .lr.visible .left .copy {
  transform: translateY(0);
  opacity: 1;
  transition-duration: 1.5s;
  transition-delay: 1s;
}
.top-staff__inner .lr.visible .left .desc {
  transform: translateY(0);
  opacity: 1;
  transition-duration: 1.5s;
  transition-delay: 2s;
}
.top-staff__inner .lr.visible .left .btn {
  transform: translateY(0);
  opacity: 1;
  transition-duration: 1.5s;
  transition-delay: 2s;
}
.top-staff__inner .lr.visible .right .images .image {
  opacity: 1;
  transition-delay: 3s;
  transition-duration: 1.5s;
}

.top-recruit-banner {
  margin-top: 120px;
}
.top-recruit-banner .recruit-banner {
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
  opacity: 0;
  transform: translateY(50px);
}
.top-recruit-banner .recruit-banner.visible {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1.5s;
}

@media screen and (max-width: 750px) {
  .top-header {
    height: auto;
  }
  .top-header__inner {
    height: 100%;
    flex-direction: column-reverse;
  }
  .top-header__left {
    padding: 24px 16px 0;
    width: 100%;
    height: 100%;
  }
  .top-header__left .logo-gr .logo {
    width: 80px;
    background-color: #fff;
    margin-top: -58px;
    position: relative;
    z-index: 2;
    border-radius: 10px 10px 0 0;
    padding: 12px 22px 0 22px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-header__left .logo-gr .txt {
    margin-top: 8px;
    font-size: 1.4rem;
  }
  .top-header__left nav {
    margin-top: 10px;
  }
  .top-header__left nav ul li a {
    display: block;
    padding: 8px 0 4px;
    font-size: 1.3rem;
  }
  .top-header__left nav ul li:first-of-type a {
    padding-top: 0;
  }
  .top-header__left .tel {
    margin-top: 24px;
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .top-header__left .tel img {
    width: 100%;
  }
  .top-header__left .btns {
    margin-top: 16px;
  }
  .top-header__left .btns a {
    margin-top: 4px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
  }
  .top-header__left .btns a img {
    width: 100%;
  }
  .top-header__right {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 65vw;
  }
  .top-header__right .copy {
    top: 32px;
    left: 32px;
    font-size: 2rem;
  }
  .top-header__right .visual {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 0 0 0 0px;
  }
  .top-news {
    margin-top: 40px;
  }
  .top-news__inner .lr {
    display: block;
  }
  .top-news__inner .lr .left {
    width: 80%;
  }
  .top-news__inner .lr .right {
    width: 90%;
    margin-left: auto;
    margin-right: 0;
  }
  .top-news__inner .lr .right .box {
    position: relative;
    margin-top: -40px;
    padding: 32px 0;
    border-radius: 20px 0 0 20px;
    width: 100%;
    transform: translateX(0px);
  }
  .top-news__inner .lr .right .box::before {
    height: 5px;
    width: 100px;
  }
  .top-news__inner .lr .right .box .heading {
    margin-bottom: 12px;
    width: 85%;
  }
  .top-news__inner .lr .right .box .list {
    width: 85%;
  }
  .top-news__inner .lr .right .box .list ul li {
    margin-top: 4px;
    padding: 12px 12.5px;
  }
  .top-news__inner .lr .right .box .list ul li time {
    font-size: 1.1rem;
    display: block;
  }
  .top-news__inner .lr .right .box .list ul li .title {
    font-size: 1.3rem;
    display: block;
  }
  .top-news__inner .lr .right .box .btn {
    margin-top: 24px;
    text-align: center;
  }
  .top-problem {
    overflow: hidden;
    margin-top: 32px;
    padding-top: 40px;
    border-radius: 30px 30px 0 0;
  }
  .top-problem__heading {
    margin-bottom: 16px;
  }
  .top-problem__heading h2 {
    font-size: 2.4rem;
  }
  .top-problem__heading .eng {
    bottom: 5%;
    width: 80%;
  }
  .top-problem__list {
    width: calc(100% - 8px);
    padding-bottom: 61px;
  }
  .top-problem__list li {
    margin-top: 8px;
    padding: 12px 0;
  }
  .top-problem__list li h3 {
    font-size: 1.5rem;
  }
  .top-problem__illusts {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .top-problem__illusts .man {
    left: initial;
    right: 72px;
    width: 80px;
    bottom: -4px;
  }
  .top-problem__illusts .woman {
    left: initial;
    width: 80px;
    bottom: -4px;
  }
  .top-us {
    margin-top: 32px;
  }
  .top-us__heading {
    margin-bottom: 20px;
    width: 89%;
    margin: 0 auto 24px;
    padding: 12px 0;
    border: solid 5px #eee;
    border-radius: 14px;
  }
  .top-us__heading h2 {
    position: relative;
    z-index: 2;
    font-size: 2.2rem;
    line-height: 1.9;
  }
  .top-us__heading strong::after {
    left: -8px;
    width: calc(100% + 16px);
    height: 8px;
    bottom: 0px;
  }
  .top-us__desc {
    margin-bottom: 24px;
  }
  .top-features {
    margin-top: 56px;
  }
  .top-features__list ul {
    flex-wrap: wrap;
  }
  .top-features__list ul li {
    margin-top: 24px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .top-features__list ul li:first-of-type {
    margin-top: 0;
  }
  .top-features__list ul li .image {
    width: 30%;
    margin-left: 0;
    margin-right: 0;
    border-width: 2.5px;
  }
  .top-features__list ul li h3 {
    padding-left: 16px;
    margin-top: 0px;
    font-size: 1.8rem;
    width: 70%;
    text-align: left;
    border-bottom: solid 1px #ddd;
    padding-bottom: 8px;
  }
  .top-features__list ul li p {
    margin-top: 12px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .top-features__btn {
    margin-top: 32px;
  }
  .top-features__bigtxt {
    margin-top: -8vw;
  }
  .top-features__bigtxt::after {
    height: 5px;
    width: 100px;
  }
  .top-service {
    margin-top: 64px;
  }
  .top-service__heading {
    margin-bottom: 32px;
  }
  .top-service__list ol li {
    margin-top: 40px;
    display: block;
  }
  .top-service__list ol li .image {
    margin-left: auto;
    margin-right: auto;
  }
  .top-service__list ol li .txt-gr {
    padding-left: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .top-service__list ol li .txt-gr .heading-gr {
    margin-top: 16px;
    text-align: center;
  }
  .top-service__list ol li .txt-gr .heading-gr .eng {
    font-size: 1.1rem;
  }
  .top-service__list ol li .txt-gr .heading-gr .jpn {
    margin-top: 8px;
    font-size: 1.9rem;
    padding-bottom: 8px;
  }
  .top-service__list ol li .txt-gr .heading-gr .jpn::after {
    left: 50%;
    bottom: 0px;
    height: 3px;
    transform: translateX(-50%);
  }
  .top-service__list ol li .txt-gr .desc {
    margin-top: 16px;
  }
  .top-service__list ol li .txt-gr .btns {
    margin-top: 8px;
    gap: 0;
    justify-content: space-between;
  }
  .top-service__list ol li .txt-gr .btns a {
    margin-top: 16px;
    width: 48%;
    font-size: 1.3rem;
    padding-bottom: 8px;
  }
  .top-staff {
    margin-top: 64px;
  }
  .top-staff__inner {
    position: relative;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .top-staff__inner::before {
    height: 5px;
    width: 100px;
  }
  .top-staff__inner::after {
    height: 5px;
    width: 100px;
  }
  .top-staff__inner .lr {
    display: block;
  }
  .top-staff__inner .lr .left {
    margin-top: 12.5px;
    padding-right: 0px;
    width: 100%;
  }
  .top-staff__inner .lr .left .heading {
    margin-bottom: 24px;
  }
  .top-staff__inner .lr .left .images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4px;
  }
  .top-staff__inner .lr .left .images .image {
    width: calc(50% - 4px);
  }
  .top-staff__inner .lr .left .copy {
    margin-top: 24px;
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
  .top-staff__inner .lr .left .desc {
    margin-bottom: 12px;
  }
  .top-staff__inner .lr .left .btn {
    text-align: center;
  }
  .top-staff__inner .lr .right {
    display: none;
  }
  .top-recruit-banner {
    margin-top: 80px;
  }
  .top-recruit-banner .recruit-banner {
    width: 100%;
  }
}/*# sourceMappingURL=top.css.map */