
section { 
	width:100%;
	padding:20px 0;
}


.color-1 {
	background: #d7eaf1;
	position: relative;
	border-bottom: 2px solid #fff;
}

nav a {
	position: relative;
	display: inline-block;
	margin: 0px 10px;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

nav a.open {
	color: #00adec;
	font-weight:400;
}

nav a:hover,
nav a:focus {
	outline: none;
}

#google_translate_element{
position: absolute;
top:20px;
right:1%;
}

.cl-effect-1 {
text-align:center;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

@media screen and (min-width: 751px) {
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
}
@media screen and (max-width : 750px) {
.cl-effect-1 a{
	margin: 0 5px;
}
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: none;
}
}

/* メイン画像 */

.pop {
	position:absolute;
	text-align:center;
	top:1%;
	left:1%;
	z-index: 1000;
	background-color:rgba(255, 255, 255, 0.6) ;
	padding:10px;
}
.pop p{
	color:#000;
	font-size:15px;
	font-weight: 200;
	line-height:normal;
}
.s_title {
	position:absolute;
	text-align:center;
	top:30%;
	z-index: 1000;
	width:100%;
}
.s_title img{
	width:20%;
}
.s_title h1{
	color:#fff;
	font-size:80px;
	font-weight: 400;
	line-height:normal;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	margin-bottom: 15px;
}
.s_title p{
	color:#fff;
	font-size:25px;
	font-weight: 200;
	line-height:normal;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.iframe-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.iframe-content iframe {
    position: absolute;
 top: 0;
 left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 751px) {
.iframe-container {
background: url(../img/main.jpg) no-repeat top center #FFFFFF;
background-size: cover;
}
}

@media screen and (max-width : 750px) {
.s_title img{
	width:65%;
}
.iframe-container {
background: url(../img/main_sp.jpg) no-repeat top center #FFFFFF;
background-size: cover;
}
}


.sec00 {
	text-align:center;
}
.sec00 h2{
	text-align:center;
	font-size:28px;
	font-weight: 200;
	margin:20px 0 30px;
	line-height:140%;
}
.sec00 p{
	text-align:left;
}

.sec01 {
	background-color:#f8f8f8;
	overflow: hidden;
}

.sec01 .inner{
width:19%;
float: left;
}
.sec01 h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 200;
    margin: 20px 0 30px;
}
.sec01 .inner div{
	width:100%;
	margin:0 auto;
	background-color:#595959;
	color:#FFFFFF;
	text-align:center;
	padding:15px;
	border-radius: 5px;
	box-sizing: border-box;
}

.sec01 .inner div i{
	font-size:80px;
	font-weight: 200;
	margin:10px 0 20px;
}
.sec01 .inner div h3{
	font-size:22px;
	font-weight: 400;
	margin:10px 0 20px;
}
.sec01 .inner div p{
	font-weight: 200;
}

.sec01 .inner_r{
width:75%;
float: right;
}

.sec01 .inner_r ul li{
list-style:none;
line-height: 180%;
}
.sec01 .inner_r ul li{
list-style:none;
line-height: 180%;
}
.sec01 .inner_r ul li:before {
    margin-right: 0.3em;
    font-family: FontAwesome;
    content: "\f0e6";
    color:inherit;
}


.sec04 h3{
	text-align:center;
	font-size:22px;
	font-weight: 200;
	margin:20px 0 30px;
	line-height:140%;
}


/* news */

.news { 
position: relative;
width: 80%;
margin: 0 auto 10px;
overflow: hidden;
}
.news_title { 
background-color:#d7eaf1 ;
position: absolute;
top: 50%;
left:2%;
transform: translateY(-50%);
font-size: 200%;
}
.news_cont { 
margin-left: 15%;
border-left:3px solid #333;
overflow: hidden;
}
.news_cont dl{
	width:100% ;
	line-height:180% ; 
	margin-left: 15px;
}
.news_cont dl dt{
	float: left;
	clear: both;
	width:20% ;
}
.news_cont dl dd{
	float: left;
	width:75% ;
}
.news_cont dl dd span{
	font-size:120%;
}





/* ----------------------- 会社概要*/

