@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Secular+One&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  box-sizing: content-box;
  background: #f7f7f7;
}

h2 {
  color: #39523f;
}

ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

#service,
#saitaku,
#about,
#reason,
#contact,
#faq {
  display: inline-block;
  height: 1px;
  padding-top: 140px;
  margin-top: -140px;
}

@media screen and (max-width: 767px) {
  #service,
  #saitaku,
  #about,
  #reason,
  #contact,
  #faq {
    padding-top: 100px;
    margin-top: -100px;
  }
}

@media screen and (max-width: 767px) {
  section {
    padding: 0 4%;
  }
}

@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
  }
}

.red {
  color: #d42250;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

header {
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: all .4s;
}

header .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  height: 70px;
  padding-top: 15px;
  padding-bottom: 14px;
}

header .inner h1 {
  margin: 0;
  position: absolute;
  left: 20px;
  max-width: 250px;
}

header .inner h1 img {
  width: 100%;
}

header .inner nav ul {
  position: absolute;
  right: 80px;
  display: flex;
  justify-content: space-between;
  width: 778px;
  padding: 14px 0 0 0;
}

header .inner nav ul li:last-child a {
  display: block;
  width: 160px;
  background: #fff;
  text-align: center;
  border: 2px solid #077918;
  border-radius: 20px;
  margin-top: -12px;
  padding: 10px 0;
  color: #077918;
  transition: background-color .5s;
}

header .inner nav ul li:last-child a:hover {
  color: #fff;
  background: #077918;
}

header .inner nav ul li a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}

@media screen and (max-width: 1140px) {
  header .inner {
    height: 50px;
  }
  header .inner h1 {
    max-width: 200px;
  }
}

.headerColor-default {
  background: #fff;
  border-bottom: 2px solid #eee;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.sp a {
  color: #003399;
}

@media screen and (max-width: 1140px) {
  header nav {
    display: none;
  }
}

#main {
  background: url(../images/mainvisual.jpg) 0 center no-repeat;
  height: 725px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  #main {
    width: 100%;
    height: auto;
  }
}

#main .inner {
  position: relative;
  max-width: 1330px;
  padding: 0 20px;
  margin: 0 auto;
  height: 100%;
}

@media screen and (max-width: 767px) {
  #main .inner {
    width: 93%;
    padding: 100px 15px 20px;
  }
}

#main .inner .baloon {
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  font-size: 26px;
  letter-spacing: -0.025em;
  padding: 15px 20px;
  font-weight: bold;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  #main .inner .baloon {
    position: absolute;
    top: 161px;
  }
}

@media screen and (max-width: 767px) {
  #main .inner .baloon {
    font-size: 3vw;
    padding: 15px 1px;
  }
}

#main .inner .maincopy {
  font-size: 48px;
  font-weight: bold;
  color: #39523f;
  letter-spacing: -0.025em;
  line-height: 1.7;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 70px #fff;
}

@media screen and (min-width: 768px) {
  #main .inner .maincopy {
    position: absolute;
    top: 240px;
  }
}

@media screen and (max-width: 767px) {
  #main .inner .maincopy {
    font-size: 6.5vw;
    margin-top: 3%;
    text-align: center;
    width: 100%;
  }
}

#main .inner ul {
  width: 97%;
  padding: 0;
  display: flex;
  max-width: 840px;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  #main .inner ul {
    position: absolute;
    top: 495px;
  }
}

@media screen and (max-width: 767px) {
  #main .inner ul {
    display: block;
    margin-top: 6%;
  }
}

#main .inner ul li {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  padding: 8px 20px 20px;
  width: 100%;
  color: #000;
  font-weight: bold;
  border-radius: 50%;
  letter-spacing: 0.05rem;
  position: relative;
}

/* #main .inner ul li .sml {
  position: absolute;
  font-size: 12px;
  bottom: -7px;
  left: 4%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #main .inner ul li .sml {
    font-size: 10px;
    left: 20px;
  }
} */

@media screen and (min-width: 768px) {
  #main .inner ul li {
    max-width: 223px;
  }
}

@media screen and (max-width: 767px) {
  #main .inner ul li {
    font-size: 3.5vw;
    width: 80%;
    text-align: left;
    margin-bottom: 10px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 0;
  }
}

