@charset "UTF-8";

/* -----------------------------------------------------------
	page_ttlbox
----------------------------------------------------------- */
.page_ttlbox {
	background-image: url("../img/bg_page_ttl.jpg");
}

@media screen and (min-width: 768px) and (max-width: 1200px) {

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

}


/* -----------------------------------------------------------
	fir_text
----------------------------------------------------------- */
.fir_text {
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 120px;
}
.index_list li {
	width: calc(96% /2);
	float: left;
	margin-left: 4%;
	margin-bottom: 4%;
}
.index_list li:nth-child(1),
.index_list li:nth-child(3) {
	margin-left: 0;
}
.index_list li a {
	display: block;
	height: 324px;
	background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
}
.index_list li:nth-child(1) a {
	background-image: url(../img/index_list_01.jpg);

}
.index_list li:nth-child(2) a {
	background-image: url(../img/index_list_02.jpg);

}
.index_list li:nth-child(3) a {
	background-image: url(../img/index_list_03.jpg);

}
.index_list li:nth-child(4) a {
	background-image: url(../img/index_list_04.jpg);

}
.index_list li a:hover {
	opacity: .7;
}
.mid_box {
	overflow: hidden;
}
.index_list li a h2 {
	display: inline-block;
	font-size: 18px;
	color: #00538d;
	letter-spacing: 0.07em;
	background: #eaf3fa;
	transform: skewX(-40deg);
	padding-right: 20px;
}
.index_list li a h2 .mid_de {
	display: inline-block;
	color: #fff;
	font-size: 22px;
	background: #00538d;
	padding: 3px 38px 3px 48px;
	margin-left: -20px;
}
.index_list li a h2 .mid_de span {
	display: inline-block;
	transform: skewX(40deg);
}
.index_list li a h2 .mid_de_2 {
	display: inline-block;
	transform: skewX(40deg);
	padding: 0 25px;
}

@media screen and (min-width: 961px) and (max-width: 1200px) {
.index_list li a h2 {
	font-size: 16px;
	height: 54px;
	line-height: 54px;
	padding-right: 8px;
}
.index_list li a h2 .mid_de {
	font-size: 19px;
	padding: 0 12px 0 40px;
	margin-left: -30px;
}
.index_list li a h2 .mid_de_2 {
	padding: 0 20px;
}
.index_list li:nth-child(1) a h2 .mid_de_2 {
	line-height: 1.3;
	top: 0px;
	position: relative;
}
}
@media screen and (min-width: 768px) and (max-width: 960px) {
.fir_text {
	font-size: 15px;
	letter-spacing: 0.05em;
	margin-bottom: 60px;
}
.index_list li {
	width: 70%;
	margin-left: 0;
}
.index_list li:nth-child(2),
.index_list li:nth-child(4) {
	float: right;
}
.index_list li a {
	height: 350px;
}
.index_list li a h2 {
	font-size: 15px;
	height: 54px;
	line-height: 54px;
	padding-right: 8px;
}
.index_list li a h2 .mid_de {
	font-size: 16px;
	padding: 0 12px 0 40px;
	margin-left: -30px;
}
.index_list li a h2 .mid_de_2 {
	padding: 0 20px;
}
.index_list li:nth-child(1) a h2 .mid_de_2 {
	line-height: 1.3;
	top: 0;
	position: relative;
}
}
@media screen and (max-width: 767px) {
.fir_text {
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.8;
	text-align: left;
	margin-bottom: 40px;
}

.index_list li {
	width: 100%;
	margin-left: 0;
}
.index_list li a {
	height: 220px;
}
.index_list li a h2 {
	font-size: 15px;
	height: 54px;
	line-height: 54px;
	padding-right: 8px;
}
.index_list li a h2 .mid_de {
	font-size: 16px;
	padding: 0 12px 0 40px;
	margin-left: -30px;
}
.index_list li a h2 .mid_de_2 {
	padding: 0 20px;
}
.index_list li:nth-child(1) a h2 .mid_de_2 {
	line-height: 1.3;
	top: 8px;
	position: relative;
}
}

