/* CSS Document */

#topkeyimg{
	background: url("../img/s_mv.webp");
	background-size: cover;
	height: 500px;
	display: flex;
	align-items: center;
}

#topkeyimg div{
max-width: 1200px;
	margin: auto;
	padding: 0 20px;
}

#topkeyimg div .f38{
	color: #fff;
	font-size: 30px;
	line-height: 180%;
	margin-bottom: 20px;
	overflow-wrap:break-word;
	word-wrap:break-word;
}

#topkeyimg div .f25{
	color: #fff;
	font-size: 16px!important;
}

#news .rap{
	padding: 10px;
}

#news .rap h2{
	font-weight: bold;
	text-align: center;
}

#news .rap #as-info dl{
	padding: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;

}


#news .rap #as-info dt em{
	display: block;
	font-size: 10px;
}

#news .rap #as-info dd{
	font-size: 13px;
	padding: 10px;
	
}

#s01{
	background: url("../img/s_bg01.webp");
	background-size:cover;
	margin-top: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

#s01 .h{
	display: block;
	margin-bottom: 50px;
}

#s01 .h hr{
	display: none;
}

#s01 .h hr:last-child{
	width: 40%;
}




#s01 .h .inh{
	width: 280px;
	margin: auto;
	text-align: center;
	color: #fff;
	position: relative;
}

#s01 .h .inh h2{
	font-size: 28px;
	justify-content: space-between;
	position: relative;
	padding-top: 25px;
}

#s01 .h .inh .ql{
	background: url("../img/brackets01.svg") left center no-repeat;
	background-size: 30px;
	width: 30px;
	height: 60px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 5px;
}

#s01 .h .inh .qr{
	background: url("../img/brackets02.svg") right center no-repeat;
	background-size: 30px;
	width: 30px;
	height: 60px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 5px;
}

#s01 .h .inh small{
	font-size: 14px;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}

#s01 .box_rap{
	display: block;
	justify-content: space-between;
	/*width: 1150px;*/
	margin: auto;
}

#s01 .box_rap .box{
	color: #fff;
	width: auto;
	padding: 0 20px;
}

#s01 .box_rap .img{
	margin-top: 0;
}

#s01 .box_rap .img img{
	width: 100%;
	height: auto;
}
#s01 .box_rap .f20{
	font-size: 20px;
	font-weight: bold;
	line-height: 180%;
	margin-bottom: 30px;
}

#s01 .box_rap .f16{
	margin-bottom: 30px;
}

#s01 .box_rap .box a{
	width: 205px;
	height: 60px;
	display: block;
	padding-right:95px; 
	background: url("../img/arrow02.webp") 205px 22px no-repeat #FF9326;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
    transition: 0.2s ;
	margin: 0 auto 30px;
	
}

 #s01 .box_rap .box a:hover{
      background: url("../img/arrow02.webp") 205px 22px no-repeat #0059B2;
}
   
#s02{
	background: url("../img/s_bg02.webp") right;
	background-size: cover;
	margin-top: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}

#s02 .h{
	display:block;
	margin-bottom: 50px;
}

#s02 .h hr{
	display: none;
}

#s02 .h hr:first-child{
	width: 40%;
}




#s02 .h .inh{
	width: 280px;
	margin: auto;
	text-align: center;
	color: #fff;
	position: relative;
}

#s02 .h .inh h2{
	font-size: 28px;
	justify-content: space-between;
	position: relative;
	padding-top: 25px;
}

#s02 .h .inh .ql{
	background: url("../img/brackets01.svg") left center no-repeat;
	background-size: 30px;
	width: 30px;
	height: 60px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 5px;
}

#s02 .h .inh .qr{
	background: url("../img/brackets02.svg") right center no-repeat;
	background-size: 30px;
	width: 30px;
	height: 60px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 5px;
}

#s02 .h .inh small{
	font-size: 14px;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	letter-spacing: 0.01em;
}

#s02 .box_rap{
	display: block;
	justify-content: space-between;
	/*width: 1150px;*/
	margin: auto;
	flex-direction: row-reverse;
}

#s02 .box_rap .box{
	width:auto;
	color: #fff;
	padding: 0 20px;
}

#s02 .box_rap .img{
	margin-top:0;
}
#s02 .box_rap .img img{
	width: 100%;
	height: auto;
}

#s02 .box_rap .box .f20{
	font-size: 20px;
	font-weight: bold;
	line-height: 180%;
	margin-bottom: 30px;
}

#s02 .box_rap .f16{
	margin-bottom: 30px;
}

#s02 .box_rap .box a{
	width: 205px;
	height: 60px;
	display: block;
	padding-right:95px; 
	background: url("../img/arrow02.webp") 205px 22px no-repeat #FF9326;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
    transition: 0.2s ;
	margin: 0 auto 30px;
}

 #s02 .box_rap .box a:hover{
      background: url("../img/arrow02.webp") 205px 22px no-repeat #0059B2;
}

