@charset "UTF-8";
/* CSS Document */
body {
  font-family: "source-han-sans-japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1a1a1a;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.06rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
          animation: fadeIn 1s ease 0s 1 normal;
}

/*-- スクロールバー --*/
@media screen and (min-width: 841px) {
  body::-webkit-scrollbar {
    background-color: transparent;
    width: 6px;
  }
  body::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
    border-radius: 3px;
  }
}
.en {
  font-family: "roboto", sans-serif;
  line-height: 1 !important;
}

.italic {
  font-style: italic;
}

main h2,
main h3,
main h4,
main h5 {
  font-weight: 700;
  line-height: 1.4;
}

.bold {
  font-weight: 700;
}

body {
  font-size: max(1vw, 16px);
}

.fs40 {
  font-size: max(2.5vw, 40px);
}

.fs36 {
  font-size: max(2.25vw, 36px);
}

.fs33 {
  font-size: max(2.0625vw, 33px);
}

.fs30 {
  font-size: max(1.875vw, 30px);
}

.fs15 {
  font-size: max(0.9375vw, 15px);
}

@media screen and (min-width: 835px) {
  .pc-hide {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 541px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .sp-hide {
    display: none;
  }
  body {
    font-size: 15px;
  }
  .fs40 {
    font-size: 34px;
    letter-spacing: 0;
  }
  .fs36 {
    font-size: 26px;
    letter-spacing: 0;
  }
  .fs33 {
    font-size: 24px;
    letter-spacing: 0;
  }
  .fs30 {
    font-size: 22px;
  }
  .fs15 {
    font-size: 14px;
  }
}
/*----------------------------------
基本設定
----------------------------------*/
a,
a img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a img:hover {
  opacity: 0.8;
  text-decoration: none;
}

a.txt-link {
  text-decoration: underline;
}

a.txt-link:hover {
  text-decoration: none;
}

hr {
  background-color: #cdcabf;
  display: block;
  border: 0;
  height: 1px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

a[href^="tel:"] {
  cursor: default;
}

.txt-center {
  text-align: center;
}

.ofimg {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.anchor {
  display: block;
  padding-top: 90px;
  margin-top: -90px;
}
@media (max-width: 540px) {
  .anchor {
    padding-top: 70px;
    margin-top: -70px;
  }
}

.r30 {
  border-radius: 30px;
}
@media (max-width: 540px) {
  .r30 {
    border-radius: 15px;
  }
}

.js-scrollable {
  white-space: nowrap;
}

/*--------------------------------
レイアウト関係
---------------------------------*/
main {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

#low-page {
  padding-top: 90px;
}
@media (max-width: 834px) {
  #low-page {
    padding-top: 70px;
  }
}
@media (max-width: 540px) {
  #low-page {
    padding-top: 50px;
  }
}

section {
  padding: 120px 0;
  position: relative;
  top: 0;
  left: 0;
}
@media (max-width: 834px) {
  section {
    padding: 90px 0;
  }
}
@media (max-width: 540px) {
  section {
    padding: 60px 0;
  }
}

.pd-w {
  padding-inline: 5%;
}

@media only screen and (min-width: 835px) {
  .pd-w {
    padding-inline: 80px;
  }
}
@media only screen and (max-width: 540px) {
  .sp-pd0 {
    padding-inline: 0;
  }
  .sp-pd0 .contents {
    margin-inline: 5%;
  }
}
/*--------------------------
見出し・テキスト
----------------------------*/
.title {
  display: block;
  line-height: 1;
}
.title span {
  display: block;
}
.title .en {
  font-size: max(4.0625vw, 65px);
  margin-bottom: 15px;
}
@media (max-width: 540px) {
  .title .en {
    font-size: 46px;
  }
}
.title .jp {
  font-size: max(1.125vw, 18px);
}
@media (max-width: 540px) {
  .title .jp {
    font-size: 16px;
  }
}

.danraku p {
  margin-bottom: 1.4rem;
  line-height: 1.8;
}
.danraku p:last-child {
  margin-bottom: 0;
}
@media (max-width: 540px) {
  .danraku p {
    margin-bottom: 1rem;
    line-height: 2;
  }
}

/*--------------------------
btn
----------------------------*/
.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 250px;
  height: 56px;
  padding-bottom: 2px;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 28px;
  background-color: #66BFBD;
  color: #fff;
}
@media (max-width: 540px) {
  .btn a {
    font-size: 16px;
    height: 54px;
    border-radius: 27px;
  }
}
.btn a:hover {
  background-color: #333;
  opacity: 1;
}

