@charset "UTF-8";
/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

html {
  /* scroll-behavior: smooth; */
}

a, button {
  cursor: revert;
}

ol, ul, menu {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

::-webkit-input-placeholder {
  color: unset;
}

::-moz-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #585858;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1rem;
}

body p {
  line-height: 2;
}
p.disc{
  background-color: #225f0f;
  color:#fff;
  font-size: 12px;
  padding: 6px 10px;
}
.btn {
  position: relative;
  border: 3px solid #58975c;
  display: block;
  width: 90%;
  background: #fff;
  border-radius: 5rem;
  text-align: center;
  color: #58975c;
  padding: 12px 0;
  font-weight: bold;
  margin: 30px auto 0;
  -webkit-box-shadow: 3px 3px 0px #e4e4e4;
          box-shadow: 3px 3px 0px #e4e4e4;
  max-width: 350px;
}

a.btn_02,
.back {
  position: relative;
  border: 2px solid #58975c;
  border-radius: 6px;
  padding: 8px 0;
  margin: 9px auto;
  text-align: center;
  color: #58975c;
  max-width: 300px;
  width: 100%;
  -webkit-box-shadow: 3px 3px 0px #e4e4e4;
          box-shadow: 3px 3px 0px #e4e4e4;
  background: #fff;
  display: block;
}

.back {
  border-radius: 20em;
  border: 2px solid #a0a0a0;
  color: #656565;
}

.btn::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  border-top: 2px solid #7a0;
  border-right: 2px solid #7a0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-size: contain;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.back::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  border-top: 2px solid #656565;
  border-right: 2px solid #656565;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  background-size: contain;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pc {
  display: none !important;
}

#contact a {
  display: block;
  text-align: center;
  margin-block: 60px;
  width: 96%;
  max-width: 376px;
  margin-inline: auto;
}
img.ctrbtn{
  max-width: 300px;
}
#mainvisual{
  /* background: url("../img/mainimg_bg.png"); */
  background-size: cover;
  background-position:center ;
}

#mainvisual > div{
  width: 100%;
  /* max-width: 800px; */
  width: 100%;
  margin-inline: auto;
}
.main_bottom{
  margin-top: 50px;
  max-width: 700px;
  margin-inline: auto;
}
#sec01{
  width: 100%;
  margin-inline: auto;
  /* background: url("../img/sec01_bg.png"); */
  background-size: cover;
  background-position:center ;
}
#sec01 > div{
  padding-block:50px ;
  width: 100%;
  background: rgba(255 255 255 / 80%);
}
#sec01 > div img{
  display: block;
  max-width: 800px;
  width: 96%;
  margin-inline: auto;
}
#sec02{
  padding-block:70px;
  background: #efefef;
}

#sec02 > div img{
  width: 90%;
  max-width: 400px;
  display: block;
  margin-inline: auto;
}
#sec03{
  padding-block: 100px;
  /* background: url("../img/sec03_bg.png"); */
  background-size: cover;
  background-position:center ;
}
#sec03 > div{
  width: 100%;
  margin-inline: auto;
  max-width: 1200px;
}
#sec03 > div img{
  max-width: 500px;
  width: 96%;
  display: block;
  margin-inline: auto;
}

#sec04{
  background: #efefef;
  padding-block: 70px;
}
#sec04 > div{
  width: 100%;
  margin-inline: auto;
  max-width: 1200px;
}
#sec04 > div img{
  max-width: 500px;
  width: 96%;
  display: block;
  margin-inline: auto;
}
#sec05{
 
  padding-block: 50px;
}
#sec05 > div{
  /* background: rgba(255 255 255 / 90%); */
  width: 100%;
  margin-inline: auto;
  /* padding-block: 50px; */
}
#sec05 > div img{
  max-width: 500px;
  width: 96%;
  display: block;
  margin-inline: auto;
}
#sec06{
  width: 100%;
  display: block;
  margin-inline: auto;
  background: #efefef;
  padding-block: 80px;
}
#sec06 .title{
  max-width: 200px;
  display: block;
  margin-inline: auto;
}

#sec06 > div{
  width: 96%;
  max-width: 500px;
  display: block;
  margin-inline: auto;
}
#sec06 > div img{
  max-width: 400px;
  width: 96%;
  margin-inline: auto;
  display: block;
}
/* #sec07{
  background: url("../img/sec02_bg00.jpg");
  padding-block: 50px;
}
#sec07 > div{
  max-width: 700px;
  width: 100%;
  margin-inline: auto;
}
#sec07 > div img{
  max-width: 400px;
  width: 96%;
  display: block;
  margin-inline: auto;
} */
ul.contact_btn{
  display: flex;
  max-width: 600px;
  margin-inline: auto;
  gap: 10px;
  margin-top: 40px;
}
h1#logo img{
  max-width: 250px;
  margin-block: 20px;
}

