/*==================================================
home
==================================================*/
/* intro-wrap
---------------------------------------------------------------------*/
#intro-wrap {
	position: relative;
	padding: 15px 0 130px;
	background: url(../img/bg_cloud.png) repeat-x 0 bottom , url(../img/bg02.jpg) repeat 0 0;
}
#intro-wrap:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: url(../img/bg.png) repeat 0 0;
}
	@media(min-width:1px) and (max-width: 900px) {
		#intro-wrap {
			padding: 15px 0 20%;
			background: url(../img/bg_cloud.png) repeat-x 50% bottom , url(../img/bg02.jpg) repeat 0 0;
			background-size: 200% , auto;
		}
	}
	@media(min-width:1px) and (max-width: 480px) {
		#intro-wrap {
			padding-bottom: 18%;
		}
	}

/* #kv
------------------------------------------------*/
.kv {
	position: relative;
	z-index:100;
}
.kv li {
	position: relative;
	margin: 0 36px;
}
.kv li a {
	outline: none;
	border: none;
}
	@media(min-width:1px) and (max-width: 900px) {
		.kv li {
			margin: 0 5px;
		}
	}

/* dots & arrow*/
.kv .slick-dots {
	display: none !important;
}
.kv .slick-dots li {
	width: 10px;
	height: 10px;
	background: #ccc;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	font-size: 0;
}
.kv .slick-dots li#slick-slide00 { background: #3fa1be; }
.kv .slick-dots li#slick-slide01 { background: #90ac52; }
.kv .slick-dots li#slick-slide02 { background: #df7f30; }
.kv .slick-dots li#slick-slide03 { background: #97799f; }
.kv .slick-dots li#slick-slide04 { background: #dd82a7; }

.kv .slick-dots li div {
	width: 10px;
	height: 10px;
	padding: 0;
}
.kv .slick-dots li div:before {
	width: 10px;
	height: 10px;
	content: "";
}
.kv .slick-arrow {
	overflow: hidden;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	white-space: nowrap;
	text-indent: 100%;
	width: 53px;
	height: 53px;
	content: "";
	z-index: 100;
	-webkit-transform: translate(0, -50%);
   transform: translate(0, -50%);
}
.kv .slick-prev {
	margin-left: -530px;
	background: url(../img/btn_kv_pev.png) no-repeat;
	background-size: contain;
}
.kv .slick-next {
	margin-left: 480px;
	background: url(../img/btn_kv_next.png) no-repeat;
	background-size: contain;
}

	@media(min-width:1px) and (max-width: 1100px) {
		.kv .slick-prev {
			margin-left: -420px;
		}
		.kv .slick-next {
			margin-left: 370px;
		}
	}
	@media(min-width:1px) and (max-width: 900px) {
		.kv .slick-arrow {
			display: none !important;
		}
		.kv .slick-dots {
			display:block !important;
		}
	}

/*movie
------------------------------------------------*/
#kv .movie {
	position: relative;
	z-index: 100;
	width: 1100px;
	margin: 60px auto;
	text-align: center;
}

#kv .movie h2 {
	text-align: center;
	margin: auto;
	position: relative;
	padding: 20px 20px;
	font-size:20px;
	color: #fff;
	font-weight: 700;
	width: calc(60% - 80px);
	box-sizing: border-box;
	background: #87CDC9;
	box-shadow:0 1px 3px rgba(0,0,0,0.25);
}
#kv .movie h2:before,
#kv .movie h2:after{
	content: "";
	position: absolute;
	top: 20px;
	height: 0;
	width: 0;
	border: 25px solid #87CDC9;
	z-index:-1;
}
#kv .movie h2:before{
	right: -40px;
	border-right-color: transparent;
}
#kv .movie h2:after{
	left: -40px;
	border-left-color: transparent;
}
#kv .movie h2 span{
	display:block;
}
#kv .movie h2 span:before,
#kv .movie h2 span:after{
	content: "";
	position: absolute;
	top: 100%;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top: 5px solid #1A3654;
}
#kv .movie h2 span:before{
	right: 0;
	border-left: 5px solid #1A3654;
}
#kv .movie h2 span:after{
	left: 0;
	border-right: 5px solid #1A3654;
}

#kv .movie ul {
	margin: 30px auto;
	display: table;
}
#kv .movie ul li {
	display: table-cell;
	width: 31.333%;
	padding: 1%;
	font-size: 1.2em;
}
#kv .movie ul li a {
	color: #3FA1BE;
	text-decoration: none;
}
#kv .movie ul li a span {
	padding: 10px 15px;
	background: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
#kv .movie ul li img {
	width: 100%;
	border: 5px solid #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

	@media(min-width:1px) and (max-width: 1150px) {
		#kv .movie {
			width: 96%;
		}
		#kv .movie ul li {
			font-size: 1.0em;
		}
	}
	@media(min-width:1px) and (max-width: 640px) {
		#kv .movie ul {
			width: 90%;
		}
		#kv .movie ul li {
			width: 100%;
			padding: 0;
			margin-bottom: 5%;
			display: block;
		}
		#kv .movie h2 {
			width: calc(100% - 80px);
		}
	}


/*home-voice
------------------------------------------------*/
.home-voice {
	position: relative;
	z-index: 20;
	margin: 0 0 105px;
}
	@media(min-width:1px) and (max-width: 768px) {
		.home-voice {
			margin: 0;
		}
	}

/* ttl */
.home-voice h2 {
	position: relative;
	width: 580px;
	margin: 0 auto 60px;
	padding: 20px 20px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	box-sizing: border-box;
	background: #dc8b77;
	box-shadow:0 1px 3px rgba(0,0,0,0.25);
}
.home-voice h2:before,
.home-voice h2:after{
	content: "";
	position: absolute;
	top: 20px;
	height: 0;
	width: 0;
	border: 25px solid #dc8b77;
	z-index:-1;
}
.home-voice h2:before{
	right: -40px;
	border-right-color: transparent;
}
.home-voice h2:after{
	left: -40px;
	border-left-color: transparent;
}
.home-voice h2 span{
	display:block;
}
.home-voice h2 span:before,
.home-voice h2 span:after{
	content: "";
	position: absolute;
	top: 100%;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top: 5px solid #1A3654;
}
.home-voice h2 span:before{
	right: 0;
	border-left: 5px solid #1A3654;
}
.home-voice h2 span:after{
	left: 0;
	border-right: 5px solid #1A3654;
}
	@media(min-width:1px) and (max-width: 640px) {
		.home-voice h2 {
			width: calc(100% - 80px);
		}
	}

/* slider */
	@media(min-width: 481px) and (max-width: 9999px) {
		.home-voice .slider li {
			width: 301px !important;
		}
	}
