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

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

body {
	color: #02151c;
	counter-reset: number01 number02 0;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
	letter-spacing: normal;
}

body.is-fixed {
	overflow: clip;
}

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

.inner02 {
	margin: 0 auto;
	max-width: 1150px;
}

.inner03 {
	margin: 0 auto;
	max-width: 1180px;
}

.sec-title {
	font-weight: 500;
}

.sec-title.-grey {
	color: #f7f7f7;
}

.sec-title.-grey .title-en::before {
	background: #f7f7f7;
}

.sec-title.-white {
	color: #fff;
}

.sec-title.-white .title-en::before {
	background: #fff;
}

.sec-title.-center {
	text-align: center;
}

.sec-title.-noDeco .title-en::before {
	display: none;
}

.sec-title .title-en {
	display: block;
	font-family: "Cormorant Garamond", sans-serif;
	font-size: 36px;
	letter-spacing: 0.06em;
	position: relative;
}

.sec-title .title-en::before {
	background: #02151c;
	content: "";
	height: 1px;
	left: -202%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 200%;
}

.sec-title .title-jp {
	display: block;
	font-family: "Shippori Mincho", sans-serif;
	font-size: 12px;
	letter-spacing: 0.1em;
	margin-top: 21px;
}

.content-title-wrapper.-deco {
	position: relative;
}

.content-title-wrapper.-deco::after {
	background: #02151c;
	bottom: -23px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 5px;
}

.content-title-deco {
	font-family: "Cormorant Garamond", sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	padding-left: 11px;
	position: relative;
}

.content-title-deco::before {
	background: #d3d3d3;
	border-radius: 50%;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
}

.content-title {
	display: block;
	letter-spacing: 0.06em;
	margin-top: 12px;
}

.content-title.-en {
	font-family: "Cormorant Garamond", sans-serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.25;
}

.content-title.-jp {
	font-family: "Shippori Mincho", sans-serif;
	font-size: 24px;
	line-height: 1.5;
}

.btn {
	border: 1px solid #fff;
	border-radius: 28px;
	color: #fff;
	display: grid;
	font-family: "Shippori Mincho", sans-serif;
	font-size: 16px;
	font-weight: 500;
	height: 50px;
	letter-spacing: 0.06em;
	place-content: center;
	position: relative;
	transition: all 0.3s ease;
}

.btn::after {
	background: url(../img/arrow_white.svg) no-repeat center center/cover;
	content: "";
	height: 8px;
	position: absolute;
	right: 29px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	width: 4px;
}

.btn:focus-visible {
	background: #fff;
	color: #000;
}

.btn:focus-visible::after {
	background-image: url(../img/arrow_black.svg);
}

br.is-pc {
	display: block;
}

br.is-sp {
	display: none;
}

span.is-pc {
	display: inline;
}

span.is-sp {
	display: none;
}

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

.nav-items {
	align-items: center;
	display: flex;
	gap: 0 29px;
}

.nav-item-link {
	color: #fff;
	font-family: "Cormorant Garamond", sans-serif;
	font-size: 14px;
	letter-spacing: 0.08em;
	transition: all 0.3s ease;
}

.link {
	border-bottom: 1px solid #000;
	color: #000;
	display: block;
	font-family: "Cormorant Garamond", sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	padding-bottom: 5px;
	padding-right: 26px;
	position: relative;
	transition: all 0.3s ease;
	width: -moz-fit-content;
	width: fit-content;
}

.link::after {
	background: url(../img/link_black.svg) no-repeat center center/cover;
	content: "";
	height: 8px;
	position: absolute;
	right: -2px;
	top: 39%;
	transform: translateY(-50%);
	width: 4px;
}

.link.-grey {
	border-color: #f7f7f7;
	color: #f7f7f7;
}

.link.-grey::after {
	background-image: url(../img/link_grey.svg);
}

.link.-white {
	border-color: #fff;
	color: #fff;
}

.link.-white::after {
	background-image: url(../img/link_white.svg);
}

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

.bg-circle {
	height: 571px;
	position: absolute;
	width: 591px;
}

.circle-anime {
	animation: 30s linear infinite rotation;
}

.bg-txt {
	color: rgba(255, 255, 255, 0.8);
	font-family: "Cormorant Garamond", sans-serif;
	font-size: 260px;
	font-weight: 500;
	letter-spacing: 0.06em;
	position: absolute;
	right: 0;
	top: 34px;
	writing-mode: vertical-lr;
}

.loop-items {
	display: flex;
	gap: 0 50px;
	overflow: hidden;
}

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

