@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl {
	position: relative;
}
#top_ttl img:not(.txt) {
	width: 100%;
}
#top_ttl .txt {
	position: absolute;
	top: 4%;
	left: 2%;
}
/* 挨拶 */
#top_msg {
	padding-top: 190px;
}
#top_msg::before {
	width: 850px;
	height: 400px;
	left: auto;
	right: 0;
	background: #eff9fd url("../img/bg-dot.png");
	clip-path: polygon(0 0, 100% 100%, 100% 0);
}
#top_msg .bg {
	height: 428px;
	background: url("../img/top/bg-msg.jpg") no-repeat center / cover;
	color: #fff;
}
#top_msg .maru {
	width: 413px;
	display: flex;
	justify-content: space-between;
	position: relative;
	top: -75px;
	margin: 0 auto -75px;
}
#top_msg .maru::before {
	content: "";
	background: url("../img/top/batsu.png") no-repeat center / 100% auto;
	width: 48px;
	height: 48px;
	position: absolute;
	top: calc(50% - 24px);
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#top_msg .maru li {
	border: 1px solid var(--color-primary);
	width: 150px;
	height: 150px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_msg .maru li span {
	background: rgba(223, 243, 252, 0.8);
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: var(--color-primary);
}
#top_msg .txt {
	font-size: 125%;
	margin: 50px 0 60px
}
#top_msg .btns {
	width: 588px;
	margin: 0 auto;
}
#top_reason:before {
	top: -30px;
	width: 850px;
	height: 800px;
	background: #eff9fd url("../img/bg-dot.png");
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
#top_reason:after {
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	width: 850px;
	height: 400px;
	background: #eff9fd url("../img/bg-dot.png");
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
#top_reason .box {
	position: relative;
	min-height: 300px;
	margin-bottom: 100px;
}
#top_reason .box:last-of-type {
	margin-bottom: 0;
}
#top_reason .box .img {
	position: absolute;
	right: calc(50% - 50vw);
	width: calc( (100vw - 1100px) / 2 + (1100px - 600px) );
}
@media only screen and (max-width: 1150px) {
	#top_reason .box .img {
		right: -30px;
		width: 400px;
	}
}
#top_reason .box:nth-of-type(even) .img {
	right: auto;
	left: calc(50% - 50vw);
}
@media only screen and (max-width: 1150px) {
	#top_reason .box:nth-of-type(even) .img {
		right: auto;
		left: -30px;
	}
}
#top_reason .box .img img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
#top_reason .box .img .no {
	position: absolute;
	left: -25px;
	bottom: 10px;
	font-family: var(--font-serif);
	color: var(--color-secondary);
	font-size: 140px;
	line-height: 1;
	z-index: 1;
}
#top_reason .box:nth-of-type(even) .img .no {
	left: auto;
	right: -25px;
}
#top_reason .box dl {
	width: 450px;
	margin-left: 100px;
}
#top_reason .box:nth-of-type(even) dl {
	margin-left: 50%;
}
#top_reason .box dl dt {
	color: var(--color-primary);
	font-size: 35px;
	border-bottom: 2px solid var(--color-secondary);
	line-height: 1.1;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