/* -----------------------------------------------------------
	firpara
----------------------------------------------------------- */
.fullwid {
	overflow: hidden;
	margin-bottom: 100px;
}
.firpara {
	height: 400px;
	max-width: 2100px;
	margin: 0 auto;
	position: relative;
}
.firpara .bg {
	height: 400px;
	width: 48%;
	position: absolute;
	top: 0;
	right: 0;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}
.firpara .bg.sec_01 {
	background-image: url(../img/firpara_01.jpg);
}
.firpara .bg.sec_02 {
	background-image: url(../img/firpara_02.jpg);
}
.firpara .bg.sec_03 {
	background-image: url(../img/firpara_03.jpg);
}
.firpara .bg.sec_04 {
	background-image: url(../img/firpara_04.jpg);
}
.firpara .text_box {
	width: 50%;
	max-width: 580px;
}
.firpara .text_box h2 {
	font-size: 21px;
	color: #00538d;
	line-height: 2;
	letter-spacing: 0.05em;
	margin-bottom: 25px;
}
.firpara .text_box .text {
	line-height: 2.4;
	letter-spacing: 0.03em;
	text-align: justify;
	text-justify: inter-ideograph;
}


@media screen and (min-width: 768px) and (max-width: 1200px) {
.firpara {
	height: auto;
}
.firpara .text_box {
	max-width: 100%;
	width: 100%;
	margin-bottom: 30px;
}
.firpara .text_box h2 {
	
}
.firpara .bg {
	height: 320px;
    width: 80%;
	position: relative;
	float: right;
}
}
@media screen and (max-width: 767px) {
.fullwid {
	margin-bottom: 70px;
}
.firpara {
	height: auto;
}
.firpara .text_box {
	max-width: 100%;
	width: 100%;
	margin-bottom: 30px;
}
.firpara .text_box h2 {
	font-size: 17px;
}
.firpara .text_box .text {
	line-height: 1.8;
}
.firpara .bg {
	height: 200px;
    width: 90%;
	position: relative;
	float: right;
}
}


/* -----------------------------------------------------------
	encase_ty_01
----------------------------------------------------------- */
.encase_ty_01 {
	position: relative;
	padding: 100px 0 0;
}
.encase_ty_01::before {
	display: block;
    content: '';
    width: 75%;
    height: 93%;
    position: absolute;
    top: 0;
    right: 0;
    background: #eaf3fa;
	z-index: -1;
}

.encase_ty_01 .para {
	margin-bottom: 120px;
}
.encase_ty_01 .para .pic {
	max-width: 580px;
	width: 48%;
}

.encase_ty_01 .para.para_ty_01 .pic {
	float: left;
}
.encase_ty_01 .para.para_ty_01 .text_box {
	float: right;
}
.encase_ty_01 .para.para_ty_02 .pic {
	float: right;
}
.encase_ty_01 .para.para_ty_02 .text_box {
	float: left;
}

.encase_ty_01 .para .text_box {
	max-width: 580px;
	width: 48%;
	letter-spacing: 0.03em;
	line-height: 2;
	text-align: justify;
    text-justify: inter-ideograph;
}
.encase_ty_01 .para .text_box h3 {
	font-size: 21px;
	color: #00538d;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 18px;
}
.encase_ty_01 .para .text_box h3 span {
	display: inline-block;
	min-width: 360px;
	border-bottom: 2px solid #00538d;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
.encase_ty_01 .para .pic {
	width: 55%;
}
.encase_ty_01 .para .text_box {
	width: 42%;
}
.encase_ty_01 .para .text_box h3 {
	font-size: 17px;
}
.encase_ty_01 .para .text_box h3 span {
	min-width: 100%;
}
}
@media screen and (max-width: 767px) {
.encase_ty_01 {
	padding-top: 70px;
}
.encase_ty_01 .para {
	margin-bottom: 70px;
}
.encase_ty_01 .para .pic {
	width: 100%;
	margin-bottom: 20px;
}
.encase_ty_01 .para .text_box {
	width: 100%;
}
.encase_ty_01 .para .text_box h3 {
	font-size: 17px;
}
.encase_ty_01 .para .text_box h3 span {
	min-width: 100%;
}
}


