@charset "utf-8";
#top {
    overflow: hidden;
}
.contents {
    max-width: 100%;
    padding: 0;
	background: url("../images/img_main_bg.png");
	background-repeat: repeat;
	background-position: center;
	background-size: contain;
	font-family: 'Noto Sans JP', sans-serif;
}
.inner_sec {
    max-width: 1000px;
    margin: 0 auto;
}
.section_top {
    position: relative;
}
.bg_gn{
	background: #85c66d;
}
.bg_ye{
	background: #fbce4a;
}
.bg_wh{
	background: #ffffff;
}

.txt_lead {
    font-size: 21px;
	font-weight: 400;
    line-height: 1.6;
	text-align: left;
}
.txt_center{
	text-align: center;
}
.h3_title_style {
    position: relative;
    display: inline-block;
}
.h3_title_style img:nth-child(1) {
    position: absolute;
    top: -6px;
    bottom: 0;
    left: -26px;
    margin: auto;
}
.h3_title_style img:nth-child(2) {
    position: absolute;
    top: -10px;
    bottom: 0;
    right: -30px;
    margin: auto;
}



/*.section_top::before {
    content: "";
    width: 100%;
    height: 52px;
	background: url("../images/img_hill_gn.png");
	background-repeat: no-repeat !important;
	background-position: center bottom !important;
	background-size: contain !important;
    position: absolute;
    top: -52px;
    left: 0;
    right: 0;
    margin: auto;
}*/
.section_top.bg_gn::before{
	background: url("../images/img_hill_gn.png");
}

.step_ul .step_li figure {
    padding-bottom: 10px;
}


@media screen and (max-width:768px){
.h3_title_style img:nth-child(1) {
    position: absolute;
    top: -6px;
    bottom: 0;
    left: -20px;
    margin: auto;
	width: 12px;
}
.h3_title_style img:nth-child(2) {
    position: absolute;
    top: -10px;
    bottom: 0;
    right: -20px;
    margin: auto;
	width: 14px;
}
}


/*------------------------------------------------------------------
title
------------------------------------------------------------------*/
.title_h2 {
    font-size: 42px;
    font-weight:700;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.04em;
	margin-bottom: 80px;	
}

.title_h3 {
    font-size: 42px;
    font-weight:700;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.04em;
	margin-bottom: 80px;	
}

.col_gn{
	color: #85c66d;
}
.col_wh{
	color: #fff;
}
.col_ye{
	color: #fbce4a;
}
.deco_wh::before {
    content: "";
    width: 18px;
    height: 46px;
    background:url("../images/img_deco01_wh.png");
	background-repeat: no-repeat;
	background-size: contain;
    position: absolute;
    top: 0;
    left: -30px;
    bottom: 0;
    margin: auto;
	
}
.deco_wh::after {
    content: "";
    width: 22px;
    height: 49px;
    background:url("../images/img_deco02_wh.png");
	background-repeat: no-repeat;
	background-size: contain;
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 0;
    margin: auto;
}
.deco_bk::before {
    content: "";
    width: 18px;
    height: 46px;
    background:url("../images/img_deco01_bk.png");
	background-repeat: no-repeat;
	background-size: contain;
    position: absolute;
    top: 0;
    left: -30px;
    bottom: 0;
    margin: auto;
	
}
.deco_bk::after {
    content: "";
    width: 22px;
    height: 49px;
    background:url("../images/img_deco02_bk.png");
	background-repeat: no-repeat;
	background-size: contain;
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 0;
    margin: auto;
}

@media screen and (max-width:768px){
.title_h2 {
    font-size: 24px;
	margin-bottom: 20px;
}
.title_h3 {
    font-size: 24px;
	margin-bottom: 20px;
    position: relative;
    /* right: 25px; */
}
}


