/*
* fontawesomeセット
* content:'\○○○';
* font: var(--fa-font-solid);
*/

.inner{
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
}
body.hide{
  overflow: hidden;
}
@media screen and (min-width: 1069px){
  .pcnone{
    display: none;
  }
}
@media screen and (min-width: 569px) and (max-width: 1068px){
  .tabnone{
    display: none;
  }
}
@media screen and (max-width: 568px){
  .spnone{
    display: none;
  }
}
/*=====================================
*
*header
*
=======================================*/
header{
  background: #fff;
}
header .header_top{
  padding: 10px 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
header .header_top .left{
  display: flex;
  justify-content: flex-start;
}
header .header_top .left .logo{
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header_top .left .logo img{
  height: 47px;
  width: auto;
}
header .header_top .left .jpx{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
}
header .header_top .left .jpx img{
  margin-right: 6px;
}
header .header_top .right .header_btn{
}
header .header_top .right .header_btn ol{
  display: flex;
  justify-content: flex-end;
}
header .header_top .right .header_btn ol li{
  width: 200px;
  margin-left: 20px;
}
header .header_top .right .header_btn ol li a{
  background: #42A051;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 13px 20px;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 100px;
  transition: ease all .4s;
}
header .header_top .right .header_btn ol li:last-child a{
  background: #dac21b;
}
header .header_top .right .header_btn ol li a:hover{
  opacity: .7;
}
header .Gmenu{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  width: 100%;
  margin: 15px auto;
  padding: 0 20px;
}
header .Gmenu li a{
  color: #333;
  font-size: 18px;
	transition: ease all .4s;
}
header .Gmenu li a:hover{
	opacity: .7;
}
.campaign_label a{
  display: block;
  text-align: center;
  padding: 10px;
  background: #dac21b;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.fixed_campaign{
	z-index: 3;
	position: fixed;
	right: 20px;
	bottom: 40px;
	opacity: 0;
	pointer-events: none;
	transition: ease all .4s;
}
.fixed_campaign.active{
	opacity: 1;
	pointer-events: all;
}
.fixed_campaign a{
	background: #dac21b;
	color: #fff;
	text-align: center;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 180px;
	border-radius: 10px;
	font-size: 17px;
	transition: ease all .4s;
}
.fixed_campaign a:hover{
	opacity: .7;
}
@media screen and (max-width:1260px){
  header .header_top .left .jpx{
    font-size: 12px;
  }
  header .header_top .right .header_btn ol li a{
    font-size: 20px;
  }
  .mv .mv_flex .text h1{
    font-size: 35px;
  }
  .mv .mv_flex .text h1 span{
    font-size: 40px;
  }
}
@media screen and (max-width:1068px){
  header .header_top .right .header_btn ol li{
    width: 180px;
  }
}
@media screen and (max-width:968px){
  header .header_top .right .header_btn ol li {
    width: 140px;
  }
  header .header_top .right .header_btn ol li a {
    font-size: 16px;
  }
  header .Gmenu{
    margin: 10px auto;
  }
  header .Gmenu li a{
    font-size: 16px;
  }
}
@media screen and (min-width:769px){
  header .spbtn,
  header .spmenu{
    display: none;
  }
}
@media screen and (max-width:768px){
  main{
    margin-top: 60px;
  }
  header .header_top{
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    padding: 0 20px;
    z-index: 3;
    height: 60px;
  }
  header .header_top .left .jpx img{
    height: 60px;
  }
  header .header_top .spbtn{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2a9243;
    position: relative;
    flex-wrap: wrap;
    left: 20px;
    padding: 15px;
  }
  header .header_top .spbtn span{
    display: block;
    background: #fff;
    height: 2px;
    width: 100%;
    position: relative;
    top: 0;
    transition: ease all .4s;
  }
  header .header_top .spbtn.active span:nth-child(1){
    transform: rotate(45deg);
    top: 10px;
  }
  header .header_top .spbtn.active span:nth-child(2){
    transform: rotate(-45deg);
    top: 0;
  }
  header .header_top .spbtn.active span:nth-child(3){
    opacity: 0;
  }
  header .header_top .left .logo{
    margin-right: 10px;
  }
  header .header_top .left .logo img{
    height: auto;
    width: 100px;
  }
  header .header_top .right .header_btn{
    display: none;
  }
  header > .menu-global-container{
    display: none;
  }
  header .spmenu{
    position: fixed;
    right: 0;
    top: 60px;
    background: #0c3f18e0;
    z-index: 99;
    transform: translateX(100%);
    opacity: 0;
    width: 100%;
    height: calc(100% - 60px);
    transition: ease all .4s;
    overflow: scroll;
  }
  header .spmenu.active{
    transform: translateX(0);
    opacity: 1;
  }
  header .spmenu .Gmenu{
    display: block;
  }
  header .spmenu .Gmenu li a{
    color: #fff;
    padding: 20px 10px;
    display: block;
    border-bottom: 1px solid #fff;
  }
  header .spmenu .header_btn{

  }
  header .spmenu .header_btn ol li{
    padding: 20px;
  }
  header .spmenu .header_btn ol li a{
    display: block;
    border-radius: 500px;
    border: 1px solid #fff;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: relative;
  }
  header .spmenu .header_btn ol li a::before {
    content: '\f054';
    font: var(--fa-font-solid);
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
  }
}
@media screen and (max-width:568px){
	.fixed_campaign a{
		width: 33vw;
		height: 33vw;
		font-size: 3vw;
	}
	.fixed_campaign{
		right: 10px;
		bottom: 10px;
	}
}
/*=====================================
*
*front
*
=======================================*/
.front_title{
  background: #57ac35;
  text-align: center;
  color: #fff;
  padding: 40px;
  position: relative;
  margin-bottom: 60px;
}
.front_title::before{
  content: '';
  border: 40px solid transparent;
  border-top: 20px solid #57ac35;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
.front_title .sub{
  font-size: 25px;
  font-weight: 400;
}
.front_title h2{
  font-weight: bold;
  font-size: 40px;
}
@media screen and (max-width:1260px){
  .front_title h2{
    font-size: 30px;
  }
  .front_title .sub{
    font-size: 18px;
  }
}
@media screen and (max-width:768px){
  .front_title{
    padding: 20px;
  }
  .front_title .sub {
    font-size: 14px;
  }
  .front_title h2 {
    font-size: 25px;
  }
}
@media screen and (max-width:568px){
  .front_title h2 {
    font-size: 23px;
  }
}

/*=====================================
*mv
=======================================*/
.mv{
  position: relative;
  overflow: hidden;
}
.mv .mv_flex{
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
}
.mv .mv_flex .image{
  max-width: 70%;
}
.mv .mv_flex .text{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 1440px;
  width: 100%;
  padding: 0 20px;
  z-index: 2;
}
.mv .mv_flex .text h1{
  font-weight: bold;
  font-size: 50px;
  color: #333;
  display: inline-block;
}
.mv .mv_flex .text h1 .bottom{
  transform: translateX(50%);
}
.mv .mv_flex .text h1 span{
  color: #1f7d3b;
  font-size: 55px;
}
.mv .mv_flex .text .sub{
  color: #444;
  margin: 20px auto;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.8;
}
.mv .mv_flex .text .btn{
	margin: 20px auto;
}
.mv .mv_flex .text .btn:last-child{
	margin-bottom: 0;
}
.mv .mv_flex .text .btn:last-child a{
	background: #dac21b;
}
.mv .mv_flex .text .btn a{
  max-width: 500px;
  width: 100%;
  background: #2a9243;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  line-height: 1;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 500px;
	transition: ease all .4s;
}
.mv .mv_flex .text .btn a::before{
  content: '\f054';
  font: var(--fa-font-solid);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}
.mv .mv_flex .text .btn a:hover{
	opacity: .7;
}
@media screen and (max-width:1260px){
  .mv .mv_flex .text h1{
    font-size: 35px;
  }
  .mv .mv_flex .text h1 span{
    font-size: 40px;
  }
  .mv .mv_flex .text .sub{
    font-size: 16px;
    margin: 40px auto;
  }
  .mv .mv_flex .text .btn a{
    max-width: 440px;
    font-size: 18px;
  }
}
@media screen and (max-width:1068px){
  .mv .mv_flex .image {
    max-width: 65%;
  }
  .mv .mv_flex .text .sub{
    margin: 20px auto;
  }
}
@media screen and (max-width:968px){
  .mv .mv_flex{
    position: relative;
  }
  .mv .mv_flex::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #fff, #ffffffb3, #ffffff7d, transparent, transparent);
    z-index: 2;
  }
  .mv .mv_flex .image {
    max-width: 90%;
  }
  .mv .mv_flex .image img{
    position: relative;
    left: 10%;
  }
  .mv .mv_flex .text .sub{
    font-size: 14px;
  }
  .mv .mv_flex .text .btn a{
    width: 400px;
  }
}
@media screen and (max-width:768px){
  .campaign_label a{
    font-size: 14px;
  }
  .mv .mv_flex {
    height: 68vw;
  }
  .mv .mv_flex::before{
    display: none;
  }
  .mv .mv_flex .image {
    max-width: 100%;
  }
  .mv .mv_flex .image img {
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    max-width: max-content;
  }
  .mv .mv_flex .text{
    width: calc(100% - 20px);
    padding: 20px 10px;
    z-index: 2;
    background: #ffffffb0;
    text-align: center;
  }
  .mv .mv_flex .text h1{
    font-size: 25px;
  }
  .mv .mv_flex .text h1 .top,
  .mv .mv_flex .text h1 .bottom{
    display: inline-block;
    transform: none;
  }
  .mv .mv_flex .text h1 span{
    font-size: 30px;
  }
  .mv .mv_flex .text .btn a {
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
  }
}
@media screen and (max-width:568px){
  .mv .mv_flex {
    height: 85vw;
  }
  .mv .mv_flex .text .sub {
    font-size: 12px;
  }
  .mv .mv_flex .text .btn a{
    font-size: 14px;
    padding: 15px;
  }
	.mv .mv_flex .text .btn a::before{
		right: 10px;
		font-size: 14px;
	}
}
/*=====================================
*section1
=======================================*/
.sec1_title{
  margin: 60px auto;
}
.sec1_title h2{
  text-align: center;
  font-weight: bold;
  font-size: 35px;
}
.sec1_logo{
  margin: 60px auto;
}
.sec1_logo ol{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec1_logo ol li{
	width: 30%;
	text-align: center;
}
.sec1_logo ol li img{
	max-height: 60px;
}
.sec1_title02{
  margin: 80px auto 40px;
  text-align: center;
}
.sec1_title02 .sub{
  color: #555;
  font-size: 18px;
}
.sec1_title02 h2{
  font-weight: bold;
  font-size: 35px;
  color: #2b9243;
}
.sec1_list{

}
.sec1_list ol{
  display: flex;
  justify-content: space-between;
}
.sec1_list ol li{
  width: 30%;
  margin-right: 5%;
}
.sec1_list ol li:last-child{
  margin-right: 0;
}
.sec1_list ol li .title{
  font-size: 20px;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  background: #57ac35;
  position: relative;
  line-height: 1;
  color: #fff;
  margin-bottom: 30px;
}
.sec1_list ol li .title::before{
  content: '';
  border: 10px solid transparent;
  border-top: 10px solid #57ac35;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
.sec1_list ol li .text{
  text-align: center;
}
.sec1_list ol li .text .text_title{
  font-size: 18px;
  font-weight: bold;
  margin: 20px auto;
}
.sec1_list ol li .text p{
  line-height: 1.8;
  color: #666;
}
@media screen and (max-width:1260px){
  .sec1_title h2,
  .sec1_title02 h2{
    font-size: 30px;
  }
  .sec1_title02 .sub{
    font-size: 16px;
  }
  .sec1_logo ol li{
    width: 24%;
  }
  .sec1_list ol li .title{
    font-size: 17px;
    padding: 15px 10px;
  }
  .sec1_list ol li .text .text_title{
    font-size: 16px;
  }
  .sec1_list ol li .text p{
    font-size: 14px;
  }
  .section02 .center_text{
    font-size: 16px;
  }
}
@media screen and (max-width:768px){
  .sec1_title02 .sub {
    font-size: 13px;
  }
  .sec1_title h2,
  .sec1_title02 h2{
    font-size: 25px;
  }
  .sec1_list ol{
    display: block;
  }
  .sec1_list ol li {
    width: 100%;
    margin: 40px auto;
    text-align: center;
  }
}
/*=====================================
*section2
=======================================*/
.section02{
  margin: 80px auto 0;
  position: relative;
  background: #f3f6ec;
  overflow: hidden;
}
.section02 .center_text{
  margin: 20px auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
}
.section02 .video_area{
  display: inline-block;
  margin: 40px auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 40px 100px;
}
.section02 .video_area .frame{
  border: 2px solid #2d8740;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section02 .video_area .frame .left{
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-25%, -25%);
  background: #f3f6ec;
  padding: 10px;
}
.section02 .video_area .frame .right{
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(25%, 25%);
  background: #f3f6ec;
  padding: 10px;
}
.section02 .video_area h3{
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  color: #2d8740;
  position: relative;
  top: -5px;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  display: inline-block;
  background: #f3f6ec;
  padding: 0 15px;
}
.section02 .video_area .video_contents{
	position: relative;
}
.section02 .video_area .video_contents video{
  width: 600px;
	margin: 0 auto;
    display: block;
}
.section02 .sec2_inner{
  margin: 80px auto;
  position: relative;
  border-radius: 20px;
  background: #fff;
  padding: 40px 20px;
}
.section02 .sec2_inner .sec2_inner_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row-reverse;
}
.section02 .sec2_inner .sec2_inner_flex.re{
  flex-flow: inherit;
}
.section02 .sec2_inner .sec2_inner_flex .image{
  width: 430px;
	text-align: center;
}
.section02 .sec2_inner .sec2_inner_flex .text{
  max-width: 580px;
}
.section02 .sec2_inner .sec2_inner_flex .text .point{
  padding: 8px 25px;
  line-height: 1;
  font-size: 18px;
  color: #fff;
  background: #3e9a52;
  border-radius: 200px;
  display: inline-block;
  font-weight: 400;
}
.section02 .sec2_inner .sec2_inner_flex .text .point span{
  font-size: 20px;
}
.section02 .sec2_inner .sec2_inner_flex .text h3{
  margin: 20px auto;
  font-weight: bold;
  font-size: 23px;
}
.section02 .sec2_inner .sec2_inner_flex .text h3 span{
  font-size: 28px;
  color: #3e9a52;
}
.section02 .sec2_inner .sec2_inner_flex .text p{
  color: #666;
  line-height: 1.8;
}
.section02 .sec2_inner .sec2_inner_flex .text p span{
  font-size: 14px;
}
.section02 .sec2_inner .sec2_inner_flex .text .text_link{
  margin-top: 10px;
}
.section02 .sec2_inner .sec2_inner_flex .text .text_link a{
  color: #333;
  text-decoration: underline;
  transition: ease all .4s;
}
.section02 .sec2_inner .sec2_inner_flex .text .text_link a:hover{
  opacity: .7;
}
@media screen and (max-width:1260px){
  .section02 .video_area h3{
    font-size: 25px;
  }
  .section02 .video_area{
    width: 100%;
    padding: 40px;
  }
  .section02 .video_area .video_contents{
    margin: 0 auto;
  }
  .section02 .video_area .frame .left,
  .section02 .video_area .frame .right{
    width: 60px;
  }
}
@media screen and (max-width:968px){
  .section02 .sec2_inner .sec2_inner_flex{
    display: block;
  }
  .section02 .sec2_inner .sec2_inner_flex .image{
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .section02 .sec2_inner .sec2_inner_flex .text{
    max-width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width:768px){
  .section02 .center_text{
    font-size: 16px;
  }
  .section02 .video_area .video_contents video{
    width: 100%;
  }
  .section02 .sec2_inner .sec2_inner_flex .text h3{
    font-size: 20px;
  }
  .section02 .sec2_inner .sec2_inner_flex .text h3 span{
    font-size: 23px;
  }
  .section02 .video_area h3 {
    font-size: 16px;
  }
  .section02 .video_area .frame .left,
  .section02 .video_area .frame .right{
    width: 50px;
    padding: 5px;
  }
  .section02 .video_area{
    padding: 40px 20px;
  }
  .section02 .sec2_inner{
    margin: 40px auto;
  }
}

/*=====================================
*section3
=======================================*/
.section03{

}
.section03 .center_image{
  text-align: center;
  margin: 40px auto 80px;
}

/*=====================================
*section4
=======================================*/
.section04{

}
.section04 .sec4_list{
  margin: 40px auto;
}
.section04 .sec4_list ol{
  display: flex;
  justify-content: space-between;
}
.section04 .sec4_list ol li{
  width: 32%;
  max-width: 320px;
  margin-right: 2%;
}
.section04 .sec4_list ol li:last-child{
  margin-right: 0;
}
.section04 .sec4_list ol li .title{
  font-weight: bold;
  text-align: center;
  font-size: 23px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.section04 h3{
  text-align: center;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 35px;
  margin: 70px auto 40px;
}
.section04 h3::before{
  content: '';
  display: block;
  width: 150px;
  height: 3px;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translate(-100%,-50%);
  background: #57ac35;
}
.section04 h3::after{
  content: '';
  display: block;
  width: 150px;
  height: 3px;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translate(100%,-50%);
  background: #57ac35;
}
.section04 .note{
  text-align: right;
  font-size: 16px;
  color: #333;
}
.section04 .sec4_table{
  margin: 40px auto 80px;
  width: 100%;
}
.section04 .sec4_table table{
  background: #f8f9f1;
  width: 100%;
}
.section04 .sec4_table table .bg_none{
  background: none;
  border: 1px solid #72a84e;
}
.section04 .sec4_table table .bg_w{
  background: #fff;
}
.section04 .sec4_table table th{
  border-right: 1px solid #fff;
  padding: 20px;
  vertical-align: middle;
  background: #72a84e;
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}
.section04 .sec4_table table th:last-child{
  border-right: 1px solid #72a84e;
}
.section04 .sec4_table table th.bg_w{
  border: 1px solid #72a84e;
}
.section04 .sec4_table table th img{
  height: 47px;
}
.section04 .sec4_table table td{
  border: 1px solid #72a84e;
  padding: 20px;
  text-align: center;
  font-size: 45px;
  color: #72a84e;
  vertical-align: middle;
  line-height: 1;
}
.section04 .sec4_table table td span{
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.section04 .sec4_table table tr:nth-child(4) td{
  padding: 10px 20px;
  line-height: 1.2;
}
.section04 .sec4_table table td.first{
  background: #72a84e;
  font-weight: 500;
  font-size: 25px;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-align: left;
}
.section04 .sec4_table table tr:last-child td.first{
  border-bottom: 1px solid #72a84e;
}
@media screen and (max-width:1260px){
  .section04 .sec4_list ol li .title{
    font-size: 20px;
  }
  .section04 .sec4_table table th{
    padding: 10px;
  }
  .section04 .sec4_table table th img{
    width: 150px;
    height: auto;
  }
  .section04 .sec4_table table tr:nth-child(4) td{
    padding: 10px;
  }
  .section04 .sec4_table table td.first{
    padding: 10px;
    font-size: 20px;
  }
  .section04 .sec4_table table td span{
    font-size: 14px;
  }
  .section04 h3{
    font-size: 25px;
  }
}
@media screen and (max-width:968px){
  .section04 .sec4_table table th img {
    width: 120px;
  }
}
@media screen and (max-width:768px){
  .section04 h3{
    font-size: 20px;
  }
  .section04 h3::before{
    width: 40px;
    height: 2px;
    left: -15px;
  }
  .section04 h3::after{
    width: 40px;
    height: 2px;
    right: -15px;
  }
  .section04 .sec4_list ol{
    display: block;
  }
  .section04 .sec4_list ol li,
  .section04 .sec4_list ol li:last-child{
    width: 100%;
    margin: 40px auto;
  }
  .section04 .sec4_list ol li .title{
    height: auto;
  }
  .section04 .sec4_table{
    width: 100%;
    overflow-x: scroll;
  }
  .section04 .sec4_table table{
    width: 720px;
  }
  .section04 .sec4_table table td{
    padding: 10px;
    font-size: 30px;
  }
  .section04 .sec4_table table td.first{
    font-size: 16px;
  }
}

/*=====================================
*section5
=======================================*/
.section05{
  position: relative;
}
.section05 .sec5_list{
  margin: 40px auto 80px;
  padding: 0 30px;
  position: relative;
}
.section05 .sec5_list ol li{
  padding: 20px;
  background: #f2f5ea;
}
.section05 .sec5_list ol li .image{
  position: relative;
  overflow: hidden;
  height: 180px;
  width: 100%;
}
.section05 .sec5_list ol li .image img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.section05 .sec5_list ol li .title{
  font-weight: bold;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 50px;
  margin: 30px auto;
}
.section05 .sec5_list ol li .company{
  font-size: 16px;
  text-align: center;
  margin: 20px auto;
}
.section05 .sec5_list ol li .company a{
	color: #333;
	transition: ease all .4s;
}
.section05 .sec5_list ol li .company a:hover{
	opacity: .7;
}
.section05 .sec5_list ol li .staff{
  text-align: center;
  color: #666;
}
.section05 .sec5_list .splide__arrow--prev{
  left: 0;
  background: none;
}
.section05 .sec5_list .splide__arrow--next{
  right: 0;
  background: none;
}
.section05 .sec5_list .splide__arrow svg{
  fill: #57ac35;
  height: 2em;
  width: 2em;
}
.section05 .pick{
  text-align: center;
  position: relative;
  font-weight: bold;
  font-size: 30px;
  color: #2d823e;
  display: inline-block;
  margin: 40px auto;
  left: 50%;
  transform: translateX(-50%);
}
.section05 .pick::before{
  content: '';
  display: block;
  height: 100%;
  width: 3px;
  background: #2d823e;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%) skew(25deg);
}
.section05 .pick::after{
  content: '';
  display: block;
  height: 100%;
  width: 3px;
  background: #2d823e;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%) skew(-25deg);
}
@media screen and (max-width:768px){
  .section05 .sec5_list ol li{
    padding: 10px;
  }
  .section05 .sec5_list ol li .title{
    height: auto;
    margin: 10px auto;
  }  
  .section05 .pick{
    font-size: 18px;
  }
  .section05 .pick::before{
    left: -15px;
  }
  .section05 .pick::after{
    right: -15px;
  }
}
@media screen and (max-width:568px){ 
  .section05 .pick::before{
    left: -25px;
  }
  .section05 .pick::after{
    right: -25px;
  }
}
/*=====================================
*section6
=======================================*/
.section06{
  
}
.section06 .sec6_list{
  margin: 120px auto 80px;
}
.section06 .sec6_list ol{
  display: flex;
  justify-content: space-between;
}
.section06 .sec6_list ol li{
  max-width: 320px;
  width: 32%;
  margin-right: 2%;
  background: #f2f5ea;
  padding: 20px;
  padding-top: 50px;
  position: relative;
}
.section06 .sec6_list ol li:last-child{
  margin-right: 0;
}
.section06 .sec6_list ol li .profile{
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
.section06 .sec6_list ol li .profile .name{
  margin-left: 20px;
  font-weight: 600;
  font-size: 18px;
  color: #327e42;
}
.section06 .sec6_list ol li .title{
  font-weight: 600;
  font-size: 16px;
  color: #333;
  margin: 10px auto;
	display: flex;
	align-items: center;
	height: 50px;
}
.section06 .sec6_list ol li .text{
    line-height: 1.8;
    color: #555;
    font-size: 14px;
}
@media screen and (max-width:968px){
  .section06 .sec6_list ol li .profile .name{
    margin-left: 0;
  }
  .section06 .sec6_list ol li .text{
    font-size: 14px;
  }
}
@media screen and (max-width:768px){
  .section06 .sec6_list ol{
    display: block;
  }
  .section06 .sec6_list ol li,
  .section06 .sec6_list ol li:last-child{
    width: 100%;
    margin: 80px auto;
  }
}
/*=====================================
*section7
=======================================*/
.section07{

}
.section07 .faq_list{
  margin: 40px auto 80px;
}
.section07 .faq_list ol{

}
.section07 .faq_list ol li{
  margin: 0 auto;
}
.section07 .faq_list ol li:not(.section07 .faq_list ol li:nth-child(1),.section07 .faq_list ol li:nth-child(2),.section07 .faq_list ol li:nth-child(3),.section07 .faq_list ol li:nth-child(4)){
	display: none;
}
.section07 .faq_list ol li .question{
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  font-weight: bold;
  padding: 25px 65px;
  position: relative;
  transition: ease all .4s;
}
.section07 .faq_list ol li .question:hover{
  cursor: pointer;
  opacity: .7;
}
.section07 .faq_list ol li .question::before{
  content: 'Q';
  font-weight: bold;
  font-size: 40px;
  color: #57ac35;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.section07 .faq_list ol li .answer{
  background: #fafafa;
  padding: 40px 20px;
  line-height: 1.8;
  font-size: 16px;
  display: none;
}
.section07 .faq_list .more{
  margin: 60px auto;
  max-width: 280px;
  width: 100%;
  display: block;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #333;
  text-align: center;
  font-size: 18px;
  padding: 15px;
  color: #333;
  transition: ease all .4s;
}
.section07 .faq_list .more:hover{
  opacity: .7;
	cursor: pointer;
}
@media screen and (max-width:968px){
  .section07 .faq_list ol li .question{
    font-size: 18px;
    padding-right: 20px;
  }
  .section07 .faq_list ol li .answer{
    padding: 20px;
  }
}
@media screen and (max-width:768px){
  .section07 .faq_list ol li .question {
    font-size: 15px;
    padding: 25px 55px;
    padding-right: 10px;
  }
  .section07 .faq_list ol li .question::before{
    left: 10px;
  }
  .section07 .faq_list ol li .answer {
    padding: 15px;
    font-size: 14px;
  }
}
/*=====================================
*section8
=======================================*/
.section08{

}
.section08 .news_list{
  margin: 40px auto 80px;
}
.section08 .news_list ol li{
  background: #fbfbfb;
}
.section08 .news_list ol li:nth-child(2n){
  background: #fff;
}
.section08 .news_list ol li:not(.section08 .news_list ol li:nth-child(1),.section08 .news_list ol li:nth-child(2),.section08 .news_list ol li:nth-child(3),.section08 .news_list ol li:nth-child(4)){
	display: none;
}
.section08 .news_list ol li a{
  color: #333;
  display: block;
  padding: 20px;
  font-size: 16px;
	transition: ease all .4s;
}
.section08 .news_list ol li a:hover{
	opacity: .7;
}
.section08 .news_list ol li a .date{
  font-size: 14px;
  margin-right: 40px;
}
.section08 .news_list .more{
  margin: 60px auto;
  max-width: 280px;
  width: 100%;
  display: block;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #333;
  text-align: center;
  font-size: 18px;
  padding: 15px;
  color: #333;
  transition: ease all .4s;
}
.section08 .news_list .more:hover{
  opacity: .7;
	cursor: pointer;
}
@media screen and (max-width:968px){
  .section08 .news_list ol li a .date{
    margin-right: 20px;
  }
}
@media screen and (max-width:768px){
  .section08 .news_list ol li a{
    padding: 15px;
  }
  .section08 .news_list ol li a span{
    display: block;
  }
}

/*=====================================
*section9
=======================================*/
.section09{
  position: relative;
  background: #f3f6ec;
  overflow: hidden;
}
.section09 .sec9_inner{
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  margin: 60px auto 80px;
}
.section09 .sec9_inner h3{
	font-size: 25px;
    font-weight: bold;
    margin: 60px auto 20px;
    color: #42a051;
    border-bottom: 1px solid #42a051;
    padding: 15px 0;
}
.section09 .sec9_inner .title_label{
	background: #dac21b;
    text-align: center;
    padding: 20px;
    color: #fff;
    font-size: 25px;
    margin-top: 100px;
    margin-bottom: -30px;
}
.section09 .sec9_inner p{
  font-size: 16px;
  line-height: 2;
  margin: 20px auto;
}
.section09 .sec9_inner .link_text{
	font-size: 14px;
}
.section09 .sec9_inner .link_text a{
	text-decoration: underline;
	color: #333;
	transition: ease all .4s;
}
.section09 .sec9_inner .link_text a:hover{
	opacity: .7;
	text-decoration: none;
}
.section09 .sec9_inner .center_image{
  text-align: center;
  margin: 40px auto;
  max-width: 620px;
}
.section09 .sec9_inner .center_image .note{
  display: block;
  text-align: left;
  font-size: 12px;
}
.section09 .sec9_inner .center_image .note a{
  color: #333;
  font-size: 12px;
  text-decoration: underline;
  transition: ease all .4s;
}
.section09 .sec9_inner .center_image .note a:hover{
  opacity: .7;
}
.section09 .sec9_inner .profile{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fdfcf8;
  padding: 10px;
}
.section09 .sec9_inner .profile .image{
  width: 230px;
  margin-right: 20px;
}
.section09 .sec9_inner .profile .text{

}
.section09 .sec9_inner .profile .text .name{
  font-size: 18px;
  font-weight: bold;
}
.section09 .sec9_inner .profile .text p{
  font-size: 14px;
  margin: 10px auto;
  color: #555;
  line-height: 1.5;
}
@media screen and (max-width:1260px){
  .section09 .sec9_inner .pick{
    font-size: 25px;
  }
}
@media screen and (max-width:768px){
  .section09 .sec9_inner{
    padding: 20px;
  }
  .section09 .sec9_inner p{
    font-size: 14px;
  }
	.section09 .sec9_inner h3{
		font-size: 18px;
	}
}
@media screen and (max-width:568px){
  .section09 .sec9_inner .profile{
    display: block;
  }
  .section09 .sec9_inner .profile .image{
    text-align: center;
    width: 100%;
  }
  .section09 .sec9_inner .profile .text{
    margin-top: 20px;
  }
	.section09 .sec9_inner .title_label{
		padding: 15px 10px;
		font-size: 16px;
		margin-top: 60px;
		margin-bottom: -40px;
	}
}

/*=====================================
*cta
=======================================*/
.cta{
  background: url('../images/cta_bg.jpg')no-repeat center;
  background-size: cover;
}
.cta .cta_flex{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}
.cta .cta_flex .cta_flex_inner{
  width: 40%;
  text-align: center;
  color: #fff;
}
.cta .cta_flex .cta_flex_inner .text{
  margin-bottom: 15px;
  text-align: center;
  font-size: 18px;
}
.cta .cta_flex .cta_flex_inner .btn a{
  width: 320px;
  border: 2px solid #fff;
  border-radius: 500px;
  display: block;
  padding: 25px 20px;
  line-height: 1;
  font-size: 25px;
  color: #fff;
  margin: 0 auto;
  position: relative;
  transition: ease all .4s;
}
.cta .cta_flex .cta_flex_inner .btn a::before {
  content: '\f054';
  font: var(--fa-font-solid);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}
.cta .cta_flex .cta_flex_inner .btn a:hover{
  opacity: .7;
}
@media screen and (max-width:968px){
  .cta .cta_flex .cta_flex_inner{
    width: 50%;
  }
  .cta .cta_flex .cta_flex_inner .text{
    font-size: 16px;
  }
  .cta .cta_flex .cta_flex_inner .btn a{
    width: 280px;
    padding: 15px;
    font-size: 20px;
  }
}
@media screen and (max-width:768px){
  .cta .cta_flex{
    display: block;
    height: auto;
    padding: 40px 0;
  }
  .cta .cta_flex .cta_flex_inner{
    width: 100%;
  }
  .cta .cta_flex .cta_flex_inner .text{
    margin-bottom: 10px;
  }
  .cta .cta_flex .cta_flex_inner{
    margin: 40px auto;
  }
}

/*=====================================
*
*single
*
=======================================*/

/*=====================================
*
*page
*
=======================================*/

/*=====================================
*
*archive
*
=======================================*/

/*=====================================
*
*breadcrumb
*
=======================================*/

/*=====================================
*
*toc
*
=======================================*/

/*=====================================
*
*footer
*
=======================================*/
footer{
  margin-top: 30px;
  text-align: center;
}
footer .footer_logo img{
  height: 47px;
}
footer .footer_menu{
  margin: 15px auto;
}
footer .footer_menu ol{
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer_menu ol li{
  position: relative;
}
footer .footer_menu ol li::after{
  content: '|';
  margin: 0 5px;
}
footer .footer_menu ol li:last-child::after{
  content: none;
}
footer .footer_menu ol li a{
  color: #333;
  font-size: 14px;
}
footer .copyright{
  font-size: 12px;
  padding-bottom: 10px;
}

/*=====================================
*
*sidenav
*
=======================================*/

/*=====================================
*
*pc&tablet&spのnone処理
*
=======================================*/
/*=====================================
*pcのみ
=======================================*/
@media screen and (min-width: 1025px){
  .pcnone{
    display: none;
  }
}
/*=====================================
*tablet用
=======================================*/
@media screen and (max-width: 1024px) and (min-width: 415px){
  .tabnone{
    display: none;
  }
}
/*=====================================
*sp用
=======================================*/
@media screen and (max-width:414px){
  .spnone{
    display: none;
  }
}
