@charset "UTF-8";

/* sec1
---------------------------------------------------------*/
#sec1 .img1{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}
#sec1 .img1 li{
	display: inline-block;
	width: 42%;
	margin-right: 2.8%;
}
#sec1 .img1 li:last-child{
	margin-right: 0!important;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#sec1 .img1{
	width: 100%;
}
#sec1 .img1 li{
	width: 48%;
	margin-right: 2%;
}
}






/* sec2
---------------------------------------------------------*/
#sec2 .bg{
	position: relative;
	background: #463c33;
}
#sec2 .bg::before{
	position: absolute;
	display: block;
	content: "";
	background: url(../images/img04@2x.png) no-repeat top right;
	background-size: 100% auto;
	width: 59%;
	height: 1000px;
	top:0;
	right: 0;
}
#sec2 .bg::after{
	position: absolute;
	display: block;
	content: "";
	background: url(../images/abs1@2x.png) no-repeat bottom left;
	background-size: 100% auto;
	width: 21%;
	height: 484px;
	bottom: -120px;
	left: 0;
	aspect-ratio: 311 / 484;
}
#sec2 .w1320{
	position: relative;
	z-index: 2;
}

#sec2 .com_index4{
	margin-bottom: 110px;
}
#sec2 .fltbox .flt_l{
	width: 41.5%;
	float: left;
}
#sec2 .fltbox .flt_r{
	width: 52.5%;
	float: right;
}
#sec2 .fltbox .flt_r dt{
	font-size: min(210%,2.9vw);
	letter-spacing: 0.1em;
	line-height: 1.7em;
	margin-bottom: 1em;
	color: #d5bd8f;
	margin-left: -0.5em;
}
#sec2 .sec2_box{
	background: #fff;
	padding: 80px 5%;
	box-sizing: border-box;
}
#sec2 .sec2_box .sec2_box_list{
	max-width: 1160px;
	margin: 0 auto;
}
#sec2 .sec2_box .sec2_box_list > li{
	border-bottom: 1px solid #ccc;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
#sec2 .sec2_box .sec2_box_list > li:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#sec2 .sec2_box .sec2_box_list .com_index3{
	font-size: min(170%,2.8vw);
	letter-spacing: 0.1em;
}
#sec2 .sec2_box .sec2_box_list .flex_box li{
	width: 19%;
	text-align: center;
}
#sec2 .sec2_box .sec2_box_list .flex_box li h5{
	font-size: min(120%,2vw);
	letter-spacing: 0.15em;
	line-height: 1.5em;
	margin: .3em 0 .1em;
}
#sec2 .sec2_box .sec2_box_list .flex_box li p{
	font-size:88%;
	letter-spacing: 0.1em;
	line-height: 1.7em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#sec2 .bg::after{
	bottom: -5vw;
}
#sec2 .w1320{
	position: relative;
	z-index: 2;
}
#sec2 .com_index4{
	margin-bottom: 7%;
}
#sec2 .fltbox .flt_l{
	margin-right: 4%;
	margin-bottom: 1rem;
}
#sec2 .fltbox .flt_r{
	width: 100%;
	float: none;
}
#sec2 .fltbox .flt_r dt{
	letter-spacing: 0.01em;
	margin-bottom: .8em;
}
#sec2 .sec2_box{
	padding: 5% 4%;
}
#sec2 .sec2_box .sec2_box_list > li{
	padding-bottom: 4%;
	margin-bottom: 5%;
}
#sec2 .sec2_box .sec2_box_list .flex_box li{
	width: 19%;
	text-align: center;
}
#sec2 .sec2_box .sec2_box_list .flex_box li h5{
	letter-spacing: normal;
}
#sec2 .sec2_box .sec2_box_list .flex_box li p{
	font-size:88%;
	letter-spacing: normal;
	line-height: 1.5em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#sec2 .bg::before{
	width:80%;
}
#sec2 .bg::after{
	width: 21%;
	bottom: -5vw;
}
#sec2 .com_index4{
	margin-bottom: 8%;
}
#sec2 .com_index4 .com_index4_txt1{
	margin-bottom: .7em;
}
#sec2 .fltbox .flt_l{
	width: 65%;
	float: none;
	margin: 0 auto 4%;
}
#sec2 .fltbox .flt_r{
	width: 100%;
	float: none;
}
#sec2 .fltbox .flt_r dt{
	font-size: 120%;
	letter-spacing: 0.05em;
	margin-bottom: .5em;
}
#sec2 .sec2_box{
	padding: 6% 5%;
}
#sec2 .sec2_box .sec2_box_list > li{
	padding-bottom: 8%;
	margin-bottom: 8%;
}
#sec2 .sec2_box .sec2_box_list .com_index3{
	font-size: 120%;
	margin-bottom: .5em;
}
#sec2 .sec2_box .sec2_box_list .flex_box{
	flex-wrap: wrap;
	margin-bottom: -6%;
}
#sec2 .sec2_box .sec2_box_list .flex_box li{
	width: 48%;
	margin-bottom: 6%;
}
#sec2 .sec2_box .sec2_box_list .flex_box li h5{
	font-size: 110%;
	letter-spacing: 0.1em;
	margin: .3em 0 .1em;
}
#sec2 .sec2_box .sec2_box_list .flex_box li p{
	font-size:88%;
	letter-spacing: normal;
	line-height: 1.6em;
	text-align: left;
}
}







