@charset "utf-8";

/* ================================================================================
	Additional
================================================================================ */
.box {
	margin-bottom: 30px;
}
.box::after {
	content: '';
	display: block;
	clear: both;
}

.box_left {
	float: left;
	margin: 0 35px 35px 0;
}

.box_right {
	float: right;
	margin: 0 0 35px 35px;
}

.box_text {
	overflow: hidden;
}

.box_color {
	overflow: hidden;
	margin-bottom: 40px;
	padding: 30px;
	background: #fff;
}

.box_color_success {
	overflow: hidden;
	margin-bottom: 40px;
	padding: 30px;
	background: #d4edda;
}

.box_border {
	overflow: hidden;
	margin-bottom: 40px;
	padding: 30px;
	border: 2px solid #444;
}

.color_green {
	color: #28a745;
}

.color_red {
	color: #dc3545;
}

.img_frame {
	overflow: hidden;
	padding: 2px;
	border: 2px solid #ddd;
	vertical-align: top;
}

.reset_ttl {
}


/* =============================================== */
/** Project */
/* =============================================== */

.map_wrap iframe {
	width: 100%;
	height: 500px;
	vertical-align: top;
}

.img_shadow img {
	box-shadow: 10px 10px #fafac5;
}

.contents_ttl {
	margin: 100px 0 40px;
	line-height: 1;
}
.contents_ttl_en {
	margin-right: 16px;
	font-family: 'Cormorant', serif;
	font-size: 90px;
	letter-spacing: -0.02em;
}
.contents_ttl_en .ja {
	font-size: 80px;
	line-height: 1 !important;
	margin-left: -7px;
	vertical-align: bottom;
	font-family: var(--site-font-mincho);
}
.contents_ttl_ja {
	display: inline-block;
	margin: 0 !important;
	padding: 0 0 12px !important;
	font-size: 15px !important;
	font-weight: bold;
	vertical-align: bottom;
}

.contents_ttl.-center {
	text-align: center;
}
.contents_ttl.-center .contents_ttl_en {
	display: block;
}

.contents_ttl.-center .contents_ttl_ja {
	display: block;
}

.contents_sub_ttl {
	margin: 90px 0 20px !important;
	padding: 0 !important;
	border: none !important;
	font-size: 33px !important;
}
.contents_sub_ttl::before {
	display: none;
}

.bg_wrap {
	position: relative;
	z-index: 1;
	margin: 120px 0;
	padding: 100px 0 120px;
}
.bg_wrap::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: -100;
	width: 100vw;
	background: #fff;
	transform: translateX(-50%);
}
.bg_wrap :first-child {
	margin-top: 0 !important;
}
.bg_wrap :last-child {
	margin-bottom: 0 !important;
}

.box.-list {
	margin-bottom: 75px;
}
.box.-list .box_right,
.box.-list .box_left {
	position: relative;
	margin: 0 0 0 60px !important;
}
.box.-list .box_left {
	margin: 0 60px 0 0 !important;
}
.box.-list .box_right span,
.box.-list .box_left span {
	position: absolute;
	bottom: -20px;
	left: -4px;
	line-height: 1;
	color: #fff;
	font-family: 'Cormorant', serif;
	font-size: 95px;
}
.box.-list .box_text {
	position: relative;
	padding-top: 45px;
	border-top: 1px solid #ddd;
}
.box.-list .box_text::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 1px;
	background: #444;
}
.box.-list .box_text h2 {
	margin: 0 0 17px !important;
	line-height: 1.4 !important;
	font-size: 28px !important;
}

.tbl_menu th,
.tbl_menu td {
	padding: 25px 0 !important;
	border: none !important;
	border-bottom: 1px solid #ddd !important;
	background: none !important;
	line-height: 1.6 !important;
}
.tbl_menu th {
	width: 75% !important;
	font-size: 19px !important;
}
.tbl_menu th small {
	color: #888 !important;
	font-size: 14px !important;
	font-weight: normal !important;
}
.tbl_menu td {
	font-size: 19px !important;
	font-weight: bold !important;
	text-align: right !important;
	vertical-align: bottom !important;
}
.tbl_menu td span {
	font-size: 24px !important;
}

.tbl_underline th,
.tbl_underline td {
	padding: 25px 0 !important;
	border-bottom: 1px solid #ddd !important;
	line-height: 1.6 !important;
}
.tbl_underline th {
	width: 25% !important;
}

.contents_flow_list {
	position: relative;
	margin: 60px 0 80px !important;
	padding-left: 120px;
}
.contents_flow_list::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 120px;
	width: 14px;
	height: 100%;
	margin-left: -7px;
	background: #eee;
	mix-blend-mode: multiply;
}
.contents_flow_list > li {
	position: relative;
	padding: 0 0 60px 0 !important;
	list-style: none !important;
}
.contents_flow_list > li:last-child {
	padding-bottom: 30px;
}
.contents_flow_list > li::before {
	display: none;
}
.contents_flow_list_icon {
	display: block;
	position: absolute;
	top: 0;
	left: -120px;
	z-index: 10;
	width: 100px;
	height: 36px;
	background: #414447;
	line-height: 34px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.contents_flow_list_icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	border-width: 5px 0 5px 10px;
	border-style: solid;
	border-color: transparent transparent transparent #414447;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.contents_flow_list .box {
	position: relative;
	padding-left: 70px;
}
.contents_flow_list .box::before,
.contents_flow_list .box::after {
	content: '';
	display: block;
	position: absolute;
	top: 15px;
}
.contents_flow_list .box::before {
	top: 14px;
	left: -4px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #414447;
}
.contents_flow_list .box::after {
	position: absolute;
	top: 17px;
	left: 5px;
	width: 50px;
	border-bottom: 1px dashed #bbb;
}
.contents_flow_list .box_right {
	width: 300px;
}
.contents_flow_list .box dt {
	margin: 4px 0 15px;
	line-height: 1.3;
	font-size: 22px;
	font-weight: bold;
}

.contents_btn {
	margin-top: 25px;
}
.contents_btn a {
	display: block;
	width: 270px;
	height: 56px;
	border: 1px solid #494c50;
	line-height: 54px;
	font-weight: bold;
	text-align: center;
}


/* =============================================== */
/** Page */
/* =============================================== */

/* ヤマジムの強み */
.page-feature .contents_ttl {
	margin-bottom: 70px;
}
.page-feature .box {
	margin-bottom: 60px;
}
.page-feature .box_left {
	margin: 0 50px 0 0 !important;
}
.page-feature .box_right {
	margin: 0 0 0 50px !important;
}
.page-feature .box_text {
	padding-top: 15px;
}
.page-feature .box_text h2 {
	margin: 0 0 20px !important;
	font-size: 28px !important;
}
.page-feature .bg_wrap {
	padding: 120px 0 120px;
}


/* 会社概要 */
.row .contents_sub_ttl {
	margin: 60px 0 20px !important;
	padding: 0 !important;
	border: none !important;
	font-size: 28px !important;
}
.list_line {
	margin: 0 !important;
}
.list_line li {
	padding: 12px 0 !important;
	border-bottom: 1px solid #ddd;
}
