@charset "utf-8";

/*===========================
none
===========================*/
.pcOFFtabletOFFspON{display: none;}
@media screen and (max-width: 768px) {
	.pcOFFtabletOFFspON{display: none;}
}
@media only screen and (max-width: 600px) {
	.pcOFFtabletOFFspON{display: block;}
}

.pcOFFtabletONspOFF{display: none;}
@media screen and (max-width: 768px) {
	.pcOFFtabletONspOFF{display: block;}
}
@media only screen and (max-width: 600px) {
	.pcOFFtabletONspOFF{display: none;}
}

@media screen and (max-width: 768px) {
	.pcONtabletOFFspOFF{display: none;}
}

@media screen and (min-width: 769px) {
	.pcOFFtabletONspON{display: none;}
}

@media screen and (min-width:601px) and (max-width: 768px) {
	.pcONtabletOFFspON{display: none;}
}

@media only screen and (max-width: 600px) {
	.pcONtabletONspOFF{display: none;}
}


/*===========================
margin
===========================*/
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}

.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}


/*===========================
align
===========================*/
.center-pcONtabletOFFspOFF,
.center-pcONtabletONspOFF{
	text-align: center;
}
@media screen and (max-width: 768px) {
	.center-pcONtabletOFFspOFF{text-align: left;}
}

@media only screen and (max-width: 600px) {
	.center-pcONtabletONspOFF{text-align: left;}
}


/*===========================
text
===========================*/
.txt-s{
	font-size: 0.9rem;
}

.fb01{
	font-weight: bold;
	font-size: 1.1rem;
}


/*===========================
table
===========================*/
.top-add th,.cont1-add th,.cont2-add th,.cont3-add th{
	background-color: #58a91d !important;
	text-align: center;
}




/*===========================
header
===========================*/
.logoArea img{
	width: 350px;
}
@media screen and (max-width: 600px) {
	.logoArea img{
		width: 220px !important;
	}
}

/*===========================
TOP
===========================*/
/*mainCatch-------------------*/
#mainVisual .mainCatch{
	text-align: center !important;
	top: auto;
	bottom: 100px;
	left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
	#mainVisual .mainCatch{
		bottom: 70px !important;
	}
}

@media screen and (max-width: 600px) {
	#mainVisual .mainCatch{
		bottom: 40px !important;
	}
}


/*===========================
cont1-add
===========================*/

/*box01--------------------*/
.cont1-add .box01 li{
	list-style: decimal;
	margin:0 0 10px 0;
	padding:0 0 6px 2em;
	text-indent:-1.5em;
	border-bottom: 1px dotted #cdcdcd;
	list-style-position: inside;
	color: #58a91d;
	font-weight: bold;
	font-size: 1.3rem;
}

.cont1-add .box01 li span{
	color: #444;
	font-weight: normal;
	font-size: 1rem;
}


/*box02--------------------*/
/*f-wrap-----*/
.cont1-add .box02 .f-item1-2{
	border: 3px solid #58a91d;
	background-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 0 0 20px;
}

.cont1-add .box02 .f-item1-2 h3{
	color: #fff;
	font-size: 1.5rem;
	background-color: #58a91d;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 15px 15px 0 0;
	padding: 10px 0;
	margin-bottom: 20px;
}

.cont1-add .box02 .f-item1-2 h3:after{
	content: none;
}

.cont1-add .box02 .f-item1-2 ul{
	padding: 0 20px;
}

.cont1-add .box02 .f-item1-2 p{
	padding: 0 20px;
}


/*box03--------------------*/
/*in01-----*/
.cont1-add .box03 .in01{
	margin-top: 40px;
}