/*------------------------------------------------------------------
main
------------------------------------------------------------------*/
.main_area {
    background-color: #8ec78b;
	padding: 80px 20px 20px 20px;
	position: relative;
	overflow: hidden;
	font-family: 'Noto Sans JP', sans-serif;

}
.olive_img01 {
    position: absolute;
    top: -50px;
    right: 0;
}
.olive_img02 {
    position: absolute;
    top: -30px;
    left: 0;
}
.main_content{
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	position: relative;
	align-items: center;
	margin: 0 auto;
}
.main_area::before {
	background-image: url("../images/img_main_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
	mix-blend-mode: multiply;
}
.main_bottom {
    position: absolute;
    bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 0;
}
.main_img {
	width: 50%;
	text-align: left;
    position: relative;
    z-index: 1;
}
.main_txt_area {
	width: 48%;
    position: relative;
    z-index: 1;
	margin-top: -80px;
	text-align: center;
}
h1 {
    font-size: 30px;
	font-size: 2.5vw;
    color: #fff;
    font-weight: 700;
	text-align: center;
	letter-spacing: 0.3em;
}
h1 span {
    font-size: 46px;
	font-size: 3.8vw;
    display: block;
	margin-top: 8px;
	letter-spacing: 0.16em;
}
.h1_title_wrap {
    display: flex;
    align-content: center;
    align-items: center;
	margin-bottom: 37px;
}
.h1_title_wrap img {
    margin-right: 15px;
}
.h2_lead {
    font-size: 28px;
	font-weight: 700;
    line-height: 1.3;
    color: #fff;
    text-align: left;
    letter-spacing: 0.09em;
	display: inline-block;
}
.app_btn_wrap {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.app_btn:nth-child(1) {
    margin-right: 30px;
}


@media screen and (min-width:1200px){
h1 {
    font-size: 30px;
	}
h1 span {
    font-size: 46px;
}
}

@media screen and (max-width:768px){
.main_content {
    flex-direction: column-reverse;
}
.main_img {
    width: 100%;
    text-align: center;
}	
.main_txt_area {
    width: 100%;
    margin-top: -0;
	}
.main_area {
    background-color: #8ec78b;
    padding: 40px 10px 30px 10px;	
	}	
h1 {
    font-size: 32px;
    letter-spacing: 0.1em;
}	
h1 span {
    font-size: 42px;
    letter-spacing: 0.1em;
}	
.h1_title_wrap {
    margin-bottom: 20px;
	justify-content: center;
}
.h2_lead {
    font-size: 24px;
}	

.olive_img01 img {
    width: 112px;
}
.olive_img02 img {
    width: 189px;
}
.main_img {
    width: 80%;
    margin: 24px auto 0 auto;
}	
}


@media screen and (max-width:414px){	
h1 {
    font-size: 21px;
    letter-spacing: 0.1em;
}	
h1 span {
    font-size: 32px;
    letter-spacing: 0.1em;
}
.h1_title_wrap img {
    width: 90px;
	}
.h2_lead {
    font-size: 18px;
	}
.app_btn:nth-child(1) {
    margin-right: 20px;
}
.pc_none {
    display: none;
}	
}



/*------------------------------------------------------------------
sec01
------------------------------------------------------------------*/
#sec01 {
    padding: 20px 20px 152px 20px;
	position: relative;
}
.h3_lead {
    font-size: 23px;
    font-weight: 700;
    line-height: 2;
    text-align: center;
	position: relative;	
}
.h3_lead span{
	color: #7bb864;
}
.h3_lead:before{
	content: "";
	background:url("../images/icn_star01.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	width: 132px;
	height: 192px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.h3_lead:after{
	content: "";
	background:url("../images/icn_star02.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	width: 146px;
	height: 197px;
	position: absolute;
	right: 0;
	bottom: 0;
}


@media screen and (max-width:768px){
.h3_lead {
    font-size: 17px;
	line-height: 1.6;
	position: relative;
	z-index: 0;
}

.h3_lead::before {
    width: 66px;
    height: 96px;
    position: absolute;
    left: -20px;
    bottom: -50px;
    z-index: -1;	
}
.h3_lead::after {
    width: 73px;
    height: 98px;
    position: absolute;
    right: -27px;
    bottom: -50px;
    z-index: -1;
}
#sec01 {
    padding: 20px 20px 80px 20px;
    position: relative;
}	
}



/*------------------------------------------------------------------
sec02
------------------------------------------------------------------*/

#sec02 {
    background: #85c66d;
	position: relative;
	padding: 40px 20px 150px 20px;
}
#sec02 .details_area {
    width: 58%;
}
#sec02 .img_area {
    width: 42%;
}
#sec02 .img_area video {
    position: relative;
    z-index: 1;
	border-radius: 45px;
}
#sec02 .mock {
    position: absolute !important;
	top: -5px;
	left: -8px;
}
.sub_title.star {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #fff;
	position: relative;
	display: inline-block;
/*	padding-top: 16px;
	padding-bottom: 30px;*/
	width: auto;
}
.star {
    position: absolute;
    top: 0;
    left: 0;
}
.subtitle_bt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	min-height: 21px;
	display: block;
}
.sec02_h2_wrap{
	text-align: center;
}
#sec02 .txt_lead {
    text-align: center;
    font-size: 21px;
	font-weight: 400;
    line-height: 1.6;
	margin-bottom: 80px;
}
#sec02 .block_content_wrap {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
#sec02 .img_area {
    position: relative;
}
#sec02 .img_area::before {
    content: "";
    width: 480px;
    height: 480px;
    background: #7bb864;
    border-radius: 50%;
    position: absolute;
    top: -100px;
    left: -160px;
}
.img_area img {
    position: relative;
    z-index: 1;
}