#main .inner ul li:before {
  background: url(../images/main-leaf001.png) 0 0 no-repeat;
  background-size: cover;
  content: '';
  display: block;
  width: 37px;
  height: 90px;
  position: absolute;
  top: 5px;
  left: 8px;
}

@media screen and (max-width: 767px) {
  #main .inner ul li:before {
    display: none;
  }
}

#main .inner ul li:after {
  background: url(../images/main-leaf002.png) 0 0 no-repeat;
  background-size: cover;
  content: '';
  display: block;
  width: 37px;
  height: 90px;
  position: absolute;
  top: 5px;
  right: 8px;
}

@media screen and (max-width: 767px) {
  #main .inner ul li:after {
    display: none;
  }
}

.main_large {
  font-size: 22px;
  color: #D52250;
}

.sml {
  font-size: 6px;
}

@media screen and (max-width: 767px) {
  .main_large {
    font-size: 3.5vw;
  }
}

.btn01 {
  background: #6EBB29;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: block;
  text-decoration: none;
  margin: 40px auto;
  font-size: 30px;
  border-radius: 5px;
  box-shadow: #406e18 0px 5px 2px;
  position: relative;
  transition: all 0.1s ease;
  border: none;
}

@media screen and (min-width: 768px) {
  .btn01 {
    width: 690px;
    height: 106px;
    line-height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .btn01 {
    height: auto;
    width: 90%;
    padding: 5% 0 6%;
    margin: 25px auto 0;
    font-size: 4vw;
  }
}

.btn01:hover {
  transform: translate(0px, 5px);
  box-shadow: none;
}

.btn01 i {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.mainph {
  position: absolute;
  right: 0;
  z-index: 2;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .mainph {
    max-width: 400px;
  }
}

@media screen and (max-width: 1180px) {
  .mainph {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .mainph {
    display: block;
    width: 47%;
  }
}

.ja {
  font-family: "Yu Mincho Demibold", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
}

.main_text {
  position: absolute;
  right: 1%;
  z-index: 2;
  bottom: -3%;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 70px #fff;
  font-size: 36px;
  font-weight: normal;
  color: #39523f;
  padding-top: 40px;
  width: 400px;
  text-align: right;
}

.main_text .post {
  position: absolute;
  top: 0;
  right: 1%;
  font-size: 18px;
  color: #fff;
  text-shadow: none;
}

.smaller {
  font-size: 36px;
}

@media screen and (max-width: 767px) {
  .smaller {
    font-size: 5.5vw;
  }
}

.marker {
  background: linear-gradient(transparent 70%, #faf155 100%);
  font-weight: bold;
}

@media screen and (max-width: 1180px) {
  .main_text {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .main_text {
    display: block;
    font-size: 24px;
    padding-top: 28px;
  }
  .main_text .post {
    position: absolute;
    top: 0;
    right: 1%;
    font-size: 13px;
    color: #fff;
    text-shadow: none;
  }
}

.sec001 {
  text-align: center;
  margin: 0 auto 60px;
  max-width: 1000px;
  padding: 10px 50px 0px;
}

@media screen and (max-width: 767px) {
  .sec001 {
    margin-bottom: 30px;
    padding: 10px 15px 0;
  }
}

.sec001 img {
  width: 100%;
}

.sec001 p.leed01 {
  font-size: 30px;
  font-weight: bold;
  color: #39523f;
  margin-bottom: 20px;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .sec001 p.leed01 {
    width: 100%;
    font-size: 17px;
  }
}

.sec001 p.leed02 {
  font-size: 36px;
  margin-bottom: 70px;
  font-weight: bold;
  color: #d42250;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .sec001 p.leed02 {
    width: 100%;
    font-size: 17px;
    margin-bottom: 25px;
  }
}

.sec001 p.leed03 {
  font-size: 36px;
  font-weight: bold;
  color: #39523f;
  margin-top: 20px;
  line-height: 1.75;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .sec001 p.leed03 {
    font-size: 17px;
    margin-top: 0;
  }
}

.sec002 {
  width: 100%;
  background: #39523f;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sec002 {
    padding: 70px 0;
  }
}

@media screen and (max-width: 767px) {
  .sec002 {
    padding: 35px 0 20px;
  }
}

.sec002 .inner {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .sec002 .inner {
    max-width: 1200px;
  }
}

@media screen and (max-width: 767px) {
  .sec002 .inner {
    width: 93%;
    padding: 0 15px;
  }
}

.sec002 h3 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .sec002 h3 {
    font-size: 18px;
  }
}

.sec002 p.leed21 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .sec002 p.leed21 {
    font-size: 12px;
    margin-bottom: 40px;
  }
}

.sec002 .works {
  width: 100%;
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .sec002 .works {
    margin: 0;
    padding: 0;
  }
}

.sec002 .works li {
  width: 280px;
  background: #fff;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .sec002 .works li {
    width: 47%;
  }
}

