/*=======================
基本設定
=======================*/

/*=======================
共通パーツ
=======================*/

body {
	color: black;
	counter-reset: number 0;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
	letter-spacing: normal;
}

body.is-fixed {
	overflow: clip;
}

html.is-loading body {
	overflow: hidden;
}

html.is-loading body::before {
	content: "";
	position: fixed;
	z-index: 9999;
}

html.is-loading body::before {
	background: #ffffff;
	inset: 0;
}

h.title-jp,
p.title-en {
	margin: 0;
}

.inner {
	margin: 0 auto;
	max-width: 1000px;
}

.secTitle .title-en {
	color: #c53026;
	display: block;
	font-family: "Cormorant Garamond", serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.15em;
}

.secTitle .title-jp {
	display: block;
	font-family: "Noto Serif JP", sans-serif;
	font-size: 32px;
	letter-spacing: 0.14em;
	margin-top: 14px;
}

.secTitle.-center {
	text-align: center;
}

.secTitle.-white .title-en {
	color: #ffffff;
}

.secTitle.-white .title-jp {
	color: #ffffff;
}

.btn {
	align-items: center;
	background: #c53026;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	height: 56px;
	justify-content: center;
	letter-spacing: 0.08em;
	margin: 0 auto;
	transition: all 0.3s ease;
	width: 250px;
}

br.is-pc {
	display: inline;
}

br.is-sp {
	display: none;
}

span.is-pc {
	display: inline;
}

span.is-sp {
	display: none;
}

.-hover {
	position: relative;
}

.-hover::before {
	background: #ffffff;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s ease;
	width: 100%;
}

img {
	display: block;
	height: auto;
	width: 100%;
}

.title-wrapper {
	display: flex;
	justify-content: space-between;
}

.link {
	font-family: "Cormorant Garamond", serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.13em;
	position: relative;
}

.link::before {
	border: 1px solid;
	border-radius: 24px;
	box-sizing: border-box;
	content: "";
	height: 48px;
	left: -30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	width: 48px;
}

.link::after {
	content: "";
	height: 4px;
	position: absolute;
	right: -58px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
}

.link.-red {
	color: #c53026;
}

.link.-red::before {
	border-color: #c53026;
}

.link.-red::after {
	background: url(../img/link-arrow-red.svg) no-repeat center center/cover;
}

.link.-white {
	color: #ffffff;
}

.link.-white::before {
	border-color: #ffffff;
}

.link.-white::after {
	background: url(../img/link-arrow-white.svg) no-repeat center center/cover;
}

.bg-grey {
	background-color: #f7f7f7;
}

.sec-container {
	margin: 0 auto;
	max-width: 1440px;
	position: relative;
}

.page-wrapper.-pageLow .page-head {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 330px;
	overflow-x: hidden;
	position: relative;
}

.page-wrapper.-pageLow .page-title {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.page-wrapper.-pageLow .page-title .title-jp {
	color: #ffffff;
	font-family: "Noto Serif JP", sans-serif;
	font-size: 40px;
	letter-spacing: 0.16em;
	line-height: 0.975;
	width: -moz-max-content;
	width: max-content;
	z-index: 1;
}

.page-wrapper.-pageLow .page-title .title-en {
	color: rgba(255, 255, 255, 0.15);
	font-family: "Cormorant Garamond", serif;
	font-size: 137px;
	letter-spacing: 0.16em;
	line-height: 1.4087591241;
	text-align: center;
}

.page-wrapper.-pageLow .page-title .title-jp,
.page-wrapper.-pageLow .page-title .title-en {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.breadcrumb {
	margin-top: 32px;
}

.breadcrumb-items {
	align-items: center;
	display: flex;
	gap: 0 45px;
}

.breadcrumb-item {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.breadcrumb-item.-link {
	color: #222222;
	position: relative;
	transition: all 0.3s ease;
}

.breadcrumb-item.-link::after {
	background: #222222;
	content: "";
	height: 1px;
	position: absolute;
	right: -37px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
}

.breadcrumb-item.-current {
	color: #c53026;
}

.low-sec {
	padding: 65px 0;
}

.low-contents {
	margin-top: 59px;
}

.low-content {
	margin-bottom: 41px;
}

.low-content:last-of-type {
	margin-bottom: 0;
}

.low-content-head {
	border-bottom: 1px solid #707070;
	padding-bottom: 7px;
}

.low-content-title {
	font-family: "Noto Serif JP", sans-serif;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.6;
	padding-left: 14px;
	position: relative;
	width: 102%;
}

.low-content-title::before {
	background: #c53026;
	content: "";
	height: 60%;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
}

.low-content-title.-noPadding {
	padding-left: 0;
}

.low-content-body {
	margin-top: 12px;
}

.low-content-txt {
	font-size: 14px;
	letter-spacing: 0.04em;
	line-height: 2.5714285714;
}

.low-box {
	align-items: center;
	display: grid;
	gap: 0 50px;
	grid-template-columns: 1fr 571px;
	margin-top: 32px;
}

.low-box-img {
	position: relative;
}

.low-box-img img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.low-box-info-title {
	display: inline-block;
	font-size: 20px;
	letter-spacing: 0.04em;
	margin: 7px 0 11px;
	padding: 0 48px;
	position: relative;
}

.low-box-info-title::before,
.low-box-info-title::after {
	background: #222222;
	content: "";
	height: 1px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 29px;
}

.low-box-info-title::before {
	left: 0;
}

.low-box-info-title::after {
	right: 0;
}

.low-box-items {
	padding-top: 11px;
}

.low-box-item {
	font-family: "Noto Serif JP", sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.7;
	margin-bottom: 15px;
	padding-left: 20px;
	position: relative;
}

.low-box-item:last-of-type {
	margin-bottom: 0;
}

.low-box-item::before {
	background: #c53026;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	top: 12px;
	width: 10px;
}

.low-definition {
	margin-top: 58px;
}

.low-definition dl {
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	display: flex;
}

.low-definition dl:first-of-type {
	border-top: 1px solid #707070;
}

.low-definition dl:last-of-type {
	border-bottom: 1px solid #707070;
}

.low-definition dl:last-of-type dt,
.low-definition dl:last-of-type dd {
	border-bottom: none;
}

.low-definition dt,
.low-definition dd {
	align-items: center;
	display: flex;
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 1.875;
	padding: 15px 30px;
	word-break: break-all;
}

.low-definition dt {
	background: #c53026;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	justify-content: center;
	width: 270px;
}

.low-definition dd {
	border-bottom: 1px solid #707070;
	width: calc(100% - 270px);
}

.low-definition dd.-flexDirection {
	align-items: initial;
	flex-direction: column;
}

.low-definition dd a {
	color: #222222;
}

/*=======================
ヘッダー
=======================*/

.header {
	background: #fff1f0;
	display: flex;
	height: 71px;
	justify-content: space-between;
	position: relative;
	width: 100%;
	z-index: 30;
}

.header-logo {
	align-items: center;
	background: #ffffff;
	display: flex;
	height: 125px;
	justify-content: center;
	left: 0;
	padding-bottom: 3px;
	padding-left: 6px;
	position: absolute;
	top: 0;
	width: 267px;
}

.header-logo img {
	height: 48px;
	width: 217px;
}

.header-container {
	height: 71px;
	margin-left: auto;
}

.header-nav {
	height: 100%;
}

.header-nav-items {
	display: flex;
	gap: 0 29px;
	height: 100%;
}

.header-nav-item {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: center;
}

.header-nav-item:last-of-type {
	margin-left: 20px;
}

.header-nav-item-link {
	color: #222222;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
	transition: all 0.3s ease;
}

.header-nav-btn {
	align-items: center;
	background: #c53026;
	color: #ffffff;
	display: flex;
	gap: 0 5px;
	height: 100%;
	justify-content: center;
	width: 178px;
}

.header-nav-btn img {
	height: 12px;
	margin-top: 3px;
	width: 16px;
}

.drawer {
	display: none;
}

.drawer-icon {
	display: none;
}

/*=======================
TOP / FV
=======================*/

.fv {
	position: relative;
}

.fv::before {
	background: #fff1f0;
	content: "";
	height: 367px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.fv-container {
	display: flex;
	width: 100%;
}

.fv-scroll {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	width: 72px;
}

.fv-scroll-txt {
	display: block;
	font-family: "Inter", sans-serif;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1.4;
	margin: 0 auto;
	writing-mode: vertical-lr;
}

.fv-scroll-line {
	background: #111;
	display: block;
	height: 110px;
	margin: 11px auto 0;
	position: relative;
	width: 1px;
}

.fv-scroll-line::before {
	animation-delay: 0s;
	animation-direction: normal;
	animation-duration: 2s;
	animation-fill-mode: none;
	animation-iteration-count: infinite;
	animation-name: sdb;
	animation-play-state: running;
	animation-timing-function: ease;
	background: #c53026;
	border-radius: 50%;
	content: "";
	display: block;
	height: 8px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 8px;
}

.fv-movie {
	display: block;
	position: relative;
	width: calc(100% - 72px);
}

.fv-movie-container {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.fv-movie-container::before,
.fv-movie-container::after {
	content: "";
	position: absolute;
}

.fv-movie-container::before {
	background: url(../img/movie-mask-pc.png) no-repeat center center/cover;
	height: 99.6%;
	left: -6.7rem;
	top: 0;
	width: 59%;
}

.fv-movie-container video {
	width: 100%;
}

.fv-content {
	color: #ffffff;
	left: 12.8rem;
	padding: 15px 20px 0;
	position: absolute;
	top: 49%;
	transform: translateY(-50%);
}

.fv-copy {
	font-family: "Noto Serif JP", sans-serif;
	font-size: 46px;
	letter-spacing: 0.11em;
	line-height: 1.4347826087;
	position: relative;
}

.fv-copy::after {
	background: #ffffff;
	bottom: -34px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 45px;
}

.fv-copy-deco {
	position: relative;
}

.fv-copy-deco::after {
	background: #c53026;
	bottom: 0;
	content: "";
	height: 13px;
	left: 0;
	position: absolute;
	width: 336px;
	z-index: -1;
}

.fv-txt-jp {
	font-size: 18px;
	letter-spacing: 0.04em;
	line-height: 1.8888888889;
	margin-top: 60px;
}

.fv-txt-en {
	font-family: "Inter", sans-serif;
	font-size: 12px;
	letter-spacing: 0.08em;
	line-height: 2.0833333333;
	margin-top: 20px;
}

.loop-items {
	display: flex;
	gap: 50px;
	margin-top: 30px;
	overflow: hidden;
}

.loop-item {
	animation: loop-slide 40s infinite linear 1s both;
}

.loop-item-txt {
	display: inline-block;
	font-family: "Cormorant Garamond", serif;
	font-size: 123px;
	letter-spacing: 0.15em;
	white-space: nowrap;
}

/*=======================
TOP / お知らせ
=======================*/

section#news {
	padding-top: 96px;
}

.news-items {
	margin-top: 23px;
}

.news-item {
	align-items: center;
	border-bottom: 1px solid #eee;
	display: flex;
	min-height: 68px;
	padding: 18px 20px;
}

.news-item-link {
	align-items: center;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	gap: 0 19px;
	transition: all 0.3s ease;
	width: -moz-fit-content;
	width: fit-content;
}

.news-item-date {
	color: #c53026;
	letter-spacing: 0.08em;
}

.news-item-link-title {
	color: #222222;
	letter-spacing: 0.04em;
	line-height: 2.2142857143;
}

/*=======================
TOP / 公式動画
=======================*/

section#movie {
	padding-top: 96px;
}

.movie-wrapper {
	margin-top: 55px;
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}

.movie-wrapper iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/*=======================
TOP / ABOUT
=======================*/

section#about {
	margin: 0 auto;
	max-width: 1440px;
	padding: 132px 0 150px;
	padding-right: 2%;
	position: relative;
}

section#about::before {
	background: #f7f7f7;
	bottom: 0;
	content: "";
	display: flex;
	flex-direction: column;
	height: 415px;
	justify-content: flex-end;
	left: 0;
	max-width: 1343px;
	position: absolute;
	width: 98%;
	z-index: -1;
}

section#about .bg-txt {
	bottom: -2px;
	color: #ffffff;
	display: inline-block;
	font-family: "Cormorant Garamond", serif;
	font-size: 95px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 0.7;
	position: absolute;
	right: 110px;
	text-align: right;
	z-index: -1;
}

