@charset "utf-8";

.topPage .sec-mv{
	background: url(/wp-content/themes/wordpress/img/mv_bg.png) no-repeat center;
	background-size: cover;
	padding: 165px 0 180px;
	position: relative;
}
.topPage .sec-mv::after{
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	animation: mv-mask 5s 1 linear normal;
	background-color: rgb(64,146,220,0);
}
@keyframes mv-mask{
	0% {background-color: rgb(64,146,220,1);}
	100% {background-color: rgb(64,146,220,0);}
}
.topPage .sec-mv .inner{
	z-index: 3;
	animation: inner-mask 5s 1 linear;
	background-color: rgb(0,77,160,0.9);
	padding: 45px 10px 10px;
}
@keyframes inner-mask{
	0% {background-color: rgb(0,77,160,0);}
	100% {background-color: rgb(0,77,160,0.9);}
}
.topPage .sec-mv h1{
	font-size: 4.6rem;
	letter-spacing: 1px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.6;
	width: 100%;
	max-width: 900px;
	margin: auto;
}
.topPage .sec-mv .dh{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}
.topPage .sec-mv .dh span{
	display: inline-block;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
	width: 153px;
	border: solid 3px #ffffff;
	margin: 0 11px 20px;
	padding: 5px 0 4px;
}
.topPage .sec .tit h2{
	font-size: 3.5rem;
	font-weight: bold;
	color: #222222;
	text-align: center;
}
.topPage .sec .tit h2 span{
	font-size: 4.5rem;
	color: #4593d0;
	letter-spacing: 3px;
}
.topPage .sec .tit p{
	font-size: 1.6rem;
	color: #222222;
	margin-top: 12px;
}
.topPage .sec .btn{
	display: block;
	width: 100%;
	max-width: 344px;
	margin: auto;
	background-color: #ed6c00;
	line-height: 1;
	text-decoration: none;
	font-size: 2rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 26px 10px;
	position: relative;
}
.topPage .sec .btn::after{
	content: '';
	width: 21px;
	height: 20px;
	background: url(/wp-content/themes/wordpress/img/icon_img06.png) no-repeat center;
	background-size: contain;
	position: absolute;
	right: 34px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.topPage .sec .btn:hover{
	opacity: 0.8;
}
.topPage .sec1{
	padding: 95px 0 98px;
}
.topPage .sec1 ul{
	display: block;
	border-top: solid 1px #e0dfdf;
	width: 100%;
	max-width: 965px;
	margin: 15px auto 42px;
}
.topPage .sec1 ul li{
	list-style-type: none;
	border-bottom: solid 1px #e0dfdf;
}
.topPage .sec1 ul li a{
	display: block;
	font-size: 1.6rem;
	color: #222222;
	text-decoration: none;
	position: relative;
	padding: 20px 7.25% 16px;
	cursor: auto;
}
.topPage .sec1 ul li a.active_url{
	cursor: pointer;
}
.topPage .sec1 ul li a span{
	color: #4593d0;
	margin-right: 20px;
}
.topPage .sec1 ul li a.active_url::after{
	display: block;
	content: '';
	width: 19px;
	height: 19px;
	background: url(/wp-content/themes/wordpress/img/icon_img06.png) no-repeat right 1px center;
	background-size: contain;
	position: absolute;
	right: 20px;
	top: 22px;
}
.topPage .sec1 ul li a.active_url:hover{
	/*background-color: #f5f5f5;*/
	color: #4593d0;
}
.topPage .sec2{
	background-color: #f5f5f5;
	padding: 70px 0 100px;
}
.topPage .sec2 .lists{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 55px 0 -20px;
}
.topPage .sec2 .lists a{
	text-decoration: none;
	width: 23.728%;
	background-color: #fff;
	padding: 40px 0 90px;
	margin-bottom: 20px;
	margin-right: 1.696%;
	position: relative;
}
.topPage .sec2 .lists a:nth-of-type(4n){
	margin-right: 0;
}
.topPage .sec2 .lists a:hover{
	opacity: 0.8;
}
.topPage .sec2 .lists a::after{
	content: '';
	width: 21px;
	height: 20px;
	background: url(/wp-content/themes/wordpress/img/icon_img06.png) no-repeat center;
	background-size: contain;
	position: absolute;
	bottom: 47px;
	left: 0;
	right: 0;
	margin: auto;
}
.topPage .sec2 .lists a p{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #222222;
	margin-bottom: 10px;
}
.topPage .sec2 .lists a div{
	width: 100%;
}
.topPage .sec2 .lists a div img{
	display: block;
	width: 80%;
	max-width: 169px;
	margin: auto;
}
.topPage .sec3{
	background-color: #004da0;
	padding: 87px 0 102px;
}
.topPage .sec3 .tit h2, 
.topPage .sec3 .tit h2 span, 
.topPage .sec3 .tit p{
	color: #fff;
}
.topPage .sec3 .lists{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 58px 0 -20px;
}
.topPage .sec3 .lists a{
	text-decoration: none;
	width: 31.273%;
	background-color: #fff;
	height: 72px;
	margin-bottom: 20px;
	margin-right: 3.0905%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.topPage .sec3 .lists a:nth-of-type(3n){
	margin-right: 0;
}
.topPage .sec3 .lists a:hover{
	opacity: 0.8;
}
.topPage .sec3 .lists a p{
	font-size: 2rem;
	font-weight: bold;
	color: #222222;
	text-align: center;
	line-height: 1;
}
.topPage .sec3 .lists a img{
	display: inline-block;
	margin-left: 10px;
}
.topPage .sec4{
	background-color: #cadbed;
	padding: 62px 0 95px;
}
.topPage .sec4 .tit h2{
	position: relative;
}
.topPage .sec4 .tit h2::after{
	content: '（随時更新中）';
	font-size: 2rem;
	font-weight: bold;
	color: #222222;
	line-height: 1;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -13px;
	margin: auto;
}
.topPage .sec4 .lists{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 58px 0 28px;
}
.topPage .sec4 .lists .cont{
	text-decoration: none;
	width: 31.273%;
	background-color: #fff;
	margin-bottom: 20px;
	margin-right: 3.0905%;
}
.topPage .sec4 .lists .cont:nth-of-type(3n){
	margin-right: 0;
}
.topPage .sec4 .lists .cont .contImg{
	width: 100%;
	padding: 14px 13px 0;
}
.topPage .sec4 .lists .cont .contImg img{
	display: block;
	margin: auto;
	width: 100%;
	max-width: 318px;
}
.topPage .sec4 .lists .cont ul{
	padding: 18px 20px 24px;
	height: 153px;
}
.topPage .sec4 .lists .cont ul li{
	list-style-type: none;
	font-size: 1.6rem;
	color: #222222;
	margin-bottom: 13px;
}
.topPage .sec4 .lists .cont ul li span{
	font-weight: bold;
}
.topPage .sec4 .lists .cont ul li:last-of-type{
	margin-bottom: 0;
}
.topPage .sec4 .lists .cont .contBtn{
	display: flex;
	justify-content: flex-end;
	padding: 0 20px 24px;
}
.topPage .sec4 .lists .cont .contBtn a{
	text-decoration: none;
	font-size: 1.4rem;
	color: #222222;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	border: solid 1px #ed6c00;
	line-height: 1;
	width: 176px;
	height: 32px;
}
.topPage .sec4 .lists .cont .contBtn a img{
	margin-left: 8px;
}
.topPage .sec4 .lists .cont .contBtn a:hover img{
	transform: translate(3px);
}
.topPage .sec5{
	background-color: #f5f5f5;
	padding: 82px 0 100px;
}
.topPage .sec5 .tit p{
	text-align: center;
	color: #222222;
	line-height: 1.875;
}
.topPage .sec5 .lists{
	width: 100%;
	max-width: 885px;
	display: flex;
	flex-wrap: wrap;
	margin: 32px auto -20px;
}
.topPage .sec5 .lists div{
	padding: 0 9px;
	width: 33.33%;
	margin-bottom: 20px;
}
.topPage .sec5 .lists div a{
	display: block;
	width: 100%;
}
.topPage .sec5 .lists div a img{
	display: block;
	width: 100%;
	max-width: 275px;
	margin: auto;
}
.topPage .sec5 .lists div a:hover{
	opacity: 0.8;
}
@media only screen and (max-width:1280px){
	.topPage .sec-mv .dh{
		width: 100%;
		max-width: 768px;
		margin: 40px auto 0;
	}
	.topPage .sec4 .lists .cont{
		width: 32%;
		margin-right: 2%;
	}
}
@media only screen and (max-width:1024px){
	.topPage .sec .tit h2{
		font-size: 3.2rem;
	}
	.topPage .sec .tit h2 span{
		font-size: 4rem;
	}
	.topPage .sec .btn{
		font-size: 1.8rem;
		padding: 25px 10px;
	}
	.topPage .sec-mv{
		padding: 120px 0;
	}
	.topPage .sec-mv .inner{
		padding: 40px 10px 10px;
	}
	.topPage .sec-mv h1{
		font-size: 4rem;
	}
	.topPage .sec-mv .dh{
		margin-top: 35px;
	}
	.topPage .sec-mv .dh span{
		font-size: 1.8rem;
		border: solid 2px #ffffff;
		margin: 0 10px 20px;
	}
	.topPage .sec1{
	    padding: 90px 0;
	}
	.topPage .sec1 ul{
		margin: 15px auto 40px;
	}
	.topPage .sec1 ul li a{
		padding: 20px 5% 16px;
	}
	.topPage .sec2 .lists{
		margin: 50px 0 -20px;
	}
	.topPage .sec2 .lists a{
		padding: 35px 0 80px;
	}
	.topPage .sec3{
		padding: 87px 0 100px;
	}
	.topPage .sec3 .lists{
		margin: 50px 0 -20px;
	}
	.topPage .sec3 .lists a{
		height: 70px;
		width: 32%;
		margin-right: 2%;
	}
	.topPage .sec3 .lists a p{
		font-size: 1.8rem;
	}
	.topPage .sec3 .lists a img{
		width: 15px;
	}
	.topPage .sec4{
		padding: 62px 0 90px;
	}
	.topPage .sec4 .tit h2::after{
		font-size: 1.8rem;
	}
	.topPage .sec4 .lists{
		margin: 55px 0 25px;
	}
	.topPage .sec4 .lists .cont ul{
		padding: 15px 15px 20px;
	}
	.topPage .sec .tit p{
		line-height: 1.8;
	}
	.topPage .sec5 .lists{
		margin: 30px auto -20px;
	}
	.topPage .sec5 .lists div{
		padding: 0 5px;
	}
}
@media only screen and (max-width:920px){
	.topPage .sec3 .lists{
		width: 100%;
		max-width: 768px;
		margin-left: auto;
		margin-right: auto;
		justify-content: space-between;
	}
	.topPage .sec3 .lists a{
		width: 49%;
		margin-right: 0;
	}
	.topPage .sec4 .lists{
		width: 100%;
		max-width: 768px;
		margin-left: auto;
		margin-right: auto;
		justify-content: space-between;
	}
	.topPage .sec4 .lists .cont{
		width: 49%;
		margin-right: 0;
	}
}
@media only screen and (max-width:768px){
	.topPage .sec .tit h2{
		font-size: 2.8rem;
	}
	.topPage .sec .tit h2 span{
		font-size: 3.5rem;
	}
	.topPage .sec .tit p{
		font-size: 1.4rem;
		margin-top: 10px;
	}
	.topPage .sec .btn{
		font-size: 1.6rem;
		padding: 18px 10px;
	}
	.topPage .sec-mv{
		padding: 100px 0;
	}
	.topPage .sec-mv .inner{
		padding: 35px 10px 10px;
	}
	.topPage .sec-mv h1{
		font-size: 3.6rem;
	}
	.topPage .sec-mv .dh{
		margin-top: 30px;
	}
	.topPage .sec-mv .dh span{
		font-size: 1.6rem;
		margin: 0 5px 20px;
	}
	.topPage .sec1{
	    padding: 80px 0;
	}
	.topPage .sec1 ul{
		margin: 15px auto 35px;
	}
	.topPage .sec1 ul li a{
		display: flex;
		padding: 18px 10% 14px 5%;
		font-size: 1.4rem;
	}
	.topPage .sec1 ul li a.active_url::after{
		width: 15px;
		height: 15px;
		top: 20px;
	}
	.topPage .sec1 ul li a span{
		margin-right: 15px;
	}
	.topPage .sec2{
		padding: 70px 0 80px;
	}
	.topPage .sec2 .lists{
		margin: 40px 0 -20px;
	}
	.topPage .sec2 .lists a p{
		font-size: 1.6rem;
	}
	.topPage .sec2 .lists a{
		padding: 30px 0 60px;
	}
	.topPage .sec2 .lists a::after{
		width: 15px;
		height: 15px;
		bottom:30px;
	}
	.topPage .sec3{
		padding: 80px 0;
	}
	.topPage .sec3 .lists{
		margin: 40px 0 -20px;
	}
	.topPage .sec3 .lists a{
		height: 60px;
	}
	.topPage .sec3 .lists a p{
		font-size: 1.6rem;
	}
	.topPage .sec3 .lists a img{
		margin-bottom: 3px;
	}
	.topPage .sec4{
		padding: 62px 0 80px;
	}
	.topPage .sec4 .tit h2::after{
		font-size: 1.6rem;
	}
	.topPage .sec4 .lists{
		margin: 45px 0 25px;
	}
	.topPage .sec4 .lists .cont ul{
		height: 120px;
	}
	.topPage .sec4 .lists .cont ul li{
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
	.topPage .sec4 .lists .cont .contBtn a{
		font-size: 1.2rem;
		width: 150px;
	}
	.topPage .sec5{
		padding: 80px 0;
	}
	.topPage .sec .tit p{
		line-height: 1.7;
	}
	.topPage .sec5 .lists div{
		padding: 0 5px;
	}
}
@media only screen and (max-width:600px){
	.topPage .sec3 .lists{
		flex-direction: column;
		align-items: center;
	}
	.topPage .sec3 .lists a{
		width: 90%;
		max-width: 360px;
	}
	.topPage .sec4 .lists{
		flex-direction: column;
		align-items: center;
	}
	.topPage .sec4 .lists .cont{
		width: 100%;
		max-width: 360px;
	}
}
@media only screen and (max-width:480px){
	.topPage .sec .tit h2{
		font-size: 2.4rem;
	}
	.topPage .sec .tit h2 span{
		font-size: 3rem;
	}
	.topPage .sec-mv{
		padding: 80px 0;
	}
	.topPage .sec-mv .inner{
		padding: 30px 10px 10px;
	}
	.topPage .sec-mv h1{
		font-size: 3rem;
	}
	.topPage .sec-mv .dh{
		margin-top: 25px;
	}
	.topPage .sec1{
	    padding: 60px 0;
	}
	.topPage .sec1 ul{
		margin: 15px auto 30px;
	}
	.topPage .sec1 ul li a{
		display: flex;
		padding: 16px 30px 12px 10px;
	}
	.topPage .sec1 ul li a.active_url::after{
		top: 18px;
		right: 10px;
	}
	.topPage .sec1 ul li a span{
		margin-right: 10px;
	}
	.topPage .sec2{
		padding: 60px 0;
	}
	.topPage .sec2 .lists{
		margin: 30px 0 -20px;
		justify-content: space-between;
	}
	.topPage .sec2 .lists a{
		width: 48%;
		margin-right: 0;
	}
	.topPage .sec3{
		padding: 60px 0;
	}
	.topPage .sec3 .lists{
		margin: 30px 0 -20px;
	}
	.topPage .sec4{
		padding: 60px 0;
	}
	.topPage .sec4 .lists{
		margin: 35px 0 25px;
	}
	.topPage .sec5{
		padding: 60px 0;
	}
	.topPage .sec .tit p{
		line-height: 1.6;
	}
	.topPage .sec5 .lists div{
		width: 50%;
	}
}

.edm {
	background: #f3f4f4;
}

.EDM_swiper {
	width: 100%;
	max-width: 1010px;
	padding: 0 30px;
	margin: 50px auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: relative;
}

.edm .btn_contact {
	margin: 0 auto;
}

.swiper-container-EDM .swiper-slide {
	width: 300px;
	max-width: 100%;
}

.EDM_img_wrap {
	width: 100%;
	border: 2px solid #cbcfd0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.EDM_img_wrap img{
	display: block;
}


.EDM_swiper .swiper-button-next-EDM,
.EDM_swiper .swiper-button-prev-EDM {
	position: absolute;
	top: 50%;
	width: 25px;
	height: 25px;
	z-index: 10;
	margin-top: -25px;
	cursor: pointer;
	background-size: 25px 25px;
	background-position: center;
	background-repeat: no-repeat;
}

.EDM_swiper .swiper-button-prev-EDM,
.EDM_swiper .swiper-container-rtl .swiper-button-next-EDM {
	background-image: url(/wp-content/themes/wordpress/img/edm_prev.png);
	left: 0;
}

.EDM_swiper .swiper-button-next-EDM,
.EDM_swiper .swiper-container-rtl .swiper-button-prev-EDM {
	background-image: url(/wp-content/themes/wordpress/img/edm_next.png);
	right: 0;
}

.edm .inner{
	text-align: center;
}

.edm .bubble{
	display: inline-block;
	/*background: #fa6077;*/
	font-size: 30px;
	font-weight: bold;
	color: #222222;
	padding: 4px 18px;
	position: relative;
	letter-spacing: 4px;
	margin-bottom: 10px;
	border: 2px solid #008cd6;
}

.edm .bubble:after{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid #008cd6;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	bottom: -10px;
	left: 42%;
}

.edm .bubble:before{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-top: 8px solid #f3f4f4;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	bottom: -7px;
	left: 42.4%;
	z-index: 2;
}

.edm .peculiarity{
	/*margin-top: 50px;*/
	display: grid;
	grid-template-columns: auto auto;
	justify-content: center;
	column-gap: 30px;
}

.edm .peculiarity .peculiarity-group{
	display: inline-grid;
	grid-template-columns: auto auto;
	column-gap: 10px;
	font-size: 20px;
	line-height: 26px;
	color: #008cd6;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}

@media only screen and (max-width:768px){
	.edm .bubble{
		font-size: 26px;
		letter-spacing: 3px;
		margin-bottom: 6px;
	}
	.edm .peculiarity{
		grid-template-columns: auto;
		margin-top: 20px;
		row-gap: 10px;
	}
	.edm .peculiarity .peculiarity-group{
		font-size: 18px;
		line-height: 24px;
	}
	.edm .peculiarity .peculiarity-group img{
		max-width: 26px;
	}
}
@media only screen and (max-width:480px){
	.edm {
		padding: 50px 0;
	}
	.edm .bubble{
		font-size: 24px;
		padding: 4px 8px;
	}
	.edm .peculiarity .peculiarity-group{
		font-size: 16px;
		line-height: 20px;
	}
	.edm .peculiarity .peculiarity-group img{
		max-width: 22px;
	}
	.edm .bubble:after{
		left: calc(50% - 5px);
	}

	.edm .bubble:before{
		left: calc(50.3% - 4px);
	}
}
