@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
/* ------------------------------
    mixin
------------------------------ */
/* ------------------------------
    reset
------------------------------ */
html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media screen and (max-width: 959px) {
  html {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.7605633803vw;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, address, figure,
div, ul, ol, li, dl, dt, dd,
table, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 2rem;
  line-height: 1.5em;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", YuGothic, "Yu Gothic", "游ゴシック", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  text-align: left;
  color: #000;
  box-sizing: border-box;
}

body {
  background-color: #f5f4e4;
}

iframe {
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

figure {
  line-height: 1;
}
figure img {
  max-width: 100%;
}

a {
  color: #000;
  text-decoration: none;
}
a img {
  transition: opacity 0.3s ease-out;
}
a:hover {
  opacity: 0.7;
}
a[target=_blank]:after {
  display: inline-block;
  content: url(../img/common/icon_blank_black.png);
  margin-left: 5px;
  padding-top: 2px;
}
a.no-icon[target=_blank]:after {
  content: none;
}

input,
textarea {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
}

input:focus {
  outline: 0;
}

/* ------------------------------
   common
------------------------------ */
.color-green {
  color: #129515;
}

.wrap {
  max-width: 1110px;
  margin: 0 auto;
  width: 94%;
}

.title-box .section-title {
  font-size: 6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .title-box .section-title {
    font-size: 4.75rem;
  }
}
.title-box .lead-text {
  margin-top: 5.7rem;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

/* ------------------------------
   header
------------------------------ */
header {
  width: 94%;
  max-width: 1300px;
  margin: 0 auto 7.8rem;
}
header .logo {
  margin-top: 30px;
  width: 575px;
}
@media screen and (max-width: 767px) {
  header .logo {
    margin-top: 0;
    width: 73%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 60px;
  }
  header .logo a{
    display: block;
    width: 100%;
  }
}
header .toggle-nav {
  background-color: #129515;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  width: 120px;
  height: 120px;
  padding-top: 28px;
  color: #fff;
  text-align: center;
  z-index: 200;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  header .toggle-nav {
    width: 60px;
    height: 60px;
    padding-top: 11px;
  }
}
header .toggle-nav span {
  display: block;
  height: 3px;
  width: 52px;
  margin: 0 auto;
  background: #fff;
  border-radius: 1px;
  opacity: 1;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header .toggle-nav span:nth-child(2) {
  margin: 13px auto;
}
@media screen and (max-width: 767px) {
  header .toggle-nav span:nth-child(2) {
    margin: 8px auto;
  }
}
@media screen and (max-width: 767px) {
  header .toggle-nav span {
    width: 42px;
  }
}
header .toggle-nav p {
  position: absolute;
  left: 50%;
  transform: translateY(0) translateX(-50%);
  -webkit-transform: translateY(0) translateX(-50%);
  bottom: 30px;
  margin-top: 15px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  header .toggle-nav p {
    bottom: 6px;
    width: 100%;
  }
}
header .toggle-nav p.open-text {
  display: none;
}
header .toggle-nav.open p.close-text {
  display: none;
}
header .toggle-nav.open p.open-text {
  display: block;
}
header .toggle-nav.open span:nth-child(1) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  header .toggle-nav.open span:nth-child(1) {
    margin-top: 10px;
  }
}
header .toggle-nav.open span:nth-child(2) {
  opacity: 0;
  margin-top: 0;
}
header .toggle-nav.open span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -19px;
}
@media screen and (max-width: 767px) {
  header .toggle-nav.open span:nth-child(3) {
    margin-top: -14px;
  }
}
header .header-nav {
  background: #129515;
  width: 560px;
  height: 100vh;
  margin-left: calc(100% - 560px);
  padding: 15.5rem 7.7rem 0;
  box-sizing: border-box;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  header .header-nav {
    width: 85%;
    margin-left: 15%;
    padding: 15.5rem 2.7rem 0;
  }
}
header .header-nav-wrap {
  display: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 0;
}
header .header-nav .main-menu {
  width: 100%;
    padding-bottom: 20%;
    box-sizing: border-box;
}
header .header-nav .main-menu li a {
  display: block;
  margin-bottom: 0.2rem;
  padding: 1.7rem 1.5rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1em;
}
header .header-nav .main-menu li.contact {
  margin-top: 33px;
}
header .header-nav .main-menu li.contact img {
  margin-left: 11px;
}

/* ------------------------------
   footer
------------------------------ */
footer {
  background-color: #fff;
  padding: 1.1rem 0;
}
footer .wrap {
  max-width: 1300px;
}
@media screen and (max-width: 767px) {
  footer .footer-link {
    margin-top: 2rem;
    text-align: center;
  }
}
footer .footer-link li {
  display: inline-block;
  margin-right: 2rem;
}
footer .footer-link li a {
  font-size: 1.4rem;
}
footer .copyright {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  footer .copyright {
    display: block;
    margin-top: 2rem;
    text-align: center;
  }
}

/* ------------------------------
    responsive
------------------------------ */
@media screen and (min-width: 960px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .tb-none {
    display: none !important;
  }

  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
/* ------------------------------
    flex
------------------------------ */
.flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .flex {
    display: block;
  }
}
.flex-jc-sb {
  justify-content: space-between;
}
.flex-ai-center {
  align-items: center;
}

/* ------------------------------
    clearfix
------------------------------ */
.cf {
  zoom: 1;
}
.cf::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  /* 隙間対応 */
  font-size: 0.1em;
  /* 隙間対応 */
  line-height: 0;
  /* 隙間対応 */
}


.onlyPc{}
.onlySp{display: none;}
@media screen and (max-width: 767px) {
    .onlyPc{display: none;}
    .onlySp{display: block;}
    .logo img{width: 78%;padding-top: 3px;}

}


/******  230204 パートナーバナー　フッター追加に伴う追記  ******/
.fPartner {margin: 30px auto 30px; font-size: 16px; text-align: center}
.fPartner ul {width: 464px; margin: 30px auto;}
.fPartner ul li{
float: left;
width: 202px;
margin-right: 60px;
text-align: center;}

.fPartner ul li:nth-child(2){
margin-right: 0px;}
.fPartner ul li img{border: 1px solid #d5d5d5;}
.fPartner ul li a{font-size: 14px;}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

@media only screen and (max-width: 767px) {
/******  230204 パートナーバナー　フッター追加に伴う追記  ******/
.fPartner {margin: 30px 2% 30px;}
.fPartner ul {width: 90%; margin: 30px auto;}
.fPartner ul li{font-size: 14px;
float: left;
width: 48%;
margin-right: 4%;}
.fPartner ul li:nth-child(2){
margin-right: 0px;}
    .fPartner ul li img{width: 100%;}
    
}
