@charset "UTF-8";

.center .contactButton {
	margin: auto;
}

.fixedPageSection {
	margin: 0 0 100px;
}

.dot {
	background-image: radial-gradient(circle at center, #000 20%, transparent 20%);
	background-position: top right;
	background-repeat: repeat-x;
	background-size: 25px 5px;
	padding-top: 7px;
}

.numberList {
	list-style-type: none;
	counter-reset: my-counter;
	margin: 0 0 30px;
}
.numberList li,
.numberList dt {
	display: flex;
	margin: 0 0 20px 0;
}
.numberList li::before,
.numberList dt::before {
	display: block;
	flex: 0 0 27px;
	content: counter(my-counter);
	counter-increment: my-counter;
	width: 27px;
	height: 27px;
	margin: 0 10px 0 0;
	background-color: var(--navy);
	letter-spacing: 1px;
	line-height: 27px;
	text-align: center;
	text-indent: 3px;
	font-size: 14px;
	color: #fff;
}

.numberList-2 {
	counter-reset: number;
	list-style: none;
	padding-left: 0;
}
.numberList-2 > li {
	counter-increment: number;
}
.numberList-2 > li > strong {
	display: block;
	margin: 0 0 10px;
	font-size: 110%;
}
.numberList-2 > li > strong::before {
	display: inline-block;
	content: counter(number) "";
	width: 27px;
	height: 27px;
	margin: 0 10px 0 0;
	background-color: var(--navy);
	letter-spacing: 1px;
	line-height: 27px;
	text-align: center;
	text-indent: 3px;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
}

.outerContactButton.center .contactButton {
	margin: auto;
}

.caution {
	font-size: 13px;
	color: #f39;
}

/* Breadcrumbs
------------------------- */
.breadcrumbs {
	padding: 6px 0 5px;
}
.breadcrumbs.above {
	border-bottom: solid 1px #ddd;
}
.breadcrumbs.below {
	border-top: solid 1px #ddd;
}
.breadcrumbs__list ul {
	display: flex;
	list-style-type: none;
	font-size: 13px;
}
.breadcrumbs__list ul li {
	padding: 0 6px 0 0;
}
.goto-home:before {
	display: inline-block;
	content: "\f015";
	margin-right: 5px;
	font-family: FontAwesome;
}
.breadcrumbs .outerBreadcrumbs {
	width: 1200px;
	margin: auto;
}

.sigleTitle {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 150px;
	background-color: var(--navy);
	background-image: url(../img/title/back_page_title.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
}
.sigleTitle span {
	display: block;
	padding: 0 20px;
	letter-spacing: 3px;
	font-size: 24px;
	text-shadow:
		 2px  2px 5px rgba(0,0,0,0.5),
		 2px -2px 5px rgba(0,0,0,0.5),
		-2px  2px 5px rgba(0,0,0,0.5),
		-2px -2px 5px rgba(0,0,0,0.5),
		 3px  3px 5px rgba(0,0,0,0.5),
		 3px -3px 5px rgba(0,0,0,0.5),
		-3px  3px 5px rgba(0,0,0,0.5),
		-3px -3px 5px rgba(0,0,0,0.5);
}
.core-contents.single {
	padding: 50px 20px;
}

/* 流れ */
.workFlow__item {
	counter-reset: my-counter;
}
.workFlow__item--child__outer:after {
	display: block;
	content: "";
	width: 100%;
	height: 50px;
	background-image: url("../img/icon/rounded_corners_triangle_down.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 20px 20px;
}
.workFlow__item--child__outer:last-child:after {
	display: none;
}
.workFlow__item--child dt {
	margin: 0 0 7px;
	font-weight: 700;
	font-size: 17px;
	color: var(--navy);
}
.workFlow__item--child dt:before {
	display: inline-block;
	flex: 0 0 27px;
	content: counter(my-counter);
	counter-increment: my-counter;
	width: 27px;
	height: 27px;
	margin: 0 10px 0 0;
	background-color: var(--navy);
	letter-spacing: 1px;
	line-height: 27px;
	text-align: center;
	text-indent: 3px;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
}
.workFlow__item--child {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0;
	padding: 20px 20px 10px;
	border-radius: 4px;
	border: solid 1px var(--soft-gray);
}
.workFlow__item--child dl {
	flex: 1 1 calc( 100% - 140px );
}

.workFlow__item--child figure {
	display: block;
	flex: 0 0 140px;
}
.workFlow__item--child figure img {
	display: block;
	width: 100px;
	height: 75px;
}

.flexbox__3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 30px;
}
.flexbox__2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 640px;
	margin: auto;
}
.w100 {
	width: 100%;
}
.aspect2_1 {
	object-fit: cover;
	aspect-ratio: 2 / 1;
	width: 100%;
	height: auto;
}

.flexbox__1-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
}
.flexbox__1-2 figure {
	flex: 0 0 calc( 50% - 20px );
	margin: 0 0 20px;
}
.flexbox__1-2 figure img {
	object-fit: cover;
	aspect-ratio: 1 / 0.68;
	width: 100%;
	height: auto;
}