/* -----------------------------------------------------------
	imgttl
----------------------------------------------------------- */
.imgttl {
	position: relative;
	overflow: hidden;
}
.imgttl h2 {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 210px;
	height: 38px;
	display: inline-block;
    font-size: 18px;
    color: #fff;
	font-weight: normal;
    letter-spacing: 0.05em;
	line-height: 38px;
    background: #00538d;
    padding: 0 47px 0 40px;
	margin-left: -20px;
    transform: skewX(-40deg);
}
.imgttl h2 span {
	display: inline-block;
    transform: skewX(40deg);
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
.imgttl h2 {
	font-size: 17px;
	height: 30px;
	line-height: 30px;
	padding: 0 20px 0 30px;
	min-width: 170px;
}
}
@media screen and (max-width: 767px) {
.imgttl h2 {
	font-size: 17px;
	height: 30px;
	line-height: 30px;
	padding: 0 20px 0 30px;
	min-width: 170px;
}
}


/* -----------------------------------------------------------
	encase_ty_02
----------------------------------------------------------- */
.encase_ty_02 {
	position: relative;
	padding: 100px 0 0;
}
.encase_ty_02::before {
	display: block;
    content: '';
    width: 72%;
    height: 80%;
    position: absolute;
    top: 0;
    right: 0;
    background: #eaf3fa;
	z-index: -1;
}
.encase_ty_02 .ttl {
	font-size: 23px;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
	text-align: center;
	color: #00538d;
}
.encase_ty_02 .list li {
	width: 32%;
	float: left;
	margin-left: 2%;
	margin-bottom: 2%;
}
.encase_ty_02 .list li:nth-child(3n + 1) {
	margin-left: 0;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
.encase_ty_02 {
	padding: 70px 0 0;
}
.encase_ty_02::before {
	width: 85%;
}
.encase_ty_02 .ttl {
	font-size: 18px;
}
.encase_ty_02 .list li {
	width: 48%;
	margin-left: 4%;
	margin-bottom: 4%;
}
.encase_ty_02 .list li:nth-child(3n + 1) {
	margin-left: 4%;
}
.encase_ty_02 .list li:nth-child(2n + 1) {
	margin-left: 0;
}
}
@media screen and (max-width: 767px) {
.encase_ty_02 {
	padding: 40px 0 0;
}
.encase_ty_02::before {
	width: 85%;
}
.encase_ty_02 .ttl {
	font-size: 17px;
}
.encase_ty_02 .list li {
	width: 49%;
	margin-left: 2%;
	margin-bottom: 2%;
}
.encase_ty_02 .list li:nth-child(3n + 1) {
	margin-left: 2%;
}
.encase_ty_02 .list li:nth-child(2n + 1) {
	margin-left: 0;
}

}


/* -----------------------------------------------------------
	encase_ty_03
----------------------------------------------------------- */
.encase_ty_03 {
	position: relative;
	padding: 100px 0 0;
}
.encase_ty_03::before {
	display: block;
    content: '';
    width: 72%;
    height: 62%;
    position: absolute;
    top: 0;
    right: 0;
    background: #eaf3fa;
	z-index: -1;
}
.encase_ty_03 .para.para_ty_01 {
	margin-bottom: 160px;
}
.encase_ty_03 .para .pic {
	margin-bottom: 15px;
}
.encase_ty_03 .para .text_box {
	letter-spacing: 0.03em;
    line-height: 2;
    text-align: justify;
    text-justify: inter-ideograph;
}
.encase_ty_03 .para .grid_01 {
	width: 49%;
	max-width: 580px;
	float: left;
}
.encase_ty_03 .para .grid_02 {
	width: 49%;
	max-width: 580px;
	float: right;
}
.encase_ty_03 .dlitem {
	margin-bottom: 15px;
}
.encase_ty_03 .dlitem dd {
	margin-top: -2em;
	padding-left: 3em;
}
.encase_ty_03 .para .pic_list {
	margin-top: 50px;
}
.encase_ty_03 .para .pic_list picture {
	width: 49%;
	float: left;
	margin-left: 2%;
}
.encase_ty_03 .para .pic_list picture:nth-child(1) {
	margin-left: 0;
}