.sec002 .works li img {
  margin-top: -20px;
  margin-left: -5px;
}

@media screen and (max-width: 767px) {
  .sec002 .works li img {
    margin-top: -8%;
    margin-left: -2%;
    width: 102% !important;
    max-width: none !important;
  }
}

.sec002 .works li div {
  padding: 25px 27px 35px;
  font-size: 18px;
  line-height: 1.75;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .sec002 .works li div {
    padding: 15px 4% 25px;
    font-size: 13px;
  }
}

.sec002 .works li div span {
  color: #777;
  display: block;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .sec002 .works li div span {
    font-size: 11px;
  }
}

.sec002 .graphBox {
  background: #fff;
  padding: 10px 15px 25px;
}

@media screen and (max-width: 767px) {
  .sec002 .graphBox {
    padding: 20px 5px 15px;
  }
}

.sec002 .graphBox img {
  width: 100%;
}

.sec002 .graphBox p {
  color: #d42250;
  font-weight: bold;
  margin-top: 10px;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .sec002 .graphBox p {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 769px) and (max-width: 879px) {
  .sec002 .works {
    justify-content: space-around;
  }
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto 70px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .slider {
    margin-bottom: 40px;
  }
}

.slider_item {
  background: #fff;
  text-align: left;
  line-height: 1.5;
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .slider_item {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .slider_item {
    min-height: 70px;
    vertical-align: middle;
  }
}

.slider_item span {
  display: inline-block;
  height: 100%;
  padding: 30px 20px 20px;
  min-height: 70px;
}

@media screen and (max-width: 767px) {
  .slider_item span {
    padding: 20px 13px 10px;
  }
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin: 0 10px;
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #A1F090;
  border-right: 2px solid #95DA87;
  height: 15px;
  width: 15px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
  padding: 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 3px;
  height: 9px;
  display: block;
  border-radius: 50%;
  background: #fff;
  border: none;
}

.slick-dots .slick-active button {
  background: #6EBB29;
}

.sec003 {
  text-align: center;
  padding: 20px 20px 175px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sec003 {
    padding: 25px 4%;
  }
}

.sec003 .inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sec003 .inner .btn01 {
    width: 100%;
    margin: 0;
  }
}

.sec003 .inner .triangle {
  width: 90px;
}

@media screen and (max-width: 767px) {
  .sec003 .inner .triangle {
    width: 60px;
  }
}

.sec003 .inner p.txt01 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.75;
  color: #39523f;
  margin: 0;
  margin-top: 65px;
}

@media screen and (max-width: 767px) {
  .sec003 .inner p.txt01 {
    font-size: 15px;
    margin-top: 50px;
  }
}

.sec003 .inner h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.75;
  color: #39523f;
  margin: 0;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .sec003 .inner h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.sec003 .inner p.txt02 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.75;
  color: #39523f;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .sec003 .inner p.txt02 {
    font-size: 21px;
  }
}

