@charset "UTF-8";
#wrapper {
	background: #fff;
	position: relative;
	z-index: 101;
	overflow: hidden;
}
.space-anchor {
	/* transform: translateY(10px); */
}
/*==================================================================
	Keyv setting
===================================================================*/
#keyv {
	padding: 0;
	position: relative;
}
#keyv .keyv-item {
	position: relative;
	z-index: 0;
	width: 100%;
	padding: 55vh 0;
}
#keyv .keyv-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -1;
}
#keyv .keyv-item:nth-child(1) { padding-top: 0; }
#keyv .is_fixed .keyv-image,
#keyv .keyv-item:nth-child(1) .keyv-image {
	position: fixed;
}
#keyv .keyv-image img {
	height: 100%;
	object-fit: cover;
}
#keyv .keyv-cont {
	height: 100svh;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	padding: 30px;
}
#keyv .keyv-cont .txt {
	font-size: 7.6rem;
	font-size: 3.96vw;
	font-weight: 900;
	color: #fff;
	line-height: 1.3;
	transition: all 0.75s linear;
}
#keyv .keyv-item:nth-child(1) .keyv-cont {
	transform: translateY(15%);
	filter: blur(30px);
	transition: all 1s ease;
	transition-delay: 0.5s;
	opacity: 0;
}
.loaded #keyv .keyv-item:nth-child(1) .keyv-cont {
	transform: translateY(0);
	opacity: 1;
	filter: blur(0px);
}
#keyv .keyv-item:nth-child(1) .keyv-cont .txt { opacity: 1 !important; }
#keyv .keyv-blur {
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	transition: all 0.3s linear;
}
@media screen and (max-width: 767px) {
	#keyv .keyv-cont {
		padding: 15px;
		justify-content: flex-start;
	}
	#keyv .keyv-cont .txt {
		font-size: 9.2vw;
	}
}

.section {
	padding: 200px 0;
}
.section .inner-970 { position: relative; z-index: 0; }
@media screen and (max-width: 767px) {
	.section {
		padding: 60px 0;
	}
}

.sec-wrap {
	position: relative;
	z-index: 0;
}
.sec-wrap .anchor-box {
	position: absolute;
	top: 0;
	left: calc((100vw - 970px)/2 - 300px);
	z-index: 10;
	width: 230px;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}