.loop-item-txt {
	color: #fff;
	display: inline-block;
	font-family: "Cormorant Garamond", sans-serif;
	font-size: 99px;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

.js-fadeUp {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s, transform 0.8s;
}

.js-fadeUp.is-inview {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.5s;
}

/*=======================
下層ページ共通設定
=======================*/

.page-wrapper {
	padding-top: 93px;
}

.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 .title-jp,
.page-wrapper.-pageLow .page-title .title-en {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.page-wrapper.-pageLow .page-title .title-jp {
	color: #fff;
	font-family: "Shippori Mincho", sans-serif;
	font-size: 40px;
	letter-spacing: 0.16em;
	margin-left: 2px;
}

.page-wrapper.-pageLow .page-title .title-en {
	color: rgba(255, 255, 255, 0.15);
	font-family: "Cormorant Garamond", sans-serif;
	font-size: 137px;
	letter-spacing: 0.2em;
	margin-left: 14px;
}

.breadcrumb {
	background: #000;
	padding: 31px 0;
}

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

.breadcrumb-item {
	color: #fff;
}

.breadcrumb-item.-link {
	font-family: "Cormorant Garamond", sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.08em;
	transition: all 0.3s ease;
}

.breadcrumb-item.-current {
	font-family: "Shippori Mincho", sans-serif;
	font-size: 12px;
	letter-spacing: 0.06em;
}

.breadcrumb-bar {
	background: #fff;
	height: 1px;
	width: 28px;
}

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

.header {
	align-items: center;
	background: #000;
	display: flex;
	height: 93px;
	padding: 0 26px;
	position: fixed;
	width: 100%;
	z-index: 100;
}

.header.is-change {
	background: rgba(0, 0, 0, 0.85);
}

.header.is-active {
	background: #000;
}

.header-logo {
	height: 56px;
	margin-bottom: 7px;
	margin-left: 7px;
	margin-right: auto;
	width: 217px;
}

.header-logo-link {
	transition: all 0.3s ease;
}

.header-nav {
	margin-left: auto;
	margin-right: 29px;
}

.sns-link {
	border-radius: 50%;
	height: 35px;
	transition: all 0.3s ease;
	width: 35px;
}

.drawer-icon {
	display: none;
}

.drawer {
	display: none;
}

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

.footer {
	background: #000;
	color: #fff;
	padding: 97px 0 115px;
	position: relative;
}

.footer-inner {
	max-width: 1190px;
}

.scroll-top {
	border-radius: 50%;
	display: block;
	height: 44px;
	position: absolute;
	right: 26px;
	top: 20px;
	transition: all 0.3s ease;
	width: 44px;
}

.footer-logo {
	height: 56px;
	margin-left: -5px;
	width: 217px;
}

.footer-content {
	align-items: start;
	display: grid;
	gap: 74px 0;
	grid-template-columns: 1fr 1fr;
}

.footer-address {
	font-family: "Shippori Mincho", sans-serif;
	font-size: 13px;
	letter-spacing: 0.08em;
	line-height: 1.8;
	margin-top: 18px;
}

.footer-address a {
	color: #fff;
}

.footer-nav {
	align-items: center;
	display: flex;
	margin-left: auto;
	margin-right: 13px;
	margin-top: 20px;
}

.footer-link {
	border-bottom: 1px solid #fff;
	color: #fff;
	display: block;
	font-family: "Cormorant Garamond", sans-serif;
	font-size: 14px;
	grid-column: 2/3;
	grid-row: 2/3;
	letter-spacing: 0.1em;
	margin-left: auto;
	margin-right: 15px;
	padding-bottom: 5px;
	transition: all 0.3s ease;
	width: -moz-fit-content;
	width: fit-content;
}

.copyright {
	font-family: "Shippori Mincho", sans-serif;
	font-size: 10px;
	font-weight: 500;
	grid-column: 1/2;
	grid-row: 2/3;
	letter-spacing: 0.08em;
}

/*=======================
トップ / FV
=======================*/

.fv-movie {
	height: calc(100svh - 93px);
	overflow: hidden;
	position: relative;
	width: 100%;
}

.fv-movie-container {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.fv-content {
	bottom: 60px;
	color: #fff;
	left: 50px;
	position: absolute;
}

.randomAnime {
	visibility: hidden;
}

.fv-copy-jp {
	font-family: "Shippori Mincho", sans-serif;
	font-size: 40px;
	letter-spacing: 0.02em;
	line-height: 1.3;
}

.fv-copy-jp span {
	display: block;
}

.fv-copy-en {
	font-family: "Cormorant Garamond", sans-serif;
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 2;
	margin-left: 5px;
	margin-top: 35px;
}

.fv-bg {
	position: absolute;
	right: 78px;
	top: 14px;
}

.fv-bg-txt {
	color: rgba(255, 255, 255, 0.1);
	font-family: "Cormorant Garamond", sans-serif;
	font-size: 114px;
	letter-spacing: 0.08em;
	line-height: 0.9210526316;
	position: relative;
	writing-mode: vertical-rl;
}

.fv-bg-txt::after {
	animation: 30s linear infinite rotation;
	background: url(../img/circle_white.svg) no-repeat center center/cover;
	content: "";
	height: 287px;
	position: absolute;
	right: -30px;
	top: 9px;
	width: 297px;
}

.fv-scroll {
	bottom: 45px;
	height: 98px;
	position: absolute;
	right: 40px;
}

.fv-scroll-txt {
	color: #fff;
	font-family: "Cormorant Garamond", sans-serif;
	font-size: 15px;
	left: 50%;
	letter-spacing: 0.08em;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	writing-mode: vertical-lr;
}

.fv-scroll-bar {
	animation: pathmove-pc 1.4s ease-in-out infinite;
	background: #fff;
	display: block;
	height: 70px;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 28px;
	transform: translateX(-50%);
	width: 1px;
}

/*高さ・位置・透過が変化して線が上から下に動く*/

/*=======================
トップ / サービス
=======================*/

.service {
	overflow: hidden;
	padding: 58px 0 110px;
	position: relative;
}

.service .bg-circle {
	bottom: -350px;
	right: -164px;
}

.service-content {
	align-items: center;
	display: grid;
	gap: 0 100px;
	grid-template-columns: 1fr 730px;
	margin-inline: auto;
	margin-top: 36px;
	max-width: 1440px;
	position: relative;
	z-index: 1;
}

.service-lead {
	display: block;
	font-family: "Shippori Mincho", sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.6;
	margin-top: 50px;
}

.service-text {
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 2;
	margin-top: 14px;
}

.service-link {
	margin-top: 48px;
}

/*=======================
トップ / 納品までの流れ
=======================*/

.flow {
	background: url(../img/top_flow_pc.png) no-repeat center center/cover;
	height: 880px;
	overflow: hidden;
}

.flow-info {
	padding-top: 104px;
}

.flow-content {
	display: grid;
	grid-template-columns: 246px 1fr;
	margin-right: calc(50% - 50vw);
}

.flow-link {
	margin-top: 37px;
}

.flow-items {
	color: #f7f7f7;
	position: relative;
}

.flow-items::before {
	background: rgba(247, 247, 247, 0.1);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.flow-item {
	align-items: center;
	border-bottom: 1px solid #c7c7c7;
	display: grid;
	grid-template-columns: 68px 1fr;
	height: 220px;
	position: relative;
}

.flow-item:last-of-type {
	border-bottom: none;
}

.flow-item::after {
	color: rgba(229, 229, 229, 0.1);
	content: counter(number02, decimal-leading-zero) "";
	counter-increment: number02 1;
	font-family: "Cormorant Garamond", sans-serif;
	font-size: 193px;
	font-weight: 500;
	letter-spacing: 0.014em;
	position: absolute;
	right: 42px;
	top: 37%;
	transform: translateY(-50%);
}

.flow-item-num {
	background: rgba(0, 0, 0, 0.2);
	display: grid;
	font-family: "Cormorant Garamond", sans-serif;
	font-size: 12px;
	font-weight: 500;
	height: 100%;
	letter-spacing: 0.1em;
	margin-bottom: 8px;
	place-content: center;
	width: 68px;
}

.flow-item-num .large {
	display: block;
	font-size: 34px;
	letter-spacing: 0.06em;
	margin-top: -8px;
}

.flow-item-content {
	padding: 11px 34px 0;
}

.flow-item-title {
	font-family: "Shippori Mincho", sans-serif;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding-left: 9px;
	position: relative;
}

.flow-item-title::before {
	background: #f7f7f7;
	content: "";
	height: 18px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
}

.flow-item-text {
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 2;
	margin-top: 11px;
}

.flow-item-text a {
	color: #fff;
	transition: all 0.3s ease;
}

/*=======================
トップ / 強み
=======================*/

.strength {
	overflow: hidden;
	padding: 87px 0 116px;
	position: relative;
}

.strength .loop-items {
	bottom: -9px;
	opacity: 0.8;
	position: absolute;
}

.strength-items {
	margin-top: 9px;
	position: relative;
}

.strength-item {
	border-bottom: 1px solid #02151c;
	display: grid;
	gap: 35px 25px;
	grid-template-columns: 1fr 2fr;
	padding: 70px 0;
}

.strength-item:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.strength-item .content-title-wrapper {
	padding-top: 4px;
}

.strength-item-text {
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 2;
}

.strength-item-img-wrapper {
	display: flex;
	gap: 0 25px;
	grid-column: 1/3;
}

.strength-link {
	margin-top: 18px;
}

/*=======================
リンクブロック
=======================*/

.link-items {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.link-item {
	position: relative;
	transition: all 0.3s ease;
}

.link-item::before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.link-title {
	color: #fff;
	font-weight: 500;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
}

.link-title .title-en {
	font-family: "Cormorant Garamond", sans-serif;
	font-size: 36px;
	letter-spacing: 0.12em;
}

.link-title .title-jp {
	display: block;
	font-family: "Shippori Mincho", sans-serif;
	font-size: 12px;
	letter-spacing: 0.1em;
	margin-top: 11px;
}

/*=======================
下層 / 取り扱い製品
=======================*/

.page-wrapper.-pageLow.-pageProduct .page-head {
	background-image: url(../img/product_head_pc.png);
}

.product-summary {
	background: #000;
	padding-bottom: 52px;
}

.product-summary .loop-items {
	margin-top: 12px;
}

.product-summary .loop-item {
	animation: loop-slide 20s infinite linear 1s both;
}

.product-summary .loop-item-txt {
	opacity: 0.15;
}

.product-summary-items {
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr 1fr;
	padding-top: 28px;
}

.product-summary-item {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	padding: 36px 40px 32px;
}

.product-summary-item-title {
	letter-spacing: 0.06em;
}

.product-summary-item-title .title-en {
	font-family: "Cormorant Garamond", sans-serif;
	font-size: 14px;
	padding-left: 12px;
	position: relative;
}

.product-summary-item-title .title-en::before {
	background: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
}

.product-summary-item-title .title-jp {
	display: block;
	font-family: "Shippori Mincho", sans-serif;
	font-size: 20px;
	font-weight: 500;
	margin-top: 22px;
}

.product-summary-item-text {
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 2;
	margin-top: 20px;
}

.product {
	padding-bottom: 79px;
	position: relative;
}

.product-title {
	background: #f7f7f7;
	font-weight: 500;
	left: 50%;
	max-width: 1000px;
	padding-top: 77px;
	position: absolute;
	text-align: center;
	top: -64px;
	transform: translateX(-50%);
	width: 100%;
	z-index: 1;
}

.product-title .title-en {
	font-family: "Cormorant Garamond", sans-serif;
	font-size: 118px;
	letter-spacing: 0.06em;
	margin-left: 7px;
}

.product-title .title-jp {
	color: #222;
	display: block;
	font-family: "Shippori Mincho", sans-serif;
	font-size: 16px;
	letter-spacing: 0.1em;
	margin-top: 15px;
}

.product-main-items {
	display: grid;
	gap: 36px 0;
	grid-template-columns: 1fr;
	padding-top: 189px;
}

.product-main-item-title {
	border-bottom: 1px solid #707070;
	font-family: "Shippori Mincho", sans-serif;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.06em;
	padding-bottom: 14px;
	padding-left: 14px;
	position: relative;
}

.product-main-item-title::before {
	background: #02151c;
	content: "";
	height: 26px;
	left: 0;
	position: absolute;
	top: 0;
	width: 3px;
}

.product-sub-items {
	display: grid;
	gap: 20px 20px;
	grid-template-columns: repeat(auto-fit, 320px);
	justify-content: center;
	margin-top: 15px;
}

.product-sub-item-body {
	margin-top: 9px;
}

.product-sub-item-text {
	font-family: "Shippori Mincho", sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.5714285714;
}

.product-sub-item-attention {
	font-size: 12px;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-top: 9px;
}

/*=======================
下層 / 企業情報
=======================*/

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

.company-tab {
	background: #000;
	padding-top: 21px;
}

.company-tab-items {
	display: grid;
	gap: 20px 20px;
	grid-template-columns: repeat(auto-fit, 240px);
	justify-content: center;
}

.history {
	background: #000;
	padding-top: 87px;
}

.history .loop-items {
	margin-top: -10px;
}

.history .loop-item-txt {
	opacity: 0.15;
}

.history-img {
	margin-top: 61px;
	max-width: 100%;
}

.company {
	background: #000;
	padding-top: 73px;
}

.company-title-wrapper {
	background: #000;
}

.company-info {
	background: #000;
	padding-bottom: 86px;
}

.company-info.-pt {
	padding-top: 124px;
}

.company-info.-pb {
	padding-bottom: 67px;
}

.company-info-head {
	display: flex;
	justify-content: space-between;
}

.company-logo {
	height: 78px;
	margin: 31px auto 0;
	width: 302px;
}

.company-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 24px;
}

.company-content.-mt {
	margin-top: 36px;
}

.company-info-link {
	height: -moz-fit-content;
	height: fit-content;
	margin-top: 33px;
}

.company-img {
	grid-column: 1/2;
	grid-row: 1/2;
}

.company-map {
	grid-column: 2/3;
	grid-row: 1/2;
	padding-top: 70.2%;
	position: relative;
	width: 100%;
}

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

.company-details {
	grid-column: 1/3;
	grid-row: 2/3;
}

.company-details-items {
	display: grid;
	gap: 0 100px;
	grid-template-columns: 1fr 1fr;
	margin-top: 9px;
}

.company-details-item {
	border-bottom: 1px solid #e1e3d9;
	color: #fff;
	display: grid;
	font-size: 14px;
	grid-template-columns: 97px 1fr;
	padding: 22px 0;
}

.company-details-item dt {
	font-weight: bold;
	letter-spacing: 0.13em;
	line-height: 1.5714285714;
}

.company-details-item dd {
	letter-spacing: 0.06em;
	line-height: 1.4285714286;
}

.company-details-item a {
	color: #fff;
	transition: all 0.3s ease;
}

.logo_concept {
	background: #fff;
	overflow: hidden;
	padding: 70px 0 91px;
}

.logo_concept-container {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.logo_concept-content {
	align-items: center;
	display: grid;
	gap: 0 77px;
	grid-template-columns: 1fr 310px;
}

.logo_concept-title {
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
	max-width: 550px;
	padding-bottom: 22px;
}

.logo_concept-title .title-en {
	font-family: "Cormorant Garamond", sans-serif;
	font-size: 29px;
	font-weight: 500;
	letter-spacing: 0.06em;
}

.logo_concept-title .title-jp {
	display: block;
	font-family: "Shippori Mincho", sans-serif;
	font-size: 9px;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-top: 19px;
}

.logo_concept-img {
	grid-column: 2/3;
	grid-row: 1/3;
	margin-top: 22px;
	max-width: 310px;
}

.logo_concept-text {
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 2;
}

.quality {
	overflow: hidden;
	padding: 86px 0 90px;
	position: relative;
}

.quality .bg-circle {
	height: 637px;
	right: -192px;
	top: -264px;
	width: 660px;
}

.quality-items {
	display: grid;
	gap: 59px 0;
	margin-top: 37px;
}

.quality-item {
	align-items: center;
	display: flex;
	gap: 0 120px;
	position: relative;
}

.quality-item:nth-of-type(odd) {
	margin-left: calc(50% - 50vw);
}

.quality-item:nth-of-type(even) {
	flex-direction: row-reverse;
	margin-right: calc(50% - 50vw);
}

.quality-item-img {
	width: calc(100% - 580px - 120px);
}

.quality-item-content {
	width: 580px;
}

.quality-item-content .content-title.-jp {
	font-size: 32px;
	font-weight: 500;
	margin-top: 15px;
}

.quality-item-content-items {
	display: grid;
	gap: 37px 0;
	margin-bottom: 43px;
	margin-top: 37px;
}

.quality-item-content-item {
	font-family: "Shippori Mincho", sans-serif;
	font-size: 24px;
	letter-spacing: 0.06em;
	padding-left: 74px;
	position: relative;
}

.quality-item-content-item::before {
	color: #02151c;
	content: counter(number01, decimal-leading-zero) "";
	counter-increment: number01 1;
	font-family: "Cormorant Garamond", sans-serif;
	font-size: 43px;
	left: 0;
	position: absolute;
	top: 20%;
	transform: translateY(-50%);
}

.quality-item-content-item::after {
	background: #02151c;
	content: "";
	height: 24px;
	left: 56px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.quality-item-content-text {
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 2;
}

.quality-item-content-text.-mt {
	margin-top: 25px;
}

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

.page-wrapper.-pageLow.-pageContact,
.page-wrapper.-pageLow.-pageConfirm,
.page-wrapper.-pageLow.-pageThanks {
	background: #000;
}

.page-wrapper.-pageLow.-pageContact .page-head,
.page-wrapper.-pageLow.-pageConfirm .page-head,
.page-wrapper.-pageLow.-pageThanks .page-head {
	background-image: url(../img/contact_head_pc.png);
}

.contact {
	background: #000;
	padding: 25px 0 80px;
}

.contact-head {
	color: #fff;
	margin-top: 27px;
}

.contact-lead {
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 2;
	text-align: center;
}

.contact-content {
	margin-top: 51px;
	text-align: center;
}

.contact-content-title {
	font-family: "Shippori Mincho", sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.06em;
	position: relative;
}

.contact-content-title::before,
.contact-content-title::after {
	background: #fff;
	content: "";
	height: 1px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100px;
}

.contact-content-title::before {
	left: -124px;
}

.contact-content-title::after {
	right: -124px;
}

.contact-box {
	border: 1px solid #fff;
	margin: 28px auto 0;
	width: 480px;
}

.contact-box-head {
	background: #fff;
	color: #191919;
	display: grid;
	font-family: "Shippori Mincho", sans-serif;
	font-size: 16px;
	font-weight: 500;
	height: 36px;
	letter-spacing: 0.08em;
	place-content: center;
}

.contact-box-body {
	display: grid;
	font-family: "Shippori Mincho", sans-serif;
	font-weight: 500;
	height: 80px;
	place-content: center;
}

.contact-box-tel {
	color: #fff;
	font-size: 26px;
	letter-spacing: 0.08em;
}

.contact-box-text {
	display: block;
	font-size: 12px;
	letter-spacing: 0.1em;
	margin-top: 10px;
}

.contact-step-items {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 73px auto 0;
	width: 543px;
}

.contact-step-item {
	background: #A7A7A7;
	border-radius: 50%;
	height: 10px;
	position: relative;
	width: 10px;
}

.contact-step-item span {
	display: block;
	width: -moz-max-content;
	width: max-content;
}

.contact-step-item.current {
	background: #fff;
}

.contact-step-item.current .contact-step-item-num,
.contact-step-item.current .contact-step-item-text {
	color: #fff;
}

.contact-step-bar {
	background: #A7A7A7;
	height: 1px;
	width: calc((100% - 30px) / 2);
}

.contact-step-item-num {
	color: #A7A7A7;
	font-family: "Cormorant Garamond", sans-serif;
	font-size: 17px;
	font-weight: 500;
	left: 50%;
	letter-spacing: 0.03em;
	position: absolute;
	top: -23px;
	transform: translateX(-50%);
}

.contact-step-item-text {
	bottom: -29px;
	color: #A7A7A7;
	font-family: "Shippori Mincho", sans-serif;
	font-size: 16px;
	font-weight: 500;
	left: 50%;
	letter-spacing: 0.08em;
	position: relative;
	transform: translateX(-50%);
}

.contact-form {
	background: #1a1a1a;
	margin-top: 73px;
	padding: 52px 50px 54px 50px;
}

.contact-form-title {
	color: #fff;
	font-family: "Shippori Mincho", sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.08em;
	padding-left: 13px;
	position: relative;
}

.contact-form-title::before {
	background: #fff;
	content: "";
	height: 26px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
}

.contact-form-items {
	border-top: 1px solid #fff;
	display: grid;
	gap: 25px 0;
	margin-top: 17px;
	padding-top: 37px;
}

.contact-form-item {
	align-items: center;
	display: grid;
	gap: 0 44px;
	grid-template-columns: 176px 1fr;
}

.contact-form-item.no-vertical {
	align-items: start;
}

.contact-form-item.-pt {
	border-top: 1px solid #fff;
	padding-top: 26px;
}

.contact-form-item dt,
.contact-form-item dd {
	color: #fff;
	font-family: "Shippori Mincho", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.625;
}

.contact-form-item dt {
	padding-left: 3px;
	position: relative;
}

.contact-form-item dd {
	display: flex;
	gap: 0 20px;
}

.contact-form-item .dt-container {
	position: relative;
}

.contact-form-item .dt-container.required::after {
	background: #fff;
	color: #1d1d1d;
	content: "必須";
	display: grid;
	font-family: "Shippori Mincho", sans-serif;
	font-size: 14px;
	font-weight: 500;
	height: 22px;
	letter-spacing: 0.08em;
	place-content: center;
	position: absolute;
	right: 0;
	top: 3px;
	width: 42px;
}

.contact-form-item input,
.contact-form-item textarea {
	background: #313131;
	border: none;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 1.25;
	padding: 10px;
}

.contact-form-item input.input-box {
	height: 60px;
	width: 100%;
}

.contact-form-item textarea.input-box {
	height: 178px;
	width: 100%;
}

.contact-form-item label {
	align-items: center;
	display: flex;
}

.contact-btn {
	border: none;
	cursor: pointer;
	margin: 41px auto 0;
	overflow: hidden;
	transition: all 0.3s ease;
	width: 240px;
}

.contact-btn input {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 28px;
	color: #fff;
	cursor: pointer;
	font-family: "Shippori Mincho", sans-serif;
	font-size: 16px;
	font-weight: 500;
	height: inherit;
	letter-spacing: 0.06em;
	transition: all 0.3s ease;
	width: inherit;
}

.contact-btn input:focus-visible {
	background: #fff;
	color: #000;
}

input[type=radio] {
	opacity: 0;
	position: absolute;
}

input[type=radio]:focus-visible + .radio-circle {
	outline: auto 1px;
}

input[type=radio]:checked + .radio-circle::after {
	opacity: 1;
}

.radio-circle {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	height: 20px;
	margin-right: 10px;
	position: relative;
	width: 20px;
}

.radio-circle::after {
	background: #fff;
	border-radius: 50%;
	content: "";
	height: 10px;
	left: 4px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.confirm {
	margin-top: 40px;
	padding: 40px 0 60px;
}

.confirm #formWrap {
	background: #1A1A1A;
	color: #fff;
	padding: 40px 20px;
}

.confirm #formWrap h3 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-align: center;
}

.confirm #formWrap h4 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.3333333333;
}

.confirm #formWrap p {
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-top: 40px;
}

.confirm #formWrap .formTable {
	margin-top: 40px;
	width: 100%;
}

.confirm #formWrap .formTable tr {
	display: flex;
	margin-bottom: 20px;
}

.confirm #formWrap .formTable tr:last-of-type {
	margin-bottom: 0;
}