.sec003 .inner .listBox {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

.sec003 .inner .listBox .imgbox {
  flex: 0 1 48%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.sec003 .inner .listBox .imgbox img {
  width: 100%;
}

.sec003 .inner .listBox ul {
  flex: 0 1 48%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background: rgba(234, 249, 252, 0.85);
  padding: 50px 50px 40px;
  margin-left: -40px;
}

@media screen and (max-width: 767px) {
  .sec003 .inner .listBox ul {
    margin-left: 0;
    padding: 28px 20px 15px;
  }
}

.sec003 .inner .listBox ul li {
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  padding: 0 0 0px 40px;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .sec003 .inner .listBox ul li {
    font-size: 16px;
    padding-left: 28px;
  }
}

.sec003 .inner .listBox ul li span {
  position: absolute;
  top: 4px;
  left: 0;
  width: 25px;
  height: 28px;
  background-image: url(../images/check.png);
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .sec003 .inner .listBox ul li span {
    width: 16px;
    height: 18px;
    top: 3px;
  }
}

@media screen and (max-width: 767px) {
  .sec003 .inner .listBox {
    display: block;
  }
}

.sec004 {
  background: #77A16E;
  padding: 75px 20px 80px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .sec004 {
    padding: 35px 4% 35px;
  }
}

.sec004 .sec004_title {
  font-size: 22px;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec004 .sec004_title {
    font-size: 18px;
  }
}

.sec004 .sec004_title span {
  display: block;
  position: absolute;
  top: -70px;
  font-size: 80px;
  color: rgba(255, 255, 255, 0.3);
  font-family: 'Secular One', sans-serif;
}

@media screen and (max-width: 767px) {
  .sec004 .sec004_title span {
    font-size: 60px;
    top: -50px;
  }
}

.sec004 .inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sec004 .inner {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sec004 .inner .img_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .sec004 .inner img.ph001 {
    position: absolute;
    right: 0;
    top: -150px;
    top: 60%;
    transform: translateY(-50%);
    width: 300px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }
}

@media screen and (max-width: 767px) {
  .sec004 .inner img.ph001 {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .sec004 .inner img.sp {
    display: block;
    margin: 20px auto;
    flex: 0 1 35%;
  }
}

.sec004 h3 {
  font-size: 36px;
  font-weight: bold;
  margin: 45px 0 45px 0;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .sec004 h3 {
    font-size: 17px;
    margin: 0;
    margin-bottom: 15px;
    flex: 0 0 52%;
  }
}

.sec004 h3 span {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .sec004 h3 span {
    font-size: 13px;
  }
}

.sec004 p {
  font-size: 18px;
  line-height: 1.75;
  max-width: 770px;
}

@media screen and (max-width: 767px) {
  .sec004 p {
    width: 100%;
    font-size: 13px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1207px) {
  .sec004 h3,
  .sec004 .txt {
    width: 57%;
  }
}

@media screen and (max-width: 1020px) {
  .sec004 h3,
  .sec004 .txt {
    width: 100%;
  }
  .sec004 img.ph001 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sec004 img.ph001sp {
    display: block;
    width: 100%;
    height: auto;
    margin: 30px 0 30px;
  }
}

.sec005 {
  padding: 80px 20px 100px;
  background: #39523f;
  text-align: center;
  color: #fff;
}

.sec005 .position {
  position: relative;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .sec005 .position {
    padding-bottom: 16px;
  }
}

.sec005 .sml {
  position: absolute;
  right: 3%;
  bottom: 0;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .sec005 .sml {
    font-size: 9px;
  }
}

@media screen and (max-width: 767px) {
  .sec005 {
    padding: 35px 4% 50px;
  }
}

.sec005 .inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sec005 .inner {
    width: 100%;
  }
}

.sec005 .leefBox {
  max-width: 813px;
  font-size: 36px;
  max-height: 153px;
  margin: 0 auto 50px;
  line-height: 2;
  position: relative;
  font-weight: bold;
  padding: 0px 0 0;
}

@media screen and (max-width: 767px) {
  .sec005 .leefBox {
    width: 100%;
    font-size: 4.2vw;
    padding: 0 0 0%;
    margin: 0 auto 20px;
    line-height: 2.3;
  }
}

.sec005 .leefBox:before {
  background: url(../images/leaf001.png) 0 0 no-repeat;
  background-size: cover;
  content: '';
  display: block;
  width: 90px;
  height: 170px;
  position: absolute;
  top: -10px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .sec005 .leefBox:before {
    width: 8vw;
    height: 16vw;
    top: 0px;
  }
}

.sec005 .leefBox:after {
  background: url(../images/leaf002.png) 0 0 no-repeat;
  background-size: cover;
  content: '';
  display: block;
  width: 90px;
  height: 170px;
  position: absolute;
  top: -10px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .sec005 .leefBox:after {
    width: 8vw;
    height: 16vw;
    top: 0px;
  }
}

.sec005 h4 {
  background: url(../images/ribbon.png) 0 0 no-repeat;
  background-size: cover;
  width: 732px;
  height: 91px;
  margin: 50px auto 45px;
  text-align: center;
  font-size: 24px;
  line-height: 78px;
}

@media screen and (max-width: 767px) {
  .sec005 h4 {
    width: 100%;
    height: auto;
    margin: 0px auto 20px;
    font-size: 4vw;
    padding: 3% 0 5%;
    line-height: 1;
  }
}

.sec005 ul {
  display: flex;
  justify-content: space-between;
  max-width: 916px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .sec005 ul {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
}

.sec005 ul li {
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .sec005 ul li {
    max-width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .sec005 ul li {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sec005 ul li img {
    width: 65%;
  }
}

.sec005 ul li h5 {
  font-size: 20px;
  margin: 20px 0 24px;
}

@media screen and (max-width: 767px) {
  .sec005 ul li h5 {
    font-size: 15px;
    margin: 15px 0 20px;
  }
}

.sec005 ul li p {
  font-size: 16px;
  text-align: left;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .sec005 ul li p {
    font-size: 14px;
    margin-bottom: 35px;
  }
}

.sec005 p.leed51 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .sec005 p.leed51 {
    font-size: 12px;
    margin-bottom: 40px;
  }
}

.sec005 h3 {
  font-size: 36px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .sec005 h3 {
    font-size: 18px;
    margin-bottom: 7px;
  }
}

.sec006 {
  text-align: center;
  padding: 60px 20px 90px;
}

@media screen and (max-width: 767px) {
  .sec006 {
    padding: 35px 4% 40px;
  }
}

.sec006 .inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sec006 .inner {
    width: 100%;
  }
}

.sec006 .inner h2 {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .sec006 .inner h2 {
    font-size: 16px;
    margin-bottom: 18px;
  }
}

.sec006 iframe {
  width: 100%;
  max-width: 800px;
}

form {
  background: #fff;
  max-width: 850px;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 70px 10px 30px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  form {
    padding: 30px;
  }
}

form h3 {
  background: #39523f;
  color: #fff;
  font-size: 24px;
  padding: 20px;
  border-radius: 8px 8px 0 0;
}

.formBody {
  width: 100%;
  max-width: 760px;
  margin: 0 auto 20px;
  text-align: left;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .formBody {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .formBody {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .formBody dl {
    width: 100%;
    margin: 0 auto 0px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
}

.formBody dt {
  width: 25%;
  max-width: 260px;
  line-height: 1.7;
  background: #fff;
  padding: 15px 10px;
  border-radius: 4px 4px;
}

@media screen and (max-width: 767px) {
  .formBody dt {
    width: 100%;
    font-size: 13px;
    padding: 5px 0;
  }
}

.formBody dt span {
  font-size: 10px;
  font-weight: bold;
  background: #D52250;
  color: #fff;
  padding: 3px 5px;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .formBody dt span {
    font-size: 10px;
    padding: 2px 4px;
  }
}

.formBody dd {
  width: 70%;
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .formBody dd {
    max-width: 440px;
  }
}

@media screen and (max-width: 767px) {
  .formBody dd {
    width: 100%;
    font-size: 13px;
    margin-left: 0;
  }
}

.formBody dd input.txt,
.formBody textarea {
  border: none;
  width: 100%;
  height: 60%;
  background: #f7f7f7;
  padding: 8px;
  border-radius: 4px 4px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .formBody dd input.txt,
  .formBody textarea {
    width: 97%;
  }
}

.formBody .form_date {
  border: none;
  height: 60%;
  background: #f7f7f7;
  padding: 8px;
  width: 10%;
  border-radius: 4px 4px;
  font-size: 16px;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .formBody .form_date {
    width: 15%;
  }
}

.formBody textarea {
  height: 200px;
}

.checkbox {
  margin-bottom: 10px;
}

.end-message {
  display: none;
}

.false-message {
  display: none;
}

.sec007 {
  text-align: center;
  padding: 60px 0 90px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .sec007 {
    padding: 35px 4% 60px;
  }
}

.sec007 .inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sec007 .inner {
    width: 100%;
  }
}

.sec007 .inner h2 {
  margin-bottom: 70px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .sec007 .inner h2 {
    margin: 0px 0 25px;
    font-size: 18px;
  }
}

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}

.accordion-area li {
  margin: 10px 0;
}

.accordion-area section {
  border: 2px solid #6EBB29;
}

@media screen and (max-width: 767px) {
  .accordion-area section {
    padding: 0;
  }
}

/*アコーディオンタイトル*/
.title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 20px;
  font-weight: normal;
  font-weight: bold;
  text-align: left;
  padding: 10px 10px 10px 50px;
  transition: all .5s ease;
  color: #77A16E;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .title {
    font-size: 15px;
    line-height: 1.3;
    margin: 10px auto;
  }
}

/*アイコンの＋と×*/
.title::before,
.title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #77A16E;
}

.title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}

.title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.title.close::before {
  transform: rotate(45deg);
}

.title.close::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;
  /*はじめは非表示*/
  background: #f3f3f3;
  margin: 0 3% 15px;
  padding: 10px 10px 10px 25px;
  text-align: left;
  font-size: 18px;
  color: #39523f;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .box {
    font-size: 14px;
  }
}