.about-container {
	display: grid;
	gap: 0 85px;
	grid-template-columns: 1fr 515px;
	max-width: 1220px;
}

.about-img {
	height: 530px;
	overflow: hidden;
	position: relative;
}

.about-img img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.about-title {
	color: #c53026;
	font-family: "Cormorant Garamond", serif;
	font-size: 46px;
	letter-spacing: 0.15em;
	position: relative;
}

.about-title::after {
	background: #c53026;
	bottom: -29px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 24px;
}

.about-lead {
	font-family: "Noto Serif JP", sans-serif;
	font-size: 30px;
	letter-spacing: 0.04em;
	line-height: 1.8333333333;
	margin-top: 52px;
}

.about-txt {
	font-size: 14px;
	letter-spacing: 0.04em;
	line-height: 2.5714285714;
	margin-top: 16px;
}

/*=======================
TOP / 事業内容
=======================*/

section#service {
	padding: 133px 0 150px;
}

.service-items {
	margin: 55px auto 0;
	max-width: 1440px;
	overflow-x: hidden;
}

.service-item {
	margin-bottom: 58px;
	position: relative;
}

.service-item::before {
	color: rgba(181, 155, 94, 0.4);
	content: "Service " counter(number, decimal-leading-zero);
	counter-increment: number 1;
	font-family: "Cormorant Garamond", serif;
	font-size: 70px;
	height: -moz-max-content;
	height: max-content;
	letter-spacing: 0.04em;
	line-height: 0.75;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	writing-mode: vertical-lr;
}

.service-item:nth-of-type(odd)::before {
	left: 14px;
}

.service-item:nth-of-type(even)::before {
	right: 17px;
}

.service-item:nth-of-type(even) .service-item-container {
	grid-template-columns: 520px 1fr;
}

.service-item:nth-of-type(even) .service-item-container .service-item-img {
	order: 2;
}

.service-item:nth-of-type(even) .service-item-container .service-item-content {
	order: 1;
}

.service-item:last-of-type {
	margin-bottom: 0;
}

.service-item-container {
	align-items: center;
	display: grid;
	gap: 0 70px;
	grid-template-columns: 1fr 520px;
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
}

.service-item-img {
	height: 300px;
	overflow: hidden;
	position: relative;
}

.service-item-img img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.service-item-content {
	padding-top: 4px;
}

.service-item-title {
	border-bottom: 1px solid #707070;
	padding-bottom: 8px;
}

.service-item-title .title-en {
	color: #c53026;
	display: block;
	font-family: "Cormorant Garamond", serif;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.service-item-title .title-jp {
	display: block;
	font-family: "Noto Serif JP", sans-serif;
	font-size: 25px;
	letter-spacing: 0.08em;
	line-height: 1.6;
	margin-top: 14px;
}

.service-item-txt {
	font-size: 14px;
	letter-spacing: 0.04em;
	line-height: 2.5714285714;
	margin-top: 11px;
}

/*=======================
TOP / 会社概要
=======================*/

section#company .link-wrapper {
	margin-right: 55px;
	margin-top: 24px;
}

section#company .link-wrapper.is-pc {
	display: block;
}

section#company .link-wrapper.is-sp {
	display: none;
}

section#company .sec-container {
	padding: 115px 0 126px;
}

section#company .inner {
	position: relative;
	z-index: 1;
}

.company-content {
	display: grid;
	gap: 0 75px;
	grid-template-columns: 423px 1fr;
	margin-top: 57px;
}

.company-img {
	height: 248px;
	overflow: hidden;
	position: relative;
}

.company-img img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.company-info {
	margin-top: 0.3rem;
}

.company-info dl {
	border-bottom: 1px solid #e5e3d9;
	display: flex;
	padding: 15px 6px;
}

.company-info dt,
.company-info dd {
	font-size: 14px;
	letter-spacing: 0.04em;
	line-height: 1.5714285714;
}

.company-info dt {
	font-weight: bold;
	width: 92px;
}

.company-info dd {
	width: calc(100% - 92px);
}

.company-map {
	margin-top: 50px;
	padding-top: 23.4%;
	position: relative;
	width: 100%;
}