.confirm #formWrap .formTable th,
.confirm #formWrap .formTable td {
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 1.5;
	padding: 10px;
}

.confirm #formWrap .formTable th {
	font-family: "Shippori Mincho", sans-serif;
	text-align: left;
	width: 220px;
}

.confirm #formWrap .formTable td {
	background: #313131;
	width: calc(100% - 220px);
	word-break: break-all;
}

.confirm #formWrap .confirm-btn-items {
	display: grid;
	gap: 0 20px;
	grid-template-columns: 1fr 1fr;
	margin: 40px auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.confirm #formWrap .confirm-btn-items .btn {
	margin: 0;
}

.confirm #formWrap .back-btn::after {
	left: 29px;
	right: 0;
	transform: translateY(-50%) rotate(180deg);
}

.confirm #formWrap input[type=submit],
.confirm #formWrap input[type=button] {
	border-radius: 28px;
	height: 50px;
	width: 240px;
}

.thanks {
	margin-top: 40px;
	padding: 40px 0 80px;
}

.thanks-content {
	background: #1A1A1A;
	color: #fff;
	padding: 40px 20px;
	text-align: center;
}

.thanks-lead {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.6;
}

.thanks-text {
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 2;
	margin-top: 20px;
}

.thanks-btn {
	margin: 40px auto 0;
	width: 300px;
}