@media screen and (max-width:768px){
.sub_title.star {
    font-size: 21px;
}
.sub_title.star .star {
    width: 103px;
}
.subtitle_bt {
    bottom: -20px;
	}
#sec02 {
    padding: 40px 20px 80px 20px;
}	
#sec02 .txt_lead {
    text-align: left;
    font-size: 16px;
    margin-bottom: 40px;
    z-index: 1;
    position: relative;
}	
#sec02 .block_content_wrap {
    display: block;
	}
#sec02 .img_area {
	width: 100%;
    margin: 0 auto;
    text-align: center;
}
#sec02 .img_area::before {
    display: none;
}	
#sec02 .details_area {
    width: 100%;
    margin: 40px auto 0 auto;
}	
#sec02 .mock {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.sub_title.star img {
    width: 280px;
}	
}

@media screen and (max-width: 768px){
.sub_title.star img {
    width: 260px;
}
}

/*------------------------------------------------------------------
sec03
------------------------------------------------------------------*/
#sec03 {
    padding: 80px 20px 160px 20px;
}
#sec03 .h3_title_style {
    font-size: 26px;
	font-weight: 700;
    letter-spacing: 0.04em;
	margin-bottom: 40px;
}
#sec03 .h3_title_style img:nth-child(1){
	margin-right: 10px;
}
#sec03 .h3_title_style img:nth-child(2){
	margin-left: 10px;
}
#sec03 .block_content_wrap {
    display: flex;
    justify-content: space-between;
}
#sec03 .details_area {
    width: 56%;
	text-align: center;
	position: relative;
	z-index: 1;
}
#sec03 .txt_lead {
    font-size: 21px;
	font-weight: 400;
    line-height: 1.6;
    margin-bottom: 50px;
	text-align: left;
}
#sec03 .img_area::after {
    content: "";
    width: 480px;
    height: 480px;
    background: #f0c445;
    border-radius: 50%;
    position: absolute;
    top: -100px;
    right: -160px;
}
#sec03 .img_area {
    position: relative;
	width: 42%;
	text-align: right;
}
#sec03 .img_area video {
    position: relative;
    z-index: 1;
	border-radius: 45px;
}
#sec03 .mock {
    position: absolute !important;
	top: -4px;
	right: -7px;
}


@media screen and (max-width:768px){
#sec03 {
    padding: 40px 20px 80px 20px;
}
#sec03 .block_content_wrap {
    display: block;
    justify-content: space-between;
}
#sec03 .details_area {
    width: 100%;	
	margin-bottom: 40px;
}
#sec03 .img_area {
    position: relative;
    width: 100%;
    text-align: center;
}	
#sec03 .h3_title_style {
    font-size: 18px;	
	}
#sec03 .txt_lead {
    font-size: 16px;
	margin-bottom: 30px;
	}
#sec03 .img_area::after {
    display: none;
}
#sec03 .mock {
    position: absolute !important;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}	
}



/*------------------------------------------------------------------
sec04
------------------------------------------------------------------*/
#sec04 {
	padding: 80px 20px 160px 20px;
}
#sec04 .details_area {
    text-align: center;
}
#sec04 .h3_title_style {
    font-size: 26px;
	font-weight: 700;
	color: #000;
    letter-spacing: 0.04em;
    margin-bottom: 40px;
}