.cont1-add .box03 .in01 .txt-title{
	text-align: center;
	background-color: #58a91d;
	color: #fff;
	margin-bottom: 20px;
	padding: 8px 0 3px;
	font-size: 1.3rem;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media screen and (min-width: 601px) {
	.cont1-add .box03 .in01 li span{
		font-size: 0.9rem;
	}
}


/*box04--------------------*/
/*in01-----*/
.cont1-add .box04 .in01 .catch3{
	margin-top: 20px;
}

/*in02-----*/
.cont1-add .box04 .in02 td{
	text-align: center;
}

.cont1-add .box04 .in02 .bg td{
	background-color: #f6f6ca;
}

@media screen and (min-width: 769px) {
	.cont1-add .box04 .in02 .sub01{
		width: 48%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px) {
	.cont1-add .box04 .in02 .f-item1-2{
		width: 100%;
	}
}


/*box05--------------------*/
.cont1-add .box05{
	margin-top: 50px;
}

.cont1-add .box05 .sub02{
	position: relative;
 	overflow: hidden;
}

.cont1-add .box05 ul::before,
.cont1-add .box05 ul::after{
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
.cont1-add .box05 ul::after{
	clear: both;
}

.cont1-add .box05 ul{
	position: relative;
 	left: 50%;
 	float: left;
}

.cont1-add .box05 li{
	position: relative;
	left: -50%;
	float: left;
	margin-right: 30px;
}
.cont1-add .box05 li:last-child{
	margin-right: 0;
}

.cont1-add .box05 .txt01{
	text-align: center;
}

.cont1-add .box05 .txt01 p{
	border: 2px solid #58a91d;
	margin: 20px 0 0;
	padding: 20px;
	display: inline-block;
}


/*box06--------------------*/
.cont1-add .box06{
	background-image:url(../img/content/c.jpg);
	background-color:rgba(255,255,255,0.9);
background-blend-mode:lighten;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	padding: 40px;
	border: 2px solid #58a91d;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
@media screen and (max-width: 600px) {
	.cont1-add .box06{
		background-position:left bottom;
		background-size: auto;
	}
}

.cont1-add .box06 ul{
	margin: 30px 0 10px;
}




/*===========================
cont3-add
===========================*/

/*txt01--------------------*/
.cont3-add .txt01{
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
	.cont3-add .txt01{
		text-align: left;
		margin-bottom: 40px;
		padding: 0 2%;
	}
}

/*box01--------------------*/
@media screen and (min-width: 769px) {
	.cont3-add .box01 .liCheck{
		margin-top: 70px;
	}
}

@media screen and (min-width: 769px) {
	.cont3-add .box01 .liCheck li{
		font-size: 1.7rem;
		margin-bottom: 20px;
		padding-left: 20px;
	}
}
@media screen and (max-width: 768px) {
	.cont3-add .box01 .liCheck li{
		font-size: 1.2rem;
		margin-bottom: 6px;
		padding-left: 10px;
	}
}

@media screen and (min-width: 769px) {
	.cont3-add .box01 .liCheck li:before {
		left: -0.6em;
	}
}
@media screen and (max-width: 768px) {
	.cont3-add .box01 .liCheck li:before {
		left: -0.8em;
	}
}


/*box02--------------------*/
.cont3-add .box02 h3{
	margin-top: 40px;
}


/*box03--------------------*/
/*txt-box-----*/
.cont3-add .box03 .txt-box{
	text-align: center;
	margin-bottom: 20px;
}

.cont3-add .box03 .txt-box p:first-child{
	background-color: #58a91d;
	color: #fff;
	display: inline-block;
	line-height: 1;
	padding: 10px 0 5px 0;
	width: 200px;
	margin-bottom: 10px;
	font-size: 1.1rem;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.cont3-add .box03 .txt-box p+p{
	font-size: 1.1rem;
}


/*box04--------------------*/
/*contactBtnWrap-----*/
.cont3-add .box04 .contactBtnWrap{
	margin: 20px 0 30px;
}

.cont3-add .box04 .contactBtnWrap p{
	margin-top: 15px;
}

/*f-wrap-----*/
.cont3-add .box04 .f-item1-3{
	font-size: 1.1rem;
}

.cont3-add .box04 .f-item1-3 p{
	border-bottom: 1px solid;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.cont3-add .box04 .f-item1-3 li{
	margin-bottom: 10px;
}
.cont3-add .box04 .f-item1-3 li:last-child{
	margin-bottom: 0;
}



/*===========================
footer
===========================*/
/*footLogo-------------------*/
.footLogo{
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

.footLogo img{
	width: 350px !important;
}
@media screen and (max-width: 600px) {
	.footerlogo img{}
}

/*footAdress-------------------*/
.footAdress p{
	text-align: center;
	margin-bottom: 10px;
}






/*===========================
add
===========================*/

/*-----------
   色変更
-----------*/

/* 基本カラー  */

.fcBasic {
	color:#ef6c70;
}


/* table  */

table.table2 th {
	background-color:#F79A86;
	color:#fff;
}

table.table3 th {
	background-color:#F79A86;
	color:#fff;
}

.tdColor1 {
	background-color:#FEF8EF !important;
}

.tdColor2 {
	background-color:#FEEEE0 !important;
}


/* buttons */

.txtBnr2 a {
	background-color:#EA8E1E;
	color: #FFF;
}


/*.txtIcon  */

.txtIcon {
	background-color:#EA8E1E;
	color: #FFF;
}

.txtIconBlock {
	background-color:#EA8E1E;
	color: #FFF;
}

.txtIconPoint {
	background-color:#ABC853;
}

/* catchiphrase */

.catch1 {
	color:#58a91d;
}

.catch2 {
	color:#58a91d;
}

.catch3 {
	color:#58a91d;
}

/*circle-number*/

.circle-big {
	color:#58a91d;
}

/* list */

ul.liCircle li::before , ul.liInline li::before ,  ul.liInline2Div li::before , ul.liInline3Div li::before , ul.liInline4Div li::before {
	background:#58a91d;
}

/* faq */

dl.faq dt::before {
	color: #FFF;
	background:#EE7E3C;
}

dl.faq dd::before {
	color: #FFF;
	background:#64A6D7;
}

/* 枠  */

.boxFrame {
	border:3px solid #F1C03F;
}

.boxFrameDouble {
	border:3px double #F1C03F;
}

.boxDot {
	border:2px dotted #F1C03F;
	background:#FEFDE9;
}

.boxFablic {
	background:#FEFDE9;
	box-shadow: 0px 0px 0px 10px #FEFDE9;
	border:  dotted 2px #E3AA24;
}


/* 事業内容　*/

ul.liBusiv {
	text-align:center;
	margin-bottom:2em;
}
ul.liBusi li {
	padding:0.2em 1em;
	font-size:1.2em;
	width:100%;
	box-sizing: border-box;
	vertical-align:top;
	background-color:#41b879;
	color:#FFF;
	margin-bottom:10px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

ul.liBusi2Div {
	text-align:center;
	margin-bottom:2em;
}
ul.liBusi2Div li {
	display:inline-block;
	padding:0.2em 1em;
	font-size:1.2em;
	width:46%;
	box-sizing: border-box;
	vertical-align:top;
	background-color:#41b879;
	color:#FFF;
	margin-bottom:10px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

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

ul.liBusi2Div li {
	display:block;
	width:100%;
}
}


.txtIconM {
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	line-height: normal;
	padding: 0.4em 1em 0.5em 1em;
	background-color:#00926e;
	margin: 0 0 0.4em 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


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

.txtIconM {
	font-size: 1.1em;
}
}

/* 画像とテキストを交互に表示画像バージョン */


.contents-wrap {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-webkit-box-pack: justify; /*Android4.3*/
	-moz-box-pack: justify;    /*Firefox21*/
	-ms-flex-pack: justify;    /*IE10*/
	-webkit-justify-content: space-between; /*PC-Safari,iOS8.4*/
	justify-content: space-between;
    background-color: rgba(252, 252, 252, 0.92);
}
.contents-wrap:nth-child(odd) {
	-ms-flex-direction:row-reverse; /*IE10*/
	-webkit-flex-direction:row-reverse; /*old webkit browser*/
	flex-direction:row-reverse;
}
.contents-text {
	width: 50%; /*flex: 2;*/
    /* flex: 2; */
    padding: 28px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333;
}
.contents-img {
	width: 50%; /*flex: 1;*/
}
.contents-text h3 {/* 要調整 */
	font-size: 1.6em;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 1em;
	color:#00926e;
	text-align:left;
}
.contents-text h3::after {/* 要調整 */
 content: none;
}
.contents-text-catch {
    margin: 0 auto 20px;
    text-align: center;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.125em;
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
    border-bottom: 4px solid #62c0b5;
    padding-bottom: 8px;
}
.contents-img img {
	display: block;
	width: auto;
	max-width: 100%;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
@media screen and (max-width: 768px) {
.contents-wrap, .contents-wrap:nth-child(odd) {
	-ms-flex-direction:row-reverse; /*IE10*/
	-webkit-flex-direction:row-reverse; /*old webkit browser*/
	flex-direction: column-reverse;
	padding: 20px 0 0;
}
.contents-wrap:last-child{
	padding-bottom: 20px;
}
.contents-text, .contents-img {
	width: 100%; /*flex: 1;*/
	margin-bottom:50px;
}
.contents-text{
	padding:0 20px;
	margin-bottom:20px;
}
.contents-text h3 {
	font-size: 1.3em;
}
}
/*
.flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
*/
.flex-2col {
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:5%;
}
.flex-2col > li{
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-2col > li:nth-of-type(odd){
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-2col > li:nth-of-type(even){
  width:47.5%;
  margin:2% 0 0 0%;
}
.flex-2col-start {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
  gap:5%;
}
.flex-2col-start > li{
  width:47.5%;
  margin:2% 0 0 0%; 
}
.flex-2col-start > li:nth-of-type(odd){
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-2col-start > li:nth-of-type(even){
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-list2 {
  width:17.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list3 {
  width:27.5% !important;
  margin:0 0 0 0% !important;   
}
.flex-list4 {
  width:37.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list5 {
  width:47.5% !important;
  margin:0% 1% 0 0% !important;  
}
.flex-list6 {
  width:57.5% !important;
  margin:0 0 0 0% !important;   
}
.flex-list7 {
  width:67.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list8 {
  width:77.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list9 {
  width:87.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-3col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
  gap:5%;
}
.flex-3col > li{
  width:30%;
  margin:2% 0 0 0%;
}

@media only screen and (max-width: 768px) {
.flex-2col > li,.flex-2col-start > li{
  width:100% !important;
  margin:2% auto 8% !important; 
}
.flex-3col > li{
  width:100%;
  margin:2% auto 8% !important; 
}
.flex-list2,.flex-list3,.flex-list4,.flex-list5,.flex-list6,.flex-list7,.flex-list8,.flex-list9 {
  width:100% !important;
  margin:2% auto 8% !important;  
}

}