/*=======================
下層 / プライバシーポリシー
=======================*/

.page-wrapper.-pageLow.-pagePrivacy {
	background: #000;
}

.page-wrapper.-pageLow.-pagePrivacy .page-head {
	background-image: url(../img/privacy_head_pc.png);
	text-align: center;
}

.privacy {
	padding: 17px 0 76px;
}

.privacy-text {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 2;
}

.privacy-lead {
	text-align: center;
	word-break: auto-phrase;
}

.privacy-items {
	display: grid;
	gap: 46px 0;
	grid-template-columns: 1fr;
	margin-top: 36px;
}

.privacy-item-title {
	border-bottom: 1px solid;
	border-color: #fff;
	border-top: 1px solid;
	color: #fff;
	display: grid;
	font-family: "Shippori Mincho", sans-serif;
	font-size: 20px;
	font-weight: 500;
	height: 60px;
	letter-spacing: 0.06em;
	margin-bottom: 26px;
	place-content: center;
}

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

.btn:hover {
	background: #fff;
	color: #000;
}

.btn:hover::after {
	background-image: url(../img/arrow_black.svg);
}

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

.link:hover {
	opacity: 0.5;
}

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

.header-logo-link:hover {
	opacity: 0.5;
}

.sns-link:hover {
	opacity: 0.5;
}

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

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

