@charset "UTF-8";

/*-------トンマナ
🌟 メインビジュアルの背景：メイン透緑	#A8CFC7
🌿 サブ透緑	#99C6BF	控えめな青緑で、全体に柔らかさを（ボタン背景）
🟢 ボタン・リンク背景：強調グリーン	#7DAFAE
🧊 ホバー／アクセント：都会的	#5E9C8F	
🧼 下層背景色：	#F5FAF8	清潔感のある背景色
✏　テキスト：#2F3A37
　　見出し：#497F74

差し色：
#EFE8DC（明るめベージュ）
#D8CFC0（やや落ち着き）
#C6BEB0（締まりのあるグレーベージュ）
グラデ
linear-gradient(#EFE8DC, #D8CFC0)
*/

.font--en {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em;
}

.font--serif {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
}

.l-inner {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}


/*----------------------------------------
	header
----------------------------------------*/

header {
  position: fixed;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', 'Helvetica Neue', Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 1.8;
  font-style: normal;
  z-index: 99;
  overflow: hidden;
}

header a {
  color: #2F3A37;
  text-decoration: none;
}

header img {
  display: block;
  width: 100%;
}

.header-top {
  width: 95%;
  height: 60px;
  max-width: 1640px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  order: 1;
  width: 15%;
}

.header-top>h1 {
  width: 48.5%;
  padding-left: 5%;
  box-sizing: border-box;
  font-size: clamp(1.2rem, .9vw, 1.4rem);
  color: #8D9D99;
  font-weight: 500;
  order: 2;
}

.header-top__link {
  width: 36.5%;
  order: 3;
}

.header-top__link>ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}

.header-top__link-cpinfo {
  font-size: clamp(1.3rem, 1vw, 1.8rem);
  height: 36px;
  width: 18.7%;
}

.header-top__link-cpinfo>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #7DAFAE;
  box-sizing: border-box;
  border-radius: 8px;
  transition: .5s linear;
}

.header-top__link-cpinfo>a:hover {
  background: #7DAFAE;
  color: #fff;
}

.header-top__link-tel {
  width: 40%;
}

.header-top__link-mail {
  width: 35%;
  height: 60px;
}

.header-top__link-mail>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #7DAFAE;
  color: #fff;
  font-weight: bold;
  font-size: clamp(1.3rem, 1vw, 1.8rem);
  transition: .5s linear;
}

.header-top__link-mail>a:hover {
  background: #3B7D7B;
  color: #fff !important;
}

.header-top__link-mail>a>img {
  width: 15%;
  margin-right: 8px;
}

.navi {
  width: 100%;
  height: 70px;
}

.nav-wrap {
  width: 95%;
  height: 100%;
  max-width: 1640px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.navi-sns {
  width: 15%;
}

.navi-sns>ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.navi-sns>ul>li {
  width: 16%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navi-sns>ul>li:not(:last-of-type) {
  margin-right: 7.5%;
}

.navi-sns>ul>li>a>img {
  width: 30px;
  height: auto;
}

.navi-list {
  width: 85%;
  height: 100%;
  padding-left: 5%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.navi-list>ul {
  height: 100%;
  display: flex;
  align-items: center;
}

.navi-list>ul>li {
  display: block;
}

.navi-list>ul>li:first-of-type {
  padding-right: 14px;
}

.navi-list>ul>li:not(:first-of-type) {
  padding: 0 14px;
}

.navi-list>ul>li>a {
  height: 100%;
  font-size: clamp(1.4rem, 1vw, 1.8rem);
  font-weight: 500;
  display: flex;
  align-items: center;
  letter-spacing: 0;
  white-space: nowrap;
}

.navi-list>ul>li>a:hover {
  color: #5E9C8F;
  transition: .5s linear;
}

.navi-info--sp {
  display: none;
}

/*----------------------------------------------------
  #nav-toggle
----------------------------------------------------*/
#nav-toggle {
  display: none;
}

/*----------------------------------------------------
.mobile-nav__pc
----------------------------------------------------*/
#side-cta {
  position: fixed;
  bottom: calc(15% + 130px);
  right: 0;
  z-index: 5;
}

#side-cta2 {
  position: fixed;
  bottom: 15%;
  right: 0;
  z-index: 5;
}


.side-cta__btn {
  width: 68px;
  height: auto;
  position: relative;
  overflow: visible;
  z-index: 5;
}

.side-cta__btn.is-open {
  width: 280px;
}

.side-cta__btn>a {
  display: block;
  padding-top: 10px;
}

.side-cta-line {
  background: #06C755;
}

.side-cta-home {
  background: #8D877D;
}

.side-cta__btn.is-open .side-cta__col {
  display: flex;
  align-items: center;
}

.side-cta__img {
  width: 100%;
  margin: 0 auto 5px auto;
  text-align: center;
}

