@charset "utf-8";

/* ****************************************************
Title: c.css
***************************************************** */
#va {
	background-image: url(../img/common/w_va.jpg);
}

.sec01 {
	padding-top: 100px;
}

.sec01 .main-v {
	height: 500px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 45px 15px;
	margin-bottom: 60px;
}

.sec01 .main-v.gym {
	background-image: url(../img/works/mv4-1.jpg);
}

.sec01 .main-v.pool {
	background-image: url(../img/works/mv5-1.jpg);
}

.sec01 .main-v.front {
	background-image: url(../img/works/mv3-1.jpg);
}

.sec01 .main-v.mgr {
	background-image: url(../img/works/mv1-1.jpg);
}


.sec01 .main-v .mv_txt {
	width: 450px;
}

.sec01 .main-v .i-catch {
	padding: 40px 20px;
}

.sec01 .main-v .i-info {
	background: rgba(255, 255, 255, 0.8);
	padding: 50px 30px;
	max-height: 410px;
	height: 410px;
	border-bottom: solid 4px #2E1B11;
	border-top: solid 4px #2E1B11;
}

.sec01 .main-v .i-info .wplace {
	font-size: 90%;
}

.sec01 .main-v .i-info .iname .ja {
	margin-right: 15px;
}

body#second #pagebody #contents section .tbar {
	position: relative;
}

.sec01 .tbar.bdr-b:before {
	content: '';
	position: absolute;
	bottom: -20px;
	display: inline-block;
	width: 100px;
	height: 3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000;
}


.sec01 .main-v .mv_txt .bf p {
	font-size: 90%;
	line-height: 1.8;
}

.sec01 .interview-wrap {
	margin-bottom: 100px;
}


.sec01 .txt_wrap {
	width: 510px;
}

.sec01 .thead {
	margin-bottom: 30px;
	font-size: 150%;
	font-weight: bold;
}

.sec01 .sche-wrap {
	margin-bottom: 100px;
}




@media screen and (max-width: 739px) {
	.works-pg{
		position: static !important;
	}
	body#second #pagebody section.sec01 {
		padding: 40px 0;
	}

	body#second #pagebody #contents section .tbar.sp {
		line-height: 1.8;
	}

	.sec01 .main-v {
		height: inherit;
		background-image: none;
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
		padding: 0;
		margin-bottom: 0;
	}

	.sec01 .main-v .mv_txt {
		margin-bottom: 40px;
		padding: 0 10px;
		width: 100%;
		box-sizing: border-box;
	}

	.sec01 .main-v.gym,
	.sec01 .main-v.pool,
	.sec01 .main-v.mgr,
	.sec01 .main-v.front {
		background-image: none;
	}

	.sec01 .main-v .i-info {}

	.sec01 .main-v .i-info {
		background: rgba(255, 255, 255, 0.8);
		padding: 50px 30px;
		height: auto;
		max-height: inherit;
		border-bottom: none;
		border-top: none;
	}

	.sec01 .interview-wrap,
	.sec01 .iv-wrap {
		margin-bottom: 100px;
		padding: 0 20px;
	}

	.sec01 .inv {
		padding: 0 20px;
	}

	.sec01 .smb30 {
		margin-bottom: 30px !important;
	}

	.sec01 .interview-wrap.flwprow {
		flex-direction: column-reverse;
	}

	.sec01 .interview-wrap .txt_wrap {
		margin-bottom: 30px;
	}

	.sec01 .interview-wrap .in-img img,
	.sec01 .iv-wrap .in-img img,
	.sec01 .inv .in-img img {
		width: 100%;
	}

	.sec01 .txt_wrap {
		width: 100%;
	}
}