.color-1 .logo{
	position: absolute;
	top:15%;
	left:2%;
	width: 95%;
}
.color-1 .logo img{
	height:50%;
	max-height:40px;
}
.general_cont ul{
	margin-left:35px;
}

dl.company{
	width:100% ;
	line-height:250% ;
	overflow:hidden;
}

dl.company dt{
	float: left;
	clear: both;
	width:18% ;
}
dl.company dd{
	float: left;
	width:80% ;
}

/* ----------------------- 採用*/
.cs{
text-align: center;
margin: 50px 0;
padding-bottom: 100px;
border-bottom: 1px solid #ccc;
}
.tb02 {
    width: 250px;
	margin: 0 auto;
	box-sizing: border-box;
}
@media screen and (max-width : 750px) {
.tb02 {
    width: 80%;
	margin: 0 auto;
	box-sizing: border-box;
}
}
.tb02 a{
	color:#FFFFFF;
}
.tb02 a:visited {
	color:#FFFFFF;
}
.tb02 p {
	text-align: center;
}
.btn2 {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #0099d9;
  border: 1px solid #0099d9;
  line-height:130%;
  padding:10px 0;
  position: relative;
  z-index: 2;
  font-weight:800;
}
a.btn2:hover {
  background-color: #fff;
  border-color: #0099d9;
  color: #0099d9;
}
.btn2,
.btn2::before,
.btn2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 950px) {

.for_sp{
	display: none;
}

.br-sp { display:none; }

#container { 
	width:100%;
	padding:0;
}
.content { 
	text-align:left;
	margin: 0 auto;
	width:950px;
	position:relative;
	padding:0;
	overflow: hidden;
}
.content_w { 
	text-align:left;
	margin: 0 auto;
	width:950px;
	position:relative;
	padding:0;
}
.content_w .teclink{
	position:absolute;
	right:0;
	top:5px;
	display:flex;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
flex-wrap:wrap;
width:40%;
}




/* footer */

#footer {
	margin:30px 0 10px;
	border-top:1px solid #727172;
}

#footer ul {
	margin:20px auto 0;
	text-align:center;
}

#footer ul li {
	display:inline;
	margin-right:5px;
	padding-left:10px;
	line-height:130%;
	border-left:1px solid #727172;
	font-size:12px;
}

#footer ul li.utilityHome {
	border-left:0;
}

#footer p {
	font-size:12px;
	text-align:center;
	margin-top:15px;
}


.iframe-content {
   position: relative;
   width: 100%;
   height:400px;
	
}
.iframe-content02 {
   position: relative;
   width: 100%;
   height:920px;
   overflow: hidden;
}
}





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

#container { 
	text-align:left;
	margin: 0 auto;
	width:100%;
}

.content { 
	margin: 0 auto;
	width:93%;
	position:relative;
}


img {
max-width: 100%;
height: auto;
border: none;
}

.for_pc{
	display: none;
}

.sp_img_list{
	margin: 10px 0 0;
}

.sp_img_list p{
	float: left;
	width:45%;
	margin: 0 2%;
}

