@charset "utf-8";
/* CSS Document */


body,h1,h2,h3,p,ul,ol,li{
	margin: 0;
	padding: 0;
	font-family: "tbchibirgothicplusk-pro","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
a{
	text-decoration: none;
}
ul,li{
list-style: none;
}

.mobile{
	display: none;
}
.pc{
	display: block;
}

body{
border-top: 5px #00AAFF solid;
}

@media screen and (min-width: 601px) {
/****************ヘッダー*********************/
header{
	width: 1000px;
	margin: 15px auto 0;
	overflow: hidden;
}

.logo-box{
float: left;
width: 40%;
}

.logo-box img{
height: 50px;
width: auto;
}
.logo-box h1{
	font-size: 17px;
}
.contact{
	font-weight: bold;
	float: right;
	margin-left: 30px;
}
header nav{
width: 100%;
margin: 0px auto;
overflow: hidden;
}
header nav ul{
	display: flex;
	flex-direction: row;
	-webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 10px auto 10px;
}
header nav ul li{
width: 100px;
	list-style: none;
	text-align: center;
	padding-bottom: 5px;
	box-sizing: border-box;
	border-right: 1px solid #ececec;
	line-height: 300%;
	font-size: 14px;
}
header nav ul li:hover{
	background:#D1EEFF;
}
header nav ul li a{
color: #000;
}


/*****************メインイメージ*********************/
.contents{
	width: 100%;
	margin-bottom: 70px;
}
.box{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.main-image{
width: 100%;
margin: 0px auto 120px auto;
}

.gallery-cell{
width: 100%; /* full width */
  height: auto; /* 画像比率2：1の場合。 100 × ( 画像幅 ÷ 画像高) */
  margin-right: 10px;
  text-align: center;
}

.gallery-cell img{
height: 450px;
}

/*****************共通*********************/
.contents h2 {
    border-top: 1px solid #ccc; 
    margin:23px 0 40px; 
    text-align:center; 
    padding:0;
	height:24px;

}

.contents h2 span { 
    position: relative; 
    top: -24px; 
    padding: 0 20px; 
    background:white;
	font-size: 40px;
	font-family: 'Pinyon Script', cursive;
}

.contents .box img{
width: 80%;
}

.contents .dashed{
border-bottom: 1px dashed #666;
padding-bottom: 30px;
margin-bottom: 30px;
}

.contents h3.h3_normal {
border: none;
    margin:0px 0 20px 0;
	font-size: 24px;
    padding:0;
	color: #00A3FF;
}
.contents h3.h3_big {
border: none;
    margin:23px 0 0px 0;
	font-size: 30px;
    padding:0;
	color: #00A3FF;
}

.contents h4 {
border: none;
    margin:0px 0 30px 0;
	font-size: 24px;
    padding:0;
	color: #00A3FF;
}




/*****************About us******************/
.about .box{
text-align: center;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*****************Gredo******************/

.gredo{
overflow: hidden;
}
.gredo .left{
float: left;
width: 40%;
text-align: left;
margin: 0px 0px 30px 30px;
}

.gredo .right{
float: right;
width: 50%;
}

/*****************Concept******************/
.concept{
overflow: hidden;
}

.concept .five_mission{
text-align: left;
width: 90%;
margin: 20px auto;
}
.concept .five_mission dt{
color: #00A3FF;
font-size: 16px;
line-height: 150%;
font-weight: bold;
}
.concept .five_mission dd{
margin: 0px 0px 20px 0px;
font-size: 15px;
line-height: 170%;
}

/*****************superiority******************/
.superiority{
overflow: hidden;
}

.superiority p{
margin: 50px 0px;
}


/*****************おしらせ******************/
.news{
	padding: 0px auto;
	overflow: hidden;
}

.news .news_list{
width: 90%;
margin: 20px auto;
overflow: hidden;
display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-direction: row; /* Safari */
  flex-direction:         row;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  border-bottom: dashed 1px #666;
  padding-bottom: 20px;
 }
.news .news_list li.date{
margin: 0px 10px 0px 0px;
width: 10%;
}
.news .news_list li.category{
margin: 0px 0px 0px 0px;
width: 10%;
}
.news .news_list li.category span{
border-radius: 30px;
background: #008CFF;
color: #fff;
padding: 5px 10px;
margin-top: 0px;
font-size: 13px;
}

.news .news_list li.caption{
margin: 0px 10px 0px 10px;
width: 75%;
text-align: left;
line-height: 150%;
font-size: 14px;
}


/*****************会社概要******************/
.company{
	padding: 0px auto;
	overflow: hidden;
}
.company .com{
width: 40%;
margin: 20px 0px 20px 10%;
float: left;
}

.company .com dt{
width: 100%;
text-align: left;
margin: 0;
padding: 0;
color: #02A190;
font-weight: bold;
}
.company .com dd{
margin: 0 0px 10px 0px;
padding: 0;
text-align: left;
}

/*****************CSR******************/
.service{
margin: 0px auto;
	padding: 0px auto;
	overflow: hidden;
}

.service h1{
font-size: 30px;
color: #444444;
margin-bottom: 40px;
padding-bottom: 10px;
display: inline;
border-bottom: dashed #ccc 2px;
line-height: 200%;
font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
overflow: hidden;
}
.service h2{
color: #0093FF;
}

.service p{
text-align: left;
}

.service h3{
background: #0093FF;
padding: 10px;
color: #fff;
margin: 80px auto 10px;
}
.service .midasi{
border-bottom: solid #ccc 1px;
font-size: 20px;
margin: 20px auto 10px;
font-weight: bold;
}
.service .boxPoint03 {
padding: 15px;
border-radius: 10px;
background: #ececec;
margin: 20px auto 20px auto;
line-height: 180%;
}
.textBold{
font-weight: bold;
}


/*****************フッター*****************/
footer nav{
	background-color: #F4BDD5;
}
footer nav ul{
	width: 900px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	list-style-type: none;
	color: #fff;
	padding: 30px 0;
}
footer nav ul a{
	color: #fff;
}
.footer-company{
	display: flex;
	width: 900px;
	margin: 0 auto;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
.footer-company .text1{
	font-weight: bold;
	font-size: 16px;
}
.footer-company .text1 p{
	font-size: 12px;
}
.footer-company .text2{
	font-size: 12px;
}
.footer-company .text3{
	color: #F4BDD5;
	font-size: 26px;
}
.copy{
background: #00AAFF;
	text-align: center;
	font-size: 11px;
	padding: 10px 0;
	color: #fff;
}
}

/*************モバイル*****************/
@media screen and (max-width: 600px) {
	.mobile{
		display: block;
	}
	.pc{
		display: none;
	}
	
/*****************ヘッダー*****************/
	header{
		width: 100%;
		height: 60px;
		margin: 0;
		padding: 0px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 50;
		background: hsla(0,0%,100%,0.70)}
	
	.logo-box{
	margin: 10px 0px 0px 0x;
		padding: 0px;
}
	.logo-box img{
	margin: 20px 0px 0px 5px;
	height: 30px;
	}



/*****************メインイメージ*********************/
.contents{
	width: 100%;
	margin-top: 60px;
	margin-bottom: 70px;
}
.main-image{
width: 100%;
}

.gallery-cell{
width: 100%; /* full width */
  height: auto; /* height of carousel */
  margin-right: 10px;
}

.gallery-cell img{
width: 100%; /* full width */
height: auto;
}


/*****************共通*********************/
.contents h2 {
    border-top: 1px solid #ccc; 
    margin:23px auto 40px auto; 
    text-align:center; 
    padding:0;
	height:24px;
}

.contents h2 span { 
    position: relative; 
    top: -24px; 
    padding: 0 20px; 
    background:white;
	font-size: 1em;
	font-family: 'Pinyon Script', cursive;
}

.contents .box img{
width: 80%;
margin: 0px auto;
}

.contents .dashed{
border-bottom: 1px dashed #666;
padding-bottom: 30px;
margin-bottom: 30px;
}

.contents h3{
text-align: center;
}
.contents h3.h3_normal {
border: none;
    margin:0px auto 20px auto;
	font-size:1.3em;
    padding:0;
	color: #00A3FF;
	text-align: center;
}
.contents h3.h3_big {
border: none;
    margin:23px auto 0px auto;
	font-size: 2em;
    padding:0;
	color: #00A3FF;
}

.contents h4 {
border: none;
    margin:0px 0 30px 0;
	font-size: 1.4em;
    padding:0;
	color: #00A3FF;
}


/*****************About us******************/
.about .box{
text-align: center;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*****************Gredo******************/

.gredo{
overflow: hidden;
}
.gredo .left{
width: 90%;
text-align: center;
margin: 0px auto 30px 5%;
overflow: hidden;
}

.gredo .right{
width: 100%;
text-align: center;
}

/*****************Concept******************/
.concept{
overflow: hidden;
}

.concept .five_mission{
text-align: left;
width: 90%;
margin: 20px auto;
}
.concept .five_mission dt{
color: #00A3FF;
font-size: 16px;
line-height: 150%;
font-weight: bold;
}
.concept .five_mission dd{
margin: 0px 0px 20px 0px;
font-size: 15px;
line-height: 170%;
}

/*****************superiority******************/
.superiority{
overflow: hidden;
text-align: center;
}

.superiority p{
margin: 20px 0px;
font-size: 0.8em;
}


/*****************おしらせ******************/
.news{
	padding: 0px auto;
	overflow: hidden;
}

.news .news_list{
width: 90%;
margin: 20px auto;
overflow: hidden;
  border-bottom: dashed 1px #666;
  padding-bottom: 20px;
 }
.news .news_list li.date{
margin: 0px auto 10px auto;
text-align: left;
width: 30%;
float: left;
}
.news .news_list li.category{
margin: 0px auto 10px;
text-align: left;
width: 70%;
}
.news .news_list li.category span{
border-radius: 30px;
background: #008CFF;
color: #fff;
padding: 5px 10px;
margin: 0 0 0 20px;
font-size: 0.8em;
}

.news .news_list li.caption{
margin: 0px auto;
width: 100%;
text-align: left;
line-height: 150%;
font-size: 14px;
}


/*****************会社概要******************/
.company{
	padding: 0px auto;
	overflow: hidden;
}
.company .com{
width: 90%;
margin: 20px auto;
}

.company .com dt{
width: 100%;
text-align: left;
margin: 0;
padding: 0;
color: #02A190;
font-weight: bold;
font-size: 0.8em;
}
.company .com dd{
margin: 0 0px 10px 0px;
padding: 0;
text-align: left;
font-size: 0.8em;
}

/*****************CSR******************/
.service{
width: 90%;
margin: 0px auto;
	padding: 0px auto;
	overflow: hidden;
}

.service h1{
font-size: 1.8em;
color: #444444;
margin: 0px auto 50px;
text-align: center;
padding-bottom: 10px;
border-bottom: dashed #ccc 2px;
line-height: 150%;
font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
overflow: hidden;
}
.service h2{
color: #0093FF;
}

.service p{
text-align: left;
}

.service h3{
background: #0093FF;
padding: 10px;
color: #fff;
margin: 40px auto 10px;
}
.service .midasi{
border-bottom: solid #ccc 1px;
font-size: 1em;
margin: 20px auto 10px;
font-weight: bold;
}
.service .boxPoint03 {
padding: 15px;
border-radius: 10px;
background: #ececec;
margin: 20px auto 20px auto;
line-height: 180%;
}
.textBold{
font-weight: bold;
}



/*****************フッター*****************/
footer nav{
	background-color: #F4BDD5;
}
footer nav ul{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	color: #fff;
	padding: 10px 0;
	-webkit-flex-direction: column; /* Safari */
  flex-direction:         column;
  -webkit-align-content: flex-start; /* Safari */
  align-content:         flex-start;
}
footer nav ul a{
	color: #fff;
}

footer nav ul li{
text-align: center;
line-height: 180%;
}

.footer-company{
	display: flex;
	width: 100%;
	margin: 0 auto;
	-webkit-flex-direction: column; /* Safari */
  flex-direction:         column;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
.footer-company .text1{
	font-weight: bold;
	font-size: 1.1em;
}
.footer-company .text1 p{
	font-size: 1em;
}
.footer-company .text2{
	font-size: 1em;
}
.footer-company .text3{
	color: #F4BDD5;
		flex-wrap: nowrap;
	font-size: 2em;
}
.copy{
	background: #00AAFF;
	text-align: center;
	font-size: 11px;
	padding: 10px 0;
	color: #fff;
}
	
/**********ハンバーガーメニュー**********/


}
