@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
.txt {
	font-size: 98%;
}
#top_ttl img {
	width: 100%;
}
#page_title .txt_box {
	position: absolute;
	bottom: 20px;
	right: 5%;
	column-gap: 40px;
}
#page_title .txt_box .maru_box a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size : 26px;
	line-height : 35px;
	color : #DB5310;
	font-weight: 700;
	background: #fff;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
	position: relative;
}
#page_title .txt_box .maru_box a::before {
	content: "";
	background: #fff;
	width: 189px;
	height: 189px;
	border-radius: 50%;
	position: absolute;
	border: 1px solid #db5310;
}
#page_title .txt_box .maru_box a::after {
	content: "";
	background: url("../img/top/maru01.png") no-repeat top center/100%;
	width: 47px;
	height: 41px;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}
#page_title .txt_box .maru_box a span {
	position: relative;
	bottom: -5px;
}
#top_about .about_box {
	position: relative;
	min-height: 515px;
}
#top_about .about_box .img_box {
	position: absolute;
	top: 0;
	left: calc(50% - 56vw);
	width: calc((100vw - 1100px) / 2 + (1100px - 500px));
}
#top_about .about_box .img_box img {
	width: 100%;
	max-height: 515px;
	object-fit: contain;
}
	@media only screen and (max-width: 1150px) {
		#top_about .about_box .img_box {
			width: 55%;
			left: -60px;
		}
	}
