@charset "UTF-8";
/*----------------------------------------
	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: 14px;
  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: 15px;
  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: 15.5px;
  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:not(:first-of-type) {
  padding: 0 14px;
}

.navi-list>ul>li>a {
  height: 100%;
  font-size: 15.5px;
  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;
}

/*----------------------------------------
	footer
----------------------------------------*/

.footer-box__ttl {
  font-size: 20px;

}

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

.footer-box__lead>a {
  font-size: 18px;
}


.footer-box__dw-content>ul>li>a {
  font-size: 16px;
}

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

/*--- copyright ---*/

.copyright>ul>li {
  font-size: 15px;
}

@media screen and (max-width: 1440px) {
  .navi-list>ul>li>a {
    font-size: 14.4px;
  }
}


@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>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: 18px;
  }

  .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: 14px;
  }

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

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

  .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;
  }
}