@charset "UTF-8";

.home #contents>.inner {
  /* トップページ幅 100% */
  width: 100%;
  max-width: 100%;
}

.topinner {
  /* コンテンツは1000pxに */
  width: 1200px;
  margin: 0 auto;
  max-width: 96%;
}

/* tinyMCE用に見出しをリセット */
.home h3,
.home h4,
.home h5 {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

.home h3::before,
.home h3::after,
.home h4::before,
.home h4::after,
.home h5::before,
.home h5::after {
  display: none;
}

/*==========================
flex設定
==========================*/
@media screen and (min-width: 768px) {
  .columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .columns.jcsb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .columns.jcs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .columns.jcc {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }

  .columns.jce {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .columns.ais {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .columns.aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns.aie {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .columns.reverse {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .columns.col2 {
    gap: 0 40px;
  }

  .columns.col2>* {
    width: calc((100% - 40px)/2);
  }

  .columns.col3 {
    gap: 0 40px;
  }

  .columns.col3>* {
    width: calc((100% - 80px)/3);
  }

  .columns.col4 {
    gap: 0 24px;
  }

  .columns.col4>* {
    width: calc((100% - 72px)/4);
  }
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .columns.col2 {
    gap: 0 30px;
  }

  .columns.col2>* {
    width: calc((100% - 30px)/2);
  }

  .columns.col3 {
    gap: 0 15px;
  }

  .columns.col3>* {
    width: calc((100% - 30px)/3);
  }

  .columns.col4 {
    gap: 0 10px;
  }

  .columns.col4>* {
    width: calc((100% - 30px)/4);
  }
}

@media (max-width : 767px) {
  .sp_columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    gap: 0 10px;
  }

  .sp_columns.col2>*,
  .sp_columns.col3>*,
  .sp_columns.col4>*,
  .sp_columns.col5>*,
  .sp_columns.col6>* {
    width: calc((100% - 10px) / 2);
  }
}

/*==========================
	　mainimage
==========================*/
.mainimage {
  position: relative;
}

.main_copy {
  position: absolute;
  bottom: 8%;
  left: 3%;
  width: 961px;
  max-width: 50%;
}

/*-- スライダーの時 ------------*/
.slider {}

.slick-slide img {
  margin: 0 auto;
}

button.slick-arrow {
  /* 矢印ボタン */
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 16px;
  text-indent: -9px;
  z-index: 1;
}

button.slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}

button.slick-prev {
  /* 矢印（前へ）ボタン */
  background: url(img/btn_prev.png) no-repeat;
  left: 18%;
  margin-left: -16px;
}

button.slick-next {
  /* 矢印（次へ）ボタン */
  background: url(img/btn_next.png) no-repeat;
  right: 18%;
  margin-right: -16px;
}
@media screen and (min-width: 768px) {
.mainimage img{
  padding-left: 80px;
}
}
@media screen and (max-width: 1650px) {
  button.slick-prev {
    left: 13.7%;
  }

  button.slick-next {
    right: 13.7%;
  }
}

@media screen and (max-width: 1400px) {
  button.slick-prev {
    left: 8%;
  }

  button.slick-next {
    right: 8%;
  }
}

@media screen and (min-width: 1200px) {
  .slick-track {}

  .mainimage .slick-slide:not(.slick-center) {
    /* 前と次の画像を半透明に */
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
  }
}

/*==========================
	新着情報
==========================*/
.sec_news .news {
  margin-bottom: clamp(40px, 25.437px + 3.883vw, 100px);
  position: relative;
  align-items: center;
}

/* 新着情報見出し */
.home .sec_news h3 {
  color: #77bf85;
  font-size: 50px;
  margin-bottom: 20px;
  vertical-align: bottom;
  text-align: left;
}

.sec_news h3:first-letter {
  color: #609b53;
}

.sec_news h3 .subtext {
  font-size: 20px;
  color: #333333;
  display: block;
  margin-top: 10px;
  font-weight: 500;
}

.sec_news h3 img {
  margin-bottom: 10px;
}

/* 一覧へボタン */
.sec_news .btn-style a {
  width: 170px;
}

/* -------------------------------追加 */
.sec_news .news .btn a::after {
  content: '';
  position: absolute;
  top: 40%;
  right: 5%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sec_news .news dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  overflow: hidden;
}

.sec_news .news dt {
  padding: 5px 10px 5px 0;
  width: 120px;
  display: inline-block;
  box-sizing: border-box;
}

.sec_news .news dd {
  display: inline-block;
  width: calc(100% - 120px);
  padding: 5px 10px 5px 0px;
  box-sizing: border-box;
  position: relative;
}

.sec_news .news dd:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -120px;
  margin: 0 auto;
  width: 1200px;
  height: 1px;
  border-bottom: dashed 1px #77bf85;
}

/* -------------------------------ここまで */
/* 新着情報 */
.sec_news .news dl {
  line-height: 1.3;
}

.sec_news .news dt {
  margin-bottom: 18px;
  color: #77bf85;
  padding: 0 20px;
}

.sec_news .news dd {
  margin-bottom: 18px;
  padding: 0 20px 15px;
}

.sec_news .news dd a {
  text-decoration: none;
  color: #333;
}

.sec_news .news dd a:hover {
  color: #77bf85;
}

/*==========================
	汎用に使えるボタン
==========================*/
.btn-style {
  text-align: center;
}

.btn-style a {
  color: #fff;
  background: #77bf85;
  width: 300px;
  max-width: 100%;
  padding: 20px 40px 20px 20px;
  text-align: center;
  border-radius: 100px;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  box-sizing: border-box;
  font-size: 16px;
  position: relative;
  box-shadow: 0 0 10px #ddd;
}

.btn-style a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  left: auto;
  margin: 0 auto;
  width: 17px;
  height: 5px;
  background: url("img/btn_arrow.png")no-repeat center / cover;
}

.btn-style a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

.under .btn-style a {
  width: auto;
  min-width: 280px;
  color: #fff;
	text-decoration: none;
}

/*==========================
	loopSlider　無限ループスライダー
==========================*/
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 400px;
  overflow: hidden;
  position: absolute;
}