.iframe-content {
   position: relative;
 width: 100%;
    padding: 50% 0 20% 0;
}
.s_title {
	position:absolute;
	text-align:center;
	top:30%;
	z-index: 1000;
	width:100%;
}
.s_title h1{
	color:#fff;
	font-size:40px;
	font-weight: 400;
	line-height:normal;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.s_title p{
	color:#fff;
	font-size:17px;
	font-weight: 600;
	line-height:normal;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

#google_translate_element{
position: relative;
top:0;
right:0;
}

/* ヘッダーメニュー */

nav a {
	position: relative;
	display: inline-block;
	margin: 0px 0px;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.cl-effect-1 {
line-height:normal;
}
.cl-effect-1 a::before {
	margin-right: 0px;
	content: '[';
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	transform: translateX(5px);
}

.cl-effect-1 a::after {
	margin-left: 0px;
	content: ']';
	-webkit-transform: translateX(-5px);
	-moz-transform: translateX(-5px);
	transform: translateX(-5px);
}

.banner {
    padding: 10px 0;
	background: rgba(32,174,229,.9);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
	font-size:90%;
}
.banner .banner-btn {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.btn_w {
  margin:5px 0 0;
  text-align:center;
}
.btn1 {
  display: inline-block;
  width: 70%;
  text-align: center;
  text-decoration: none;
  outline: none;
  border-radius:20px;
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
  margin-bottom:0;
  padding:10px 0
}


/* BILLBOARD */


.sec00 h1{
	color:#00adec;
	font-size:35px;
	font-weight: 400;
	margin:30px 0;
	line-height:140%;
}
.bill h2{
	text-align:center;
	font-size:20px;
	font-weight: 400;
	line-height:normal;
	margin:20px 0 30px;
}

.sec01 .inner{
	width:100%;
}
.sec01 .inner div{
	width:90%;
	margin:20px auto ;
	background-color:#595959;
	color:#FFFFFF;
	text-align:center;
	padding:15px;
	border-radius: 5px;
}
.sec01 .inner div i{
	font-size:60px;
	font-weight: 200;
	margin:10px 0 20px;
	display: inline;
	vertical-align: middle;
}
.sec01 .inner div h3{
	display: inline;
	vertical-align: middle;
}
.sec01 .inner_r {
    width: 90%;
    float: none;
	margin-left: auto;
	margin-right: auto;
}

.sec04 h3 {
    text-align: left;
    font-size: 20px;
    font-weight: 200;
    margin: 20px 0 30px;
    line-height: 140%;
}

dl.company dt{
	float: none;
	clear: both;
	width:100% ;
	font-weight: 400;
}
dl.company dd{
	float: none;
	width:100% ;
	margin-bottom: 20px;
	line-height: 140%;
}

.color-1 .logo {
    position: relative;
    top:0;
    left: 0;
    width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

/* ----------------------- news */

.news { 
background-color:#d7eaf1 ;
position: relative;
width: 98%;
margin: 15px auto;
}
.news_title { 
font-size: 190%;
position: relative;
top: 0;
left: 0;
transform: translateY(0);
border-bottom:3px solid #333;
padding-bottom: 10px;
margin-bottom: 10px;
}
.news_cont { 
margin-left: 0;
font-size:100%;
border:none;
}
.news_cont dl{
	width:100% ;
	line-height:180% ; 
	margin-left: 15px;
}
.news_cont dl dt{
	float: none;
	clear: both;
	width:100% ;
}
.news_cont dl dd{
	float: none;
	width:100% ;
}
.news_cont dl dd span{
	font-size:120%;
}
.chirashi{
	width:90% ;
	margin: 15px auto 0;
}

/* インスタ */

.sec02 {
background-color:#FFFFFF ;
}
.sec02 .content{
background: url("../img/niji.png") no-repeat left top,#ffffff;
background-size: 100% auto;
}
.sec02 .content_bg{
height: 100%;
background: rgba(255,255,255,0.7);
}
.in_tit{
width:98%;
margin: 0 auto 15px auto;
overflow: hidden;
padding-top: 50px;
}
.in_tit img{
width:100%;
}
.in_tit .it_left{
width:45%;
float:left;
text-align: right;
text-shadow: 0px 1px 3px rgba(255, 255, 255, 1.0);
}
.in_tit .it_right{
width:45%;
float:right;
}

/* footer */

#footer {
	margin:30px 0 10%;
	border-top:1px solid #727172;
}

#footer ul {
	margin:5px auto 0;
	text-align:center;
	font-size:10px;
}

#footer ul li {
	display:inline;
	margin-right:5px;
	padding-left:10px;
	line-height:1.1;
	border-left:1px solid #727172;
}

#footer ul li.utilityHome {
	border-left:0;
}

#footer p {
	font-size:10px;
	text-align:center;
}

/* ----------------------- form  */
ul.company,
ul.fee,
ul.nin_fee {
border-bottom: none;
}
.company > li .name,
.fee > li .name,
.nin_fee > li .name {
width: auto;
font-weight: bold;
border-width:0px 0px 1px 0px ;
border-style:solid ; 
border-color:#CCC ;
}
.company > li .cont,
.fee > li .cont,
.nin_fee > li .cont {
width: auto;
border:none ;
padding-bottom:10px ;
}
.company > li div,
.fee > li div,
.nin_fee > li div {
display: block;
float: none;
}



}


@media only screen
and (max-width : 640px) {
.pop p{
	font-size:13px;
}
}