@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-feature-settings: "palt";
}

img {
  width: 100%;
  vertical-align: bottom;
}

ul, li {
  list-style: none;
  padding-left: initial !important;
  margin-bottom: none !important;
  color: #352920;
}

a {
  text-decoration: none !important;
  color: initial !important;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  /* 16px*/
  line-height: 2;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  background-color: #F9FAF7 !important;
  background-image: url(../img/back.webp);
  min-width: 1060px;
  background-attachment: fixed;
  -webkit-text-size-adjust: 100%;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

p {
  color: #352920;
}

h1 {
  font-size: 36px;
  /* IE8以下とAndroid4.3以下用フォールバック */
  font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
  /* 24px~36pxで可変*/
  line-height: 1.3;
  font-weight: bold;
}

h3 {
  font-weight: bold;
}

h2 {
  font-size: 24px;
  /* IE8以下とAndroid4.3以下用フォールバック */
  font-size: calc(2.2rem + ((1vw - 0.64rem) * 0.7143));
  /* 20px~24pxで可変*/
  line-height: 2.3;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

@media (min-width: 1200px) {
  /* 1200px以上*/
  h1 {
    font-size: 4rem;
    /* 36px*/
  }

  h2 b {
    font-size: 2.4rem;
    /* 24px*/
  }
}
@media screen and (max-width: 640px) {
  /* 640px以下*/
  body {
    line-height: 2;
  }

  h2 {
    font-size: 2rem;
    /* 20px*/
  }
}
.sp {
  display: none !important;
}

.booking {
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  text-align: center;
  visibility: visible;
  -webkit-transition: all 0.3s;
  opacity: 1;
  z-index: 999;
}
.booking-line {
  width: 135px;
  background: #06C755;
  padding: 15px;
  border-radius: 50%;
  box-shadow: 2px 1px 6px 0px #c4c4c4;
  cursor: pointer;
}
.booking-line_img {
  margin: 0 auto;
  width: 60%;
}
.booking-line p {
  font-size: 1.5rem !important;
  margin-top: 10px;
  letter-spacing: 2px !important;
  color: white;
  font-weight: bold;
  line-height: initial !important;
}

.book {
  -webkit-transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}

.frame {
  position: fixed;
  right: 10px;
  top: 202px;
  z-index: 999;
}
.frame p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 15px auto;
  font-size: 1.5rem;
  letter-spacing: 1.8px;
  color: #5d5046;
}
.frame p:before {
  content: "";
  position: absolute;
  top: -100px;
  width: 1px;
  height: 100px;
  border: solid 0.5px #5d5046;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.frame_sns {
  width: 34px;
  z-index: 999;
  background: #D1BA38;
  padding: 6px;
  border-radius: 50%;
}

.tel-num {
  display: flex;
  color: #124A37;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  align-items: center;
}
.header {
  position: relative;
}
.header-contact {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  background-color: #ffffff87;
}
.header-apo {
  display: flex;
  position: absolute;
  top: 36px;
  right: 0;
  height: 100%;
  align-items: center;
  background-color: orange;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
.header-apo p {
  background: #f1f1f1;
  padding: 10px;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 84%;
  margin: 0 auto;
  padding: 22px 0;
}
.header-logo {
  width: 200px;
}
.header-logo h1 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 0px;
}
.header-nav ul {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  line-height: 17px;
  display: flex;
  justify-content: flex-end;
  font-size: 1.5rem;
  align-items: center;
  margin-bottom: 0rem !important;
}
.header-nav ul li {
  text-align: center;
  margin-right: 45px;
  letter-spacing: 1.2px;
}
.header-nav ul li:nth-child(4) {
  margin-right: 0;
}
.header-nav ul a {
  color: #352920 !important;
}
.header-nav ul a span {
  font-size: 1.2rem;
  letter-spacing: 0.8px;
}
.header-phrase {
  position: absolute;
  transform: translateX(calc(100% / 2)) translateY(calc(50% * 6));
  transition: 0.3s;
  z-index: 98;
}

.phrase {
  position: absolute;
  bottom: 30px;
  z-index: 1;
  left: 8%;
}
.phrase h1 {
  font-size: calc(66/1678*100vw);
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  letter-spacing: 15px;
  color: #fafafa;
  text-shadow: 1px 2px 12px #ded4d470;
  line-height: 100px;
  font-weight: bold;
}
.main-Co {
  position: relative;
  height: calc(790/1680*100vw);
  overflow: hidden;
}

.main-box {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: space-between;
}

.slide-img {
  width: 100%;
  height: 100%;
}

.slide-items {
  width: 100%;
  height: 100%;
}

.slide-items img {
  width: 100%;
  object-fit: cover;
}

.slider-item {
  width: 100%;
  /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 100vh;
  /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat;
  /*背景画像をリピートしない*/
  background-position: center;
  /*背景画像の位置を中央に*/
  background-size: cover;
  /*背景画像が.slider-item全体を覆い表示*/
}

.main-info {
  display: flex;
  flex-direction: column-reverse;
  position: absolute;
  z-index: 10;
  background: white;
  right: 0;
  width: 430px;
  bottom: -57px;
  padding: 10px 20px 10px 23px;
  box-shadow: #c2c2c287 2px 3px 5px 0px;
}
.main-info a {
  color: #124A37;
  padding: 10px 10px 10px 0px;
  font-weight: 600;
}
.main-info p {
  margin: 0 !important;
}
.main-info .schejule {
  font-size: 1.2rem;
  line-height: 27px;
  letter-spacing: 1px;
}
.main-info_tel {
  display: flex;
  align-items: center;
}
.main-info_tel span {
  font-size: 1.1rem;
  text-align: center;
  margin-right: 30px;
  line-height: 20px;
}
.main-info_tel p {
  font-size: 2rem;
  letter-spacing: 2.4px;
}

.Contact-info_tel {
  display: flex;
  align-items: center;
}
.Contact-info_tel span {
  font-size: 1.3rem;
  text-align: center;
  line-height: 20px;
  letter-spacing: 1.7px;
  font-weight: 500;
}
.Contact-info_tel p {
  font-size: 2rem;
  letter-spacing: 2.4px;
}

main {
  position: relative;
}

.main-info_access h2 {
  text-align: center;
  font-family: serif;
  letter-spacing: 1.92px;
  color: #124A37;
}
.main-info_address {
  font-size: 1.4rem;
}
.main-info_root {
  font-size: 1.2rem;
}

.sns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.sns p {
  font-size: 18px;
}
.sns ul {
  display: flex;
  width: 20%;
  margin-left: 14px;
  justify-content: space-evenly;
}
.sns ul li:nth-child(1) {
  margin-right: 14px;
}
.sns-copy {
  writing-mode: vertical-rl;
}
.sns-list {
  text-align: center;
}
.sns-list li:nth-child(2) {
  margin: 20px 0;
}
.sns-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.sns-list a i {
  color: #B1993B;
}

.title {
  text-align: left;
  width: 80%;
  margin: 0 auto;
}

.title-en {
  font-weight: bold;
}

.title-ja {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  color: #333;
  font-size: 2rem;
  text-align: center;
}

.ja-top {
  text-align: center;
  position: relative;
  width: 200px;
  margin: 5px auto;
}
.ja-top span {
  font-size: 1.4rem;
  letter-spacing: 3px;
}
.ja-top:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  border: solid 0.5px;
  left: 10px;
  bottom: 16px;
  color: #352920;
}
.ja-top:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  border: solid 0.5px;
  right: 10px;
  bottom: 16px;
  color: #352920;
}

