@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
.txt {
	font-size: 110%;
}
#top_ttl {
	position: relative;
}
#top_ttl img {
	width: 100%;
}
#top_ttl span {
	position: absolute;
	left: 3.5vw;
	bottom: 10vw;
	text-align: left;
	font-size: clamp(33px, 2vw, 40px);
	color: #fff;
	font-weight: normal;
}
#top_msg {
	position: relative;
}
#top_msg .img {
	position: absolute;
	left: calc(50% - 50vw);
	width: calc( (100vw - 1100px) / 2 + (1100px - 790px) );
}
@media only screen and (max-width: 1150px) {
	#top_msg .img {
		left: -30px;
		width: 380px;
	}
}
#top_msg .img img {
	width: 100%;
	max-height: 400px;
	object-fit: cover;
	box-shadow: 12px 12px 30px rgba(1,90,215,0.2);
}
#top_msg .info {
	width: 700px;
	margin-left: auto;
}
#top_msg .info h3.sub .fm {
	font-size: 55px;
}
#top_msg .info h3.sub .orange {
	font-weight: bold;
}
#top_msg .info h3.sub .in::before {
	top: auto;
	bottom: 50px;
}
#top_regist {
	position: relative;
}
#top_regist::before {
	content: "";
	background: url("../img/bg01.png") no-repeat center / 100% auto;
	width: 871px;
	height: 871px;
	position: absolute;
	right: -525px;
	top: -100px;
}
#top_regist .img {
	position: absolute;
	top: 0;
	right: calc(50% - 50vw);
	width: calc( (100vw - 1100px) / 2 + (1100px - 790px) );
}
@media only screen and (max-width: 1150px) {
	#top_regist .img {
		right: -30px;
		width: 380px;
	}
}
#top_regist .img img {
	width: 100%;
	max-height: 400px;
	object-fit: cover;
	box-shadow: 12px 12px 30px rgba(1,90,215,0.2);
}
#top_regist .info {
	width: 700px;
}
#top_regist .info table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	margin-top: 50px;
	color: #015ad7;
}
#top_regist .info table tr th, #top_regist .info table tr td {
	background: #fff;
	padding: 10px 15px;
}
#top_regist .info table tr th {
	white-space: nowrap;
	font-weight: 500;
	font-size: 16px;
	vertical-align: top;
}
#top_regist .info table tr th .fs {
	font-size: 14px;
}
#top_regist .info table tr td {
	font-size: 16px;
}
#top_regist .info table tr td .fs {
	font-size: 14px;
}
#top_reson {
	position: relative;
}
#top_reson::before {
	content: "";
	background: url("../img/bg02.png") no-repeat center / 100% auto;
	width: 871px;
	height: 871px;
	position: absolute;
	left: -325px;
	bottom: 20px;
	z-index: -1;
}
#top_reson h3.sub {
	text-align: center;
}
#top_reson h3.sub .in::before {
	right: -15px;
	top: -5px;
}
#top_reson h3.sub .fm {
	font-size: 55px;
}
#top_reson .img {
	position: absolute;
	top: 130px;
	left: calc(50% - 50vw);
	width: calc( (100vw - 1100px) / 2 + (1100px - 700px) );
}
@media only screen and (max-width: 1150px) {
	#top_reson .img {
		left: -30px;
		width: 400px;
	}
}
#top_reson .img img {
	width: 100%;
	max-height: 1200px;
	object-fit: cover;
	box-shadow: 12px 12px 30px rgba(1,90,215,0.2);
}
#top_reson .reason {
	width: 800px;
	margin-top: 120px;
	position: relative;
	z-index: 1;
	margin-left: auto;
	counter-reset: number 0;
}
#top_reson .reason > dl {
	background: #fff;
	margin-bottom: 50px;
	position: relative;
}
#top_reson .reason > dl::before {
	counter-increment: number 1;
	content: counter(number, decimal-leading-zero);
	font-family: var(--font-serif);
	font-size: 80px;
	line-height: 1;
	color: #b2cdf3;
	font-weight: bold;
	position: absolute;
	right: 20px;
	top: -30px;
}
#top_reson .reason > dl > dt {
	border-bottom: 1px solid #015ad7;
	font-size: 34px;
	color: #015ad7;
	padding: 25px 50px 15px;
	font-weight: 500;
}
#top_reson .reason > dl > dd {
	padding: 45px 50px;
}
#top_reson .reason > dl > dd .b {
	font-size: 20px;
	margin-bottom: 30px;
	color: #015ad7;
}