/* 700px以上 */
@media screen and (min-width: 700px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  h1#logo img{
    max-width: 300px;
    margin-block: 20px;
  }
  .main_bottom{
    max-width: 100%;
  }
}

/* maincontents */
h1#logo img.sp {
  max-width: 200px;
  width: 100%;
  margin: 20px auto 20px;
  display: block;
}

/* menu */
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0px;
  right: 0;
  z-index: 100;
  cursor: pointer;
  width: 80px;
  height: 80px;
  border-radius: 0 0 0 20px;
  position: fixed;
  padding: 0 0 18px;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: "";
  display: block;
  height: 4px;
  width: 34px;
  border-radius: 3px;
  background: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
}

.drawer_open:after {
  position: absolute;
  content: "MENU";
  bottom: 16px;
  color: #333;
  font-size: 11px;
  font-weight: bold;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
.sp_navbtn.open .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
.sp_navbtn.open .drawer_open span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sp_navbtn.open .drawer_open span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 100%;
  left: 0%;
  /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  padding-top: 25px;
}

.nav_list {
  list-style: none;
}

.nav_item a {
  color: #fff;
  text-decoration: none;
}

/* アイコンがクリックされたらメニューを表示 */
.nav_content.open {
  bottom: 0;
  /* メニューを画面に入れる */
}


@media screen and (min-width: 700px) {
  p.disc{
    text-align: center;
    font-size: 12px;
  }
  header{
    margin-inline: auto;
    padding:0;
    width: 100%;
    background: #fff;
    z-index: 2;
    top: 0;
    position: fixed;
  }
  header div.flexbox{
    display: flex;
    
  }
  header div.flexbox{
    margin-inline:2% ;
  }
  /* #mainvisual{
    margin-top: 96px;
  } */
  .drawer_open {
    display: none;
  }

  p#discription {
    background: #82b383;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    font-size: 14px;
    padding-left: 30%;
  }

  .nav_content {
    position: unset;
    margin: 0 auto;
    padding-right: 1%;
    padding-left: 1%;
    padding-top: 10px;
  }

  .nav_content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    max-width: 420px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 0 auto;
    row-gap: 10px;
  }

  .nav_content a {
    color: #333;
    border-right: 2px solid #e3e3e3;
    padding: 0 10px;
    font-size: 15px;
    letter-spacing: 0.15em;
    font-weight: bold;
    letter-spacing: 1px;
  }

  .nav_content li:nth-child(4) a {
    border-right: none;
  }

  .nav_content li:last-child a {
    border-right: none;
  }
}
@media screen and (min-width: 980px) {
  .nav_content ul {
    max-width: 100%;

  }
  .nav_content li:nth-child(4) a {
    border-right: 2px solid #e3e3e3;
  }
}
@media screen and (min-width: 1000px) {
  p#discription {
    padding-left: 0;
    text-align: center;
  }
}
/* 1200px以上 */
@media screen and (min-width: 1200px) {
  p#discription {
    text-align: center;
    font-size: 16px;
  }
  h1#logo img{

    margin-block: 0px;
  }

  h1#logo {
    width: auto;
    max-width: 300px;
    margin-block: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .nav_content {
    padding-right: 0;
    padding-left: 0;
  }

  .nav_content ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
/* footer */
footer {
  background: #353535;
  padding: 30px 0 0;
}
footer .f_nav,
footer .f_nav02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 10px;
  margin-bottom: 10px;
}
footer img {
  display: block;
  width: 90%;
  max-width: 300px;
  margin: 0 auto 16px;
}
footer .f_nav a {
  color: #fff;
  margin: 0 8px;
}
footer .f_nav02 a {
  color: #dfffdf;
  font-size: 13px;
  margin: 0 8px;
  border-bottom: 1px solid;
  padding-bottom: 4px;
}
footer .fix_link {
  position: fixed;
  bottom: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 88;
}
footer .fix_link li {
  position: relative;
  width: 96%;
  margin: 0 auto;
}
footer .fix_link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 6px 6px 0 0;
  color: #000;
  background: #e1aa00;
  min-height: 66px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
footer .fix_link li:first-child span {
  display: block;
  line-height: 1.4;
  font-size: 14px;
  width: 100%;
}
footer .fix_link li:before {
  position: absolute;
  /* left: 4%; */
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 34px;
  height: 34px;
}