/* sec3
---------------------------------------------------------*/
#sec3 .sec3_list li{
	border-bottom: 1px solid #ccc;
	padding-bottom: 75px;
	margin-bottom: 70px;
}
#sec3 .sec3_list li:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#sec3 .sec3_list li .tit{
	font-size: min(220%,3.3vw);
	letter-spacing: 0.13em;
	line-height: 1.5em;
	margin-bottom: .6em;
}
#sec3 .sec3_list .fltbox .flt_r{
	width: 32%;
	float: right;
}
#sec3 .sec3_list .fltbox .flt_l{
	width:64%;
	float: left;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#sec3 .sec3_list li{
	padding-bottom: 5%;
	margin-bottom: 4%;
}
#sec3 .sec3_list li .tit{
	letter-spacing: 0.1em;
	margin-bottom: .4em;
}
#sec3 .sec3_list .fltbox .flt_r{
	margin-left: 4%;
	margin-bottom: 1rem;
}
#sec3 .sec3_list .fltbox .flt_l{
	width: 100%;
	float: none;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#sec3 .sec3_list li{
	padding-bottom: 8%;
	margin-bottom: 8%;
}
#sec3 .sec3_list li .tit{
	font-size: 140%;
	letter-spacing: 0.1em;
	margin-bottom: .4em;
	text-align: center!important;
}
#sec3 .sec3_list .fltbox .flt_r{
	width: 65%;
	float: none;
	margin: 1% auto 4%;
}
#sec3 .sec3_list .fltbox .flt_l{
	width: 100%;
	float: none;
}
}






/* sec4
---------------------------------------------------------*/
#sec4 .sec4_list > li{
	position: relative;
	border-bottom: 1px solid #ccc;
	padding-bottom: 60px;
	margin-bottom: 60px;
}
#sec4 .sec4_list > li::before{
	position: absolute;
	display: block;
	content: "";
	background: url(../images/abs2@2x.png) no-repeat top center;
	background-size: 100% auto;
	width: 3.7em;
	height: 3em;
	top: calc(100% - 1px);
	left: 0;
	right: 0;
	margin: 0 auto;
}
#sec4 .sec4_list > li:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#sec4 .sec4_list > li:last-child::before{
	display: none;
}
#sec4 .sec4_list .flt_r{
	float: right;
	width: 29.5%;
}
#sec4 .sec4_list .flt_l{
	float: left;
	width: 66.5%;
}
#sec4 .sec4_list dt{
	font-size: min(170%,2.7vw);
	letter-spacing: 0.15em;
	line-height: 1.5em;
	margin-bottom: .5em;
}

#sec4 .sec4_box{
	position: relative;
	background: #f1f0ee;
	padding: 80px 5%;
	box-sizing: border-box;
}
#sec4 .sec4_box::before{
	position: absolute;
	display: block;
	content: "";
	background: url(../../images/shadow2@2x.png) no-repeat top left;
	background-size: 100% auto;
	width: 100%;
	height: 100px;
	top:100%;
	left: 0;
}
#sec4 .sec4_box ul{
	max-width: 1060px;
	margin: 0 auto;
}
#sec4 .sec4_box ul li{
	margin-bottom: 50px;
}
#sec4 .sec4_box ul li:last-child{
	margin-bottom: 0;
}
#sec4 .sec4_box dt{
	font-size: min(170%,2.7vw);
	letter-spacing: 0.1em;
	line-height: 1.8em;
	margin-bottom: .5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#sec4 .sec4_list > li{
	padding-bottom: 5%;
	margin-bottom: 5%;
}
#sec4 .sec4_list .flt_r{
	margin-left: 4%;
	margin-bottom: 1rem;
}
#sec4 .sec4_list .flt_l{
	float: none;
	width: 100%;
}
#sec4 .sec4_list dt{
	letter-spacing: 0.1em;
	margin-bottom: .4em;
}
#sec4 .sec4_box{
	padding:4%;
}
#sec4 .sec4_box ul li{
	margin-bottom: 4%;
}
#sec4 .sec4_box dt{
	margin-bottom: .3em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#sec4 .sec4_list > li{
	padding-bottom: 10%;
	margin-bottom: 10%;
}
#sec4 .sec4_list .flt_r{
	float: none;
	width: 65%;
	margin: 0 auto 5%;
}
#sec4 .sec4_list .flt_l{
	float: none;
	width: 100%;
}
#sec4 .sec4_list dt{
	font-size:130%;
	letter-spacing: 0.1em;
	margin-bottom: .4em;
}
#sec4 .sec4_box{
	padding: 5%;
}
#sec4 .sec4_box ul li{
	margin-bottom: 8%;
}
#sec4 .sec4_box dt{
	font-size: 130%;
	line-height: 1.6em;
	margin-bottom: .3em;
}
}