.company-map iframe {
	border: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/*=======================
TOP / 採用情報はこちら
=======================*/

section#recruit {
	padding: 123px 0 130px;
}

.recruit-banner {
	display: flex;
	height: 305px;
}

.recruit-content {
	align-items: center;
	background: url(../img/recruit-banner-pc.png) no-repeat center center/cover;
	display: flex;
	padding: 0 51px;
	width: calc(100% - 327px);
}

.recruit-title {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	font-weight: 500;
	margin-top: 3px;
	padding-bottom: 27px;
	width: 100%;
}

.recruit-title .title-en {
	display: block;
	font-family: "Cormorant Garamond", serif;
	font-size: 17px;
	letter-spacing: 0.12em;
}

.recruit-title .title-jp {
	display: block;
	font-family: "Noto Serif JP", sans-serif;
	font-size: 30px;
	letter-spacing: 0.06em;
	margin-top: 20px;
}

.recruit-btn {
	align-items: center;
	background: url(../img/recruit-btn-bg-pc.svg) no-repeat center center/cover;
	display: flex;
	justify-content: center;
	padding-right: 26px;
	width: 327px;
}

/*=======================
TOP / よくあるご質問
=======================*/

section#faq {
	padding: 104px 0 219px;
	position: relative;
}

section#faq::before {
	background: #f7f7f7;
	content: "";
	height: 88%;
	position: absolute;
	right: 0;
	top: 0;
	width: 93%;
}

section#faq .inner {
	position: relative;
}

.faq-items {
	margin-top: 38px;
}

.faq-item {
	margin-bottom: 20px;
}

.faq-item:last-of-type {
	margin-bottom: 0;
}

.faq-question {
	align-items: center;
	background: #222222;
	cursor: pointer;
	display: flex;
	min-height: 86px;
	padding: 25px 24px 24px 29px;
}

.faq-question-container {
	display: flex;
	width: 100%;
}

.faq-item-deco {
	color: #ffffff;
	display: flex;
	font-family: "Inter", sans-serif;
	font-size: 23px;
	font-weight: 500;
	letter-spacing: 0.08em;
	margin-right: 14px;
	width: 27px;
}

.faq-item-deco.-red {
	color: #c53026;
}

.faq-item-txt {
	width: calc(100% - 27px - 14px - 25px);
}

.faq-item-txt.-question {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.4375;
}

.faq-item-txt.-answer {
	font-size: 14px;
	letter-spacing: 0.04em;
	line-height: 2.1428571429;
}

.faq-item-txt span {
	display: block;
	margin-bottom: 20px;
}

.faq-item-txt span:last-of-type {
	margin-bottom: 0;
}

.faq-bars {
	height: 23px;
	position: relative;
	width: 23px;
}

.faq-bars.is-open .faq-bar.bar02 {
	transform: translate(-50%, -50%) rotate(90deg);
}

.faq-bar {
	background: #ffffff;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.faq-bar.bar01 {
	height: 2px;
	width: 23px;
}

.faq-bar.bar02 {
	height: 23px;
	transition: all 0.3s ease;
	width: 2px;
}

.faq-answer {
	border: 1px solid #222222;
	display: none;
	padding: 21px 28px 25px;
}

.faq-answer .faq-item-deco {
	margin-top: 7px;
}

.faq-answer-container {
	display: flex;
}

/*=======================
TOP / お問い合わせ
=======================*/

section#cta {
	background: url(../img/cta-bg-pc.svg) no-repeat center center/cover;
	min-height: 491px;
	padding: 111px 0 109px;
	position: relative;
}

section#cta::before,
section#cta::after {
	background: #ffffff;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

section#cta::before {
	top: 9px;
}

section#cta::after {
	bottom: 8px;
}

section#cta .inner {
	align-items: center;
	display: flex;
	justify-content: center;
}

.cta-txt {
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 2;
	margin-top: 34px;
	text-align: center;
}

.cta-btn-wrapper {
	display: flex;
	gap: 0 30px;
	justify-content: center;
	margin-top: 46px;
}

.cta-btn {
	align-items: center;
	border: 1px solid #ffffff;
	color: #ffffff;
	display: flex;
	font-size: 15px;
	gap: 0 5px;
	height: 75px;
	justify-content: center;
	letter-spacing: 0.04em;
	position: relative;
	transition: all 0.3s ease;
	width: 340px;
}

.cta-btn::after {
	background: url(../img/arrow-right-white.svg) no-repeat center center/cover;
	content: "";
	height: 8px;
	position: absolute;
	right: 45px;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
}

.cta-img.-line {
	height: 20px;
	width: 21px;
}

.cta-img.-mail {
	height: 14px;
	margin-top: 3px;
	width: 18px;
}

/*=======================
フッター
=======================*/

.footer {
	background: url(../img/footer-bg-pc.png) no-repeat center center/cover;
	height: 488px;
	padding: 116px 0;
	position: relative;
}

.scroll-top {
	display: block;
	height: 51px;
	position: absolute;
	right: 25px;
	top: 30px;
	transition: all 0.3s ease;
	width: 51px;
}

.scroll-top img {
	height: auto;
	width: 100%;
}

.footer-logo {
	height: 54px;
	margin: 0 auto;
	width: 250px;
}

.footer-nav {
	margin-top: 57px;
}

.footer-nav-items {
	align-items: center;
	display: flex;
	gap: 0 30px;
	justify-content: center;
}

.footer-nav-item-link {
	color: #ffffff;
	text-align: center;
	transition: all 0.3s ease;
}

.footer-nav-item-link .link-jp {
	display: block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.footer-nav-item-link .link-en {
	display: block;
	font-family: "Inter", sans-serif;
	font-size: 10px;
	letter-spacing: 0.1em;
	margin-top: 13px;
}

.copyright {
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 0.08em;
	margin-top: 84px;
	text-align: center;
}

.float {
	background: #ffffff;
	border-radius: 50%;
	bottom: 30px;
	position: fixed;
	right: 25px;
	z-index: 10;
}

.float img {
	height: 15px;
	margin: 0 auto 10px;
	width: 19px;
}

.float-link {
	background: url(../img/icon-float.svg) no-repeat center center/cover;
	border-radius: 50%;
	color: #ffffff;
	display: block;
	font-family: "Noto Serif JP", sans-serif;
	font-size: 16px;
	height: 130px;
	letter-spacing: 0.06em;
	line-height: 1.4375;
	padding-top: 28px;
	text-align: center;
	transition: all 0.3s ease;
	width: 130px;
}

/*=======================
下層 / 会社概要
=======================*/

.page-wrapper.-pageCompany .page-head {
	background-image: url(../img/head-company-pc.png);
}

section#origin {
	padding: 54px 0 65px;
}

.origin-content {
	align-items: center;
	display: grid;
	gap: 0 50px;
	grid-template-columns: 1fr 584px;
	margin-top: 59px;
}

.origin-img {
	align-items: center;
	border: 1px solid #d8d8d8;
	display: flex;
	height: 434px;
	justify-content: center;
	position: relative;
	width: 366px;
}

.origin-img img {
	height: 229px;
	width: 259px;
}

.origin-info {
	font-family: "Noto Serif JP", sans-serif;
	width: 101%;
}

.origin-copy {
	display: block;
	font-size: 25px;
	letter-spacing: 0.14em;
	line-height: 1.6;
	margin-bottom: 43px;
}

.origin-txt {
	font-size: 20px;
	letter-spacing: 0.04em;
	line-height: 1.75;
	margin-bottom: 35px;
}

.origin-txt:last-of-type {
	margin-bottom: 0;
}

section#philosophy {
	padding-bottom: 5px;
}

.philosophy-copy {
	align-items: center;
	background: #222222;
	color: #ffffff;
	display: flex;
	font-family: "Noto Serif JP", sans-serif;
	font-size: 25px;
	font-weight: 500;
	height: 64px;
	justify-content: center;
	letter-spacing: 0.08em;
	line-height: 1.6;
	margin: 45px auto 0;
	width: 630px;
}

.policy-items {
	grid-gap: 20px 21px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: center;
	padding-top: 18px;
}

.policy-item {
	background: #ffffff;
	display: grid;
	gap: 0;
	grid-row: span 2;
	grid-template-rows: subgrid;
	min-height: 144px;
	padding: 26px 20px 6px;
	text-align: center;
}