.flow-item-text a:hover {
	opacity: 0.5;
}

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

.company-details-item a:hover {
	opacity: 0.5;
}

.contact-btn:hover input {
	color: #000;
}

}

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

.btn:hover {
	background: #fff;
	color: #000;
}

.btn:hover::after {
	background-image: url(../img/arrow_black.svg);
}

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

.link:hover {
	opacity: 0.5;
}

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

.header-logo-link:hover {
	opacity: 0.5;
}

.sns-link:hover {
	opacity: 0.5;
}

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

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

.flow-item-text a:hover {
	opacity: 0.5;
}

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

.company-details-item a:hover {
	opacity: 0.5;
}

.contact-btn:hover input {
	color: #000;
}

}

@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;
}

.inner01 {
	margin-inline: auto;
	max-width: initial;
	width: 33.5rem;
}

.inner02 {
	margin-inline: auto;
	max-width: initial;
	width: 33.5rem;
}

.inner03 {
	margin-inline: auto;
	max-width: initial;
	width: 33.5rem;
}

.sec-title {
	padding-left: 2.5rem;
}

.sec-title .title-en {
	font-size: 3.6rem;
	font-weight: 500;
}

.sec-title .title-en::before {
	height: 0.1rem;
	left: -205%;
}

.sec-title .title-jp {
	font-size: 1.2rem;
	margin-top: 1.1rem;
}

.content-title-wrapper.-deco::after {
	bottom: -1.4rem;
	height: 0.1rem;
	width: 0.5rem;
}

.content-title-deco {
	font-size: 1.4rem;
	padding-left: 1.1rem;
}

.content-title-deco::before {
	height: 0.4rem;
	width: 0.4rem;
}

.content-title {
	margin-top: 1.3rem;
}

.content-title.-en {
	font-size: 3rem;
	line-height: 1.2666666667;
}

.content-title.-jp {
	font-size: 2rem;
	line-height: 1.6;
}

.btn {
	border-radius: 2.8rem;
	border-width: 0.1rem;
	font-size: 1.1rem;
	height: 3.4rem;
}

.btn::after {
	height: 0.6rem;
	right: 1.9rem;
	width: 0.3rem;
}

br.is-pc {
	display: none;
}

br.is-sp {
	display: inline;
}

span.is-pc {
	display: none;
}

span.is-sp {
	display: inline;
}

.link {
	border-width: 0.1rem;
	font-size: 1.4rem;
	padding-bottom: 0.5rem;
	padding-right: 2.6rem;
}

.link::after {
	height: 0.8rem;
	right: -0.2rem;
	width: 0.4rem;
}

.bg-circle {
	height: 24.7rem;
	width: 25.6rem;
}

.bg-txt {
	font-size: 11rem;
	right: -1.1rem;
	top: 0.7rem;
}

.loop-items {
	gap: 0 5rem;
}

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

.page-wrapper {
	padding-top: 4.8rem;
}

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

.page-wrapper.-pageLow .page-title .title-jp,
.page-wrapper.-pageLow .page-title .title-en {
	top: 44%;
}

