@charset "UTF-8";

/* ==========================================
	main_img
========================================== */

#main_img {
	height: 650px;
	background: url(../img/index/main_img.jpg);
	background-position: center;
	background-size: cover;
}
#main_img .contents_inner {
	position: relative;
}
#main_img .catch_img {
	position: absolute;
	left: -80px;
	top: 50px;
}
#main_img .open_img {
	position: absolute;
	right: 0;
	top: 30px;
}
#main_img .recruit_img {
	position: absolute;
	right: 0;
	left: 0;
	top: 190px;
	margin: 0 auto;
}


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

	#main_img {
		height: 570px;
	}
	#main_img .catch_img {
		top: 20px;
		left: -40px;
	}
	#main_img .recruit_img {
		max-width: 430px;
	}

}
@media screen and (max-width:840px) {

}

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

	#main_img {
		height: auto;
	}

}

/* ==========================================
	caption
========================================== */

#caption {
	padding: 110px 0 90px;
}
#caption h2 {
	background:url(../img/index/caption_icon.png) top center no-repeat;
	padding-top:65px;
	padding-bottom:20px;
	text-align:center;
	font-size:18px;
	font-weight:500;
	letter-spacing:0.16em;
	margin:0 auto 70px;
	width:105px;
	position: relative;
}
#caption h2:before{
    content: '';
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 90px;
    height: 3px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #7cc0f2;
}
#caption p {
	display:block;
	font-size:35px;
	font-weight: 500;
	line-height:1.5;
	color:#217fc4;
	font-weight:normal;
	letter-spacing:0.18em;
	text-align:center;
}
#caption .caption_name {
	font-size: 20px;
	text-align: right;
	color: #363636;
	margin-top: 30px;
	margin-right: 40px;
}

@media screen and (max-width:840px) {
	#caption {
		padding:10% 0;
	}
	#caption p {
		font-size:24px;
	}
	#caption p.caption_name {
		font-size: 18px;
		margin-top:20px;
		margin-right: 30px;
	}
}
@media screen and (max-width:640px) {

	#caption{
		padding:60px 0 50px;
	}
	#caption h2{
		width: 100%;
		font-size: 16px;
		letter-spacing: 0;
		padding-top: 40px;
		padding-bottom: 10px;
		margin: 0 auto 40px;
		background-size: 40px;
	}
	#caption p {
		font-size: 16px;
		letter-spacing: 0.1em;
		line-height: 180%;
		text-align: center;
		margin-top: 20px;
	}
	#caption p.caption_name {
		font-size: 14px;
		font-weight: 500;
		margin-top: 15px;
		margin-right: 20px;
	}
}

/* ==========================================
	concept
========================================== */

#concept{
	background: #f3fcff;
	padding-top: 60px;
}
#concept h2{
	background:url(../img/index/concept_icon.png) top center no-repeat;
	padding-top:65px;
	padding-bottom:20px;
	text-align:center;
	font-size:18px;
	font-weight:500;
	letter-spacing:0.16em;
	margin:0 auto 70px;
	width:105px;
	position: relative;
}
#concept h2:before{
    content: '';
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 90px;
    height: 3px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #7cc0f2;
}
#concept .concept_img img {
	display: block;
	margin: 0 auto;
}
#concept .concept_text {
	margin-top: 80px;
	padding: 17px 0;
	border-top: 6px solid #15a9ee;
	border-bottom: 6px solid #15a9ee;
	background: #fff;
}
#concept .concept_text img {
	display: block;
	margin: 0 auto;
}

@media screen and (max-width:640px) {
	#concept{
		padding: 15% 0 0;
	}
	#concept h2{
		width: 100%;
		font-size: 16px;
		letter-spacing: 0;
		padding-top: 40px;
		padding-bottom: 10px;
		margin: 0 auto 40px;
		background-size: 40px;
	}
	#concept .concept_text {
		margin-top: 40px;
		padding: 15px 0;
		border-top: 4px solid #15a9ee;
		border-bottom: 4px solid #15a9ee;
	}
}

/* ==========================================
	style
========================================== */

#style {
	padding: 150px 0 100px;
}
#style h2 {
	background:url(../img/index/style_icon.png) top center no-repeat;
	padding-top:65px;
	padding-bottom:20px;
	text-align:center;
	font-size:18px;
	font-weight:500;
	letter-spacing:0.16em;
	margin:0 auto 70px;
	width:150px;
	position: relative;
}
#style h2:before{
    content: '';
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 90px;
    height: 3px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #7cc0f2;
}
#style ul li {
	width: 300px;
	margin-right: 50px;
	float: left;
}
#style ul li:last-child {
	margin-right: 0;
}
#style ul li img {
	display: block;
	margin: 0 auto;
}
#style ul li h3 {
	text-align: center;
	font-size: 20px;
	color: #00a9d9;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: 18px 0 28px;
}
#style ul li p {
	letter-spacing: 0.05em;
}

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

	#style ul li {
		width: 30%;
		margin-right: 5%;
	}

}

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

	#style{
		padding: 65px 0 50px;
	}
	#style h2{
		width: 100%;
		font-size: 16px;
		letter-spacing: 0;
		padding-top: 40px;
		padding-bottom: 10px;
		margin: 0 auto 70px;
		background-size: 40px;
	}
	#style ul li {
		width: 100%;
		float: none !important;
		margin-bottom: 30px;
	}
	#style ul li img {
		width: 62px;
	}
	#style ul li h3 {
		font-size: 20px;
		margin: 15px 0 10px;
	}
	#style ul .text_box {
		padding: 0 20px;
	}

}
/* ==========================================
	cherish
========================================== */