.policy-item-title {
	border-bottom: 1px solid #707070;
	color: #c53026;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-bottom: 19px;
	padding-bottom: 6px;
}

.policy-item-txt {
	line-height: 1.7857142857;
}

section#greetings {
	padding-bottom: 70px;
}

.greetings-txt {
	display: inline-block;
	font-size: 18px;
	letter-spacing: 0.04em;
	margin-top: 26px;
}

section#aboutUs {
	padding: 6.7rem 0;
}

section#access {
	padding-bottom: 100px;
}

.access-content {
	margin-top: 59px;
	padding-top: 39.3%;
	position: relative;
	width: 100%;
}

.access-content iframe {
	border: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/*=======================
下層 / メリット
=======================*/

.page-wrapper.-pageMerit .page-head {
	background-image: url(../img/head-merit-pc.png);
}

section#merit01 {
	padding: 55px 0 47px;
}

.merit-sec:nth-of-type(odd) .merit-sec-container::before {
	color: rgba(181, 155, 94, 0.2);
	left: 0;
}

.merit-sec:nth-of-type(even) {
	background: #f7f7f7;
}

.merit-sec:nth-of-type(even) .merit-sec-container::before {
	color: #ffffff;
	right: 0;
}

.merit-sec-container {
	margin: 0 auto;
	max-width: 1440px;
	overflow: hidden;
	position: relative;
}

.merit-sec-container::before {
	content: "Merit " counter(number, decimal-leading-zero);
	counter-increment: number 1;
	font-family: "Cormorant Garamond", serif;
	font-size: 70px;
	height: 110%;
	letter-spacing: 0.04em;
	position: absolute;
	top: 0;
	writing-mode: vertical-lr;
}

.merit-contents {
	margin-top: 31px;
}

.merit-txt {
	margin: 50px 0 36px;
}

.merit01-img {
	height: auto;
	margin-top: 50px;
	width: 100%;
}

.merit-sec-attention {
	font-size: 12px;
	letter-spacing: 0.04em;
	line-height: 2.1666666667;
	margin-top: 26px;
}

section#merit02 {
	padding: 65px 0 79px;
}

.merit02-items {
	grid-gap: 20px 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, 250px);
	justify-content: center;
	margin-top: 50px;
}

.merit02-item {
	text-align: center;
}

.merit02-item-img {
	width: 100%;
}

.merit02-item-label {
	align-items: center;
	background: #c53026;
	color: #ffffff;
	display: flex;
	font-size: 20px;
	height: 30px;
	justify-content: center;
	letter-spacing: 0.14em;
	margin: 20px auto 0;
	width: 150px;
}

.merit02-item-txt {
	font-size: 17px;
	letter-spacing: 0.14em;
	margin-top: 24px;
}

.merit02-item-txt .-red {
	color: #c53026;
}

.merit02-attention-items {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 37px 0 44px;
}

.merit02-attention-item {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.04em;
}

section#merit03 {
	padding: 81px 0 83px;
}

.merit03-img {
	margin: 44px auto 0;
	width: 690px;
}

section#merit04 {
	padding: 87px 0 87px;
}

.merit04-img {
	margin-top: 60px;
	width: 100%;
}

section#merit05 {
	padding: 84px 0 63px;
}

.merit05-img {
	margin: 63px 0 41px;
	width: 100%;
}

section#merit06 {
	padding: 72px 0 52px;
}

.merit06-img {
	margin-top: 27px;
	width: 100%;
}

section#merit07 {
	padding: 92px 0 84px;
}

/*=======================
下層 / 採用情報
=======================*/

.page-wrapper.-pageRecruitments .page-head {
	background-image: url(../img/head-recruitment-pc.png);
}

section#seek {
	padding: 54px 0 68px;
}

.seek-txt {
	margin-top: 30px;
}

.seek-contents {
	margin-top: 62px;
}

.seek-content {
	margin-bottom: 48px;
}

.seek-content:first-of-type .seek-img {
	height: 288px;
}

.seek-content:last-of-type {
	margin-bottom: 0;
}

.seek-img {
	height: 251px;
}

section#work {
	padding: 65px 0 70px;
}

.work-content {
	margin-bottom: 44px;
}

.work-content:first-of-type .work-img {
	height: 268px;
}

.work-content:nth-of-type(2) .work-box {
	margin-top: 19px;
}

.work-content:nth-of-type(2) .work-img {
	height: 251px;
}

.work-content:last-of-type {
	margin-bottom: 0;
}

.work-content:last-of-type .work-box {
	margin-top: 13px;
}

.work-content:last-of-type .work-img {
	height: 380px;
}

.work-box {
	margin-top: 30px;
}

.work-txt {
	line-height: 2.0714285714;
	margin-top: 12px;
}

section#details {
	padding: 76px 0 91px;
}

section#details .btn-wrapper {
	margin-top: 50px;
}

.details-content {
	margin-top: 46px;
}

.details-content dt {
	padding: 15px 20px;
}

/*=======================
下層 / お問い合わせ
=======================*/

.page-wrapper.-pageContact .page-head {
	background-image: url(../img/head-contact-pc.png);
}

section#contact {
	padding: 52px 0 65px;
}

section#thanks {
	padding: 76px 0 120px;
}

.thanks-box {
	background-color: #f7f7f7;
	padding: 126px 30px 128px;
	text-align: center;
}