#top_about .about_box .txt_box {
	width: 50%;
	margin-left: auto;
}
#top_about .about_box .txt_box .ttl {
	font-size: 45px;
	font-weight: 600;
	vertical-align: middle;
	line-height: 1.2em;
}
#top_about .about_box .txt_box .ttl .fs {
	font-size: 33px;
}
#top_about .about_box .txt_box .ttl .big {
	font-size: 68px;
	position: relative;
	bottom: -5px;
}
#top_choosing .choosing_box {
	margin-bottom: 80px;
}
#top_choosing .choosing_box h2 {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
#top_choosing .choosing_box .sub_ttl {
	display: block;
	padding: 0 0 0.2em 30px;
	font-size : 33px;
	font-weight: bold;
}
#top_choosing .choosing_contents {
	padding: 100px 0 50px;
}
#top_choosing .choosing_contents::before {
	background: #f2f2f2;
}
#top_choosing  .choosing_contents .box {
	width: 340px;
	background: #fff;
	position: relative;
}
#top_choosing  .choosing_contents .box::before {
	content: "";
	background: #fff;
	clip-path: ellipse(52% 100% at 50% 100%);
	position: absolute;
	width: 340px;
	height: 75px;
	top: -75px;
	left: 0;
}
#top_choosing .choosing_contents .box .img_box {
	position: absolute;
	top: -150px;
	left: 50%;
	transform: translateX(-50%);
}
#top_choosing .choosing_contents .box:nth-of-type(2) .img_box,#top_choosing .choosing_contents .box:nth-of-type(3) .img_box {
	top: -130px;
}
#top_choosing .choosing_contents .box .img_box img {
	width: 150px;
}
#top_choosing .choosing_contents .box:nth-of-type(2) .img_box img {
	width: 113px;
}
#top_choosing .choosing_contents .box:nth-of-type(3) .img_box img {
	width: 93px;
}
#top_choosing .choosing_contents .box .txt_box {
	padding: 25px;
	padding-top: 0;
}
#top_choosing .choosing_contents .box .txt_box .ttl {
	font-weight : bold;
	font-size : 29px;
	line-height : 40px;
	color : #DB5310;
	text-align: center;
}
#top_choosing .choosing_contents .box .txt_box .txt {
	color: #000;
}
#top_choosing .choosing_contents .box .txt_box .num {
	font-size : 48px;
	color : #999;
	font-family: var(--font-lubri);
	position: absolute;
	bottom: -40px;
	right: 15px;
}
#top_methods .methods_box {
	justify-content: flex-start;
	align-items: flex-end;
	column-gap: 30px;
}
#top_methods .methods_box .sub_ttl {
	font-size : 33px;
	font-weight: bold;
	padding-bottom: 35px;
}
#top_methods .methods_contents {
	gap: 80px 10px;
	justify-content: center;
	display: flex;
	padding-top: 50px;
	padding-bottom: 50px;
}
#top_methods .methods_contents .box {
	width: 32%;
	max-width: 260px;
	background: #fff;
	border: 1px solid #0a529d;
	position: relative;
}
#top_methods .methods_contents .box .ttl_box {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0a529d;
	color: #fff;
	cursor: pointer;
	font-weight : bold;
	font-size : 33px;
	line-height : 48px;
	min-height: 144px;
	text-align: center;
}
#top_methods .methods_contents .box .txt_box {
	background: #fff;
	border-top: none;
	padding: 15px 25px 35px;
	color: #333;
}
#top_methods .methods_contents .box .txt_box .maru {
	width: 48px;
	height: 48px;
	background: #db5310;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	bottom: -24px;
	transform: translateX(-50%) translateY(0);
}
#top_methods .methods_contents .box .txt_box .maru::before {
	content: "";
	background: url("../img/arrow02.png") no-repeat center/100%;
	width: 25px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#top_methods .btn01 a {
	width: 411px;
}
#top_home::before {
	background: #f2f2f2;
}
#top_home .home_box h2 {
	margin-bottom: 0;
}
#top_home .home_box .sub_ttl {
	font-size : 33px;
	font-weight: bold;
	padding-bottom: 35px;
}
#top_home .btn01 a {
	width: 411px;
}
#top_home .img {
	width: 861px;
	background: #fff;
	padding: 50px;
	box-sizing: border-box;
	margin: 50px auto 0;
}
#top_home .img img {
	width: 100%;
}
#top_plan .plan_box .img_box {
	width: 490px;
}
#top_plan .plan_box .txt_box {
	width: 50%;
}
#top_plan .plan_box .txt_box .sub_ttl {
	font-weight : bold;
	font-size : 33px;
	line-height : 48px;
}
#top_plan .plan_box .txt_box .btn01 a {
	width: 374px;
}
#top_flow::before {
	background: #f2f2f2;
}
#top_flow .flow_box {
	justify-content: flex-start;
	align-items: flex-end;
	column-gap: 30px;
}
#top_flow .flow_box .sub_ttl {
	font-size : 33px;
	font-weight: bold;
	padding-bottom: 35px;
}
#top_flow .flow_contents .box {
	background: #fff;
	margin: 40px 0 80px;
	padding: 50px;
	box-sizing: border-box;
	column-gap: 50px;
	justify-content: flex-start;
	position: relative;
}
#top_flow .flow_contents .box:not(:last-of-type)::before {
	content: "";
	width: 112px;
	height: 43px;
	background: #fff;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	position: absolute;
	bottom: -43px;
	left: calc(50% - 56px);
}
#top_flow .flow_contents .box:last-of-type {
	margin-bottom: 40px;
}
#top_flow .flow_contents .box .img_box {
	width: 182px;
	height: 182px;
	border-radius: 50%;
	border: 1px solid #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
}
#top_flow .flow_contents .box:nth-of-type(4) .img_box {
	padding: 0 0px 15px 20px;
}
#top_flow .flow_contents .box dt {
	margin-bottom: 20px;
}
#top_flow .flow_contents .box dt .num {
	font-size : 35px;
	color : #0A529D;
	margin-right: .5em;
	position: relative;
	top: -2px;
}
#top_flow .flow_contents .box dt .ttl {
	font-weight : bold;
	font-size : 40px;
	line-height : 48px;
}
#top_flow .flow_contents .box dd .b {
	font-size : 20px;
	line-height : 48px;
}
#top_flow .btn01 a {
	width: 374px;
}
#top_faq .faq_box {
	justify-content: flex-start;
	align-items: flex-end;
	column-gap: 30px;
}
#top_faq .faq_box .sub_ttl {
	font-size : 33px;
	font-weight: bold;
	padding-bottom: 35px;
}
#top_faq .faq_contents .box {
	width: 100%;
	margin: 40px 0 80px;
	border: 2px solid #0a529d;
}
#top_faq .faq_contents .box .ttl_box{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	padding: 30px;
	background: #0a529d;
	font-size : 23px;
	color : #fff;
	font-weight: 600;
}
#top_faq .faq_contents .box .ttl_box .maru {
	content: "";
	width: 48px;
	height: 48px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}
