@charset "utf-8";
/* CSS Document */
.commit_wrap {
	margin-bottom: 180px;
}
.commit_wrap .commit_header {
	margin-bottom: 160px;
}
.commit_wrap .commit_header .txtbox {
	width: 50%;
	align-items: flex-start;
}
.commit_wrap .commit_header .txtbox .titlebox {
	align-items: flex-start;
	margin-bottom: 40px;
}
.commit_wrap .commit_header .txtbox .titlebox .en_title {
	font-size: 64px;
	margin-bottom: 40px;
	line-height: 1.3;
}
.commit_wrap .commit_header .txtbox .titlebox h2 {
	font-size: 26px;
}
.commit_wrap .commit_header .imgbox {
	width: 50%;
}
.commit_wrap .commit_list_wrap {
	margin: 0 auto;
	max-width: 1280px;
	padding-bottom: 100px;
	border-bottom: solid 1px #010000;;
}
.commit_wrap .commit_list {
	background-color: #EBEBEB;
	padding: 40px 80px;
	position: relative;
	margin-bottom: 80px;
}
.commit_wrap .commit_list > .flex {
	justify-content: start;
}
.commit_wrap .commit_list .txtbox {
	width: 70%;
}
.commit_wrap .commit_list .txtbox .number {
	font-size: 70px;
	position: absolute;
	top: -60px;
	left: 50px;
}
.commit_wrap .commit_list .txtbox p:not(.number) {
	margin-bottom: 30px;
}
.commit_wrap .commit_list .txtbox p:last-child {
	margin-bottom: 0;
}

.commit_wrap .commit_list .txtbox h3 {
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 18px;
}
.commit_wrap .commit_list .imgbox {
	width: 280px;
	position: absolute;
	right: 50px;
	top: -40px;
}
.flow {
	padding-bottom: 50px;;
}
.flow_wrap .titlebox {
	margin-bottom: 60px;
}
.flow_wrap .titlebox .en_title {
	font-size: 60px;
	margin-bottom: 20px;
}
.flow_wrap .titlebox h2 {
	font-size: 22px;
}
.flow .step_wrap {
	margin: 0 auto 30px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: dashed 1px #010000;
	text-align: center;
}
.flow .step_wrap .step {
	font-size: 12px;
	margin-top: 20px;
}
.flow .step_wrap .number {
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: 48px;
	line-height: 1;
}
.flow h3 {
	display: inline-block;
	position: relative;
	font-size: 28px;
	text-align: center;
	padding: 0 1.4em;
	line-height: 1.6;
	letter-spacing: 0.12em;
	margin: 0 auto 50px;
}
.flow h3::before, .flow h3::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.1em;
    line-height: 1;
    color: #666;
}
.flow h3::before {
    content: "[";
    left: 0;
}
.flow h3::after {
	content: "]";
	right: 0;
}
.flow .imgbox {
	margin-bottom: 50px;
}
.flow .txtbox {
	margin-bottom: 50px;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){

}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.commit_wrap .commit_header {
		flex-direction: column-reverse;
		gap: 30px;
		align-items: center;
	}
	.commit_wrap .commit_header .txtbox {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.commit_wrap .commit_header .txtbox .titlebox {
		margin-top: 0;
	}
	.commit_wrap .commit_header .imgbox {
		width: 70%;
	}
	.commit_wrap .commit_list_wrap {
		margin-left: 30px;
		margin-right: 30px;
	}
	.commit_wrap .commit_list .flex {
		gap: 30px;
	}
	.commit_wrap .commit_list .txtbox {
		width: 100%;
	}
	.commit_wrap .commit_list .imgbox {
		position: static;
		width: 50%;
		margin: 0 auto;
	}
	.flow {
		padding-left: 30px;
		padding-right: 30px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.commit_wrap {
		margin-bottom: 80px;
	}
	.commit_wrap .commit_header {
		margin-bottom: 60px;
	}
	.commit_wrap .commit_list_wrap {
		padding-bottom: 0;
	}

	.commit_wrap .commit_list {
		padding: 30px;
	}
	.commit_wrap .commit_list .imgbox {
		width: 100%;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.commit_wrap .commit_header .txtbox .titlebox .en_title {
		font-size: 50px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