.thanks-title {
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.thanks-line {
	background-color: #222;
	display: block;
	height: 1px;
	margin: 47px auto 44px;
	width: 50px;
}

.thanks-text {
	font-size: 24px;
	letter-spacing: 0.08em;
	line-height: 1.7;
}

.thanks-btn {
	margin-top: 66px;
}

.contact-box {
	margin: 0 auto 70px;
	max-width: 804px;
}

.contact-box dl {
	background: #c53026;
	display: flex;
	padding: 55px 0 50px;
}

.contact-box dt,
.contact-box dd {
	align-items: center;
	color: #ffffff;
	display: flex;
	justify-content: center;
	min-height: 76px;
	text-align: center;
	width: 50%;
}

.contact-box dt {
	border-right: 1px solid #ffffff;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.054em;
}

.contact-box dd {
	flex-direction: column;
}

.contact-box-item {
	align-items: center;
	display: flex;
	gap: 0 6px;
	justify-content: center;
}

.contact-box-item img {
	height: 31px;
	width: 24px;
}

.contact-box-tel {
	color: #ffffff;
	font-family: "Inter", sans-serif;
	font-size: 35px;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.contact-box-txt {
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-top: 4px;
	text-align: right;
}

.contact-form-rows {
	border: 1px solid #ddd;
}

.contact-form {
	margin-top: 56px;
}

.contact-form-row {
	border-bottom: 1px solid #ddd;
	display: grid;
	grid-template-columns: 240px 1fr;
	min-height: 100px;
}

.contact-form-row:last-of-type {
	border-bottom: none;
}

.contact-form-row.-message {
	min-height: 230px;
}

.contact-form-row.-message .contact-form-field {
	padding: 30px 0 30px 40px;
}

.contact-form-label {
	align-items: center;
	background: #f7f7f7;
	display: flex;
	font-size: 14px;
	letter-spacing: 0.13em;
	padding: 20px 28px;
}

.required {
	align-items: center;
	background: #c53026;
	border-radius: 10px;
	color: #ffffff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 500;
	height: 22px;
	justify-content: center;
	line-height: 1;
	margin-left: 9px;
	min-width: 43px;
	padding: 0 5px;
}

.contact-form-field {
	align-items: center;
	display: flex;
	padding: 15px 0 15px 40px;
}

.contact-form-field input[type=text],
.contact-form-field input[type=tel],
.contact-form-field input[type=email],
.contact-form-field textarea {
	background: #f4f4f4;
	border: 0;
	border-radius: 0;
	font-size: 14px;
	letter-spacing: 0.05em;
	padding: 0 12px;
	width: 100%;
}

.contact-form-field input[type=text],
.contact-form-field input[type=tel],
.contact-form-field input[type=email] {
	height: 40px;
}

.contact-form-field textarea {
	height: 217px;
	line-height: 1.5;
	padding: 12px;
	resize: vertical;
}

.contact-form-radios {
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: 500;
	gap: 0 40px;
	letter-spacing: 0.13em;
	margin-left: 3px;
}

.contact-form-radios label {
	align-items: center;
	display: inline-flex;
	gap: 0 6px;
}

.contact-form-radios input {
	accent-color: #222222;
	height: 20px;
	margin: 0;
	width: 20px;
}

.contact-policy {
	padding: 67px 0 0;
}

.contact-policy h3 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-bottom: 9px;
	text-align: center;
}

.contact-policy-body {
	border: 1px solid #d5d5d5;
	font-size: 11px;
	height: 330px;
	line-height: 1.8;
	margin: 18px 0 0;
	overflow-y: auto;
	padding: 37px 51px;
}

.contact-policy-body p,
.contact-policy-body li {
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 2;
}

.contact-policy-body p + p,
.contact-policy-body ul + p {
	margin-top: 27px;
}

.contact-policy-body ul {
	margin-top: 17px;
}

.contact-policy-body li + li {
	margin-top: 4px;
}

.contact-form-agreement {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.13em;
	margin-top: 43px;
	text-align: center;
}

.contact-form-agreement label {
	align-items: center;
	display: inline-flex;
	gap: 0 11px;
}

.contact-form-agreement input {
	height: 16px;
	margin: 0;
	width: 16px;
}

.contact-form-submit {
	background: #c53026;
	border: 0;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font: inherit;
	font-size: 14px;
	font-weight: 500;
	height: 58px;
	letter-spacing: 0.08em;
	margin: 59px auto 35px;
	width: 260px;
}

@media (hover: hover) and (pointer: fine) {

.btn:hover {
	opacity: 0.5;
}

.-hover:hover::before {
	opacity: 0.5;
}

.link:hover::before {
	width: 190px;
}

.breadcrumb-item.-link:hover {
	opacity: 0.5;
}

.header-nav-item-link:hover {
	opacity: 0.5;
}

.recruit-btn:hover .link::before {
	width: 190px;
}

.cta-btn:hover {
	opacity: 0.5;
}

.scroll-top:hover {
	opacity: 0.5;
}

.footer-nav-item-link:hover {
	opacity: 0.5;
}

.float-link:hover {
	opacity: 0.8;
}

}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {

.btn:hover {
	opacity: 0.5;
}

.-hover:hover::before {
	opacity: 0.5;
}

.link:hover::before {
	width: 190px;
}

.breadcrumb-item.-link:hover {
	opacity: 0.5;
}

.header-nav-item-link:hover {
	opacity: 0.5;
}

.recruit-btn:hover .link::before {
	width: 190px;
}

.cta-btn:hover {
	opacity: 0.5;
}

.scroll-top:hover {
	opacity: 0.5;
}

.footer-nav-item-link:hover {
	opacity: 0.5;
}

.float-link:hover {
	opacity: 0.8;
}

}

@media screen and (min-width:768px) {

html { /* 1rem = 10px設定*/ /* 10px / カンプ幅(ex.1440px) × 100% */
	font-size: 0.6944444444vw;
}

}

@media not screen and (min-width:768px) {

html { /* 1rem = 10px設定*/ /* 10px / 375 * 100% */
	font-size: 2.6666666667vw;
}

.inner {
	max-width: initial;
	width: 33.5rem;
}

.secTitle .title-en {
	font-size: 1.6rem;
}

.secTitle .title-jp {
	font-size: 3.2rem;
	margin-top: 1.4rem;
}

.btn {
	font-size: 1.4rem;
	height: 5.6rem;
	width: 25rem;
}

br.is-pc {
	display: none;
}

br.is-sp {
	display: inline;
}

span.is-pc {
	display: none;
}

span.is-sp {
	display: inline;
}

.page-wrapper.-pageLow .page-head {
	height: 23rem;
}

.page-wrapper.-pageLow .page-title .title-jp {
	font-size: 3rem;
	line-height: 1.3;
}

.page-wrapper.-pageLow .page-title .title-en {
	font-size: 5.2rem;
	line-height: 1.3076923077;
}

.breadcrumb {
	margin-top: 2.2rem;
	padding-left: 1.1rem;
}

.breadcrumb-items {
	gap: 0 4.5rem;
}

.breadcrumb-item {
	font-size: 1.4rem;
}

.breadcrumb-item.-link::after {
	height: 0.1rem;
	right: -3.7rem;
	width: 2.6rem;
}

.breadcrumb-item.-current {
	font-size: 1.3rem;
}

.low-sec {
	padding: 6rem 0;
}

.low-contents {
	margin-top: 3.2rem;
}

.low-content {
	margin-bottom: 4.4rem;
}

.low-content-head {
	border-width: 0.1rem;
	padding-bottom: 1.1rem;
}

.low-content-title {
	font-size: 2.2rem;
	letter-spacing: 0.06em;
	line-height: 1.7272727273;
	padding-left: 1.3rem;
}

.low-content-title::before {
	height: 80%;
	width: 0.3rem;
}

.low-content-body {
	margin-top: 1.1rem;
}

.low-content-txt {
	font-size: 1.4rem;
	line-height: 2.2857142857;
}

.low-box {
	gap: 2.8rem 0;
	grid-template-columns: 1fr;
	margin-top: 2.5rem;
}

.low-box-img img {
	height: auto;
	left: initial;
	position: static;
	top: initial;
	transform: initial;
}

.low-box-info-title {
	display: block;
	font-size: 2rem;
	margin: 0.7rem 0 2.1rem;
	padding: 0;
	text-align: center;
}

.low-box-info-title::before,
.low-box-info-title::after {
	height: 0.1rem;
	width: 2.9rem;
}

.low-box-info-title::before {
	left: 0.7rem;
}

.low-box-info-title::after {
	right: 0.7rem;
}

.low-box-items {
	padding-top: 0;
}

.low-box-item {
	font-size: 2rem;
	line-height: 1.6;
	margin-bottom: 1.7rem;
	padding-left: 2rem;
}

.low-box-item::before {
	height: 1rem;
	top: 1.2rem;
	width: 1rem;
}

.low-definition {
	margin-top: 5.7rem;
	overflow-y: auto;
}

.low-definition dl {
	border-width: 0.1rem;
}

.low-definition dl:first-of-type {
	border-width: 0.1rem;
}

.low-definition dl:last-of-type {
	border-width: 0.1rem;
}

.low-definition dt,
.low-definition dd {
	border-width: 0.1rem;
	font-size: 1.6rem;
	min-height: 6rem;
	padding: 1.5rem 1.7rem 1.5rem 1.9rem;
}

.low-definition dt {
	justify-content: left;
	width: 12.3rem;
}

.low-definition dd {
	width: calc(100% - 12.3rem);
}

.header {
	height: 5.4rem;
}

.header-logo {
	height: 8.5rem;
	padding-bottom: 0.3rem;
	padding-left: 0.4rem;
	width: 18.2rem;
}

.header-logo img {
	height: 3.3rem;
	width: 15rem;
}

.header-container {
	height: 5.4rem;
}

.header-nav {
	display: none;
}

.drawer {
	background: #ffffff;
	display: block;
	height: 100vh;
	height: 100dvh;
	position: fixed;
	right: 0;
	top: 5.4rem;
	transform: translateX(100%);
	transition: all 0.3s ease;
	width: 100%;
	z-index: 20;
}

.drawer.is-active {
	transform: translateX(0);
}

.drawer-inner {
	display: flex;
	flex-direction: column;
	height: calc(100% - 5.4rem);
	overflow-y: auto;
}

.drawer-container {
	margin-bottom: 5rem;
	padding: 0 2.8rem;
}

.drawer-nav {
	margin: 4.7rem 0 5rem;
}

.drawer-item {
	border-bottom: 0.1rem solid #dedede;
	margin-bottom: 2.6rem;
	padding: 1.3rem 0 1.5rem;
}

.drawer-item:last-of-type {
	margin-bottom: 0;
}

.drawer-item-link {
	color: #222222;
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.04em;
	position: relative;
}

.drawer-item-link::after {
	background: url(../img/arrow-right-red.svg) no-repeat center center/cover;
	content: "";
	height: 0.7rem;
	position: absolute;
	right: 1.2rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.4rem;
}

.drawer-btn {
	align-items: center;
	background: #b59b5e;
	color: #ffffff;
	display: flex;
	font-family: "Noto Serif JP", sans-serif;
	font-size: 1.3rem;
	gap: 0 0.5rem;
	height: 5.1rem;
	justify-content: center;
	letter-spacing: 0.08em;
	position: relative;
	width: 31.9rem;
}

.drawer-btn::after {
	background: url(../img/arrow-right-white.svg) no-repeat center center/cover;
	content: "";
	height: 0.8rem;
	position: absolute;
	right: 4.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5rem;
}

.drawer-btn img {
	height: 1.5rem;
	margin-top: 0.3rem;
	width: 1.5rem;
}

.drawer-bottom {
	margin-top: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
}

.drawer-bottom::after {
	background: #222222;
	bottom: 0;
	content: "";
	height: 1.2rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.drawer-bottom-txt {
	display: inline-block;
	font-family: "Cormorant Garamond", serif;
	font-size: 5.1rem;
	letter-spacing: 0.15em;
	margin-left: 0.9rem;
}

.drawer-icon {
	align-items: center;
	background: #c53026;
	cursor: pointer;
	display: flex;
	height: 5.4rem;
	justify-content: center;
	width: 5.4rem;
}

.drawer-bars {
	height: 1.5rem;
	position: relative;
	width: 2.2rem;
}

.drawer-bars.is-active .drawer-bar.bar01 {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

.drawer-bars.is-active .drawer-bar.bar02 {
	opacity: 0;
	visibility: hidden;
}

.drawer-bars.is-active .drawer-bar.bar03 {
	bottom: initial;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}

.drawer-bar {
	background: #ffffff;
	height: 0.1rem;
	position: absolute;
	transition: all 0.3s ease;
	width: 2.2rem;
}

.drawer-bar:hover {
	opacity: 0.5;
}

.drawer-bar.bar01 {
	top: 0;
}

.drawer-bar.bar02 {
	top: 54%;
	transform: translateY(-50%);
}

.drawer-bar.bar03 {
	bottom: 0;
	top: initial;
}

.fv::before {
	height: 31rem;
}

.fv-scroll {
	width: 4.5rem;
}

.fv-scroll-txt {
	font-size: 1rem;
}

.fv-scroll-line {
	height: 11rem;
	margin: 1.1rem auto 0;
	width: 0.1rem;
}

.fv-scroll-line::before {
	height: 0.8rem;
	width: 0.8rem;
}

.fv-movie {
	width: 33rem;
}

.fv-movie-container::before {
	background-image: url(../img/movie-mask-sp.png);
	bottom: 0;
	height: 53rem;
	left: 0;
	top: initial;
	width: 100%;
}

.fv-movie-container video {
	height: 100%;
	width: initial;
}

.fv-movie-container {
	height: 56.1rem;
}

.fv-content {
	left: 52%;
	padding: 0;
	top: 54%;
	transform: translate(-50%, -50%);
	width: 28.7rem;
}

.fv-copy {
	font-size: 2.7rem;
	line-height: 1.4444444444;
}

.fv-copy::after {
	bottom: -3.4rem;
	height: 0.1rem;
	width: 4.5rem;
}

.fv-copy-deco::after {
	bottom: 0.2rem;
	height: 0.8rem;
	width: 19rem;
}

.fv-txt-jp {
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 2.3333333333;
	margin-top: 5rem;
}

.fv-txt-en {
	font-size: 0.8rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.875;
	margin-top: 2.3rem;
}

.loop-items {
	gap: 5rem;
	margin-top: 1.4rem;
}

.loop-item-txt {
	font-size: 8.2rem;
}

section#news {
	padding-top: 6.4rem;
}

.news-items {
	margin-top: 1.1rem;
}

.news-item {
	padding: 1.6rem 0;
}

.news-item-link {
	display: block;
	font-size: 1.4rem;
}

section#movie {
	padding-top: 6.4rem;
}

.movie-wrapper {
	margin-top: 4.3rem;
}

section#about {
	max-width: initial;
	padding: 4.7rem 0 8.1rem;
	padding-right: 0;
}

section#about::before {
	height: 54.2rem;
	max-width: initial;
	width: 31rem;
}