.sec-wrap.is-start .anchor-box {
	opacity: 1;
	visibility: visible;
}
.sec-wrap .anchor-box .ttl {
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 30px;
}
.sec-wrap .anchor-box .box {
	height: 100vh;
	max-height: 670px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 70px;
	padding-bottom: 30px;
}
.sec-wrap.is-start .anchor-box .box {
	position: fixed;
	top: 0;
	left: 30px;
}
.sec-wrap.is-bottom .anchor-box .box {
	position: absolute;
	left: 0 !important;
	top: auto;
	bottom: 0;
}
.sec-wrap .anchor-box .anch-list {
	display: grid;
	grid-template-columns: auto;
	gap: 3px;
	margin: 0 0 30px;
}
.sec-wrap .anchor-box .anch-list .item {
	opacity: 0.2;
	transition: all 0.3s ease;
}
.sec-wrap .anchor-box .anch-list .item:hover {
	opacity: 0.7;
}
.sec-wrap .anchor-box .anch-list .item.is-current {
	pointer-events: none;
	opacity: 1;
}
.sec-wrap .anchor-box .anch-list .item span {
	cursor: pointer;
	display: block;
	color: #000;
	font-size: 1.5rem;
	letter-spacing: 0;
	padding-left: 10px;
	position: relative;
}
.sec-wrap .anchor-box .anch-list .item span:before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #1F469D;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.sec-wrap .anchor-box .cont .btn-item {
	display: block;
	background: #1F469D;
	color: #fff;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.05em;
	transition: all 0.3s ease;
	margin: 0 0 10px;
	text-align: center;
	padding: 4px 5px 7px;
}
.sec-wrap .anchor-box .cont .btn-item:hover {
	opacity: 0.7;
}
.sec-wrap .anchor-box .cont .btn-line {
	display: block;
	width: 146px;
	padding: 0;
	background: none;
}
.sec-wrap .anchor-box .cont .btn-bnr {
	width: 230px;
	backrgound : none;
	padding : 0;
}
.sec-wrap .anchor-box .cont .btn-tel {
	color: #4D4D4D;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.1;
}
.sec-wrap .anchor-box .cont .btn-tel .small {
	font-size: 42%;
	letter-spacing: 0;
}
.sec-wrap.is-dark .anchor-box .anch-list .item span,
.sec-wrap.is-dark .anchor-box .cont .btn-tel,
.sec-wrap.is-dark .anchor-box .ttl { color: #fff; }
.sec-wrap.is-dark .anchor-box .anch-list .item span::before,
.sec-wrap.is-dark .anchor-box .cont .btn-item {
	background: #fff;
	color: #1F469D;
}
@media screen and (max-height: 600px) {
	.sec-wrap .anchor-box .box {
		padding-top: 15px;
	}
}
@media screen and (max-width: 1440px) {
	.sec-wrap .section { padding-left: 300px; }
	.sec-wrap .anchor-box {
		left: 30px;
	}
}
@media screen and (max-width: 1200px) {
	.sec-wrap .anchor-box { display: none; }
	.sec-wrap .section { padding-left: 0; }
}

.js-title { padding: 0 0 1px; }
.sec-title {
	background: rgba(255,255,255,0.7);
	text-align: left;
	/* margin-top: -15px; */
	padding: 10px 0;
	position: relative;
	z-index: 10;
}
.bg-gray .sec-title {
	background: rgba(247,247,247,1);
}
.bg-blue .sec-title {
	background: rgba(31,70,157,0.7);
}
.is-fixed .sec-title {
	position: fixed;
	top: 0;
	right: 0;
}
.is-absolute .sec-title {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0 !important;
	margin-bottom: 0;
}
.sec-service {
	padding-bottom: 0;
	overflow: hidden;
}
.sec-service .buttons {
	text-align: center;
	margin-top: 68px;
}
.service-text {
	max-width: 784px;
	margin-bottom: 111px;
}
.service-text .block + .block {
	margin-top: 93px;
}
.service-text .ttl {
	font-size: 2.5rem;
	letter-spacing: 0;
	line-height: 1.8;
	margin: 0 0 10px;
}
.service-text .txt {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 2.5;
}
.galleries {
	background: #fff;
	text-align: center;
	position: relative;
	z-index: 0;
}
.galleries:before {
	content: "";
	background: #f7f7f7;
	position: absolute;
	width: 100%;
	height: 80px;
	top: 0;
	left: 0;
	z-index: -1;
}
.galleries .item {
	width: 300px;
	margin: 0 30px;
}
.service-wrap {
	position: relative;
	z-index: 0;
}
.service-wrap:after {
	content: "";
	top: 100%;
	height: 50%;
	left: 0;
	right: 0;
	z-index: -1;
	background: #fff;
	position: absolute;
}
.gallery-wrap {
	padding: 15px 0;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.slide-start .gallery-wrap {
	background: #f7f7f7;
	position: fixed;
	bottom: 0;
	z-index: 0;
	left: 0;
	right: 0;
	opacity: 1;
}
.slide-end .gallery-wrap {
	background: none;
	position: absolute;
}
@media screen and (max-width: 1440px) {
	.galleries {
		width: calc(100% + 300px);
		margin-left: -300px;
	}
	.galleries .buttons { padding-left: 300px; }
}
@media screen and (max-width: 1200px) {
	.galleries {
		margin-left: 0;
	}
}
@media screen and (max-width: 767px) {
	.service-text { margin-bottom: 30px; }
	.service-text .ttl {
		font-size: 2.1rem;
	}
	.service-text .txt {
		font-size: 1.44rem;
		line-height: 2.2;
	}
	.service-text .block + .block {
		margin-top: 40px;
	}	
	.galleries .item {
		width: 220px;
		margin: 0 10px;
	}
	.galleries .buttons {
		margin-top: 40px;
		padding: 0;
	}
	.gallery-wrap {
		padding-bottom: 80px;
	}
	.sec-service .buttons {
		margin-top: -40px;
	}
}

.sec-recruit .buttons {
	margin-top: 68px;
	text-align: center;
}
.recruit-box .item {
	position: relative;
	padding: 0 15px;
	z-index: 0;
}
.recruit-box {
	width: 1220px;
	padding: 0 70px;
}
.recruit-box .slick-arrow {
	cursor: pointer;
	background: none;
	border: none;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}
.recruit-box .slick-prev {
	left: -65px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	transform: translateY(-50%) rotate(-45deg);
}
.recruit-box .slick-next {
	right: -65px;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 1440px) {
	.recruit-box {
		width: 100%;
		padding: 0 35px;
	}
	.recruit-box .slick-prev {
		left: -25px;
	}
	.recruit-box .slick-next {
		right: -25px;
	}
}
@media screen and (max-width: 767px) {
	.sec-recruit .buttons {
		margin-top: 35px;
	}
	.recruit-box {
		width: 100%;
		padding: 0 5px;
	}
	.recruit-box .slick-arrow {
		width: 20px;
		height: 20px;
	}
	.recruit-box .slick-prev {
		left: -7px;
	}
	.recruit-box .slick-next {
		right: -7px;
	}
}

.staff-content .img {
	width: 100%;
	max-width: 424px;
	margin: 0 auto 90px;
}
.staff-content .txt {
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 2.5;
}
.staff-slider {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.staff-slider .slick-arrow {
	display: block;
	cursor: pointer;
	border: none;
	background: none;
	text-indent: -99999px;
	width: 20px;
	height: 20px;
	transition: all 0.3s ease;
	position: relative;
	z-index: 0;
}
.staff-slider .slick-arrow:before {
	content: "";
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	position: absolute;
}
.staff-slider .slick-arrow:hover {
	opacity: 0.7;
}
.staff-slider .slick-prev { order: 2; }
.staff-slider .slick-prev:before {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(-45deg);
	order: 2;
}
.staff-slider .slick-next { order: 4; }
.staff-slider .slick-next:before {
	left: auto;
	right: 0;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	order: 4;
}
.staff-slider .slick-dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: calc(100% - 50px);
	margin-top: -5px;
	order: 3;
}
.staff-slider .slick-dots button { display: none; }
.staff-slider .slick-dots li {
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0);
	width: 20px;
	height: 20px;
	margin: 5px;
	position: relative;
	transition: all 0.3s ease;
}
.staff-slider .slick-dots li.slick-active {
	border-color: #fff;
	pointer-events: none;
}
.staff-slider .slick-dots li:hover {
	border-color: rgba(255,255,255,0.5);
}
.staff-slider .slick-dots li:before {
	content: "";
	background: #fff;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.staff-slider .slick-list {
	width: 100%;
	margin-bottom: 70px;
}
.staff-slider .is_soon {
	height: 700px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.staff-slider .is_soon {
		height: 300px;
	}
	.staff-slider .item {
		padding: 0;
	}
	.staff-content .img { margin-bottom: 15px; }
	.staff-content .txt {
		font-size: 1.44rem;
		letter-spacing: 0;
		line-height: 2;
	}
	.staff-slider .slick-list {
		margin-bottom: 20px;
	}
	.staff-slider .slick-arrow:before {
		width: 14px;
		height: 14px;
	}
	.staff-slider .slick-dots {
		margin-top: -3px;
	}
	.staff-slider .slick-dots li {
		width: 14px;
		height: 14px;
		margin: 3px;
	}
	.staff-slider .slick-dots li::before { margin: 0; }
}

.sec-philosophy .sec-text {
	width: 1200px;
}
.philosophy-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 0;
	margin-top: 120px;
}
.philosophy-list .item {
	width: 40%;
	max-width: 326px;
}
.philosophy-list .item .img {
	margin: 0 0 25px;
}
.philosophy-list .item .cont {
	display: grid;
	grid-template-columns: auto 76px;
	gap: 15px;
}
.philosophy-list .item .cont .name {
	font-size: 1.7rem;
	letter-spacing: 0;
	line-height: 2;
}
.philosophy-list .item .cont .name .large {
	display: inline-block;
	margin-left: 10px;
	font-size: 123%;
	line-height: 1;
}
.philosophy-list .item .cont .page-more {
	cursor: pointer;
	font-size: 1rem;
	color: #aaa;
	padding-right: 25px;
}
.philosophy-list .item .cont .page-more:before {
	border-color: #aaa;
}
.philosophy-list .icon_plus {
	position: absolute;
	width: 15%;
	top: 50%;
	left: 50%;
	padding-top: 15%;
	transform: translate(-50%,-50%) rotate(45deg);
}
.philosophy-list .icon_plus:before {
	content: "";
	background: #000;
	width: 1px;
	height: 100%;
	left: 49.5%;
	top: 0;
	position: absolute;
}
.philosophy-list .icon_plus:after {
	content: "";
	background: #000;
	height: 1px;
	width: 100%;
	top: 49.5%;
	left: 0;
	position: absolute;
}
.md-philosophy .box {
	display: grid;
	grid-template-columns: 46.5% auto;
	gap: 40px;
	align-items: flex-end;
}
.md-philosophy .box .cont .name {
	font-size: 2rem;
	letter-spacing: 0;
	line-height: 2;
	margin: 0 0 30px;
}
.md-philosophy .box .cont .name .large {
	display: inline-block;
	margin-left: 20px;
	font-size: 150%;
	line-height: 1.3;
}
.md-philosophy .box .cont .txt {
	font-size: 1.7rem;
	letter-spacing: 0;
	line-height: 2;
}
@media screen and (max-width: 1440px) {
	.sec-philosophy .sec-text {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.sec-philosophy .sec-text {
		width: 100%;
	}
	.philosophy-list {
		justify-content: center;
		width: 100%;
		max-width: 400px;
		margin: 40px auto 0;
	}
	.philosophy-list .item {
		width: 100%;
		max-width: unset;
	}
	.philosophy-list .icon_plus {
		margin: 30px 0;
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0,0) rotate(45deg);
	}
	.philosophy-list .item .img {
		margin: 0 0 5px;
	}
	.philosophy-list .item .cont {
		grid-template-columns: auto;
		gap: 0;
	}
	.philosophy-list .icon_plus {
		width: 10%;
		padding-top: 10%;
	}
	.philosophy-list .item .cont .name {
		font-size: 1.44rem;
	}
	.md-philosophy .box {
		grid-template-columns: auto;
		gap: 15px;
	}
	.md-philosophy .box .cont .name {
		font-size: 1.44rem;
		margin: 0 0 15px;
	}
	.md-philosophy .box .cont .txt {
		font-size: 1.44rem;
		line-height: 1.7;
	}
}

