@charset "utf-8";

/* 追加文css ***********************************************************************************************************/
/* slider**********************/
.carousel img {
  height: 480px;
}

/* BLOG */
section.blog {
	padding:0px 15px;
}

/* PR**********************/

section.pr { 
	margin: 0 auto 10px; padding:10px; width: 100%; text-align: left; position: relative; overflow: hidden; }
section.pr ul {  padding:10px 0; position:relative;}
section.pr ul li {  width: 100%; display: none; height:40px;}
section.pr ul li dl dt {
	float:left; width: 80px; color:#ADB5BB; font-family: 'arial', sans-serif; font-size:1.2rem; padding:4px;
}
section.pr ul li dl dd {
	float:left; width: 860px; height:1.8em; padding:5px 10px; font-size:1.3rem; overflow:hidden; line-height:2em; padding-top:2px;
}
section.pr ul li dl dd a{ color:#333;}
section.pr ul li  dl dd a:hover{ color:#00b0ec; text-decoration:none;}

/*contents*************************/
section .headerRB {
	 font-family: 'arial', sans-serif;
	 text-align:center;
	 font-size:1.4rem;
	 color:#32393d;
}
section h1 { 
	text-align:center;
	font-size:3rem; font-weight:200;
	padding:0;
	color:#00b0ec;
	margin:15px 0 60px 0;
}

section.white .headerRB,section.white h1 { 
	color:#fff;
}

ul.column2in>li {
	width: 49%;
	line-height:1.8em;
	float: left;
	margin:0 2% 0 0;
	background:#fff;
	font-size:1.2rem;
	box-sizing:content-box;
}

ul.column2in>li:nth-child(2n) {
	margin:0;
}

ul.column2in>li img {
	width: 90%;
    margin: 30px 5%!important;
}

ul.column3>li {
	width: 32%;
	line-height:1.8em;
	float: left;
	margin:0;
	background:#fff;
	font-size:1.2rem;
	box-sizing:content-box;
}
ul.column3>li:nth-child(2n) {
	margin:0 2%;
}
ul.column3>li img {
	width:100%;
}

ul.column2in>li a, ul.column3>li a{
display:block;
color:#333;
background:#fff;
padding:2px;
-webkit-transition:all 0.8s ease-in;
}
ul.column2in>li a:hover, ul.column3>li a:hover { text-decoration:none !important; background:#00b0ec;}
ul.column2in>li a>div, ul.column3>li a>div{ background:#fff; padding:30px; height:350px;}

section.works {
	padding:80px 7% 60px;
}
section.works ul li img { margin:50px 0;}

section.recruit {
	padding:80px 0 50px;
	margin:0;
	background:#ccc url(../img/top/contetns/top_recruit2.png) no-repeat;
	background-size:cover;
	height:326px;
}

.presidentbase{	
	background:#ccc url(../img/top/contetns/kawabata.jpg) no-repeat center; background-size:cover; height:343px; margin:0 0 80px;}
section.president {padding:50px 80px 0;}

section.president>.headerRB {
	 font-family:"Arial", Gadget, sans-serif; font-weight:bold; color:#fff;
	 text-align:left;
	 font-size:1.6rem;
}
section.president>h1 { 
	font-size:3.6rem; font-weight:200;
	width:50%;
	line-height:1.4em;
	text-align:left;
	padding:0;
	color:#333;
	margin:0 0 30px 0;
}

section.president>p{
	overflow: hidden;
	margin: 10px 0;
	width:210px;
	padding:0 10px 0 0;
	font-size:1.8rem; line-height:1.8em;
	}
	
section.president>p>a { 
	padding:10px; 
	color:#333;
	display: block;
	position: relative;
	z-index: 100;
	-webkit-transition:all 0.1s ease-in;  
	font-size: 1.6rem;
	line-height: 2em;
	text-decoration:none;
}	

section.president>p>a:before {
	display: block;
	content: "";
	position: absolute;
	z-index:100;
	-webkit-transform: rotate(45deg);
	-webkit-transition: all 0.1s ease-in;  
	transform: rotate(45deg);
	top: 50%;
	right: 16px;
	width: 9px;
	height: 9px;
	margin-top: -6px;
	border-right:2px solid #ccc;
	border-top:2px solid #ccc;
}
section.president>p>a:hover:before{ right:11px; }

section.president>p>a:after { 
	display: block;
	content: "";
	position: absolute;
	z-index:99;
	-webkit-transition: all 0.1s ease-in;  
	top: 40%;
	right: 5px;
	width: 30px;
	height:30px;
	border-radius:100%;
	margin-top: -6px;
	background:#fff;
}
section.president p>a:hover:after { right:0;}
	
section.president p a .name{ font-size:2.6rem;}


.pb0 { padding-bottom:0 !important;}
.mb80 { margin-bottom:80px;}


/*tab********************/

.tabs {
    position: relative;
    padding: 0;
	width:96%;
	margin:0 auto;
}
.tabs li {
    list-style: none;
    display: inline-block;
	height:540px;	
}

.tabs li:first-child{ margin-left:126px;}

.tabs input[type=radio] {
    display: none;
}
.tabs label {
    display: block;
    cursor: pointer;
	width:160px;
	text-align:center;
    padding:6px 0;
    color: #aaa;
	margin:0 5px;
	font-size:1.2rem;
	border-radius:3px;
-webkit-transition: all 0.2s; 
	
}
.tabs label:hover {
    color: #00b0ec;
	 background:#fcfcfc;
}
.tabs input[type=radio]:checked + label {
    color: #00b0ec;
	border:1px solid #00b0ec;
	border-radius:1px;
}
.tabs input[type=radio]:checked + label:hover { background:#fff;}

.tabs .contents {
    display: none;
	width:100%;
	opacity:0 !important;
    position: absolute;
    top:60px;
    left: 100px !important;
    padding: 30px 10px;
	-webkit-transition: all 0.5s ease-in !important;
	transition: all 0.5s ease-in !important;
}
.tabs input[type=radio]:checked + label + .contents{
   display: block;
   width:100%;
   opacity:1 !important;
   left:0 !important;
   z-index:6000;
}

.tabs li .contents dl { 
	border-bottom:1px dotted #ccc;
	margin-bottom:15px;
	padding:0 0 10px 0;
	min-height: 60px;
	display: table;
	width: 100%;
}
.tabs li .contents dl dt {
	width: 12%;
	padding: 5px 10px;
	color: #ADB5BB;
	font-family: 'arial', sans-serif;
	font-size: 1.2rem;
	min-height: 50px;
    vertical-align: middle;
    display: table-cell;
}
.tabs li .contents dl dd {
	width:88%;
	padding:5px 10px;
	font-size:1.3rem;
	display: table-cell;
    vertical-align: middle;
}
.tabs li .contents  dl dd a{ color:#333;}
.tabs li .contents  dl dd a:hover{ color:#00b0ec; text-decoration:none;}


#divDataArea dl { 
	width: 100%;
	border-bottom: none;
}
#divDataArea dl dt {
	border-bottom:1px dotted #ccc;
	margin-bottom:15px;
	width: 17%;
	padding: 15px 10px;
	color: #b6c4cb;
	font-family: 'arial', sans-serif;
	font-size: 1.2rem;
	min-height: 60px;
    display: inline-block;
}
#divDataArea dl dt img {
	margin-left:15px;
}

#divDataArea dl dd {
	border-bottom:1px dotted #ccc;
	margin-bottom:15px;
	width:83%;
	padding:15px 10px;
	font-size:1.3rem;
	min-height: 60px;
	vertical-align: middle;
    display: inline-block;
}

.infowrap {
	margin:80px auto;
}

section.bannerspace {
	padding:10px;
	text-align:right;
}

section.bannerspace div {
	width:288px;
	height:auto;
	padding:0 10px;
	float:right;
}
section.bannerspace div img { width:100%;}





@media (max-width: 768px) {
/* slider**********************/
.carousel {
	margin-top:65px;
}

.carousel img {
  height: 250px;
}
.carousel button {
	display:none;
}

/* contents**********************/

section .headerRB {
	 font-size:1.2rem;
}
section h1 { 
	text-align:center;
	font-size:2.2rem; font-weight:200;
	padding:0;
	color:#00b0ec;
	margin:15px 0 30px 0;
}

/* PR**********************/
section.pr { 
	margin: 0 auto 10px; padding:5px; width: 100%; text-align: left; position: relative; overflow: hidden; }
section.pr ul { padding:5px 0; position:relative;}
section.pr ul li { width: 100%; display: none; height:30px;}
section.pr ul li dl dt {
	float:left; width: 10%; color:#ADB5BB; font-family: 'arial', sans-serif; font-size:1.1rem; padding:5px;
}
section.pr ul li dl dd {
	float:left;
	display:inline-block;
	width: 86%; 
	height:1.8em; 
	padding-left:2.5rem;
	font-size:1.2rem;
	overflow:hidden;
	line-height:2em;
	padding-top:2px;
}


ul.column2in>li, ul.column3>li {
	width: 100%;
	line-height:1.8em;
	float: none;
	margin:0 auto 20px;
	background:#fff;
	font-size:1.2rem;
	box-sizing:content-box;
	height:auto;
}

ul.column2in>li:nth-child(2n), ul.column3>li:nth-child(2n) {
	margin:0 auto 20px;
}
ul.column2in>li img, ul.column3>li img {
	width:100%;
	margin: 0!important;
}
	
ul.column2in>li a, ul.column3>li a{
display:block;
color:#333;
background:#fff;
padding:2px;
-webkit-transition:all 0.8s ease-in;
}
ul.column2in>li a:hover, ul.column3>li a:hover { text-decoration:none !important; background:#00b0ec;}
ul.column2in>li a>div, ul.column3>li a>div{ background:#fff; padding:0px 30px 30px; height:auto;}

.side2p { margin-left:2%; margin-right:2%; width:96% !important;}

section.works {
	padding:40px 15px;
}

section.works ul li img { margin:0;}

section.recruit {
	padding:50px 0 30px;
	background-size: cover;
	background-position:center;
	height:auto;
}

.presidentbase{	
	background:#ccc url(../img/top/contetns/kawabata_2.png) no-repeat center; background-size:cover; height:343px; margin:0 0 40px;}
section.president {padding:10px 15px 0;}

section.president>.headerRB {
	 font-family:"Arial", Gadget, sans-serif; font-weight:bold; color:#fff;
	 text-align:left;
	 font-size:1.6rem;
}
section.president>h1 { 
	font-size:2.4rem; font-weight:200;
	width:90%;
	line-height:1.2em;
	text-align:left;
	padding:0;
	color:#333;
	margin:-5px 0 0 0;
}

section.president>p{
	overflow: hidden;
	margin: 10px 0;
	width:45%;
	padding:0 10px 0 0;
	font-size:1.6rem; line-height:1em;
	}
	
section.president>p>a { 
	padding:10px 0 0 0; 
	color:#333;
	display: block;
	position: relative;
	z-index: 100;
	-webkit-transition:all 0.1s ease-in;  
	font-size: 1.4rem;
	line-height: 1.5em;
	text-decoration:none;
}	

section.president>p>a:before {
	display: block;
	content: "";
	position: absolute;
	z-index:100;
	-webkit-transform: rotate(45deg);
	-webkit-transition: all 0.1s ease-in;  
	transform: rotate(45deg);
	top: 50%;
	right: 16px;
	width: 9px;
	height: 9px;
	margin-top: -3px;
	border-right:2px solid #ccc;
	border-top:2px solid #ccc;
}
section.president>p>a:hover:before{ right:11px; }

section.president>p>a:after { 
	display: block;
	content: "";
	position: absolute;
	z-index:99;
	-webkit-transition: all 0.1s ease-in;  
	top: 40%;
	right: 5px;
	width: 30px;
	height:30px;
	border-radius:100%;
	margin-top: -6px;
	background:#fff;
}
section.president p>a:hover:after { right:0;}
	
section.president p a .name{ font-size:2rem;}
/*tab********************/

.tabs {
    position: relative;
	width:100%;
	margin:0;
	padding:0 2px;
	text-align:center;
}
.tabs li {
	width:24.5%;
    list-style: none;
    display:block;
	height:750px;
	overflow:hidden;
	float:left;
	margin-right:0.6%;
}

.tabs li:first-child{ margin-left:0;}
.tabs li:last-child{ margin-right:0;}

.tabs input[type=radio] {
    display: none;
}
.tabs label {
	box-sizing:border-box;
    display: block;
    cursor: pointer;
	width:99%;
	text-align:center;
    padding:12px 0;
    color: #aaa;
	margin:0 0.5%;
	font-size:1.2rem;
	border-radius:3px;
    -webkit-transition: all 0.2s;
     border:1px solid #ddd;
	letter-spacing:-0.1em;
	
}
.tabs label:hover {
    color: #00b0ec;
	 background:#fcfcfc;
}
.tabs input[type=radio]:checked + label {
    color: #00b0ec;
	border:1px solid #00b0ec;
	border-radius:3px;
}
.tabs input[type=radio]:checked + label:hover { background:#fff;}

.tabs .contents {
	display:block;
	width:100%;
	opacity:0 !important;
    position: absolute;
    top:30px;
    left:10px !important;
    padding: 30px 10px;
	-webkit-transition: opacity,left 0.5s ease-out,left 0.5s ease-out;
	transition: opacity 0.5s ease-out ,left 0.5s ease-out;
}

.tabs li .contents  dl { 
border-bottom:1px dotted #ccc; margin-bottom:15px; padding:0 0 10px 0;
}

.tabs li .contents dl dt {
	float:none;
	width:100%;
	display:block;
	padding:5px 10px;
	text-align:left;
	font-size:1.2rem;
	min-height:1em;
}
.tabs li .contents dl dd {
	float:none;
	width:100%;
	display:block;
	padding:5px 10px;
	font-size:1.3rem;
	text-align:left;
	height:6em;
	overflow:hidden;
}
.tabs li .contents  dl dd a{ color:#333; width:100%;}
.tabs li .contents  dl dd a:hover{ color:#00b0ec !important; text-decoration:none;}

#divDataArea dl { 
	width: 100%;
}
#divDataArea dl dt {
	border-bottom:none;
	margin-bottom:0;
	width: 100%;
	padding: 5px;
	min-height: 1em;
    display: inline-block;
}
#divDataArea dl dt img {
	margin-left:15px;
}

#divDataArea dl dd {
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	width:100%;
	padding:5px;
	min-height: 2em;
    display: inline-block;
}

section.bannerspace {
	padding:10px;
	text-align:left;
}

section.bannerspace div {
	width:50%;
	height:auto;
	padding:0 2%;
	float:left;
}
section.bannerspace div img { width:100%;}
}
@media (max-width: 374px){
.tabs li {
	height:760px;
}

section.president>p{
	overflow: hidden;
	margin: 10px 0;
	width:55%;
	padding:0 10px 0 0;
	font-size:1.6rem; line-height:1em;
	}
	
.tabs label {
	box-sizing:border-box;
    display: block;
    cursor: pointer;
	width:99%;
	text-align:center;
    padding:12px 0;
    color: #aaa;
	margin:0 0.5%;
	font-size:1rem;
	border-radius:3px;
    -webkit-transition: all 0.2s;
     border:1px solid #ddd;
	letter-spacing:-0.1em;
}
}
