/* --------------------------------------------------
トップページcss
top.css
-------------------------------------------------- */


/* -------------------------------------------------- */
/* .g-header */
/* -------------------------------------------------- */
.page-template-front-page {}
.page-template-front-page .g-header {
	background-color: transparent;
}
.page-template-front-page .g-header.narrow {
	background-color: #928C8B;
}


/* -------------------------------------------------- */
/* .front-page 基本 */
/* -------------------------------------------------- */
.front-page {
	padding: 0;
}


/* -------------------------------------------------- */
/* .page-header */
/* -------------------------------------------------- */
.front-page .page-header {}
.front-page .page-header .mv {
	height: calc(100vh - 80px);
	width: 100%;
	padding: 0;
	background-color: #9D9696;
}
.front-page .page-header .mv .video-wrap {
	width: 100%;
	height: 100%;
}
.front-page .page-header .mv .video-wrap video {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
@media (max-width: 767px) {
	.front-page .page-header .mv {
		height: 100vh;
		height: 100svh;
		box-shadow: 0 20px 20px rgba(0,0,0,0.1);
		padding: 0;
	}
	.front-page .page-header .mv .video-wrap video {
		object-fit: cover;
	}
}

/* .scroll */
.front-page .page-header .scroll {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #3F3432;
	height: 80px;
}
.front-page .page-header .scroll img {
	display: block;
	width: 48px;
	height: auto;
}
@media (max-width: 767px) {
	.front-page .page-header .scroll {
		display: none;
	}
}

/* -------------------------------------------------- */
/* section共通 */
/* -------------------------------------------------- */
.front-page section {
	padding: 140px 0;
}
.front-page section .sec-header {
	margin-bottom: 1.75em;
}
.front-page section .sec-header .en-title {
	font-size: 33px;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 0.75em;
}
.front-page section .sec-header .sec-title {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.front-page section .sec-body {}
.front-page section .sec-body p {
	line-height: 1.75;
	letter-spacing: 0.1em;
	margin-bottom: 1.75em;
}
.front-page section .sec-body > *:last-child {
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.front-page section {
		padding: 130px 0;
	}
	.front-page section .sec-header .sec-title {
		letter-spacing: 0;
	}
	.front-page section .sec-body p {
		letter-spacing: 0;
	}
}

/* -------------------------------------------------- */
/* .about-sec */
/* -------------------------------------------------- */
.front-page .about-sec {
	padding-top: 75px;
	background-image: url(../img/top/about-bg.svg);
	background-position: left calc(50% + 236px) bottom 70px;
	background-size: 520px;
	background-repeat: no-repeat;
	border-bottom: solid 1px #3F3432;
}
@media (max-width: 1199px) {
	.front-page .about-sec {
		background-position: left 85% bottom 70px;
	}
}
@media (max-width: 991px) {
	.front-page .about-sec {
		background-position: 85% 50px;
		background-size: 460px;
	}
}
@media (max-width: 767px) {
	.front-page .about-sec {
		background-position: 90% 50px;
	}
}
@media (max-width: 575px) {
	.front-page .about-sec {
		background-position: 90% 50px;
		background-size: 80%;
	}
}

/* -------------------------------------------------- */
/* .info-voice-sec */
/* -------------------------------------------------- */
.front-page .info-voice-sec {
}
.front-page .info-voice-sec .sec-header {
	margin-bottom: 2.75em;
}
.front-page .info-voice-sec .sec-body {}
.front-page .info-voice-sec .post-list {}
.front-page .info-voice-sec .post-list a {
	color: #3F3432;
}
.front-page .info-voice-sec .post-list a .thumbnail {}
.front-page .info-voice-sec .post-list a .thumbnail img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}
.front-page .info-voice-sec .post-list a .text-wrap {}
.front-page .info-voice-sec .post-list a .text-wrap p {
	letter-spacing: 0;
}
.front-page .info-voice-sec .post-list a .text-wrap .title {
	margin-bottom: 0;
}
.front-page .info-voice-sec .btn-wrap {
	margin-top: 25px;
}
@media (min-width: 768px) {
	.front-page .info-voice-sec .container {
		max-width: 970px;
	}
}
@media (min-width: 992px) {
	.front-page .info-voice-sec .post-list > .row {
		margin-left: -30px;
		margin-right: -30px;
	}
	.front-page .info-voice-sec .post-list > .row > * {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 767px) {
	.front-page .info-voice-sec .post-list > .row > *:not(:last-child) {
		margin-bottom: 40px;
	}
}

/* -------------------------------------------------- */
/* .service-sec */
/* -------------------------------------------------- */
.front-page .service-sec {
	background-color: #00030A;
	color: #FFFFFF;
	padding-bottom: 0;
}
.front-page .service-sec .sec-header {}
.front-page .service-sec .sec-header .mv-img {
	text-align: center;
}
.front-page .service-sec .sec-header .mv-img img {
	width: 850px;
	max-width: 100%;
	height: 567px;
	object-fit: cover;
}
.front-page .service-sec .sec-header .en-title {
	text-align: center;
	margin-top: -60px;
}
.front-page .service-sec .sec-header .en-title .underline {
	border-color: #FFFFFF;
}
.front-page .service-sec .sec-body {}
.front-page .service-sec .sec-body .service-list {
	margin-top: 40px;
	margin-bottom: 80px;
}
.front-page .service-sec .sec-body .service-list dl {
	text-align: center;
	margin-bottom: 30px;
}
.front-page .service-sec .sec-body .service-list dl dt {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
.front-page .service-sec .sec-body .service-list dl dd {
	font-weight: 500;
}
.front-page .service-sec .sec-body .wide-img-list {}
.front-page .service-sec .sec-body .wide-img-list .img-wrap {
	display: flex;
	flex-wrap: wrap;
}
.front-page .service-sec .sec-body .wide-img-list .img-wrap .img {
	flex-grow: 0;
	flex-shrink: 0;
}
.front-page .service-sec .sec-body .wide-img-list .img-wrap .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.front-page .service-sec .sec-body .wide-img-list .img-wrap .service-img1 {
	width: 64.9%;
}
.front-page .service-sec .sec-body .wide-img-list .img-wrap .service-img2 {
	width: 35.1%;
}
.front-page .service-sec .sec-body .wide-img-list .img-wrap .service-img3 {
	width: 35.1%;
}
.front-page .service-sec .sec-body .wide-img-list .img-wrap .service-img4 {
	width: 64.9%;
}
@media (min-width: 768px) {
	.front-page .service-sec .sec-header .container {
		max-width: 950px;
	}
	.front-page .service-sec .sec-body .container {
		max-width: 950px;
	}
}
@media (max-width: 767px) {
	.front-page .service-sec {
		padding-top: 0;
	}
	.front-page .service-sec .sec-header .container {
		max-width: 100%;
		padding: 0;
	}
	.front-page .service-sec .sec-body .service-list {
		margin-bottom: 90px;
	}
	.front-page .service-sec .sec-body .wide-img-list .img-wrap .service-img1 {
		width: 100%;
	}
	.front-page .service-sec .sec-body .wide-img-list .img-wrap .service-img2 {
		width: 50%;
		order: 1;
	}
	.front-page .service-sec .sec-body .wide-img-list .img-wrap .service-img3 {
		width: 50%;
	}
	.front-page .service-sec .sec-body .wide-img-list .img-wrap .service-img4 {
		width: 100%;
		order: 1;
	}
}
@media (max-width: 575px) {
	.front-page .service-sec .sec-header .mv-img img {
		height: 312px;
	}
}

/* -------------------------------------------------- */
/* .company-sec */
/* -------------------------------------------------- */
.front-page .company-sec {
	border-bottom: solid 1px #3F3432;
}
.front-page .company-sec .sec-header {
	margin-bottom: 80px;
}
.front-page .company-sec .sec-header .en-title {
	text-align: center;
}
.front-page .company-sec .sec-body {}
.front-page .company-sec .sec-body h3 {
	font-size: 32px;
	margin-bottom: 1.125em;
}
.front-page .company-sec .company-wrap {}
.front-page .company-sec .company-wrap .row {
	align-items: center;
}
.front-page .company-sec .company-wrap .row > * {}

.front-page .company-sec .company-wrap .company-logo {
	text-align: center;
}
.front-page .company-sec .company-wrap .company-logo img {}
@media (min-width: 768px) {
	.front-page .company-sec .container {
		max-width: 990px;
	}
	.front-page .company-sec .company-wrap .row > .logo-col {
		min-width: 387px;
	}
}
@media (max-width: 767px) {
	.front-page .company-sec .company-wrap .company-logo {
		margin-bottom: 50px;
	}
	.front-page .company-sec .company-wrap .company-logo img {
		width: 75%;
	}
}

.front-page .company-sec .company-wrap .text-wrap {}
.front-page .company-sec .company-wrap .text-wrap .en-title {
	font-size: 24px;
	margin-bottom: 0.125em;
}
.front-page .company-sec .company-wrap .text-wrap p {
	letter-spacing: 0;
	margin-bottom: 2em;
}
.front-page .company-sec .company-wrap .text-wrap .betanuki {
	font-size: 24px;
	display: block;
	width: fit-content;
	padding: 12px 24px;
	color: #FFFFFF;
	background-color: #3F3432;
	margin-bottom: 0.5em;
}
.front-page .company-sec .company-wrap .text-wrap > *:first-child {
	margin-top: 0;
}
.front-page .company-sec .company-wrap .text-wrap > *:last-child {
	margin-bottom: 0;
}
.front-page .company-sec .company-wrap .img-wrap {}
.front-page .company-sec .company-wrap .img-wrap .img {}
.front-page .company-sec .company-wrap .img-wrap .img img {}

.front-page .company-sec .company-wrap1 {
	margin-bottom:  150px;
}
.front-page .company-sec .company-wrap2 {
	margin-bottom: 150px;
}
@media (min-width: 768px) {
	.front-page .company-sec .company-wrap2 .text-col {
		max-width: 44%;
		min-width: 388px;
	}
}
@media (max-width: 767px) {
	.front-page .company-sec .company-wrap2 {
		margin-bottom: 90px;
	}
	.front-page .company-sec .company-wrap2 .text-col {
		margin-bottom: 50px;
	}
	.front-page .company-sec .company-wrap h3 {
		margin-bottom: 1em;
	}
	.front-page .company-sec .company-wrap .text-wrap .betanuki {
		font-size: 22px;
		padding: 10px 24px;
	}
	.front-page .company-sec .company-wrap .img-wrap {
		position: relative;
		left: 50%;
		transform: translateX(-50vw);
		width: 100vw;
	}
	.front-page .company-sec .company-wrap .img-wrap .img img {
		width: 100%;
	}
}

.front-page .company-sec .profile-wrap {}
.front-page .company-sec .profile-wrap h3 {
	text-align: center;
}
.front-page .company-sec .profile-wrap .profile-list {
	width: fit-content;
	margin: 0 auto;
	max-width: 100%;
	line-height: 1.75;
	margin-bottom: 50px;
}
.front-page .company-sec .profile-wrap .profile-list dl {
	display: flex;
}
.front-page .company-sec .profile-wrap .profile-list dl dt {
	flex-basis: 4.5em;
	flex-shrink: 0;
	flex-grow: 0;
	text-align: right;
	padding-right: 0.25em;
}
.front-page .company-sec .profile-wrap .profile-list dl dd {
	width: 370px;
	max-width: calc(100% - 4.5em);
	font-weight: 500;
}

.front-page .company-sec .profile-wrap .company-img-list {}
.front-page .company-sec .profile-wrap .company-img-list .img-wrap {
	display: flex;
}
.front-page .company-sec .profile-wrap .company-img-list .img-wrap .img {
	flex-grow: 1;
	flex-shrink: 1;
}
.front-page .company-sec .profile-wrap .company-img-list .img-wrap .img img {
	width: 100%;
	object-fit: cover;
}
.front-page .company-sec .profile-wrap .company-img-list .img-wrap .img:nth-child(1) {
	flex-basis: 355px;
}
.front-page .company-sec .profile-wrap .company-img-list .img-wrap .img:nth-child(1) img {
	height: 100%;
}
.front-page .company-sec .profile-wrap .company-img-list .img-wrap .img:nth-child(2) {
	flex-basis: 518px;
}
.front-page .company-sec .profile-wrap .company-img-list .img-wrap .img:nth-child(2) img {
	height: 50%;
}
@media (max-width: 767px) {
	.front-page .company-sec .profile-wrap .company-img-list .img-wrap {
		position: relative;
		left: 50%;
		transform: translateX(-50vw);
		width: 100vw;
	}
}

/* -------------------------------------------------- */
/* .contact-sec */
/* -------------------------------------------------- */
.front-page .contact-sec {}
.front-page .contact-sec .sec-header {
	margin-bottom: 130px;
}
.front-page .contact-sec .sec-header .en-title {
	text-align: center;
}
.front-page .contact-sec .btn-wrap {
	margin-bottom: 70px;
}
.front-page .contact-sec .policy {
	font-size: 12px;
	letter-spacing: 0;
}
.front-page .contact-sec .policy .accordion {
	border-top: solid 1px #3F3432;
	border-bottom: solid 1px #3F3432;
}
.front-page .contact-sec .policy .accordion .aco-head {
	position: relative;
	padding: 35px 0;
	cursor: pointer;
}
.front-page .contact-sec .policy .accordion .aco-head::after {
	content: "";
	position: absolute;
	width: 13px;
	height: 13px;
	top: 50%;
	right: 0;
	transform-origin: top right;
	transform: translateY(-25%) rotate(45deg);
	border: solid 1px #3F3432;
	border-color: transparent #3F3432 #3F3432 transparent;
	transition: border-color 0.3s, transform 0.3s;
}
.front-page .contact-sec .policy .accordion .aco-head.active::after {
	border-color: #3F3432 transparent transparent #3F3432;
	transform: translateY(25%) rotate(45deg);
}
.front-page .contact-sec .policy .accordion .aco-body {
	padding-bottom: 35px;
}
.front-page .contact-sec .policy .accordion .aco-body p {
	letter-spacing: 0;
}
.front-page .contact-sec .policy .accordion .aco-body p:last-child {
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.front-page .contact-sec .container {
		max-width: 622px;
	}
}