#top_reson .reason > dl > dd dl {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 30px;
}
#top_reson .reason > dl > dd dl:last-of-type {
	margin-bottom: 0;
}
#top_reson .reason > dl > dd dl dt {
	border: 1px solid #347bdf;
	width: 150px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	position: relative;
	top: 5px;
	padding: 6px 0;
	color: #015ad7;
}
#top_reson .reason > dl > dd dl dt::before {
	content: "";
	position: absolute;
	top: calc(50% - 25px);
	right: -2.4rem;
	border: 25px solid transparent;
	border-left: 13px solid #347bdf;
}
#top_reson .reason > dl > dd dl dd {
	width: calc(100% - 170px);
	font-size: 110%;
}
#top_example {
	position: relative;
}
#top_example::before {
	content: "";
	background: url("../img/bg01.png") no-repeat center / 100% auto;
	width: 871px;
	height: 871px;
	position: absolute;
	right: -680px;
	top: -100px;
	z-index: -1;
}
#top_example .box {
	width: 340px;
	padding: 5px;
	border: 1px solid #015ad7;
}
#top_example dl {
	background: #fff;
	padding: 22px 0;
}
#top_example dl dt {
	text-align: center;
	font-size: 25px;
	font-weight: 600;
	color: #015ad7;
	margin-bottom: 15px;
}
#top_example dl dd {
	text-align: center;
	font-size: 110%;
}
#top_flow .list {
	margin-top: 50px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	padding: 50px 25px 25px;
	counter-reset: flow_number 0;
}
#top_flow .list dl {
	width: 225px;
	position: relative;
}
#top_flow .list dl:not(:last-of-type)::before {
	content: "";
	position: absolute;
	right: -20px;
	bottom: 50px;
	width: 1px;
	height: 150px;
	background: #015ad7;
}
#top_flow .list dl:not(:last-of-type)::after {
	content: "";
	position: absolute;
	bottom: 100px;
	right: -57px;
	border: 25px solid transparent;
	border-left: 12px solid #347bdf;
}
#top_flow .list dl dt {
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
#top_flow .list dl dt::before {
	counter-increment: flow_number 1;
	content: counter(flow_number, decimal-leading-zero);
	font-family: var(--font-serif);
	font-size: 50px;
	line-height: 1;
	color: #b2cdf3;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: -65px;
}
#top_flow .list dl dd .b {
	font-size: 25px;
	font-weight: 600;
	color: #015ad7;
	margin-bottom: 10px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	/* お知らせ */
	#top_info dl {
		display: flex;
	}
	#top_info dt {
		width: 100px;
	}
	#top_info dd {
		width: calc(100% - 100px);
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_ttl span {
		text-shadow: 2px 2px 0 rgba(0,0,0,0.2);
	}
	.txt {font-size: 105%;}
	#top_msg .img {
		width: 40%;
	}
	#top_msg .info {
		width: 60%;
	}
	#top_msg .info h3.sub .fm {
		font-size: 30px;
	}
	#top_regist::before {
		width: 435px;
		height: 435px;
		right: -260px;
		top: 150px;
	}
	#top_regist .img {
		width: 40%;
	}
	#top_regist .info {
		width: 60%;
	}
	#top_regist .info table {
		position: relative;
		z-index: 1;
	}
	#top_regist .info table tr th, #top_regist .info table tr td {
		padding: 5px 10px;
	}
	#top_reson::before {
		width: 435px;
		height: 435px;
		left: -100px;
		bottom: 20px;
	}
	#top_reson h3.sub .fm {
		font-size: 30px;
	}
	#top_reson .img {
		top: 65px;
	}
	#top_reson .img img {
		max-height: 910px;
	}
	#top_reson .reason {
		width: 90%;
		margin-top: 50px;
	}
	#top_reson .reason > dl {
		margin-bottom: 30px;
	}
	#top_reson .reason > dl::before {
		font-size: 40px;
		right: 10px;
		top: -20px;
	}
	#top_reson .reason > dl > dt {
		font-size: 25px;
		padding: 10px 20px;
	}
	#top_reson .reason > dl > dd {
		padding: 15px 20px;
	}
	#top_reson .reason > dl > dd .b {
		font-size: 16px;
		margin-bottom: 15px;
	}
	#top_reson .reason > dl > dd dl dt {
		width: 100px;
		height: 50px;
		font-size: 16px;
		padding-top: 9px;
	}
	#top_reson .reason > dl > dd dl dd {
		width: calc(100% - 130px);
	}
	#top_example::before {
		width: 435px;
		height: 435px;
		right: -340px;
		top: -50px;
	}
	#top_example .box {
		width: 32%;
	}
	#top_example dl {
		padding: 15px 0;
		min-height: 150px;
	}
	#top_example dl dt {
		font-size: 18px;
		margin-bottom: 10px;
	}
	#top_flow .list dl dt {
		margin-bottom: 10px;
	}
	#top_flow .list dl dt::before {
		font-size: 30px;
		left: 10px;
		top: -30px;
	}
	#top_example dl dd {
		font-size: 100%;
	}
	#top_flow .list {
		padding: 20px 0 0;
		flex-wrap: wrap;
		width: 500px;
		margin: 30px auto 50px;
	}
	#top_flow .list dl {
		margin-bottom: 50px;
		width: 250px;
	}
	#top_flow .list dl:nth-child(n+3) {
		margin-bottom: 20px;
	}
	#top_flow .list dl:not(:last-of-type)::before {
		right: 0;
		height: 100px;
		bottom: auto;
		top: 30px;
	}
	#top_flow .list dl:not(:last-of-type)::after {
		right: -37px;
		bottom: auto;
		top: 50px;
	}
	#top_flow .list dl:nth-of-type(2)::before, #top_flow .list dl:nth-of-type(2)::after {
		display: none;
	}
	#top_flow .list dl dd {
		padding: 0 15px;
		font-size: 100%;
	}
	#top_flow .list dl dd .b {
		font-size: 20px;
		margin-bottom: 5px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.txt {
		font-size: 100%;
	}
	#top_ttl span {
		font-size: 25px;
		bottom: 8vw;
		left: 10vw;
	}
	#top_msg .img {
		width: 100%;
		left: auto;
		position: relative;
		text-align: center;
		margin-bottom: 30px;
	}
	#top_msg .img img {
		width: 70%;
	}
	#top_msg .info {
		width: 100%;
	}
	#top_msg .info h3.sub .fm {
		font-size: 25px;
	}
	#top_regist .img {
		position: relative;
		width: 100%;
		text-align: center;
		right: auto;
		margin-bottom: 30px;
	}
	#top_regist .img img {
		width: 70%;
	}
	#top_regist::before {
		width: 200px;
		height: 200px;
		right: -120px;
		top: 100px;
	}
	#top_regist .info {
		width: 100%;
	}
	#top_regist .info table {
		margin-top: 30px;
	}
	#top_regist .info table tr th, #top_regist .info table tr td {
		display: block;
	}
	#top_regist .info table tr td {
		padding-top: 0;
	}
	#top_reson::before {
		width: 200px;
		height: 200px;
		left: -20px;
		bottom: 20px;
	}
	#top_reson .img {
		width: 30%;
		top: 90px;
	}
	#top_reson .img img {
		height: 1310px;
		max-height: unset;
	}
	@media only screen and (max-width: 375px){ /* スマホ */
		#top_reson .img img {
			height: 1430px;
		}
	}
	#top_reson h3.sub .in::before {
		right: -60px;
		top: 0;
	}
	#top_reson .reason > dl > dt {
		font-size: 20px;
	}
	#top_reson .reason > dl > dd dl {
		display: block;
		margin-bottom: 15px;
	}
	#top_reson .reason > dl > dd dl dt {
		margin-bottom: 15px;
	}
	#top_reson .reason > dl > dd dl dd {
		width: 100%;
	}
	#top_example .box {
		width: 100%;
		margin-bottom: 15px;
	}
	#top_example dl {
		min-height: unset;
		padding: 10px 0;
	}
	#top_example dl dt {
		margin-bottom: 5px;
	}
	#top_example dl dd br.dsp_tbs {
		display: none;
	}
	#top_flow .list {
		width: 100%;
	}
	#top_flow .list dl {
		width: 49%;
	}
	#top_flow .list dl dt {
		transform: scale(0.7);
	}
	#top_flow .list dl dt::before {
		left: -10px;
		top: -55px;
		transform: scale(1.3);
	}
	#top_flow .list dl dd .b {
		font-size: 16px;
	}
}
@media only screen and (max-width: 320px){ /* スマホ */
	#top_ttl span {
		font-size: 20px;
	}
	#top_msg {
		padding-top: 20px;
	}
	#top_msg .info h3.sub .fm {
		font-size: 23px;
	}
	#top_reson .reason > dl > dt {
		font-size: 19px;
	}
	#top_reson .img img {
		height: 1610px;
	}
	#top_flow .list dl dd .b {
		font-size: 13px;
	}
	#top_flow .list dl dd .txt {
		font-size: 13px;
	}
}