section#about .bg-txt {
	bottom: -0.2rem;
	font-size: 6.1rem;
	right: 1.8rem;
}

section#about {
	max-width: initial;
	padding: 4.7rem 0 8.1rem;
	padding-right: 0;
}

section#about::before {
	height: 54.2rem;
	max-width: initial;
	width: 31rem;
}

section#about .bg-txt {
	bottom: -0.2rem;
	font-size: 6.1rem;
	right: 1.8rem;
}

.about-container {
	grid-template-columns: 1fr;
	margin: 0 auto;
	width: 33.5rem;
}

.about-img {
	height: auto;
	width: 100%;
}

.about-img img {
	left: initial;
	position: static;
	top: initial;
	transform: initial;
	width: 100%;
}

.about-content {
	margin-top: 3.5rem;
}

.about-title {
	font-size: 4rem;
	letter-spacing: 0.15em;
}

.about-title::after {
	bottom: -2.2rem;
	height: 0.2rem;
	width: 2.4rem;
}

.about-lead {
	font-size: 2.2rem;
	line-height: 1.8181818182;
	margin-top: 3.6rem;
}

.about-txt {
	font-size: 1.4rem;
	line-height: 2.4285714286;
	margin-top: 1.8rem;
}

section#service {
	padding: 7.2rem 0 5.2rem;
}

.service-items {
	margin: 4.3rem auto 0;
	max-width: initial;
}

.service-item {
	margin-bottom: 5.3rem;
}

.service-item::before {
	font-size: 5rem;
	top: 0;
	transform: initial;
}

.service-item:nth-of-type(odd)::before {
	left: 1.8rem;
}

.service-item:nth-of-type(even)::before {
	right: 1.7rem;
	top: 0.3rem;
}

.service-item:nth-of-type(even) .service-item-container {
	grid-template-columns: 1fr;
}

.service-item:nth-of-type(even) .service-item-container .service-item-img {
	margin-left: initial;
	margin-right: auto;
	order: 1;
}

.service-item:nth-of-type(even) .service-item-container .service-item-content {
	order: 2;
}

.service-item-container {
	gap: 3.2rem 0;
	grid-template-columns: 1fr;
	max-width: initial;
}

.service-item-img {
	height: 22rem;
	margin-left: auto;
	width: 30rem;
}

.service-item-img img {
	height: auto;
	left: initial;
	position: static;
	top: initial;
	transform: initial;
	width: 100%;
}

.service-item-content {
	margin: 0 auto;
	padding-top: 0;
	width: 33.5rem;
}

.service-item-title {
	border-width: 0.1rem;
	padding-bottom: 0.8rem;
}

.service-item-title .title-en {
	font-size: 1.4rem;
}

.service-item-title .title-jp {
	font-size: 2.5rem;
	margin-top: 0.8rem;
}

.service-item-txt {
	font-size: 1.4rem;
	line-height: 2.4285714286;
	margin-top: 1.2rem;
}

section#company .link-wrapper.is-pc {
	display: none;
}

section#company .link-wrapper.is-sp {
	display: block;
	margin: 4.7rem auto 0;
	text-align: center;
}

section#company .link-wrapper.is-sp .link {
	margin-right: 2.7rem;
}

section#company .sec-container {
	padding: 5.9rem 0 5.3rem;
}

.company-content {
	grid-template-columns: 1fr;
	margin-top: 2.7rem;
}

.company-img {
	height: 22rem;
	width: 33.5rem;
}

.company-img img {
	height: auto;
	left: initial;
	position: static;
	top: initial;
	transform: initial;
	width: 100%;
}

.company-info dl {
	border-width: 0.1rem;
	padding: 1.5rem 0.6rem;
}

.company-info dt,
.company-info dd {
	font-size: 1.4rem;
}

.company-info dt {
	width: 9.2rem;
}

.company-info dd {
	width: calc(100% - 9.2rem);
}

.company-map {
	margin-top: 5.7rem;
	padding-top: 65.671641791%;
}

section#recruit {
	padding: 5rem 0 6rem;
}

.recruit-banner {
	display: block;
	height: initial;
}

.recruit-content {
	align-items: initial;
	background-image: url(../img/recruit-banner-sp.png);
	height: 17.5rem;
	padding: 4.1rem 3.8rem 0 4.1rem;
	width: 100%;
}

.recruit-title {
	height: -moz-fit-content;
	height: fit-content;
	margin-top: 0;
	padding-bottom: 1.6rem;
}