/* Table */
.core-contents table {
	max-width: 100%;
	min-width: 900px;
	margin: 0 auto 30px;
}

/* image */
.photo-A img {
	display: block;
	max-width: 100%;
	width: 600px;
	height: auto;
	margin: 0 auto 20px;
}

/* UL */
.circle-arrow-right {
	list-style-type: none;
	margin: 0 0 30px 10px;
}
.circle-arrow-right li {
	margin: 0 0 5px;
}
.circle-arrow-right li::before {
	display: inline-block;
	content: "";
	width: 18px;
	height: 18px;
	margin: 0 7px 0 0;
	background-color: var(--aquamarine);
	mask: url("../img/icon/circle-arrow-right.svg") no-repeat 50% 50% / contain;
	-webkit-mask: url("../img/icon/circle-arrow-right.svg") no-repeat 50% 50% / contain;
	vertical-align: -2px;
}

.rect-check {
	list-style-type: none;
	margin: 0 0 30px 10px;
}
.rect-check li {
	margin: 0 0 5px;
}
.rect-check li::before {
	display: inline-block;
	content: "";
	width: 18px;
	height: 18px;
	margin: 0 7px 0 0;
	background-image: url("../img/icon/rect-check-green.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	/*background-color: var(--aquamarine);
	mask: url("../img/icon/rect-check.svg") no-repeat 50% 50% / contain;
	-webkit-mask: url("../img/icon/rect-check.svg") no-repeat 50% 50% / contain;*/
	vertical-align: -2px;
}

.link-to-page__list {
	list-style-type: none;
	margin: 0 0 20px;
}
.link-to-page {
	transition: 0.4s;
	position: relative;
	display: block;
	margin: 0 0 10px;
	padding: 10px 20px;
	background-color: var(--aquamarine);
	border-radius: 4px;
	box-shadow:
		1px 1px 2px rgba(0,0,0,0.3);
	font-size: 17px;
	font-weight: 700;
	font-family:
		"Noto Sans JP",
		"游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック体", "YuGothic",
		"ヒラギノ角ゴシック", "Hiragino Sans",
		"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"メイリオ", "Meiryo",
		sans-serif;
	color: #fff;
}
.link-to-page:hover {
	background-color: var(--turquoise);
}
.link-to-page::after {
	position: absolute;
	display: block;
	content: "";
	top: calc( 50% - 9px );
	right: 17px;
	width: 13px;
	height: 20px;
	margin: 0 0 0 20px;
	background-color: #fff;
	mask: url("../img/icon/gt.svg") no-repeat 50% 50% / contain;
	-webkit-mask: url("../img/icon/gt.svg") no-repeat 50% 50% / contain;
	vertical-align: -2px;
}
/* End of file */