@charset "utf-8";

.nav2 a span{
background: linear-gradient(transparent 65%, #F3B2C1 35%);
}
/*----------------------------*/
#main_img{
	background: url(../img/about/main_img_v2.jpg) no-repeat center/cover;
}
/*---------------------------------*/
#sec1{
	padding: 35px 0 55px;
}
#sec1 h2{
	padding-bottom: 30px;
}
.sec1_box01{
	/* background: url(../img/about/sec1_img01.jpg) no-repeat 0 0; */
	/* height: 400px; */
	/* padding: 75px 65px 60px; */
	padding: 20px 25px 60px;
	position: relative;
}
.sec1_box01 h3{
	font-size: 28px;
	padding-bottom: 55px;
}
.sec1_box01 h3 span{
	font-size: 18px;
	font-weight: normal;
}
.sec1_box01 h4{
	font-size: 24px;
	color: #333;
	line-height: 1.8;
}
.sec1_box01:before{
	content: "";
	display: block;
	position: absolute;
	width: 70px;
	height: 54px;
	background: url(../img/about/sec1_img02.png) no-repeat 0 0;
	top: 0;
	right: 0;
}
.sec1_box01:after{
	content: "";
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	background: url(../img/about/sec1_img03.png) no-repeat 0 0;
	bottom: 0;
	left: -36px;
}
.sec1_text01{
	padding: 20px 0 45px;
	line-height: 2.0;
}
.sec1_text01 b{
	background: #FCEC00;
	padding: 2px;
}
.sec1_text01 a{
	color: #00beff;
	text-decoration: underline;
}
.sec1_box02{
	width: 540px;
	background:#f5f5f5;
	padding: 30px 30px 20px;
}
.sec1_box02 th{
	width: 75px;
	padding: 3px 0;
}
.sec1_box02 img{
	padding: 10px 0;
}
.box02_01{
	position: relative;
}
.box02_01:before{
	content: "";
	display: block;
	position: absolute;
	width: 92px;
	height: 102px;
	background: url(../img/about/sec1_img04.png) no-repeat 0 0;
	top:-50px;
	left: -92px;
}
.sec1_box02 .flex_01 > p{
	width: 50%;
}
/*--------------------------------------*/
#sec2{
	padding: 20px 0 0;
}
#sec2 h2{
	padding-bottom: 15px;
}
.sec2_text01{
	font-size: 22px;
	padding-bottom: 28px;
	font-weight: bold;
	letter-spacing: 1px;
}
.sec2_top{
	background: #FCFFE3;
	padding: 30px 0 55px;
}
.sec2_top .sec2_ul01{
	position: relative;
}
.sec2_top .sec2_ul01:before{
	content: "";
	display: block;
	position: absolute;
	width: 68px;
	height: 86px;
	background: url(../img/about/sec2_bg01.png) no-repeat 0 0;
	top: 0;
	left: -68px;
}
.sec2_top .sec2_ul01:after{
	content: "";
	display: block;
	position: absolute;
	width: 38px;
	height: 55px;
	background: url(../img/about/sec2_bg02.png) no-repeat 0 0;
	top: 0;
	right: -65px;
}
.sec2_ul02{
	padding-top: 10px;
}
.sec2_ul02 li{
	width: 245px;
}
/*-------------------------------------------*/
@media screen and (max-width:1370px) {
.sec1_box01:before,.sec1_box01:after,#sec1 .flex_01:before,.sec2_top .w1100:before,.sec2_top .w1100:after,.box02_01:before{
	display: none;
}
.sec1_box01{
	width: 100%;
	height: auto;
	background-size: 100%;
	padding: 5% 7%;
}
.sec1_box01 h3{
	/* padding-bottom: 5%; */
	padding-bottom: 7%;
}
.sec1_box01 h4{
	font-size: 20px;
}
#sec1 .flex_01{
	flex-wrap:wrap;
}
.sec1_box02{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

	
.sec2_top {
	display: flex;
	justify-content: center;
}
.sec2_top .w1100{
	padding: 0;
}
	.sec2_ul01{
		width: 25%;
		margin-left: 5%;
	}
	.sec2_ul02{
		width: 65%;
		margin-right: 5%;
	}
	.sec2_top .flex_01{
		flex-wrap: wrap;
	}
	.sec2_top .flex_01 li{
		width: 100%;
	}
	.sec2_ul02 li{
		width: 100%;
		padding: 20px 0 0 20px;
	}
}
@media screen and (max-width: 639px) {
#sec1{
	padding: 30px 0;
}
.sec1_box01{
	/* margin-bottom: 90px; */
}
.sec1_box01 h3{
	font-size: 20px;
}
.sec1_box01 h3 br{
	display: none;
}
.sec1_box01 h3 span{
	font-size: 14px;
	display: block;
}
.sec1_box01 h4{
	font-size: 14px;
	/* position: absolute; */
	/* bottom: -80px;	 */
	/* left: 0; */
	width: 100%;
	/* text-align: center; */
	font-feature-settings: "palt";
}
.sec1_box02{
	padding: 20px;
}
.sec1_box02 td{
	padding-bottom: 10px;
}
	.sec1_box02 br{
		display: none;
	}
/*---------------------------*/
#sec2{
	padding: 10px 0 0;
}
	.sec2_text01{
		font-size: 18px;
	}
	.sec2_ul01{
		width: 50%;
		margin-left: 0;
	}
	.sec2_ul01 li{
		padding: 15px 0;
	}
	.sec2_ul02{
		width: 50%;
		margin-right: 0;
	}

}