.home-voice .slider li figure {
	border: 10px solid #ffff99;
	background: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	transition: all .3s;
}
.home-voice .slider li:hover figure,
.home-voice .slider li.swiper-slide-active figure {
	border-color: #dc8b77;
}
.home-voice .slider li figure img {
	width: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	transition: all .3s;
}
.home-voice .slider li:hover figure img {
	opacity: 0.7;
}
.home-voice .slider li figure:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 73px;
	content: "";
	background: url(../img/icn_zoom.svg) no-repeat  0 0;
	background-size: contain;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
} 
.home-voice .slider li:hover figure:after,
.home-voice .slider li.swiper-slide-active figure:after {
	opacity: 1;
}
.home-voice .swiper-button-prev,
.home-voice .swiper-button-next {
	width: 35px;
	height: 86px;
	margin: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.home-voice .swiper-button-prev {
	left: 50%;
	margin-left: -185px;
	background: url(../img/btn_slider_prev.png) no-repeat;
	background-size: contain;
}
.home-voice .swiper-button-next {
	left: 50%;
	margin-left: 150px;
	background: url(../img/btn_slider_next.png) no-repeat;
	background-size: contain;
}
	@media(min-width:1px) and (max-width: 480px) {
		.home-voice .slider li figure {
			border-width: 6px;
		}
		.home-voice .slider li figure img {
			border-radius: 14px;
			-webkit-border-radius: 14px;
			-moz-border-radius: 14px;
		}
		.home-voice .swiper-button-prev,
		.home-voice .swiper-button-next {
			width: 28px;
			height: 69px;
		}
		.home-voice .swiper-button-prev {
			left: 17.5%;
			margin: 0;
		}
		.home-voice .swiper-button-next {
			left: auto;
			right: 17.5%;
			margin: 0;
		}
		.home-voice .slider li figure:after {
			width: 50px;
			height: 53px;
		}
	}

/* img */
.home-voice .img01,
.home-voice .img02,
.home-voice .img03 {
	position: absolute;
	left: 50%;
	z-index: 30;
}
.home-voice .img01 {
	top: 250px;
	margin-left: -661px;
}
.home-voice .img02 {
	top: -30px;
	margin-left: -477px;
}
.home-voice .img03 {
	top: 35px;
	margin-left: 400px;
}
	@media(min-width:1px) and (max-width: 1320px) {
		.home-voice .img01 {
			left: 0;
			margin-left: 0;
		}
		.home-voice .img03 {
			left: auto;
			right: 5px;
			margin-left: 0;
		}
	}
	@media(min-width:1px) and (max-width: 1050px) {
		.home-voice .img {
			position: relative;
			padding: 110px 0 0;
		}
		.home-voice .img01,
		.home-voice .img02,
		.home-voice .img03 {
			top: auto;
		}
		.home-voice .img01 {
			bottom: -50%;
			left: 34%;
			z-index: 40;
		}
		.home-voice .img02 {
			bottom: -50%;
			left: 3%;
			margin-left: 0;
		}
		.home-voice .img03 {
			bottom: -40%;
			right: 3%;
		}
	}
	@media(min-width:1px) and (max-width: 768px) {
		.home-voice .img {
			margin-top: -9%;
			padding: 34% 0 0;
		}
		.home-voice .img01 {
			width: 35.9%;
			bottom: 0;
			left: 29.5%;
		}
		.home-voice .img02 {
			width: 22.9%;
			bottom: 5%;
			left: 5.6%;
		}
		.home-voice .img03 {
			width: 33.3%;
			bottom: 13%;
			right: 2%;
		}
	}

/*txt-balloon
------------------------------------------------*/
.txt-balloon {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}
.txt-balloon .txt01 {
	position: absolute;
	top: 0px;
	left: 56px;
	z-index: 120;
}
.txt-balloon .txt02 {
	position: absolute;
	top: -90px;
	right: -17px;
	z-index: 120;
}
	@media(min-width:1px) and (max-width: 1150px) {
		.txt-balloon {
			width: 94%;
		}
		.txt-balloon .txt01 {
			left: 0px;
		}
	}
	@media(min-width:1px) and (max-width: 900px) {
		.txt-balloon .txt01 {
			top: -30px;
		}
	}
	@media(min-width:1px) and (max-width: 768px) {
		.txt-balloon {
			display: block;
			padding: 3% 0 0;
			content: "";
		}
		.txt-balloon .txt01 {
			width: 19.2%;
			top: -170%;
			left: 4%;
		}
		.txt-balloon .txt02 {
			width: 23.1%;
			top: -270%;
			right: 10%;
			z-index: 120;
		}
	}
	@media(min-width:1px) and (max-width: 480px) {
		.txt-balloon .txt01 {
			top: -250%;
		}
		.txt-balloon .txt02 {
			top: -350%;
		}
	}

/*home-point
------------------------------------------------*/
.home-point .inner {
	position: relative;
}
.home-point h2 {
	position: absolute;
	top: -75px;
	left: 50%;
	width: 500px;
	height: 106px;
	padding: 32px 0 0;
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
	color: #0068b7;
	font-weight: 700;
	background:url(../img/bg_home_point_ttl.png) no-repeat 0 0;
	box-sizing :border-box;
	-webkit-transform: translate(-50%, 0);
   	transform: translate(-50%, 0);
}
.home-point ul {
	padding: 30px 0 65px;
}
.home-point ul:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.home-point li {
	position: relative;
	width: 525px;
	float: left;
	padding: 70px 0 0;
	margin: 0 0 20px;
	vertical-align: bottom;
}
.home-point li a {
	display: block;
}
.home-point li figure img {
	width: 100%;
}
.home-point li:nth-child(odd) {
	margin-right: 50px;
}
.home-point li h3 {
	display: block;
	width: 100%;
	position: absolute;
	top: 30px;
	left: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, 0);
   	transform: translate(-50%, 0);
   	z-index: 100;
}
.home-point li.point01 h3,
.home-point li.point02 h3 {
	top: 40px;
}
.home-point li .img-child {
	position: absolute;
}
.home-point li.point01 .img-child {
	top: 0;
	right: 0;
}
.home-point li.point02 .img-child {
	top: 26px;
	left: 0;
}
.home-point li.point03 .img-child {
	top:0;
	left: 20px;
}
.home-point li.point04 .img-child {
	top: 16px;
	left: 20px;
}
.home-point li.point04 p {
	position: absolute;
	top: 10px;
	right: 30px;
}


	@media(min-width:1px) and (max-width: 1150px) {
		.home-point li {
			width: 48.5%;
			padding: 8% 0 0;
			margin: 0;
		}
		.home-point li:nth-child(odd) {
			margin-right: 3%;
		}
		.home-point li h3 {
			top: 10%;
		}
		.home-point li.point01 h3 { width: 81.14%; top: 15%;}
		.home-point li.point02 h3 { width: 80.5%; top: 15%;}
		.home-point li.point03 h3 { width: 73.6%;}
		.home-point li.point04 h3 { width: 95.33%;}
		
		.home-point li.point01 .img-child {
			top: 5%;
			right: 3%;
		}
		.home-point li.point02 .img-child {
			width: 94%;
			top: 10%;
			left: 3%;
		}
		.home-point li.point03 .img-child {
			width: 27%;
			top:3%;
			left: 3%;
		}
		.home-point li.point04 .img-child {
			width: 22%;
			top: 7%;
			left: 3%;
		}
		.home-point li.point04 p {
		    width: 18.86%;
		    top: 5%;
		    right: 8%;
		}
	}
	@media(min-width:1px) and (max-width: 768px) {
		.home-point h2 {
			top: -2.5%;
			width: 76.8%;
			padding: 5% 0 10%;
			height: auto;
			font-size: 4vw;
			background-size: contain;
			z-index: 130;
		}
		.home-point ul {
			padding: 13% 0 10%;
		}
	}
	@media(min-width:1px) and (max-width: 640px) {
		.home-point ul {
			max-width: 530px;
			width: 90%;
			padding-top: 3%;
			margin: 0 auto;
		}
		.home-point li {
			width: 100%;
			float: none;
			padding: 15% 0 0;
		}
		.home-point li:nth-child(odd) {
			margin-right: 0;
		}
	}


/*home-news
------------------------------------------------*/
.home-news {
	margin: 0 50px 50px;
	padding: 50px 0;
	background: url(../img/bg_dotted_wt.jpg) repeat 0 0;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}
.home-news:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.home-news .cont-news,
.home-news .cont-fb,
.home-news .cont-banner {
	width: 380px;
	height: 480px;
	margin-right: 20px;
	float: left;
	padding: 40px 20px 20px;
	background: url(../img/bg_dotted_blue.jpg) repeat 0 0;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	box-sizing: border-box;
}

/* news */
.home-news .cont-news .sp-inner {
	position: relative;
}
.home-news .cont-news h2 {
	position: relative;
	padding: 0 0 20px 87px;
	margin: 0 0 15px;
	font-size: 25px;
	color: #592e2a;
	font-weight: 700;
	background: url(../img/line.png) repeat-x 0 bottom;
}
.home-news .cont-news h2:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 72px;
	height: 34px;
	content: "";
	margin-top: -10px;
	background: url(../img/icn_home_news.png) no-repeat 0 0;
	-webkit-transform: translate(0, -50%);
   	transform: translate(0, -50%);
}
.home-news .cont-news .list li {
	border-bottom: 1px dotted #333;
}
.home-news .cont-news .list a,
.home-news .cont-blog .list a {
	display: block;
	padding: 15px 0;
	text-decoration: none;
}
.home-news .cont-news .list time {
}
.home-news .cont-news .link-more {
	display: block;
	position: absolute;
	color: #fff;
	font-weight: 700;
	width: 80%;
	padding: 20px 0;
	margin: 5% 10% 0;
	text-align: center;
	text-decoration: none;
	background: #0169b7;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.home-news .cont-news .link-more span {
	position: relative;
	padding: 0 25px 0 0;
}
.home-news .cont-news .link-more span:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 16px;
	height: 16px;
	content: "";
	text-decoration: none;
	background: url(../img/icn_arrow_wt.png) no-repeat 0 0;
	-webkit-transform: translate(0, -50%);
   	transform: translate(0, -50%);
}
.home-news .cont-news .list p {
	padding: 5px 0;
	line-height: 150%;
}

/* fb */
.home-news .cont-fb {
	margin-right: 0;
	padding: 20px;
}

/*blog*/
.home-news .cont-blog {
	position: relative;
	width: 360px;
	float: right;
	padding: 20px;
	margin-right: -45px;
	box-sizing: border-box;
}
.home-news .cont-blog img {
	max-width: 300px;
	width: 100%;
}
.home-news .cont-blog ul {
	padding: 15px 15px 30px;
	background: rgba(255,255,255,0.8);
	border-radius: 6px;
}
.home-news .cont-blog .list p {
	padding: 5px 0;
	line-height: 150%;
}
.home-news .cont-blog .list-wrap {
	position: relative; 
}
.home-news .cont-blog .list-wrap .icn {
	position: absolute;
	top: -90px;
	left: -45px;
	width: 134px;
}