#top_faq .faq_contents .box .ttl_box .maru::before {
	content: "";
	background: url("../img/arrow03.png") no-repeat center;
	width: 26px;
	height: 15px;
	position: absolute;
	top: 19px;
	right: 11px;
}
#top_faq .faq_contents .box .ttl_box .q_maru {
	background: #db5310;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--font-lubri);
	font-size : 30px;
	margin-right: 1em;
}
#top_faq .faq_contents .box .txt_box {
	padding: 30px;
	color: #333333;
	display: flex;
	align-items: flex-start;
}
#top_faq .faq_contents .box .txt_box .a_maru {
	background: #f2f2f2;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--font-lubri);
	font-size : 30px;
	margin-right: 1em;
	color: #0A529D;
}
#top_faq .faq_contents .box .txt_box .txt {
	width: calc(100% - 50px);
	padding: 0 70px 0 0;
}
#top_faq .btn01 a {
	width: 393px;
}
#top_info::before {
	background: #f2f2f2;
}
#top_info .info_box h2 {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
#top_info .info_box .sub_ttl {
	display: block;
	padding: 0 0 0.2em 30px;
	font-size : 33px;
	font-weight: bold;
}
#top_info .info_contents {
	margin: 25px 0 25px;
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 31%);
}
#top_info .info_contents .box {
	max-width: 330px;
}
#top_info .info_contents .box .img_box {
	margin-bottom: 30px;
}
#top_info .info_contents .box .img_box img {
	object-fit: cover;
	aspect-ratio: 1 / 1;
}
#top_info .info_contents .box .img_box .dummy {
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1 / 1;
	background: #fff;
}
#top_info .info_contents .box .img_box .dummy img {
	aspect-ratio: unset;
	width: 80%;
}
#top_info .info_contents .box dl {
	display: block;
}
#top_info .info_contents .box a dt {
	display: inline-block;
	background: #fff;
	font-size: 98%;
	width: 112px;
	padding: 5px 15px;
	box-sizing: border-box;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
}
#top_info .info_contents .box dd {
	width: 100%;
}
#top_info .info_contents .box a dd .ttl {
	text-decoration: underline;
}
#top_info .info_contents .box a dd .txt {
	color: #333;
}
#top_info .btn01 a {
	width: 324px;
}