footer {
  width: 100%;
  background: #39523f;
  text-align: center;
  padding: 30px 0;
  color: #fff;
}

footer .inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  footer .inner {
    width: 100%;
  }
}

.footer_logo {
  background: #fff;
  text-align: center;
  color: #39523f;
  font-size: 13px;
  padding-bottom: 20px;
}

.footer_logo p {
  margin: 5px 0 0;
}

.footer_logo img {
  width: 100px;
  margin-bottom: 10px;
}

#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #39523f;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: background-color 0.4s;
  font-size: 24px;
}

#page-top a:hover {
  border: solid 1px #077918;
  background: #fff;
  color: #077918;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}

.sp_header {
  display: none;
  z-index: 133;
}

@media screen and (max-width: 1140px) {
  .sp_header {
    display: block;
    position: fixed;
    top: 15px;
    right: 20px;
  }
}

.openbtn6 {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  background: #39523f;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

/*ボタン内側*/
.openbtn6 span {
  display: inline-block;
  transition: all .4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
}

.openbtn6 span:nth-of-type(1) {
  top: 15px;
  width: 45%;
}

.openbtn6 span:nth-of-type(2) {
  top: 23px;
  width: 35%;
}

.openbtn6 span:nth-of-type(3) {
  top: 31px;
  width: 20%;
}

/*activeクラスが付与されると線が回転して×になる*/
.openbtn6.active {
  background: #fff;
}

.openbtn6.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-135deg);
  width: 30%;
  background: #39523f;
}