/*banner*/
.home-news .cont-banner {
	position: relative;
	padding: 20px 30px;
}
.home-news .cont-banner li {
	margin: 0 0 20px;
	text-align: left;
}
.home-news .cont-banner li p {
	margin: 0 0 10px;
	line-height: 140%;
}
.home-news .cont-banner li a {
	display: block;
}
.home-news .cont-banner li a:hover {
	opacity: 0.7;
}
.home-news .cont-banner li figure {
	position: relative; 
}
/* .home-news .cont-banner li figure:after {
	display: block;
	position: absolute;
	top: 65px;
	left: 50%;
	content: "";
	width: 55px;
	height: 49px;
	background: url(../img/icn_play.png) no-repeat center top;
	background-size: contain;
	-webkit-transform: translate(-50%,0);
   transform: translate(-50%, 0);
} */
.home-news .cont-banner li figure img {
	width: 100%;
}
.home-news .cont-banner .info {
	position: absolute;
	bottom: 25px;
	left: 50%;
	width: 100%;
	padding: 0 20px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	box-sizing: border-box;
}
.home-news .cont-banner .tel {
	position: relative;
	width: 100%;
	padding: 0 0 0 50px;
	margin: 15% auto 20px;
	font-size: 14px;
	font-weight: 700;
	color: #592d2a;
}
.home-news .cont-banner .tel span {
	display: block;
	line-height: 120%;
	font-size: 28px;
}
.home-news .cont-banner .tel:before {
	display: block;
	position: absolute;
	bottom: 5px;
	left: 10px;
	width: 32px;
	height: 32px;
	content: "";
	background: url(../img/icn_tel.png) no-repeat 0 0;
	background-size: contain;
}
.home-news .cont-banner .btn {
	position: relative;
	display: block;
	max-width: 360px;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	line-height: 50px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	border: 1px solid #0068b7;
	background: #0068b7;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	opacity: 1 !important;
	z-index: 100;
	transition: all .3s;
    z-index: 999;
}
.home-news .cont-banner .btn:hover {
	color: #0068b7;
	font-weight: 700;
	background: #fff338;
}
.home-news .cont-banner .btn span {
	position: relative;
	padding: 0 18px 0 0;
}
.home-news .cont-banner .btn span:after {
	display: block;
	position: absolute;
	top: 50%;
	right: -5px;
	width: 16px;
	height: 16px;
	content: "";
	text-decoration: none;
	background: url(../img/icn_arrow_wt.png) no-repeat 0 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

	@media(min-width:1px) and (max-width: 1300px) {
		.home-news {
			margin: 0 2% 50px;
			padding: 2%;
		}
		.home-news .inner {
			width: 100%; 
		}
		.home-news .cont-news,
		.home-news .cont-fb,
		.home-news .cont-banner {
			width: 37%;
		}
		.home-news .cont-blog {
			width: 26%;
			margin-right: -3%
		}
		.home-news .cont-blog .list-wrap .icn {
			top: 0;
			left: -10%;
			width: 45%;
			margin-top: -25%;
		}
		.home-news .cont-banner li figure:after {
			position: absolute;
			top: 27%;
			left: 50%;
			content: "";
			width: 17.1%;
			height: auto;
			padding: 17.1% 0 0;
		}
	}
	@media(min-width:1px) and (max-width: 1000px) {
		.home-news .cont-news,
		.home-news .cont-fb,
		.home-news .cont-banner {
			height: 400px;
		}
		.home-news .cont-news .link-more {
			display: block;
			position: relative;
			margin: 4% 10% 0;
		}
	}
	@media(min-width:769px) and (max-width: 1000px) {
		.fb_iframe_widget iframe {
			height: 350px !important;
		}
	}
	@media(min-width:1px) and (max-width: 900px) {
		.home-news {
			position: relative;
			padding: 2%;
			margin: 0;
			background: none;
		}
		.home-news .cont-news,
		.home-news .cont-fb,
		.home-news .cont-banner {
			width: 100%;
			height: auto;
			float: none;
			padding: 2%;
			background: url(../img/bg_dotted_wt.jpg) repeat 0 0;
			border-radius: 0;
    		-webkit-border-radius: 0;
    		-moz-border-radius: 0;
    		border-top-left-radius: 12px; 
			border-top-right-radius: 12px;
			-webkit-border-top-left-radius: 12px;
			-webkit-border-top-right-radius: 12px;
			-moz-border-radius-topleft: 12px;
			-moz-border-radius-topright: 12px; 
		}
		.home-news .cont-fb {
			border-radius: 0;
    		-webkit-border-radius: 0;
    		-moz-border-radius: 0;
		}
		.home-news .cont-fb,
		.home-news .cont-blog {
			text-align: center;
		}
		.home-news .cont-news .sp-inner,
		.home-news .cont-banner .sp-inner {
			padding: 30px 5%;
			background: url(../img/bg_dotted_blue.jpg) repeat 0 0;
			border-radius: 12px;
			-webkit-border-radius: 12px;
			-moz-border-radius: 12px;
		}
		.home-news .cont-blog {
			position: relative;
			width: 100%;
			float: none;
			background: url(../img/bg_dotted_wt.jpg) repeat 0 0;
			border-bottom-left-radius: 12px; 
			border-bottom-right-radius: 12px; 
			-webkit-border-bottom-left-radius: 12px; 
			-webkit-border-bottom-right-radius: 12px;
			-moz-border-radius-bottomleft: 12px;
			-moz-border-radius-bottomright: 12px;
		}
		.home-news .cont-banner .sp-inner {
			padding-bottom: 20px;
		}
		.home-news .cont-banner .info {
			display: none;
		}
		.home-news .cont-banner ul {
			overflow: hidden;
			max-width: 640px;
			width: 100%;
			margin: 0 auto;
		}
		.home-news .cont-banner li {
			max-width: 520px;
			width: 100%;
			float: none;
			margin: 0 auto 10px;
		}
		.home-news .cont-blog {
			padding: 20px 2%;
		}
		.home-news .cont-blog ul {
			padding: 15px;
		}
		.home-news .cont-blog img {
			max-width: 240px;
		}
		.home-news .cont-blog .list-wrap .icn {
			left: 50%;
			width: 104px;
			margin-top: -65px;
			margin-left: -150px;
		}
	}
	@media(min-width:1px) and (max-width: 640px) {
		.home-news .cont-news h2 {
			font-size: 20px;
		}
		.home-news .cont-news .list time {
			width: 100%;
			float: none;
		}
		.home-news .cont-news .list p {
			padding: 10px 0 0;
		}
	}

/*home-philosophy
------------------------------------------------*/
.home-philosophy {
	padding: 70px 0 50px;
	background: url(../img/bg_philosophy.jpg) no-repeat 50% 0;
	background-size: cover;
}
.home-philosophy .inner {
	width: 680px;
	padding: 15px;
	margin: 0 auto;
	background: url(../img/bg_dotted_clear.png) repeat 0 0;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	box-sizing: border-box;
}
.home-philosophy .txt-wrap {
	position: relative;
	padding: 50px 30px 20px;
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.home-philosophy .txt-wrap:before {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 142px;
	height: 50px;
	content: "";
	background: url(../img/icn_philosophy.png) no-repeat 0 0;
	-webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}

.home-philosophy h2 {
	padding: 0 0 20px;
	font-size: 24px;
	color: #0066b7;
	font-weight: 700;
	line-height: 120%;
	text-align: center;
}
.home-philosophy p {
	padding: 0 0 20px;
	line-height: 170%;
}
.home-philosophy .btn {
	position: relative;
	display: block;
	width: 220px;
	height: 50px;
	margin: 0 auto;
	line-height: 50px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	border: 1px solid #0068b7;
	background: #0068b7;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	opacity: 1 !important;
	z-index: 100;
	transition: all .3s;
	z-index: 999;
}
.home-philosophy .btn:hover {
	color: #0068b7;
	font-weight: 700;
	background: #fff338;
}
.home-philosophy .btn span {
	position: relative;
	padding: 0 20px 0 0;
}
.home-philosophy .btn span:after {
	display: block;
	position: absolute;
	top: 50%;
	right: -10px;
	width: 16px;
	height: 16px;
	content: "";
	text-decoration: none;
	background: url(../img/icn_arrow_wt.png) no-repeat 0 0;
	-webkit-transform: translate(0, -50%);
   	transform: translate(0, -50%);
}

	@media(min-width:1px) and (max-width: 1050px) {
		.home-philosophy {
			background-position: 80% 0;
		}
		.home-philosophy .inner {
			width: 90%;
			padding: 2%;
		}
		.home-philosophy .txt-wrap {
			padding: 50px 5% 20px;
		}
	}
	@media(min-width:1px) and (max-width: 768px) {
		.home-philosophy {
			padding: 70px 0 50px;
			background: none;
		}
		.home-philosophy h2 {
			font-size: 20px;
		}
	}
	@media(min-width:1px) and (max-width: 640px) {
		.home-philosophy h2 {
			font-size: 18px;
		}
		.home-philosophy .btn {
			width: 90%;
			height: 60px;
			line-height: 60px;
		}
		.home-philosophy .txt-wrap:before {
			padding: 9% 0 0;
			background-size:contain; 
		}
		.home-philosophy .txt-wrap {
			padding: 10% 5% 8%;
		}
	}
	@media(min-width:1px) and (max-width: 480px) {
		.home-philosophy h2 {
			font-size: 16px;
		}
	}
	@media(min-width:1px) and (max-width: 415px) {
		.home-philosophy h2 {
			font-size: 14px;
			text-align: left;
		}
		.home-philosophy h2 br {
			display: none;
		}
	}


/*==================================================
information
==================================================*/
.information .inner,
.blog .inner {
	margin: 0 0 30px;
}
.information .inner li,
.blog .inner li {
	border-bottom: 1px solid #000;
}
.information .inner li a,
.blog .inner li a {
	display: block;
	text-decoration: none;
	padding: 20px 0;
}
.information .inner time,
.blog .inner time {
	float: left;
	clear: both;
	width: 10em;
}
.information .inner p,
.blog .inner p {
	margin: 0;
	padding: 0 0 0 10em;
}


.blog .inner time {
	color: #df7f30;
}
.blog .inner p {
	color: #917099;
}
.blog .inner li {
	border-bottom: 1px solid #dd81a6;
}



.information .pager,
.blog .pager {
	margin-top: 50px;
	text-align: center;
}
.information .pager li,
.blog .pager li {
	display: inline-block;
	vertical-align: middle;
	transition: all .3s;
	background: #3fa0be;
	border: 1px solid #3fa0be;
	padding: 0 5px;
	min-width: 25px;
	height: 35px;
	line-height: 35px;
	margin: 0 2px 5px;
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.information .pager li a,
.blog .pager li a {
	padding: 0;
	text-decoration: none;
	color: #fff;
}
.information .pager li.current,
.blog .pager li.current {
	background: #fff;
	color: #1a9a4f;
}
.information .pager li a:hover,
.blog .pager li a:hover {
	color: #ccc;
}
.blog .pager li {
	background: #dd81a6;
	border: 1px solid #dd81a6;
}
.blog .pager li.current {
	background: #fff;
	color: #1a9a4f;
}
	@media(min-width:1px) and (max-width: 980px) {
		.information .inner .date,
		.blog .inner .date {
			float: none;
			width: 100%;
		}
		.information .inner .txt,
		.blog .inner .txt {
			padding: 15px 0 0;
		}
	}
	@media(min-width:1px) and (max-width: 768px) {
		.information .inner ul,
		.blog .inner ul {
			margin: 0 5%;
		}
		.information .inner time,
		.blog .inner time {
			float: none;
			clear: both;
			width: auto;
		}
		.information .inner p,
		.blog .inner p {
			padding: 0;
		}
	}

/* info_entry
====================================================*/
.info_entry .inner .date,
.blog_entry .inner .date {
	margin: -1.5em 0 2em;
}
.info_entry .inner time,
.blog_entry .inner time {
	float: none;
	width: auto;
	display: block;
	text-align: center;
}
.info_entry .information-article,
.blog_entry .information-article {
	padding: 0 0 50px;
}
.info_entry .inner p,
.info_entry .inner ol,
.info_entry .inner ul,
.blog_entry .inner p,
.blog_entry .inner ol,
.blog_entry .inner ul {
	margin-bottom: 1.5em;
	padding: 0;
}
.info_entry h3,
.blog_entry h3 {
	margin: 1.5em auto 1em;
	padding: 0 0 5px;
	color: #592c2a;
	font-size: 18px;
	font-weight: 700;
	border-bottom: 2px solid #3fa0be;
}
.info_entry h4,
.blog_entry h4 {
	margin: 1.5em auto 1em;
	padding: 5px 0 5px 10px;
	color: #592c2a;
	font-weight: 700;
	border-left: 3px solid #3fa0be;
}
.info_entry h5,
.blog_entry h5 {
	margin: 1.5em auto .5em;
	padding: 5px 0;
	color: #592c2a;
	font-weight: 700;
	border-bottom: 1px dotted #3fa0be;
}

.info_entry ol,
.info_entry ul,
.blog_entry ol,
.blog_entry ul {
	margin: 0 0 2em 2em;
}
.info_entry ol li,
.info_entry ul li,
.blog_entry ol li,
.blog_entry ul li {
	border: none !important;
	line-height: 200%;
}
.info_entry ol li,
.blog_entry ol li {
	list-style: decimal;
}
.info_entry ul li, 
.blog_entry ul li {
	list-style: disc;
}

.blog_entry h2,
.blog_entry h3,
.blog_entry h4,
.blog_entry h5 {
	color: #df7f30;
}
.blog_entry .inner p,
.blog_entry .inner ol,
.blog_entry .inner ul {
	color:#592c2a;
}
.blog_entry h3,
.blog_entry h4,
.blog_entry h5 {
	border-color: #90ac52;
}
	@media(min-width:1px) and (max-width: 768px) {
		.info_entry .information-article,
		.blog_entry .information-article {
			padding: 0 5% 5%;
		}
	}
/*==================================================
philosophy
==================================================*/
.philosophy h3 {
	margin: 0 0 25px;
	font-size: 30px;
	text-align: center;
	color: #0068b7;
}
	@media(min-width:1px) and (max-width: 640px) {
		.philosophy h3 {
			margin: 0 0 20px;
			font-size: 26px;
		}
	}
	@media(min-width:1px) and (max-width: 480px) {
		.philosophy h3 {
			font-size: 22px;
		}
	}

/* cont01
--------------------------------------------- */
.philosophy .cont01 {
	margin: 0 0 85px;
}
.philosophy .txt-read {
	text-align: center;
}
	@media(min-width:1px) and (max-width: 640px) {
		.philosophy .cont01 {
			margin: 0 0 12.3%;
		}
	}

/* cont02
--------------------------------------------- */
.philosophy .cont02 h3 {
	margin: 0 0 130px;
}
.philosophy .concept {
	margin: 0 0 125px;
}
.philosophy .concept > div {
	margin: 0 0 70px;
}
.philosophy .concept h4 {
	margin: 0 0 30px;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}
	.philosophy .concept00 h4 { color: #917099; }
	.philosophy .concept01 h4 { color: #df7f30; }
	.philosophy .concept02 h4 { color: #3fa1be; }
	.philosophy .concept03 h4 { color: #dd82a7; }
	
.philosophy .concept h4 span {
	display:block;
	padding: 0 0 20px;
}
.philosophy .concept figure {
	margin: 0 0 25px;
	text-align: center;
}
	@media(min-width:1px) and (max-width: 640px) {
		.philosophy .concept {
			margin: 0 0 17.5%;
		}
		.philosophy .concept > div {
			margin: 0 0 12.3%;
		}
		.philosophy .cont02 h3 {
			margin: 0 0 12.3%;
		}
		.philosophy .concept h4 {
			margin: 0 0 20px;
			font-size: 26px;
		}
	}
	@media(min-width:1px) and (max-width: 480px) {
		.philosophy .concept h4 {
			font-size: 21px;
		}
	}


/* cont03
--------------------------------------------- */
.philosophy .cont03 dl {
	padding: 15px 35px;
	border: 5px solid #ddd;
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.philosophy .cont03 dt {
	width: 160px;
	float: left;
	padding: 15px 0;
}
.philosophy .cont03 dd {
	position: relative;
	padding: 15px 0 15px 160px;
}
.philosophy .cont03 dd:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	content: "";
	background: url(../img/line_dl.gif) repeat-x 0 0;
}
.philosophy .cont03 dd:last-child:after {
	height: 0;
}
	@media(min-width:1px) and (max-width: 640px) {
		.philosophy .cont03 dl {
			padding: 0;
		}
		.philosophy .cont03 dt {
			width: 100%;
			float: none;
			padding: 10px 3.5% 0;
		}
		.philosophy .cont03 dd {
			padding: 0 3.5% 10px;
		}
	}


/*==================================================
point
==================================================*/
/* common
--------------------------------------------- */
#main.point .ttl-read {
	margin-bottom: 60px;
}
.point h2 {
	margin: 0 0 20px;
}

/* cont01
--------------------------------------------- */
.point .cont01 {
	margin: 0 0 75px;
	padding: 20px 0 0;
}
.point .cont01 .point-list {
	width: 550px;
	padding: 50px 0;
	margin: 0 auto;
}
.point .cont01 .point-list li {
	position: relative;
	padding: 15px 0;
	text-align: center;
	font-size: 18px;
	color: #6a3906;
}
.point .cont01 .point-list li:after {
	display:block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	content: "";
	background: url(../img/line_list_gn.gif) repeat-x 0 0;
}
.point .cont01 .point-list li:nth-child(2):after,
.point .cont01 .point-list li:nth-child(7):after {
	background: url(../img/line_list_og.gif) repeat-x 0 0;
}
.point .cont01 .point-list li:nth-child(3):after,
.point .cont01 .point-list li:nth-child(8):after {
	background: url(../img/line_list_bl.gif) repeat-x 0 0;
}
.point .cont01 .point-list li:nth-child(4):after,
.point .cont01 .point-list li:nth-child(9):after {
	background: url(../img/line_list_pp.gif) repeat-x 0 0;
}
.point .cont01 .point-list li:nth-child(5):after,
.point .cont01 .point-list li:nth-child(10):after {
	background: url(../img/line_list_pk.gif) repeat-x 0 0;
}
.point .cont01 .txt-wrap {
	overflow: hidden;
	padding: 30px 0 0;
}
.point .cont01 .txt {
	float: left;
	width: 430px;
}
.point .cont01 .image {
	float: right;
	width: 400px;
	padding: 45px 0 0;
}
.point .cont01 .image img {
	width: 100%;
}
	@media(min-width:1px) and (max-width: 900px) {
		.point .cont01 .txt {
			width: 55%;
		}
		.point .cont01 .image {
			width: 44%;
		}
	}
	@media(min-width:1px) and (max-width: 768px) {
		.point .cont01 .txt {
			width: 100%;
			float: none;
		}
		.point .cont01 .image {
			width: 72%;
			float: none;
			margin: 0 auto 20px;
			padding: 2% 0 0;
		}
	}
	@media(min-width:1px) and (max-width: 640px) {
		.point .cont01 {
			margin: 0 0 8.7%;
		}
		.point .cont01 .point-list {
			width: 100%;
			padding:  0 0 35px;
			margin: 0 auto;
		}
		.point .cont01 .point-list li {
			font-size: 16px;
		}
	}
	@media(min-width:1px) and (max-width: 480px) {
		.point .cont01 .point-list li {
			padding: 10px;
			font-size: 14px;
			text-align: left;
		}
	}

/* cont02
--------------------------------------------- */
.point .cont02 {
	margin: 0 0 100px;
	padding: 20px 0 0;
}
.point .cont02 figure ul:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.point .cont02 figure li {
	width: 49%;
	float: left;
	margin: 0 0 20px 0;
}
.point .cont02 figure li:nth-child(odd) {
	margin-right: 2%;
}
	@media(min-width:1px) and (max-width: 640px) {
		.point .cont02 {
			margin: 0 0 16.7%;
		}
		.point .cont02 figure ul {
			max-width: 490px;
			width: 100%;
			margin: 0 auto;
		}
		.point .cont02 figure li {
			width: 100%;
			float: none;
			margin: 0 0 10px 0;
		}
		.point .cont02 figure li:nth-child(odd) {
			margin-right: 0;
		}
	}


/* cont03 / cont04
--------------------------------------------- */
.point .cont03 {
	margin: 0 0 100px;
	padding: 20px 0 0;
}
.point .cont03 .inner ul {
	margin-bottom: 1em;
}
.point .cont03 .inner  ul:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.point .cont03 .inner  li {
	width: 48.18%;
	float: left;
	margin: 0 0 20px 0;
}
.point .cont03 .inner  li:nth-child(odd) {
	margin-right: 3.64%;
}
.point .cont03 .inner  li img {
	width: 100%;
}
.point .cont04 {
	padding: 20px 0 0;
}
.point .cont04 .box {
	display: table;
	margin: 0 0 35px;
}
.point .cont04 figure {
	display: table-cell;
	width: 300px;
	padding: 0 60px 0 0;
}
.point .cont04 .txt-wrap {
	display: table-cell;
	vertical-align: middle;
}
.point .cont04 .txt-wrap p:last-child {
	margin: 0;
}
.point .cont03 .list:after,
.point .cont04 .list:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.point .cont03 .list li,
.point .cont04 .list li {
	width: 45.3%;
	float: left;
}
.point .cont03 .list li:nth-child(odd),
.point .cont04 .list li:nth-child(odd) {
	margin-right: 9.4%;
}
.point .cont03 .list li h3,
.point .cont04 .list li h3 {
	position: relative;
	padding: 0 0 0 50px;
	margin: 0 0 25px;
	font-size: 20px;
}
.point .cont03 .list li h3:before,
.point .cont04 .list li h3:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 31px;
	content: "";
	-webkit-transform: translate(0, -50%);
   transform: translate(0, -50%);
}
.point .cont03 .list01 h3,
.point .cont04 .list01 h3 {
	color: #96779e;
}
.point .cont03 .list01 h3:before,
.point .cont04 .list01 h3:before {
	background: url(../img/icn_mark_pp.png) no-repeat 0 0;
	background-size: contain;
}
.point .cont03 .list02 h3,
.point .cont04 .list02 h3 {
	color: #633837;
}
.point .cont03 .list02 h3:before,
.point .cont04 .list02 h3:before {
	background: url(../img/icn_mark_bw.png) no-repeat 0 0;
	background-size: contain;
}
.point .cont03 .list03 h3 {
	color: #dd81a6;
}
.point .cont03 .list03 h3:before {
	background: url(../img/icn_mark_pk.png) no-repeat 0 0;
	background-size: contain;
}
.point .cont03 .list04 h3 {
	color: #84c5cd;
}
.point .cont03 .list04 h3:before {
	background: url(../img/icn_mark_bl.png) no-repeat 0 0;
	background-size: contain;
}
.point .cont04 .img-questionnaire {
	display: block;
	max-width: 404px;
	width: 70%;
	margin: 80px auto 0;
	padding-right: 0 !important;
}
.point .cont04 .img-questionnaire img {
	width: 100%;
}

	@media(min-width:1px) and (max-width: 768px) {
		.point .cont04 .box {
			display: block;
			margin: 0 auto 30px;
			max-width: 600px;
			width: 100%;
		}
		.point .cont04 figure {
			display: block;
			width: 50%;
			max-width: 300px;
			padding: 0;
			margin: 0 auto 15px;
		}
		.point .cont04 .txt-wrap {
			display: block;
			vertical-align: top;
		}
		.point .cont03 .list li h3,
		.point .cont04 .list li h3 {
			font-size: 18px;
		}
	}
	@media(min-width:1px) and (max-width: 640px) {
		.point .cont03 {
			margin: 0 0 16.7%;
		}
		.point .cont03 figure ul {
			max-width: 380px;
			width: 100%;
			margin: 0 auto 5%;
		}
		.point .cont03 figure li {
			width: 100%;
			float: none;
			margin: 0 0 10px 0;
		}
		.point .cont03 figure li:nth-child(odd) {
			margin-right: 0;
		}
		.point .cont03 .list li,
		.point .cont04 .list li {
			width: 100%;
			float: none;
			margin: 0 0 20px;
		}
		.point .cont03 .list li:nth-child(odd),
		.point .cont04 .list li:nth-child(odd) {
			margin-right: 0;
		}
		.point .cont03 .list li h3,
		.point .cont04 .list li h3 {
			padding: 0 0 0 36px;
			margin: 0 0 15px;
		}
		.point .cont03 .list li h3:before,
		.point .cont04 .list li h3:before {
			width: 22px;
			height: 23px;
		}
		.point .cont04 .img-questionnaire {
			margin: calc(80 / 640 * 100vw) auto calc(20 / 640 * 100vw);
		}
	}
	@media(min-width:1px) and (max-width:480px) {
		.point .cont03 .list li h3,
		.point .cont04 .list li h3 {
			font-size: 16px;
		}
	}


/*==================================================
entry
==================================================*/
.entry .main {
	padding-bottom: 90px;
}
.entry .pagettl {
	margin: 0 0 120px;
}

/* cont01
--------------------------------------------- */
.entry .cont01 {
	margin: 0 0 90px;
}
.entry .flow,
.entry .form {
	width: 800px;
	margin: 0 auto 60px;
}
.entry .flow li,
.entry .form {
	position: relative;
	margin: 0 0 30px;
	border: 3px solid #df8031;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.entry .flow li:after {
	border-top: 22px solid #df8031;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
	content: "";
	position: absolute;
	bottom: -22px;
	left: 50%;
	margin-left: -22px;
}
.entry .flow li h3 {
	padding: 10px 0;
	color: #fff;
	font-size: 24px;
	text-align: center;
	background: #df8031;
}
.entry .flow li .txt {
	padding: 30px 50px;
}
.entry .flow li p {
	margin: 0;
}
.entry .flow li:nth-child(2) {
	border-color: #dd81a6;
}
.entry .flow li:nth-child(2) h3 {
	background: #dd81a6;
}
.entry .flow li:nth-child(2):after {
	border-top-color: #dd81a6;
}
.entry .flow li:nth-child(3) {
	border-color: #90ac52;
}
.entry .flow li:nth-child(3) h3 {
	background: #90ac52;
}
.entry .flow li:nth-child(3):after {
	border-top-color: #90ac52;
}
.entry .flow li:nth-child(4) {
	border-color: #917099;
}
.entry .flow li:nth-child(4) h3 {
	background: #917099;
}
.entry .flow li:nth-child(4):after {
	border-top-color: #917099;
}
.entry .flow li:nth-child(5) {
	border-color: #3fa1be;
}
.entry .flow li:nth-child(5) h3 {
	background: #3fa1be;
}
.entry .flow li:nth-child(5):after {
	border-top: none;
}
.entry .form {
	margin: 0 auto 60px;
}
.entry .form .aform {
	position: realtive;
	padding: 30px;
	z-index: 999;
}

	@media(min-width:1px) and (max-width:1050px) {
		.entry .flow,
		.entry .form {
			max-width: 800px;
			width: 100%;
		}
		.entry .pagettl {
			margin: 0 0 60px;
		}
	}
	@media(min-width:1px) and (max-width:640px) {
		.entry .cont01 {
			margin: 0 0 16.6%;
		}
		.entry .flow li h3 {
			font-size: 22px;
		}
		.entry .flow li .txt {
			padding: 20px 3.4%;
		}
		.aform-content dl dt {
			width: auto;
		}
	}
	@media(min-width:1px) and (max-width:480px) {
		.entry .flow li h3 {
			font-size: 18px;
		}
		.entry .btn {
			width: 90%;
			font-size: 18px;
		}
	}
	@media(min-width:1px) and (max-width:360px) {
		.entry .btn {
			font-size: 16px;
		}
	}

/* cont02
--------------------------------------------- */
.entry .cont02 p {
	text-align: center;
}
.entry .cont02 a {
	color: #0067ba !important;
}


/*==================================================
recruit
==================================================*/
.recruit .main h3 {
	position: relative;
	padding: 45px 0 0;
	margin: 0 0 20px;
	font-size: 30px;
	color: #98799f;
	font-weight: 700;
	text-align: center;
}
.recruit .main h3:before {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 31px;
	content: "";
	background: url(../img/icn_mark_pp.png) no-repeat 50% 0;
	background-size: contain;
	-webkit-transform: translate(-50%, 0);
   transform: translate(-50%, 0);
}
.recruit .main .cont02 h3 {
	color: #df7f30;
}
.recruit .main .cont02 h3:before {
	background: url(../img/icn_mark_og.png) no-repeat 50% 0;
	background-size: contain;
}
	@media(min-width:1px) and (max-width:640px) {
		.recruit .main h3 {
			font-size: 26px;
		}
	}
	@media(min-width:1px) and (max-width:480px) {
		.recruit .main h3 {
			padding: 30px 0 0;
			font-size: 21px;
		}
		.recruit .main h3:before {
			width: 22px;
			height: 23px;
		}
	}

/* cont01
--------------------------------------------- */
.recruit .cont01 {
	margin: 0 0 85px;
}
.recruit .cont01 .list-info {
	position: relative;
	padding: 30px 35px; 
	background: url(../img/bg_recruitinfo.gif) repeat-y 50% 0;
	background-size: 100% auto;
}
.recruit .cont01 .list-info:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	content: "";
	background: url(../img/bg_recruitinfo_top.gif) no-repeat 50% 0;
	background-size: 100% auto;
}
.recruit .cont01 .list-info:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	content: "";
	background: url(../img/bg_recruitinfo_bottom.gif) no-repeat 50% bottom;
	background-size: 100% auto;
}
.recruit .cont01 .list-info > dt {
	width: 160px;
	float: left;
	padding: 15px 0;
}
.recruit .cont01 .list-info > dd {
	position: relative;
	padding: 15px 0 15px 160px;
}
.recruit .cont01 .list-info > dd:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	content: "";
	background: url(../img/line_dl.gif) repeat-x 0 0;
}
.recruit .cont01 .list-info > dd:last-child:after {
	height: 0;
}
.recruit .cont01 .list-info dd p {
	margin: 0;
}
.recruit .cont01 .list-info dd p + p {
	margin: 20px 0 0;
}
.recruit .cont01 .list-info dd dd+dt {
	margin: 20px 0 0;
 }
 .recruit .cont01 .list-info dd dd {
 	padding: 0 0  0 1em;
 }
	@media(min-width:1px) and (max-width:940px) {
		.recruit .cont01 .list-info:before {
			height: auto;
			padding: 2% 0 0;
		}
		.recruit .cont01 .list-info:after {
			height: auto;
			padding: 2% 0 0;
		}
	}
	@media(min-width:1px) and (max-width: 640px) {
		.recruit .cont01 {
			margin: 0 0 13.3%;
		}
		.recruit .cont01 .list-info {
			padding: 0 2% 10px;
		}
		.recruit .cont01 .list-info > dt {
			width: 100%;
			float: none;
			padding: 10px 1% 0;
			box-sizing: border-box;
		}
		.recruit .cont01 .list-info > dd {
			position: relative;
			padding: 0 3.5% 10px 5%;
		}
		.recruit .cont01 .list-info > dd:before {
			display: block;
			position: absolute;
			top: 5px;
			left: 2%;
			width: 2px;
			height: calc(100% - 15px);
			content: "";
			background: #98799f; 
		}
	}

/* cont02
--------------------------------------------- */
.recruit .cont02 {
	text-align: center;
}
.recruit .cont02 em {
	font-size: 129%;
}
.recruit .cont02 .btn {
	display: block;
	width: 400px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 22px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: #0068bb;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	transition: all .3s;
	opacity: 1 !important;
}
.recruit .cont02 .btn:hover {
	color: #0068bb;
	background: #fff338;
}
.recruit .cont02 .btn span {
	position: relative;
	padding: 0 30px 0 0;
}
.recruit .cont02 span:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 20px;
	content: "";
	background: url(../img/icn_btn_arrow.png) no-repeat 0 0;
	background-size: contain;
	-webkit-transform: translate(0, -50%);
   transform: translate(0, -50%);
  	transition: all .3s;
}
.recruit .cont02:hover span:after {
	background: url(../img/icn_btn_arrow_bl.png) no-repeat 0 0;
	background-size: contain;
}
	@media(min-width:1px) and (max-width:480px) {
		.recruit .cont02 .btn {
			width: 90%;
			font-size: 18px;
		}
	}
	@media(min-width:1px) and (max-width:360px) {
		.recruit .cont02 .btn {
			font-size: 16px;
		}
	}


/*==================================================
corporation
==================================================*/
/* cont01
--------------------------------------------- */
.corporation .cont01 {
	margin: 0 0 60px;
}
.corporation .cont01 h3 {
	position: relative;
	padding: 0 0 0 50px;
	margin: 60px 0 30px;
	font-size: 20px;
}
.corporation .cont01 h3:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 31px;
	content: "";
	-webkit-transform: translate(0, -50%);
   transform: translate(0, -50%);
}
.corporation .contttl01 {
	margin-top: 0;
	color: #df7f30;
}
.corporation .contttl01:before {
	background: url(../img/icn_mark_og.png) no-repeat 0 0;
	background-size: contain;
}
.corporation .contttl02 {
	color: #96779e;
}
.corporation .contttl02:before {
	background: url(../img/icn_mark_pp.png) no-repeat 0 0;
	background-size: contain;
}
.corporation .contttl03 {
	color: #dd81a6;
}
.corporation .contttl03:before {
	background: url(../img/icn_mark_pk.png) no-repeat 0 0;
	background-size: contain;
}
.corporation .contttl04 {
	color: #3fa0be;
}
.corporation .contttl04:before {
	background: url(../img/icn_mark_bl.png) no-repeat 0 0;
	background-size: contain;
}
.corporation .contttl05 {
	color: #90ac52;
}
.corporation .contttl05:before {
	background: url(../img/icn_mark_gn.png) no-repeat 0 0;
	background-size: contain;
}
.corporation .cont01 p {
	margin: 0 0 30px;
}

	@media(min-width:1px) and (max-width: 768px) {
		.corporation .cont01 h3 {
			font-size: 18px;
		}
	}
	@media(min-width:1px) and (max-width: 640px) {
		.corporation .cont01 {
			margin: 0 0 18.3%;
		}
		.corporation .cont01 h3 {
			padding: 0 0 0 36px;
			margin: 0 0 15px;
		}
		.corporation .cont01 h3:before {
			width: 22px;
			height: 23px;
		}
	}
	@media(min-width:1px) and (max-width:480px) {
		.corporation .cont01 h3 {
			font-size: 16px;
		}
	}