.recruit-title .title-en {
	font-size: 1.7rem;
}

.recruit-title .title-jp {
	font-size: 3rem;
}

.recruit-btn {
	background-image: url(../img/recruit-btn-bg-sp.svg);
	height: 8.6rem;
	padding-bottom: 0.6rem;
	padding-right: 2.6rem;
	width: 100%;
}

section#faq {
	background: #f7f7f7;
	padding: 5.8rem 0 6rem;
}

section#faq::before {
	display: none;
}

.faq-items {
	margin-top: 3.8rem;
}

.faq-item {
	margin-bottom: 1.9rem;
}

.faq-question {
	border-width: 0.1rem;
	min-height: 8rem;
	padding: 1.7rem 2.1rem 1.7rem 2rem;
}

.faq-item-deco {
	font-size: 2.3rem;
	margin-right: 1.4rem;
	width: 2.7rem;
}

.faq-item-txt {
	font-size: 1.6rem;
	width: 20rem;
}

.faq-item-txt span {
	margin-bottom: 2rem;
}

.faq-bars {
	height: 2.3rem;
	width: 2.3rem;
}

.faq-bar.bar01 {
	height: 0.2rem;
	width: 2.3rem;
}

.faq-bar.bar02 {
	height: 2.3rem;
	width: 0.2rem;
}

.faq-answer {
	border-width: 0.1rem;
	padding: 1.2rem 2rem 1.6rem;
}

.faq-answer .faq-item-deco {
	margin-top: 0.8rem;
}

.faq-answer .faq-item-txt {
	line-height: 2;
	width: 100%;
}

section#cta {
	background-image: url(../img/cta-bg-sp.svg);
	min-height: 54.5rem;
	padding: 9.8rem 0 10rem;
}

section#cta::before,
section#cta::after {
	height: 0.1rem;
}

section#cta::before {
	top: 1rem;
}

section#cta::after {
	bottom: 1rem;
}

.cta-content {
	width: 33.5rem;
}

.cta-txt {
	font-size: 1.4rem;
	margin-top: 2.3rem;
}

.cta-btn-wrapper {
	flex-wrap: wrap;
	gap: 2rem 0;
	margin-top: 3.6rem;
}

.cta-btn {
	font-size: 1.5rem;
	gap: 0 0.5rem;
	height: 7.5rem;
	width: 100%;
}

.cta-btn::after {
	height: 1rem;
	right: 3.8rem;
	width: 0.6rem;
}

.cta-img.-line {
	height: 2rem;
	margin-top: 0.2rem;
	width: 2.1rem;
}

.cta-img.-mail {
	height: 1.4rem;
	margin-top: 0.3rem;
	width: 1.8rem;
}

.footer {
	background-image: url(../img/footer-bg-sp.png);
	height: 70.6rem;
	padding: 8.2rem 0;
}

.scroll-top {
	height: 5.1rem;
	right: 2rem;
	top: 2rem;
	width: 5.1rem;
}

.footer-logo {
	height: 5.4rem;
	margin: 0;
	width: 25rem;
}

.footer-nav {
	margin-top: 4.8rem;
}

.footer-nav-items {
	display: block;
}

.footer-nav-item {
	margin-bottom: 3.9rem;
}

.footer-nav-item:last-of-type {
	margin-bottom: 0;
}

.footer-nav-item-link {
	display: inline-block;
	text-align: left;
}

.footer-nav-item-link .link-jp {
	font-size: 1.6rem;
}

.footer-nav-item-link .link-en {
	font-size: 1rem;
	margin-top: 1.3rem;
}

.copyright {
	font-size: 1.2rem;
	margin-top: 6.8rem;
	text-align: left;
}

.float {
	bottom: 2rem;
	right: 1.2rem;
}

.float img {
	height: 1.4rem;
	margin: 0 auto 0.5rem;
	width: 1.8rem;
}

.float-link {
	font-size: 1.1rem;
	height: 9.3rem;
	line-height: 1.4166666667;
	padding-top: 2.2rem;
	width: 9.3rem;
}

.page-wrapper.-pageCompany .page-head {
	background-image: url(../img/head-company-sp.png);
}

section#origin {
	padding: 5rem 0 5rem;
}

.origin-content {
	gap: 1.7rem 0;
	grid-template-columns: 1fr;
	margin-top: 2.6rem;
}

.origin-img {
	border-width: 0.1rem;
	height: 23.3rem;
	width: 33.5rem;
}

.origin-img img {
	height: 16.1rem;
	width: 18.2rem;
}

.origin-info {
	width: 100%;
}

.origin-copy {
	font-size: 2.6rem;
	letter-spacing: 0.08em;
	line-height: 1.6923076923;
	margin-bottom: 2rem;
}

.origin-txt {
	font-size: 1.6rem;
	line-height: 2.125;
	margin-bottom: 3.5rem;
}

section#philosophy {
	padding-bottom: 0;
	padding-top: 4.9rem;
}

.philosophy-copy {
	background: initial;
	display: grid;
	font-size: 2.5rem;
	gap: 1rem 0;
	height: initial;
	justify-content: center;
	margin: 3.5rem auto 0;
	width: initial;
}

.philosophy-copy .sp-block {
	background: #222222;
	display: block;
	margin: 0 auto;
	padding: 0.1rem 1.1rem;
	width: -moz-fit-content;
	width: fit-content;
}

section#policy {
	padding-top: 4.9rem;
}

.policy-items {
	gap: 2rem 0;
	grid-template-columns: 1fr;
	padding-top: 1.8rem;
}

.policy-item {
	min-height: 14.9rem;
	padding: 3.1rem 2rem 1.5rem;
}

.policy-item-title {
	font-size: 2rem;
	line-height: 1.4;
	margin-bottom: 1.4rem;
	padding-bottom: 1rem;
}

.policy-item-txt {
	line-height: 1.7857142857;
}

section#greetings {
	padding-bottom: 8.1rem;
}

section#greetings .low-content {
	margin-bottom: 3.3rem;
}

section#greetings .low-content:last-of-type {
	margin-bottom: 0;
}

.greetings-txt {
	font-size: 1.8rem;
	margin-top: 2.7rem;
}

.aboutUs-content {
	width: 35.5rem;
}

.aboutUs-content dl {
	width: 52rem;
}

section#access {
	padding: 4.5rem 0 5.3rem;
}

.access-content {
	margin-top: 3.8rem;
	padding-top: 39.4029850746%;
}

.page-wrapper.-pageMerit .page-head {
	background-image: url(../img/head-merit-sp.png);
}

.page-wrapper.-pageMerit .secTitle .title-jp {
	line-height: 1.5625;
	margin-top: 0.5rem;
}

section#merit01 {
	padding: 5.3rem 0 4.7rem;
}

.merit-sec-container::before {
	display: none;
}

.merit-contents {
	margin-top: 3.7rem;
}

.merit-txt {
	margin: 3.9rem 0 3.2rem;
}

.merit01-img {
	margin-top: 3rem;
}

.merit-sec-attention {
	font-size: 1.4rem;
	line-height: 2.2857142857;
	margin-top: 2.4rem;
}

section#merit02 {
	padding: 5.9rem 0 6.5rem;
}

.merit02-items {
	gap: 2.4rem 0;
	grid-template-columns: repeat(auto-fit, 100%);
	margin-top: 2.1rem;
}

.merit02-item-label {
	font-size: 2rem;
	height: 3rem;
	margin-top: 0;
	width: 15rem;
}

.merit02-item-txt {
	font-size: 1.7rem;
	margin-top: 1.4rem;
}

.merit02-attention-items {
	gap: 1.7rem 0;
	margin: 3rem 0 4.6rem;
}

.merit02-attention-item {
	font-size: 1rem;
}

section#merit03 {
	padding: 6.2rem 0 8rem;
}

.merit03-img {
	margin: 5.4rem auto 0;
	width: 27.6rem;
}

section#merit04 {
	padding: 7rem 0 7.5rem;
}

.merit04-img {
	margin-top: 5.2rem;
}

section#merit05 {
	padding: 5.6rem 0 5.5rem;
}

.merit05-img {
	margin: 4rem 0 3.4rem;
}

section#merit06 {
	padding: 5.5rem 0 5.6rem;
}

.merit06-img {
	margin-top: 2.4rem;
}