.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 400px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.loopSlider ul {
  height: 400px;
  float: left;
  overflow: hidden;
}

.loopSlider ul li {
  width: 400px;
  height: 400px;
  float: left;
  display: inline;
  overflow: hidden;
}

/*==========================
	　TOP コンテンツ
==========================*/
.top .mainblock a {
  text-decoration: none;
}

.shadow {
  -webkit-filter: drop-shadow(0 0 10px #ddd);
  -moz-filter: drop-shadow(0 0 10px #ddd);
  -ms-filter: drop-shadow(0 0 10px #ddd);
  filter: drop-shadow(0 0 10px #ddd);
}

section {
  padding: 100px 0;
}

section .btn-style:last-child {
  margin-bottom: 0;
}

.home h2 {
  position: relative;
  font-size: 46px;
  color: #333;
  margin-bottom: 60px;
  text-align: center;
}

.home h2 .subtext {
  color: #77bf85;
  display: block;
  font-size: 26px;
  margin-bottom: 10px;
}

.home h3 {
  font-size: 30px;
  margin-bottom: 25px;
}

.sec01 {
  padding-bottom: 0;
}

/*
.sec02 {
  background: url(img/bg_img001.jpg) no-repeat center center /cover;
}
.sec02 .sec_title {
  font-size: 18px;
  line-height: 1;
  margin: 30px 0 14px;
  position: relative;
  padding-left: 17px;
}
.sec02 .sec_title:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 7px;
  height: 17px;
  border-radius: 3px;
  background: #77bf85;
}

.sec02 .columns {
  max-width: calc(1200px + ((100vw - 1200px)/2));
  margin-left: auto;
}

.sec02 h3 {
  padding-left: 30px;
  position: relative;
}

.sec02 h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 4px solid #77bf85;
}

.sec02 h3.green:before {
  border-color: #77bf85;
}

*/

.sec02 {
  padding-bottom: 0;
}
.sec02 .sec_title {
  font-size: 18px;
  line-height: 1;
  margin: 15px 0 14px;
  position: relative;
  padding-left: 17px;
}
.sec02 .sec_title:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 7px;
  height: 17px;
  border-radius: 3px;
  background: #77bf85;
}

.sec02 .columns {
  background: #faf9f4;
}

.sec02 h3 {
  padding-left: 30px;
  position: relative;
}

.sec02 h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 4px solid #55aeec;
}

.sec02 h3.green:before {
  border-color: #77bf85;
}

.sec03 {
  background: url("img/sec03_bg.jpg")no-repeat center/ cover;
}

.sec03 h2 {
  text-align: left;
  margin-bottom: 40px;
  font-size: 36px;
  letter-spacing: 0.2em;
}

.sec03 h2 .color01 {
  font-size: 46px;
  position: relative;
  padding-bottom: 5px;
  letter-spacing: 0.2em;
}

.sec03 h2 .color01:before,
.sec03 h2 .color01:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #77bf85;
}

.sec03 h2 .color01:after {
  bottom: 4px;
}

.sec03 h2 .dot {
  position: relative;
}

.sec03 h2 .dot:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -0.2em;
  right: 0;
  margin: 0 auto;
  width: 7px;
  height: 7px;
  background: #77bf85;
  border-radius: 7px;
}