.aboutus {
  margin-top: 40px;
}
.aboutus-co:before {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://placehold.jp/402x500.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.aboutus-box {
  width: 100%;
  margin: 0 auto;
  padding: 290px 0 0px 0;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.aboutus-text {
  width: 33%;
  max-width: 570px;
  margin-right: 64px;
  border-radius: 10px;
  margin-top: 50px;
}
.aboutus-text_title {
  margin-bottom: 50px;
  line-height: 20px;
}
.aboutus-text_title .title-en {
  letter-spacing: 4px;
  font-size: 3.5rem;
  font-family: "PT Sans", sans-serif;
  color: #124A37;
  line-height: 20px;
}
.aboutus-text_title .ja-top {
  margin: 0;
  width: 180px;
}
.aboutus-text_title .ja-top:before {
  color: #352920;
}
.aboutus-text_title .ja-top:after {
  color: #352920;
}
.aboutus-text_title .title-ja {
  color: #352920;
  font-size: 1.4rem;
  letter-spacing: 1.8px;
}
.aboutus-text_top .title-ja {
  font-size: 4.3rem;
  color: #8CB578;
  letter-spacing: 6px;
  line-height: 70px;
}
.aboutus-text p {
  font-size: 1.5rem;
  width: 85%;
  margin: initial;
  margin-top: 50px;
  line-height: 35px;
  color: #352920;
  letter-spacing: 2px;
}
.aboutus_img {
  width: 55%;
  border-radius: 10px;
}
.aboutus_img ul {
  display: flex;
  margin-top: 43px;
  justify-content: center;
}
.aboutus_img ul li:nth-child(1) {
  margin: 0 43px 0 -35px;
  width: 43%;
  height: 100%;
}
.aboutus_img ul li:nth-child(2) {
  width: 40%;
}

.treatment {
  position: relative;
}
.treatment-top {
  background-image: url(../img/wave_t.svg);
  background-size: cover;
  padding-bottom: 30.5625%;
  width: 100%;
  height: auto;
  margin-bottom: -5px;
}
.treatment-co {
  padding: 100px 0 0px 0;
  position: relative;
}
.treatment-co:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #b6ccb5;
  z-index: -1;
  padding: 16px 0;
  top: 0;
}
.treatment-box {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
  max-width: 1112px;
}
.treatment-box .title {
  width: 75%;
  text-align: center;
  color: #333;
  line-height: 20px;
}
.treatment-box .title-enbox {
  line-height: 20px;
}
.treatment-box:before {
  position: absolute;
  background-image: url(../img/matiai.jpg);
  background-size: cover;
  width: 52%;
  height: 400px;
  top: 282px;
  right: 0;
  z-index: 0;
}
.treatment-box .title-en {
  font-size: 4.5rem;
  color: #124A37;
  position: relative;
  z-index: 10;
  letter-spacing: 4px;
  font-family: "PT Sans", sans-serif;
}
.treatment-box .title-ja {
  font-size: 1.4rem;
}
.treatment-box .ja-top:before {
  bottom: 47%;
  left: 20px;
}
.treatment-box .ja-top:after {
  bottom: 47%;
  right: 20px;
}
.treatment-intro {
  width: 80%;
  margin: 0px auto;
  margin-top: 60px;
  position: relative;
  z-index: 10;
}
.treatment-intro h2 {
  font-weight: bold;
  color: #da863b;
  font-size: 2rem;
}
.treatment-intro p {
  font-size: 1.4rem;
  line-height: 26px;
}
.treatment-card {
  margin: 70px auto;
  box-sizing: initial;
  width: 100%;
  display: flex;
  gap: 35px;
  justify-content: center;
}
.treatment-card-info {
  margin-top: 46px;
  width: 44%;
}
.treatment-card-info ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.treatment-card-info ul li:nth-child(5) {
  background-color: #da863b;
  border: none;
  color: white;
  width: 230px;
  padding: 8px 0;
}
.treatment-card-info ul li:nth-child(6) {
  font-size: 2rem;
  font-weight: 600;
}
.treatment-card-info_title {
  width: 130px;
  font-size: 1.8rem;
  text-align: center;
  padding: 8px 0px;
  border-radius: 10px;
  color: #fff;
  border: solid 1.5px #fff;
}
.treatment-card-info_item {
  font-size: 1.5rem;
  color: #fff;
}
.treatment .card-item {
  padding: 37px 10px;
  box-shadow: #bcbcbc7a 2px 3px 5px;
  border-radius: 10px;
  width: 35%;
  background-color: #fefefe;
  position: relative;
  z-index: 10;
}
.treatment .card-body {
  border-radius: 0 50px 0 0;
  text-align: left;
}
.treatment .card-body_title {
  padding: 8px 0;
  display: block;
  color: #8CB578;
  letter-spacing: 2px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 2rem;
  text-align: center;
}
.treatment .card-body_text {
  color: #352920;
  width: 85%;
  margin: 0 auto;
  margin-top: 22px;
  display: block;
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: 1.3px;
}
.treatment .card-img img {
  border-radius: 50%;
}
.treatment .card-btn {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
.treatment-bottom {
  background-image: url(../img/wave_b.svg);
  background-size: cover;
  padding-bottom: 30.5625%;
  width: 100%;
  height: auto;
  position: absolute;
  margin-top: -5px;
}

.interval {
  display: flex;
  justify-content: space-around;
  margin: 254px auto 0 auto;
  max-width: 1200px;
}
@media screen and (max-width:500px) {
  .interval {
    margin: 160px auto 0 auto;
  }
}
.interval-img1 {
  width: 60%;
}
@media screen and (max-width:500px) {
  .interval-img1 {
    width: 100%;
  }
}
.interval-img2 {
  width: 25%;
  margin-top: 180px;
}
@media screen and (max-width:500px) {
  .interval-img2 {
    width: 45%;
    margin: 211px 25px 0 auto;
  }
}

.feature .title-en {
  font-size: 4.5rem;
  letter-spacing: 4px;
  color: #124A37;
  line-height: 20px;
  font-family: "PT Sans", sans-serif;
}
.feature-co {
  margin-top: 90px;
}
.feature-box {
  position: relative;
}
.feature-box .ja-top {
  text-align: center;
  position: relative;
  width: 200px;
  margin: 5px auto;
}
.feature-box .ja-top:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  border: solid 0.5px;
  left: 10px;
  bottom: 9px;
}
.feature-box .ja-top:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  border: solid 0.5px;
  right: 10px;
  bottom: 9px;
}
.feature-box h2 {
  padding: 25px 0;
  text-align: center;
  width: 90%;
  line-height: 20px;
}
.feature-card {
  overflow: hidden;
  padding: 60px 0;
}
.feature-flex {
  align-items: center;
  width: 95%;
  margin-right: 2%;
}
.feature-flex_img {
  width: 40%;
}
.feature-flex_text {
  width: 33%;
  z-index: 1;
  margin-right: 9%;
}
.feature-flex_text p {
  line-height: 35px;
  font-size: 1.5rem;
  padding: 30px 0 0 0;
  position: relative;
  letter-spacing: 2px;
}
.feature-flex .text-num1 {
  position: relative;
}
.feature-flex .text-num1:before {
  content: "01";
  position: absolute;
  width: 10%;
  height: 100%;
  z-index: -1;
  top: -19px;
  right: 153px;
  font-size: 17rem;
  letter-spacing: 5px;
  color: #31d49c57;
  opacity: 0.3;
}
.feature-flex .text-num2 {
  position: relative;
}
.feature-flex .text-num2:before {
  content: "02";
  position: absolute;
  width: 10%;
  height: 100%;
  z-index: -1;
  top: -19px;
  right: 153px;
  font-size: 17rem;
  letter-spacing: 5px;
  color: #31d49c57;
  opacity: 0.3;
}
.feature-flex .text-num3 {
  position: relative;
}
.feature-flex .text-num3:before {
  content: "03";
  position: absolute;
  width: 10%;
  height: 100%;
  z-index: -1;
  top: -19px;
  right: 153px;
  font-size: 17rem;
  letter-spacing: 5px;
  color: #31d49c57;
  opacity: 0.3;
}
.feature-flex_reverse {
  margin: 90px 0 !important;
  margin-left: 6% !important;
}
.feature-flex_reverse .feature-flex_text {
  margin-left: 14.5%;
}
.feature-flex_reverse .feature-flex_text p {
  color: #333 !important;
}
.feature-flex_reverse .feature-flex_img {
  left: 0px;
}
.feature .text-title {
  letter-spacing: 5px;
  font-size: 3.5rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  color: #8CB578;
  font-weight: 600;
  padding-top: 30px;
}