/*----------------------------
nav
---------------------------*/
#nav .menu-item-has-children > a:after, #nav .menu-item-has-children > a:before {
  display: block;
  content: "";
  position: absolute;
  top: -17px;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 10px;
  height: 1px;
  background: #333;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#nav .menu-item-has-children > a:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

#nav .menu-item-has-children > a.open:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

#nav .menu-item-has-children > a.open:after {
  background: transparent;
}

#nav .menu-item-has-children .sub-menu {
  display: none;
}

#nav .menu-item-has-children > a:after,
#nav .menu-item-has-children > a:before {
  background: #fff;
  top: -17px;
  bottom: 0;
  right: 30px;
}

.overlay {
  width: 0;
  height: 0;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background: rgba(255, 255, 255, 0.7);
}

.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

#main {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  min-height: 100vh;
}

#main.open {
  position: fixed;
  width: 100%;
}

#menu_btn {
  top: 0px;
  right: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #37aab3;
  border-radius: 0 0 0 20px;
}

.menu-trigger {
  width: 26px;
  height: 26px;
  position: relative;
}

.menu-trigger span {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#menu_btn.active .menu-trigger span {
  background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  width: 100%;
  top: 12px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

#menu_btn.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
          transform: translateY(12px) rotate(-45deg);
}

#menu_btn.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

#menu_btn.active .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
          transform: translateY(-12px) rotate(45deg);
}

#nav {
  width: 350px;
  height: 100%;
  padding: 70px 0;
  background: rgb(55, 170, 179);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 12;
  -webkit-transform: translate(350px);
          transform: translate(350px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: auto;
}

#nav.open {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

#nav li {
  padding: 0 20px;
  text-align: left;
}

#nav li a {
  position: relative;
  display: block;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}
#nav li a i {
  margin-right: 5px;
}
#nav li a span {
  display: block;
  font-size: 13px;
  padding-bottom: 5px;
}

#nav .menu-item-has-children .sub-menu {
  padding: 0 0 20px 25px;
}

#nav .menu-item-has-children > a.open:first-of-type {
  color: #fff;
}

#nav .menu-item-has-children .sub-menu li {
  padding: 0;
  margin-bottom: 20px;
}

#nav .menu-item-has-children .sub-menu li:last-child {
  margin-bottom: 0;
}

#nav .menu-item-has-children .sub-menu li a {
  padding: 0;
  font-size: 1.55rem;
}

@media only screen and (max-width: 540px) {
  #menu_btn {
    width: 70px;
    height: 70px;
    border-radius: 0 0 0 15px;
  }
  #nav {
    width: 100%;
    -webkit-transform: translate(100%);
            transform: translate(100%);
    padding: 50px 0;
  }
  #nav li a {
    padding: 8px 10px;
    font-size: 15px;
  }
}
/*-----------------------
header
------------------------*/
header {
  width: 100%;
  z-index: 50;
  position: relative;
}

header #logo a {
  position: absolute;
  background-color: #fff;
  border-radius: 0 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
  height: 180px;
}
@media (max-width: 834px) {
  header #logo a {
    width: 180px;
    height: 130px;
  }
}
@media (max-width: 540px) {
  header #logo a {
    width: 120px;
    height: 90px;
    border-radius: 0 0 15px 0;
  }
}
header #logo a img {
  width: 180px;
  max-width: 100%;
  height: auto;
  padding: 10px;
}
@media (max-width: 834px) {
  header #logo a img {
    width: 140px;
  }
}
@media (max-width: 540px) {
  header #logo a img {
    width: 110px;
  }
}