#s03{
	background: url("../img/bg03.webp") no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 50px;
	padding-bottom: 50px;
}

#s03 .h{
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	z-index: 10;
	position: relative;
	
}

#s03 .h hr{
	display: none;
}

#s03 .h hr:last-child{
	width: 40%;
}

@media screen and (max-width: 1200px){
#s03 .h hr:last-child{
	/*width: 600px;*/
}
}


#s03 .h .inh{
	width: 370px;
	margin: auto;
	text-align: center;
	color: #0059B2;
	position: relative;
}

#s03 .h .inh h2{
	font-size: 24px;
	justify-content: space-between;
	position: relative;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
	font-weight: bold;
	word-break: keep-all;
}

#s03 .h .inh .ql{
	background: url("../img/brackets03.svg") left center no-repeat;
	background-size: 30px;
	width: 30px;
	height: 60px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 5px;
}

#s03 .h .inh .qr{
	background: url("../img/brackets04.svg") right center no-repeat;
	background-size: 30px;
	width: 30px;
	height: 60px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 5px;
}

#s03 .rap{
	/*width: 1050px;*/
	margin: auto;
	position: relative;
}

#s03 .rap .bg{
	/*width: 800px;*/
	height: 600px;
	background: #ddd;
	transform: rotate(-2deg);
	position: absolute;
	top: -150px;
	left: -100px;
	z-index: 0;
}

#s03 .rap .box{
	padding:0 20px;
	position: relative;
	z-index: 10;
}

#s03 .rap .box .f30{
	font-size: 26px!important;
	font-weight: bold;
	margin-bottom: 20px;
}

#s03 .rap .box .f25{
	font-size: 16px!important;
	margin-bottom: 30px;
}

#s03 .rap .box .box_rap{
	display: block;
	/*width: 600px;*/
}

#s03 .rap .box .box_rap li{
	margin-bottom: 15px;
}

#s03 .rap .box .box_rap .img{
	text-align: center;
}

#s03 .rap .box .box_rap .obj01 a{
	width: 205px;
	height: 60px;
	display: block;
	padding-right:95px; 
	background: url("../img/arrow02.webp") 205px 22px no-repeat #0059B2;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
    transition: 0.2s ;
	margin: auto;
}

#s03 .rap .box .box_rap .obj01 a:hover{
      background: url("../img/arrow02.webp") 205px 22px no-repeat #FF9326;
}

#s03 .rap .box .box_rap .obj02 a{
	width: 300px;
	height: 60px;
	display: block; 
	background: #FF9326 url("../img/arrow02.webp") right 300px no-repeat;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
    transition: 0.2s ;
	margin: auto;
}

#s03 .rap .box .box_rap .obj02 a:hover{
      background: #0059B2;
}

#s04{
	background: url("../img/bg04.webp") center no-repeat;
	background-size:cover;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

#s04 .h{
	display: block;
	margin-bottom: 50px;
}

#s04 .h hr{
	display: none;
}

#s04 .h hr:last-child{
	width: 40%;
}

@media screen and (max-width: 1200px){
#s04 .h hr:last-child{
	width: 800px;
}
}


#s04 .h .inh{
	width: 280px;
	margin: auto;
	text-align: center;
	color: #fff;
	position: relative;
}

#s04 .h .inh h2{
	font-size: 30px;
	justify-content: space-between;
	position: relative;
	padding-top: 25px;
}

#s04 .h .inh .ql{
	background: url("../img/brackets01.svg") left center no-repeat;
	background-size: 30px;
	width: 30px;
	height: 60px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 5px;
}

#s04 .h .inh .qr{
	background: url("../img/brackets02.svg") right center no-repeat;
	background-size: 30px;
	width: 30px;
	height: 60px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 5px;
}

#s04 .h .inh small{
	font-size: 14px;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}

#s04 .box_rap{
	/*width: 1150px;*/
	margin: auto;
	display:block;
	padding: 0 20px;
}

#s04 .box_rap .box{
	width: auto;
	color: #fff;
	padding-top: 0;
}

#s04 .box_rap .img{
	margin-top:0;
}
#s04 .box_rap .img img{
	width: 100%;
	height: auto;
}

#s04 .box_rap .box p{
	line-height: 200%;
	margin-bottom: 50px;
}

#s04 .box_rap .box a{
	width: 205px;
	height: 60px;
	display: block;
	padding-right:95px; 
	background: url("../img/arrow02.webp") 205px 22px no-repeat #FF9326;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
    transition: 0.2s ;
	margin: 0 auto 30px;
}

 #s04 .box_rap .box a:hover{
      background: url("../img/arrow02.webp") 205px 22px no-repeat #0059B2;
}