.sec04 {
}

.sec04 .column {
  background: #fff;
  border: 4px solid #cae9d0;
  border-radius: 20px;
  padding: 35px 10px;
  box-shadow: 0 0 20px rgba(0,0,0,.1);
}

.sec04 figure+p {
  font-size: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 110px;
  line-height: 1.4;
  margin-bottom: 0;
}

.sec04 .btn-style a {
  width: 290px;
  padding: 15px 40px 15px 20px;
  background: #77bf85;
}

.sec04 .btn-style {
  margin-bottom: 0
}

.sec04 .btn-style+.btn-style {
  margin-top: 10px;
}

.sec04 .pink {
  border-color: #ffdce4;
  width: 530px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.sec04 .pink p:first-child {
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
}

.sec04 .pink .btn-style a {
  width: 290px;
  max-width: 100%;
  background: #ffa8bc;
}

.sec04 .pink .btn-style a:after {
  height: 11px;
  width: 15px;
  background: url("img/btn_blank.png")no-repeat center / cover;
}

.sec05 {
  background: linear-gradient(to bottom, #f3faf4 0, #f3faf4 400px, #fff 400px, #fff 100%);
}
@media ( min-width : 768px ) {
  .sec05 {
    padding-bottom: 150px;
  }
}

.sec05 h3 {
  position: relative;
  display: table;
  margin: 0 auto 60px;
  padding: 10px 30px 10px 120px;
  font-size: 36px;
  color: #77bf85;
}

.sec05 h3:before,
.sec05 h3:after {
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  margin: 0 auto;
  width: 1px;
  height: 40px;
  border-left: 2px solid #77bf85;
}

.sec05 h3:before {
  left: 0;
  transform: rotate(-30deg);
}

.sec05 h3:after {
  right: 0;
  transform: rotate(30deg);
}

.tab_btn {
  display: block;
}

.tab_btn.active {}

.tab_item_wrap {}

.tab_item {
  display: none;
}

.tab_item.active {
  display: block;
}

.tab_btn_wrap {
  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;
}

.tab_btn {
  color: #fff;
  text-align: center;
  font-size: 26px;
  border-radius: 20px 20px 0 0;
  padding: 10px;
  width: 280px;
  max-width: 24%;
}

.tab_btn:not(:first-child) {
  margin-left: 1%;
}

.tab_btn:hover {
  cursor: pointer;
}

.tab_btn.active {
  position: relative;
}

.tab_btn.active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border: solid 7px transparent;
}

.tab_item {
  padding: 45px 4%;
  background: #fff;
  border-radius: 30px;
}

.tab_item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
}

.tab_item ul li {
  display: block;
}

.tab_item ul li a {
  width: 100%;
  height: 70px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 40px 5px 20px;
  box-shadow: 0 4px 0 rgba(0,0,0,.1);
}

.tab_btn {
  background: #77bf85;
  font-family: "Zen Maru Gothic", sans-serif;
}

.tab_item {
  border: 1px solid #77bf85;
}

.tab_btn {
  color: #333;
  background: #fff;
  border: 1px solid #77bf85;
  transform: translateY(1px);
}

.tab_btn.active {
  color: #fff;
  background: #609b53;
  border-color: #609b53;
}

.tab_btn.active:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -25px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 25px solid #609b53;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  transition: .2s;
}

.tab_item ul li a {
  background: #77bf85 url("img/tab01_btn_bg.png")no-repeat center;
}