section#merit07 {
	padding: 5.7rem 0 3.9rem;
}

.page-wrapper.-pageRecruitments .page-head {
	background-image: url(../img/head-recruitment-sp.png);
}

section#seek {
	padding: 5.3rem 0 5rem;
}

.seek-txt {
	margin-top: 2.3rem;
}

.seek-contents {
	margin-top: 3.2rem;
}

.seek-content {
	margin-bottom: 5.8rem;
}

.seek-content:first-of-type .seek-img {
	height: auto;
}

.seek-img {
	height: auto;
}

section#work {
	padding: 6.8rem 0 6rem;
}

.work-contents {
	margin-top: 3.9rem;
}

.work-content {
	margin-bottom: 4.1rem;
}

.work-content:first-of-type .work-img {
	height: auto;
}

.work-content:nth-of-type(2) .work-box {
	margin-top: 1.9rem;
}

.work-content:nth-of-type(2) .work-img {
	height: auto;
}

.work-content:last-of-type .work-box {
	margin-top: 1.9rem;
}

.work-content:last-of-type .work-img {
	height: auto;
}

.work-txt {
	line-height: 2.2857142857;
	margin-top: 2.3rem;
}

section#details {
	padding: 7rem 0 10rem;
}

section#details .btn-wrapper {
	margin-top: 5rem;
}

.details-content {
	margin-top: 4.7rem;
	width: 35.5rem;
}

.details-content dl {
	width: 62.5rem;
}

.details-content dt {
	justify-content: center;
	padding: 1.6rem 1.7rem 1.5rem 1.9rem;
	width: 27rem;
}

.details-content dd {
	padding: 1.6rem 2.1rem 1.5rem 3rem;
	width: calc(100% - 27rem);
}

.page-wrapper.-pageContact .page-head {
	background-image: url(../img/head-contact-sp.png);
}

section#contact {
	padding: 5.1rem 0 4.9rem;
}

section#contact .secTitle .title-jp {
	line-height: 1.56;
	margin-top: 0.7rem;
}

section#thanks {
	padding: 5.2rem 0 7rem;
}

.thanks-box {
	padding: 6.2rem 2rem 6rem;
}

.thanks-title {
	font-size: 2.5rem;
	line-height: 1.6;
}

.thanks-line {
	height: 0.1rem;
	margin: 3.5rem auto 3rem;
	width: 5rem;
}

.thanks-text {
	font-size: 1.7rem;
	line-height: 1.8;
}

.thanks-btn {
	margin-top: 4rem;
}

.contact-box {
	margin: 0 auto 5.1rem;
	width: 100%;
}

.contact-box dl {
	display: block;
	padding: 3.5rem 0 3.2rem;
}

.contact-box dt,
.contact-box dd {
	min-height: 0;
	width: 100%;
}

.contact-box dt {
	border: 0;
	font-size: 2rem;
	padding-bottom: 3.9rem;
	position: relative;
}

.contact-box dt::after {
	background: #ffffff;
	bottom: 1.5rem;
	content: "";
	height: 0.1rem;
	left: 50%;
	position: absolute;
	translate: -50% 0;
	width: 7.6rem;
}

.contact-box-item {
	gap: 0 0.5rem;
}

.contact-box-item img {
	height: 2.6rem;
	width: 2rem;
}

.contact-box-tel {
	font-size: 3rem;
}

.contact-box-txt {
	font-size: 1.4rem;
	margin-top: 1.2rem;
}

.contact-form-rows {
	border-left: none;
	border-right: none;
	border-width: 0.1rem;
}

.contact-form {
	margin-top: 4.7rem;
}

.contact-form-row {
	border-width: 0.1rem;
	gap: 1.2rem;
	grid-template-columns: 1fr;
	min-height: 0;
	padding: 2.9rem 0;
}

.contact-form-row.-message {
	min-height: 15rem;
}

.contact-form-row.-message .contact-form-field {
	padding: 0;
}

.contact-form-label {
	background: #ffffff;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 0 0.5rem;
}

.required {
	border-radius: 4rem;
	font-size: 1.4rem;
	height: 2.4rem;
	margin-left: 0.7rem;
	min-width: 4.8rem;
	padding: 0 0.4rem;
}

.contact-form-field {
	padding: 0;
}

.contact-form-field input[type=text],
.contact-form-field input[type=tel],
.contact-form-field input[type=email] {
	font-size: 1.6rem;
	height: 4rem;
	padding: 0 0.5rem;
}

.contact-form-field textarea {
	font-size: 1.6rem;
	height: 15rem;
	padding: 0.5rem;
}

.contact-form-radios {
	font-size: 1.6rem;
	gap: 0 4rem;
	margin-left: 0;
}

.contact-form-radios input {
	height: 2rem;
	width: 2rem;
}

.contact-form-radios {
	align-items: baseline;
	flex-direction: column;
	gap: 2.3rem 0;
}

.contact-form-radios label {
	display: flex;
	width: -moz-fit-content;
	width: fit-content;
}

.contact-policy {
	padding: 6.3rem 0.8rem 0;
}

.contact-policy h3 {
	font-size: 1.8rem;
	padding-bottom: 1.2rem;
}

.contact-policy-body p,
.contact-policy-body li {
	font-size: 1.2rem;
	line-height: 2.3;
}

.contact-policy-body {
	font-size: 1.2rem;
	height: 33rem;
	line-height: 2.3;
	margin-top: 1.6rem;
	padding: 2.4rem 2.1rem;
}

.contact-policy-body p + p,
.contact-policy-body ul + p {
	margin-top: 3.1rem;
}

.contact-policy-body ul {
	margin-top: 1.2rem;
}

.contact-policy-body li + li {
	margin-top: 0.3rem;
}

.contact-form-agreement {
	font-size: 1.4rem;
	margin-top: 4.1rem;
}

.contact-form-agreement label {
	gap: 0 0.5rem;
}

.contact-form-agreement input {
	height: 1.6rem;
	width: 1.6rem;
}

.contact-form-submit {
	font-size: 1.4rem;
	height: 5.5rem;
	margin: 5.3rem auto 3rem;
	width: 25rem;
}

}

@media screen and (min-width: 768px) and (max-width: 1000px) {

.inner {
	width: 95%;
}

.low-box {
	gap: 0 20px;
	grid-template-columns: 1fr 1fr;
}

.low-box-item {
	font-size: 18px;
}

.about-title {
	font-size: 40px;
}

.about-lead {
	font-size: 24px;
}

.about-txt {
	font-size: 12px;
}

.company-content {
	gap: 0 40px;
	grid-template-columns: 1fr 1fr;
}

.origin-content {
	gap: 0 18px;
	grid-template-columns: 320px 1fr;
}

.origin-img {
	width: 320px;
}

.origin-copy {
	font-size: 20px;
}

.origin-txt {
	font-size: 16px;
}

}

@media screen and (min-width: 768px) and (max-width: 900px) {

.header-nav-items {
	gap: 0 20px;
}

.header-nav-item:last-of-type {
	margin-left: 10px;
}

.header-nav-btn {
	width: 150px;
}

}

@media screen and (min-width: 768px) and (max-width: 1300px) {

section#about .bg-txt {
	right: 40px;
}

}

@media screen and (min-width: 768px) and (max-width: 1200px) {

.about-container {
	gap: 0 40px;
	grid-template-columns: 1fr 1fr;
}

.about-content {
	padding-right: 20px;
}

.service-item {
	padding: 0 60px;
}

.service-item:nth-of-type(odd)::before {
	left: 0;
}

.service-item:nth-of-type(even)::before {
	right: 0;
}

.service-item:nth-of-type(even) .service-item-container {
	grid-template-columns: 1fr 1fr;
}

.service-item-container {
	gap: 0 40px;
	grid-template-columns: 1fr 1fr;
}

section#faq::before {
	width: 100%;
}

}

@media screen and (min-width: 768px) and (max-width: 1100px) {

section#company .link-wrapper {
	margin-right: 70px;
}

}

@keyframes sdb {

0% {
	opacity: 0;
	transform: translate(-50%, 10px);
}

40% {
	opacity: 1;
}

80% {
	opacity: 0;
	transform: translate(-50%, 90px);
}

100% {
	opacity: 0;
}

}

@keyframes loop-slide {

from {
	transform: translateX(0);
}

to {
	transform: translateX(-100%);
}

}

