@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;
}

.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_navy.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	color: #fff;
}
.sigleTitle span {
	display: block;
	padding: 0 20px;
	letter-spacing: 3px;
	font-size: 24px;
}
.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;
}
.flexbox__1-2.asp_5to6 figure img {
	aspect-ratio: 5 / 6;
}

/* End of file */