.sec06 {
  background: #faf9f4;
position:relative;
}

.sec06 .cont01 h3,
.sec06 .cont02 h3 {
  font-size: 36px;
  padding-left: 120px;
  letter-spacing: 0.05em;
    align-items: flex-start;
    justify-content: center;
    min-height: 100px;
    display: flex;
    flex-direction: column;

}
.sec06 .cont01 h3 .sub,
.sec06 .cont02 h3 .sub{
  font-size: calc(30 / 36 * 1em);

}
.sec06 .cont01 h3 {
  background: url("img/feat01.png")no-repeat center left;
}

.sec06 .cont02 h3 {
  background: url("img/feat02.png")no-repeat center left;
}


.sec06 .cont03 h3 {
  background: url("img/feat03.png")no-repeat center left;
}

.sec06 .cont04 h3 {
  background: url("img/feat04.png")no-repeat center left;
}



.sec06 .cont05 h3 {
  background: url("img/feat05.png")no-repeat center left;
}

.sec06 .cont06 h3 {
  background: url("img/feat06.png")no-repeat center left;
}




.sec06 .cont01 {
  padding: 90px 20px 90px 0;
  background: url("img/sec06_bg01.png")no-repeat right top;
}

.sec06 .cont02 {
  padding: 90px 0 90px 20px;
  background: url("img/sec06_bg02.png")no-repeat left top;
}

.sec07 {
  background: url(img/bg_img003.jpg) no-repeat top center /auto;
}

.sec07 .cont01 {
  margin-bottom: 40px;
}

@media ( min-width : 768px ) {
  .sec07 .cont01 {
    margin-bottom: 100px;
  }
  .sec07 .text_box {
    width: 56%;
  }
  .sec07 .img_box {
    width: calc(44% - 20px);
    position: relative;
  }
  .sec07 .img_box:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: calc((100vw - 1200px)/2);
    height: 100%;
    background: url(/wp-content/uploads/icon.png) no-repeat center center /cover;
    transition: .2s;
  }
  .sec07 .img_box {
  }
  .sec07 .img_box:after {
  }
}

.sec07 .img_box p.name {
  position: absolute;
  top: 480px;
  right: 120px;
  font-size: 30px;
  line-height: 1.4;
  text-align: right;
  font-weight: normal;
}

.sec07 .img_box p.name .text-small {
  font-size: 20px;
  margin-right: 1em;
}

.sec07 .img_box .color01 {
  font-size: 16px;
  display: block;
}
.sec07 .img_box p.btn-style {
  position: absolute;
  top: 480px;
}
.sec07 p.btn-style a{
  background:#ffbc29;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.sec07 .cont02 h3 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 20px;
  margin-top: 90px;
  margin-bottom: 55px;
}

.sec07 .cont02 h3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 20px;
  height: 4px;
  background: #77bf85;
}

.sec07 .bnr_wrap {
  margin: 60px 0 0;
}



.sec07 .bnr_wrap .h3_greeting{
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 20px;
  margin-top: 90px;
  margin-bottom: 55px;
}

.sec07 .bnr_wrap .h3_greeting:after {
content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 4px;
    background: #77bf85;
}

.sec07 .bnr_wrap .h3_greeting:before{
content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin: auto;
    width: 25px;
    height: 25px;
    border-top: 4px solid #77bf85;
    border-right: 4px solid #77bf85;
    transform: translate(0, -100%) rotate(135deg);
    transition: 0.2s;
}
.sec07 .bnr_wrap .h3_greeting.open:before{
transform: translate(0, -40%) rotate(-45deg);
}
@media ( max-width : 767px ) {
  .sec07 .bnr_wrap .h3_greeting {
    margin: 0 0 20px;
  }
.sec07 .bnr_wrap .h3_greeting:before{
    width: 20px;
    height: 20px;
}
}


@media ( max-width : 767px ) {
  .sec07 .bnr_wrap {
    padding: 20px;
    border-radius: 20px;
    margin: 30px 0 0;
  }
}

.sec07 .text_box p {
  line-height: 2;
}