/* cont02 (capacity)
--------------------------------------------- */
.corporation .capacity {
	padding: 30px 0 0;
	background: url(../img/bg_corporation_capacity01.png) no-repeat 0 0;
	background-size: contain;
}
.corporation .capacity h3 {
	margin: 0 0 35px;
	font-size: 24px;
	color: #246cb8;
	text-align: center;
}
.corporation .capacity .txt-scroll {
	display: none;
}
.corporation .capacity .box {
	padding: 0 20px;
}
.corporation .capacity .box:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.corporation .capacity .box > div {
	width: 48.8%;
	float: left;
}
.corporation .capacity .box > div +div {
	margin-left: 2.4%;
}
.corporation .capacity ul {
	margin: 0 0 20px;
}
.corporation .capacity li {
	position: relative;
	height: 100px;
	padding: 25px 0;
	text-align: center;
	font-size: 22px;
	line-height: 110%;
	border: 2px solid #175da6;
	background: #fff;
	box-sizing: border-box;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.corporation .capacity li span {
	display: block;
	padding: 6px 0 0;
	font-size: 15px;
}
.corporation .capacity li:first-child {
	margin: 0 0 40px;
}
.corporation .capacity li:nth-child(2):after {
	display: block;
	position: absolute;
	top: -40px;
	left: 50%;
	width: 14px;
	height: 40px;
	content: "";
	background: url(../img/icn_corporation_capacity.png) no-repeat 0 0;
	background-size: contain;
	-webkit-transform: translate(-50%, 0);
   	transform: translate(-50%, 0);
}
.corporation .capacity p {
	text-align: center;
}
.corporation .capacity figure {
	text-align: center;
}
.corporation .capacity figcaption {
	padding: 25px 0 0;
	text-align: left;
	line-height: 120%;
}
	@media(min-width:1px) and (max-width:820px) {
		.corporation .capacity li {
			font-size: 20px;
		}
		.corporation .capacity li span {
			font-size: 14px;
		}
	}
	@media(min-width:1px) and (max-width:680px) {
		.corporation .capacity {
			position: relative;
			width: 106.25%;
			margin-left: -3.125%;
			background: none;
		}
		.corporation .capacity:before {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 200px;
/* 			padding: 30% 0 0; */
			content: "";
			background: #e4f3f8;
		}
		.corporation .capacity h3 {
			position: relative;
		}
		.corporation .capacity .txt-scroll {
			display: block;
			position: relative;
			margin: 0 3% 5px;
			font-size: 11px;
			color: #aaa;
			z-index: 100;
		}
		.corporation .capacity .box-wrap {
			box-sizing: border-box;
			overflow-x: scroll;
			margin: 0 0 20px;
		}
		.corporation .capacity .box-wrap::-webkit-scrollbar {
			width: 7px;
			height: 5px;
		}
		.corporation .capacity .box-wrap::-webkit-scrollbar-track {
			border-radius: 5px;
			background: #eee;
		}
		.corporation .capacity .box-wrap::-webkit-scrollbar-thumb {
			border-radius: 5px;
			background: #666;
		}
		.corporation .capacity .box {
			width: 640px;
			padding: 0 20px 10%;
		}
		.corporation .capacity .box > div {
			width: 45%;
		}
		.corporation .capacity .box > div +div {
			margin-left: 10%;
		}
	}
	@media(min-width:1px) and (max-width:640px) {
		.corporation .capacity h3 {
			font-size: 22px;
		}
		.corporation .capacity li {
			height: 90px;
			font-size: 18px;
		}
		.corporation .capacity li span {
			font-size: 12px;
		}
	}
	@media(min-width:1px) and (max-width:480px) {
		.corporation .capacity h3 {
			margin: 0 0 7%;
			font-size: 20px;
			z-index: 100;
		}
	}


/*==================================================
program
==================================================*/
.program .main {
	padding: 0 0 90px;
}
.program .pagettl {
	margin: 0 0 100px;
}
.program h2 {
	padding-top: 20px;
}
.program h3 {
	position: relative;
	margin: 0 0 35px;
	font-size: 30px;
	color: #98799f;
	font-weight: 700;
	text-align: center;
}
.c-feature ul:after,
.c-tamaishiki ul:after,
.c-english ul:after  {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
	@media(min-width:1px) and (max-width:640px) {
		.program h3 {
			font-size: 26px;
		}
	}
	@media(min-width:1px) and (max-width:480px) {
		.program h3 {
			font-size: 21px;
		}
	}


/* cont-intro
--------------------------------------------- */
.program .txt-read {
	text-align: center;
	line-height: 200%;
	margin: 0;
}
.program .txt-read span {
	display: block;
	font-size: 30px;
	line-height: 170%;
	font-weight: 700;
	padding: 10px 0;
}
.cont-intro h3 {
	padding-top: 60px;
}
.cont-intro p em {
	font-weight: 700;
}
.cont-intro figure {
	margin: 0 0 30px;
}
.cont-intro .c-tamaishiki {
	padding-top: 0;
}
	@media(min-width:1px) and (max-width:640px) {
		.cont-intro h3 {
			padding-top: 30px;
		}
		.program .txt-read span {
			font-size: 24px;
		}
	}
	@media(min-width:1px) and (max-width:480px) {
		.program .txt-read {
			line-height: 170%;
		}
		.program .txt-read span {
			font-size: 20px;
			padding: 5px 0;
		}
	}

/* table */
.cont-intro table {
	border: 2px solid #dd81a6;
	width: 100%;
	margin: 0 0 15px;
}
.cont-intro table tr{
	border: 1px solid #dd81a6;
}
.cont-intro table th,
.cont-intro table td {
	border-right: 1px solid #dd81a6;
	padding: 10px;
	text-align: center;
	line-height: 120%;
}
.cont-intro table th {
	background: #e5bccc;
}
.cont-intro table th:first-child {
	border-right: 2px solid #dd81a6;
}
.cont-intro thead th {
	padding: 10px 5px;
	border-bottom: 2px solid #dd81a6;
	line-height: 140%;
}
.cont-intro table .cell-bl {
	background: #3fa1be;
	color: #fff;
}
.cont-intro table .cell-gn {
	background: #90ac52;
	color: #fff;
}
.cont-intro table .cell-pp {
	background: #917099;
	color: #fff;
}
	@media(min-width:1px) and (max-width: 640px) {
		.cont-intro table th,
		.cont-intro table td {
			font-size: 13px;
		}
	}
	@media(min-width:1px) and (max-width: 480px) {
		.cont-intro table th {
			font-size: 12px;
			padding: 8px 5px;
		}
		.cont-intro table td {
			font-size: 12px;
			padding: 5px;
		}
	}


/* feature */
.c-feature {
	position: relative;
	padding: 0 60px 30px;
	margin: 0 0 50px;
	background: url(../img/bg_program_cont01.gif) repeat-y 50% 0;
	background-size: 100% auto;
}
.c-feature:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	content: "";
	background: url(../img/bg_program_cont01_top.gif) no-repeat 50% 0;
	background-size: 100% auto;
}
.c-feature:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	content: "";
	background: url(../img/bg_program_cont01_bottom.gif) no-repeat 50% bottom;
	background-size: 100% auto;
}
.c-feature h3 {
	color: #df7f30;
}
.c-feature ul {
	padding: 10px 0 30px;
}
.c-feature li {
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.c-feature li.list01 {
	padding: 0 20px 0 0;
	border-right: 1px solid #e5dede;
}
.c-feature li.list02 {
	padding: 0 0 0 20px;
}
.c-feature li h4 {
	position: relative;
	padding: 0 0 0 50px;
	margin: 0 0 25px;
	font-size: 20px;
}
.c-feature li h4:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 31px;
	content: "";
	-webkit-transform: translate(0, -50%);
   transform: translate(0, -50%);
}
.c-feature li.list01 h4 {
	color: #3fa1be;
}
.c-feature li.list01 h4:before {
	background: url(../img/icn_mark_bl.png) no-repeat 0 0;
	background-size: contain;
}
.c-feature li.list02 h4 {
	color: #917099;
}
.c-feature li.list02 h4:before {
	background: url(../img/icn_mark_pp.png) no-repeat 0 0;
	background-size: contain;
}
.c-feature li.list03 {
	margin: 40px 0 0;
	padding: 0 20px 0 0;
	border-right: 1px solid #e5dede;
}
.c-feature li.list03 h4 {
	color: #90ac52;
}
.c-feature li.list03 h4:before {
	background: url(../img/icn_mark_gn.png) no-repeat 0 0;
	background-size: contain;
}
.c-feature li p {
	margin: 0 0 10px;
}
.c-feature li figure {
	margin: 0;
}
.c-feature .txt-wrap {
	overflow: hidden;
}
.c-feature .txt-wrap p {
	float: right;
	width: 430px;
}
.c-feature .txt-wrap figure {
	float: left;
	width: 421px;
}
.c-feature .txt-wrap figure img {
	width: 100%;
}

	@media(min-width:1px) and (max-width:1060px) {
		.c-feature .txt-wrap p {
			width: 49%;
		}
		.c-feature .txt-wrap figure {
			width: 47%;
		}
	}
	@media(min-width:1px) and (max-width:940px) {
		.c-feature:before {
			height: auto;
			padding: 2% 0 0;
		}
		.c-feature:after {
			height: auto;
			padding: 2% 0 0;
		}
	}
	@media(min-width:1px) and (max-width: 768px) {
		.c-feature {
			position: relative;
			padding: 0px 3.3% 10px;
			margin: 0 0 3.3%;
		}
		.c-feature li h4 {
			font-size: 18px;
		}
		.c-feature .txt-wrap p {
			width: 100%;
			float: none;
		}
		.c-feature .txt-wrap figure {
			width: 100%;
			float: none;
		}
	}
	@media(min-width:1px) and (max-width: 640px) {
		.cont-intro figure {
			margin: 0 0 20px;
		}
		.c-feature li {
			width: 100%;
			float: none;
		}
		.c-feature li.list01 {
			padding: 0 0 7.2%;
			border-right: none;
		}
		.c-feature li.list01 figure {
			margin-left: 0;
		}
		.c-feature li.list02 {
			padding: 0;
		}
		.c-feature li.list03 {
			padding: 0;
			margin: 7.2% 0 0;
			border-right: none;
		}
		.c-feature li h4 {
			padding: 0 0 0 36px;
			margin: 0 0 15px;
		}
		.c-feature li h4:before {
			width: 22px;
			height: 23px;
		}
		.c-feature ul {
			margin: 11% 0 20px;
			padding: 0;
		}
		.c-feature li figure {
			text-align: center;
		}
	}
	@media(min-width:1px) and (max-width:480px) {
		.c-feature li h4 {
			font-size: 16px;
		}
	}


