@charset "utf-8";
/*===========================
add
===========================*/
:root {
	--basic-color:#58a91d;
}

/*===========================
box01
===========================*/
.mbtn a{
	background-color: #eb7d00 !important;
}



/*===========================
box01
===========================*/
.box01 h2{
 text-align: left;
}
.box01 h2::after{
 content: none !important;
}

.box01 .catch2,
.box01 .catch3{
 color: #7fa91d;
}

.box01 ul.liCircle li::before{
 background-color: #7fa91d !important;
}






.box01 .in01{
	display: flex;
	border-bottom: #eeeeee solid 2px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
	.box01 .in01{
		display: block !important;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
}


.box01 .in01:last-child{
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}


.box01 .st{
	background-color: #eb7d00;
	width: 130px;
	height: 130px !important;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}
@media screen and (max-width: 600px) {
	.box01 .st{
		width: 100px;
		height: 100px !important;
		margin: 0 auto 30px;
	}
}


.box01 .st .st-box{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.box01 .st .st-box p{
	font-size: 3.5em;
	color: #fff;
	font-weight: bold;
}
@media screen and (max-width: 600px) {
	.box01 .st .st-box p{
		font-size: 2.5em;
	}
}


.box01 .st .title{
	font-size: 1.5em !important;
	margin-bottom: 15px;
	margin-top: -20%;
}
@media screen and (max-width: 600px) {
	.box01 .st .title{
		margin-bottom: 0;
		margin-top: -25%;
		font-size: 1.0em !important;
	}
}


.box01 .de01{
	padding: 0 10px 0;
	margin-left: 50px;
	box-sizing: border-box;
 width: 85%;
}
@media screen and (max-width: 768px) {
	.box01 .de01{
		width: 75%;
		margin: 0 0 0 auto;
	}
}
@media screen and (max-width: 600px) {
	.box01 .de01{
		width: 100%;
		margin: 0 !important;
	}
}


@media screen and (max-width: 600px) {
	.box01 .de01 .catch2{
		text-align: center;
		font-size: 1.5em;
	}
}


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


.box01 .contactBtnWrap .contactBtn{
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.box01 .contactBtnWrap .contactBtn{
		margin-bottom: 10px;
	}
	.box01 .contactBtnWrap .contactBtn:nth-child(n+3){
		padding-bottom: 0;
	}
}


/*===========================
box02
===========================*/
.box02 .boxtitle.v01{
 background-image: url(../img/content/13.png);
}
.box02 .boxtitle.v02{
 background-image: url(../img/content/14.png);
}
.box02 .boxtitle.v03{
 background-image: url(../img/content/15.png);
}

@media screen and (min-width: 601px) {
 .box02 .boxtitle{
  background-position: left -10px center;
  background-repeat: no-repeat;
  background-size: 200px;
  padding:30px 0 30px 210px;
  margin: 0 auto;
  box-sizing: border-box;
 }
}

@media screen and (max-width: 600px) {
 .box02 .boxtitle{
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 150px;
  padding:140px 0 0 0;
  margin: 0 auto;
 }
}

.box02 .inn{
  border-top: 3px double var(--basic-color);
  padding-top: 40px;
}

@media screen and (min-width: 769px) {
 .box02 .boxtitle.v01{
  width: 93%;
 }

 .box02 .boxtitle.v02{
  width: 100%;
 }

 .box02 .boxtitle.v03{
  width: 87%;
 }
}


/*===========================
box03
===========================*/
.box03 .txtIconPoint.wom{
 background-color: #ec8422;
}
.box03 .txtwom{
 font-size: 1.3em;
 color: #ec8422 !important;
}

.box03 .txtIconPoint.men{
 background-color: #325bb3;
}
.box03 .txtmen{
 font-size: 1.3em;
 color: #325bb3 !important;
}








/*===========================
width
===========================*/
.w100{
	width: 100% !important;
	display: block;
}


@media screen and (max-width: 768px) {
	.w100Tablet{
		width: 100% !important;
		box-sizing: border-box;
	}
	
	.w90Tablet{
		width: 90% !important;
		box-sizing: border-box;
	}

	.w80Tablet{
		width: 80% !important;
		box-sizing: border-box;
	}

	.w50Tablet{
		width: 50% !important;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 600px) {
	.w100sp,
	.w90Tablet,
	.w80Tablet{
		width: 100% !important;
		box-sizing: border-box;
	}

	.w70sp{
		width: 70% !important;
		box-sizing: border-box;
	}

	.width-sp-50 img{
		width: 50% !important;
	}
}


/*===========================
onOff
===========================*/
.pcOFFtabletONspOFF{display: none !important;}
.pcOFFtabletOFFspON{display: none;}

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

@media screen and (max-width: 768px) {
	.pcOFFtabletONspOFF{display: block !important;}
	.pcOFFtabletOFFspON{display: none;}
	.pcONtabletOFFspOFF{display: none !important;}
}

@media screen and (max-width: 600px) {
	.pcOFFtabletONspOFF{display: none !important;}
	.pcOFFtabletOFFspON{display: block;}
	.pcONtabletONspOFF{display: none;}
}



/*===========================
特長 
===========================*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

.waterMrightFeat {
	background: rgba(253,253,253,.9);
	z-index:10;
	padding:2em 3em 4em 3em;
	margin-left:-15%;	

	text-shadow: 0 0 1px #fff,0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff,0 0 10px #fff,0 0 12px #fff, 0 0 14px #fff, 0 0 16px #fff, 0 0 18px #fff;
	border:1px solid #f0f0f0;
	
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius:5px;
}

.waterMleftFeat {
	background: rgba(253,253,253,.9);
	z-index:10;
	padding:2em 3em 4em 3em;
	margin-right:-15%;
	text-shadow: 0 0 1px #fff,0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff,0 0 10px #fff,0 0 12px #fff, 0 0 14px #fff, 0 0 16px #fff, 0 0 18px #fff;
	border:1px solid #f0f0f0;
	
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius:5px;
}

.waterFeatTxt {
	writing-mode: vertical-lr;
	color:#999;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	margin-bottom:2em;
	font-size:0.9em;
}

.text-shadow-non {
	text-shadow:none !important;
}

.waterTit {
	font-size:2.2em;
	line-height:1.2em;
	margin-bottom:0.8em;
	
	padding-left:1em;  
	text-indent:-0.5em; 
}

.waterTitMark {
	font-size:80%;
	color:var(--basic-color);
	display:inline-block;
	padding-right:0.4em;
	
	vertical-align: top;
	position: relative;
	top: 0.2em;
}

@media only screen and (max-width: 768px) {
  .waterTit {
  font-size:1.8em;
  line-height:1.2em;
  margin-bottom:0.8em;
  
  padding-left:1em;  
  text-indent:-0.5em; 
 }

 .waterTitMark {
	font-size:80%;
	color:var(--basic-color);
	display:inline-block;
	padding-right:0.4em;
	
	vertical-align: top;
	position: relative;
	top: 0.33em;
}



@media only screen and (max-width: 600px) {
 .waterMrightFeat {
  padding:1.5em 1em;
  margin-left:0;	
 }
	.waterMleftFeat {
		padding:1.5em 1em;
		margin-right:0;	
	}

 .waterFeatTxt {
  writing-mode:horizontal-tb;
  margin-bottom:0.8em;
 }

 .waterTit {
  font-size:1.6em;
  line-height:1.2em;
  margin-bottom:0.8em;
  
  padding-left:1em;  
  text-indent:-0.5em; 
 }
}