/********************************
	Responsive
*********************************/
@media screen and (min-width: 768px) {
  .news .title_box {
    width: 210px;
    border-right: 1px solid #ccc;
  }

  .news .scroll {
    width: calc(100% - 240px);
  }
/*
  .sec02 .columns .img_box {
    width: 60%;
    max-width: calc((100% - 615px));
  }

  .sec02 .columns .text_box {
    width: 40%;
    min-width: 615px;
  }

  .sec02 .text_box {
    padding: 70px 20px 70px 70px;
  }

  .sec02 .text_wrap {
    width: 520px;
    max-width: 100%;
  }

  .sec02 .cont02 .img_box {
    background: url("img/about_bnr001.jpg")no-repeat center right/ cover;
  }

  .sec02 .reverse .text_box {
    padding: 50px;
   
    background: #fff;
    border-radius: 40px 0 0 40px;
  }
*/

  .sec02 .columns>* {
    width: 50%;
  }

  .sec02 .text_box {
    padding: 70px 20px 70px 70px;
  }

  .sec02 .text_wrap {
    width: 520px;
    max-width: 100%;
  }

  .sec02 .cont01 .img_box {
    background: url("img/sec02_img01.jpg")no-repeat center right/ cover;
  }

  .sec02 .cont02 .img_box {
    background: url("img/sec02_img02.jpg")no-repeat center right/ cover;
  }

  .sec02 .reverse .text_box {
    padding: 70px 70px 70px 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .sec04 .columns.col3 {
    gap: 50px;
  }
  
  .sec04 .columns.col3>*:not(.pink) {
    width: calc((100% - 100px)/3);
  }

  .sec05 .columns.col3 {
    gap: 30px 35px;
  }

  .sec05 .columns.col3>* {
    width: calc((100% - 75px)/3);
  }

  .sec06 .text_wrap {
    width: 580px;
    max-width: 100%;
  }

  .sec06 .reverse .text_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .sec06 .columns.col3 {
    gap: 24px;
  }

  .sec06 .columns.col3>* {
    width: calc((100% - 48px)/3);
  }

  .sec07 .cont01 .columns.col2 {
    gap: 0 20px;
  }

  .sec07 .columns.col3 {
    gap: 30px 35px;
  }

  .sec07 .columns.col3>* {
        text-align: center;
    width: calc((100% - 70px)/3);
  }

  .sec07 .cont01 .img_box figure {
    position: relative;
  }

  .sec07 .cont01 .img_box figure:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: auto;
    right: calc(-1 * (((100vw - 1200px)/2)) + 3px);
    left: auto;
    margin: auto;
    width: calc(((100vw - 1200px)/2) + 3px);
    height: 93%;
    background: #f4faf5;
  }
}


@media screen and (min-width: 768px) and (max-width: 1239px) {
  .sec_news .news dt {
    margin-bottom: 5px;
  }

  .sec_news .news dd {
    width: 100%;
  }

  /* -------------------------- */
  section {
    padding: 70px 0;
  }
/*
  .sec02 .text_box,
  .sec02 .reverse .text_box {
    padding: 30px 20px;
  }

  .sec02 .cont01 .img_box {
    background-position: left;
  }

  .sec02 .cont02 .img_box {
    background-position: right;
  }

  .sec02 h3 {
    font-size: 24px;
  }
*/

  .sec02 .text_box,
  .sec02 .reverse .text_box {
    padding: 30px 20px;
  }

  .sec02 .cont01 .img_box {
    background-position: left;
  }

  .sec02 .cont02 .img_box {
    background-position: right;
  }

  .sec02 h3 {
    font-size: 24px;
  }

  .sec04 .columns.col3>*:not(.pink) {
    width: calc((100% - 100px)/3);
  }

  .sec04 .pink {
    width: 482px;
  }

  .tab_btn {
    font-size: 22px;
  }

  .sec06 .columns.col2>* {
    width: 100%;
  }

  .sec06 .text_box {
    padding: 20px;
  }

  .sec07 .columns.col3 {
    gap: 30px;
  }

  .sec07 .columns.col3>* {
    width: calc((100% - 60px)/3);
  }
  
  .sec07 .cont01 .img_box figure:after {
    right: -20px;
    width: 20px;
    height: 93%;
  }
}