/* cont01
--------------------------------------------- */
.program .cont01 {
	margin: 0 0 80px;
}
.program .iframe {
	max-width: 826px;
	width: 94%;
	padding: 2px;
	margin: 0 auto 70px;
	border: 1px solid #e5a0bc;
	box-sizing:border-box;
}
.program .iframe span {
	display: block;
	padding: 5px;
	text-align: center;
}
.program .iframe .iframe-inner {
	position: relative;
	padding: 54.6% 0 0 0;
	border: 11px solid #e5a0bc;
}
.program .iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.program .iframe-e,
.program .iframe-e .iframe-inner {
	border-color: #4fa9c4;
}
.cont01 .c-tamaishiki li.list01 figure {
	margin-left: -20px;
}
	@media(min-width:1px) and (max-width:768px) {
		.program .iframe {
			margin-bottom: 8%;
		}
		.program .iframe .iframe-inner {
			border-width: 6px;
		}
	}
	@media(min-width:1px) and (max-width:640px) {
		.program .cont01 {
			margin: 0 0 60px;
		}
	}

/* tamaishiki */
.c-tamaishiki {
	position: relative;
	padding: 60px 60px 30px;
	margin: 0 0 50px;
	background: url(../img/bg_program_cont01.gif) repeat-y 50% 0;
	background-size: 100% auto;
}
.c-tamaishiki:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	content: "";
	background: url(../img/bg_program_cont01_top.gif) no-repeat 50% 0;
	background-size: 100% auto;
}
.c-tamaishiki:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	content: "";
	background: url(../img/bg_program_cont01_bottom.gif) no-repeat 50% bottom;
	background-size: 100% auto;
}
.c-tamaishiki h3 {
	color: #dd83a8;
}
.c-tamaishiki li {
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.c-tamaishiki li.list01 {
	padding: 0 20px 0 0;
	border-right: 1px solid #e5dede;
}
.c-tamaishiki li.list02 {
	padding: 0 0 0 20px;
}
.c-tamaishiki li h4 {
	position: relative;
	padding: 0 0 0 50px;
	margin: 0 0 25px;
	font-size: 20px;
}
.c-tamaishiki li h4:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 31px;
	content: "";
	-webkit-transform: translate(0, -50%);
   transform: translate(0, -50%);
}
.c-tamaishiki li.list01 h4 {
	color: #3fa1be;
}
.c-tamaishiki li.list01 h4:before {
	background: url(../img/icn_mark_bl.png) no-repeat 0 0;
	background-size: contain;
}
.c-tamaishiki li.list02 h4 {
	color: #917099;
}
.c-tamaishiki li.list02 h4:before {
	background: url(../img/icn_mark_pp.png) no-repeat 0 0;
	background-size: contain;
}
.c-tamaishiki li.list03 {
	margin: 40px 0 0;
	padding: 0 20px 0 0;
	border-right: 1px solid #e5dede;
}
.c-tamaishiki li p {
	margin: 0 0 10px;
}
.c-tamaishiki li figure {
	margin: 0;
}

	@media(min-width:1px) and (max-width:940px) {
		.c-tamaishiki:before {
			height: auto;
			padding: 2% 0 0;
		}
		.c-tamaishiki:after {
			height: auto;
			padding: 2% 0 0;
		}
	}
	@media(min-width:1px) and (max-width: 768px) {
		.c-tamaishiki {
			position: relative;
			padding: 30px 3.3%;
			margin: 0 0 3.3%;
		}
		.c-tamaishiki li h4 {
			font-size: 18px;
		}
	}
	@media(min-width:1px) and (max-width: 640px) {
		.c-tamaishiki li {
			width: 100%;
			float: none;
		}
		.c-tamaishiki li.list01 {
			padding: 0 0 7.2%;
			border-right: none;
		}
		.c-tamaishiki li.list01 figure {
			margin-left: 0;
		}
		.c-tamaishiki li.list02 {
			padding: 0;
		}
		.c-tamaishiki li h4 {
			padding: 0 0 0 36px;
			margin: 0 0 15px;
		}
		.c-tamaishiki li h4:before {
			width: 22px;
			height: 23px;
		}
		.c-tamaishiki ul {
			margin: 11% 0 0;
		}
		.c-tamaishiki li figure {
			text-align: center;
		}
	}
	@media(min-width:1px) and (max-width:480px) {
		.c-tamaishiki li h4 {
			font-size: 16px;
		}
	}