.result-block + .result-block {
	margin-top: 100px;
}
.result-block .ttl {
	border-bottom: 1px solid #000;
	padding: 0 0 10px;
	margin: 0 0 5px;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.8;
}
.result-block .ttl .capt {
	font-size: 72%;
	font-weight: 400;
	display: inline-block;
	margin-left: 15px;
}
.result-block .list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}
.result-block .txt {
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 2.2;
	text-indent: -1.1em;
	padding-left: 1.1em;
}
@media screen and (max-width: 767px) {
	.result-block + .result-block {
		margin-top: 35px;
	}
	.result-block .ttl {
		font-size: 1.9rem;
	}
	.result-block .list {
		grid-template-columns: auto;
		gap: 0;
	}
	.result-block .txt {
		font-size: 1.4rem;
		line-height: 2;
	}
}

.award-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 45px 21px;
}
.award-list .img {
	margin: 0 0 15px;
}
.award-list .ttl {
	font-size: 1.7rem;
	letter-spacing: 0;
	line-height: 1.5;
	margin: 0 0 5px;
}
.award-list .sub {
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	.award-list {
		grid-template-columns: auto;
		gap: 30px 15px;
	}
	.award-list .ttl {
		font-size: 1.44rem;
		letter-spacing: -0.02em;
	}
	.award-list .sub { font-size: 1.2rem; }
}