@media screen and (max-width: 1239px) {

  /*コンテンツが横幅いっぱいになったら*/
  /* -------------------------------追加 */
  .sec_news .news dt {
    width: 100%;
    border-bottom: none;
    padding: 15px 0 5px;
    margin-bottom: 0;
  }

  .sec_news .news dd {
    width: 100%;
    display: block;
    padding: 0px 0 15px;
    margin-bottom: 0;
  }

  /* -------------------------------ここまで */
}

@media screen and (max-width: 1050px) {
  .sec05 .columns.col3 {
    gap: 30px 35px;
  }

  .sec05 .columns.col3>* {
    width: calc((100% - 75px)/2);
  }
}

@media screen and (max-width: 767px) {

  /* スマホ */
  .topinner {
    width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .main_copy {
    width: 650px;
    max-width: 86%;
  }

  /*==========================
	新着情報
==========================*/
  #main .news {
    position: relative;
  }

  #main .news .btn {
    right: 5px;
    top: 10px;
  }

  #main .news .btn a {
    font-size: 12px;
  }

  /*==========================
	loop
==========================*/
  .loopSlider {
    height: 200px;
  }

  .loopSlider ul {
    height: 200px;
  }

  .loopSlider ul li {
    width: 200px;
    height: 200px;
  }

  /*==========================
	　TOP コンテンツ
==========================*/
section {padding: 30px 0;}

.news .btn-style{
    position:absolute;
    top:50px;
    right:0;
}
.news .btn-style a{
    padding:10px 40px 10px 20px
}

.home h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
.home h2 .subtext{
   font-size:20px;
}
.home h3 {
    font-size: 22px;
    margin-bottom: 20px;
}
.sec02 .text_box{
  padding:20px 4%;
}

  .sec03{
background:url("img/sp_sec03_bg.jpg")no-repeat center / cover;}
.sec03 h2{
    font-size:24px;
    text-align:center;
    margin-top:20px;
}
.sec03 h2 .color01{
    font-size:32px;
}
  .sec04 {
}
  .sec04 .columns{
   gap:10px;
}
.sec04 .column{
   padding:15px 10px;
}
.sec04 figure+p{
   font-size: 20px;
   height: 4em;
}
.sec04 .btn-style a{
   padding: 15px 10px;
}
.sec04 .column:not(.pink) .btn-style a:after{
   bottom: 8px;
   top:auto;
   transform: none;
}
.sec04 .let{
   letter-spacing: -4px;
}
.sec04 .pink{
   gap:10px 0;
}
.sec04 .pink p:first-child{
   font-size:20px;
}

.sec05 h3 {
   font-size:26px;
   padding-left:90px;
background-size:50px;}
.tab_btn{
   max-width:30%;
   font-size:18px;
   line-height:1.2;
   display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.tab_item{
   padding:20px;
   border-radius:10px;
}
.sec05 .columns.col3{
   gap:10px;
}
.sec05 .columns.col3>*{
   width:calc((100% - 10px)/2);
}
.sec05 .btn-style a{
padding:5px 10px;
   height:3.6em;
}
.sec05 .btn-style a:after{
   bottom: 8px;
   top:auto;
   transform: none;
}
.sec05 .btn-style.wide{
   width:100%;
}
.sec06 .cont01 h3, .sec06 .cont02 h3{
   font-size:22px;
   background-size:60px;
   padding-left:70px;
   margin-top:20px;

}
.sec06 .cont01,
.sec06 .cont02{padding:20px 4%;margin-bottom: 20px;background-size: 90%;}
.sec06 .sp_columns{
  gap: 10px;
}
.sec07 {
}
.sec07 .text_box {
  
}
.sec07 .cont02 h3 {
   margin:30px 0;
}
.sec07 .cont02 li{
   text-align:center;
}
.sec07 .cont02 .columns.col2 li + li{
   margin-top:15px;
}
.sec07 .cont02 .columns.col3{
   gap:10px;
}

}

@media screen and (max-width: 480px) {
  /* スマホ480px */
}

@media screen and (max-width: 320px) {
  /* スマホ320px */
}

/* ---------------------------------------------追加 */
/*==========================
	リンクボックス
==========================*/
.link_box {
  position: relative;
  transition: .3s;
}

.link_box:hover {
  opacity: .7;
}

.link_box>*:last-child {
  margin: 0;
}

.link_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.link_box a span.link {
  display: none;
}

@media (max-width : 767px) {
  .link_btn a {
    margin: 0 auto 10px;
    font-size: 14px !important;
  }

  .link_btn.btns a {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
  }
}

