@charset "UTF-8";

.contentpage .m_img_area{
	background-image: url(../images/hesitate/m_img@2x.jpg);}



/* he_index1
---------------------------------------------------------*/
.he_index1{
	text-align: center;
	color: #fff;
	padding-top:min(85px,6vw);
	padding-bottom: min(90px,7vw);
	position: relative;
	margin-bottom: min(100px,7vw);
}
.he_index1::before{
	position: absolute;
	display: block;
	content: "";
	background: #b7d219;
	background-size: 100% auto;
	width: 300%;
	height: 100%;
	left: -150%;
	top:0;
	z-index: -1;
}
.he_index1 .ft_ro{
	position: absolute;
	bottom: -0.5em;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.he_index2{
	margin-bottom: min(40px,2vw);
}
.he_index2 span{
	display: block;
}
.he_index2 .zen19:has(+ .zen28){
	margin-bottom: min(30px,1vw);
}

.he_index3 span{
	position: relative;
	padding-left: 1.5em;
	box-sizing: border-box;
}
.he_index3 span i{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	font-size:65%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.he_index1{
	padding-top: 8vw;
	padding-bottom: 9vw;
	margin-bottom: 8vw;
}

.he_index2{
	margin-bottom: 3vw;
}
}





/* he_fltbox
---------------------------------------------------------*/
.he_fltbox .img_l,
.he_fltbox .img_r{
	width: 43.5%;
	max-width: 500px;
}
.he_fltbox .img_l,
.he_fltbox .txt_l{
	float: left;
}
.he_fltbox .img_r,
.he_fltbox .txt_r{
	float: right;
}
.he_fltbox .txt_r,
.he_fltbox .txt_l{
	width: 52.5%;
	padding-top: 1.5rem;
}
.he_fltbox .img{
	position: relative;
}
.he_fltbox .img .abs{
	position: absolute;
	top: 5%;
	left: 5%;
	width: 32%;
	aspect-ratio: 157 / 157;
}

.he_fltbox2{
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.he_fltbox2 .img_r{
	float: right;
	width: 46%;
	max-width: 500px;
}
.he_fltbox2 .txt_l{
	float: left;
	width: 50%;
}
.he_fltbox2 .txt_l .zen19{
	margin-bottom: 1.5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.he_fltbox .img_l,
.he_fltbox .img_r{
	margin-bottom: 1rem;
}
.he_fltbox .img_l{
	margin-right: 4%;
}
.he_fltbox .img_r{
	margin-left: 4%;
}
.he_fltbox .txt_r,
.he_fltbox .txt_l{
	float: none;
	width: 100%;
	padding-top: 0;
}

.he_fltbox2 .txt_l .zen19{
	margin-bottom: .5em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.he_fltbox .img_l,
.he_fltbox .img_r{
	width:80%;
	margin: 0 auto 5%;
}
.he_fltbox .img_l,
.he_fltbox .txt_l,
.he_fltbox .img_r,
.he_fltbox .txt_r{
	float: none;
}
.he_fltbox .txt_r,
.he_fltbox .txt_l{
	width: 100%;
	padding-top:0;
}
.he_fltbox .img .abs{
	top: 5%;
	left: 5%;
	width: 32%;
}

.he_fltbox2 .img_r{
	float: none;
	width: 70%;
	margin: 0 auto 5%;
}
.he_fltbox2 .txt_l{
	float: none;
	width: 100%;
}
.he_fltbox2 .txt_l .zen19{
	margin-bottom: .5em;
}
}







/* he_col4
---------------------------------------------------------*/
.he_col4{
	width: 106%;
	margin-left: -3%;
	max-width: 1270px;
	display: flex;
    justify-content: space-between;
}
.he_col4 li{
	width: 25%;
	box-sizing: border-box;
	border-right: dashed 1px #bbbeba;
	padding: 1rem 1.7rem 1rem 2rem;
	text-align: center;
}
.he_col4 li:last-child{
	border-right: none;
}
.he_col4 li .img{
	width: min(50px,5vw);
	aspect-ratio: 50 / 50;
	margin: 0 auto .5em;
}
.he_col4 li .ft_zen{
	margin-bottom: .5em;
}
.he_col4 li p:last-child{
	text-align: left;
	letter-spacing: 0.01em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.he_col4 li{
	padding: 0 .8rem 0 1rem;
}
.he_col4 li .ft_zen{
	margin-bottom: .4em;
}
.he_col4 li p:last-child{
	letter-spacing: normal;
	line-height: 1.7em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.he_col4{
	width: 100%;
	margin-left: auto;
	flex-wrap: wrap;
}
.he_col4 li{
	position: relative;
	width: 50%;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	box-sizing: border-box;
}
.he_col4 li:nth-child(-n+2){
	margin-bottom: 4rem;
}
.he_col4 li:nth-child(1)::before{
	position: absolute;
	display: block;
	content: "";
	width: 90%;
	height: 1px;
	bottom: -2rem;
	left: 0;
	border-bottom: dashed 1px #bbbeba;
}
.he_col4 li:nth-child(2)::before{
	position: absolute;
	display: block;
	content: "";
	width: 90%;
	height: 1px;
	bottom: -2rem;
	right: 0;
	border-bottom: dashed 1px #bbbeba;
}
	
.he_col4 li:nth-child(odd){
	padding-right: 3.2%;
}
.he_col4 li:nth-child(even){
	padding-left: 5%;
	border-right: none;
}	
.he_col4 li .img{
	width: 8vw;
	margin: 0 auto .3em;
}
.he_col4 li .ft_zen{
	margin-bottom: .1em;
}
.he_col4 li p:last-child{
	letter-spacing: normal;
}
}






/* he_serif
---------------------------------------------------------*/
.he_serif{
	display: flex;
    justify-content: space-between;
}
.he_serif li{
	width: 22.5%;
	text-align: center;
}
.he_serif li .zen25{
	margin: .5em 0 .3em;
	color: #475fb8;
}
.he_serif li:nth-child(2) .zen25{color: #7cb746;}
.he_serif li:nth-child(3) .zen25{color: #f6ab00;}
.he_serif li:nth-child(4) .zen25{color: #ea5532;}

.f_bnr{
	border-top:1px solid #bfbfbf;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.he_serif{
	flex-wrap: wrap;
}
.he_serif li{
	width: 50%;
	text-align: center;
	margin-top: 8%;
}
.he_serif li:nth-child(-n+2){
	margin-top: 0;
}
.he_serif li .zen25{
	margin: .1em 0 .1em;
}
}