@charset "UTF-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&family=Noto+Sans+JP:wght@400;700&display=swap');



*{
	margin:0;
	padding:0;
}

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




body {
	margin: 0;
	font-family: YakuHanJP, 'Noto Sans JP',  "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height: 1.75;
	letter-spacing: 0.02em;
	color:#000;
	font-size: 16px;
	font-weight: 400;
	-webkit-text-size-adjust: none;
	webkit-overflow-scrolling:touch;
}


.stack{
	  position: -webkit-sticky;
	  position: sticky;
	  top:0;
}



.box_2col{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.box_cont{
    margin-bottom:60px;
}

.box_2col .box_cont{
    width:46.9%;
}


.inner{
	width:89.3%;
	max-width: 1040px;
	margin:0 auto;
    padding-top: 100px;
    padding-bottom:70px;
}




.center{text-align: center;}
.right{text-align: right;}

.note{font-size:80%;}
.big{font-size:180%;font-weight:bold;}

.pc_none{display:none;}
.sp_none{display:inline-block;}






@media screen and (min-width:641px) and ( max-width:1040px) {

body {
	line-height: 1.75;
	font-size: 14px;
    margin-top: 76px !important;
}
.sp_none {
    display: none;
}
    
}
	


    


@media screen and (max-width: 640px) {
	
body {
	line-height: 1.75;
	font-size: 14px;
    margin-top: 53px !important;
    /* ヘッダーの高さを確保 */
}
    
.inner{
	padding:46px 0 60px;
}
    
	
.box_2col{
	width: 100%;
	flex-wrap: wrap;
}

.box_2col_img{
    margin:35px auto 47px;
    min-height: 490px;
    
    }	
	
	
.reverse_flex.box_2col{
	flex-wrap: wrap-reverse;
	width:100%
}

.pc_none{display:block;}
.sp_none{display:none;}
	
br.pc_none{display:none;}	
      
    

.box_2col .box_cont{
    width:100%;
}

    
br.pc_none{display:block;}

#page-top {
     right: 16px;
}	

}

/*-------------------------------

	btn/link

-------------------------------*/

a{
	color:#FFF;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	 transition: all 0.3s ease;
	 transition-property: all;
	 transition-duration: 0.3s;
	 transition-timing-function: ease;
	 transition-delay: 0s;
}

a:hover{
	opacity: 0.5;
}

a.btn{
    display: block;
    width:90%;
    min-width:204px;
    height: 38px;
    border-radius: 30px;
    text-align: center;
    box-sizing: border-box;
}

a.btn_01{
    height: 45px;
    background: #2A6218;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}


a.btn_trial {
    max-width: 328px;
    height: 62px;
    border:1px solid #f88f5e;
    padding-top: 8px;
    box-sizing: border-box;
    color:#fff;
    background-color: #f88f5e;
    font-size:24px;
    position: relative;
    margin: 30px auto 0;
    font-weight: 700;
}
a.btn_doc {
    max-width: 328px;
    height: 62px;
    border:1px solid #f88f5e;
    padding-top: 8px;
    box-sizing: border-box;
    color:#f88f5e;
    background-color: #fff;
    font-size:24px;
    position: relative;
    margin: 30px auto 0;
    font-weight: 700;
}



a.btn img{
    position: absolute;
    top: 18px;
    width:24px;
}

.text-link {
    color: #2A6218;
    text-decoration: underline;
}

@media screen and (min-width:641px) and ( max-width:1040px) {
a.btn_trial {
    padding-top: 13px;
    font-size: 18px;
}
a.btn_doc {
    padding-top: 13px;
    font-size: 18px;
}

a.btn img {
    position: absolute;
    top: 19px;
    width: 22px;
}

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

a.btn_01 {
    height: 31px;
    background: #2A6218;
    box-sizing: border-box;
    width: 30px;
    font-size: 12px;
    min-width: 100px;
}

a.btn_trial {
    height: 52px;
    padding-top: 8px;
    font-size: 18px;
    margin: 20px auto 0;
}
a.btn_doc {
    height: 52px;
    padding-top: 8px;
    font-size: 18px;
    margin: 20px auto 0;
}
    
a.btn img {
    top: 15px;
    width: 20px;
}

}

/*-------------------------------

	color

-------------------------------*/


.bg_gray{
	background: #F5F5F5;
}


.red{
	color: #ED7F92;
}


/*-------------------------------

	ttl/text

-------------------------------*/

	
h2 {
    font-size: 42px;
    line-height: 1;
    letter-spacing: 0;
}


h3 {
    font-size: 26px;
    line-height: 1.15;
    text-align: center;
    margin-bottom:12px;
}
	
h4 {
    font-size: 16px;
    line-height: 1.3;
    padding-bottom: 15px;
    letter-spacing: 0;
}
    

@media screen and (min-width:641px) and ( max-width:1040px) {

h2 {
    font-size: 30px;
}


h3 {
    font-size: 20px;
}
	
h4 {
    font-size: 16px;

}

    
}



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

h2 {
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0;
}


h3 {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    margin-bottom:12px;
}
	
h4 {
    font-size: 16px;
    line-height: 1.3;
    padding-bottom: 15px;
    letter-spacing: 0;
}
    


}


/*-------------------------------

	list

-------------------------------*/

ul{
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

li{
	list-style: none;
}


@media screen and (max-width: 640px) {
    
    ul{
        flex-wrap: wrap;
    }

}

/*-------------------------------

	bg

-------------------------------*/

.bg_white{
    background: #FFF;
    
}

.bg_gray{
   background: #FAFAFA;
}



