@charset "utf-8";
/* CSS Document */


.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.shippori-mincho-semibold {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}
.shippori-mincho-bold {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

/* 
 <weight>: Use a value from 100 to 900
 <uniquifier>: Use a unique and descriptive class name */
.noto-sans-jp-400 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* Montserrat フォント */
/* <weight>: Use a value from 100 to 900
<uniquifier>: Use a unique and descriptive class name >*/
.montserrat-bold {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}


ul,
ol {
  list-style: none;
}


a {
  text-decoration: none;
}

#footer {
  background-color: #89abb2;
  position: relative;/*fixed*/
  bottom: 0;
  width: 100%;
}
.inner_sp {
  display: none;
}
.inner_pc {
  display: block;
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.content_left {
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px 0 0 0;
  width: 100%;
  max-width: 400px;
}
.content_right {
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 560px;
  padding-top: 20px;
}

/* ひだり側 メニュー */
.footer_logo {
  max-width: 200px;
  width: 100%;
  margin-bottom: 40px;
}

.footer__sns {
  width: auto;
  display: inline-block;
}
.footer__sns p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.footer__snsList {
  display: flex;
  padding-right: 0;
  padding-left: 0;
  justify-content: space-around;
  margin-bottom: 40px;
}
/* コピーライト */
.footer_copy {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(12px, 2.5vw, 14px);
  color: #fff;
  letter-spacing: 0.1em;
}


/* みぎ側 メニュー */
.nav_menuInner {
  width: 560px;/* 640px */
  margin: 0 auto;
}
.nav_menuList {
  padding-right: 0;
  padding-left: 0;
  display: flex;
  margin-bottom: 40px;
}
.nav_menuItem {
  position: relative;
  width: 100%;
}
.nav_menuLink {
  display: block;
  padding: 0 22px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #fff;
  font-size: clamp(14px, 2vw, 16px);
}

.nav_etcInner {
  width: 560px;
  margin: 0 auto;
  margin-top: 152px;
}
.nav_etcList {
  /*padding-right: 0;
  padding-left: 0;*/
  display: flex;
  justify-content: right;
}
.nav_etcList li + li {
  margin-left: 3rem;
}
/*.nav_etcItem {
  position: relative;
}*/
.nav_etcLink {
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #fff;
}

.nav_menuLink:hover,
.nav_etcLink:hover {
  opacity: 0.5;
  transition: 0.5s;
}


/*--テキスト調整--*/
.svgText {
  height: 14px;
}
.svgText_faq {
  height: 18px;
}

.footer_text {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(14px, 2vw, 16px);
  color: #F5EFEB;
  letter-spacing: 0.07em;
}


/*--テキスト　ホバー　色変更--*/
/* .footer_path {
  transition: fill 0.5s;
}
a:hover .footer_path {
  fill: #567c8d;
}
 */
.footer_text_hover {
  position: relative;
  transition: color 0.5s;
}

/*下線*/
/* .nav_menuInner a::after {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  content: '';
  width: 80%;
  height: 0.5px;
  background: #fff;
  bottom: -0.4rem;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.6s;
}
.nav_menuInner a:hover::after {
  transform: scale(1, 1);
} 


.nav_etcInner a::after {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -0.4rem;
  transform: scale(0, 1);
  transform-origin: center top; 
  transition: transform 0.6s;
}
.nav_etcInner a:hover::after {
  transform: scale(1, 1);
}*/

/* ----------- */



@media screen and (max-width: 1000px) {

  .inner_pc {display: none;}
  .inner_sp {
    display: block;
    max-width: 1000px;
    width: 94%;
    margin: 0 auto;
    padding: 80px 0 50px 0;
  }
  .footer_logo {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
  }
  .nav_menuInner {
    width: 94%;
    margin: 0 auto;
  }
  .nav_menuList {
    display: flex;
    justify-content: center;
    margin: 50px 0;
  }
  .nav_menuList li + li {
    margin-left: 3rem;
  }
  .nav_menuItem {
    position: relative;
    width: auto;
  }
  .nav_menuLink {
    display: block;
    padding: 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #fff;
    font-size: clamp(16px, 2.5vw, 18px);
  }

  .sp__footer__sns__center {
    width: 94%;
    margin: 0 auto;
    text-align: center;
  }
  .footer__snsList {
    display: flex;
    padding-right: 0;
    padding-left: 0;
    justify-content: space-around;
    margin-bottom: 0;
  }

  .nav_etcInner {
    width: 94%;
    margin: 0 auto;
    margin-top: 50px;
  }
  .nav_etcList {
    display: flex;
    justify-content: center;
  }

  .footer_copy {
    text-align: center;
    margin-top: 50px;
  }

}


@media screen and (max-width: 768px) {

  .footer_logo {
    margin: 0 auto 40px;
  }

  .nav_menuInner {
    text-align: center;
    border-top: 1px solid #c5d0dc;
  }
  .nav_menuList {
    display: inline-block;
    margin: 30px 0;
  }
  .nav_menuList li + li {
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .sp__footer__sns__center {
    margin: 0 auto;
    border-top: 1px solid #c5d0dc;
  }
  .footer__sns {
    margin: 30px 0;
  }

  .nav_etcInner {
    text-align: center;
    border-top: 1px solid #c5d0dc;
    margin-top: 0;
  }
  .nav_etcList {
    display: inline-block;
    margin-top: 30px;
  }
  .nav_etcList li + li {
    margin-top: 1.5rem;
    margin-left: 0;
  }

}


/* ページ全体　遷移アニメーション */
.body_fade {
  display: none;
}

/* 表示アニメーション */
.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
}
.fadein.fadein-left {
  transform: translate(-30px, 0);
}
.fadein.fadein-right {
  transform: translate(30px, 0);
}
.fadein.fadein-up {
  transform: translate(0, -30px);
}
.fadein.fadein-bottom {
  transform: translate(0, 30px);
}
.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}