@charset "UTF-8";

html, body {
  width: 100%;
}
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  position: relative;
  font-size: 16px;
  color: #3F3F3F;
  line-height: 1.7;
}
*, *::before, *::after {
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6{
  margin: 0;
  padding: 0;
}
p{
  margin: 0;
  padding: 0;
}
img{
  width: 100%;
  height: auto;
}
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}
a:hover > img {
  opacity: 0.8;
}
button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.br_pc{
  display: block;
}
.br_sp{
  display: none;
}
@media screen and (max-width: 896px) {
  .br_pc{
    display: none;
  }
  .br_sp{
    display: block;
  }
}
/* ---------------------------------
 Playwrite US Trad : google font
--------------------------------- */
.playwrite-us-trad-regular {
  font-family: "Playwrite US Trad", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* ---------------------------------
 object_fit_img
--------------------------------- */
img.object_fit_img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

/* ---------------------------------
 間隔調整用
--------------------------------- */
.mt10{ margin-top: 10px; }
.mt20{ margin-top: 20px; }
.mt30{ margin-top: 30px; }
.mt40{ margin-top: 40px; }
.mt50{ margin-top: 50px; }
.mt60{ margin-top: 60px; }
.mt70{ margin-top: 70px; }
.mt80{ margin-top: 80px; }
.mt90{ margin-top: 90px; }
.mt100{ margin-top: 100px; }
.mb10{ margin-bottom: 10px; }
.mb20{ margin-bottom: 20px; }
.mb30{ margin-bottom: 30px; }
.mb40{ margin-bottom: 40px; }
.mb50{ margin-bottom: 50px; }
.mb60{ margin-bottom: 60px; }
.mb70{ margin-bottom: 70px; }
.mb80{ margin-bottom: 80px; }
.mb90{ margin-bottom: 90px; }
.mb100{ margin-bottom: 100px; }

/* ---------------------------------
 基本色の設定
--------------------------------- */
/* 文字色 */
.col_base{
  color: #82B838;
}
.col_base_dark{
  color: #879F64;
}
.col_highlight{
  color: #E87D44;
}
/* 背景色 */
.bg_col_base{
  background-color: #E4E8DB;
}
/* リンク */
.link{
  color: #5C9F3D;
  text-decoration: underline;
}
.link:hover{
  text-decoration: none;
}

/* ---------------------------------
 リンクボタン 緑色
--------------------------------- */
a.more_link_btn{
  display: block;
  width: 80%;
  max-width: 300px;
  padding: 15px;
  color: #82B838;
  border: 1px solid #82B838;
  border-radius: 99999px;
  position: relative;
}
a.more_link_btn::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.5em;   /* arrow size */
  height: 0.5em;  /* arrow size */
  border-top: 1px solid #82B838;  /* thickness, color */
  border-right: 1px solid #82B838;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.more_link_btn:hover{
  color: #fff;
  background-color: #82B838;
}
a.more_link_btn:hover::after{
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 896px) {
  /* SPの時中央寄せにしたい場合は下記classを追加する */
  a.more_link_btn.morebtn_center{
    margin: 0 auto;
  }
}

/* ---------------------------------
 リンクボタン 濃い緑
--------------------------------- */
a.more_link_btn_dark{
  display: block;
  width: 80%;
  max-width: 300px;
  padding: 15px;
  color: #fff;
  background-color: #609955;
  border-radius: 99999px;
  position: relative;
}
a.more_link_btn_dark::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.5em;   /* arrow size */
  height: 0.5em;  /* arrow size */
  border-top: 1px solid #fff;  /* thickness, color */
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.more_link_btn_dark:hover{
  color: #fff;
  background-color: #76a36d;
}
@media screen and (max-width: 896px) {
  /* SPの時中央寄せにしたい場合は下記classを追加する */
  a.more_link_btn_dark.morebtn_center{
    margin: 0 auto;
  }
}

/* ---------------------------------
 wrapper
--------------------------------- */
.wrapper {
  width: 100%;
  max-width:100%;
  margin: 0 auto;
}

/* ---------------------------------
 main
--------------------------------- */
main{
  width: 100%;
}

/* ---------------------------------
 contents
--------------------------------- */
.contents{
  width: 100%;
}
.contents_inner{
  width: 94%;
  max-width: 1400px;
  margin: 150px auto;
}
@media screen and (max-width: 896px) {
  .contents_inner{
    margin: 75px auto;
  }
}