.page-wrapper.-pageLow .page-title .title-jp {
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	margin-left: 0.2rem;
	text-align: center;
	width: 100%;
}

.page-wrapper.-pageLow .page-title .title-en {
	font-size: 5rem;
	margin-left: 0.6rem;
}

.breadcrumb {
	padding: 2.2rem 0;
}

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

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

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

.breadcrumb-bar {
	height: 0.1rem;
	width: 2.8rem;
}

.header {
	height: 4.8rem;
	padding: 0;
}

.header .sns-link {
	display: none;
}

.header-logo {
	height: 3.2rem;
	margin-bottom: 0;
	width: 12.3rem;
}

.header-nav {
	display: none;
}

.sns-link {
	display: block;
	height: 3.5rem;
	width: 3.5rem;
}

.drawer-icon {
	align-items: center;
	background: #1F1F1F;
	cursor: pointer;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 4.8rem;
}

.drawer-bars {
	height: 0.7rem;
	position: relative;
	width: 2.5rem;
}

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

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

.drawer-bar.bar02 {
	bottom: 0;
}

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

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

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

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

.drawer .sns-link {
	margin: 3rem auto 0;
}

.drawer-container {
	margin-inline: auto;
	padding: 2.2rem 0 3rem;
	position: relative;
	width: 32rem;
	z-index: 1;
}

.drawer-item {
	align-items: center;
	border-bottom: 0.1rem solid #464646;
	display: flex;
	height: 6.2rem;
}

.drawer-item-link {
	color: #fff;
	font-family: "Cormorant Garamond", sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	position: relative;
	width: 100%;
}

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

.drawer-bg {
	bottom: 0.9rem;
	color: #212121;
	font-family: "Cormorant Garamond", sans-serif;
	font-size: 5.6rem;
	left: 0.8rem;
	letter-spacing: 0.04em;
	position: absolute;
}

.footer {
	padding: 3.3rem 0 4.2rem;
}

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

.footer-logo {
	height: 5.6rem;
	margin-left: 0;
	width: 21.7rem;
}

.footer-content {
	display: block;
}

.footer-address {
	font-size: 1.3rem;
	margin-left: 0.5rem;
	margin-top: 1.7rem;
}

.footer-nav {
	margin-right: 0;
	margin-top: 3.8rem;
}

.footer-nav-items {
	display: grid;
	gap: 3.4rem 0;
	grid-template-columns: 1fr;
}

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

.footer-link {
	border-width: 0.1rem;
	font-size: 1.7rem;
	letter-spacing: 0.08em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 6.5rem;
	padding-bottom: 0.6rem;
}

.copyright {
	font-size: 1rem;
	margin-left: 0.5rem;
	margin-top: 3.3rem;
}

.fv-movie {
	height: calc(100svh - 4.8rem);
}

.fv-content {
	bottom: 3.7rem;
	left: 1.1rem;
}

.fv-copy-jp {
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	line-height: 1.4583333333;
}

.fv-copy-en {
	font-size: 1.2rem;
	line-height: 1.8333333333;
	margin-left: 1.3rem;
	margin-top: 1.1rem;
}

.fv-bg {
	display: flex;
	right: 0.6rem;
	top: 1.2rem;
}

.fv-bg-txt {
	font-size: 5.6rem;
	letter-spacing: 0.04em;
	line-height: 1;
}

.fv-bg-txt::after {
	height: 17.3rem;
	right: 1.4rem;
	top: 1.7rem;
	width: 17.9rem;
}

.fv-scroll {
	bottom: 3.7rem;
	height: 13.4rem;
	right: 2.1rem;
}

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

.fv-scroll-bar {
	animation: pathmove-sp 1.4s ease-in-out infinite;
	height: 8rem;
	top: 5.5rem;
	width: 0.1rem;
}

.service {
	padding: 4.4rem 0 6.8rem;
}

.service .bg-circle {
	bottom: -11.3rem;
	right: -5.9rem;
}

.service-content {
	display: block;
	margin-top: 2.2rem;
	width: 33.5rem;
}

.service-info {
	margin-top: 2.3rem;
}

.service-lead {
	font-size: 2rem;
	margin-top: 3rem;
}

.service-text {
	font-size: 1.4rem;
	margin-top: 1.6rem;
}

.service-link {
	margin-left: auto;
	margin-right: 0.3rem;
	margin-top: 2.8rem;
}

.flow {
	height: initial;
}

.flow-info {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 4.2rem 2.1rem 0;
}

.flow-content {
	display: block;
	margin-left: calc(50% - 50vw);
}

.flow-link {
	margin-top: 0;
}

.flow-items {
	margin-top: 3.3rem;
}

.flow-item {
	border-bottom: none;
	border-top: 0.1rem solid #c7c7c7;
}

.flow-item {
	grid-template-columns: 6.8rem 1fr;
	height: 24.4rem;
}

.flow-item::after {
	bottom: -1.7rem;
	font-size: 19.3rem;
	right: 0.4rem;
	top: initial;
	transform: initial;
}

.flow-item-num {
	font-size: 1.2rem;
	margin-bottom: 0.8rem;
	width: 6.8rem;
}

.flow-item-num .large {
	font-size: 3.4rem;
	margin-top: -0.8rem;
}

.flow-item-content {
	padding: 1.1rem 3.6rem 0 2.1rem;
}

.flow-item-title {
	font-size: 2rem;
	line-height: 1.4;
}

.flow-item-title::before {
	height: 70%;
	width: 0.2rem;
}

.flow-item-text {
	font-size: 1.4rem;
	line-height: 1.7857142857;
	margin-top: 0.8rem;
}

.strength {
	padding: 4.5rem 0 5.6rem;
}

.strength .loop-items {
	bottom: -0.7rem;
}

.strength-items {
	margin-top: 0.9rem;
}

.strength-item {
	gap: 0;
	grid-template-columns: 1fr;
	padding: 3rem 0;
}

.strength-item .content-title-wrapper {
	grid-column: 1/2;
	grid-row: 1/2;
	padding-top: 0;
}

.strength-item .content-title-wrapper .content-title.-jp {
	margin-top: 0.9rem;
}

.strength-item-text {
	font-size: 1.4rem;
	grid-column: 1/2;
	grid-row: 3/4;
	margin-top: 1.6rem;
}

.strength-item-img-wrapper {
	gap: 0 0.5rem;
	grid-column: 1/2;
	grid-row: 2/3;
	margin-top: 1.4rem;
}

.strength-link {
	margin-top: 1.8rem;
}

.link-items {
	grid-template-columns: 1fr;
}

.link-title .title-en {
	font-size: 3.5rem;
}

.link-title .title-jp {
	font-size: 1.3rem;
	margin-top: 1.1rem;
}

.page-wrapper.-pageLow.-pageProduct .page-head {
	background-image: url(../img/product_head_sp.png);
}

.product-summary {
	padding-bottom: 1.7rem;
}

.product-summary .loop-items {
	margin-top: 1.6rem;
}