/*==========================
画像位置
==========================*/
.mainimage img,
figure img {
  vertical-align: middle;
}


/*==========================
	　ボタン
==========================*/
@media screen and (min-width: 768px) {
  .btn-style.left {
    text-align: left;
  }

  .btn-style.right {
    text-align: right;
  }
}

/*==========================
	　アニメーション
==========================*/
.animated.at01 {
  animation-delay: 0.4s;
}

.animated.at02 {
  animation-delay: 0.8s;
}

@media (min-width : 768px) {
  .reverse .at01 {
    animation-delay: 0.8s;
  }

  .reverse .at02 {
    animation-delay: 0.4s;
  }
}

.sec_explanation {
  padding: 0 0 clamp(40px, 25.437px + 3.883vw, 100px);
}
.sec_explanation .topinner {
  border-top: 1px solid #77bf85;
  border-bottom: 1px solid #77bf85;
  padding: clamp(20px, 15.146px + 1.294vw, 40px) 15px;
}
.sec_explanation h2 {
  font-size: clamp(22px, 21.029px + 0.259vw, 26px);
  font-size: clamp(18px, 1.8vw, 26px);
  position: relative;
  padding-bottom: clamp(10px, 7.573px + 0.647vw, 20px);
  margin-bottom: clamp(10px, 7.573px + 0.647vw, 20px);
}
.sec_explanation h2:after {
  content: "";
  width: 44px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #77bf85;
}
.sec_explanation h2.no_border {
  padding: 0;
  margin: 0;
}
.sec_explanation h2.no_border:after {
  content: none;
}
.sec_explanation .txt_wrap p:last-child {
  margin-bottom: 0;
}

@media ( min-width : 768px ) {
  .sec_explanation .txt_wrap p {
    text-align: center;
    line-height: 2;
  }
}

@media ( min-width : 1225px ) {
  .pcbr02 {
    display: block!important;
  }
}
@media ( max-width : 767px ) {
  .spbr {
    display: block!important;
  }
}

.footer .sec_title {
  font-size: 18px;
  line-height: 1;
  margin: 40px 0 15px;
  position: relative;
  padding-left: 17px;
}
.footer .sec_title:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 7px;
  height: 17px;
  border-radius: 3px;
  background: #77bf85;
}
.green_btn a {
  border-radius: 20px;
  background: #77bf85;
}


