﻿/* header */
.header{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	line-height: 1.5;
	margin: 0 !important;
	letter-spacing: 0.085em;
  font-size: 14px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 12px 10px;
}
@media screen and (max-width: 767px) {
  .header{
    padding: 16px 4% 0;
  }
}
.header .nowrap {
	display: inline-block;
}
@media screen and (min-width: 768px) {
	.header .sp {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.header .pc {
		display: none !important;
	}
}
.header .width_adjust {
  max-width: 1366px;
  padding: 0;
  margin: 0 auto;
}
.header_inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header_nav {
  width: 42%;
}
.header-nav__icon-img{
  width: 35px;
  height: 37px;
  object-fit: contain;
}
@media screen and (max-width: 1240px){
  .header-nav__icon-img{
    width: 2.695vw;
    height: 2.849vw;
  }
}
@media screen and (max-width: 767px){
  .header-nav__icon-img{
    width: 7vw;
    height: 7.4vw;
  }
}
.header-nav__txt{
	font-size: 11px;
	color: inherit;
	font-weight: bold;
	margin-top: 0.5em;
	min-height: 3em;
	text-align: left;
}
@media screen and (max-width: 1240px){
  .header-nav__txt{
	  font-size: 0.847vw;
  }
}
@media screen and (max-width: 767px){
  .header-nav__txt{
	  font-size: 2.2vw;
  }
}
.nav_menu_list{
  display: flex;
  justify-content: flex-end;
  gap: 17px;
}
.nav_menu_list a{
  display: flex;
  flex-direction: column;
  align-items: center ;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 2.1;
  gap: 4px;
  color: #001635;
  font-family: "Open Sans",sans-serif;
}

.header_logo{
  margin: 0;
  width: 13%;
  max-width: 148px;
}
.header_logo a {
  width: 100%;
}
.header_logo a img {
  width: 100%;
}
.header_nav.pc_only a {
  color: #00163E;
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  .header {
    padding: 30px 4% 40px;
  }
  .header_nav {
    width: 48%;
  }
}
@media screen and (min-width: 801px) and (max-width: 1000px) {
  .header_nav {
    width: 46%;
  }
}

.header .width_adjust{
  padding: 0;
}
@media screen and (max-width:767px) {
  .header_logo {
    width: 32vw;
    max-width: 32vw;
    margin: 2.4vw 0!important;
  }
  .nav_menu_list {
    display: flex;
    column-gap: 17px;
  }
}
@media screen and (min-width:768px) {
  .header_logo {
    width: 200px;
    max-width: 200px;
  }
}

/* footer */
.footer{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	line-height: 1.5;
	margin: 0 !important;
	letter-spacing: 0.085em;
  font-size: 14px;
}
.footer .nowrap {
	display: inline-block;
}
@media screen and (min-width: 768px) {
	.footer .sp {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.footer .pc {
		display: none !important;
	}
}
.footer-main{
  padding: 110px 0;
  border-top: 1px solid #F2F2EA;
  color: #333333;
}
@media screen and (max-width: 1240px){
  .footer-main{
    padding: 8.47vw 0;
  }
}
@media screen and (max-width: 767px){
  .footer-main{
    padding: 10vw 0;
  }
}
.footer-main .inner{
  width: 95%;
	max-width: 1240px;
	margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 82px;
}
@media screen and (max-width: 1240px){
  .footer-main .inner{
    gap: 1.54vw 6.314vw;
  }
}
.footer-logo{
  width: auto;
}
@media screen and (max-width: 767px){
  .footer-logo{
    width: 100%;
    text-align: center;
    margin-bottom: 6vw;
  }
}
.footer-logo__img{
  width: 314px;
}
@media screen and (max-width: 1240px){
  .footer-logo__img{
    width: 24.178vw;
  }
}
@media screen and (max-width: 767px){
  .footer-logo__img{
    width: 52vw;
  }
}
.footer-menu{
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 74px;
}
@media screen and (max-width: 1240px){
  .footer-menu{
    gap: 1.54vw 5.698vw;
  }
}
@media screen and (max-width: 767px){
  .footer-menu{
    gap: 4vw 14.8vw;
  }
}
.footer-menu__column{
  width: 383px;
}
@media screen and (max-width: 1240px){
  .footer-menu__column{
    width: 29.491vw;
  }
}
@media screen and (max-width: 767px){
  .footer-menu__column{
    width: 100%;
  }
}
.footer-menu__section{
  margin-bottom: 40px;
}
@media screen and (max-width: 1240px){
  .footer-menu__section{
    margin-bottom: 3.08vw;
  }
}
@media screen and (max-width: 767px){
  .footer-menu__section{
    margin-bottom: 8vw;
  }
}
.footer-menu__section:last-child{
  margin-bottom: 0;
}
.footer-menu__ttl{
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 1em;
  border-bottom: 1px solid #707070;
  margin-bottom: 1em;
}
@media screen and (max-width: 1240px){
  .footer-menu__ttl{
    font-size: 1.078vw;
  }
}
@media screen and (max-width: 767px){
  .footer-menu__ttl{
    font-size: 3.4vw;
    padding-bottom: 0.5em;
  }
}
.footer-menu__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  line-height: 2;
}
.footer-menu__list-item{
  list-style: none;
  margin-right: 2.24em;
  font-size: 10px;
}
@media screen and (max-width: 1240px){
  .footer-menu__list-item{
    font-size: 0.77vw;
  }
}
@media screen and (max-width: 767px){
  .footer-menu__list-item{
    font-size: 2vw;
  }
}
.footer-menu__link{
  color: #333333;
  font-size: 12px;
  text-decoration: underline;
}
@media screen and (max-width: 1240px){
  .footer-menu__link{
    font-size: 0.924vw;
  }
}
@media screen and (max-width: 767px){
  .footer-menu__link{
    font-size: 3vw;
  }
}
.footer-menu__description{
  font-size: 12px;
}
@media screen and (max-width: 1240px){
  .footer-menu__description{
    font-size: 0.924vw;
  }
}
@media screen and (max-width: 767px){
  .footer-menu__description{
    font-size: 3vw;
  }
}
.footer-menu__description--note{
  padding-left: 1em;
  text-indent: -1em;
}
.footer-menu__sns{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 33px;
}
@media screen and (max-width: 1240px){
  .footer-menu__sns{
    gap: 0 2.541vw;
  }
}
@media screen and (max-width: 767px){
  .footer-menu__sns{
    gap: 0 9vw;
  }
}
.footer-menu__sns-icon{
  width: 38px;
  display: inline-block;
}
@media screen and (max-width: 1240px){
  .footer-menu__sns-icon{
    width: 2.926vw;
  }
}
@media screen and (max-width: 767px){
  .footer-menu__sns-icon{
    width: 10vw;
  }
}
.footer .copyright{
  background: #E50111;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 1240px){
  .footer .copyright{
    font-size: 1.232vw;
  }
}
@media screen and (max-width: 767px){
  .footer .copyright{
    font-size: 3.2vw;
  }
}
.footer .copyright .inner{
  height: 100%;
  padding: 1em 0;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1240px){
  .footer .copyright .inner{
    height: 6.622vw;
  }
}
@media screen and (max-width: 767px){
  .footer .copyright .inner{
    height: 17.2vw;
  }
}