@media screen and (min-width: 768px) and (max-width: 1200px) {
.encase_ty_03::before {
	width: 85%;
}
.encase_ty_03 .para.para_ty_01 {
	margin-bottom: 100px;
}
.encase_ty_03 .para .grid_01 {
	width: 48%;
}
.encase_ty_03 .para .grid_02 {
	width: 48%;
}
.encase_ty_03 .para .pic_list {
	margin-top: 20px;
}
.encase_ty_03 .para .pic_list picture {
	width: 70%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.encase_ty_03 .para .pic_list picture:nth-child(1) {
	margin-left: auto;
	margin-bottom: 20px;
}
}
@media screen and (max-width: 767px) {
.encase_ty_03 {
	padding: 70px 0 0;
}
.encase_ty_03::before {
	width: 85%;
}
.encase_ty_03 .para.para_ty_01 {
	margin-bottom: 70px;
}
.encase_ty_03 .para .grid_01 {
	width: 100%;
	margin-bottom: 70px;
}
.encase_ty_03 .para .grid_02 {
	width: 100%;
}
.encase_ty_03 .para.para_ty_02 .grid_01 {
	margin-bottom: 0;
}
.encase_ty_03 .para .pic_list {
	margin-top: 20px;
}
.encase_ty_03 .para .pic_list picture {
	width: 70%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.encase_ty_03 .para .pic_list picture:nth-child(1) {
	margin-left: auto;
	margin-bottom: 20px;
}

}


/* -----------------------------------------------------------
	encase_ty_04
----------------------------------------------------------- */
.encase_ty_04 {
	position: relative;
	padding: 70px 0 90px;
}
.encase_ty_04::before {
	display: block;
    content: '';
    width: 72%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #eaf3fa;
	z-index: -1;
}
.encase_ty_04.secnd {
	padding-bottom: 0;
}
.encase_ty_04.secnd::before {
	display: none;
}

.encase_ty_04 .cate_ttl {
	max-width: 460px;
    height: 46px;
    font-size: 23px;
    color: #fff;
	text-align: center;
    letter-spacing: 0.05em;
    line-height: 46px;
    background: #00538d;
	margin: 0 auto 60px;
    transform: skewX(-40deg);
}
.encase_ty_04 .cate_ttl span {
	display: inline-block;
    transform: skewX(40deg);
}
.encase_ty_04 .para .pic {
	margin-bottom: 15px;
}
.encase_ty_04 .para .text_box {
	letter-spacing: 0.03em;
    line-height: 2;
    text-align: justify;
    text-justify: inter-ideograph;
}
.encase_ty_04 .para .grid_01 {
	width: 49%;
	max-width: 580px;
	float: left;
}
.encase_ty_04 .para .grid_02 {
	width: 49%;
	max-width: 580px;
	float: right;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
.encase_ty_04::before {
	width: 85%;
}
.encase_ty_04 .para .grid_01 {
	width: 48%;
}
.encase_ty_04 .para .grid_02 {
	width: 48%;
}
.encase_ty_04 .cate_ttl {
	font-size: 21px;
}

}
@media screen and (max-width: 767px) {
.encase_ty_04 {
	padding: 70px 0 0;
}
.encase_ty_04::before {
	width: 85%;
}
.encase_ty_04 .cate_ttl {
	max-width: 90%;
	font-size: 20px;
	height: 34px;
	line-height: 34px;
	margin-bottom: 40px;

}
.encase_ty_04 .para.para_ty_01 {
	margin-bottom: 30px;
}
.encase_ty_04 .para .grid_01 {
	width: 100%;
	margin-bottom: 70px;
}
.encase_ty_04 .para .grid_02 {
	width: 100%;
}
.encase_ty_04 .para.para_ty_02 .grid_01 {
	margin-bottom: 0;
}

}




/* -----------------------------------------------------------
	jyuryou
----------------------------------------------------------- */
.jyuryou {
	position: relative;
}
.jyuryou .pic,
.jyuryou .text_box{
	opacity: 0.6;
}
.jyuryou .soon {
	position: absolute;
	clear: both;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-align: center;
	height: 260px;
	line-height: 260px;
	width: 90%;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	top: 50%;
	left: 50%;
	margin-top: -130px;
	margin-left: -45%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.jyuryou .soon {
	height: 200px;
	line-height: 200px;
	margin-top: -100px;
	margin-left: -45%;
}
}
@media screen and (max-width: 767px) {
.jyuryou .soon {
	font-size: 15px;
	height: 300px;
	line-height: 300px;
	margin-top: -150px;
	margin-left: -45%;
}
}