#sec04 .block_content_wrap {
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: flex-start;
}
.step_ul {
    display: flex;
    justify-content: space-between;
	padding: 50px;
}
.step_li {
	width: calc(100% / 3);
    position: relative;
	padding-top: 28px;
}
.step_icn {
    position: absolute;
    left: -30px;
    top: 0;
}
.step_wrap {
    max-width: 850px;
    margin: 80px auto 0 auto;
    text-align: center;
	border: solid 3px #385624;
	border-radius: 20px;
}
.step_li figcaption {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}
.step_li a {
    font-size: 12px;
	color: #eb6100;
}
#sec04 .title_h4 img {
    margin-top: -23px;
}

@media screen and (max-width:768px){
#sec04 {
    padding: 40px 20px 80px 20px;
}
#sec04 .block_content_wrap {
    display: block;
}
#sec04 .h3_title_style {
    font-size: 18px;	
	}
.txt_lead {
    font-size: 16px;
	}
#sec04 .details_area {
    margin-bottom: 40px;
}
#sec04 .img_area {
    text-align: center;
}	
.title_h4 img {
    width: 235px;
}
.step_ul {
    display: block;
    padding: 20px;
}
.step_li {
    width: 100%;
    padding-left: 0;
    padding-top: 28px;
    margin-bottom: 40px;
}
.step_li figcaption {
    font-size: 16px;
	}
.step_li:last-child {
    margin-bottom: 0;
	}
.step_icn {
    left: 0;
	}
}



/*------------------------------------------------------------------
sec05
------------------------------------------------------------------*/
#sec05{
	padding: 80px 20px 160px 20px;
	text-align: center;
}
#sec05 .h3_title_style {
    font-size: 26px;
    color: #000;
    letter-spacing: 0.04em;
    margin-bottom: 80px;
	text-align: center;
}
.tokuten_list_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tokuten_list_li {
    width: calc((100% - 40px) / 2);
    margin-bottom: 40px;
}
.tokuten_list_li img {
    border-radius: 12px;
}
.tokuten_list_ul.type02 .tokuten_list_li {
    width: 100%;
}
.tokuten_list_ul.type02 .tokuten_list_li img {
    border-radius: 15px;
}
#sec05 .title_h4 {
    text-align: center;
    font-size: 26px;
	font-weight: 700;
    color: #fff;
	margin-bottom: 32px;
}
#sec05 .attention_list_li {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
	text-indent: -1em;
	padding-left: 1em;
	text-align: left;
}
#sec05 .attention_list_wrap {
	max-width: 900px;
	margin: 0 auto;
    border: solid 1px #fff;
    border-radius: 16px;
    padding: 30px 40px;
}

@media screen and (max-width:768px){
#sec05 {
    padding: 40px 20px 80px 20px;
}
#sec05 .h3_title_style {
    font-size: 18px;
    margin-bottom: 40px;
	line-height: 1.3 !important;
	display: inline-flex;
	justify-content: center;
	}
.tokuten_list_li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
}	
#sec05 .attention_list_wrap {
    padding: 20px 20px;
	margin: 10px auto 0 auto;
}
#sec05 .attention_list_li {
    font-size: 14px;
	}
}

/*------------------------------------------------------------------
sec06
------------------------------------------------------------------*/
#sec06{
	padding: 80px 20px 160px 20px;
}
#sec06 .txt_lead {
    font-size: 21px;
	font-weight: 400;
    line-height: 1.6;
    margin-bottom: 80px;
}

@media screen and (max-width:768px){
#sec06 {
    padding: 40px 20px 80px 20px;
}
#sec06 .txt_lead {
    font-size: 16px;
    margin-bottom: 40px;
    text-align: left;
}	
}



/*------------------------------------------------------------------
sec07
------------------------------------------------------------------*/
#sec07{
	padding: 80px 20px 160px 20px;
	text-align: center;
}
#sec07 .h3_title_style {
    font-size: 26px;
	line-height: 1.3;
    color: #000;
    letter-spacing: 0.04em;
    margin-bottom: 80px;
    text-align: center;
}
.kinou_list_ul {
    display: flex;
    justify-content: space-between;
}
#sec07 .h3_title_style img:nth-child(1) {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -36px;
    margin: auto;
}
#sec07 .h3_title_style img:nth-child(2) {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -36px;
    margin: auto;
}