@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) {  /* タブレット以下 */
	#page_title .txt_box {
		position: absolute;
		bottom: 5px;
		right: 2%;
		column-gap: 10px;
	}
	#page_title .txt_box .maru_box a {
		font-size: 115%;
		line-height: 1.2em;
		width: 140px;
		height: 140px;
	}
	#page_title .txt_box .maru_box a::before {
		width: 130px;
		height: 130px;
	}
	#page_title .txt_box .maru_box a::after {
		width: 30px;
	}
	#top_about .about_box {
		min-height: inherit;
	}
	#top_about .about_box .img_box {
		width: 60%;
		left: auto;
		margin: 0 auto;
		position: relative;
	}
	#top_about .about_box .txt_box {
		width: 100%;
	}
	#top_about .about_box .txt_box .ttl {
		font-size: 25px;
	}
	#top_about .about_box .txt_box .ttl .fs {
		font-size: 70%;
	}
	#top_about .about_box .txt_box .ttl .big {
		font-size: 35px;
		bottom: -3px;
	}
	#top_choosing .choosing_box {
		flex-direction: column;
		align-items: flex-start;
	}
	#top_choosing .choosing_contents {
		justify-content: center;
		padding: 80px 0 40px;
		column-gap: 15px;
	}
	#top_choosing .choosing_box h3.sub {
		margin-bottom: 15px;
	}
	#top_choosing .choosing_box .sub_ttl {
		width: 100%;
		padding: 10px 0 0;
		font-size: 19px;
	}
	#top_choosing .choosing_contents .box {
		width: 48%;
		margin-bottom: 150px;
	}
	#top_choosing .choosing_contents .box:last-of-type {
		margin-bottom: 0;
	}
	#top_choosing .choosing_contents .box::before {
		width: 100%;
		height: 50px;
		top: -50px;
	}
	#top_choosing .choosing_contents .box .img_box {
		top: -130px;
	}
	#top_choosing .choosing_contents .box:nth-of-type(2) .img_box, #top_choosing .choosing_contents .box:nth-of-type(3) .img_box {
		top: -100px;
	}
	#top_choosing .choosing_contents .box .img_box img {
		width: 115px;
	}
	#top_choosing .choosing_contents .box:nth-of-type(2) .img_box img {
		width: 100px;
	}
	#top_choosing .choosing_contents .box:nth-of-type(3) .img_box img {
		width: 80px;
	}
	#top_choosing .choosing_contents .box .txt_box {
		padding: 15px;
		padding-top: 0;
	}
	#top_choosing .choosing_contents .box .txt_box .ttl {
		font-size: 125%;
		line-height: 1.5em;
	}
	#top_methods .methods_box {
		flex-direction: column;
		align-items: flex-start;
	}
	#top_methods .methods_box h3.sub {
		margin-bottom: 15px;
	}
	#top_methods .methods_box .sub_ttl {
		font-size: 135%;
		padding-bottom: 15px;
	}
	#top_methods .methods_contents {
		gap: 50px 5px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#top_methods .methods_contents .box {
		width: 24%;
	}
	#top_methods .methods_contents .box .ttl_box {
		font-size: 20px;
		line-height: 1.5em;
		min-height: 80px;
	}
	#top_methods .methods_contents .box .txt_box {
		padding: 10px 10px 5px;
		line-height: 1.5em;
	}
	#top_methods .methods_contents .box .txt_box .maru {
		width: 35px;
		height: 35px;
		bottom: -20px;
	}
	#top_methods .methods_contents .box .txt_box .maru::before {
		width: 16px;
	}
	#top_methods .btn01 a {
		width: 280px;
	}
	#top_home .home_box {
		flex-direction: column;
		align-items: flex-start;
	}
	#top_home .home_box h3.sub {
		margin-bottom: 15px;
	}
	#top_home .home_box .sub_ttl {
		font-size: 135%;
		padding-bottom: 15px;
	}
	#top_home .btn01 a {
		width: 280px;
	}
	#top_home .img {
		width: 100%;
		padding: 15px;
	}
	#top_plan .plan_box .txt_box {
		width: 100%;
	}
	#top_plan .plan_box .img_box {
		width: 40%;
		margin: 0 auto 20px;
	}
	#top_plan .plan_box .txt_box .sub_ttl {
		font-size: 25px;
		line-height: 1.2em;
	}
	#top_plan .plan_box .txt_box .btn01 a {
		width: 280px;
	}
	#top_flow .flow_box {
		flex-direction: column;
		align-items: flex-start;
	}
	#top_flow .flow_box h3.sub {
		margin-bottom: 15px;
	}
	#top_flow .flow_box .sub_ttl {
		font-size: 135%;
		padding-bottom: 15px;
	}
	#top_flow .flow_contents .box {
		margin: 30px 0;
		padding: 15px 20px;
		column-gap: 20px;
	}
	#top_flow .flow_contents .box:not(:last-of-type)::before {
		width: 60px;
		height: 20px;
		bottom: -20px;
		left: calc(50% - 30px);
	}
	#top_flow .flow_contents .box .img_box {
		width: 80px;
		height: 80px;
		padding: 0 20px;
	}
	#top_flow .flow_contents .box:nth-of-type(4) .img_box {
		padding: 0 5px 5px 15px;
	}
	#top_flow .flow_contents .box dl {
		width: calc(100% - 105px);
	}
	#top_flow .flow_contents .box dt {
		margin-bottom: 10px;
	}
	#top_flow .flow_contents .box dt .num {
		font-size: 20px;
	}
	#top_flow .flow_contents .box dt .ttl {
		font-size: 25px;
		line-height: 1.8em;
	}
	#top_flow .flow_contents .box dd .b {
		font-size: 110%;
		line-height: 1.8em;
	}
	#top_flow .btn01 a {
		width: 280px;
	}
	#top_faq .faq_box {
		flex-direction: column;
		align-items: flex-start;
	}
	#top_faq .faq_box h3.sub {
		margin-bottom: 15px;
	}
	#top_faq .faq_box .sub_ttl {
		font-size: 135%;
		padding-bottom: 15px;
	}
	#top_faq .faq_contents .box {
		margin: 30px 0;
	}
	#top_faq .faq_contents .box .ttl_box {
		padding: 15px 20px;
		font-size: 110%;
	}
	#top_faq .faq_contents .box .ttl_box .q_maru {
		width: 30px;
		height: 30px;
		font-size: 20px;
	}
	#top_faq .faq_contents .box .ttl_box .maru {
		width: 30px;
		height: 30px;
		right: 15px;
	}
	#top_faq .faq_contents .box .ttl_box .maru::before {
		background-size: 100%;
		width: 15px;
		top: 8px;
		right: 8px;
	}
	#top_faq .faq_contents .box .txt_box {
		padding: 15px 20px;
	}
	#top_faq .faq_contents .box .txt_box .a_maru {
		width: 30px;
		height: 30px;
		font-size: 20px;
	}
	#top_faq .faq_contents .box .txt_box .txt {
		width: calc(100% - 50px);
	}
	#top_faq .btn01 a {
		width: 280px;
	}
	#top_info .info_box {
		flex-direction: column;
		align-items: flex-start;
	}
	#top_info .info_box h3.sub {
		margin-bottom: 15px;
	}
	#top_info .info_box .sub_ttl {
		width: 100%;
		padding: 10px 0 0;
		font-size: 19px;
	}
	#top_info .info_contents .box .img_box,#top_info .info_contents .box a dt {
		margin-bottom: 15px;
	}
	#top_info .btn01 a {
		width: 280px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#page_title .txt_box {
		position: relative;
		bottom: 0;
		right: 0;
		column-gap: 10px;
		justify-content: center;
		padding: 15px 0;
	}
	#page_title .txt_box .maru_box a {
		font-size: 80%;
		width: 100px;
		height: 100px;
	}
	#page_title .txt_box .maru_box a::before {
		width: 90px;
		height: 90px;
	}
	#page_title .txt_box .maru_box a::after {
		width: 25px;
		top: -5px;
	}
	#page_title .txt_box .maru_box a span {
		bottom: -2px;
	}
	#top_about {
		padding-top: 10px;
	}
	#top_about .about_box .img_box {
		width: 80%;
	}
	#top_about .about_box .txt_box .ttl {
		font-size: 20px;
	}
	#top_about .about_box .txt_box .ttl .big {
		font-size: 28px;
	}
	#top_choosing .choosing_box {
		margin-bottom: 60px;
	}
	#top_choosing .choosing_box .sub_ttl {
		font-size: 18px;
	}
	#top_choosing .choosing_contents .box {
		width: 100%;
		max-width: 350px;
		margin: 0 auto 130px;
	}
	#top_choosing .choosing_contents .box .txt_box .num {
		font-size: 35px;
		bottom: -30px;
	}
	#top_methods .methods_box .sub_ttl {
		font-size: 125%;
		line-height: 1.5em;
	}
	#top_methods .methods_contents {
		grid-row-gap: 30px;
		margin-bottom: 0;
	}
	#top_methods .methods_contents .box {
		width: 100%;
		max-width: inherit;
	}
	#top_methods .methods_contents .box .ttl_box {
		min-height: 60px;
		font-size: 125%;
	}
	#top_methods .methods_contents .txt_box {
		position: relative;
		padding: 15px 10px 5px;
	}
	#top_methods .methods_contents .maru {
		bottom: -20px;
	}
	#top_home .home_box .sub_ttl {
		font-size: 125%;
		line-height: 1.5em;
	}
	#top_home .img {
		margin-top: 20px;
	}
	#top_plan .plan_box .img_box {
		width: 60%;
	}
	#top_plan .plan_box .txt_box .sub_ttl {
		font-size: 125%;
		line-height: 1.5em
	}
	#top_flow .flow_box .sub_ttl {
		font-size: 125%;
		line-height: 1.5em
	}
	#top_flow .flow_contents .box {
		flex-direction: column;
	}
	#top_flow .flow_contents .box .img_box {
		margin: 0 auto 15px;
	}
	#top_flow .flow_contents .box dl {
		width: 100%;
	}
	#top_flow .flow_contents .box dt .num {
		font-size: 115%;
		top: -1px;
	}
	#top_flow .flow_contents .box dt .ttl {
		font-size: 125%;
	}
	#top_flow .flow_contents .box:last-of-type {
		margin-bottom: 0;
	}
	#top_faq .faq_box .sub_ttl {
		font-size: 125%;
		line-height: 1.5em
	}
	#top_faq .faq_contents .box .ttl_box .txt {
		width: calc(100% - 50px);
	}
	#top_faq .faq_contents .box .ttl_box,#top_faq .faq_contents .box .txt_box {
		padding: 15px;
	}
	#top_faq .faq_contents .box .txt_box .txt {
		padding: 0;
	}
	#top_info .info_box .sub_ttl {
		padding-top: 10px;
		font-size: 18px;
	}
	#top_info .info_contents {
		grid-template-columns: repeat(2, 48%);
		gap: 30px 15px;
		justify-content: center;
	}
	
}