.sec08 {
  background: url(img/bg_img002.jpg) no-repeat center center/cover;
  position: relative;
  padding-top: 110px;
  padding-bottom: 80px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .sec08 {
    margin-top: 0;
    padding-top: 130px;
    padding-bottom: 160px;
  }
}
.sec06  .h2_feature {
  position: absolute;
  top: -70px;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .sec06 .h2_feature {
    position:unset;
  }
}
.sec06 .h2_feature .sub_en {
  color: #609b53;
  border-radius: 4px;
  background: #fff;
  display: table;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 auto;
  padding: 12px 25px 15px;
  font-size: 18px;
  transform: translateY(10px);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .sec06 .h2_feature .sub_en {
    font-size: 16px;
  }
}
.sec06  .h2_feature .main_jp {
  display: table;
  color: #fff;
  margin: 0 auto;
  padding: 12px 30px 15px;
  background: #609b53;
  border-radius: 10px;
  letter-spacing: 0.1em;
  font-size: clamp(22px, 3vw, 46px);
}
@media (max-width: 767px) {
  .sec06 .h2_feature .main_jp {
    padding: 12px 20px 15px;
  }
}
.sec08 .feature_block {
  width: 1200px;
  max-width: 96%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .sec08 .feature_block {
    display: block;
  }
}
@media (min-width: 768px) {
  .sec08 .feature_block .img_wrap {
    width: 50%;
  }
}
.sec08 .feature_block .txt_wrap {
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
  position: relative;
  margin: 15px 0 0;
}
@media (min-width: 768px) {
  .sec08 .feature_block .txt_wrap {
    margin: 0;
    padding: 60px 5px 60px 0;
    border-radius: 40px 0 0 40px;
    width: 50%;
    transform: translate(-60px, 60px);
  }
}
.sec08 .feature_block .txt_wrap:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 5px;
  height: 100%;
  background: #fff;
}
@media (max-width: 767px) {
  .sec08 .feature_block .txt_wrap:after {
    content: none !important;
  }
}
.sec08 .feature_block .txt_wrap:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: calc(-1 * ((100vw - 1200px) / 2 + 60px));
  left: auto;
  margin: auto;
  width: calc((100vw - 1200px) / 2 + 60px);
  height: 100%;
  background: url(img/feature_box_bg002.jpg) no-repeat left center/auto;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
}
@media (min-width: 1800px) {
  .sec08 .feature_block .txt_wrap:before {
    background-size: cover;
  }
}
@media (max-width: 1240px) {
  .sec08 .feature_block .txt_wrap:before {
    width: calc(4% + 60px);
    right: calc(-1 * (4% + 60px));
    background: #fff;
  }
}
@media (max-width: 767px) {
  .sec08 .feature_block .txt_wrap:before {
    content: none !important;
  }
}
.sec08 .feature_block .txt_wrap .num {
  position: absolute;
  z-index: 3;
  top: -1em;
  left: 16%;
  color: #77bf85;
  letter-spacing: 0.05em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 100px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .sec08 .feature_block .txt_wrap .num {
    position: relative;
    top: 0;
    left: 0;
    font-size: 40px;
    line-height: 1;
    margin: 0 0 10px;
  }
}
.sec08 .feature_block .txt_wrap .h3_feature {
  font-size: clamp(22px, 2.2vw, 30px);
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .sec08 .feature_block .txt_wrap .h3_feature {
    transform: translate(60px);
  }
}
@media (min-width: 1000px) {
  .sec08 .feature_block .txt_wrap .h3_feature {
    white-space: nowrap;
  }
}
.sec08 .feature_block .txt_wrap .h3_feature .sub {
  display: block;
  font-size: clamp(18px, 1.8vw, 24px);
}
@media (max-width: 767px) {
  .sec08 .feature_block .txt_wrap .h3_feature .sub {
    font-size: 18px;
  }
}
.sec08 .feature_block .txt_wrap .desc {
  margin: 0 0 35px;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .sec08 .feature_block .txt_wrap .desc {
    transform: translate(60px);
  }
}
@media (max-width: 767px) {
  .sec08 .feature_block .txt_wrap .desc {
    margin: 0 0 20px;
  }
}
.sec08 .feature_block .txt_wrap .btn-style {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .sec08 .feature_block .txt_wrap .btn-style {
    transform: translate(60px);
    text-align: left;
  }
}
.sec08 .feature_block .txt_wrap .btn-style a {
  margin: 0;
}
.sec08 .feature_block.reverse {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .sec08 .feature_block.reverse .txt_wrap {
    padding: 60px 0 60px 5px;
    border-radius: 0 40px 40px 0;
    transform: translate(60px, 60px);
  }
}
.sec08 .feature_block.reverse .txt_wrap:after {
  right: auto;
  left: 0;
}
.sec08 .feature_block.reverse .txt_wrap:before {
  right: auto;
  left: calc(-1 * ((100vw - 1200px) / 2 + 60px));
  background: url(img/feature_box_bg001.jpg) no-repeat right center/auto;
}
@media (min-width: 1800px) {
  .sec08 .feature_block.reverse .txt_wrap:before {
    background-size: cover;
  }
}
@media (max-width: 1240px) {
  .sec08 .feature_block.reverse .txt_wrap:before {
    left: calc(-1 * (4% + 60px));
    background: #fff;
  }
}
@media (min-width: 768px) {
  .sec08 .feature_block.reverse .txt_wrap .num {
    left: -60px;
  }
}
@media (min-width: 768px) {
  .sec08 .feature_block.reverse .txt_wrap .h3_feature {
    transform: translate(-60px);
  }
}
@media (min-width: 768px) {
  .sec08 .feature_block.reverse .txt_wrap .desc {
    transform: translate(-60px);
  }
}
@media (min-width: 768px) {
  .sec08 .feature_block.reverse .txt_wrap .btn-style {
    transform: translate(-60px);
  }
}
.sec08 .feature_block:not(:last-child) {
  margin-bottom: 130px;
}
@media (max-width: 767px) {
  .sec08 .feature_block:not(:last-child) {
    margin-bottom: 30px;
  }
}