/* cont01- english*/
.c-english {
	position: relative;
	padding: 60px 50px 30px;
	margin: 0 0 50px;
	background: url(../img/bg_program_cont02.gif) repeat-y 50% 0;
	background-size: 100% auto;
}
.c-english:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	content: "";
	background: url(../img/bg_program_cont02_top.gif) no-repeat 50% 0;
	background-size: 100% auto;
}
.c-english:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	content: "";
	background: url(../img/bg_program_cont02_bottom.gif) no-repeat 50% bottom;
	background-size: 100% auto;
}
.c-english h3 {
	color: #3fa0be;
}
.c-english li {
	width: 50%;
	float: left;
}
.c-english li h4 {
	margin: 0 10px 20px;
	font-size: 20px;
	color: #412c2e;
	text-align: center;
	font-weight: 700;
}
.c-english li h4 span {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto 10px;
	line-height: 40px;
	color: #fff;
}
.c-english li figure {
	margin: 0 10px 20px;
	text-align: center;
}
.c-english li p {
	margin: 0 20px 35px;
}
.c-english li.list01 { background: #f9d5d9; }
.c-english li.list02 { background: #addef8; }
.c-english li.list03 { background: #cce198; }
.c-english li.list04 { background: #dbb4d4; }
.c-english li.list05 { background: #f7d758; }
.c-english li.list06 { background: #f5b194; }
.c-english li.list01 h4 span { background: #dd82a7;}
.c-english li.list02 h4 span { background: #3fa1be; }
.c-english li.list03 h4 span { background: #90ac52; }
.c-english li.list04 h4 span { background: #917099; }
.c-english li.list05 h4 span { background: #df7f30; }
.c-english li.list06 h4 span { background: #d34e14; }

	@media(min-width:1px) and (max-width:940px) {
		.c-english:before {
			height: auto;
			padding: 2% 0 0;
		}
		.c-english:after {
			height: auto;
			padding: 2% 0 0;
		}
	}
	@media(min-width:1px) and (max-width:768px) {
		.c-english {
			padding: 30px 3.3%;
			margin: 0 0 3.3%;
		}
		.c-english li {
			width: 50%;
		}
	}
	@media(min-width:1px) and (max-width:640px) {
		.c-english li {
			width: 100%;
			float: none;
		}
		.c-english li p {
			padding: 0 5% 20px;
			margin: 0 0 3%;
		}
	}
	@media(min-width:1px) and (max-width:480px) {
		.c-english li h4 {
			font-size: 18px;
		}
	}


/* cont02 - trial
--------------------------------------------- */
.c-trial p {
	margin: 0 0 20px;
}
.c-trial > div {
	position: relative;
	width: 1000px;
	margin: 0 0 45px;
}
.c-trial h3 {
	color: #90ac52;
}
.c-trial h3 .viewSp {
	display: none;
}
.c-trial h3 span {
	display: block;
	font-size: 73.3%;
}
	@media(min-width:1px) and (max-width:1050px) {
		.c-trial > div {
			position: relative;
			width: 100%;
			margin: 0 0 4%;
		}
		.c-trial h4 {
			font-size: 2.3vw;
		}
	}
	@media(min-width:1px) and (max-width:480px) {
		.program .c-trial h4 {
			font-size: 18px;
		}
	}
	@media(min-width:1px) and (max-width:415px) {
		.c-trial h3 .viewSp {
			display: block;
		}
	}

/*program01 / 02 ( cont-pg )------------------------ */
.c-trial .cont-pg {
	margin: 0 0 75px;
}
.c-trial .cont-pg .inner {
	width: 880px;
	padding-top: 40px;
}
.c-trial .cont-pg figure {
	text-align: center;
}
.c-trial .cont-pg h4 {
	position: relative;
	padding: 0 0 0 50px;
	margin: 0 0 25px;
	font-size: 20px;
}
.c-trial .cont-pg h4:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 31px;
	content: "";
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.c-trial .cont-pg h4.ttl-blue {
	color: #3fa1be;
	background: url(../img/icn_mark_bl.png) no-repeat 0 0 / contain;
}
.c-trial .cont-pg h4.ttl-violet {
	color: #917099;
	background: url(../img/icn_mark_pp.png) no-repeat 0 0 / contain;
}
.c-trial .cont-pg p + h4 {
	margin-top: 45px;
}
.c-trial .cont-pg h5 {
	margin: 0 0 25px;
	font-size: 20px;
	font-weight: 700;
}
.c-trial .cont-pg h6 {
	display: block;
	margin: 25px 0 10px;
	font-weight: 700;
}
	@media(min-width:1px) and (max-width:1050px) {
		.c-trial .cont-pg .inner {
			width: 100%;
		}
	}
	@media(min-width:1px) and (max-width:768px) {
		.c-trial .cont-pg h4 {
			font-size: 18px;
		}
		.c-trial .cont-pg h5 {
			font-size:18px;
		}
	}
	@media(min-width:1px) and (max-width:640px) {
		.c-trial .cont-pg .inner {
			padding-top: 30px;
		}
		.c-trial .cont-pg h4 {
			padding: 0 0 0 36px;
			margin: 0 0 15px;
		}
		.c-trial .cont-pg h4:before {
			width: 22px;
			height: 23px;
		}
		.c-trial .cont-pg p + h4 {
			margin-top: 30px;
		}
	}
	@media(min-width:1px) and (max-width:480px) {
		.c-trial .cont-pg h4 {
			font-size: 16px;
		}
		.c-trial .cont-pg h5 {
			font-size:16px;
		}
		.c-trial .cont-pg h5 span {
			display: none;
		}
	}

/*program01------------------------ */
.c-trial .program01 {
	border-bottom: 1px dashed #E5DEDE;
	padding-bottom: 10px;
}
.c-trial .program01 table {
	border: 2px solid #dd81a6;
	width: 100%;
	margin: 0 0 15px;
}
.c-trial .program01 table tr {
	border: 1px solid #dd81a6;
}
.c-trial .program01 table th,
.c-trial .program01 table td {
	border-right: 1px solid #dd81a6;
	padding: 10px;
	text-align: center;
	line-height: 120%;
}
.c-trial .program01 table th {
	background: #e5bccc;
}
.c-trial .program01 table th:first-child {
	border-right: 2px solid #dd81a6;
}
.c-trial .program01 thead th {
	padding: 10px 5px;
	border-bottom: 2px solid #dd81a6;
	line-height: 140%;
}
.c-trial .program01 thead th:first-child {
	width: 10%;
}
.c-trial .program01 thead th:nth-child(2),
.c-trial .program01 thead th:nth-child(3) {
	width: 45%;
}
.c-trial .program01 .img-list {
	margin-bottom: 1em;
}
.c-trial .program01 .img-list:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.c-trial .program01 .img-list li {
	width: 48.18%;
	float: left;
	margin: 0 0 20px 0;
}
.c-trial .program01 .img-list li:nth-child(odd) {
	margin-right: 3.64%;
}
.c-trial .program01 .img-list li img {
	width: 100%;
}
.c-trial .program01 h4 {
	font-weight: 700;
	padding: 0;
}
.c-trial .program01 .list {
	margin-bottom: 1.5em;
}
.c-trial .program01 .list li {
	position: relative;
	padding-left: 1em;
	margin-bottom: .5em;
}
.c-trial .program01 .list li::before {
	position: absolute;
	content: "";
	top: .65em;
	left: 3px;
	width: 5px;
	height: 5px;
	background: #D186A5;
	border-radius: 50%;
}

/*program02------------------------ */
.c-trial .program02 ol:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.c-trial .program02 li {
	width: 48.18%;
	float: left;
	margin: 0 0 20px 0;
}
.c-trial .program02 li:nth-child(odd) {
	margin-right: 3.64%;
}
.c-trial .program02 li img {
	width: 100%;
}
.c-trial .program02 li span {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 10px 0 0;
	text-align: center;
	color: #fff;
	background: #ccc;
}
.c-trial .program02 li:nth-child(1) span {
	background: #d187a6;
}
.c-trial .program02 li:nth-child(2) span {
	background: #3fa1be;
}
.c-trial .program02 li:nth-child(3) span {
	background: #917099;
}
.c-trial .program02 li:nth-child(4) span {
	background: #df7f30;
}
	@media(min-width:1px) and (max-width:480px) {
		.c-trial .program02 li,
		.c-trial .program02 li:nth-child(odd) {
			float: none;
			width: 100%;
			margin: 0;
		}
	}

/*program03------------------------ */
.c-trial .program03 > div {
	position: relative;
}
.c-trial .program03 figure {
	position: absolute;
	z-index: 100;
}
.c-trial .program03 h4 {
	position: absolute;
	font-size: 22px;
	font-weight: 700;
	z-index: 100;
}
.c-trial .program03 h4 span {
	display: inline-block;
	padding: 0 0 10px;
	border-bottom: 3px solid #ccc;
}
	@media(min-width:1px) and (max-width:768px) {
		.main .c-trial .program03 h4 {
			font-size: 3vw;
		}
	}
	@media(min-width:1px) and (max-width:640px) {
		.main .c-trial .program03 > div {
			width: 106.25%;
			margin-left: -3.125%;
			margin-bottom: 13%;
			padding: 0 3.125% 2.5%;
			box-sizing: border-box;
		}
		.main  .c-trial .program03 h4 {
			position: relative;
			display: block;
			top: auto;
			left: auto;
			right: auto;
			text-align: center;
			font-size: 20px;
			-webkit-transform: translate(0, -50%);
 			  transform: translate(0, -50%);
		}
		.main .c-trial .program03 figure.img01,
		.main .c-trial .program03 figure.img02 {
			position: relative;
			top: auto;
			left: auto;
			right: auto;
			bottom: auto;
			width: 100%;
		}
		.main .c-trial .program03 figure {
			margin: 0 0 2.5%;
		}
		.main .c-trial .program03 figure img {
			width: 100%;
		}
	}
	@media(min-width:1px) and (max-width:480px) {
		.main  .c-trial .program03 h4 {
			font-size: 18px;
		}
	}
	
/* trial01 */
.c-trial .trial01 {
	height: 463px;
	background: url(../img/bg_program_trial01.gif) no-repeat 0 0;
	background-size: contain;
}
.c-trial .trial01 h4 {
	top: 86px;
	left: 670px;
	color: #90ac52;
}
.c-trial .trial01 h4 span {
	border-color: #90ac52;
}
.c-trial .trial01 .img01 {
	top: 0;
	left: 0;
}
.c-trial .trial01 .img02 {
	top: 158px;
	left: 500px;
}

/* trial02 */
.c-trial .trial02 {
	height: 477px;
	margin: 0 0 45px;
	background: url(../img/bg_program_trial02.gif) no-repeat 0 0;
	background-size: contain;
}
.c-trial .trial02 h4 {
	top: 60px;
	left: 96px;
	color: #3fa1be;
}
.c-trial .trial02 h4 span {
	border-color: #3fa1be;
}
.c-trial .trial02 .img01 {
	top: 0;
	right: 0;
	z-index: 110;
}
.c-trial .trial02 .img02 {
	top: 130px;
	left: 0px;
}

/* trial03 */
.c-trial .trial03 {
	height: 437px;
	background: url(../img/bg_program_trial03.gif) no-repeat 0 0;
	background-size: contain;
}
.c-trial .trial03 h4 {
	top: 347px;
	left: 88px;
	color: #dd82a7;
}
.c-trial .trial03 h4 span {
	border-color: #dd82a7;
}
.c-trial .trial03 .img01 {
	top: 0;
	left: 50px;
	z-index: 110;
}
.c-trial .trial03 .img02 {
	top: 36px;
	right: 0px;
}

/* trial04 */
.c-trial .trial04 {
	height: 537px;
	background: url(../img/bg_program_trial04.gif) no-repeat 0 0;
	background-size: contain;
}
.c-trial .trial04 h4 {
	top: 95px;
	left: 664px;
	color: #917099;
}
.c-trial .trial04 h4 span {
	border-color: #917099;
}
.c-trial .trial04 .img01 {
	top: 0;
	left: 0;
}
.c-trial .trial04 .img02 {
	top: 190px;
	left: 430px;
}
	@media(min-width:1px) and (max-width:1050px) {
		.c-trial .trial01 {
			height: auto;
			padding: 46.3% 0 0;
		}
		.c-trial .trial01 h4 {
			top: 18.57%;
			left: 67%;
		}
		.c-trial .trial01 .img01 {
			width: 61.8%;
			top: 0;
			left: 0;
		}
		.c-trial .trial01 .img02 {
			width: 50.1%;
			top: 34.1%;
			left: 50%;
		}
		.c-trial .trial02 {
			height: auto;
			padding: 47.7% 0 0;
		}
		.c-trial .trial02 h4 {
			top: 8.6%;
			left: 9.6%;
		}
		.c-trial .trial02 .img01 {
			width: 50%;
		}
		.c-trial .trial02 .img02 {
			width: 61.8%;
			top: 27.25%;
		}
		.c-trial .trial03 {
			height: auto;
			padding: 43.7% 0 0;
		}
		.c-trial .trial03 h4 {
			top: 79.4%;
			left: 5.8%;
		}
		.c-trial .trial03 .img01 {
			width: 50%;
			left: 5%;
		}
		.c-trial .trial03 .img02 {
			width: 61.8%;
			top: 8.24%;
		}
		.c-trial .trial04 {
			height: auto;
			padding: 53.7% 0 0;
		}
		.c-trial .trial04 h4 {
			top: 17.6%;
			left: 66.4%;
		}
		.c-trial .trial04 .img01 {
			width: 61.8%;
		}
		.c-trial .trial04 .img02 {
			width: 51.9%;
			top: 35.38%;
			left: 43%;
		}
	}
	@media(min-width:1px) and (max-width:640px) {
		.program .c-trial .trial01 {
			background: #f0f4e8;
		}
		.program .c-trial .trial02 {
			background: #eef7f9;
		}
		.program .c-trial .trial03 {
			background: #fbf0f4;
		}
		.program .c-trial .trial04 {
			background: #f4f1f5;
		}
	}
	@media(min-width:1px) and (max-width:480px) {
		.c-trial .trial03 h4 span {
			padding: 0 0 5px;
		}
	}

.btn_blue a {
	display: inline-block;
	margin: 15px 0 0;
	padding: 10px 20px;
	font-size: 22px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: #0068bb;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	transition: all .3s;
	opacity: 1 !important;
}
.btn_blue a:hover {
	color: #0068bb;
	background: #fff338;
}
.btn_blue a span {
	position: relative;
	padding: 0 30px 0 0;
}
.btn_blue a span:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 20px;
	content: "";
	background: url(../img/icn_btn_arrow.png) no-repeat 0 0;
	background-size: contain;
	-webkit-transform: translate(0, -50%);
   transform: translate(0, -50%);
  	transition: all .3s;
}
.btn_blue a:hover span:after {
	background: url(../img/icn_btn_arrow_bl.png) no-repeat 0 0;
	background-size: contain;
}
	@media(min-width:1px) and (max-width:480px) {
		.btn_blue a {
			width: 90%;
			font-size: 18px;
		}
	}
	@media(min-width:1px) and (max-width:360px) {
		.btn_blue a {
			font-size: 16px;
		}
	}