.side-cta__btn.is-open .side-cta__img {
  width: 60px;
  flex-shrink: 0;
}

.side-cta__img>img {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.side-cta__img>span {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}

.side-cta__inner {
  display: none;
  font-size: 14px;
  color: #fff;
}

.side-cta__btn.is-open .side-cta__inner {
  display: block;
}

.side-cta__inner>p {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 5px;
}

.side-cta__box {
  background: #fff;
  width: 95%;
  margin: 0 auto 8px auto;
  font-weight: 700;
  text-align: center;
}

.side-cta-line.is-open .side-cta__box {
  color: #06C755;
}

.side-cta-home.is-open .side-cta__box {
  color: #8D877D;
}

.mobile-nav__arw {
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.side-cta__btn.is-open .mobile-nav__arw {
  transform: rotateY(180deg);
}

.mobile-nav__arw>img {
  width: 40px !important;
}

/*----------------------------------------
	footer
----------------------------------------*/
footer {
  position: relative;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', 'Helvetica Neue', Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 1.8;
  color: #2F3A37;
  background: #F0EFEF;
}

footer .l-inner {
  padding: 170px 0;
}

footer a {
  color: #2F3A37;
  text-decoration: none;
}

footer li>a:hover {
  color: #5E9C8F !important;
  transition: .5s linear;
}

.op-footer:hover {
  color: #5E9C8F;
  transition: .5s linear;
}

footer .font-dgrn {
  color: #497F74;
}

footer .font-lgrn {
  color: #3CB371;
}

.footer-logo {
  width: 34%;
  margin-bottom: 60px;
}

.footer-logo>a,
.footer-logo>a>img {
  display: block;
  width: 100%;
}

.footer-col {
  display: flex;
  justify-content: space-between;
}

.footer-inner {
  width: 49%;
  display: flex;
  justify-content: space-between;
}

.footer-box {
  margin-bottom: 40px;
}

.footer-box__dw--l {
  min-width: 500px;
}

.footer-box__dw-clk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}

.footer-box__dw-content {
  display: none;
  transition: transform 0.3s ease-in-out;
}

.footer-box__dw-tgl {
  width: 14px;
  height: 14px;
  position: relative;
}

.footer-box__dw-tgl>span {
  display: block;
  width: 14px;
  height: 1.5px;
  background: #000;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease-in-out;
}

.footer-box__dw-tgl>span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer-box__dw-tgl>span:nth-of-type(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.footer-box__dw-clk.is-active~.footer-box__dw-content {
  display: block;
}

.footer-box__dw-clk.is-active .footer-box__dw-tgl span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(0deg);
}


.footer-box {
  position: relative;
}

.footer-box__ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-box>ul {
  list-style: none;
  margin-bottom: 20px;
}

.footer-box>ul>li:not(.footer-box__lead)>a,
.footer-box__dw-clk>p {
  font-size: 1.6rem;
}

.footer-box__lead>a {
  font-size: 1.8rem;
  font-weight: 700;
  color: #497F74;
}

.footer-box__dw-clk {
  margin-top: 10px;
  padding: 5px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}

.footer-box__dw-content {
  padding: 10px 5px;
  box-sizing: border-box;
  background: #fff;
}

.footer-box__dw-content>ul>li>a {
  font-size: 1.6rem;
  padding: 5px 0;
}

.footer-box>ul>li>a>span,
.footer-box__dw-content>ul>li>a>span {
  margin-left: 10px;
}

.footer-box__dw-content>ul>li>a>span {
  color: #3CB371;
}

.footer-link {
  width: 100%;
  background: #3A3939;
  padding: 20px 0;
}

.footer-link>ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
}

.footer-link>ul>li+li::before {
  content: "|";
  padding: 0 10px;
  color: #fff;
}

.footer-link>ul>li>a {
  color: #fff;
  font-size: 1.5rem;
}

.footer-boxWrap {
  width: auto;
}

/*--- copyright ---*/
.copyright {
  padding: 20px 0;
  background: #fff;
}

.copyright>ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}

.copyright>ul>li {
  margin: 0 10px;
  font-size: 1.5rem;
}



@media screen and (max-width: 1280px) {

  /*--- headerフォントサイズ動的 ---*/
  .header-top>h1 {
    font-size: 0.9375vw;
  }

  .header-top__link-cpinfo {
    font-size: 1.015625vw;
  }

  .navi-list>ul>li>a {
    font-size: 1.07935vw;
  }

  .header-top__link-mail>a {
    font-size: 1.09375vw;
  }

  /*--- header ---*/

  .navi-list>ul>li:not(:first-of-type) {
    padding: 0 8px;
  }

  /*--- footer ---*/

  .footer-box__dw--l {
    min-width: 460px;
  }
}