header .head-btn-nav {
  position: absolute;
  right: 130px;
  top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  header .head-btn-nav {
    display: none;
  }
}
header .head-btn-nav li {
  margin-left: 16px;
}
header .head-btn-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px 14px;
  font-size: 1.4rem;
  height: 44px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  border-radius: 22px;
  color: #fff;
}
header .head-btn-nav li a i {
  margin-right: 3px;
  padding-top: 3px;
}
header .head-btn-nav li.head-ic a {
  padding: 0;
}
header .head-btn-nav li.head-ic img {
  width: 40px;
  height: auto;
}
header .head-btn-nav li.head-campany a {
  background-color: #1a1a1a;
}
header .head-btn-nav li.head-contact a {
  background-color: #dc2310;
}

/*-----------------------
under contact
------------------------*/
.under-contact-container {
  max-width: 1200px;
  margin-inline: auto;
  text-align: center;
  background-color: #EDF2F2;
  border-radius: 30px;
  padding: 80px 30px;
}
@media (max-width: 540px) {
  .under-contact-container {
    padding: 50px 30px;
    border-radius: 15px;
  }
}
.under-contact-container .under-line-title {
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 50px;
  letter-spacing: 0.2rem;
  line-height: 1;
}
@media (max-width: 540px) {
  .under-contact-container .under-line-title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
.under-contact-container .under-line-title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(0%, #c2e5e5));
  background: linear-gradient(transparent 55%, #c2e5e5 0%);
  display: inline;
  padding: 0 20px;
}
.under-contact-container .under-contact-txt {
  margin-bottom: 50px;
  font-weight: 700;
  color: #37AAB3;
  font-size: 1.8rem;
}
@media (max-width: 540px) {
  .under-contact-container .under-contact-txt {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
.under-contact-container .under-contact-list {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.under-contact-container .under-contact-list li {
  width: 47.674%;
}
@media (max-width: 540px) {
  .under-contact-container .under-contact-list li {
    width: 100%;
  }
}
.under-contact-container .under-contact-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  background: #fff;
  height: 80px;
  border-radius: 40px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 540px) {
  .under-contact-container .under-contact-list li a {
    height: 60px;
    font-size: 1.6rem;
  }
}
.under-contact-container .under-contact-list li a i {
  margin-right: 5px;
  margin-top: 5px;
  font-size: 20px;
}
@media (max-width: 540px) {
  .under-contact-container .under-contact-list li a i {
    font-size: 18px;
    margin-top: 2px;
  }
}
.under-contact-container .under-contact-list li:nth-child(1) a {
  color: #37AAB3;
  border: 1px solid #37AAB3;
}
@media (max-width: 540px) {
  .under-contact-container .under-contact-list li:nth-child(1) a {
    margin-bottom: 20px;
  }
}
.under-contact-container .under-contact-list li:nth-child(1) a:hover {
  background-color: #37AAB3;
  color: #fff;
}
.under-contact-container .under-contact-list li:nth-child(2) a {
  color: #dc2310;
  border: 1px solid #dc2310;
}
.under-contact-container .under-contact-list li:nth-child(2) a:hover {
  background-color: #dc2310;
  color: #fff;
}

/*-----------------------
footer
------------------------*/
/*--- footer -----*/
footer {
  margin: 0 auto;
  text-align: center;
  padding: 80px 0;
}
@media (max-width: 540px) {
  footer {
    padding: 60px 0;
  }
}

.f_logo a img {
  width: 260px;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media (max-width: 540px) {
  .f_logo a img {
    width: 200px;
    margin-bottom: 20px;
  }
}

.foot-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
.foot-sns li {
  padding: 0 10px;
}
.foot-sns i {
  font-size: 28px;
}

.copy {
  font-size: 1.2rem;
  font-weight: 400;
}
.copy::before {
  content: "©";
}

/*トップへ戻るボタン */
#pageTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  margin-bottom: 0;
  z-index: 5;
}
#pageTop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  background: #1a1a1a;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  border-radius: 30px;
  line-height: 1;
}
@media (max-width: 540px) {
  #pageTop a {
    width: 48px;
    height: 48px;
  }
}