/* .sec-about */
.sec-about {
	padding-bottom: 100px;
}
.sec-about .btn-modal {
	cursor: pointer;
	text-decoration: underline;
	display: inline-block;
	transition: all 0.3s ease;
}
.sec-about .btn-modal:hover {
	text-decoration: none;
	opacity: 0.7;
}
.sec-about .txt-indent {
	display: block;
	padding-left: 20px;
}
.sec-about .box-txt {
	display: flex;
	flex-wrap: wrap;
	gap: 80px;
}
.about-image {
	margin: 0 0 80px;
	position: relative;
	padding-top: 69.8%;
}
.about-image iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.sec-about .buttons {
	text-align: center;
}

.d-table {
    font-size: 1.7rem;
    margin-bottom: 120px;
    width: 100%;
}
.d-table th {
	background-color: rgba(31, 70, 157, 0.05);
	border-top: 15px solid #FFF;
	padding: 20px 15px;
	vertical-align: middle;
	width: 280px;
	text-align: center;
}
.d-table td {
    border-top: 15px solid #FFF;
    padding: 20px 15px 20px 45px;
    vertical-align: top;
}
.d-table p + p {
    margin-top: 30px;
}
.d-btns {
    text-align: center;
}
.d-btns .btn-back {border: 1px solid #1F469D;
    background-color: #FFF;
    color: #1F469D;
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.sec-about {
		padding-bottom: 40px;
	}
	.sec-about .box-txt {
		gap: 25px;
	}
	.about-image {
		margin: 0 0 40px;
	}
	.d-table {
		font-size: 1.44rem;
		margin-bottom: 40px;
	}
    .d-table th, .d-table td {
		padding: 10px;
		font-size: 1.44rem;
		letter-spacing: -0.02em;
	}
	.d-table th {
		border-top-width: 10px;
		width: 100px;
		padding: 10px 3px;
	}
}

.sec-buttons {
	padding: 100px 0;
}
.button-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 33px;
	margin: auto;
	width: 100%;
	max-width: 861px;
}
.button-list a {
	display: block;
	transition: all 0.3s ease;
}
.button-list a:hover {
	opacity: 0.5;
}
@media screen and (max-width: 767px) {
	.sec-buttons {
		padding: 40px 0;
	}
	.button-list {
		grid-template-columns: 1fr 1fr;
		gap: 16px;
	}
}

.sec-wrap .anchor-box .cont .btn-item span {
	color : #000;
	font-size:14px;
	display: block;
	margin-bottom: 5px;
}