@media screen and (max-width: 1024px) {
  .header-top {
    width: 100%;
    padding: 0 80px 0 5%;
    box-sizing: border-box;
    justify-content: flex-start;
  }

  .header-logo {
    width: 25%;
  }

  .header-top>h1 {
    width: auto;
    padding-left: 20px;
  }

  .header-top__link {
    width: 180px;
    margin-left: auto;
    flex-shrink: 0;
  }

  .header-top__link-cpinfo,
  .header-top__link-tel {
    display: none;
  }

  .header-top__link-mail {
    width: 100%;
    height: 48px;
  }

  .header-top__link-mail>a {
    /*--1.4rem--*/
    font-size: 1.3671875vw;

  }

  /*-------------------------------------------------
    toggle overlay
  -------------------------------------------------*/
  #navi {
    width: 100%;
    max-width: initial;
    height: 100vh;
    background: #A8CFC7;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: auto;
    padding: 0;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
  }

  .overlay.is-open {
    width: 100%;
    height: auto;
    opacity: 1;
    visibility: visible;
    color: #A7A7A7;
  }

  .nav-wrap {
    width: 100%;
    height: 100%;
    padding: 80px 15%;
    box-sizing: border-box;
    flex-direction: column;
    overflow-y: scroll;
    scrollbar-width: none;
  }

  .nav-wrap::-webkit-scrollbar {
    display: none;
  }

  .navi-list {
    width: 100%;
    flex-direction: column;
    height: auto;
    padding-left: 0;
    margin-bottom: 30px;
    order: 1;
  }

  .navi-list>ul {
    width: 100%;
    height: auto;
    flex-direction: column;
  }

  .navi-list>ul>li {
    width: 100%;
  }

  .navi-list>ul>li:not(:first-of-type) {
    padding: 0;
  }

  .navi-list>ul>li:first-of-type {
    padding: 0;
  }

  .navi-list>ul>li>a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 14px 0;
    box-sizing: border-box;

    /*---font-size:1.8rem---*/
    font-size: 1.7578125vw;
    border-bottom: 1px solid #2F3A37;
  }

  .navi-sns {
    width: 100%;
    order: 2;
    margin-bottom: 30px;
  }

  .navi-sns>ul {
    justify-content: flex-start;
  }

  .navi-sns>ul>li {
    width: 42px;
  }

  .navi-sns>ul>li:not(:last-of-type) {
    margin-right: 30px;
  }

  .navi-sns>ul>li>a {
    display: block;
    width: 100%;
  }

  .navi-sns>ul>li>a>img {
    width: 100%;
  }

  .navi-info--sp {
    display: block;
    order: 3;
  }

  .navi-info__contact {
    width: 100%;
    margin-bottom: 30px;
  }

  .navi-info__contact>ul {
    display: flex;
    justify-content: space-between;
  }

  .navi-info__contact .header-top__link-tel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 49%;
    height: 80px;
    padding: 0 5%;
    box-sizing: border-box;
    background: #fff;
  }

  .navi-info__contact .header-top__link-mail {
    display: flex;
    width: 49%;
    height: 80px;
  }

  .navi-info--sp-cp {
    color: #2F3A37;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .navi-info--sp__logo {
    width: 100%;
    max-width: 260px;
    margin-bottom: 5px;
  }

  .navi-info--sp__logo>a,
  .navi-info--sp__logo>a>img {
    display: block;
    width: 100%;
  }

  .navi-info--sp-cp>ul>li {
    display: flex;
    align-items: center;
  }

  .navi-info--sp-cp>ul>li>a {
    padding: 2.5px 14px;
    border-radius: 6px;
    background: #fff;
    margin-left: 14px;
  }

  /*----------------------------------------------------
  #nav-toggle
----------------------------------------------------*/
  #nav-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    position: fixed;
    top: 0;
    right: 20px;
    padding-top: 10px;
    box-sizing: border-box;
    z-index: 1001;
    cursor: pointer;
  }

  .menu-trigger,
  .menu-trigger span {
    transition: all .4s;
    box-sizing: border-box;
    position: relative;
  }

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

  .menu-trigger span {
    position: absolute;
    left: 50%;
    width: 70%;
    height: 2px;
    transform: translate(-50%, 0);
    background-color: #1a1a1a;
  }

  .scroll .menu-trigger span {
    background: #484135;
  }

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

  .menu-trigger span:nth-of-type(2) {
    top: 6px;
  }

  .menu-trigger span:nth-of-type(3) {
    top: 12px;
  }

  #nav-toggle.active span {
    position: absolute;
    left: 15%;
    background: #fff;
  }

  #nav-toggle.active span:nth-of-type(1) {
    top: -12px;
    transform: translateY(20px) rotate(-45deg);
  }

  #nav-toggle.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar .8s forwards;
    animation: active-menu-bar02 .8s forwards;
  }

  @-webkit-keyframes active-menu-bar {
    100% {
      height: 0;
    }
  }

  @keyframes active-menu-bar {
    100% {
      height: 0;
    }
  }

  #nav-toggle.active span:nth-of-type(3) {
    top: 29px;
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
  }

  .toggle-text {
    font-size: 1.3vw;
    letter-spacing: 0.1em;
    font-family: "Jost", sans-serif;
    text-align: center;
    white-space: nowrap;
  }

  .toggle-text::after {
    display: block;
    content: 'MENU';
  }

  .scroll .toggle-text,
  .scroll .toggle-text::after {
    color: #484135;
  }

  #nav-toggle.active .toggle-text::after {
    content: 'CLOSE';
    color: #fff;
  }

  /*---footer---*/
  .footer-boxWrap {
    width: 100%;
  }

  #footer-box1 {
    display: flex;
    justify-content: space-between;
  }

  #footer-box1 .footer-box,
  #footer-box2,
  #footer-box3 {
    width: 48%;
  }

  .footer-box__dw--l {
    min-width: initial;
  }

  .footer-col {
    flex-direction: column;
  }

  .footer-inner {
    width: 100%;
  }
}