.product-summary-items {
	gap: 1rem 0;
	grid-template-columns: 1fr;
	padding-top: 0;
}

.product-summary-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 19.4rem;
	padding: 3.1rem 4rem 2.8rem;
}

.product-summary-item-title .title-en {
	font-size: 1.4rem;
	padding-left: 1.2rem;
}

.product-summary-item-title .title-en::before {
	height: 0.4rem;
	width: 0.4rem;
}

.product-summary-item-title .title-jp {
	font-size: 2rem;
	margin-top: 1.2rem;
}

.product-summary-item-text {
	font-size: 1.4rem;
	line-height: 1.7142857143;
	margin-top: 1.7rem;
}

.product {
	padding-bottom: 5.9rem;
}

.product-title {
	max-width: 33.5rem;
	padding-top: 4.8rem;
	top: -2.3rem;
}

.product-title .title-en {
	font-size: 5.4rem;
	margin-left: 0.3rem;
}

.product-title .title-jp {
	font-size: 1.6rem;
	margin-left: 0.3rem;
	margin-top: 1rem;
}

.product-main-items {
	gap: 3.5rem 0;
	padding-top: 13.4rem;
}

.product-main-item-title {
	border-width: 0.1rem;
	font-size: 2.2rem;
	padding-bottom: 1.5rem;
	padding-left: 1.4rem;
}

.product-main-item-title::before {
	height: 2.4rem;
	width: 0.3rem;
}

.product-sub-items {
	gap: 2rem 0;
	grid-template-columns: 1fr;
	margin-top: 2rem;
}

.product-sub-item {
	display: grid;
	gap: 0 1rem;
	grid-template-columns: 14rem 1fr;
}

.product-sub-item-body {
	margin-top: 0;
}

.product-sub-item-text {
	font-size: 1.2rem;
	letter-spacing: 0em;
	line-height: 1.6666666667;
	margin-top: -0.2rem;
}

.product-sub-item-attention {
	font-size: 1.1rem;
	line-height: 1.6363636364;
	margin-top: 0.8rem;
}

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

.company-tab {
	padding-top: 2.1rem;
}

.company-tab-items {
	gap: 0.9rem 1.4rem;
	grid-template-columns: 1fr 1fr;
}

.history {
	padding-bottom: 3.3rem;
	padding-top: 4.4rem;
}

.history .loop-items {
	margin-top: -2.4rem;
}

.history-img {
	margin-right: calc(50% - 50vw);
	margin-top: 3.2rem;
	max-width: initial;
	z-index: 1;
}

.history-img img {
	height: 24.9rem;
	width: 100rem;
}

.company {
	padding-top: 6.5rem;
	position: relative;
}

.company::before {
	background: #fff;
	content: "";
	height: 0.1rem;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 33.5rem;
}

.company-info {
	padding-bottom: 5.6rem;
}

.company-info.-pt {
	padding-top: 4.1rem;
}

.company-info.-pb {
	padding-bottom: 7rem;
}

.company-info-head-img {
	height: 3.3rem;
	width: 20.5rem;
}

.company-logo {
	height: 5.3rem;
	margin-top: 3.1rem;
	width: 20.8rem;
}

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

.company-content.-mt {
	margin-top: 2.1rem;
}

.company-info-link {
	margin-top: 0.9rem;
}

.company-map {
	grid-column: 1/2;
	grid-row: 3/4;
	margin-top: 3rem;
}

.company-details {
	grid-column: 1/2;
}

.company-details-items {
	grid-template-columns: 1fr;
	margin-top: 0.9rem;
}

.company-details-item {
	border-width: 0.1rem;
	font-size: 1.4rem;
	grid-template-columns: 10.6rem 1fr;
	padding: 1.9rem 0;
}

.logo_concept {
	padding: 6.4rem 0 6.2rem;
}

.logo_concept-content {
	grid-template-columns: 1fr;
}

.logo_concept-title {
	border-width: 0.1rem;
	margin-bottom: 0;
	max-width: initial;
	padding-bottom: 2.1rem;
}

.logo_concept-title .title-en {
	font-size: 3.6rem;
}

.logo_concept-title .title-jp {
	font-size: 1.2rem;
	margin-top: 1.1rem;
}

.logo_concept-img {
	grid-column: 1/2;
	grid-row: 2/3;
	height: 17.5rem;
	margin: 2rem auto 2.8rem;
	width: 21.3rem;
}

.logo_concept-text {
	font-size: 1.4rem;
	grid-row: 3/4;
}

.quality {
	padding: 4.4rem 0 6.7rem;
}

.quality .bg-circle {
	height: 35.9rem;
	right: -16.5rem;
	top: -16.6rem;
	width: 37rem;
}

.quality-items {
	gap: 4.5rem 0;
	margin-top: 3.2rem;
}

.quality-item {
	display: block;
}

.quality-item:nth-of-type(odd) {
	margin-left: 0;
}

.quality-item:nth-of-type(odd) .quality-item-img {
	margin-left: -2rem;
}

.quality-item:nth-of-type(even) {
	margin-right: 0;
}

.quality-item:nth-of-type(even) .quality-item-img {
	margin-right: -2rem;
}

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

.quality-item-img img {
	height: 23rem;
	width: 35.5rem;
}

.quality-item-content {
	margin-top: 4.4rem;
	width: 100%;
}

.quality-item-content .content-title.-jp {
	font-size: 2.8rem;
	margin-top: 1rem;
}

.quality-item-content-items {
	gap: 2.7rem 0;
	margin-bottom: 3.6rem;
	margin-top: 2.9rem;
}

.quality-item-content-item {
	font-size: 2.2rem;
	font-weight: 500;
	padding-left: 7.8rem;
}

.quality-item-content-item::before {
	font-size: 3.9rem;
	left: 0.4rem;
	top: 27%;
}

.quality-item-content-item::after {
	height: 2.4rem;
	left: 6rem;
	top: 57%;
	width: 0.1rem;
}

.quality-item-content-text {
	font-size: 1.4rem;
}

.quality-item-content-text.-mt {
	margin-top: 1.2rem;
}

.page-wrapper.-pageLow.-pageContact .page-head,
.page-wrapper.-pageLow.-pageConfirm .page-head,
.page-wrapper.-pageLow.-pageThanks .page-head {
	background-image: url(../img/contact_head_sp.png);
}

.contact {
	padding: 2.4rem 0 5.9rem;
}

.contact .sec-title {
	padding-left: 0;
}

.contact .sec-title .title-jp {
	margin-top: 2.1rem;
}

.contact-head {
	margin-top: 1.9rem;
}

.contact-lead {
	font-size: 1.4rem;
}

.contact-content {
	margin-top: 3.6rem;
}

.contact-content-title {
	display: block;
	font-size: 2rem;
}

.contact-content-title::before,
.contact-content-title::after {
	width: 2.8rem;
}

.contact-content-title::before {
	left: 0;
}