.openbtn6.active span:nth-of-type(2) {
  opacity: 0;
  background: #39523f;
}

.openbtn6.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(135deg);
  width: 30%;
  background: #39523f;
}

.sp_header_menu nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #077918;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 122;
  opacity: 0;
}

.sp_header_menu nav .inner {
  box-sizing: content-box;
  width: 100%;
  max-width: 300px;
  padding: 25px 0px;
}

.sp_header_menu nav .inner ul li {
  width: 100%;
  position: relative;
  margin: 0;
  padding-left: 15px;
}

.sp_header_menu nav .inner ul li a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}

.sp_header_menu nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sp_header_menu nav .inner ul .nav_contact {
  text-align: center;
  padding: 0;
}

.sp_header_menu nav .inner ul .nav_contact a {
  height: 100%;
  border-radius: 50px;
  background: #fff;
  color: #077918;
  padding: 20px 40px;
  text-align: center;
}

.sp_header_menu nav .inner ul .nav_contact a:hover {
  background: #077918;
  color: #fff;
  border: 1px solid #fff;
}

.open nav {
  left: 0;
  opacity: 1;
}

#mask {
  display: none;
  transition: all .5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
  z-index: 111;
}

.gnavi .li a {
  /*線の基点とするためrelativeを指定*/
  position: relative;
}

.gnavi .li a::after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -5px;
  left: 0;
  /*線の形状*/
  width: 100%;
  height: 1px;
  background: #39523f;
  /*アニメーションの指定*/
  transition: all .3s;
  transform: scale(0, 1);
  /*X方向0、Y方向1*/
  transform-origin: center top;
  /*上部中央基点*/
}

/*現在地とhoverの設定*/
.gnavi .li.current a::after,
.gnavi .li a:hover::after {
  transform: scale(1, 1);
}

.sp_gnavi .li a::after {
  background: #fff;
}

.sp_menu .nav_contact a {
  display: inline-block;
  background: #fff;
  width: 250px;
  margin: 10px 0 0 !important;
  text-align: center;
  border: 2px solid #077918;
  border-radius: 5px;
  padding: 15px 0px;
  border-radius: 50px;
  color: #077918 !important;
}

.sp_menu .nav_contact a:hover {
  opacity: .7;
}
/*# sourceMappingURL=style.css.map */