@charset "utf-8";
/*　sec1
---------------------------------------------------------*/
.sec1 {
	background-image: url(../img/about/sec1_bg01.png), url(../img/about/sec1_bg02.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left bottom, right center;
	padding: 40px 0 115px;
	text-align: center;
}
.sec1_inner02 {
	margin-bottom: 80px;
}
.sec1_list {}
.sec1_list li {
	position: relative;
	display: flex;
    padding: 0;
    align-items: stretch;
	margin-top: 75px;
}
.sec1_list li:first-child {
	margin-top: 0;
}
.sec1_list li:last-child {
	flex-direction: row-reverse;
}
.sec1_list li figure,
.sec1_list li div.text_box {
	width: 50%;
}
.sec1_list li figure {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-indent: -9999px;
}
.sec1_list li:first-child figure {background-image: url(../img/about/sec1_img01.jpg);}
.sec1_list li:last-child figure {background-image: url(../img/about/sec1_img02.jpg);}
.sec1_list li div.text_box {
	display: flex;
	justify-content: center;
  	align-items: center;
	background: #EEEDED;
	padding: 50px 6.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sec1_list li div.text_box dl {
	margin-bottom: 30px;
}
.sec1_list li div.text_box dt {
	background-image: url(../img/about/sec1_icon01.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 20px;
	padding-top: 115px;
	font-size: 28px;
	line-height: 1.3;
}
.sec1_list li div.text_box dd {
	text-align: left;
	line-height: 2.1;
}
.sec1_list_btn {
	margin: auto;
	max-width: 270px;
}

.sec1_inner03 {
	margin-bottom: 55px;
}
.sec1_inner03 li{
	float: left;
	width: -webkit-calc(50% - 17px);
	width: calc(50% - 17px);
}
.sec1_inner03 li:last-child{
	margin-left: 34px;
}
.sec1_inner03 figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.sec1_inner03 figure * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;*/
	-webkit-transition: -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);    
}
.sec1_inner03 figure img {
	max-width: 100%;
	position: relative;
}
.sec1_inner03 figure img.background {
	width: 100%;
}
.sec1_inner03 figure:hover img.background {
	opacity: 1;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
} 
.sec1_inner03 figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #FFF;
	margin: auto;
	font-size: 32px;
	line-height: 1;
	letter-spacing: 0.13em;
	width: 100%;
	height: 1em;
}
.sec1_inner03 figure a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}
.sec1_inner03 figure a:before {
    content: '';
    position: absolute;
    top: 7px;
    bottom: 7px;
    left: 7px;
    right: 7px;
    border: 1px solid #FFF;
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    height: -webkit-calc(100% - 16px);
    height: calc(100% - 16px);
}
.sec1_inner03 figure a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    background: #FFF;
    margin: auto;
    width: 13px;
    height: 1px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.sec1_inner03 figure:hover a:after {
	-webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}


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

	/*　sec1
	---------------------------------------------------------*/
	.sec1 {
		background-image: url(../img/about/sec1_bg01.png);
		background-repeat: no-repeat;
		background-position: left -205px bottom;
	}
	.sec1_inner03 figure figcaption {
	    font-size: 28px;
	}

}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 679px) {

	/*　sec1
	---------------------------------------------------------*/
	.sec1 {
		background-position: left bottom;
		background-size: 205px auto;
		padding: 30px 0 85px;
	}
	.sec1_inner02 {
		margin-bottom: 60px;
	}
	.sec1_list li {
		display: block;
		margin-top: 45px;
	}
	.sec1_list li figure,
	.sec1_list li div.text_box {
		width: 100%;
	}
	.sec1_list li figure {}
	.sec1_list li:first-child figure {background-image: url(../img/home/sec4_img01.jpg);}
	.sec1_list li:last-child figure {background-image: url(../img/home/sec4_img02.jpg);}
	.sec1_list li div.text_box {
		padding: 30px 6.5%;
	}
	.sec1_list li div.text_box dl {
		margin: -60px 0 20px;
	}
	.sec1_list li div.text_box dt {
		background-size: 60px auto;
		padding-top: 80px;
		font-size: 24px;
	}
	.sec1_list li div.text_box dd {
		font-size: 13px;
	}

	.sec1_inner03 {
		margin-bottom: 35px;
	}
	.sec1_inner03 li{
		float: none;
		width: 100%;
	}
	.sec1_inner03 li:last-child{
		margin: 15px 0 0;
	}
	.sec1_inner03 figure:hover img.background {
		-webkit-transform: initial;
		transform: initial;
	} 
	.sec1_inner03 figure figcaption {
		padding: 0 35px;
		font-size: 24px;
	}
	.sec1_inner03 figure:hover a:after {
		-webkit-transform: initial;
	    -ms-transform: initial;
	    transform: initial;
	}

}