@media screen and (max-width: 896px) {
  .header-top>h1 {
    /*---1.2rem---*/
    font-size: 1.33928571vw;
    padding-right: 10px;
  }

  .header-logo {
    width: auto;
  }

  .header-logo>img {
    width: auto;
    height: 32px;
  }

  .navi-list>ul>li>a {
    /*---font-size:1.8rem---*/
    font-size: 2.00892857vw;
  }
}

@media screen and (max-width: 787px) {

  .header-top>h1 {
    /*---1.2rem---*/
    font-size: 1.52477764vw;
    line-height: 1.4;
  }

  .header-top__link-mail>a {
    /*---1.4rem---*/
    font-size: 1.77890724vw;
  }

  .header-top__link {
    width: 160px;
  }

  .navi-list>ul>li>a {
    /*---font-size:1.8rem---*/
    font-size: 2.28716645vw;
  }
}

@media screen and (max-width:680px) {
  header {
    height: 75px;
  }

  .header-top {
    height: 75px;
    padding-top: 10px;
    box-sizing: border-box;
  }

  .header-top>h1 {
    width: 90%;
    position: absolute;
    top: 5px;
    left: 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .header-top__link {
    display: none;
  }

  /*--- nav-toggle ---*/
  #nav-toggle {
    position: fixed;
    width: 60px;
    height: 60px;
    top: 10px;
    background: #A8CFC7;
    border-radius: 50vh;
  }

  .navi-list>ul>li>a {
    /*---font-size:1.8rem---*/
    font-size: 2.64705882vw;
  }

  /*--- footer ---*/

  .footer-logo {
    width: 60%;
  }

  #footer-box1,
  .footer-inner2 {
    flex-direction: column;
  }

  #footer-box1 .footer-box,
  #footer-box2,
  #footer-box3 {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .header-top>h1 {
    font-size: 2vw;
    left: 2.5%;
  }

  header {
    height: 60px;
  }

  .header-top {
    height: 60px;
  }

  .header-logo>a {
    width: auto;
    height: 32px;
  }

  #nav-toggle {
    width: 46px;
    height: 46px;
    top: 15px;
    padding-top: 5px;
    background: none;
    transition: .5s linear;
  }

  .scroll #nav-toggle {
    background: #A8CFC7;
  }


  .toggle-text {
    font-size: 2.25vw;
  }

  .nav-wrap {
    width: 100%;
    height: 100%;
    padding: 80px 5%;
  }

  .navi-list>ul>li>a {
    /*---font-size:1.8rem---*/
    font-size: 1.8rem;
  }

  .navi-info__contact .header-top__link-tel,
  .navi-info__contact .header-top__link-mail {
    height: 60px;
  }

  .navi-info__contact .header-top__link-mail>a {
    font-size: 1.4rem;
  }

  .navi-info--sp__logo {
    max-width: 180px;
  }

  .navi-info--sp-cp>ul>li {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
  }

  .navi-info--sp-cp>ul>li>a {
    margin-left: 5px;
  }


  /*--- footer ---*/
  footer .l-inner {
    padding: 100px 0;
  }

  .footer-logo {
    width: 70%;
    margin-bottom: 40px;
  }

  .footer-link>ul>li {
    display: inline-block;
  }

  .footer-link>ul>li>a {
    display: inline-block;
    padding: 5px 14px;
    box-sizing: border-box;
  }

  .footer-link>ul>li:not(:first-of-type)+li::before {
    display: none;
  }
}