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

.textWhite{
	color:#fff;
}
.marginBottom0{
	padding-bottom:0 !important;
}
.headerTopic{
	height:218px;
	width:308px;
	position:absolute;
	right:0;
	top:180px;
	background-image:url(../images/voice.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center top;
}
h2.greenBase{
	
}
h2.ttl{
	color: #000;
    margin-left: 10px;
    margin-right: 10px;
    letter-spacing: 5px;
	padding-top:30px;
	font-size:1.5em;
}
.headerTopic a{
	width:100%;
	height:40px;
	display:block;
	position:absolute;
	bottom:0;
	text-align:center;
	background-color:#00ABBB;
	color:#fff;
	line-height:40px;
	text-decoration:none;
	transition: all 0.3s;
}
.headerTopic a::after{
	position:absolute;
	right:8px;
	content:"＞";
	transition: all 0.5s;
}
.headerTopic a:hover{
	opacity:0.7;
	transition: all 0.5s;
}
.headerTopic a:hover::after{
	position:absolute;
	transform:translate(8px, 0);
	transition: all 0.2s;
}
#headerArea{
	background-color: rgba(136, 168, 193, 0.4) !important;
}
.section{
	width: 100%;
    overflow: hidden;
    padding-top: 35px;
	padding-bottom:40px;
}
.double,.triple{
	overflow:hidden;
}
.double iflame{
	width: 100%;
	height: 400px;
}
.double div:first-child{
	width:48%;
	margin-right:2%;
	float:left;
}
.double div:nth-child(2){
	width:48%;
	margin-left:2%;
	float:left;
}
.triple div:first-child{
	width:32%;
	margin-right:1.333%;
	float:left;
}
.triple div:nth-child(2){
	width:32%;
	margin:0 0.666%;
	float:left;
}
.triple div:last-child{
	width:32%;
	margin-left:1.333%;
	float:left;
}
.plantName{
	font-size:30px;
	line-height:42px;
	margin-bottom:20px;
	color:#00ABBB;
	font-weight:bold;
}
.lead{
	font-size: 1.4em;
    line-height: 1.5em;
    margin-bottom: 40px;
    color: #00ABBB;
    font-weight: bold;
    text-align: left;
    margin-left: 20px;
    padding-top: 40px;
}
p.lead2{
	font-size: 1.4em;
    line-height: 1.5em;
    margin-bottom: 20px;
    color: #00ABBB;
    font-weight: bold;
    text-align: left;
    margin-left: 20px;
	padding-top:40px;
}
p.textCenter{
	text-align:center;
}
.double p,.triple p{
	line-height:1.25em;
}
.map{
	margin-bottom:8px;
}
.pointNumber{
	border-top:1px solid #222;
	padding-top:10px;
	font-size:1.2em;
	color:#00ABBB;
	padding-bottom:8px;
	letter-spacing:1px;
}
p.caption{
	margin-top:8px;
	line-height:1.5;
	font-size:0.9em;
}
p.capTtl{
	margin:12px 0;
	line-height:1.25;
	font-size:1.05em;
	font-weight:bold;
}
p.capTtl.line2{
	min-height: 2.4em;
}
a.columnLink{
	-webkit-transition:all .75s ease;
	transition:all .75s ease;

	text-decoration:none;
	color:#000;
	display:block;
}
a:hover.columnLink{
	-webkit-transition:all .75s ease;
	transition:all .75s ease;
	opacity:.8;
}
p.more{
	text-align:right;
	margin-top:4px;
	padding-right:3.2em;
	font-weight:normal;
	position:relative;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	cursor:pointer;
}
p.more:hover{
	color:#00ABBB;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
p.more:after{
	position:absolute;
	right:1em;
	content:"";
	height:1em;
	width:1.5em;
	background-image:url(../images/img-more-arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
p.more:hover:after{
	right:8px;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
img.scheme{
	margin:60px auto;
}
.overView{
	overflow:hidden;
}
.overView div:first-child{
	float:left;
	width:63%;
	margin-right:2%;
}
.overView div:nth-child(2){
	float:left;
	width:35%;
}
.overView img{
	width:100%;
}
.overView p{
	margin-bottom:20px;
	color:#00ABBB;
}
.overView ul{
	font-size:0.95em;
}
.overView ul li{
	margin-bottom:8px;
	display:flex;
}
.overView ul li span{
	display:inline-block;
}
.overView ul li span:first-child{
	width:10em;
	margin-right:20px;
}
.contact{
	text-align:center;
}
.contact a{
}

.btn-6{
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  margin: 40px 30px;
  background: #00ABBB;
}
.btn-6 span{
  display: block;
  padding: 10px 80px;
}
.btn-6::before, .btn-6::after{
  content:"";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}
.btn-6 p{
	display:block;
	position:relative;
}
.btn-6 p:after{
	content:"＞";
	position:absolute;
	top:calc(50% - 0.5em);
	right:20px;
	transition: all 0.2s linear;
}
.btn-6 p:hover:after{
	right:8px;
	transition: all 0.1s linear;
}

.btn-6 span::before, .btn-6 span::after{
  content:"";
  width:2px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}
.btn-6:hover::before, .btn-6:hover::after{
  width: 100%;
}
.btn-6:hover span::before, .btn-6:hover span::after{
  height: 100%;
}

.btn-6::before{
  left: 50%;
  top: 0;
  transition-duration: 0.4s;
}
.btn-6::after{
  left: 50%;
  bottom: 0;
  transition-duration: 0.4s;
}
.btn-6 span::before{
  left: 0;
  top: 50%;
  transition-duration: 0.4s;
}
.btn-6 span::after{
  right: 0;
  top: 50%;
  transition-duration: 0.4s;
}
.btn-6:hover::before, .btn-6:hover::after{
  left: 0;
}
.btn-6:hover span::before, .btn-6:hover span::after{
  top: 0;
}


p.cap{
	clear:both;
	font-size:0.9em;
	padding:4px 0;
}
p.caption{
	clear:both;
	font-size:1em;
	padding:10px 0;
}

.imageArea-csr {
    background-image: url(../images/head_child.jpg) !important;
	background-position:center center;
}
.imageArea-sports {
    background-image: url(../images/head_sports.jpg) !important;
}
.double img{
	max-width:100%;
}
.triple img{
	width:100%;	
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
    /* Display only in the smartphone */
.triple div{
	padding-bottom:30px;
}
.triple img{
	width:100%;
	margin:5px auto;
}
.triple div:first-child{
	width:96%;
	margin:10px auto;
	float:none;
}
.triple div:nth-child(2){
	width:96%;
	margin:10px auto;
	float:none;
}
.triple div:last-child{
	width:96%;
	margin:10px auto;
	float:none;
}
.double div:first-child{
	width:96%;
	margin:10px auto;
	float:none;
}
.double div:nth-child(2){
	width:96%;
	margin:10px auto;
	float:none;
}
.imageText br{
	display:none;
}
p.capTtl.line2{
	min-height: auto;
}
	
}
@media screen and (max-width: 475px) and (-webkit-min-device-pixel-ratio: 1.5) {
.imageArea-csr {
    background-image: url(../images/head_child_.jpg) !important;
}
#imageArea {
    position: relative;
    width: 100%;
    min-width: auto;
    height: 100vh;
	color:#000;
}
.textWhite{
	text-shadow:0px 0px 10px #0b0b0b;
}
}