#top_reason .box dl dt .fs {
	font-size: 25px;
}
#top_service {
	color: #fff;
	padding-top: 50px;
}
#top_service::before {
	background: url("../img/top/bg-service.jpg") no-repeat center / cover;
}
#top_service h3.sub {
	color: #fff;
}
#top_service h3.sub .en {
	color: #ccc;
	padding-left: 0;
}
#top_service .catch {
	font-size: 35px;
}
#top_service .bg_white {
	background: #fff;
	margin-top: 70px;
	border-radius: 10px;
}
#top_service .bg_white .box {
	padding: 50px;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
	color: #000;
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(4, 200px);
	gap: 20px;
}
#top_service .bg_white .box .item .ico {
	width: 164px;
	height: 94px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 25px;
}
#top_service .bg_white .box .item .blue {
	font-size: 19px;
	margin-bottom: 10px;
	line-height: 1.3;
}
#top_service .bg_white .box .item .txt {
	text-align: center;
}
#top_service .bg_white .bana {
	padding: 50px;
	display: flex;
}
#top_service .bg_white .bana dt {
	font-size: 25px;
	line-height: 1;
	color: var(--color-primary);
	width: 150px;
}
#top_service .bg_white .bana dd {
	width: calc(100% - 150px);
}
#top_service .bg_white .bana dd ul {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(6, 120px);
	gap: 20px 0;
}
#top_service .bg_white .bana dd ul li a {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ccc;
}
#top_service .bg_white .bana dd ul li img {
	max-width: 90%;
}
#top_support {
	position: relative;
}
#top_support::before {
	width: 850px;
	height: 400px;
	background: #eff9fd url("../img/bg-dot.png");
	clip-path: polygon(0 0, 0% 100%, 100% 0);
}
#top_support .fst_img {
	position: absolute;
	top: -50px;
	right: calc(50% - 50vw);
	width: calc( (100vw - 1100px) / 2 + (1100px - 690px) );
}
@media only screen and (max-width: 1150px) {
	#top_support .fst_img {
		right: -30px;
		width: 400px;
	}
}
#top_support .fst_img img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
#top_support .box {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(2, 530px);
	gap: 50px 0;
	margin: 100px 0 70px;
}
#top_support .box .item {
	border: 1px solid #ccc;
	display: flex;
}
#top_support .box .item .img {
	width: 100px;
}
#top_support .box .item dl {
	width: calc(100% - 100px);
	padding: 10px 20px;
}
#top_support .box .item dl dt {
	font-size: 26px;
}
#top_flow {
	padding-top: 50px;
}
#top_flow::before {
	top: -230px;
	left: auto;
	right: 0;
	width: 850px;
	height: 800px;
	background: #eff9fd url(../img/bg-dot.png);
	clip-path: polygon(0 50%, 100% 100%, 100% 0);
}
#top_flow h3.sub.cen .en::before {
	background: var(--color-secondary);
}
#top_flow .list {
	margin-top: 100px;
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(4, 250px);
	counter-reset: number 0;
}
#top_flow .box {
	position: relative;
}
#top_flow .box::after {
	counter-increment: number 1; 
	content: counter(number, decimal-leading-zero);
	position: absolute;
	left: 0;
	top: -42px;
	font-family: var(--font-serif);
	color: var(--color-secondary);
	font-size: 60px;
	line-height: 1;
	z-index: 1;
}
#top_flow .box:not(:last-of-type):before {
	content: "";
	position: absolute;
	top: 82px;
	right: -42px;
	border: 18px solid transparent;
	border-left: 13px solid #ccc;
}
#top_flow .box .img {
	margin-bottom: 15px;
}
#top_flow .box dl dt {
	font-size: 19px;
	margin-bottom: 10px;
}
#top_flow .box dl dd a {
	text-decoration: underline;
}
#top_info {
	margin-bottom: 30px;
}
#top_info .box_flex {
	width: 900px;
	margin: 0 auto;
}
#top_info h3.sub {
	font-size: 28px;
}
#top_info .list {
	width: 750px;
}
#top_info dl {
	padding: 28px;
	border-top: 1px solid #ccc;
}
#top_info dl:last-of-type {
	border-bottom: 1px solid #ccc;
}
#top_info dl dt {
	color: var(--color-primary);
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_info {
		font-size: 90%;
	}
}
@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 .txt {
		width: 80%;
		top: 4%;
		left: 2%;
	}
	#top_msg {
		padding-top: 130px;
	}
	#top_msg::before, #top_reason:after, #top_flow::before {
		margin-left: 0;
		margin-right: -25px;
	}
	#top_msg .bg {
		height: auto;
		padding-bottom: 20px;
	}
	#top_msg .maru {
		margin-bottom: -80px;
	}
	#top_msg .txt {
		margin: 0 0 10px;
		padding: 20px;
		font-size: 110%;
	}
	#top_msg .btns {
		width: 550px;
	}
	#top_reason .box {
		min-height: 250px;
		margin-bottom: 50px;
	}
	#top_reason .box dl {
		margin-left: 0;
	}
	#top_reason .box dl dt {
		font-size: 25px;
		margin-bottom: 30px;
	}
	#top_reason .box dl dt .fs {
		font-size: 20px;
	}
	#top_reason .box .img {
		width: 50%;
		right: -25px;
	}
	#top_reason .box:nth-of-type(even) .img {
		left: -20px;
	}
	#top_reason .box .img img {
		height: 250px;
	}

	#top_reason .box dl {
		width: 48%;
	}
	#top_reason .box:nth-of-type(even) dl {
		margin-left: 52%;
	}
	#top_reason .box .img .no {
		font-size: 80px;
		left: -15px;
	}
	#top_reason .box:nth-of-type(even) .img .no {
		right: -15px;
	}
	#top_service .catch {
		font-size: 20px;
	}
	#top_service .bg_white .box {
		padding: 25px;
		gap: 0;
	}
	#top_service .bg_white .box {
		grid-template-columns: repeat(4, 24%);
	}
	#top_service .bg_white .box .item .ico {
		width: 100%;
	}
	#top_service .bg_white .box .item .blue {
		font-size: 100%;
	}
	#top_service .bg_white .bana {
		padding: 25px;
	}
	#top_service .bg_white .bana dt {
		font-size: 20px;
		width: 105px;
	}
	#top_service .bg_white .bana dd {
		width: calc(100% - 105px);
	} 
	#top_service .bg_white .bana dd ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 5px;
	}
	#top_service .bg_white .bana dd ul li {
		width: 120px;
	}
	#top_support .fst_img {
		top: -25px;	
		right: -20px;
		width: 39vw;
	}
	#top_support .fst_img img {
		height: 200px;
	}
	#top_support .box {
		margin: 50px 0;
		grid-template-columns: repeat(2, 49%);
		gap: 10px 0;
	}
	#top_support .box .item {
	}
	#top_support .box .item dl {
		background: #fff;
	}
	#top_support .box .item dl dt {
		font-size: 20px;
	}
	#top_support .box .item dl {
		padding: 5px 15px;
	}
	#top_flow .list {
		width: 535px;
		margin: 60px auto 0;
		grid-template-columns: repeat(2, 250px);
	}
	#top_flow .box {
		margin-bottom: 50px;
	}
	#top_flow .box::after {
		font-size: 40px;
		top: -30px;
	}
	#top_flow .box .img {
		margin-bottom: 10px;
	}
	#top_flow .box dl dt {
		margin-bottom: 5px;
		font-size: 110%;
	}
	#top_info .box_flex {
		width: 100%;
	}
	#top_info h3.sub {
		font-size: 25px;
	}
	#top_info .list {
		width: calc(100% - 130px);
	}
	#top_info dl {
		padding: 20px 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_ttl img:not(.txt) {
		height: 220px;
		object-fit: cover;
	}
	#top_ttl .txt {
		width: 90%;
	}
	#top_msg {
		padding-top: 100px;
	}
	#top_msg::before {
		width: 50%;
		height: 150px;
	}
	#top_msg .maru {
		width: 280px;
		top: -60px;
		margin-bottom: -60px;
	}
	#top_msg .maru::before {
		width: 24px;
		height: 24px;
		top: calc(50% - 12px);
	}
	#top_msg .maru li {
		width: 120px;
		height: 120px;
	}
	#top_msg .maru li span {
		font-size: 18px;
	}
	#top_msg .txt {
		font-size: 110%;
	}
	#top_msg .btns {
		width: 100%;
	}
	#top_msg .btns .btn01 {
		text-align: center;
	}
	#top_msg .btns .btn01:last-of-type {
		margin-bottom: 0;
	}
	#top_reason:before {
		width: 50%;
		height: 300px;
	}
	#top_reason:after {
		width: 50%;
		height: 100px;
	}
	#top_reason .box {
		margin-bottom: 30px;
	}
	#top_reason .box .img {
		width: 90%;
	}
	#top_reason .box .img .no {
		font-size: 60px;
	}
	#top_reason .box .img img {
		height: 200px;
	}
	#top_reason .box dl {
		width: 100%;
		padding-top: 230px;
	}
	#top_reason .box:nth-of-type(even) dl {
		margin-left: 0;
	}
	#top_reason .box dl dt {
		padding-bottom: 10px;
		margin-bottom: 20px;
		font-size: 20px;
	}
	#top_reason .box dl dd {
		font-size: 100%;
	}
	#top_service .catch {
		font-size: 120%;
	}
	#top_service .txt {
		font-size: 100%;
	}
	#top_service .bg_white .box {
		grid-template-columns: repeat(2, 48%);
		gap: 30px 0;
		padding: 20px;
	}
	#top_service .bg_white .box .item .ico {
		margin-bottom: 10px;
	}
	#top_service .bg_white .box .item:not(:nth-of-type(3)) .ico img {
		width: 60%;
	}
	#top_service .bg_white .box .item .blue {
		font-size: 105%;
	}
	#top_service .bg_white .bana {
		padding: 20px;
		display: block;
	}
	#top_service .bg_white .bana dt {
		width: 100%;
		margin-bottom: 15px;
	}
	#top_service .bg_white .bana dt br {
		display: none;
	}
	#top_service .bg_white .bana dd {
		width: 100%;
	}
	#top_support::before {
		width: 50%;
		height: 150px;
	}
	#top_support .box {
		padding-top: 200px;
	}
	#top_support .fst_img {
		top: 175px;
		width: 80vw;
	}
	#top_support .box {
		display: block;
	}
	#top_support .box .item {
		margin-bottom: 20px;
	}
	#top_support .box .item dl dt {
		font-size: 18px;
	}
	#top_flow::before {
		top: 0;
		width: 50%;
		height: 200px;
	}
	#top_flow .list {
		width: 100%;
		display: block;
	}
	#top_flow .box:last-of-type {
		margin-bottom: 0;
	}
	#top_flow .box::after {
		left: calc(50% - 140px);
	}
	#top_flow .box:not(:last-of-type):before {
		top: auto;
		right: auto;
		left: 50%;
		bottom: -50px;
		margin-left: -30px;
		border: 30px solid transparent;
		border-top: 20px solid #ccc;
	}
	#top_flow .box .img {
		width: 250px;
		margin: 0 auto 10px;
	}
	#top_info .list {
		width: 100%;
	}
	#top_info h3.sub {
		font-size: 22px;
	}
}
@media only screen and (max-width: 320px){ /* スマホ */
	#top_service .catch {
		font-size: 100%;
	}
	#top_service .bg_white .box .item .blue {
		font-size: 88%;
	}
	#top_service .txt {
		font-size: 85%;
	}
	#top_service .bg_white .bana {
		padding: 15px;
	}
	#top_support .box .item dl dd {
		font-size: 93%;
	}
}