@charset "utf-8";
/* CSS Document */

.cate1 .boxwrap .box:not(:last-of-type){
	margin-bottom: 60px;
}
.cate1 .boxwrap .box .imgbox{
	width: 50%;
}
.cate1 .boxwrap .box .txtbox{
	width: 50%;
	padding-left: 5%;
}

.flow_d .boxwrap .inner{
	gap: 5%;
}
.flow_d .boxwrap .inner:not(:last-of-type){
	margin-bottom: 60px;
}
.flow_d .boxwrap .inner .imgbox{
	width: 30%;
}
.flow_d .boxwrap .inner .row1{
	width: 65%;
	display: flex;
	margin-bottom: 0;
}
.flow_d .boxwrap .inner .row1 .txtbox{
	width: 100%;
	padding-top: 30px;
}
.flow_d .badge1 .step,.flow_d .badge1 .num{
	font-family: "Oswald", "IBM Plex Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-weight: 700;	
}
.flow_d.cate4 .boxwrap .inner .row1{
	width: 75%;
	display: flex;
	margin-bottom: 0;
}

.cate3,.cate5{
	background-color: #F0F4F7;
}

.cate3 .contents{
	background-color: #1275AD;
	padding: 5%;
}
.cate3 .contents .title{
	position: relative;
	width: 100%;
}
.cate3 .contents .title::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	z-index: 1;
}
.cate3 .contents .title h4{
	position: relative;
	z-index: 2;
	padding: 0 20px;
	background-color: #1275AD;
}

.cate5 .titleitem1 h2{font-size: clamp(13px,1.4vw,16px);}

.cate5 .boxwrap{
	justify-content: space-between;
	align-items: stretch;
}
.cate5 .boxwrap .box{
	width: 47.5%;
	border: 3px solid #000;
	padding: 3% 0;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate1 .boxwrap .box:not(:last-of-type){
		margin-bottom: 50px;
	}
	.flow_d .title{
		margin-top: 0;
		margin-bottom: 15px;
	}
	.cate5 .boxwrap{
		gap: 30px;
		justify-content: center;
	}
	.cate5 .boxwrap .box{
		width: 70%;
		border: 3px solid #000;
		padding: 3% 0;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate1 .boxwrap .box:not(:last-of-type){
		margin-bottom: 40px;
	}
	.cate1 .boxwrap .box .imgbox{
		width: 100%;
		margin-bottom: 20px;
	}
	.cate1 .boxwrap .box .txtbox{
		width: 100%;
		padding-left: 0;
	}
	.flow_d .boxwrap .inner:not(:last-of-type){
		margin-bottom: 40px;
	}
	.flow_d .boxwrap .inner .imgbox{
		width: 80%;
		margin-bottom: 20px;
	}
	.flow_d .boxwrap .inner .row1{
		width: 100%;
		display: flex;
	}
	.flow_d .boxwrap .inner .row1 .txtbox{
		padding-top: 20px;
	}
	.flow_d .badge1{
		width: 80px;
		height: 80px;
	}
	.flow_d .badge1 .box{
		top: 5px;
	}
	.flow_d.cate4 .boxwrap .inner .row1{
		width: 100%;
	}
	.cate5 .boxwrap{
		gap: 20px;
		justify-content: center;
	}
	.cate5 .boxwrap .box{
		width: 100%;
		border: 3px solid #000;
		padding: 3% 0;
	}
	.cate5 .boxwrap .box .titleitem1 .en_title1{font-size: clamp(24px,3.0vw,34px);}
}

/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