#cherish {
	height: 520px;
	padding-top: 75px;
	background: url(../img/index/cherish_bg.jpg) no-repeat;
}
#cherish .cherish_box {
	background: #fff;
	width: 500px;
	margin: 0 auto;
	padding: 45px 90px;
	box-shadow: 0 0 15px rgba(167, 167, 167, 0.3);
}
#cherish h2 {
	background:url(../img/index/cherish_icon.png) top center no-repeat;
	padding-top:65px;
	padding-bottom:20px;
	text-align:center;
	font-size:18px;
	font-weight:500;
	letter-spacing:0.16em;
	margin: 0 auto 35px;
	width:260px;
	position: relative;
}
#cherish h2:before{
	content: '';
	position: absolute;
	bottom: 0;
	display: inline-block;
	width: 90px;
	height: 3px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #7cc0f2;
}
#cherish ul li {
	font-size: 20px;
	font-size: 2rem;
	padding: 15px 0 10px;
	letter-spacing: 0.03em;
	color: #4d4d4d;
	border-bottom: 1px dotted #61bcff;
}
#cherish ul li span {
	color: #369be5;
	margin: 0 15px 0 10px;
}

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

	#cherish h2 {
		width: 100%;
		font-size: 16px;
		letter-spacing: 0;
	}
	#cherish .cherish_box {
		width: 100%;
		padding: 30px 20px;
	}
	#cherish ul li {
		font-size: 15px;
		font-size: 1.5rem;
	}

}

/* ==========================================
	news
========================================== */

#news{
	padding: 70px 0;
	color:#565656;
}
#news h2{
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	border-bottom: 1px solid #dedede;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-bottom: 33px;
	position: relative;
}
#news h2:before{
    content: url(../img/index/news_icon.png);
    position: absolute;
    left: 0;
    top: -5px;
}
#news h2:after{
	content: "NEWS";
	color: #93ccf5;
	position: absolute;
	right: 0;
	font-weight: 300;
	letter-spacing: 0.1em;
}
#news li{
	border-bottom:1px solid #dedede;
	padding:5px 0;
}
#news li a:hover img{
	opacity: 0.8;
}
#news li a:hover .caption{
	text-decoration: underline;
}
#news li .date{
	font-size:12px;
	letter-spacing:0.1em;
	color:#217fc4;
	margin-right:12px;
}
#news li .category{
	display:inline-block;
	color:#fff;
	font-size:10px;
	background:#217fc4;
	width:105px;
	line-height:15px;
	text-align:center;
	margin-right:12px;
}
#news li .caption{
	font-size:15px;
	letter-spacing:0.1em;
	color: #7c7c7c;
}
#news li:first-child {
	display: inline-block;
	border-bottom:none;
}
#news li:first-child:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#news li:first-child img{
	float:left;
	margin-right:33px;
}
#news li:first-child .category{
	width:55px;
}
#news li:first-child .caption{
	font-size:20px;
	color: #565656;
	line-height:1;
	letter-spacing:0.16em;
	font-weight:bold;
	display:block;
	margin:10px 0 25px 0;
}
#news li:first-child .text{
	color: #7c7c7c;
	display: block;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0.1em;
	width: 1000px;
}
#news .more_btn {
	margin:40px auto 0;
	text-align:center;
	color:#217fc4;
	display:block;
	border-radius:30px;
	border:2px solid #217fc4;
	padding:10px;
	width:233px;
	height:53px;
	position: relative;
}
#news .more_btn:before {
	content: '';
	width:10px;
	height:10px;
	border: 0px;
	border-top: solid 1px #217fc4;
	border-right: solid 1px #217fc4;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -4px;
}
#news .more_btn:hover {
	color: #fff;
	background-color: #217fc4;
}
#news .more_btn:hover:before {
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
}

@media screen and (max-width:1000px) {
	#news li:first-child .text{
		width: 840px;
	}
}
@media screen and (max-width:840px) {
	#news li:first-child .text{
		width: 640px;
	}
}

@media screen and (max-width:640px) {
	#news{
		padding:10% 0;
	}
	#news h2{
		font-size: 16px;
		margin-bottom:5%;
	}
	#news li .caption{
		display:block;
		font-size:14px;
	}
	#news li:first-child img{
		float:none;
		margin:0 auto 5%;
		display:block;
		max-width:100%;
		text-align:center;
	}
	#news li:first-child .caption{
		font-size:16px;
		line-height: 160%;
		display:block;
		margin:2% 0;
	}
	#news li:first-child .text{
		display: block;
		font-size: 13px;
		line-height: 180%;
		width: 100%;
	}
	#news .more_btn {
		margin: 40px auto 10px;
		-webkit-border-radius:30px;
		-moz-border-radius:30px;
		-ms-border-radius:30px;
		-o-border-radius:30px;
		border-radius:30px;
		border:2px solid #217fc4;
		padding:10px;
		width: 200px;
		height:50px;
	}
}


/* ==========================================
	access
========================================== */

#access{
	background:#fafafa;
	padding:50px 0 0;
}
#access h2{
	background:url(../img/index/access_icon.png) top center no-repeat;
	padding-top:54px;
	padding-bottom:20px;
	text-align:center;
	font-size:18px;
	font-weight:500;
	letter-spacing:0.16em;
	margin:0 auto 60px auto;
	width:105px;
	position: relative;
}
#access h2:before{
    content: '';
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 90px;
    height: 3px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #7cc0f2;
}
#access iframe{
    margin-bottom: -6px;
}


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

	#access h2 {
		font-size: 16px;
		letter-spacing: 0;
		margin-bottom: 40px;
		padding-top: 45px;
		padding-bottom: 15px;
	}
	#access iframe{
		height: 250px;
	}

}