.contact-content-title::after {
	right: 0;
}

.contact-box {
	border-width: 0.1rem;
	margin-top: 1.9rem;
	width: 100%;
}

.contact-box-head {
	font-size: 1.6rem;
	height: 2.6rem;
}

.contact-box-body {
	height: 7.5rem;
	padding-bottom: 0.7rem;
}

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

.contact-box-text {
	font-size: 1.2rem;
	letter-spacing: 0.13em;
	margin-top: 0.6rem;
}

.contact-step-items {
	margin-top: 7.9rem;
	width: 28.5rem;
}

.contact-step-item {
	height: 1rem;
	width: 1rem;
}

.contact-step-bar {
	height: 0.1rem;
	width: calc((100% - 3rem) / 2);
}

.contact-step-item-num {
	font-size: 1.5rem;
	top: -2.7rem;
}

.contact-step-item-text {
	bottom: -2.3rem;
	font-size: 1.4rem;
}

.contact-form {
	margin-top: 6rem;
	padding: 4.5rem 1.8rem 6rem;
}

.contact-form-title {
	font-size: 2rem;
	font-weight: bold;
	padding-left: 1.3rem;
}

.contact-form-title::before {
	height: 2.6rem;
	width: 0.3rem;
}

.contact-form-items {
	border-width: 0.1rem;
	gap: 1.9rem 0;
	margin-top: 1.3rem;
	padding-top: 1.2rem;
}

.contact-form-item {
	gap: 0.8rem 0;
	grid-template-columns: 1fr;
}

.contact-form-item.-pt {
	border-width: 0.1rem;
	padding-top: 1.7rem;
}

.contact-form-item dt,
.contact-form-item dd {
	font-size: 1.6rem;
	letter-spacing: 0.04em;
	line-height: 1.375;
}

.contact-form-item dt {
	padding-left: 0.4rem;
	width: -moz-fit-content;
	width: fit-content;
}

.contact-form-item dd {
	display: grid;
	gap: 1rem 0;
	grid-template-columns: 1fr;
}

.contact-form-item .dt-container.required::after {
	font-size: 1.2rem;
	height: 2rem;
	letter-spacing: normal;
	right: -5.4rem;
	top: 0.2rem;
	width: 4.4rem;
}

.contact-form-item input,
.contact-form-item textarea {
	font-size: 1.6rem;
	padding: 1rem;
}

.contact-form-item input.input-box {
	height: 4rem;
}

.contact-form-item textarea.input-box {
	height: 12rem;
}

.contact-form-item label {
	font-size: 1.4rem;
	letter-spacing: 0.06em;
}

.contact-btn {
	height: 5rem;
	margin-top: 3rem;
	width: 24rem;
}

.contact-btn::after {
	height: 0.8rem;
	right: 2.9rem;
	width: 0.4rem;
}

.contact-btn input {
	border-radius: 2.8rem;
	border-width: 0.1rem;
	font-size: 1.6rem;
}

.radio-circle {
	border-width: 0.1rem;
	height: 2rem;
	margin-right: 0.8rem;
	width: 2rem;
}

.radio-circle::after {
	height: 1rem;
	left: 0.4rem;
	width: 1rem;
}

.confirm {
	margin-top: 4rem;
	padding: 4rem 0 6rem;
}

.confirm #formWrap {
	padding: 4rem 2rem;
}

.confirm #formWrap h3 {
	font-size: 2rem;
}

.confirm #formWrap h4 {
	font-size: 1.6rem;
}

.confirm #formWrap p {
	font-size: 1.6rem;
	margin-top: 4rem;
}

.confirm #formWrap .error_messe {
	font-size: 1.4rem;
	margin-top: 2rem;
}

.confirm #formWrap .formTable {
	margin-top: 4rem;
}

.confirm #formWrap .formTable tr {
	display: block;
	margin-bottom: 2rem;
}

.confirm #formWrap .formTable th,
.confirm #formWrap .formTable td {
	display: block;
	font-size: 1.6rem;
	padding: 1rem;
}

.confirm #formWrap .formTable th {
	width: 100%;
}

.confirm #formWrap .formTable td {
	width: 100%;
}

.confirm #formWrap .confirm-btn-items {
	gap: 2rem 0;
	grid-template-columns: 1fr;
	margin-top: 4rem;
}

.confirm #formWrap .confirm-btn-items .btn:first-of-type {
	grid-row: 2/3;
}

.confirm #formWrap .confirm-btn-items .btn:last-of-type {
	grid-row: 1/2;
}

.confirm #formWrap .back-btn::after {
	left: 2.9rem;
}

.confirm #formWrap input[type=submit],
.confirm #formWrap input[type=button] {
	border-radius: 2.8rem;
	height: inherit;
	width: inherit;
}

.thanks {
	margin-top: 4rem;
	padding: 4rem 0 6rem;
}

.thanks-content {
	padding: 4rem 1rem;
}

.thanks-lead {
	font-size: 2rem;
}

.thanks-text {
	font-size: 1.6rem;
	margin-top: 2rem;
}

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

.page-wrapper.-pageLow.-pagePrivacy .page-head {
	background-image: url(../img/privacy_head_sp.png);
}

.privacy {
	padding: 1.6rem 0 6.3rem;
}

.privacy-text {
	font-size: 1.4rem;
}

.privacy-lead {
	text-align: left;
	word-break: normal;
}

.privacy-items {
	gap: 4.6rem 0;
	margin-top: 3.6rem;
}

.privacy-item-title {
	border-width: 0.1rem;
	font-size: 2rem;
	height: 6rem;
	margin-bottom: 1.6rem;
}

}

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

.inner01 {
	width: 95%;
}

.inner02 {
	width: 95%;
}

.inner03 {
	width: 95%;
}

.sec-title .title-en::before {
	display: none;
}

.content-title.-jp {
	font-size: 20px;
}

.service-content {
	gap: 0 30px;
}

.flow-content {
	grid-template-columns: 140px 1fr;
}

.company-details-items {
	gap: 0 40px;
}

.logo_concept-content {
	gap: 0 40px;
}

.quality-item {
	gap: 0 40px;
}

.quality-item-img {
	width: calc(100% - 400px - 40px);
}

.quality-item-content {
	width: 400px;
}

}

@keyframes rotation {

0% {
	transform: rotate(0);
}

100% {
	transform: rotate(360deg);
}

}

@keyframes loop-slide {

from {
	transform: translateX(0);
}

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

}

@keyframes pathmove-pc {

0% {
	height: 0;
	opacity: 0;
	top: 44px;
}

30% {
	height: 33px;
	opacity: 1;
}

100% {
	height: 0;
	opacity: 0;
	top: 98px;
}

}

@keyframes pathmove-sp {

0% {
	height: 0;
	opacity: 0;
	top: 5.5rem;
}

30% {
	height: 4rem;
	opacity: 1;
}

100% {
	height: 0;
	opacity: 0;
	top: 13.5rem;
}

}