footer .fix_link li:first-child span:first-child {
  font-size: 18px;
}
footer ul.info {
  margin: 40px 0 10px;
  text-align: center;
  padding: 60px 0;
}
footer ul.info li {
  font-size: 14px;
}
footer > p {
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 6px 0;
  margin-top: 15px;
  padding-bottom: 80px;
}

@media screen and (min-width: 1000px) {
  footer .fix_link li:first-child {
    display: none;
  }

  footer .fix_link li {
    width: 100%;
  }

  footer .fix_link {
    max-width: 250px;
    top: 0;
    right: 0;
    font-size: 1.4rem;
    left: auto;
    bottom: auto;
  }

  footer .fix_link li:nth-child(2) a {
    border-radius: 0 0 0 2rem;
    background: #528354;
  }

  footer .fix_link li:before {
    top: 14px;
    bottom: auto;
    left: 26px;
  }

  footer > p {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 940px) {
  footer > img {
    margin: 70px auto;
  }
}

/* mainvisual */



/* 750px以上 */
@media screen and (min-width: 750px) {

}
/* 940px以上 */
@media screen and (min-width: 940px) {
  .nav_content {
    padding-top: 25px;
  }
}
@media screen and (min-width: 1200px) {
 
}
@media screen and (min-width: 1400px) {
 
}


@media screen and (max-width: 699px) {
  header {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 100;
  }

  #logo img{
    max-width: 150px;
    margin-left: 15px;
    /* margin-block: 15px; */
  }

  #mainvisual {
    padding-block: 80px 40px;
  }

  #mainvisual img.sp{
   
    width: 100%;
    margin-inline: auto;
    display: block;
  }
  nav .sp img {
    max-width: 200px;
    display: block;
    margin: 20px auto 40px;
  }
  

  .nav_content ul:first-child a {
    display: block;
    border-bottom: 1px dashed #e3e3e3;
    width: 90%;
    margin: 0 auto;
    padding: 6px 0;
    font-size: 18px;
  }

  .nav_content ul.sp {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px;
  }

  .nav_content ul.sp a {
    color: #b5b5b5;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 3px;
  }

  #contact a{
    margin-block: 30px;
  }

  footer .f_nav a{
    font-size: 12px;
  }
  footer .f_nav{
    grid-gap:0px;
    row-gap: 10px;
  }

  footer img{
    /* max-width: 250px; */
  }
  footer ul.info{
    margin: 0;
    padding: 30px 0;
  }
  ul.contact_btn{
    flex-wrap: wrap;
    width: 96%;
    margin-inline: auto;
    width: 300px;
  }

}

@media screen and (min-width: 700px) {
  #mainvisual{
    padding-block: 100px 100px;
  }
  #mainvisual img{
    /* max-width: 450px; */
    /* display: block;
    margin-inline: auto; */
  }
  #sec01 > div{
    padding-bottom: 100px;
  }
  #sec01 > div img.pc{
    width: 800px;
  }
  #sec02 > div img.pc{
    max-width: 750px;
    width: 96%;
  }
  #sec02{
    background-size: 320px,400px;
    padding-block:100px ;
  }
  #sec03 > div img.pc{
    max-width: 900px;
    width: 96%;
  }
  #sec04 > div img.pc{
    max-width: 900px;
    width: 96%;
  }
  #sec04{
    padding-block: 100px;
    background-size:300px ;
  }
  #sec05{
    padding-block: 100px;
  }
  #sec05 > div{
    padding-block: 80px;
  }
  #sec05 > div img.pc{
    max-width: 900px;
    width: 96%;

  }
  /* #sec06{
    background-size:350px ;
  } */
  #sec06 > div img.pc{
    max-width: 700px!important;
    padding-block: 60px;
    width: 96%;
  }
  #sec06 .title{
    max-width: 300px;
  }
  #contact a{
    margin-bottom: 0;
  }
  .nav_content{
    margin-bottom: 10px;
  }
}

#sec06 form label{
  font-weight: bold;
  font-size: 18px;
}
#sec06 form p{
  margin-bottom: 30px;
}

#sec06 form input,
#sec06 form textarea{
  border: 2px solid #d6d6d6;
  border-radius: 10px;
  padding: 4px;
  width: 100%;
  background: #fff;
}


#sec06 form input[type="submit"]{
  background: #054290;
  width: 250px;
  border-radius: 200px;
  text-align: center;
  color: #fff;
  margin-inline: auto;
  display: block;
  padding-block: 10px;
}

.top_btn{
  margin-top: 10px;
}