.at-area_box {
  display: flex;
  margin-top: 233px;
}

.achieve {
  max-width: 1100px;
  margin: 0 auto;
}
.achieve-title {
  width: 100% !important;
  position: relative;
}
.achieve-title:before {
  position: absolute;
  font-size: 22rem;
  letter-spacing: 17px;
  z-index: -1;
  color: #c9e5bb91;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  top: -167px;
  left: 88px;
}
.achieve h1 {
  text-align: center;
}
.achieve-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin: 200px auto;
  position: relative;
}
.achieve-box_list {
  width: 50%;
}
.achieve-box_list h3 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #454545 !important;
}
.achieve-box_list h3 span {
  display: block;
  width: 100%;
  height: 1px;
  border: solid 0.5px;
  margin: 20px 0;
}
.achieve-box_list .name {
  width: 160px;
  text-align: right;
}
.achieve-box_list .name p {
  color: #352920;
  margin-top: 70px;
  font-size: 2.5rem;
  line-height: 16px !important;
  letter-spacing: 2px;
  margin-bottom: 0 !important;
}
.achieve-box_list .name .small {
  font-size: 1.5rem;
  margin-right: 10px;
}
.achieve-box_list .name .en-small {
  font-size: 1.18rem;
  letter-spacing: 1px;
  font-family: brandon-grotesque, sans-serif;
}
.achieve-box_list:after {
  content: "";
  position: absolute;
  top: -35px;
  left: -10%;
  width: 81%;
  height: 110%;
  background: #e7f4e0;
  z-index: -1;
}
.achieve-box_list_text {
  margin: 40px 0;
  font-size: 1.5rem;
  line-height: 36px;
  letter-spacing: 1.5px;
}
.achieve-box_list_text h3 {
  font-size: 2.5rem;
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
}
.achieve-box_list_text h3 span {
  display: block;
  width: 100%;
  height: 1px;
  border: solid 0.5px;
  margin: 20px 0;
}
.achieve-box_list li {
  font-size: 1.46rem;
  letter-spacing: 1px;
  color: #352920;
  line-height: 40px !important;
}
.achieve-box_list p {
  font-size: 1.4rem;
  line-height: 32px;
  color: #352920;
}
.achieve-box_img {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.contact {
  margin: 200px 0px;
}
.contact-title {
  text-align: center;
  font-size: 2.5rem;
  line-height: 60px !important;
  letter-spacing: 4px;
}
.contact-title span {
  font-size: 2rem;
  display: block;
  position: relative;
  letter-spacing: 3px;
}
.contact-title span:after {
  content: "";
  position: absolute;
  top: 5px;
  left: -100px;
  right: 0;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  background-color: #FFEB3B;
  border-radius: 50%;
  z-index: -1;
}
.contact ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.contact ul .line {
  background-color: #2eb156 !important;
}
.contact ul .line p {
  color: white !important;
  font-size: 1.8rem !important;
}
.contact ul li {
  display: flex;
  background-color: #fbfbfb;
  align-items: center;
  width: 365px;
  padding: 25px 0;
  justify-content: center;
  border-radius: 5px;
  margin-top: 47px;
  box-shadow: 0px 2px 4px 0px rgba(162, 162, 162, 0.57);
}
.contact ul li img {
  width: 40px;
  margin-right: 10px;
}
.contact ul li p {
  font-size: 2.2rem;
  margin-bottom: 0px;
  letter-spacing: 4.3px;
}

.footer {
  background: #f8f8f8;
}
.footer-container {
  padding: 50px 0px;
  max-width: 1500px;
  margin: 0 auto;
  margin-top: 150px;
}
.footer-title {
  text-align: center;
}
.footer-title h2 {
  font-size: 2.5rem;
  letter-spacing: 2px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
.footer-contact {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  margin-top: 70px;
  flex-direction: row;
}
.footer-contact_right {
  width: 90%;
  display: flex;
  justify-content: space-around;
  margin-top: 63px;
  padding: 5%;
}
.footer-contact_right ul {
  text-align: center;
  padding: 0 !important;
}
.footer-contact_right ul li {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
.footer-contact_right ul li span {
  font-size: 2.5rem;
  margin-left: 10px;
}
.footer-info_access h2 {
  font-size: 2.5rem;
  letter-spacing: 3px;
  color: #8CB578;
  font-family: "Source Code Pro", monospace;
}
.footer-info_access .Contact-info_address {
  font-size: 1.5rem;
}
.footer-info_access p {
  font-size: 1.2rem;
  margin-top: 15px;
  letter-spacing: 2px;
  line-height: 25px;
}
.footer-info_tel {
  display: flex;
  flex-direction: column;
  line-height: 24px;
  margin-top: 35px;
  align-items: center;
  font-size: 1.3rem;
  color: #352920;
}
.footer-info_tel p {
  font-size: 2.18rem;
  font-weight: bold;
}
.footer-info .bold {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 2px;
  color: #D1BA38;
}
.footer-info .bold span {
  color: #d6c76e;
}

.line {
  display: flex;
  width: 100%;
  padding: 12px 0;
  justify-content: center;
  border-radius: 5px;
  margin-top: 47px;
  box-shadow: 0px 2px 4px 0px rgba(162, 162, 162, 0.57);
  align-items: center;
  background-color: #2eb156 !important;
  margin: 20px auto;
}
.line img {
  width: 26px;
  margin-right: 10px;
}
.line p {
  font-size: 1.3rem !important;
  letter-spacing: 2px !important;
  line-height: initial !important;
  color: white;
  margin-bottom: 0;
}

.open-day h2 {
  font-size: 2.5rem;
  letter-spacing: 3px;
  color: #8CB578;
  font-family: "Source Code Pro", monospace;
}

.schejule {
  line-height: 47px;
  color: #5c5c5c;
  border-radius: 10px;
  font-size: 1.5rem;
}
.schejule p span {
  margin: 0 20px;
}
.schejule th {
  font-weight: lighter;
  margin-right: 10px;
  display: block;
  letter-spacing: 1px;
}

.schejule tr {
  border-bottom: 0.5px solid;
}

.schejule td {
  padding: 0 12px;
  text-align: center;
}

.schejule p span {
  color: #D1BA38;
}

table {
  border-collapse: collapse;
}

.tel {
  display: flex;
  align-items: center;
}
.tel dt {
  line-height: 19px;
}
.tel dd {
  font-size: 22px;
  padding: 0 70px;
}

.adress {
  margin-top: 10px;
  font-size: 1.8em;
}

.sp_nav {
  display: none;
  opacity: 0;
  z-index: -1;
}
.sp_nav ul {
  display: none;
}
.sp_nav li {
  font-size: 1.8rem;
  font-weight: 500;
}
.sp_nav a {
  color: #124A37 !important;
}

.ham {
  display: none;
}

tb {
  display: none;
}

@media screen and (max-width:820px) {
  body {
    min-width: 100%;
  }

  body.on {
    overflow: hidden;
  }

  tb {
    display: block;
  }

  .header-nav.tb {
    display: none;
  }

  .ham {
    width: 33px;
    height: 26px;
    right: 33px;
    top: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    z-index: 99;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    z-index: 999;
  }
  .ham span {
    height: 3px;
    display: block;
    background-color: black;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border-radius: 3px;
  }

  .ham.active .top {
    -webkit-transform: translateY(5px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(5px) translateX(0) rotate(-45deg);
    transform: translateY(5px) translateX(0) rotate(-45deg);
  }

  .ham.active .bottom {
    -webkit-transform: translateY(-5px) translateX(0) rotate(45deg);
    -ms-transform: translateY(-5px) translateX(0) rotate(45deg);
    transform: translateY(-5px) translateX(0) rotate(45deg);
  }

  .sp_nav.on ul {
    display: block;
  }

  .sp_nav.on nav {
    display: block;
  }

  .header-inner {
    float: initial;
    width: 88%;
    justify-content: space-between;
  }

  .sp_nav {
    padding-top: 80px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    width: 100%;
    background: white;
    -webkit-transition: all 0.3s;
    display: initial;
    visibility: hidden;
  }
  .sp_nav ul {
    text-align: center;
  }
  .sp_nav ul li {
    padding-bottom: 44px;
    color: #124A37;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    letter-spacing: 2px;
  }
  .sp_nav nav {
    display: none;
  }
  .sp_nav-contact {
    text-align: center;
    margin-top: 30px;
  }
  .sp_nav-contact .tel-num {
    display: flex;
    color: #124A37;
    font-family: "Zen Maru Gothic", sans-serif;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
  }
  .sp_nav-contact .tel-num i {
    font-size: 4rem !important;
  }
  .sp_nav-contact .tel-num span {
    margin-left: 10px;
  }
  .sp_nav-contact .adress {
    text-align: center;
    font-size: 1.5rem;
  }
  .sp_nav-contact .open-time {
    text-align: center;
    font-size: 1.3rem;
  }

  .sp_nav.on {
    z-index: 400;
    opacity: 1;
    visibility: visible;
  }

  .main-nav {
    width: 100%;
  }

  .schejule {
    font-size: 1.7rem;
    width: 100%;
    line-height: 40px;
  }
  .schejule table {
    width: 100%;
    margin: 0 auto;
  }
  .schejule th {
    letter-spacing: 2px;
    font-size: 1.4rem;
  }
  .schejule td {
    padding: 0 8px;
  }
  .schejule p {
    width: 100%;
    margin: 0 !important;
    font-size: 1.3rem;
    letter-spacing: 2px;
    text-align: left;
  }
  .schejule p span {
    margin: 0 32px;
    color: #D1BA38;
  }

  .main-Co {
    margin-top: 70px;
    height: calc(790/1680*100vw);
  }

  .main-info {
    display: none;
    flex-direction: column-reverse;
    position: absolute;
    z-index: 10;
    background: white;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 90%;
    bottom: 254px;
    padding: 22px;
    border-radius: 10px;
    box-shadow: initial;
    max-width: 570px;
  }
  .main-info a {
    color: #124A37;
    padding: 10px 0;
    font-weight: bold;
  }
  .main-info p {
    margin: 0 !important;
  }
  .main-info .schejule {
    font-size: 1.5rem;
    line-height: 35px;
  }

  .phrase {
    left: 6%;
    bottom: 10px;
  }
  .phrase h1 {
    font-size: calc(80/1679*100vw);
    letter-spacing: 12px;
    line-height: 70px;
  }
  .Contact-info_tel {
    display: flex;
    align-items: center;
  }
  .Contact-info_tel span {
    text-align: center;
    margin-right: 15px;
    letter-spacing: 4px;
  }
  .Contact-info_tel p {
    font-size: 1.5rem;
  }

  .slide-img {
    width: 100%;
  }

  .aboutus {
    margin-top: 200px;
  }
  .aboutus-co:after {
    display: none;
  }
  .aboutus-box {
    margin-bottom: 20px;
    flex-direction: column-reverse !important;
    justify-content: flex-end !important;
    align-items: flex-end;
    width: 100%;
    padding: 0px;
  }
  .aboutus-text {
    width: 80%;
    margin: 0 auto;
    margin-top: -50px;
    max-width: 570px;
  }
  .aboutus-text_title {
    margin-bottom: 47px;
  }
  .aboutus-text_top .title-ja {
    font-size: 3rem;
    line-height: 54px;
  }
  .aboutus-text p {
    font-size: 1.5rem;
    width: 80%;
    margin: initial;
    margin-top: 50px;
    line-height: 31px;
  }
  .aboutus_img {
    width: 80%;
    left: 0;
    min-width: 470px;
    top: -144px;
  }
  .aboutus_img p {
    left: 60px;
  }
  .aboutus_img ul li:nth-child(1) {
    width: 30%;
    margin: 0 43px 0 83px;
  }

  .treatment-box {
    width: 100%;
    flex-direction: column;
  }
  .treatment h1 {
    width: 90%;
    margin: 0 auto;
  }
  .treatment-intro {
    width: 90%;
  }
  .treatment-intro p {
    width: 80%;
    margin: 0 auto;
  }
  .treatment-co {
    padding: 90px 0;
  }
  .treatment-card {
    width: 95%;
    margin-top: 50px;
  }
  .treatment-card .card-item {
    width: 44%;
    margin-bottom: 20px;
  }

  .feature h1 {
    padding: 15px 0;
  }
  .feature .title-en {
    font-size: "PT Sans", sans-serif;
    letter-spacing: 4px;
  }
  .feature .title-ja {
    line-height: 26px;
    margin-top: 30px;
  }
  .feature-flex {
    margin-top: 20px;
    flex-direction: column-reverse !important;
    align-items: flex-start !important;
    width: 100%;
  }
  .feature-flex:after {
    width: 78%;
    height: 57%;
    background-color: #f0f1de;
    display: none;
  }
  .feature-flex_img {
    width: 85%;
    position: relative;
  }
  .feature-flex_text {
    width: 55%;
    margin: 20px auto;
    background: none;
    bottom: 0;
  }
  .feature-flex_text .text-title {
    font-size: 3rem;
    letter-spacing: 3px;
    line-height: 45px;
  }
  .feature-flex_text p {
    font-size: 1.5rem;
    width: 100%;
    line-height: 31px;
  }
  .feature-flex .text-num1:before {
    right: 130px;
    top: 79px;
  }
  .feature-flex .text-num2:before {
    right: 155px;
    top: 75px;
  }
  .feature-flex .text-num3:before {
    right: 130px;
    top: 79px;
  }
  .feature-card {
    padding: 30px 0;
  }
  .feature_bottom {
    flex-direction: column !important;
    align-items: flex-end !important;
    margin-bottom: initial;
  }

  .achieve-title:before {
    font-size: 8rem;
    top: -112px;
    left: 25px;
  }
  .achieve-box {
    flex-direction: column-reverse;
    align-items: center;
    margin: 50px auto;
  }
  .achieve-box_img {
    width: 55%;
  }
  .achieve-box_list {
    width: 100%;
    margin-top: 50px;
  }
  .achieve-box_list:after {
    width: 110%;
    top: 94px;
    height: 96%;
  }

  .footer-contact {
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
    width: 90%;
  }
  .footer-info {
    margin: 64px 0;
    text-align: center;
  }
  .footer-info_tel span {
    margin-right: 0 !important;
  }
  .footer-info_tel p {
    font-size: 2.6rem;
    font-weight: bold;
  }
  .footer-info_title {
    text-align: center;
  }

  .open-day {
    text-align: center;
  }
}
@media screen and (max-width:500px) {
  .tb {
    display: none;
  }

  .dn {
    display: none;
  }

  .db {
    display: block;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  body.on {
    overflow: hidden;
  }

  .header-contact {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: 99;
    background-color: initial;
    box-shadow: initial;
    background-color: #ffffff87;
  }
  .header-contact .header-logo {
    z-index: 99;
    width: 70%;
    justify-content: center;
  }
  .header-contact .header-logo p {
    color: #333;
    margin-bottom: 0 !important;
    font-size: 1.8rem;
  }

  .sp_nav {
    padding-top: 80px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    width: 100%;
    background: white;
    -webkit-transition: all 0.5s;
  }
  .sp_nav ul {
    text-align: center;
  }
  .sp_nav ul li {
    padding-bottom: 44px;
    color: #124A37;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  }
  .sp_nav-contact {
    text-align: center;
    margin-top: 15px;
  }
  .sp_nav-contact .tel-num {
    display: flex;
    color: #124A37;
    font-family: "Zen Maru Gothic", sans-serif;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
  }
  .sp_nav-contact .tel-num i {
    font-size: 4rem !important;
  }
  .sp_nav-contact .tel-num span {
    margin-left: 10px;
  }
  .sp_nav-contact .adress {
    text-align: center;
    font-size: 1.5rem;
  }
  .sp_nav-contact .open-time {
    text-align: center;
    font-size: 1.3rem;
  }

  .sp_nav.on {
    z-index: 400;
    opacity: 1;
  }

  .title {
    display: flex;
    flex-direction: column;
    line-height: px;
    width: 88%;
    margin: 0 auto;
    text-align: center;
  }

  .header-nav {
    display: none;
  }

  .header-inner {
    width: 90%;
    float: none;
    justify-content: space-between;
    padding: 20px 0;
  }

  .ham {
    position: fixed;
    width: 33px;
    height: 26px;
    right: 33px;
    top: 19px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    z-index: 99;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    z-index: 999;
  }
  .ham:before {
    border-radius: 10px;
    position: fixed;
    width: 59px;
    height: 45px;
    right: 20px;
    top: 44px;
    background-color: #124A37;
    z-index: -1;
  }
  .ham span {
    height: 3px;
    display: block;
    background-color: black;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border-radius: 3px;
  }

  .ham.active .top {
    -webkit-transform: translateY(5px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(5px) translateX(0) rotate(-45deg);
    transform: translateY(5px) translateX(0) rotate(-45deg);
  }

  .ham.active .bottom {
    -webkit-transform: translateY(-5px) translateX(0) rotate(45deg);
    -ms-transform: translateY(-5px) translateX(0) rotate(45deg);
    transform: translateY(-5px) translateX(0) rotate(45deg);
  }

  .header-about {
    margin: 0 auto;
    margin-top: 0px;
    width: 90%;
  }
  .header-about a {
    text-decoration: none !important;
    color: black;
  }
  .header-about p {
    font-size: 1.2rem;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #8d632d;
  }
  .header-about_address {
    width: 68%;
    margin: 9px 0;
    padding: 9px 0;
    border-top: solid 0.5px #8d632d;
    border-bottom: solid 0.5px #8d632d;
  }

  main {
    position: relative;
  }
  main .main-Co {
    position: relative;
    margin-top: 64px;
    overflow: hidden;
  }
  main .main-Co .open-day .schejule {
    width: 100%;
    margin: 0 auto;
  }
  main .main-Co .open-day .schejule p {
    letter-spacing: 1px;
  }
  main .main-box {
    position: relative;
    width: 100%;
    flex-direction: column;
  }
  main .main-box .slide-img {
    width: 100%;
    position: initial;
  }
  main .main-box .slide-img.sp li:nth-child(1) {
    background-image: url(../img/yamaimgsp.jpg);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
  }
  main .main-box .slide-img.sp li:nth-child(2) {
    background-image: url(../img/counter.jpg);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
  }
  main .phrase {
    left: 5%;
    bottom: -85px;
    z-index: 98;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  main .phrase h1 {
    font-size: 3rem;
    color: #ffffff;
    text-shadow: 2px 2px 18px rgba(111, 97, 87, 0.52);
    line-height: 57px;
    letter-spacing: 8.3px;
    font-weight: 600;
  }
  main .main-info {
    position: initial;
    padding: initial;
    box-shadow: none;
    flex-direction: column;
  }
  main .main-info_tel {
    display: flex;
    flex-direction: column;
    line-height: 24px;
    margin-top: 35px;
    align-items: center;
    font-size: 1.3rem;
    color: #124A37;
  }
  main .main-info_tel span {
    font-weight: bold;
  }
  main .main-info_tel p {
    font-size: 2.7rem;
  }

  .line {
    margin: 10px auto;
  }

  .Contact-info {
    width: 100% !important;
    margin: 40px auto;
    text-align: center;
  }
  .Contact-info a {
    margin-top: 30px;
  }
  .Contact-info_access {
    margin-top: 22px;
  }
  .Contact-info_access h2 {
    letter-spacing: 3px;
    font-size: 2.5rem;
  }
  .Contact-info_access p {
    margin-top: 10px;
  }
  .Contact-info_tel {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    box-shadow: 0px 1px 3px #00000029;
    border-radius: 6px;
    padding: 20px 0;
    line-height: 18px;
    margin: 0 auto;
  }
  .Contact-info_tel span {
    font-size: 1.2rem;
    color: #646464;
  }
  .Contact-info_tel p {
    margin: 0 !important;
    font-size: 2rem;
    color: #646464;
  }
  .Contact-info_address {
    font-size: 2rem;
  }
  .Contact-info_root {
    font-size: 1.6rem;
  }

  .open-day {
    margin: 15px auto;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  }
  .open-day h2 {
    letter-spacing: 3px;
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
  .open-day img {
    border-radius: 15px;
  }
  .open-day .schejule {
    font-size: 1.2rem;
    width: 100%;
    line-height: 41px;
  }
  .open-day .schejule p span {
    color: #d6a017;
    margin: 0 18px;
  }

  .aboutus {
    position: relative;
    margin-top: 120px;
  }
  .aboutus-box {
    position: relative;
    padding-top: 0;
  }
  .aboutus .title-en {
    letter-spacing: 1.8px;
    font-size: 2.18rem;
    margin: 0 auto;
  }
  .aboutus-title {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .aboutus-title .title-ja {
    font-size: 3rem;
    letter-spacing: 2.3px;
    font-family: "Zen Maru Gothic", sans-serif;
  }
  .aboutus .absolute {
    padding-bottom: 64px;
  }
  .aboutus .giji::before {
    position: absolute;
    top: 28px;
    right: 0;
    font-size: 7rem;
    color: #a87c3c33;
    opacity: 0.4;
  }
  .aboutus_left {
    left: -127px;
    margin-top: 65px;
  }
  .aboutus_img {
    width: 90%;
    min-width: initial;
  }
  .aboutus_img ul li:nth-child(1) {
    width: 52%;
    margin: 0 43px 0 14px;
  }
  .aboutus-text {
    background-color: initial;
    padding: initial;
    max-width: initial;
    margin-right: 0px;
    margin-top: 25px;
    position: initial;
    width: 90%;
  }
  .aboutus-text_title {
    width: 175px;
  }
  .aboutus-text_title .ja-top {
    width: 140px;
  }
  .aboutus-text_title .ja-top .title-ja {
    font-size: 1.2rem;
  }
  .aboutus-text_title .ja-top:before {
    width: 20px;
    left: 0px;
    bottom: 47%;
  }
  .aboutus-text_title .ja-top:after {
    width: 20px;
    right: 0px;
    bottom: 47%;
  }
  .aboutus-text_reverse {
    margin-left: 87px !important;
    top: 46px;
  }
  .aboutus-text p {
    position: relative;
    width: 90%;
    font-size: 1.5rem;
    letter-spacing: 2.4px;
  }
  .aboutus-text p span {
    font-size: 2.5rem;
    display: block;
  }

  .treatment-co .ja-top span {
    color: #352920;
    font-size: 1.3rem;
    letter-spacing: 3px;
  }
  .treatment-co .ja-top:before {
    bottom: 45%;
    left: 35px;
  }
  .treatment-co .ja-top:after {
    bottom: 45%;
    right: 35px;
  }
  .treatment-intro p {
    line-height: 28px;
    font-size: 1.3rem;
    width: 100%;
  }
  .treatment-box:before {
    display: none;
  }
  .treatment-box .title-en {
    letter-spacing: 2.4px;
    font-size: 2.8rem;
  }
  .treatment-box .title-ja {
    text-align: center;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    letter-spacing: 2px;
    opacity: 1;
  }
  .treatment-card {
    position: relative;
    box-sizing: initial;
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  .treatment-card-info {
    width: 90%;
    margin: 0 auto;
    margin-top: 46px;
  }
  .treatment-card .card-item {
    padding: initial;
    margin-bottom: initial;
    width: 100%;
    border-radius: 0;
    flex-shrink: 0;
    height: initial;
  }
  .treatment-card .card-body {
    position: relative;
  }
  .treatment-card .card-body_title {
    text-align: left;
    padding: 10px 32px;
    font-size: 2rem;
  }
  .treatment-card .card-body_text {
    font-size: 1.3rem;
    line-height: 22px;
    display: block;
    width: 83%;
    margin: 0px auto;
  }
  .treatment .center {
    border-top: solid 1px #D8D8D8;
    border-bottom: solid 1px #D8D8D8;
  }
  .feature-box h1 {
    width: 90%;
    position: relative;
    margin: 0 auto;
    padding: 0;
  }
  .feature-box .ja-top {
    width: 142px;
  }
  .feature-box .ja-top:before {
    width: 16px;
    bottom: 47%;
  }
  .feature-box .ja-top:after {
    width: 16px;
    bottom: 47%;
  }
  .feature .title-en {
    letter-spacing: 2.4px;
    font-size: 2.8rem;
  }
  .feature .title-ja {
    font-size: 1.3rem;
    margin-top: 5px;
    color: #352920;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  }
  .feature-flex {
    margin: 20px 0;
    flex-direction: column-reverse !important;
    align-items: flex-start !important;
  }
  .feature-flex_img {
    width: 90%;
    position: initial;
  }
  .feature-flex_reverse .feature-flex_text {
    margin: 0 auto;
  }
  .feature-flex_text {
    width: 80%;
    margin: 0 auto;
  }
  .feature-flex_text p {
    width: 100%;
    padding: 20px 0 0 0;
    letter-spacing: 2px;
  }
  .feature-flex_reverse {
    margin-left: 0px !important;
  }
  .feature_bottom {
    flex-direction: column !important;
    align-items: flex-end !important;
    margin-bottom: initial;
  }

  .text-title {
    font-size: 4rem;
    margin-top: 20px;
  }
  .text-title_left {
    text-align: left;
  }

  .m-right {
    margin: 0 0 0 auto;
  }

  .achieve-title {
    font-size: 8rem;
  }
  .achieve-box_list .name {
    width: 151px;
  }
  .achieve-box_list .name .en-small {
    letter-spacing: 0.8px;
    font-size: 1.07rem;
  }

  .contact-title {
    font-size: 2rem;
  }

  .contact {
    margin: 100px 0;
  }

  .footer-title {
    text-align: center;
    position: relative;
  }
  .footer-title:after {
    position: absolute;
    width: 100%;
    border: dashed 2px;
  }
  .footer-title h2 {
    font-size: 2rem;
    font-weight: bold;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  }
  .footer-title span {
    font-size: 1.2rem;
  }
  .footer-info p span {
    font-size: 1.5rem;
  }
  .footer-info_tel {
    box-shadow: none;
    line-height: 25px;
  }
  .footer-info_tel span {
    font-size: 1.2rem;
    letter-spacing: 2px;
  }
  .footer-info_tel p {
    letter-spacing: 2px;
    font-size: 2.4rem;
  }
  .footer-info .line {
    width: 54%;
  }
  .footer-info .line p {
    font-size: 1.2rem;
  }
  .footer-left {
    width: 80%;
  }
  .footer-navi {
    padding: 20px 0;
    font-size: 1.5rem;
  }
  .footer-navi a {
    color: #124A37 !important;
    font-size: 2rem;
  }
  .footer .tel-num {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    box-shadow: #b9b9b9 2px 6px 12px 0px;
    background-color: #124A37;
    padding: 10px 0;
    border-radius: 10px;
    margin: 20px 0;
    align-items: initial;
  }
  .footer .tel-num_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 25px;
  }
  .footer .tel-num_top {
    font-size: 1.5rem;
  }
  .footer .tel-num_bottom {
    font-size: 3.3rem;
  }
  .footer .tel-num i {
    color: white;
    font-size: 4em;
  }
  .footer .tel-num span {
    color: white;
  }
  .footer .adress {
    text-align: center;
    padding: 10px;
  }
  .footer .adress h2 {
    letter-spacing: 2px;
    font-size: 2.8rem;
    font-weight: bold;
    padding: 10px 0;
    color: #204d3e;
  }
  .footer .adress p {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  }
  .footer .adress_num {
    font-size: 1.8rem;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  }
  .footer .schejule {
    margin: initial;
  }
  .footer-contact {
    margin: 0 auto;
  }
  .footer-contact_right {
    flex-direction: column;
    margin-top: 0;
    width: 100%;
  }
  .footer-contact_right ul li {
    font-size: 1.5rem;
  }
}
@media screen and (min-width:1500px) {
  .phrase h1 {
    letter-spacing: 30px;
    line-height: 140px;
  }

  .main-Co {
    height: calc(900/1680:100vw);
  }

  .main-info {
    width: 488px;
  }
  .main-info .schejule {
    font-size: 1.7rem;
    line-height: 45px;
  }
  .main-info .schejule p {
    font-size: 1.5rem;
  }

  .aboutus-text {
    margin: 0 auto;
    margin-top: 50px;
  }
  .aboutus-text_title .ja-top:before {
    bottom: 47%;
    left: 5px;
  }
  .aboutus-text_title .ja-top:after {
    bottom: 47%;
    right: 5px;
  }
  .aboutus-text_top {
    margin-left: -3px;
  }
  .aboutus-text_top .title-ja {
    font-size: 5rem;
    letter-spacing: 6px;
    line-height: 95px;
  }
  .aboutus-text p {
    font-size: 1.7rem;
    line-height: 45px;
    letter-spacing: 3px;
  }

  .text-title {
    font-size: 4.5rem !important;
  }

  .feature-flex_text p {
    font-size: 1.7rem;
    line-height: 36px;
    letter-spacing: 3px;
    width: 80%;
  }

  .achieve {
    max-width: 1500px;
  }
  .achieve-box {
    width: 100%;
  }
  .achieve p {
    font-size: 1.7rem;
    line-height: 45px;
    letter-spacing: 3px;
  }
  .achieve li {
    font-size: 1.8rem;
    letter-spacing: 2px;
    line-height: 55px !important;
  }

  .footer-container {
    max-width: 1660px;
  }
}
.bgextend_main {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #99ae8d;
  /*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 30px);
}

.fade-in-down {
  transform: translate(0, -20px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/*# sourceMappingURL=main.css.map */
