.visual {
  width: 100%;
  height: auto;
  position: relative;
}
.visual-inner {
  width: 100%;
  height: auto;
  background: url(../../assets/img/top/mv-bg.jpg);
}
.visual-inner img {
  width: 100%;
  height: auto;
}
.visual-inner:after {
  content: "";
  width: 100%;
  height: 120px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 100%);
}
.visual-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.visual-content__inner {
  width: 100%;
  height: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 120px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media only screen and (max-width:767px) {
  .visual-content__inner {
    padding: 0 30px;
  }
}
.visual-content__inner h1 {
  font-size: 6.5rem;
  line-height: 1.7;
  color: #fff;
  font-weight: 400;
  font-family: "Jacques Francois", sans-serif;
  margin-top: -7%;
  letter-spacing: -0.5px;
}
@media only screen and (max-width:767px) {
  .visual-content__inner h1 {
    font-size: 3rem;
    line-height: 1.4;
    margin-top: 12%;
  }
}
.visual-content__note {
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  margin-top: 5%;
}
@media only screen and (max-width:767px) {
  .visual-content__note {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.profile {
  width: 100%;
  height: auto;
}
.profile-inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 100px 0;
}
@media only screen and (max-width:767px) {
  .profile-inner {
    padding: 50px 15px;
    box-sizing: border-box;
  }
}
.profile-head {
  width: 100%;
  height: auto;
  margin-bottom: 45px;
}
@media only screen and (max-width:767px) {
  .profile-head {
    margin-bottom: 30px;
  }
}
.profile-head h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
}
.profile-head h2 span {
  display: inline-block;
  font-size: 0;
}
@media only screen and (max-width:767px) {
  .profile-head h2 span {
    width: 35px;
    height: auto;
  }
  .profile-head h2 span img {
    width: 100%;
  }
}
.profile-head h2 p {
  font-size: 3.8rem;
  color: #000;
  line-height: 1.6;
  margin-left: 35px;
}
@media only screen and (max-width:767px) {
  .profile-head h2 p {
    font-size: 1.8rem;
    margin-left: 20px;
  }
}
.profile-body {
  width: 100%;
  height: auto;
}
.profile-text {
  width: 100%;
  height: auto;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
  color: #000;
}
@media only screen and (max-width:767px) {
  .profile-text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.service {
  width: 100%;
  height: auto;
}
.service-mv {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  background: url(../../assets/img/top/service-img.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .service-mv {
    height: 200px;
    background: url(../../assets/img/top/service-img_sp.jpg) center top no-repeat;
    background-size: cover;
  }
}
.service-mv::before {
  display: block;
  width: 84px;
  height: 218px;
  content: "";
  background: url(../../assets/img/common/mh_icon_002.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
@media only screen and (max-width:767px) {
  .service-mv::before {
    width: 46px;
    height: 124px;
    background-size: 46px;
  }
}
.service-mv__title {
  display: table;
  width: auto;
  height: auto;
  font-size: 6.4rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
  margin-top: 5px;
}
@media only screen and (max-width:767px) {
  .service-mv__title {
    font-size: 3rem;
  }
}
.service-inner {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
@media only screen and (max-width:767px) {
  .service-inner {
    padding: 50px 0;
  }
}
.service-head {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  height: auto;
  margin-bottom: 40px;
  box-sizing: border-box;
}
@media only screen and (max-width:767px) {
  .service-head {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
.service-body {
  width: 100%;
  height: auto;
}
.service-note {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  height: auto;
  margin-bottom: 100px;
}
@media only screen and (max-width:767px) {
  .service-note {
    margin-bottom: 40px;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
.service-note p {
  font-size: 1.6rem;
  line-height: 2;
  color: #000;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  max-width: 600px;
}
@media only screen and (max-width:767px) {
  .service-note p {
    font-size: 1.4rem;
  }
}
.service-note p:not(:first-child) {
  margin-top: 30px;
}
@media only screen and (max-width:767px) {
  .service-note p:not(:first-child) {
    margin-top: 15px;
  }
}
.service-wrap {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .service-wrap {
    display: block;
  }
}
.service-img {
  width: auto;
  height: auto;
}
@media only screen and (max-width:767px) {
  .service-img {
    width: 100%;
    height: auto;
  }
  .service-img img {
    width: 100%;
    height: auto;
  }
}
.service-content {
  width: 90%;
  height: auto;
  margin-left: -5%;
  background-color: #000;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width:767px) {
  .service-content {
    margin-left: 0;
    margin-top: -10%;
  }
}
.service-detail {
  width: 100%;
  height: 560px;
  min-width: 600px;
  background-color: #000;
  padding: 55px 65px;
  box-sizing: border-box;
}
@media only screen and (max-width:767px) {
  .service-detail {
    padding: 30px;
    height: auto;
    min-width: initial;
  }
}
.service-detail__num {
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Inter", sans-serif;
  color: #4ca891;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
}
@media only screen and (max-width:767px) {
  .service-detail__num {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
.service-detail__num::before {
  content: "";
  width: 48px;
  height: 1px;
  background-color: #4ca891;
  margin-right: 12px;
}
@media only screen and (max-width:767px) {
  .service-detail__num::before {
    width: 30px;
  }
}
.service-detail__title {
  font-size: 2.9rem;
  line-height: 1;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
@media only screen and (max-width:767px) {
  .service-detail__title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.service-detail__list {
  width: auto;
  height: auto;
}
.service-detail__text {
  font-size: 1.4rem;
  line-height: 2;
  color: #fff;
  font-family: "Inter", sans-serif;
  margin-bottom: 40px;
}
@media only screen and (max-width:767px) {
  .service-detail__text {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
.service-detail__item {
  width: auto;
  height: auto;
  font-family: "Inter", sans-serif;
  padding: 14px 0 14px 32px;
  box-sizing: border-box;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width:767px) {
  .service-detail__item {
    padding: 8px 0 8px 15px;
  }
}
.service-detail__item:not(:first-child) {
  margin-top: 27px;
}
@media only screen and (max-width:767px) {
  .service-detail__item:not(:first-child) {
    margin-top: 20px;
  }
}
.service-detail__item p {
  font-size: 2.2rem;
  line-height: 1;
  color: #fff;
  margin-bottom: 15px;
}
@media only screen and (max-width:767px) {
  .service-detail__item p {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}
.service-detail__item span {
  font-size: 1.4rem;
  line-height: 1;
  color: #4ca891;
}
@media only screen and (max-width:767px) {
  .service-detail__item span {
    font-size: 1.2rem;
  }
}

.checkup {
  width: 100%;
  height: auto;
}
.checkup-inner {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
@media only screen and (max-width:767px) {
  .checkup-inner {
    padding: 50px 0;
  }
}
.checkup-head {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  height: auto;
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
}
@media only screen and (max-width:767px) {
  .checkup-head {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
.checkup-body {
  width: 100%;
  height: auto;
}
.checkup-note {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  height: auto;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 100px;
}
@media only screen and (max-width:767px) {
  .checkup-note {
    margin-bottom: 40px;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
.checkup-note p {
  font-size: 1.6rem;
  line-height: 2;
  color: #000;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  max-width: 600px;
}
.checkup-note p:not(:first-child) {
  margin-top: 30px;
}
@media only screen and (max-width:767px) {
  .checkup-note p:not(:first-child) {
    margin-top: 15px;
  }
}
@media only screen and (max-width:767px) {
  .checkup-note p {
    font-size: 1.4rem;
  }
}
.checkup-wrap {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media only screen and (max-width:767px) {
  .checkup-wrap {
    display: block;
  }
}
.checkup-img {
  width: auto;
  height: auto;
}
@media only screen and (max-width:767px) {
  .checkup-img {
    width: 100%;
    height: auto;
  }
  .checkup-img img {
    width: 100%;
    height: auto;
  }
}
.checkup-content {
  width: auto;
  height: auto;
  margin-right: -5%;
  background-color: #000;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width:767px) {
  .checkup-content {
    width: 90%;
    margin-right: 0;
    margin-top: -10%;
    margin-left: auto;
  }
}
.checkup-detail {
  width: 100%;
  height: 560px;
  min-width: 600px;
  max-width: 600px;
  background-color: #000;
  padding: 55px 65px;
  box-sizing: border-box;
}
@media only screen and (max-width:767px) {
  .checkup-detail {
    padding: 30px;
    height: auto;
    min-width: initial;
  }
}
.checkup-detail__num {
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Inter", sans-serif;
  color: #4ca891;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
}
@media only screen and (max-width:767px) {
  .checkup-detail__num {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
.checkup-detail__num::before {
  content: "";
  width: 48px;
  height: 1px;
  background-color: #4ca891;
  margin-right: 12px;
}
@media only screen and (max-width:767px) {
  .checkup-detail__num::before {
    width: 30px;
  }
}
.checkup-detail__title {
  font-size: 2.9rem;
  line-height: 1;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
@media only screen and (max-width:767px) {
  .checkup-detail__title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.checkup-detail__text {
  font-size: 1.4rem;
  line-height: 2;
  color: #fff;
  font-family: "Inter", sans-serif;
  margin-bottom: 40px;
}
@media only screen and (max-width:767px) {
  .checkup-detail__text {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}

.hotel {
  width: 100%;
  height: auto;
  background-color: #f1f1f1;
  padding-top: 100px;
  padding-bottom: 40px;
}
@media only screen and (max-width:767px) {
  .hotel {
    padding: 50px 0;
  }
}
.hotel-inner {
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
}
.hotel-head {
  width: auto;
  height: auto;
  margin-bottom: 50px;
}
@media only screen and (max-width:767px) {
  .hotel-head {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
.hotel-head h2 {
  margin-bottom: 40px;
}
@media only screen and (max-width:767px) {
  .hotel-head h2 {
    margin-bottom: 30px;
  }
}
.hotel-head p {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width:767px) {
  .hotel-head p {
    font-size: 1.2rem;
  }
}
.hotel-body {
  width: 100%;
  height: auto;
}
.hotel-list {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width:767px) {
  .hotel-list {
    flex-direction: column;
  }
}
.hotel-item {
  width: 33.33%;
  max-width: 450px;
  height: auto;
}
@media only screen and (max-width:767px) {
  .hotel-item {
    width: 100%;
  }
  .hotel-item:not(:first-child) {
    margin-top: 30px;
  }
}
.hotel-item__img {
  width: 100%;
  height: auto;
}
.hotel-item__img img {
  width: 100%;
  height: auto;
}
.hotel-item__content {
  width: calc(100% - 50px);
  height: 180px;
  background-color: #fff;
  padding: 30px 25px;
  box-sizing: border-box;
  margin-top: -35px;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width:767px) {
  .hotel-item__content {
    width: 90%;
    padding: 20px;
    height: auto;
    margin: 0 auto;
    margin-top: -20px;
  }
}
.hotel-item__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  margin-bottom: 10px;
}
.hotel-item__title span {
  font-size: 1.2rem;
  line-height: 1;
  color: #4ca891;
  margin-bottom: 12px;
  font-family: "Inter", sans-serif;
}
.hotel-item__text {
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width:767px) {
  .hotel-item__text {
    font-size: 1.2rem;
  }
}

.others {
  width: 100%;
  height: auto;
  padding: 100px 0 100px 0;
}
@media only screen and (max-width:767px) {
  .others {
    padding: 50px 0 50px 0;
  }
}
.others-inner {
  width: 100%;
  max-width: 1024px;
  height: auto;
  margin: 0 auto;
}
.others-head {
  width: 100%;
  height: auto;
  margin-bottom: 35px;
}
.others-body {
  width: 100%;
  height: auto;
}
.others-text {
  width: 100%;
  height: auto;
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width:767px) {
  .others-text {
    padding: 0 15px;
    box-sizing: border-box;
  }
}

.company {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
}
@media only screen and (max-width:767px) {
  .company {
    padding-bottom: 50px;
  }
}
.company-mv {
  width: 100%;
  height: auto;
  position: relative;
}
.company-mv img {
  width: 100%;
  height: auto;
}
.company-title {
  display: table;
  width: auto;
  height: auto;
  font-size: 6.4rem;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
@media only screen and (max-width:767px) {
  .company-title {
    font-size: 3.5rem;
    white-space: nowrap;
  }
}
.company-map {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
@media only screen and (max-width:767px) {
  .company-map iframe {
    height: 250px;
  }
}
.company-info {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: auto;
}
.company-info__title {
  font-size: 2.9rem;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
}
@media only screen and (max-width:767px) {
  .company-info__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.company-info__list {
  width: auto;
  height: auto;
}
.company-info__item {
  width: auto;
  height: auto;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width:767px) {
  .company-info__item {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=top.css.map */