@media screen and (max-width:768px){
#sec07 {
    padding: 40px 20px 80px 20px;
}
#sec07 .h3_title_style {
    font-size: 18px;
    margin-bottom: 40px;
	}
.kinou_list_ul {
    display: block;	
	}
.kinou_list_li {
    margin-bottom: 40px;
}
.kinou_list_li:last-child {
    margin-bottom: 0;
}		
}
	

/*------------------------------------------------------------------
sec08
------------------------------------------------------------------*/
#sec08 {
    padding: 120px 20px 120px 20px;
    background:url("../images/img_app_bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#sec08 .app_title_wrap {
    display: flex;
    align-content: center;
    align-items: center;
	justify-content: center;
}
#sec08 .h2_app_title {
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 0.04em;
}
#sec08 .logo_area {
    margin-right: 16px;
}
#sec08 .h2_app_title {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.14em;
}
#sec08 .h2_app_title span {
    font-size: 60px;
    letter-spacing: 0.08em;
    display: block;
	margin-top: 13px;
}
#sec08 .app_btn_wrap {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
#sec08 .link_wrap {
  text-align: center;
  margin-top: 50px;
}
#sec08 .link_wrap a:hover {
  opacity: 0.8;
}

@media screen and (max-width:768px){
#sec08 {
    padding: 60px 20px 60px 20px;
}
#sec08 .h2_app_title {
    font-size: 21px;
	white-space: nowrap;
	letter-spacing: 0.1em;
	}	
#sec08 .h2_app_title span {
    font-size: 28px;
    margin-top: 13px;
    white-space: nowrap;
} 
#sec08 .link_wrap {
  margin-top: 30px;
}	
}




.media_pc{
	display: block;
}
.media_sp{
	display: none;
}
.main_area .media_pc {
    display: flex;
}
@media screen and (max-width:768px){
.media_pc{
	display: none;
}
.media_sp{
	display: block;
}	
.main_area .media_pc {
    display: none;
}	
.main_area .media_sp {
    display: flex;
    z-index: 10;
    position: relative;
}
.breadcrumb {
    display: none;
}	
}

/* アプリアコーディオン */
.accordion {
    margin-top: 10px;
  }
  
  .accordion__container {
    margin: 0 auto;
    max-width: 990px;
  }
  
  .accordion__title {
    background-color: #8CBA6E;
    border: 1px solid transparent;
    color: #593529;
    font-size: 1.25em;
    padding: 1.5em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .accordion__title::after {
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #593529 2px solid;
    border-right: #593529 2px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position:absolute;
    right: 2%;
    top: 0;
    bottom: 15%;
    margin: auto;
  }
  
  .accordion__title.is-active::after {
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #593529 2px solid;
    border-right: #593529 2px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position:absolute;
    right: 2%;
    top: 7%;
    bottom: 0;
    margin: auto;
  }
  
  .accordion__content {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    padding: 0 0.75em;
    line-height: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: 0.3s;
    margin: 2px;
  }
  
  .accordion__content.is-open {
    line-height: 1.4;
    margin-bottom: 40px;
    /* numberに書き換える*/
    height: auto;
    opacity: 1;
  }

  @media screen and (max-width:768px){
    
    }

  
/*------------------------------------------------------------------
sec09
------------------------------------------------------------------*/
/* #sec09{
	padding: 80px 20px 160px 20px;
	text-align: center;
}
#sec09 .accordion__title {
    font-size: 26px;
	line-height: 1.3;
    color: #000;
    letter-spacing: 0.04em;
    margin-bottom: 80px;
    text-align: center;
}
#sec09 .accordion__title img:nth-child(1) {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -36px;
    margin: auto;
}
#sec09 .accordion__title img:nth-child(2) {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -36px;
    margin: auto;
}

@media screen and (max-width:768px){
#sec09 {
    padding: 40px 20px 80px 20px;
}
#sec09 .accordion__title {
    font-size: 18px;
    margin-bottom: 40px;
	}	
} */