/* ---------------------------------
 h2_style
--------------------------------- */
h2.h2_style{
  text-align: center;
  font-size: 16px;
  line-height: 2.0;
  margin-bottom: 30px;
}
h2.h2_style .h2_style_en{
  font-size: 2.0rem;
}

/* ---------------------------------
 ul_style
--------------------------------- */
ul.ul_style{
  width: 100%;
  list-style: none;
  padding-left: 20px;
  margin: 0;
}
ul.ul_style li{
  margin: 10px 0;
  position: relative;
}
ul.ul_style li::before{
  content: '';
  background-color: #82B838;
  position: absolute;
  top: 11px;
  left: -1em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

/* ---------------------------------
 header & navi
--------------------------------- */
header {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  height: 80px;
  background-color: #fff;
}
header h1{
  margin: 0;
  padding: 0;
}

@media (min-width: 1025px) {
  header {
    padding: 10px 30px;
    background-color: #fff;
    height: 90px;
  }
/*  header.change-color {
    background-color: rgba(255,255,255,0.6);
  }
  header.change-color .menu-link{
    color: #3F3F3F;
  }
  header.change-color .menu-link.menu-btn{
    color: #fff;
  } */
}

@media (max-width: 768px) and (orientation: landscape) {
  header {
    padding: 15px 30px;
  }
}
.header-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-logo {
  width: 80px;
}
@media (max-width: 768px) and (orientation: landscape) {
  .header-logo {
    width: 20%;
  }
}
.logo-link {
  display: block;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.logo-link:hover {
  opacity: 0.6;
}
@media (max-width: 1024px) {
  .nav-menu {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    padding-right: clamp(30px, 8vw, 60px);
    padding-bottom: clamp(30px, 8vw, 60px);
    padding-left: clamp(30px, 8vw, 60px);
    transition-duration: 300ms;
    transform: translateX(200%);
    overflow: auto;
    /* ナビメニューの背景色を変えたい時 */
    background-color: rgba(0, 0, 0, 0.7);
  }
  .nav-menu.active {
    transform: translateX(0);
  }
}
@media (min-width: 1025px) {
  .nav-menu {
    padding-top: 0 !important;
    flex: 1;
  }
}
@media (min-width: 1025px) {
  .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: clamp(20px, 2.0833333333333335vw, 40px);
  }
}
@media (max-width: 1024px) {
  .menu-item {
    /* 各ナビメニューの下線を変えたい時 */
    border-style: none;
  }
}
.menu-link {
  display: block;
/*  color: #fff; */
  color: #3F3F3F;
  text-decoration: none;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.menu-link.menu-btn {
  padding: 5px 15px;
  background-color: rgb(55, 130, 8, 0.9);
  border-radius: 10px;
  color: #fff;
}
.menu-link:hover {
  opacity: 0.6;
}
.nav-menu.active .menu-link {
  color: #fff;
}
@media (max-width: 1024px) {
  .menu-link {
    font-size: clamp(16px, 1.0416666666666667vw, 20px);
    padding-top: clamp(15px, 2.6666666666666665vw, 20px);
    padding-bottom: clamp(10px, 2.6666666666666665vw, 20px);
    text-align: center;
    /* ナビメニューの文字色を変えたい時 */
    color: #3F3F3F;
  }
  .menu-link.menu-btn {
    padding: 10px;
    width: 70%;
    margin: 20px auto 0 auto;
  }
}
@media (min-width: 1025px) {
  .menu-link {
    font-size: clamp(14px, 1.0416666666666667vw, 17px);
  }
}
.hamburger-button {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: clamp(13px, 3.466666666666667vw, 26px);
  margin-right: 0;
  margin-left: auto;
  cursor: pointer;
}
.hamburger-lines {
  position: relative;
  width: clamp(40px, 10.666666666666666vw, 90px);
  height: clamp(13px, 3.466666666666667vw, 26px);
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
@media (max-width: 1024px) {
  .hamburger-lines {
    width: clamp(40px, 10.666666666666666vw, 90px);
    height: clamp(13px, 3.466666666666667vw, 26px);
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .hamburger-lines {
    width: clamp(30px, 7.496251874062969vw, 50px);
    height: clamp(15px, 2.998500749625187vw, 20px);
  }
}
.hamburger-lines.active {
  height: 1px;
}
.hamburger-lines .line {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: clamp(1px, .26666666666666666vw, 2px);
  margin: auto;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  /* ハンバーガーメニューの線の色を変えたい時 */
  background-color: #3F3F3F;
}
.hamburger-lines.active .line {
  /* ハンバーガーメニューオープン時の線の色を変えたい時 */
  background-color: #fff;
}
.hamburger-lines .line:nth-child(1) {
  top: 0;
}
.hamburger-lines .line:nth-child(2) {
  bottom: 0;
}
@media (min-width: 1025px) {
  /* タブレットサイズ以上でハンバーガーメニューを丸ごと非表示 */
  .hamburger-button {
    display: none;
  }
}

/* ---------------------------------
 foot_contact
--------------------------------- */
.foot_contact{
  width: 100%;
  margin-top: 150px;
  background: linear-gradient(rgba(112, 147, 117, 0.6), rgba(112, 147, 117, 0.6)), url(../img/common/foot_contact_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0;
}
.foot_contact .foot_contact_inner{
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.foot_contact .foot_contact_inner .contact_more_link{
  width: 100%;
  max-width: 1000px;
  margin: 30px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content:space-between;
}
.foot_contact .foot_contact_inner .contact_more_link a.contact_more_link_box{
  width: 48%;
  display: block;
  padding: 15px;
  text-align: center;
  color: #fff;
  border: solid 3px #fff;
  cursor: pointer;
}
.foot_contact .foot_contact_inner .contact_more_link a.contact_more_link_box:hover{
  background-color: rgba(255,255,255,0.5);
}
.foot_contact .foot_contact_inner .contact_more_link a.contact_more_link_box .more_link_mail,
.foot_contact .foot_contact_inner .contact_more_link a.contact_more_link_box .more_link_faq{
  position: relative;
  padding-left: 25px;
}
.foot_contact .foot_contact_inner .contact_more_link a.contact_more_link_box .more_link_mail::before,
.foot_contact .foot_contact_inner .contact_more_link a.contact_more_link_box .more_link_faq::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;  
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.foot_contact .foot_contact_inner .contact_more_link a.contact_more_link_box .more_link_mail::before{
  background-image: url('../img/common/icon_contact_mail.svg');
}
.foot_contact .foot_contact_inner .contact_more_link a.contact_more_link_box .more_link_faq::before{
  background-image: url('../img/common/icon_contact_help.svg');
}

@media screen and (max-width: 896px) {
  .foot_contact{
    margin-top: 75px;
  }
  .foot_contact .foot_contact_inner .contact_more_link a.contact_more_link_box{
    width: 100%;
    margin: 10px;
  }
}

/* ---------------------------------
 footer
--------------------------------- */
footer{
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 20px 0;
  background-image: url("../img/common/bg_pattern_check.svg");
  background-repeat: repeat;
}
footer .footer_inner{
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
footer .footer_inner .footer_logo{
  width: 40%;
}
footer .footer_inner .footer_menu{
  width: 60%;
}
footer .footer_inner .footer_logo .footer_logo_img {
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
}
footer .footer_inner .footer_logo .foot_reserve_btn{
  width: 100%;
  margin-top: 20px;
}
footer .footer_inner .footer_logo .foot_reserve_btn a{
  padding: 10px 30px;
  display: inline-block;
  color: #fff;
  border-radius: 10px;
  background-color: #378208;
}
footer .footer_inner .footer_menu ul.footer_nav{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0;
  padding-left: 0;
}
footer .footer_inner .footer_menu ul.footer_nav li{
  list-style: none;
  margin: 0px 20px;
}
footer .footer_inner .copy{
  width: 100%;
  margin-top: 30px;
  text-align: center;
  font-size: 0.7rem;
}

@media screen and (max-width: 896px) {
  footer .footer_inner{
    width: 94%;
    padding: 25px 0 10px 0;
  }
  footer .footer_inner .footer_logo{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  footer .footer_inner .footer_logo .footer_logo_img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px auto;
  }
  footer .footer_inner .footer_menu{
    width: 100%;
    margin: 0 auto;
  }
  footer .footer_inner .footer_menu ul.footer_nav{
    justify-content: start;
    margin: 0;
    padding-left: 0;
  }
  footer .footer_inner .footer_menu ul.footer_nav li{
    margin: 10px 20px;
  }
}