.works#va {
	background: url(../img/works/works-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.works-tab {
	display: flex;
}

.works-tab__item {
	text-decoration: none;
	position: relative;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: calc(100% / 4);

	/* padding-inline: 77px; */
	span {
		display: block;
	}
}

.works-tab__item:hover {
	opacity: .7;
}

.works-tab__item-main {
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: .01em;
}

.works-tab__item-sub {
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
}

.works-tab__item::before {
	position: absolute;
	content: '';
	background-color: #FFF;
	width: 1px;
	height: 100%;
}

.works-tab__item::before {
	left: 0;
}

.works-tab__item:last-child:after {
	position: absolute;
	content: '';
	background-color: #FFF;
	width: 1px;
	height: 100%;
	right: 0;
	top: 0;
}

.works-text {
	text-align: center;
	font-weight: 500;
	font-size: 15px;
	line-height: 28.58px;
	letter-spacing: .02em;
	margin-block: 70px 30px;
	margin-block: 110px 70px;
}

@media screen and (max-width: 739px) {

	.works-tab {
		flex-wrap: wrap;
		gap: 8px 21px;
	}

	.works-tab__item {
		width: calc((100% / 2) - (21px / 2));
		padding-bottom: 8px;
	}

	.works-tab__item-main {
		font-size: 16px;
		line-height: 21px;
		letter-spacing: .02em;
	}

	.works-tab__item-sub {
		font-size: 12px;
		line-height: 16px;
	}

	.works-tab__item::before {
		width: 100%;
		height: 1px;
	}

	.works-tab__item::before {
		left: 0;
		bottom: 0;
	}

	.works-tab__item:last-child:after {
		content: none;
	}

	.works-text {
		text-align: start;
		font-size: 12px;
		line-height: 23.2px;
		margin-block: 50px 10px;
		padding-inline: 18px;
	}
}

.works .w920 {
	padding-inline: 20px;

	/* @media (min-width:768px) {
		padding-inline: 0;
	} */

	@media (min-width:1100px) {
		padding-inline: 0;
	}
}

.works section {
	padding: 70px 0 !important;
}

.works-section {
	margin-bottom: 70px;
}

.works-section.mb-35 {
	margin-bottom: 35px;
}

.works-mv {
	position: relative;
}

.works-mv img {
	width: 100%;
}

.works-mv__txt {
	width: calc(100% / 2);
	background: rgba(46, 27, 17, .5);
	color: #FFF;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	line-height: 1;
	padding: 17px 0 14px 30px;
}

.works-mv__txt-main {
	display: block;
	font-family: "Inter", sans-serif;
	font-size: 34px;
	line-height: 46px;
	letter-spacing: .02em;
}

.works-mv__txt-sub {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: .02em;
}

.works-desc {
	padding-block: 35px;
}

.works-desc__title {
	width: fit-content;
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
	padding-bottom: 3px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000000;
}

.works-desc__text {
	font-weight: 500;
	font-size: 14px;
	line-height: 28px;
}

.works-flex {
	display: flex;
}

.works-flex__staff,
.works-flex__schedule {
	width: calc(100% / 2);
}

.works-flex__staff {
	background: #D1C7B0;
	padding: 50px 30px;

	.comment {
		padding-bottom: 50px;
	}
}

.works-flex .works-desc__title {
	padding-right: 26px;
}

.works-flex__schedule {
	background: #2E1B11;
	color: #FFF;
	padding: 50px 30px;
}

.works-flex__schedule .schedule {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 35px;
}

.works-flex__schedule .works-desc__title {
	border-color: #FFF;
}

.works-flex__schedule .schedule::after {
	position: absolute;
	content: '';
	width: 1px;
	height: calc(100% - 20px);
	background-color: #FFF;
	top: 10px;
	left: 61px;
	z-index: 0;
}

.works-flex__schedule .schedule-item {
	display: flex;
	align-items: flex-start;
	gap: 30px;
}

.schedule-item__num {
	position: relative;
	width: 100%;
	max-width: 47px;
	text-align: end;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: .02em;
}

.schedule-item__num::after {
	position: absolute;
	content: '';
	background: url(../img/works/circle.svg) no-repeat;
	background-position: center;
	background-size: cover;
	width: 16px;
	height: 16px;
	top: 50%;
	transform: translateY(-50%);
	right: -22px;
	z-index: 2;
}

.schedule-item__text span {
	display: block;
	font-weight: 500;
	letter-spacing: .02em;
	letter-spacing: .02em;

}

.schedule-item__text .main {
	font-size: 16px;
	line-height: 22px;
}

.schedule-item__text .sub {
	font-size: 12px;
	line-height: 17px;
	margin-top: 8px;
}

.works-note {
	text-align: end;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
}

@media screen and (max-width: 739px) {

	.works #contents .w920 {
		padding: 0 !important;
	}

	.works section {
		padding: 0 0 35px 0 !important;
	}

	.works-section {
		margin-bottom: 35px;
	}

	.works-section.mb-35 {
		margin-bottom: 12.7px;
	}

	.works-mv__txt {
		width: 100%;
		position: unset;
		transform: translateY(0);
		padding: 10px 15px 14px;
	}

	.works-mv__txt-main {
		display: inline-block;
		font-size: 26px;
		line-height: 36px;
	}

	.works-mv__txt-sub {
		font-size: 14px;
		line-height: 19px;
		margin-left: 7px;
		letter-spacing: 0;
	}

	.works-desc {
		padding-block: 35px 30px;
		padding-inline: 20px;
	}

	.works-desc__title {
		padding-bottom: 5px;
		margin-bottom: 15px;
		/* letter-spacing: .07em; */
	}

	.works-flex {
		flex-direction: column;
		gap: 30px;
		padding-inline: 20px;
	}

	.works-flex__staff,
	.works-flex__schedule {
		width: 100%;
	}

	.works-flex__staff {
		padding: 25px 23px;

		.comment {
			padding-bottom: 25px;
		}
	}

	.works-flex__schedule {
		padding: 25px 5px 25px 10px;
	}

	.schedule-item__text .sub {
		line-height: 21px;
		margin-top: 7px;
	}

	.works-note {
		text-align: start;
		padding-inline: 20px;
	}
}