body {
	background: #FDFDFD;
	color: #333333;
	font-family: "Noto Serif JP", serif;
	font-size: min(1.25vw, 18px);
	font-weight: 400;
	letter-spacing: min(0.0625vw, 0.9px);
	line-height: min(2.2222222222vw, 32px);
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	width: 100%;
}

main {
	margin-top: min(calc(170 / 1440 * 100vw),170px);
}

.only-sp {
	display: none;
}

.inner {
	margin: 0 auto;
	width: min(76.3888888889vw, 1100px);
}

.section-title {
	margin-top: min(4.8611111111vw, 70px);
	position: relative;
	text-align: center;
}

.section-title-left {
	text-align: left;
}

.section-title-text {
	font-size: min(2.5vw, 36px);
	letter-spacing: min(0.25vw, 3.6px);
	line-height: min(4.8611111111vw, 70px);
}

.section-title-back {
	color: #F4F4F4;
	font-family: "EB Garamond", serif;
	font-size: min(5.5555555556vw, 80px);
	left: 50%;
	line-height: min(5.1388888889vw, 74px);
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: -1;
}

.button-red {
	border: 1px solid #C2153D;
	border-radius: min(3.4722222222vw, 50px);
	color: #C2153D;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.1111111111vw, 16px);
	font-weight: 400;
	line-height: normal;
	padding: min(1.3888888889vw, 20px) 0;
	position: relative;
	text-align: center;
	transition: 0.3s;
	width: min(19.4444444444vw, 280px);
}

.button-red::after {
	background: url(../img/button-red-vector.png) no-repeat center center/contain;
	content: "";
	height: min(0.6944444444vw, 10px);
	position: absolute;
	right: min(2.0833333333vw, 30px);
	top: 50%;
	transform: translateY(-50%);
	width: min(0.4861111111vw, 7px);
}

@media (hover: hover) {
	.button-red:hover {
		background-color: #C2153D;
		color: #FDFDFD;
	}
	.button-red:hover::after {
		background: url(../img/button-red-vector-hover.png) no-repeat center center/contain;
	}
}

.button-brown {
	border: 1px solid #7A6F6F;
	border-radius: min(3.4722222222vw, 50px);
	color: #7A6F6F;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.1111111111vw, 16px);
	font-weight: 400;
	line-height: normal;
	padding: min(1.3888888889vw, 20px);
	position: relative;
	text-align: center;
	transition: 0.3s;
	width: min(19.4444444444vw, 280px);
}

.button-brown::after {
	background: url(../img/button-brown-vector.png) no-repeat center center/contain;
	content: "";
	height: min(0.6944444444vw, 10px);
	position: absolute;
	right: min(2.0833333333vw, 30px);
	top: 50%;
	transform: translateY(-50%);
	width: min(0.4861111111vw, 7px);
}

@media (hover: hover) {
.button-brown:hover {
	background-color: #7A6F6F;
	color: #FDFDFD;
}

.button-brown:hover::after {
	background: url(../img/button-red-vector-hover.png) no-repeat center center/contain;
}
}

.button-gray {
	border: 1px solid #A39E9E;
	border-radius: min(3.4722222222vw, 50px);
	color: #A39E9E;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.1111111111vw, 16px);
	font-weight: 400;
	line-height: normal;
	padding: min(1.3888888889vw, 20px);
	position: relative;
	text-align: center;
	transition: 0.3s;
	width: min(19.4444444444vw, 280px);
}

.button-gray::after {
	background: url(../img/button-gray.png) no-repeat center center/contain;
	content: "";
	height: min(0.6944444444vw, 10px);
	position: absolute;
	right: min(2.0833333333vw, 30px);
	top: 50%;
	transform: translateY(-50%);
	width: min(0.4861111111vw, 7px);
}

@media (hover: hover) {
.button-gray:hover {
	background-color: #A39E9E;
	color: #FFFFFF;
}

.button-gray:hover::after {
	background: url(../img/button-red-vector-hover.png) no-repeat center center/contain;
}
}

.contact__button {
	border: 1px solid #C2153D;
	color: #C2153D;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.1111111111vw, 16px);
	font-weight: 400;
	padding: min(2.5694444444vw, 37px);
	position: relative;
	text-align: center;
	transition: 0.3s;
	width: min(21.5277777778vw, 310px);
	cursor: pointer;
}

.contact__button::after {
	background: url(../img/button-red-vector.png) no-repeat center center/contain;
	content: "";
	height: min(0.6944444444vw, 10px);
	position: absolute;
	right: min(3.125vw, 45px);
	top: 50%;
	transform: translateY(-50%);
	width: min(0.4861111111vw, 7px);
}

@media (hover: hover) {
.contact__button:hover {
	background: #C2153D;
	color: #FDFDFD;
}

.contact__button:hover::after {
	background: url(../img/button-red-vector-hover.png) no-repeat center center/contain;
}
}

/* fuwa start */

.fadeUp {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeUpAnime;
}

.fuwa {
	opacity: 0;
}

/* fuwa end */

.header {
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
	background-color: #FFFFFF;
	transition: 0.2s;
}


.header.scrolled {
	box-shadow: 0px 0px 2px 2px rgba(244, 244, 244, 1);
	transition: 0.2s;
}

.header__flex {
	align-items: center;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}

.header__logo {
	display: inline-block;
	margin-left: min(2.9166666667vw, 42px);
	transition: 0.3s;
	width: min(11.4583333333vw, 165px);
}

@media (hover: hover) {
.header__logo:hover {
	opacity: 0.7;
}
}


.header__menu {
	align-items: center;
	display: flex;
	gap: min(2.5vw, 36px);
}

.header__menu-toggle {
	position: relative;
	transform: translateY(min(0.6944444444vw, 9px));
}

.header__menu-toggle-title {
	letter-spacing: normal;
	line-height: normal;
	padding-bottom: min(1.3194444444vw, 19px);
	padding-right: min(1.0520833333vw, 15.15px);
	position: relative;
	transition: 0.3s;
}

.header__menu-toggle-title::after {
	background: url(../img/header-vector.png) no-repeat center center/contain;
	content: "";
	height: min(0.4965277778vw, 7.15px);
	position: absolute;
	right: 0;
	top: min(0.8333333333vw, 12px);
	transition: 0.3s;
	width: min(0.625vw, 9px);
}


@media (hover: hover) {
.header__menu-toggle-title:hover {
	cursor: pointer;
}

.header__menu-toggle-title:hover::after {
	transform: rotate(-180deg);
}
}

.header__menu-toggle-container {
	background-color: #FDFDFD;
	border-top: 1px solid #C2153D;
	box-shadow: 0px 0px 4px 0px rgba(163, 158, 158, 0.25);
	padding: min(1.3888888889vw, 20px) 0 min(1.3888888889vw, 20px) min(1.3888888889vw, 20px);
	pointer-events: none;
	position: absolute;
	top: min(2.9861111111vw, 43px);
	visibility: hidden;
	width: min(12.7083333333vw, 183px);
	z-index: 5;
}

@media (hover: hover) {
.header__menu-toggle:hover .header__menu-toggle-title::after {
	transform: rotate(-180deg);
}
}

.header__menu-toggle-container.visible {
	pointer-events: auto;
	visibility: visible;
}

.header__menu-toggle-item {
	opacity: 0;
	position: relative;
	transform: translateX(-20px);
	visibility: hidden;
}

.header__menu-toggle-item:not(:first-child) {
	margin-top: min(1.0416666667vw, 15px);
}

/* アニメーションのキーフレームを定義 */

/* ホバー時にアニメーションを適用するクラス */

.header__menu-toggle-item-animate {
	animation: slideIn 0.5s ease forwards;
	visibility: visible;
}

.header__menu-toggle-item-link {
	display: block;
	font-size: min(0.9722222222vw, 14px);
	letter-spacing: normal;
	line-height: normal;
	transition: 0.3s;
}

@media (hover: hover) {
.header__menu-toggle-item-link:hover {
	color: #C2153D;
}
}

.header__menu-item {
	display: inline-block;
	letter-spacing: normal;
	line-height: normal;
	transition: 0.3s;
}

@media (hover: hover) {
.header__menu-item:hover {
	color: #C2153D;
}
}

.header__menu-contact {
	background-color: #C2153D;
	color: #FDFDFD;
	font-weight: 500;
	margin-left: min(0.7638888889vw, 11px);
	overflow: hidden;
	padding: min(2.5694444444vw, 37px) min(3.2638888889vw, 47px);
	position: relative;
	z-index: 1;
}

.header__menu-contact::after {
	background: #7A6F6F; /* アフターの背景色 */
	bottom: 0;
	content: "";
	left: auto;
	position: absolute;
	right: 0; /* 右から始める */
	top: 0;
	transition: width 0.3s ease; /* 幅の変化をアニメーション */
	width: 0; /* 初期状態では幅を0に */
	z-index: -1;
}

@media (hover: hover) {
.header__menu-contact:hover::after {
	left: 0; /* 左から始める */
	right: auto;
	width: 100%; /* ホバー時に幅を100%に */
}
}

.header-sp {
	background: #fff;
	display: none;
}

.drawer-icon {
	display: none;
	position: fixed;
	right: 5.1282051282vw;
	top: 6.4102564103vw;
	transition: transform 0.5s ease 0s;
	z-index: 12;
}

.drawer-icon.is-active .drawer-icon-bar1 {
	top: 2.0512820513vw;
	transform: rotate(-45deg);
}

.drawer-icon.is-active .drawer-icon-bar2 {
	top: 2.0512820513vw;
	transform: rotate(45deg);
}

.drawer-icon-bars {
	display: block;
	height: 2.5641025641vw;
	position: relative;
	width: 7.6923076923vw;
}

.drawer-icon-bar1,
.drawer-icon-bar2 {
	background: #C2153D;
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	transition: transform 0.5s ease 0s;
	width: 7.6923076923vw;
	z-index: 12;
}

.drawer-icon-bar1 {
	top: 0px;
}

.drawer-icon-bar2 {
	top: 2.3076923077vw;
}

.drawer-content {
	background: #fff;
	height: 100%;
	overflow: scroll;
	padding: 0 5.1282051282vw;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateY(-105%);
	transition: transform 0.5s ease 0s;
	width: 100%;
	z-index: 11;
}

.drawer-content.is-active {
	transform: translateY(0%);
	transition: transform 0.5s ease 0s;
}

.drawer-content-logo {
	display: block;
	margin-top: 15.3846153846vw;
	width: 30vw;
}

.drawer-content-logo img {
	display: block;
}

.drawer-content-logo-text {
	color: #C2153D;
	font-size: 3.5897435897vw;
	letter-spacing: 0.358974359vw;
	line-height: normal;
	margin-top: 2.2384615385vw;
}

.drawer-content-items {
	display: block;
	margin-top: 17.9487179487vw;
}

.drawer-content-item {
	padding: 5.1282051282vw 0;
	position: relative;
}

.drawer-content-item::before {
	background-color: #D9D9D9;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.drawer-content-item::after {
	background-color: #C2153D;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 12.8205128205vw;
}

.drawer-content-item a {
	color: #000000;
	display: block;
	font-size: 4.1025641026vw;
	letter-spacing: 0.4102564103vw;
	line-height: normal;
}

.drawer-content-buttons {
	margin-top: 20.5128205128vw;
	text-align: center;
	padding-bottom: 20.5128205128vw;
}

.drawer-content-button:not(:first-child) {
	margin-top: 7.6923076923vw;
}

.drawer-accordion-item {
	position: relative;
}

.drawer-accordion-item::before {
	background-color: #D9D9D9;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.drawer-accordion-item::after {
	background-color: #C2153D;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 12.8205128205vw;
}

.drawer-accordion {
	padding-bottom: 1.2820512821vw;
}

.drawer-accordion-title {
	color: #000000;
	font-size: 4.1025641026vw;
	padding: 5.1282051282vw 0 3.8461538462vw;
	position: relative;
}

.drawer-accordion-icon {
	height: 4.8717948718vw;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4.8717948718vw;
}

.drawer-accordion-icon.is-open .drawer-accordion-bar2 {
	transform: rotate(90deg);
}

.drawer-accordion-bar1 {
	background: #737070;
	height: 1px;
	left: 0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 4.8717948718vw;
}

.drawer-accordion-bar2 {
	background: #737070;
	height: 4.8717948718vw;
	left: 50%;
	position: absolute;
	top: 0px;
	transform: translateX(-50%);
	transition: all 0.3s ease 0s;
	width: 1px;
}

.drawer-accordion-content-container {
	display: none;
	padding: 0 0 5.1282051282vw 7.6923076923vw;
}

.drawer-accordion-content-link {
	display: block;
	padding-left: 6.9230769231vw;
	position: relative;
}

.drawer-accordion-content-link:not(:first-child) {
	margin-top: 3.8461538462vw;
}

.drawer-accordion-content-link::after {
	background: url(../img/button-red-vector.png) no-repeat center center/contain;
	content: "";
	height: 2.5641025641vw;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.7948717949vw;
}

.breadcrumbs {
	margin-top: min(calc(15 / 1440 * 100vw),15px);
}

.breadcrumb_inner {
	display: flex;
	flex-wrap: wrap;
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(0.9722222222vw, 14px);
	gap: min(0.9722222222vw, 14px);
	line-height: normal;
	margin: 0 auto;
	width: min(76.3888888889vw, 1100px);
}

.breadcrumb_inner .home {
	color: #333333;
}

.breadcrumb_inner .current-item {
	color: #333333;
}

.top__mv {
	margin-top: 2.0833333333vw;
	overflow: hidden;
	padding-bottom: 2.5694444444vw;
	position: relative;
}

.swiper {
	margin: 0;
	position: relative;
	width: 60%;
	z-index: 2;
}

.swiper .swiper-slide {
	height: 43.4027777778vw;
	overflow: hidden;
	padding: 2em;
	width: 100%;
	backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
	transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.swiper-slide {
    -webkit-backface-visibility: hidden !important;
    -webkit-transform-style: preserve-3d !important;
}

.swiper .swiper-slide img {
	display: block;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.swiper-thumb {
	margin: 0;
	position: absolute;
	right: -39.1666666667vw;
	top: 0;
	width: 60%;
	z-index: 1;
}

.swiper-thumb .swiper-slide {
	height: 43.4027777778vw;
	overflow: hidden;
	padding: 2em;
	width: 100%;
}

.swiper-thumb .swiper-slide img {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.top__mv-container-sp {
	display: none;
}

.swiper-sp {
	margin: 0;
	position: relative;
	width: 55.384615vw;
	z-index: 2;
}

.swiper-sp .swiper-slide {
	height: 92.0512782vw;
	overflow: hidden;
	padding: 2em;
	width: 100%;
}

.swiper-sp .swiper-slide img {
	display: block;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.swiper-thumb-sp {
	bottom: 0;
	margin: 0;
	position: absolute;
	right: 0;
	width: 48.205vw;
	z-index: 1;
}

.swiper-thumb-sp .swiper-slide {
	height: 65.89vw;
	overflow: hidden;
	padding: 2em;
	width: 100%;
}

.swiper-thumb-sp .swiper-slide img {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.top__mv-text {
	background: #FDFDFD;
	bottom: 0;
	color: #C2153D;
	font-size: 3.9583333333vw;
	letter-spacing: 0;
	line-height: 2.7083333333vw;
	padding-top: 2.9861111111vw;
	position: absolute;
	right: 29.7916666667vw;
	writing-mode: vertical-rl;
	z-index: 3;
}

.top__mv-text span {
	color: #222222;
	display: inline-block;
	font-size: 1.7361111111vw;
	letter-spacing: 0;
	line-height: 1.7361111111vw;
	padding-right: 2.0833333333vw;
	padding-top: 14.5833333333vw;
	position: relative;
}

.top__mv-text span::after {
	background-color: #C2153D;
	content: "";
	height: 2.8472222222vw;
	left: 0.9027777778vw;
	position: absolute;
	top: 11.1111111111vw;
	width: 1px;
}

.top__mv-under {
	margin-top: min(10.5555555556vw, 152px);
}

.top__inner {
	margin: 0 auto;
	width: min(76.3888888889vw, 1100px);
}

.top__mv-under-text {
	font-size: min(1.6666666667vw, 24px);
	letter-spacing: min(0.1666666667vw, 2.4px);
	line-height: normal;
	text-align: center;
}

.top__mv-under-flex {
	display: flex;
	justify-content: space-between;
	margin: min(4.8611111111vw, 70px) auto 0;
	width: min(70.1388888889vw, 1010px);
}

.top__mv-under-item {
	font-size: min(1.6666666667vw, 24px);
	letter-spacing: 0;
	line-height: normal;
}

.top__mv-under-item span {
	color: #C2153D;
	font-size: min(3.3333333333vw, 48px);
}

.top__mv-under-item:nth-child(2) {
	padding-right: min(1.1805555556vw, 17px);
}

.top__mv-under-item-span-1 {
	font-weight: 500;
}

.top__mv-under-item-span-2 {
	font-weight: 500;
}

.top__mv-under-item-span-3 {
	font-weight: 500;
}

.top__companies {
	box-shadow: 0px 0px 15px 0px rgba(163, 158, 158, 0.2);
	margin: min(3.4722222222vw, 50px) auto 0;
	padding: min(2.0833333333vw, 30px) min(4.1666666667vw, 60px);
	width: min(69.4444444444vw, 1000px);
}

.top__companies-title {
	letter-spacing: min(0.125vw, 1.8px);
	line-height: min(1.7361111111vw, 25px);
	padding-bottom: min(1.3888888889vw, 20px);
	position: relative;
	text-align: center;
}

.top__companies-title::after {
	background: url(../img/business-title-under.png) no-repeat center center/contain;
	bottom: 0;
	content: "";
	height: min(0.0694444444vw, 1px);
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: min(5.5555555556vw, 80px);
}

.top__companies-flex {
	display: flex;
	justify-content: space-between;
	margin-top: min(2.0659722222vw, 29.75px);
}

.top__companies-items {
	min-width: min(17.3611111111vw, 250px);
}

.top__companies-items li {
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.0416666667vw, 15px);
	line-height: min(1.5277777778vw, 22px);
	padding-left: min(1.3888888889vw, 20px);
	position: relative;
}

.top__companies-items li::after {
	background-color: #C2153D;
	content: "";
	height: min(0.0694444444vw, 1px);
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: min(0.6944444444vw, 10px);
}

.top__companies-items li:not(:first-child) {
	margin-top: min(0.3472222222vw, 5px);
}

.top__companies-text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.0416666667vw, 15px);
	font-weight: 300;
	line-height: min(1.5277777778vw, 22px);
	margin-top: min(1.3888888889vw, 20px);
	text-align: right;
}

.top__companies-text-2 {
	margin-top: 0 !important;
}

.top__support {
	margin-top: min(9.7222222222vw, 140px);
}

.top__support-title {
	color: #222222;
	font-size: min(2.5vw, 36px);
	letter-spacing: 0;
	line-height: normal;
	line-height: min(4.1666666667vw, 60px);
	text-align: center;
}

.top__support-title span {
	color: #C2153D;
}

.top__support-text {
	font-size: min(1.3888888889vw, 20px);
	letter-spacing: 0;
	line-height: min(3.4722222222vw, 50px);
	margin-top: min(4.8611111111vw, 70px);
	text-align: center;
}

.top__support-text span {
	font-size: min(1.9444444444vw, 28px);
	letter-spacing: 0;
	line-height: min(3.4722222222vw, 50px);
}

.top__support-img {
	margin-top: min(4.1666666667vw, 60px);
	width: 100%;
}

.top__support-img img {
	display: block;
}

.top__support-sp {
	display: none;
}

.top__support-sp-item {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.top__support-sp-item:not(:first-child) {
	margin-top: 8.9743589744vw;
}

.top__support-sp-item-img {
	height: 33.6923076923vw;
	width: 33.6923076923vw;
}

.top__support-sp-item-list {
	list-style-type: disc;
	padding-left: 4.6153846154vw;
	width: 56.1538461538vw;
}

.top__support-sp-item-list li {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3.5897435897vw;
	letter-spacing: 0;
	line-height: normal;
}

.top__support-sp-item-list li:not(:first-child) {
	margin-top: 2.5641025641vw;
}

.top__support-sp-item-list-1 li {
	color: #C44D1A;
}

.top__support-sp-item-list-2 li {
	color: #CB9509;
}

.top__support-sp-item-list-3 li {
	color: #E95D7D;
}

.top__support-sp-item-list-4 li {
	color: #D58C1F;
}

.top__support-sp-item-list-5 li {
	color: #CA3261;
}

.top__service {
	margin-top: min(9.7222222222vw, 140px);
}

.top-section-title-text {
	padding-top: min(1.3888888889vw, 20px);
}

.top-section-title-back {
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.top__service-text {
	letter-spacing: 0;
	line-height: normal;
	margin-top: min(3.4722222222vw, 50px);
	text-align: center;
}

.top__service-flex {
	display: flex;
	justify-content: space-between;
	margin-top: min(3.4722222222vw, 50px);
}

.top__service-item {
	height: min(26.8055555556vw, 386px);
	overflow: hidden;
	position: relative;
	width: min(37.5vw, 540px);
	z-index: 2;
}

.top__service-item:first-child::after {
	background: url(../img/top-service-1.png) no-repeat center center/contain;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: 0.5s;
	width: 100%;
	z-index: 1;
}

.top__service-item:nth-child(2)::after {
	background: url(../img/top-service-2.png) no-repeat center center/contain;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: 0.5s;
	width: 100%;
	z-index: 1;
}

.top__service-item::before {
	background: url(../img/top-service-button.png) no-repeat center center/contain;
	bottom: min(2.0833333333vw, 30px);
	content: "";
	height: min(3.125vw, 45px);
	position: absolute;
	right: min(2.0833333333vw, 30px);
	width: min(3.125vw, 45px);
	z-index: 2;
}

@media (hover: hover) {
.top__service-item:hover::after {
	transform: scale(1.2);
}
}

.top__service-item-text {
	left: 50%;
	position: absolute;
	top: min(11.8055555556vw, 170px);
	transform: translateX(-50%);
	width: 100%;
	z-index: 2;
}

.top__service-item-text h3 {
	color: #FFFFFF;
	font-size: min(2.2222222222vw, 32px);
	font-weight: 500;
	letter-spacing: min(1.1111111111vw, 16px);
	line-height: normal;
	text-align: center;
}

.top__service-item-text p {
	font-size: min(1.25vw, 18px);
	font-weight: 600;
	letter-spacing: min(0.375vw, 5.4px);
	margin-top: min(0.6944444444vw, 10px);
		line-height: normal;
	text-align: center;
		color: #FFFFFF;
}

.top__about {
	margin: min(9.7222222222vw, 140px) auto 0;
	max-width: 1440px;
	position: relative;
	width: 100%;
}

.top__about-content {
	background: url(../img/top-about.png) no-repeat center left/contain;
	display: block;
	padding: min(10.6944444444vw, 154px) min(11.1111111111vw, 160px) min(10.4166666667vw, 150px) 0;
	position: relative;
}

.top__about-content h2 {
	color: #C2153D;
	font-size: min(3.3333333333vw, 48px);
	letter-spacing: min(0.6666666667vw, 9.6px);
	line-height: min(5.5555555556vw, 80px);
	position: relative;
	text-align: right;
	z-index: 2;
}

.top__about-content span {
	bottom: min(5.625vw, 81px);
	color: #F4F4F4;
	font-family: "EB Garamond", serif;
	font-size: min(8.3333333333vw, 120px);
	letter-spacing: 0;
	line-height: normal;
	position: absolute;
	right: min(3.6805555556vw, 53px);
	z-index: 1;
}

.top__about-link {
	bottom: min(4.3055555556vw, 62px);
	position: absolute;
	right: min(13.0555555556vw, 188px);
	z-index: 2;
}

.top__about-link a {
	color: #C2153D;
	display: inline-block;
	font-size: min(1.1111111111vw, 16px);
	letter-spacing: 0;
	line-height: normal;
	padding-bottom: min(0.9027777778vw, 13px);
	padding-left: min(3.9583333333vw, 57px);
	position: relative;
}

.top__about-link a::before {
	background: url(../img/top-about-vector.png) no-repeat center center/contain;
	content: "";
	height: min(1.875vw, 27px);
	left: 0;
	position: absolute;
	top: 0;
	width: min(1.875vw, 27px);
}

.top__about-link a::after {
	background-color: #C2153D;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: min(14.0277777778vw, 202px);
}

.top__case {
	margin-top: min(9.7222222222vw, 140px);
}

.top__case-container {
	display: flex;
	gap: min(3.3333333333vw, 48px);
	margin-top: min(4.8611111111vw, 70px);
}

.top__case-item {
	background-color: #FFFFFF;
	border-radius: min(0.6944444444vw, 10px);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	width: min(23.1944444444vw, 334px);
}

@media (hover: hover) {
.top__case-item:hover .top__case-item-img img {
	transform: scale(1.1);
}
}

.top__case-item-img {
	height: min(15.0694444444vw, 217px);
	overflow: hidden;
	width: 100%;
}

.top__case-item-img img {
	display: block;
	transition: 0.5s;
	height: 100%;
}

.top__case-item-under {
	padding: min(0.6944444444vw, 10px) min(1.5277777778vw, 22px) min(2.7777777778vw, 40px);
}

.top__case-item-category {
	background-color: #C2153D;
	color: #FFFFFF;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(0.9722222222vw, 14px);
	letter-spacing: 0;
	line-height: normal;
	padding: min(0.0694444444vw, 1px) min(0.3472222222vw, 5px);
}

.top__cate-item-flex {
	display: flex;
	gap: min(0.9722222222vw, 14px);
	margin-top: min(0.6944444444vw, 10px);
	flex-wrap: wrap;
}

.top__case-item-meta {
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(0.9722222222vw, 14px);
	letter-spacing: 0;
	line-height: normal;
}

.top__case-item-title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.3888888889vw, 20px);
	font-weight: 500;
	letter-spacing: min(2.2222222222vw, 32px);
	letter-spacing: 0;
	margin-top: min(1.3888888889vw, 20px);
}

.top__case-item-sp {
	display: none;
}

.top__case-slider .slick-track {
	padding-bottom: 3.8461538462vw;
}

.top__case-slider .slick-slide {
	border-radius: 2.5641025641vw;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	margin: 0 12.8205128205vw;
	overflow: hidden;
	position: relative;
	width: 74.358974359vw;
}

.top__case-slider .slick-slide img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.top__case-slider .slick-arrow {
	background: none;
	border: none;
	cursor: pointer;
	display: none;
	font-size: 0;
	height: 7.6923076923vw;
	outline: none;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 7.6923076923vw;
	z-index: 1;
}

.top__case-slider .slick-arrow::before {
	content: "";
	display: block;
	height: 7.6923076923vw;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 7.6923076923vw;
}

.top__case-slider .slick-next {
	right: -4%;
}

.top__case-slider .slick-prev {
	left: -4%;
}

.top__case-slider .slick-next::before {
	background: url(../img/case-vector-right.png) no-repeat center center/contain;
}

.top__case-slider .slick-prev::before {
	background: url(../img/case-vector-left.png) no-repeat center center/contain;
}

.top__case-button-container {
	margin-top: min(4.8611111111vw, 70px);
	text-align: center;
}

.top__news {
	margin-top: min(9.7222222222vw, 140px);
}

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

.top__news-left .section-title {
	margin-top: 0;
}

.top__news-all {
	color: #C2153D;
	display: inline-block;
	font-size: min(1.1111111111vw, 16px);
	letter-spacing: 0;
	line-height: normal;
	margin-top: min(3.4722222222vw, 50px);
	padding-bottom: min(0.8854166667vw, 12.75px);
	padding-left: min(3.5416666667vw, 51px);
	position: relative;
}

.top__news-all::before {
	background: url(../img/top-about-vector.png) no-repeat center center/contain;
	content: "";
	height: min(1.875vw, 27px);
	left: 0;
	position: absolute;
	top: 0;
	width: min(1.875vw, 27px);
}

.top__news-all::after {
	background-color: #C2153D;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.top__news-all-sp {
	display: none;
}

.top__news-right {
	width: min(52.0833333333vw, 750px);
}

.top__news-item {
	border-bottom: 1px solid #D9D9D9;
	display: inline-block;
	padding-bottom: min(1.0416666667vw, 15px);
	transition: 0.3s;
	width: 100%;
}

.top__news-item:not(:first-child) {
	margin-top: min(1.0416666667vw, 15px);
}

@media (hover: hover) {
.top__news-item:hover {
	opacity: 0.8;
}
}

.top__news-item-meta {
	align-items: center;
	display: flex;
	gap: min(1.3194444444vw, 19px);
}

.top__news-item-meta time {
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.0416666667vw, 15px);
	letter-spacing: 0;
	line-height: normal;
}

.top__news-item-category {
	background-color: #C2153D;
	color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(0.9722222222vw, 14px);
	letter-spacing: 0;
	line-height: normal;
	padding: min(0.1388888889vw, 2px) min(0.8333333333vw, 12px) min(0.0694444444vw, 1px);
}

.top__news-title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.25vw, 18px);
	letter-spacing: 0;
	line-height: normal;
	margin-top: min(1.0416666667vw, 15px);
	padding-right: min(1.5972222222vw, 23px);
	position: relative;
}

.top__news-title::after {
	color: #C2153D;
	content: "→";
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.25vw, 18px);
	height: min(1.8055555556vw, 26px);
	letter-spacing: 0;
	line-height: normal;
	position: absolute;
	right: min(0.3472222222vw, 5px);
	top: 50%;
	transform: translateY(-50%);
	width: min(1.25vw, 18px);
}

.top__recruit {
	background: url(../img/top-recruit-img.png) no-repeat center center/cover;
	color: #FFFFFF;
	margin: min(9.7222222222vw, 140px) auto 0;
	padding-bottom: min(4.375vw, 63px);
	padding-top: min(7.6388888889vw, 110px);
	text-align: center;
	width: min(76.3888888889vw, 1100px);
}

.top__recruit-title {
	font-size: min(2.7777777778vw, 40px);
	letter-spacing: 0;
	line-height: normal;
}

.top__recruit-text {
	font-size: min(1.6666666667vw, 24px);
	letter-spacing: min(0.1666666667vw, 2.4px);
	letter-spacing: 0;
	line-height: min(3.4722222222vw, 50px);
	margin-top: min(1.5277777778vw, 22px);
}

.top__recruit-link {
	display: inline-block;
	font-size: min(1.1111111111vw, 16px);
	letter-spacing: 0;
	line-height: normal;
	margin-top: min(3.4722222222vw, 50px);
	padding-bottom: min(0.9027777778vw, 13px);
	padding-left: min(3.9583333333vw, 57px);
	position: relative;
}

.top__recruit-link::before {
	background: url(../img/top-recruit-vecotr.png) no-repeat center center/contain;
	content: "";
	height: min(1.875vw, 27px);
	left: 0;
	position: absolute;
	top: 0;
	width: min(1.875vw, 27px);
}

.top__recruit-link::after {
	background-color: #FFFFFF;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: min(14.0277777778vw, 202px);
}

.top__qa {
	margin-top: min(9.7222222222vw, 140px);
}

.top__qa-tab *,
.top__qa-tab *:before,
.top__qa-tab *:after {
	box-sizing: border-box;
}

.top__qa-tab {
	margin: min(4.8611111111vw, 70px) auto 0;
}

.top__qa-tab > input[type=radio] {
	appearance: none;
	background: none;
	border: none;
	border-radius: 0;
	display: none;
	margin: 0;
	outline: none;
	padding: 0;
}

.top__qa-tab .top__qa-tabpanels {
	position: relative;
}

.top__qa-tab .top__qa-tabpanel {
	display: none;
	opacity: 0;
	padding: min(3.4722222222vw, 50px) min(9.0277777778vw, 130px);
	transform: translateY(-10px);
	transition: transform 0.5s, opacity 0.5s;
	width: 100%;
}

.top__qa-tab > input:first-child:checked ~ .top__qa-tabpanels > .top__qa-tabpanel:first-child,
.top__qa-tab > input:nth-child(3):checked ~ .top__qa-tabpanels > .top__qa-tabpanel:nth-child(2) {
	display: block;
	opacity: 1;
	transform: translateY(0px);
}

.top__qa-tab > input:first-child:checked ~ .top__qa-tabpanels > .top__qa-tabpanel:first-child {
	border: 1px solid #C2153D;
}

.top__qa-tab > input:nth-child(3):checked ~ .top__qa-tabpanels > .top__qa-tabpanel:nth-child(2) {
	border: 1px solid #B9B8B8;
}

.top__qa-tab > label {
	border-radius: min(1.3888888889vw, 20px) min(1.3888888889vw, 20px) 0 0;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: min(1.6666666667vw, 24px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: normal;
	padding: min(0.9027777778vw, 13px) min(14.0972222222vw, 203px);
	position: relative;
}

.top__qa-tab > input:first-child + label {
	background: #C2153D;
}

.top__qa-tab > input:nth-child(3) + label {
	background: #B9B8B8;
}

.top__qa-tab > input:checked + label {
	margin-bottom: -1px;
}

.qa-item {
	border-bottom: 1px solid #D9D9D9;
}

.qa-item:first-child {
	border-top: 1px solid #D9D9D9;
}

.qa-box {
	padding: 0 min(1.25vw, 18px) 0;
}

.qa-box-q {
	cursor: pointer;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: min(0.125vw, 1.8px);
	line-height: normal;
	padding: min(1.0416666667vw, 15px) min(5.1388888889vw, 74px) min(1.0416666667vw, 15px) min(2.9166666667vw, 42px);
	position: relative;
}

.qa-box-q::before {
	background: #C2153D;
	border-radius: 50%;
	color: #FFFFFF;
	content: "Q";
	font-family: "Poppins", sans-serif;
	font-size: min(1.1111111111vw, 16px);
	font-weight: 700;
	height: min(2.2222222222vw, 32px);
	left: 0;
	letter-spacing: min(0.1111111111vw, 1.6px);
	line-height: min(2.2222222222vw, 32px);
	position: absolute;
	text-align: center;
	top: min(1.0416666667vw, 15px);
	width: min(2.2222222222vw, 32px);
}

.qa-box-icon {
	background: url(../img/header-vector.png) no-repeat center center/contain;
	height: min(0.4131944444vw, 5.95px);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: min(0.625vw, 9px);
}

.qa-box-icon.is-open {
	transform: translateY(-50%) rotate(-180deg);
}

.qa-box-a {
	display: none;
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.1111111111vw, 16px);
	letter-spacing: min(0.1111111111vw, 1.6px);
	line-height: normal;
	margin-top: min(0.9027777778vw, 13px);
	padding: 0 min(5.1388888889vw, 74px) min(1.0416666667vw, 15px) min(5.2777777778vw, 76px);
	position: relative;
}

.qa-box-a::before {
	background: #B9B8B8;
	border-radius: 50%;
	color: #FFFFFF;
	content: "A";
	font-family: "Poppins", sans-serif;
	font-size: min(1.1111111111vw, 16px);
	font-weight: 700;
	height: min(1.9444444444vw, 28px);
	left: min(2.7777777778vw, 40px);
	line-height: min(1.9444444444vw, 28px);
	position: absolute;
	text-align: center;
	top: 0;
	width: min(1.9444444444vw, 28px);
}

.qa-box-a a {
	color: #C2153D;
	text-decoration: underline;
}

.qa-box-q-2::before {
	background: #B9B8B8;
}

.qa-box-a-2::before {
	background: #C2153D;
}

.top__contact {
	margin-top: min(9.7222222222vw, 140px);
	padding-bottom: min(9.7222222222vw, 140px);
}

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

.top__contact-flex-left {
	width: min(17.6388888889vw, 254px);
}

.top__contact-flex-left .section-title {
	margin-top: 0;
}

.top__contact-flex-right {
	width: min(38.125vw, 549px);
}

.top__contact-flex-right-text {
	margin-top: min(1.5972222222vw, 23px);
}

.top__contact-flex-right-button a {
	margin-top: min(3.4722222222vw, 50px);
}

.top__contact-flex-right-button .button-brown {
	height: min(4.5138888889vw, 65px);
	line-height: min(1.3888888889vw, 20px);
	padding: min(0.7638888889vw, 11px) 0 min(0.6944444444vw, 10px);
}

.top__contact-flex-right-button .button-brown span {
	font-size: min(0.9722222222vw, 14px);
	letter-spacing: 0;
	line-height: normal;
}

.news {
	padding-bottom: min(9.7222222222vw, 140px);
}

.news-section-title-text {
	padding-top: min(1.3888888889vw, 20px);
}

.news-section-title-back {
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.news__flex {
	display: flex;
	justify-content: space-between;
	margin-top: min(4.8611111111vw, 70px);
}

.news__content {
	width: min(48.6111111111vw, 700px);
}

.single-news__content a {
	text-decoration: underline;
	color: #C2153D;
	display: inline-block;
}

.single-news__content dt {
	display: inline-block;
}

.single-news__content dd {
	display: inline-block;
}

.single-news__content h2 {
	margin: min(calc(27 / 1440 * 100vw),27px) 0 min(calc(20 / 1440 * 100vw),20px);
	font-weight: 500;
	font-size: min(calc(28 / 1440 * 100vw),28px);
	line-height: min(calc(40 / 1440 * 100vw),40px);
	letter-spacing: min(calc(1.4 / 1440 * 100vw),1.4px);
	padding-bottom: min(calc(5 / 1440 * 100vw),5px);
	position: relative;
}

.single-news__content h2::before {
	content: "";
	position: absolute;
	width: 100%;
	height: min(calc(1 / 1440 * 100vw),1px);
	left: 0;
	bottom: 0;
	background-color: #D9D9D9;
}

.single-news__content h2::after {
	content: "";
	position: absolute;
	width: min(calc(177 / 1440 * 100vw),177px);
	height: min(calc(1 / 1440 * 100vw),1px);
	left: 0;
	bottom: 0;
	background-color: #C2153D;
}

.single-news__content h3 {
	margin: min(calc(29 / 1440 * 100vw),29px) 0 min(calc(13 / 1440 * 100vw),13px);
	font-weight: 600;
	font-size: min(calc(24 / 1440 * 100vw),24px);
	line-height: min(calc(33 / 1440 * 100vw),33px);
	letter-spacing: min(calc(1.2 / 1440 * 100vw),1.2px);
	padding-left: min(calc(20 / 1440 * 100vw),20px);
	position: relative;
}

.single-news__content h3::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: min(calc(3 / 1440 * 100vw),3px);
	height: min(calc(40 / 1440 * 100vw),40px);
	background-color: #C2153D;
}

.news__archive-item {
	display: flex;
	gap: min(5.2083333333vw, 75px);
	padding: min(1.3888888889vw, 20px) 0;
	position: relative;
}

.news__archive-item:first-child {
	padding: 0 0 min(1.3888888889vw, 20px);
}

.news__archive-item::after {
	background: #D9D9D9;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.news__archive-item time {
	color: #C2153D;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.1111111111vw, 16px);
	letter-spacing: min(0.1111111111vw, 1.6px);
	line-height: normal;
	width: min(6.25vw, 90px);
}

.news__archive-title {
	font-weight: 500;
	letter-spacing: min(0.125vw, 1.8px);
	line-height: normal;
	width: min(37.4218vw, 479px);
}

.news__aside {
	width: min(16.5277777778vw, 238px);
}

.news__aside-item:not(:first-child) {
	margin-top: min(4.8611111111vw, 70px);
}

.news__aside-title {
	font-weight: 500;
	line-height: normal;
	padding-bottom: min(0.7638888889vw, 11px);
	position: relative;
}

.news__aside-title::before {
	background: #D9D9D9;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.news__aside-title::after {
	background: #C2153D;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: min(4.1666666667vw, 60px);
}

.news__aside-category {
	margin-top: min(1.3888888889vw, 20px);
}

.news__aside-category-item {
	align-items: center;
	display: flex;
	gap: min(1.3888888889vw, 20px);
}

.news__aside-category-item p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.1111111111vw, 16px);
	font-weight: 400;
	letter-spacing: min(0.0555555556vw, 0.8px);
	line-height: min(1.25vw, 18px);
}

.news__aside-category-item:not(:first-child) {
	margin-top: min(1.3888888889vw, 20px);
}

.news__aside-category-img {
	height: min(1.875vw, 27px);
	width: min(1.875vw, 27px);
}

.news__aside-ranking {
	margin-top: min(1.4583333333vw, 21px);
}

.news__aside-ranking-item {
	align-items: center;
	display: flex;
	gap: min(1.3194444444vw, 19px);
}

.news__aside-ranking-item:not(:first-child) {
	margin-top: min(2.0833333333vw, 30px);
}

.news__aside-ranking-img {
	flex-shrink: 0;
	height: min(4.1666666667vw, 60px);
	padding-top: min(0.2777777778vw, 4px);
	width: min(4.1666666667vw, 60px);
}

.news__aside-ranking-meta-time {
	color: #C2153D;
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(0.9722222222vw, 14px);
	font-weight: 400;
	letter-spacing: min(0.0972222222vw, 1.4px);
	line-height: normal;
}

.news__aside-ranking-title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.1111111111vw, 16px);
	font-weight: 400;
	letter-spacing: min(0.1111111111vw, 1.6px);
	line-height: min(1.6666666667vw, 24px);
}

.pagenation {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.1111111111vw, 16px);
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-top: min(4.8611111111vw, 70px);
	text-align: center;
}

.pagenation .current {
	background-color: #C2153D;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	padding: min(0.1388888889vw, 2px) min(0.625vw, 9px) min(0.1388888889vw, 2px) min(0.6944444444vw, 10px);
}

.archive-pagenation {
	margin-top: min(6.25vw, 90px);
}

.page-numbers:not(:first-child) {
	margin-left: min(2.3611111111vw, 34px);
}

.news__detail-img {
	height: min(32.4305555556vw, 467px);
	width: 100%;
	margin-bottom: min(3.4722222222vw, 50px);
}

.news__detail-img img {
	width: 100%;
	height: 100%;
}

.news__detail-date {
	color: #C2153D;
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.1111111111vw, 16px);
	letter-spacing: min(0.1111111111vw, 1.6px);
	line-height: normal;
	margin-top: min(3.4722222222vw, 50px);
}

.news__detail-title {
	font-size: min(calc(32 / 1440 * 100vw),32px);
	font-weight: 500;
	letter-spacing: min(0.1944444444vw, 2.8px);
	line-height: normal;
	margin-top: min(0.4166666667vw, 6px);
}

.news__detail-text {
	letter-spacing: min(0.0625vw, 0.9px);
	line-height: min(2.25vw, 32.4px);
	margin-top: min(2.4305555556vw, 35px);
}

.cash-register {
	padding-bottom: min(9.7222222222vw, 140px);
}

.cash-register__mv-text {
	margin-top: min(4.8611111111vw, 70px);
	text-align: center;
}

.cash-register__mv-text span {
	color: #C2153D;
	font-weight: 500;
}

.cash-register__mv-button-container {
	display: flex;
	gap: min(13.8888888889vw, 200px);
	justify-content: center;
	margin-top: min(4.8611111111vw, 70px);
}

.loop {
	margin-top: min(9.7222222222vw, 140px);
	width: 100vw;
}

.loop__container .slick-slide {
	height: 20.8333333333vw;
	margin-left: min(2.6388888889vw, 38px);
	overflow: hidden;
	position: relative;
	width: 20.8333333333vw;
}

.loop__container .slick-slide img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.cash-register__cash {
	margin-top: min(9.7222222222vw, 140px);
}

.detail__subtitle {
	font-size: min(1.3888888889vw, 20px);
	letter-spacing: min(0.0694444444vw, 1px);
}

.detail__title {
	font-size: min(1.9444444444vw, 28px);
	font-weight: 500;
	letter-spacing: min(0.0972222222vw, 1.4px);
}

.cash-register__cash-text {
	margin-top: min(2.4305555556vw, 35px);
}

.cash-register__cash-text span {
	color: #C2153D;
	font-weight: 500;
}

.cash-register__cash-points {
	margin-top: min(3.4722222222vw, 50px);
}

.cash-register__cash-point {
	letter-spacing: min(0.1vw, 1.44px);
	line-height: min(2.25vw, 32.4px);
	padding-left: min(2.1527777778vw, 31px);
	position: relative;
}

.cash-register__cash-point::after {
	background: url(../img/check-red.png) no-repeat center center/contain;
	content: "";
	height: min(1.3888888889vw, 20px);
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: min(1.3888888889vw, 20px);
}

.cash-register__cash-content {
	margin: min(3.4722222222vw, 50px) auto 0;
	width: min(60.4166666667vw, 870px);
}

.cash-register__cash-content-title {
	background: #C2153D;
	color: #FDFDFD;
	font-size: min(1.9444444444vw, 28px);
	letter-spacing: min(0.0972222222vw, 1.4px);
	padding: min(0.6944444444vw, 10px);
	text-align: center;
}

.cash-register__cash-content-items {
	background: rgba(217, 217, 217, 0.2);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: min(2.2222222222vw, 32px) min(2.9166666667vw, 40px);
}

.cash-register__cash-content-item {
	background-color: #FDFDFD;
	border-radius: min(0.8333333333vw, 12px);
	box-shadow: 1px 2px 6px 0px rgba(204, 204, 204, 0.25);
	height: min(11.1111111111vw, 160px);
	padding: min(1.4583333333vw, 21px);
	text-align: center;
	width: min(11.6666666667vw, 168px);
}

.cash-register__cash-content-item:not(:nth-child(4n+1)) {
	margin-left: min(2.6388888889vw, 38px);
}

.cash-register__cash-content-item:nth-child(n+5) {
	margin-top: min(1.8055555556vw, 26px);
	padding: min(1.4583333333vw, 21px) min(1.4583333333vw, 21px) min(2.2916666667vw, 33px);
}

.cash-register__cash-content-item-icon {
	display: inline-block;
	height: min(3.75vw, 54px);
	width: min(3.75vw, 54px);
}

.cash-register__cash-content-item-text {
	color: #C2153D;
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.1111111111vw, 16px);
	font-weight: 500;
	line-height: min(1.6666666667vw, 24px);
	margin-top: min(1.1111111111vw, 16px);
	text-align: center;
}

.cash-register__cash-content-item-text-2 {
	margin-top: min(1.9444444444vw, 28px);
}

.cash-register__button {
	margin-top: min(9.7222222222vw, 140px);
	text-align: center;
}

.cash-register__support {
	margin-top: min(9.7222222222vw, 140px);
}

.cash-register__support-mv {
	margin-bottom: min(3.4722222222vw, 50px);
	width: 100%;
}

.cash-register__support-text {
	margin-top: min(2.4305555556vw, 35px);
}

.cash-register__support-text span {
	color: #C2153D;
	font-weight: 500;
}

.cash-register__support-content {
	margin: min(5.5555555556vw, 80px) auto 0;
	width: min(60.4166666667vw, 870px);
}

.cash-register__support-content-title {
	background-color: #C2153D;
	color: #FDFDFD;
	font-size: min(1.9444444444vw, 28px);
	letter-spacing: min(0.0972222222vw, 1.4px);
	line-height: min(2.7777777778vw, 40px);
	padding: min(0.6944444444vw, 10px) 0;
	text-align: center;
}

.cash-register__support-content-under {
	background-color: rgba(217, 217, 217, 0.2);
	padding: min(2.7777777778vw, 40px) min(3.0555555556vw, 44px);
}

.cash-register__support-content-flex {
	display: flex;
	gap: min(2.7777777778vw, 40px);
}

.cash-register__support-content-flex:not(:first-child) {
	margin-top: min(3.4722222222vw, 50px);
}

.cash-register__support-content-item {
	margin: 0 auto;
	width: min(44.5833333333vw, 642px);
}

.cash-register__support-content-img {
	align-items: center;
	background-color: #FDFDFD;
	border-radius: min(0.8333333333vw, 12px);
	display: flex;
	height: min(6.6666666667vw, 96px);
	justify-content: center;
	margin-top: min(0.4166666667vw, 6px);
	width: min(6.9444444444vw, 100px);
}

.cash-register__support-content-img-1 img {
	height: min(3.4722222222vw, 50px);
	width: min(3.4722222222vw, 50px);
}

.cash-register__support-content-img-2 img {
	height: min(3.125vw, 45px);
	width: min(3.75vw, 54px);
}

.cash-register__support-content-img-3 img {
	height: min(3.75vw, 54px);
	width: min(2.9861111111vw, 43px);
}

.cash-register__support-content-item-title {
	font-size: min(1.7361111111vw, 24px);
	font-weight: 500;
	letter-spacing: min(0.0833333333vw, 1.2px);
	padding-left: min(0.9027777778vw, 13px);
	position: relative;
}

.cash-register__support-content-item-title::after {
	background: #C2153D;
	content: "";
	height: min(1.7361111111vw, 25px);
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
}

.cash-register__support-content-text {
	margin-top: min(0.6944444444vw, 10px);
}

.cash-register__brf {
	margin-top: min(9.7222222222vw, 140px);
}

.cash-register__brf-mv {
	margin-bottom: min(3.4722222222vw, 50px);
	width: 100%;
}

.cash-register__brf-flex {
	display: flex;
	justify-content: space-between;
}

.cash-register__brf-flex-left {
	width: min(35.3472222222vw, 509px);
}

.cash-register__brf-text {
	margin-top: min(2.4305555556vw, 35px);
}

.cash-register__brf-text span {
	color: #C2153D;
	font-weight: 500;
}

.cash-register__brf-points {
	margin-top: min(3.4722222222vw, 50px);
}

.cash-register__brf-point {
	letter-spacing: min(0.1vw, 1.44px);
	line-height: min(2.25vw, 32.4px);
	padding-left: min(2.1527777778vw, 31px);
	position: relative;
}

.cash-register__brf-point::after {
	background: url(../img/check-red.png) no-repeat center center/contain;
	content: "";
	height: min(1.3888888889vw, 20px);
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: min(1.3888888889vw, 20px);
}

.cash-register__brf-flex-right {
	position: relative;
	width: min(38.1944444444vw, 550px);
}

.cash-register__brf-flex-right-img-1 {
	left: 0;
	position: absolute;
	top: min(2.4305555556vw, 35px);
	width: min(20.9722222222vw, 302px);
	z-index: 3;
}

.cash-register__brf-flex-right-img-1 img:first-child {
	display: block;
}

.cash-register__brf-flex-right-img-1 img:nth-child(2) {
	display: none;
}

.cash-register__brf-flex-right-img-2 {
	bottom: 0;
	position: absolute;
	right: 0;
	width: min(22.4305555556vw, 323px);
	z-index: 2;
}

.cash-register__brf-flex-right-img-2 img:first-child {
	display: block;
}

.cash-register__brf-flex-right-img-2 img:nth-child(2) {
	display: none;
}

.popup {
	padding-bottom: min(9.7222222222vw, 140px);
}

.popup__section {
	margin-top: min(4.8611111111vw, 70px);
}

.fv-sp {
	display: none;
}

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

.popup-flex-left {
	width: min(33.0555555556vw, 476px);
}

.popup-text {
	margin-top: min(2.6388888889vw, 38px);
}

.popup-text span {
	color: #C2153D;
	font-weight: 500;
}

.popup-points {
	background-color: #f4f4f4;
	margin-top: min(3.4722222222vw, 50px);
	padding: min(1.3888888889vw, 20px);
}

.popup-point {
	letter-spacing: min(0.1vw, 1.44px);
	line-height: min(2.25vw, 32.4px);
	padding-left: min(2.1527777778vw, 31px);
	position: relative;
}

.popup-point::after {
	background: url(../img/check-red.png) no-repeat center center/contain;
	content: "";
	height: min(1.3888888889vw, 20px);
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: min(1.3888888889vw, 20px);
}

.popup-flex-right {
	position: relative;
	width: min(38.1944444444vw, 550px);
}

.popup-flex-right-img-1 {
	position: absolute;
	right: 0;
	top: min(0vw, 0px);
	width: min(29.0972222222vw, 419px);
	z-index: 2;
}

.popup-flex-right-img-1 img:first-child {
	display: block;
}

.popup-flex-right-img-1 img:nth-child(2) {
	display: none;
}

.popup-flex-right-img-2 {
	bottom: 0;
	left: 0;
	position: absolute;
	width: min(25.3472222222vw, 365px);
	z-index: 3;
}

.popup-flex-right-img-2 img:first-child {
	display: block;
}

.popup-flex-right-img-2 img:nth-child(2) {
	display: none;
}

.popup-mv {
	margin-top: min(9.7222222222vw, 140px);
	width: 100%;
}

.popup__button {
	margin-top: min(9.7222222222vw, 140px);
	text-align: center;
}

.global-talent {
	padding-bottom: min(9.7222222222vw, 140px);
}

.global-talent__section {
	margin-top: min(4.8611111111vw, 70px);
}

.global-talent-flex {
	display: flex;
	justify-content: space-between;
	padding-bottom: min(1.6666666667vw, 24px);
}

.global-talent-flex-left {
	width: min(33.0555555556vw, 476px);
}

.global-talent-text {
	margin-top: min(1.3194444444vw, 19px);
}

.global-talent-text span {
	color: #C2153D;
	font-weight: 500;
}

.global-talent-points {
	background-color: #F4F4F4;
	margin-top: min(3.4722222222vw, 50px);
	padding: min(1.3888888889vw, 20px);
}

.global-talent-point {
	letter-spacing: min(0.1vw, 1.44px);
	line-height: min(2.25vw, 32.4px);
	padding-left: min(2.1527777778vw, 31px);
	position: relative;
}

.global-talent-point::after {
	background: url(../img/check-red.png) no-repeat center center/contain;
	content: "";
	height: min(1.3888888889vw, 20px);
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: min(1.3888888889vw, 20px);
}

.global-talent-flex-right {
	position: relative;
	width: min(38.0555555556vw, 548px);
}

.global-talent-flex-right-img-1 {
	position: absolute;
	right: 0;
	top: min(0vw, 0px);
	width: min(23.125vw, 333px);
	z-index: 2;
}

.global-talent-flex-right-img-1 img {
	display: block;
}

.global-talent-flex-right-img-2 {
	bottom: max(-1.6666666667vw, -24px);
	left: 0;
	position: absolute;
	width: min(20.9722222222vw, 302px);
	z-index: 3;
}

.global-talent-flex-right-img-2 img {
	display: block;
}

.global-talent-flex-2 {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-top: min(9.7222222222vw, 140px);
	padding-bottom: min(5.0694444444vw, 73px);
}

.global-talent-flex-left-2 {
	margin-top: min(3.6111111111vw, 52px);
	width: min(35.3472222222vw, 509px);
}

.global-talent-flex-left-2-title {
	text-align: right;
}

.global-talent-text-2 {
	margin-top: min(2.4305555556vw, 35px);
}

.global-talent-flex-right-2 {
	position: relative;
	width: min(38.1944444444vw, 550px);
}

.global-talent-flex-right-2-img-1 {
	left: 0;
	position: absolute;
	top: min(0vw, 0px);
	width: min(25.625vw, 369px);
	z-index: 3;
}

.global-talent-flex-right-2-img-1 img:first-child {
	display: block;
}

.global-talent-flex-right-2-img-1 img:nth-child(2) {
	display: none;
}

.global-talent-flex-right-2-img-2 {
	bottom: max(-5.0694444444vw, -73px);
	position: absolute;
	right: 0;
	width: min(20.9722222222vw, 302px);
	z-index: 2;
}

.global-talent-flex-right-2-img-2 img:first-child {
	display: block;
}

.global-talent-flex-right-2-img-2 img:nth-child(2) {
	display: none;
}

.global-talent__button {
	margin-top: min(9.7222222222vw, 140px);
	text-align: center;
}

.fashion {
	padding-bottom: min(9.7222222222vw, 140px);
}

.fashion__section {
	margin-top: min(4.8611111111vw, 70px);
}

.fashion-flex {
	display: flex;
	justify-content: space-between;
	padding-bottom: min(1.3888888889vw, 20px);
}

.fashion-flex-left {
	width: min(33.0555555556vw, 476px);
}

.fashion-text {
	margin-top: min(4.0972222222vw, 59px);
}

.fashion-text span {
	color: #C2153D;
	font-weight: 500;
}

.fashion-points {
	background-color: #f4f4f4;
	margin-top: min(3.4722222222vw, 50px);
	padding: min(1.3888888889vw, 20px);
}

.fashion-point {
	letter-spacing: min(0.1vw, 1.44px);
	line-height: min(2.25vw, 32.4px);
	padding-left: min(2.1527777778vw, 31px);
	position: relative;
}

.fashion-point::after {
	background: url(../img/check-red.png) no-repeat center center/contain;
	content: "";
	height: min(1.3888888889vw, 20px);
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: min(1.3888888889vw, 20px);
}

.fashion-flex-right {
	position: relative;
	width: min(38.4027777778vw, 553px);
}

.fashion-flex-right-img-1 {
	position: absolute;
	right: 0;
	top: min(0vw, 0px);
	width: min(31.5972vw, 455px);
	z-index: 2;
}

.fashion-flex-right-img-1 img {
	display: block;
}

.fashion-flex-right-img-2 {
	bottom: max(-1.3888888889vw, -20px);
	left: 0;
	position: absolute;
	width: min(21.3888888889vw, 308px);
	z-index: 3;
}

.fashion-flex-right-img-2 img {
	display: block;
}

.fashion-flex-2 {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-top: min(9.7222222222vw, 140px);
	padding-bottom: min(5.9722222222vw, 86px);
}

.fashion-flex-left-2 {
	margin-top: min(3.5416666667vw, 51px);
	width: min(35.3472222222vw, 509px);
}

.fashion-flex-left-2-title {
	text-align: right;
}

.fashion-text-2 {
	margin-top: min(2.4305555556vw, 35px);
}

.fashion-text-2 span {
	color: #C2153D;
	font-weight: 500;
}

.fashion-flex-right-2 {
	position: relative;
	width: min(38.2638888889vw, 551px);
}

.fashion-flex-right-2-img-1 {
	left: 0;
	position: absolute;
	top: 0;
	width: min(31.1111111111vw, 448px);
	z-index: 2;
}

.fashion-flex-right-2-img-1 img:first-child {
	display: block;
}

.fashion-flex-right-2-img-1 img:nth-child(2) {
	display: none;
}

.fashion-flex-right-2-img-2 {
	bottom: max(-5.9722222222vw, -86px);
	position: absolute;
	right: 0;
	width: min(20.9722222222vw, 302px);
	z-index: 3;
}

.fashion-flex-right-2-img-2 img:first-child {
	display: block;
}

.fashion-flex-right-2-img-2 img:nth-child(2) {
	display: none;
}

.fashion__button {
	margin-top: min(9.7222222222vw, 140px);
	text-align: center;
}

.security-policy {
	padding-bottom: min(9.7222222222vw, 140px);
}

.security-policy__section {
	margin-top: min(4.8611111111vw, 70px);
}

.security-policy__signature {
	margin-top: min(3.4722222222vw, 50px);
	text-align: right;
}

.security-policy__signature-text {
	letter-spacing: 0;
	line-height: normal;
}

.security-policy__content {
	margin-top: min(3.4722222222vw, 50px);
}

.security-policy__item:not(:first-child) {
	margin-top: min(1.3888888889vw, 20px);
}

.security-policy__item-title {
	font-weight: 500;
	line-height: normal;
	position: relative;
}

.security-policy__item-title::after {
	background: #C2153D;
	content: "";
	height: min(1.25vw, 18px);
	left: max(-0.8333333333vw, -12px);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: min(0.2083333333vw, 3px);
}

.security-policy__item-text {
	line-height: normal;
}

.security-policy__contact {
	background: rgba(217, 217, 217, 0.1);
	margin-top: min(9.7222222222vw, 140px);
	padding: min(2.0833333333vw, 30px) min(9.0277777778vw, 130px);
}

.security-policy__contact-title {
	font-weight: 600;
	line-height: normal;
}

.security-policy__contact-text {
	letter-spacing: normal;
	line-height: normal;
	transition: 0.3s;
	white-space: nowrap;
}

.security-policy__contact-text a {
	letter-spacing: normal;
	text-decoration: underline;
}

@media (hover: hover) {
.security-policy__contact-text a:hover {
	opacity: 0.8;
}
}

.worker-dispatch {
	padding-bottom: min(9.7222222222vw, 140px);
}

.worker-dispatch__section {
	margin-top: min(4.8611111111vw, 70px);
}

.worker-dispatch__item:not(:first-child) {
	margin-top: min(6.9444444444vw, 100px);
}

.worker-dispatch__item-title {
	font-weight: 500;
	line-height: normal;
	padding-bottom: min(0.5555555556vw, 8px);
	padding-left: min(0.1388888889vw, 2px);
	position: relative;
}

.worker-dispatch__item-title::before {
	background-color: #D9D9D9;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.worker-dispatch__item-title::after {
	background-color: #C2153D;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: min(19.3055555556vw, 278px);
}

.worker-dispatch__table-1 {
	border-collapse: collapse;
	margin-top: min(2.4305555556vw, 35px);
	width: 100%;
}

.worker-dispatch__table-1 tr {
	border-bottom: 1px solid #D9D9D9;
}

.worker-dispatch__table-1 tr:first-child {
	border-top: 1px solid #D9D9D9;
}

.worker-dispatch__table-1 td {
	width: 50%;
}

.worker-dispatch__table-1 .worker-dispatch__table-title {
	background-color: rgba(217, 217, 217, 0.1);
	padding-left: min(7.0833333333vw, 102px);
}

.worker-dispatch__table-1 .worker-dispatch__table-text {
	padding-left: min(6.8055555556vw, 98px);
}

.worker-dispatch__table-1-1 tr {
	height: min(5.9722222222vw, 86px);
}

.worker-dispatch__table-1-1 .worker-dispatch__table-text {
	padding-left: min(6.8055555556vw, 98px);
}

.worker-dispatch__table-1-2 tr {
	height: min(4.3055555556vw, 62px);
}

.worker-dispatch__table-1-3 tr {
	height: min(6.5277777778vw, 94px);
}

.worker-dispatch__table-2 {
	border-bottom: 1px solid #D9D9D9;
	border-collapse: collapse;
	border-top: 1px solid #D9D9D9;
	margin-top: min(2.4305555556vw, 35px);
	width: 100%;
}

.worker-dispatch__table-2 thead tr {
	background-color: rgba(217, 217, 217, 0.1);
}

.worker-dispatch__table-2 tr {
	height: min(3.8888888889vw, 56px);
}

.worker-dispatch__table-2 tr:nth-child(2) {
	background-color: rgba(217, 217, 217, 0.1);
	height: min(5.5555555556vw, 80px);
}

.worker-dispatch__table-2 th {
	text-align: left;
}

.worker-dispatch__table-2 th:first-child {
	padding-left: min(1.3194444444vw, 19px);
}

.worker-dispatch__table-2 th:last-child {
	padding-right: min(1.3194444444vw, 19px);
}

.worker-dispatch__table-2 th:not(:first-child) {
	padding-left: min(2.9166666667vw, 42px);
}

.worker-dispatch__table-2 td {
	letter-spacing: 0;
}

.worker-dispatch__table-2 td:first-child {
	padding-left: min(1.3194444444vw, 19px);
}

.worker-dispatch__table-2 td:last-child {
	padding-right: min(1.3194444444vw, 19px);
}

.worker-dispatch__table-2 td:not(:first-child) {
	padding-left: min(2.9166666667vw, 42px);
}

.worker-dispatch__table-title {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	vertical-align: middle;
}

.worker-dispatch__table-text {
	vertical-align: middle;
}

.worker-dispatch__text-1 {
	margin: min(3.4722222222vw, 50px) auto 0;
	width: min(58.3333333333vw, 840px);
}

.worker-dispatch__text-2 {
	margin-top: min(3.4722222222vw, 50px);
}

.privacy-policy {
	padding-bottom: min(9.7222222222vw, 140px);
}

.privacy-policy__section {
	margin-top: min(4.8611111111vw, 70px);
}

.privacy-policy__list-1 {
	list-style-type: decimal;
	margin-top: min(3.4722222222vw, 50px);
	padding-left: min(1.875vw, 27px);
}

.privacy-policy__list-1 li:not(:first-child) {
	margin-top: min(0.6944444444vw, 10px);
}

.privacy-policy__list-2 {
	list-style-type: none;
	margin-top: min(0.6944444444vw, 10px);
	padding-left: 0;
}

.privacy-policy__list-2 li {
	list-style-type: none;
	counter-increment: cnt;
}

.privacy-policy__list-2 li::before {
	content: "(" counter(cnt) ") ";
}

.privacy-policy__list-2 li:not(:first-child) {
	margin-top: min(0.6944444444vw, 10px);
}

.privacy-policy__signature {
	margin-top: min(3.4722222222vw, 50px);
	text-align: right;
}

.privacy-policy__signature-text {
	letter-spacing: 0;
	line-height: normal;
}

.privacy-policy__content {
	margin-top: min(9.7222222222vw, 140px);
}

.privacy-policy__item:not(:first-child) {
	margin-top: min(3.4722222222vw, 50px);
}

.privacy-policy__item-title {
	font-weight: 500;
	padding-bottom: min(0.6944444444vw, 10px);
	position: relative;
}

.privacy-policy__item-title::before {
	background-color: #D9D9D9;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.privacy-policy__item-title::after {
	background-color: #C2153D;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: min(9.0277777778vw, 130px);
}

.privacy-policy__item-text {
	margin-top: min(0.6944444444vw, 10px);
}

.privacy-policy__item-list-1 {
	list-style-type: decimal;
	margin-top: min(0.6944444444vw, 10px);
	padding-left: min(1.875vw, 27px);
}

.privacy-policy__item-list-1 li:not(:first-child) {
	margin-top: min(0.6944444444vw, 10px);
}

.privacy-policy__item-list-2 {
	list-style-type: lower-alpha;
	padding-left: min(1.875vw, 27px);
}

.privacy-policy__item-list-2 li {
	margin-top: min(0.6944444444vw, 10px);
}

.privacy-policy__item-list-3 {
	list-style-type: disc;
	padding-left: min(1.875vw, 27px);
}

.privacy-policy__item-list-3 li {
	margin-top: min(0.6944444444vw, 10px);
}

.privacy-policy__item-text-2 {
	margin-top: min(0.6944444444vw, 10px);
}

.privacy-policy__contact {
	background: rgba(217, 217, 217, 0.1);
	margin-top: min(9.7222222222vw, 140px);
	padding: min(2.0833333333vw, 30px) min(9.0277777778vw, 130px);
}

.privacy-policy__contact-title {
	font-weight: 600;
	line-height: normal;
}

.privacy-policy__contact-title:nth-child(3) {
	margin-top: min(3.4722222222vw, 50px);
}

.privacy-policy__contact-title:nth-child(5) {
	margin-top: min(0.8333333333vw, 12px);
}

.privacy-policy__contact-text {
	letter-spacing: 0;
	line-height: normal;
}

.about {
	padding-bottom: min(9.7222222222vw, 140px);
}

.about__section-1 {
	margin-top: min(4.8611111111vw, 70px);
}

.about__section-3 {
	margin-top: min(calc(140 / 1440 * 100vw),140px);
}

.about__section-title-1 .section-title-back {
	top: 58%;
}

.about__text {
	letter-spacing: 0;
	line-height: normal;
	text-align: center;
}

.about__text-1 {
	margin-top: min(4.8611111111vw, 70px);
}

.about__text-2 {
	margin-top: min(0.6944444444vw, 10px);
}

.about__text-3 {
	margin-top: 12.8205128205vw;
}

.about-flex-1 {
	display: flex;
	justify-content: space-between;
	margin-top: min(calc(100 / 1440 * 100vw),100px);
}

.about-flex-3 {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-top: min(calc(100 / 1440 * 100vw),100px);
}

.about-flex-left-1 {
	width: min(35.4166666667vw, 510px);
}

.about-flex-right-1 {
	width: min(38.125vw, 549px);
}

.about-flex-right-1-title {
	font-size: min(1.9444444444vw, 28px);
	letter-spacing: min(0.0972222222vw, 1.4px);
	line-height: normal;
	font-weight: 500;
}

.about-flex-right-1-title-1 {
	margin-top: min(2.3611111111vw, 34px);
}

.about-flex-right-1-title-2 {
	margin-top: min(1.3888888889vw, 20px);
}

.about-flex-right-1-text {
	letter-spacing: 0;
	line-height: normal;
	margin-top: min(2.4305555556vw, 35px);
}

.about-flex-right-1-text span {
	color: #C2153D;
	font-weight: 500;
}

.about__button-1 {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: min(9.7222222222vw, 140px) auto 0;
	width: min(52.7777777778vw, 760px);
}

.about__button-1 .button-brown {
	height: min(4.5138888889vw, 65px);
	padding: min(0.7638888889vw, 11px) 0 min(0.6944444444vw, 10px);
}

.about__button-1 .button-brown span {
	font-size: min(0.9722222222vw, 14px);
	letter-spacing: 0;
	line-height: normal;
}

.about__section-2 {
	margin-top: min(calc(80 / 1440 * 100vw),80px);
}

.about__section-title-2 {
	margin-top: 0;
}

.about__section-title-2 .section-title-text {
	padding-top: min(1.3888888889vw, 20px);
}

.about__section-title-2 .section-title-back {
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.about-flex-2 {
	display: flex;
	justify-content: space-between;
	margin-top: min(calc(70 / 1440 * 100vw),70px);
}

.about-flex-left-2 {
	width: min(31.25vw, 450px);
}

.about-flex-left-2-post {
	letter-spacing: 0;
	line-height: normal;
	margin-top: min(4.8611111111vw, 70px);
}

.about-flex-left-2-name {
	margin-top: min(0.6944444444vw, 10px);
	position: relative;
}

.about-flex-left-2-name-text {
	font-size: min(2.2222222222vw, 32px);
	letter-spacing: 3.2px;
	line-height: normal;
}

.about-flex-left-2-name-back {
	bottom: max(-1.5277777778vw, -22px);
	color: #F4F4F4;
	font-family: "EB Garamond", serif;
	font-size: min(2.2222222222vw, 32px);
	left: min(1.9444444444vw, 28px);
	letter-spacing: 0;
	line-height: normal;
	position: absolute;
	z-index: -1;
}

.about-flex-right-2 {
	width: min(38.125vw, 549px);
}

.about-flex-right-2-title {
	font-size: min(1.9444444444vw, 28px);
	letter-spacing: min(0.0972222222vw, 1.4px);
	line-height: normal;
}

.about-flex-right-2-title-2 {
	margin-top: min(1.3888888889vw, 20px);
}

.about-flex-right-2-text {
	letter-spacing: 0;
	line-height: normal;
	margin-top: min(6.9444444444vw, 100px);
	position: relative;
}

.about-flex-right-2-text span {
	color: #C2153D;
	font-weight: 500;
}

.about-flex-right-2-text::before {
	background-color: #D9D9D9;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: max(-4.1666666667vw, -60px);
	width: min(5.5555555556vw, 80px);
}

.about-flex-right-2-text::after {
	background-color: #C2153D;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: max(-4.1666666667vw, -60px);
	width: min(2.0833333333vw, 30px);
}

.about-flex-sp {
	align-items: flex-end;
	display: none;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-top: calc(40 / 390 * 100vw);
}

.about-flex-sp-left {
	width: 42.3076923077vw;
	padding-bottom: calc(10 / 390 * 100vw);
}

.about-flex-sp-post {
	font-size: 3.5897435897vw;
	letter-spacing: 0;
	line-height: normal;
}

.about-flex-sp-post-2 {
	margin-top: 1.2820512821vw;
}

.about-flex-sp-name {
	position: relative;
	margin-top: calc(10 / 390 * 100vw);
}

.about-flex-sp-name-text {
	font-size: 4.6153846154vw;
	letter-spacing: 0.4615384615vw;
	line-height: normal;
}

.about-flex-sp-name-back {
	bottom: -2.8205128205vw;
	color: #F4F4F4;
	font-family: "EB Garamond", serif;
	font-size: 5.1282051282vw;
	left: 6.1538461538vw;
	letter-spacing: 0;
	line-height: normal;
	position: absolute;
	z-index: -1;
}

.about-flex-sp-right {
	width: 44.8717948718vw;
}

.about__button-2 {
	margin-top: min(9.7222222222vw, 140px);
	text-align: center;
}

.section-title-subtext {
	transform: translateY(max(-0.625vw, -9px));
}

.contact {
	padding-bottom: min(9.7222222222vw, 140px);
}

.contact-section-title {
	margin-top: min(3.4722222222vw, 50px);
}

.contact-section-title-text {
	padding-top: min(1.8055555556vw, 26px);
}

.contact-section-title-back {
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.contact__step {
	margin: min(4.375vw, 63px) auto 0;
	width: min(58.3333333333vw, 840px);
}

.contact__step img:first-child {
	display: block;
}

.contact__step img:nth-child(2) {
	display: none;
}

.contact__form {
	line-height: normal;
	margin-top: min(4.8611111111vw, 70px);
}

.contact__inner {
	margin: 0 auto;
	width: min(58.3333333333vw, 840px);
}

.contact__label {
	font-size: min(1.25vw, 18px);
	font-weight: 500;
	letter-spacing: min(0.125vw, 1.8px);
	line-height: normal;
	position: relative;
}

.contact__label--required::after {
	background: #C2153D;
	color: #FFFFFF;
	content: "必須";
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(0.9722222222vw, 14px);
	height: min(1.5277777778vw, 22px);
	letter-spacing: min(0.0972222222vw, 1.4px);
	line-height: normal;
	min-height: 15px;
	min-width: 24px;
	position: absolute;
	right: min(-3.0555555556vw, -44px);
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: min(2.3611111111vw, 34px);
}

.contact__label--any::after {
	background: #B9B9B9;
	color: #FFFFFF;
	content: "任意";
	font-size: min(0.9722222222vw, 14px);
	height: min(1.4583333333vw, 21px);
	letter-spacing: min(0.0972222222vw, 1.4px);
	min-height: 15px;
	min-width: 24px;
	position: absolute;
	right: min(-3.0555555556vw, -44px);
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: min(2.3611111111vw, 34px);
}

.contact__form-check-item:not(:first-child) {
	margin-top: min(0.6944444444vw, 10px);
}

.contact__form-check-label {
	font-size: min(1.25vw, 18px);
	letter-spacing: min(0.0625vw, 0.9px);
	line-height: min(2.2222222222vw, 32px);
}

.contact__form-check-input {
	accent-color: #C2153D;
	height: 12px;
	margin: 0;
	width: 12px;
}

.contact__item {
	margin-top: min(2.0833333333vw, 30px);
}

.contact__item label input {
	accent-color: #C2153D;
}

.contact__item-input {
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
	border-radius: min(0.3472222222vw, 5px);
	font-family: "Noto Serif JP", serif;
	font-size: min(1.25vw, 18px);
	letter-spacing: min(0.0625vw, 0.9px);
	line-height: min(2.0138888889vw, 29px);
	margin-top: min(0.6944444444vw, 10px);
	padding: min(0.6944444444vw, 10px);
	width: 100%;
}

.contact__item-input::placeholder {
	color: #B9B8B8;
	font-family: "Noto Serif JP", serif;
	font-size: min(1.25vw, 18px);
	letter-spacing: min(0.0625vw, 0.9px);
	line-height: min(2.0138888889vw, 29px);
}

.contact__item-input-2 {
	width: min(29.1666666667vw, 420px);
}

.contact__item-input-3 {
	padding: min(0.6944444444vw, 10px) min(0.3472222222vw, 5px);
	width: min(13.8888888889vw, 200px);
}

.contact__item-input-4 {
	width: min(27.7777777778vw, 400px);
}

.contact__item-select-container {
	display: inline-block;
	margin-top: min(0.6944444444vw, 10px);
	position: relative;
}

.contact__item-select-container::after {
	background: url(../img/select-vector.png) no-repeat center center/contain;
	content: "";
	height: min(0.4861111111vw, 7px);
	position: absolute;
	right: min(0.9027777778vw, 13px);
	top: 50%;
	transform: translateY(-50%);
	width: min(0.6944444444vw, 10px);
}

.contact__item-select-container select {
	appearance: none;
	border: 1px solid #E0DEDE;
	border-radius: min(0.3472222222vw, 5px);
	color: #333333;
	font-family: "Noto Serif JP", serif;
	font-size: min(1.25vw, 18px);
	letter-spacing: min(0.0625vw, 0.9px);
	line-height: min(2.0138888889vw, 29px);
	padding: min(0.6944444444vw, 10px) min(2.0833333333vw, 30px) min(0.6944444444vw, 10px) min(0.6944444444vw, 10px);
	width: min(24.3055555556vw, 350px);
}

.contact__item-textarea {
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
	border-radius: min(0.3472222222vw, 5px);
	font-family: "Noto Serif JP", serif;
	font-size: min(1.25vw, 18px);
	height: min(13.8888888889vw, 200px);
	letter-spacing: min(0.0625vw, 0.9px);
	line-height: min(2.2222222222vw, 32px);
	margin-top: min(0.6944444444vw, 10px);
	padding: min(0.6944444444vw, 10px) min(0.8333333333vw, 12px);
	width: 100%;
}

.contact__item-textarea::placeholder {
	color: #B9B8B8;
	font-family: "Noto Serif JP", serif;
	font-size: min(1.25vw, 18px);
	letter-spacing: min(0.0625vw, 0.9px);
	line-height: min(2.2222222222vw, 32px);
}

.contact__under-confirmation {
	margin-top: min(3.4722222222vw, 50px);
	position: relative;
	text-align: left;
}

.contact__under-confirmation input {
	height: min(1.3194444444vw, 19px);
	margin: min(0.3472222222vw, 5px) 0 0 0;
	width: min(1.3194444444vw, 19px);
}

.contact__under-label {
	font-size: min(1.25vw, 18px);
	left: min(2.4305555556vw, 35px);
	position: absolute;
}

.contact__under-label a {
	color: #C2153D;
}

.form-confirmation-button-container {
	margin-top: min(4.8611111111vw, 70px);
	text-align: center;
}

.form-confirmation-button {
	background-color: #C2153D;
	border: 1px solid #C2153D;
	border-radius: min(3.4722222222vw, 50px);
	color: #FDFDFD;
	cursor: pointer;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.1111111111vw, 16px);
	letter-spacing: 0;
	line-height: normal;
	padding: min(1.3888888889vw, 20px);
	position: relative;
	transition: 0.3s;
	width: min(19.4444444444vw, 280px);
}

.form-confirmation-button::after {
	background: url(../img/contact-vector.png) no-repeat center center/contain;
	content: "";
	height: min(0.6944444444vw, 10px);
	position: absolute;
	right: min(2.0833333333vw, 30px);
	top: 50%;
	transform: translateY(-50%);
	width: min(0.4861111111vw, 7px);
}

@media (hover: hover) {
.form-confirmation-button:hover {
	background-color: #FDFDFD;
	border: 1px solid #C2153D;
	color: #C2153D;
}
.form-confirmation-button:hover::after {
	background: url(../img/contact-vector-hover.png) no-repeat center center/contain;
}
.form-confirmation-button:hover::after {
	background: url(../img/contact-vector-hover.png) no-repeat center center/contain;
}
}


.wpcf7-form-control-wrap {
	left: 0 !important;
	position: relative !important;
	top: 0 !important;
	transform: none !important;
}

.contact-thanks-title {
	font-size: min(1.9444444444vw, 28px);
	line-height: min(2.7777777778vw, 40px);
	margin-top: min(4.8611111111vw, 70px);
	text-align: center;
}

.contact-thanks-text {
	margin-top: min(3.4722222222vw, 50px);
	text-align: center;
}

.contact-thanks-text-2 {
	color: #C2153D;
	font-size: min(1.1111111111vw, 16px);
	letter-spacing: 0;
	line-height: normal;
	margin-top: min(2.0833333333vw, 30px);
	text-align: center;
}

.contact__confirmation {
	margin-top: min(4.8611111111vw, 70px);
}

.contact__confirmation-item {
	align-items: center;
	border-bottom: 1px solid #D9D9D9;
	display: flex;
	gap: min(2.6388888889vw, 38px);
	padding: min(1.3888888889vw, 20px) 0;
}

.contact__confirmation-item:first-child {
	border-top: 1px solid #D9D9D9;
}

.contact__confirmation-item-left {
	font-size: min(1.25vw, 18px);
	font-weight: 500;
	letter-spacing: min(0.125vw, 1.8px);
	line-height: normal;
	width: min(16.6666666667vw, 240px);
}

.contact__confirmation-item-right {
	width: min(39.0277777778vw, 562px);
}

.contact__button-flex {
	align-items: center;
	display: flex;
	gap: min(6.9444444444vw, 100px);
	justify-content: center;
	margin-top: min(6.8055555556vw, 98px);
}

.contact__button-2 {
	border-radius: min(3.4722222222vw, 50px);
	color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	padding: min(1.3888888889vw, 20px) 0;
	text-align: center;
	transition: 0.3s;
	width: min(19.4444444444vw, 280px);
	cursor: pointer;
}

.contact__button-2-prev {
	background-color: #B9B8B8;
	border: 1px solid #B9B8B8;
}

@media (hover: hover) {
.contact__button-2-prev:hover {
	background-color: #FDFDFD;
	border: 1px solid #B9B8B8;
	color: #B9B8B8;
}
}

.contact__button-2-send {
	background-color: #C2153D;
	border: 1px solid #C2153D;
}

@media (hover: hover) {
.contact__button-2-send:hover {
	background-color: #FDFDFD;
	border: 1px solid #C2153D;
	color: #C2153D;
}
}

.contact__top {
	margin: min(9.0972222222vw, 131px) auto 0;
}

.contact__top-item {
	display: flex;
	gap: min(9.7222222222vw, 140px);
	justify-content: center;
}

.contact__top-item:not(:first-child) {
	margin-top: min(9.7222222222vw, 140px);
}

.contact__top-item-title {
	font-size: min(1.9444444444vw, 28px);
	line-height: normal;
	width: min(12.1527777778vw, 175px);
}

.contact__top-item-list li:not(:first-child) {
	margin-top: min(0.6944444444vw, 10px);
}

.contact__top-button {
	margin-top: min(2.7777777778vw, 40px);
}

.contact__top-button .button-red {
	height: min(4.8611111111vw, 70px);
	letter-spacing: 0;
	padding: min(1.5277777778vw, 22px) min(3.3333333333vw, 23px) min(1.5972222222vw, 23px) min(1.6666666667vw, 24px);
	text-align: left;
	width: min(20.6944444444vw, 298px);
}

.contact__top-button .button-red::after {
	height: min(0.6944444444vw, 10px);
	right: min(1.6666666667vw, 24px);
	width: min(0.625vw, 9px);
}

.contact__top-button .button-brown {
	height: min(4.8611111111vw, 70px);
	letter-spacing: 0;
	padding: min(0.6944444444vw, 10px) min(3.3333333333vw, 40px) min(0.6944444444vw, 10px) min(1.3888888889vw, 20px);
	text-align: center;
	width: min(20.6944444444vw, 298px);
}

.contact__top-button .button-brown::after {
	height: min(0.6944444444vw, 10px);
	right: min(1.6666666667vw, 24px);
	width: min(0.625vw, 9px);
}

.document {
	padding-bottom: min(9.7222222222vw, 140px);
}

.document-section-title {
	margin-top: min(3.4722222222vw, 50px);
}

.document-section-title-text {
	padding-top: min(1.3888888889vw, 20px);
}

.document-section-title-back {
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.document-section-title-under {
	margin-top: min(1.3888888889vw, 20px);
	padding-bottom: min(0.4861111111vw, 7px);
	text-align: center;
}

.document__step {
	margin: min(3.4722222222vw, 50px) auto 0;
	width: min(58.3333333333vw, 840px);
}

.document-thanks-title {
	font-size: min(1.9444444444vw, 28px);
	line-height: min(2.7777777778vw, 40px);
	margin-top: min(4.8611111111vw, 70px);
	text-align: center;
}

.document-thanks-text {
	margin-top: min(3.4722222222vw, 50px);
	text-align: center;
}

.document-thanks-text-2 {
	color: #C2153D;
	font-size: min(1.1111111111vw, 16px);
	letter-spacing: 0;
	line-height: normal;
	margin-top: min(2.0833333333vw, 30px);
	text-align: center;
}

.ffa {
	padding-bottom: min(9.7222222222vw, 140px);
}

.ffa__section {
	margin-top: min(4.8611111111vw, 70px);
}

.ffa-flex {
	display: flex;
	justify-content: space-between;
	padding-bottom: min(calc(79 / 1440 * 100vw),79px);
}

.ffa-flex-left {
	width: min(33.0555555556vw, 476px);
}

.ffa__section-logo {
	width: min(calc(360 / 1440 * 100vw),360px);
	padding-bottom: min(calc(17 / 1440 * 100vw),17px);
	position: relative;
}

.ffa__section-logo::after {
	content: '';
	position: absolute;
	width: min(calc(126 / 1440 * 100vw),126px);
	height: 1px;
	left: 0;
	bottom: 0;
	background-color: #D9D9D9;
}

.ffa__section-logo::before {
	content: '';
	position: absolute;
	width: min(calc(32 / 1440 * 100vw),32px);
	height: 1px;
	left: 0;
	bottom: 0;
	background-color: #C2153D;
	z-index: 2;
}

.ffa-text {
	margin-top: min(calc(36 / 1440 * 100vw),36px);
}

.ffa-text span {
	color: #C2153D;
	font-size: min(1.3888888889vw, 20px);
	letter-spacing: min(0.0694444444vw, 1px);
	line-height: min(2.2222222222vw, 32px);
}

.ffa-flex-right {
	position: relative;
	width: min(38.1944444444vw, 550px);
}

.ffa-flex-right-img-1 {
	position: absolute;
	right: 0;
	top: min(0vw, 0px);
	width: min(27.9166666667vw, 402px);
	z-index: 2;
}

.ffa-flex-right-img-1 img:first-child {
	display: block;
}

.ffa-flex-right-img-1 img:nth-child(2) {
	display: none;
}

.ffa-flex-right-img-2 {
	bottom: max(calc(-79 / 1440 * 100vw),-79px);
	left: 0;
	position: absolute;
	width: min(20.9722222222vw, 302px);
	z-index: 3;
}

.ffa-flex-right-img-2 img:first-child {
	display: block;
}

.ffa-flex-right-img-2 img:nth-child(2) {
	display: none;
}

.ffa__client {
	margin-top: min(9.7222222222vw, 140px);
}

.ffa__client-title {
	font-size: min(1.25vw, 18px);
	letter-spacing: min(0.0625vw, 0.9px);
	line-height: normal;
	padding-bottom: min(0.6944444444vw, 10px);
	position: relative;
}

.ffa__client-title::before {
	background-color: #D9D9D9;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.ffa__client-title::after {
	background-color: #C2153D;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: min(19.3055555556vw, 278px);
}

.ffa__client-flex {
	display: flex;
	justify-content: space-between;
	margin-top: min(1.3888888889vw, 20px);
}

.ffa__client-item {
	width: min(21.5277777778vw, 310px);
}

.ffa__client-item:first-child {
	width: min(24.2361111111vw, 349px);
}

.ffa__client-item li {
	font-size: min(1.25vw, 18px);
	font-weight: 200;
	letter-spacing: 0;
	line-height: min(2.0833333333vw, 30px);
}

.ffa__client-text {
	font-size: min(1.0416666667vw, 15px);
	letter-spacing: 0;
	line-height: normal;
	text-align: right;
}

.ffa__client-text-1 {
	margin-top: min(1.3888888889vw, 20px);
}

.ffa__client-text-2 {
	margin-top: min(0.6944444444vw, 10px);
}

.ffa-mv {
	height: min(28.8194444444vw, 415px);
	margin: min(9.7222222222vw, 140px) auto 0;
	max-width: 1440px;
	position: relative;
	width: 100%;
}

.ffa-mv__img {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: min(68.4722222222vw, 986px);
	z-index: 1;
}

.ffa-mv__content {
	content: "";
	height: min(13.8888888889vw, 200px);
	position: absolute;
	right: min(11.8055555556vw, 170px);
	text-align: right;
	top: min(11.0416666667vw, 159px);
	width: min(39.5138888889vw, 569px);
	z-index: 3;
}

.ffa-mv__title {
	color: #C2153D;
	font-size: min(2.2222222222vw, 32px);
	font-weight: 300;
	letter-spacing: min(0.1111111111vw, 1.6px);
	line-height: min(3.8888888889vw, 56px);
}

.ffa-mv__link {
	color: #C2153D;
	display: inline-block;
	font-size: min(1.1111111111vw, 16px);
	letter-spacing: 0;
	line-height: normal;
	margin-top: min(3.4722222222vw, 50px);
	padding: 0 min(1.25vw, 18px) min(0.9027777778vw, 13px) min(3.9583333333vw, 57px);
	position: relative;
	transition: 0.3;
}

.ffa-mv__link::before {
	background: url(../img/ffa-vector.png) no-repeat center center/contain;
	content: "";
	height: min(1.875vw, 27px);
	left: 0;
	position: absolute;
	top: 0;
	width: min(1.875vw, 27px);
}

.ffa-mv__link::after {
	background-color: #C2153D;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

@media (hover: hover) {
.ffa-mv__link:hover {
	opacity: 0.7;
}
}

.ffa-mv__back {
	color: #F4F4F4;
	content: "";
	font-family: "EB Garamond", serif;
	font-size: min(8.3333333333vw, 120px);
	height: min(10.9027777778vw, 157px);
	letter-spacing: 0;
	line-height: normal;
	position: absolute;
	right: min(3.6805555556vw, 53px);
	text-align: right;
	top: min(13.2638888889vw, 191px);
	width: min(21.25vw, 306px);
	z-index: 2;
}

.ffa__button {
	margin-top: min(9.7222222222vw, 140px);
	text-align: center;
}

.company {
	padding-bottom: min(9.7222222222vw, 140px);
}

.company-section-title {
	margin-top: min(3.75vw, 54px);
}

.company-section-title-text {
	padding-top: min(1.3888888889vw, 20px);
}

.company-section-title-back {
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.company__mv {
	margin: min(4.8611111111vw, 70px) auto 0;
	width: min(76.3888888889vw, 1100px);
}

.company__content {
	margin-top: min(13.0555555556vw, 188px);
}

.company__content-item {
	display: flex;
	padding-bottom: min(2.0833333333vw, 30px);
	position: relative;
}

.company__content-item:not(:first-child) {
	margin-top: min(2.0833333333vw, 30px);
}

.company__content-item::before {
	background-color: #D9D9D9;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.company__content-item::after {
	background-color: #C2153D;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: min(13.8888888889vw, 200px);
	z-index: 1;
}

.company__content-item-left {
	font-weight: 600;
	letter-spacing: 0;
	line-height: normal;
	width: min(13.8888888889vw, 200px);
}

.company__content-item-right {
	font-weight: 400;
	letter-spacing: 0;
	line-height: normal;
	width: min(48.5416666667vw, 699px);
}

.company__content-item-right a {
	color: #C2153D;
	display: inline-block;
	margin-left: min(2.7777777778vw, 40px);
}

.company__content-item-right span {
	font-weight: 600;
}

.company__content-item-right-2 {
	margin-top: min(2.7777777778vw, 40px);
}

.company__button-1 {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: min(4.8611111111vw, 70px) auto 0;
	width: min(52.7777777778vw, 760px);
}

.company__button-1 .button-brown {
	height: min(4.5138888889vw, 65px);
	line-height: min(1.3888888889vw, 20px);
	padding: min(0.7638888889vw, 11px) 0 min(0.6944444444vw, 10px);
}

.company__button-1 .button-brown span {
	font-size: min(0.9722222222vw, 14px);
	letter-spacing: 0;
	line-height: normal;
}

.company__partner {
	margin-top: min(9.7222222222vw, 140px);
}

.company__section-title {
	font-size: min(1.9444444444vw, 28px);
	letter-spacing: 0;
	line-height: normal;
	padding-bottom: min(1.3888888889vw, 20px);
	position: relative;
	text-align: center;
}

.company__section-title::after {
	background-color: #C2153D;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: min(5.5555555556vw, 80px);
}

.company__partner-content {
	background-color: #F4F4F4;
	margin-top: min(4.8611111111vw, 70px);
	padding: min(2.7777777778vw, 40px) min(3.4722222222vw, 50px);
}

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

.company__partner-list {
	width: min(21.5277777778vw, 310px);
}

.company__partner-list li {
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.0416666667vw, 15px);
	letter-spacing: 0;
	line-height: normal;
}

.company__partner-list li:not(:first-child) {
	margin-top: min(0.3472222222vw, 5px);
}

.company__partner-text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.0416666667vw, 15px);
	letter-spacing: 0;
	line-height: normal;
	text-align: right;
}

.company__partner-text-1 {
	margin-top: min(0.6944444444vw, 10px);
}

.company__partner-text-2 {
	margin-top: min(0.3472222222vw, 5px);
}

.company__group {
	margin-top: min(9.7222222222vw, 140px);
	text-align: center;
}

.company__group-img {
	display: inline-block;
	margin-top: min(4.8611111111vw, 70px);
	width: min(27.5vw, 396px);
}

.company__button-2 {
	margin-top: min(7.6388888889vw, 110px);
	text-align: center;
}

.single-case {
	margin-top: min(4.8611111111vw, 70px);
	padding-bottom: min(9.7222222222vw, 140px);
}

.single-case__top {
	align-items: center;
	border-radius: min(2.0833333333vw, 30px);
	box-shadow: 0px 0px 10px 0px rgba(157, 156, 156, 0.2);
	display: flex;
	gap: min(3.4722222222vw, 50px);
	padding: min(2.7777777778vw, 40px) min(4.6527777778vw, 67px);
}

.single-case__top-left {
	height: min(14.375vw, 207px);
	width: min(20.1388888889vw, 290px);
}

.single-case__top-left img {
	height: 100%;
}

.single-case__top-right {
	width: min(43.4027777778vw, 625px);
}

.single-case__top-right-category {
	font-size: min(1.1111111111vw, 16px);
	font-weight: 300;
	line-height: min(1.875vw, 27px);
	position: relative;
}

.single-case__top-right-category::before {
	background-color: #D9D9D9;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: min(5.5555555556vw, 80px);
	z-index: 1;
}

.single-case__top-right-category::after {
	background-color: #C2153D;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: min(2.0833333333vw, 30px);
	z-index: 2;
}

.single-case__top-right-title {
	font-size: min(1.9444444444vw, 28px);
	font-weight: 600;
	line-height: min(3.125vw, 45px);
	margin-top: min(1.3888888889vw, 20px);
}

.single-case__top-right-meta {
	display: flex;
	gap: min(1.3888888889vw, 20px);
	margin-top: min(0.6944444444vw, 10px);
}

.single-case__top-right-age {
	line-height: min(2.0833333333vw, 30px);
}

.single-case__top-right-gender {
	line-height: min(2.0833333333vw, 30px);
}

.single-case__top-right-post {
	line-height: min(2.0833333333vw, 30px);
}

.single-case__top-right-post-2 {
	margin-top: min(1.3888888889vw, 20px);
}

.single-case__before {
	border: 1px solid #9D9C9C;
	margin: min(4.8611111111vw, 70px) auto 0;
}

.single-case__before::after {
	background-color: #9D9C9C;
}

.single-case__before .single-case__use-left {
	background-color: #9D9C9C;
}

.single-case__after {
	border: 1px solid #C2153D;
	margin: 0 auto;
}

.single-case__after::after {
	background-color: #C2153D;
}

.single-case__after .single-case__use-left {
	background-color: #C2153D;
}

.single-case__use {
	align-items: center;
	display: flex;
	position: relative;
	width: min(67.0138888889vw, 965px);
}

.single-case__use::after {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: min(20.1388888889vw, 290px);
	z-index: -1;
}

.single-case__use-left {
	color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.6666666667vw, 24px);
	line-height: min(2.4305555556vw, 35px);
	position: relative;
	text-align: center;
	width: min(20.1388888889vw, 290px);
}

.single-case__use-right {
	padding: min(1.7361111111vw, 25px) min(1.7361111111vw, 25px) min(1.7361111111vw, 25px) min(3.4722222222vw, 50px);
	width: min(46.875vw, 675px);
}

.single-case__use-right li {
	font-size: min(1.25vw, 18px);
	line-height: min(2.2222222222vw, 32px);
	padding-left: min(1.25vw, 18px);
	position: relative;
}

.single-case__use-right li::after {
	background-color: #333333;
	border-radius: 50%;
	content: "";
	height: min(0.3472222222vw, 5px);
	left: min(0.3472222222vw, 5px);
	position: absolute;
	top: min(0.9722222222vw, 14px);
	width: min(0.3472222222vw, 5px);
}

.single-case__use-right li:not(:first-child) {
	margin-top: min(0.7638888889vw, 11px);
}

.single-case__use-vector {
	margin: min(1.0416666667vw, 15px) auto;
	width: min(3.5416666667vw, 51px);
}

.single-case__question {
	margin-top: min(9.7222222222vw, 140px);
}

.single-case__question-item:not(:first-child) {
	margin-top: min(3.4722222222vw, 50px);
}

.single-case__question-q {
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.25vw, 18px);
	font-weight: 500;
	line-height: min(1.8055555556vw, 26px);
	padding-bottom: min(0.6944444444vw, 10px);
	position: relative;
}

.single-case__question-q::before {
	background-color: #D9D9D9;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.single-case__question-q::after {
	background-color: #C2153D;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: min(19.3055555556vw, 278px);
	z-index: 2;
}

.single-case__question-a {
	margin-top: min(0.6944444444vw, 10px);
}

.single-case__problem {
	margin-top: min(9.7222222222vw, 140px);
}

.single-case__problem-title {
	font-size: min(2.5vw, 36px);
	font-weight: 700;
	letter-spacing: min(0.25vw, 3.6px);
	line-height: min(5.9722222222vw, 86px);
	text-align: center;
}

.single-case__problem-title span {
	color: #C2153D;
	font-size: min(4.1666666667vw, 60px);
	font-weight: 600;
	line-height: min(5.9722222222vw, 86px);
	position: relative;
}

.single-case__problem-title span::after {
	background: url(../img/text-accent.png) no-repeat center center/contain;
	content: "";
	height: min(0.4166666667vw, 6px);
	left: 50%;
	position: absolute;
	top: min(0.3472222222vw, 5px);
	transform: translateX(-50%);
	width: min(9.1666666667vw, 132px);
}

.single-case__problem-items {
	display: flex;
	gap: min(1.0416666667vw, 15px);
	justify-content: center;
}

.single-case__problem-item {
	height: min(15.2777777778vw, 220px);
	text-align: center;
	width: min(18.75vw, 270px);
}

.single-case__problem-item:first-child {
	background: url(../img/single-case-problem-1.png) no-repeat center center/contain;
}

.single-case__problem-item:nth-child(2) {
	background: url(../img/single-case-problem-2.png) no-repeat center center/contain;
}

.single-case__problem-item:nth-child(3) {
	background: url(../img/single-case-problem-3.png) no-repeat center center/contain;
}

.single-case__problem-item-check {
	display: inline-block;
	margin-top: min(2.7777777778vw, 40px);
	width: min(1.6666666667vw, 24px);
}

.single-case__problem-item-text {
	color: #FFFFFF;
	font-size: min(1.3888888889vw, 20px);
	font-weight: 500;
	letter-spacing: min(0.1111111111vw, 1.6px);
	line-height: normal;
	margin-top: min(0.9027777778vw, 13px);
}

.single-case__problem-item-text span {
	font-size: min(1.9444444444vw, 28px);
	font-weight: 700;
	letter-spacing: min(0.1555555556vw, 2.24px);
}

.single-case__problem-items-sp {
	display: none;
}

.single-case__problem-item-link-container {
	margin-top: min(3.4722222222vw, 50px);
	text-align: center;
}

.single-case__problem-item-link {
	background-color: #C2153D;
	border-radius: min(3.4722222222vw, 50px);
	box-shadow: 1px 2px 6px 0px rgba(204, 204, 204, 0.25);
	color: #FFFFFF;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.25vw, 18px);
	font-weight: 700;
	letter-spacing: min(0.125vw, 1.8px);
	line-height: min(1.9444444444vw, 28px);
	padding: min(0.7638888889vw, 11px) 0 min(1.1805555556vw, 17px);
	transition: 0.3s;
	width: min(21.5277777778vw, 310px);
}

@media (hover: hover) {
.single-case__problem-item-link:hover {
	opacity: 0.7;
}
}

.single-case__problem-item-link-span-1 {
	font-family: "Noto Serif JP", serif;
	font-size: min(2.9027777778vw, 41.8px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: min(2.5694444444vw, 37px);
}

.single-case__problem-item-link-span-2 {
	font-size: min(1.3888888889vw, 20px);
	font-weight: 700;
	letter-spacing: min(0.1388888889vw, 2px);
	line-height: min(2.1527777778vw, 31px);
}

.single-case__problem-items-sp {
	background: url(../img/single-case-problem-4.png) no-repeat center center/cover;
	padding: 10vw 0vw 10vw 5.1282051282vw;
}

.single-case__problem-items-sp-text {
	color: #FFFFFF;
	font-size: 4.6153846154vw;
	letter-spacing: 0.3692307692vw;
	line-height: normal;
	padding-left: 5.8974358974vw;
	position: relative;
}

.single-case__problem-items-sp-text::after {
	background: url(../img/single-case-problem-item-check-sp.png) no-repeat center center/contain;
	content: "";
	height: 3.8461538462vw;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3.8461538462vw;
}

.single-case__problem-items-sp-text span {
	font-size: 6.1538461538vw;
	letter-spacing: 0.4923076923vw;
}

.single-case__problem-items-sp-text:not(:first-child) {
	margin-top: 2.5641025641vw;
}

.single-case__items {
	margin-top: min(9.7222222222vw, 140px);
}

.single-case__items-title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.25vw, 18px);
	font-weight: 500;
	line-height: min(1.8055555556vw, 26px);
	padding-bottom: min(0.6944444444vw, 10px);
	position: relative;
}

.single-case__items-title::before {
	background-color: #D9D9D9;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.single-case__items-title::after {
	background-color: #C2153D;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: min(19.3055555556vw, 278px);
	z-index: 2;
}

.single-case__items-flex {
	display: flex;
	flex-wrap: wrap;
	margin-top: min(2.4305555556vw, 35px);
}

.single-case__item {
	display: inline-block;
	min-height: min(35.5555555556vw, 512px);
	position: relative;
	width: min(24.3055555556vw, 350px);
}

.single-case__item:nth-child(n+4) {
	margin-top: min(5.5555555556vw, 80px);
}

.single-case__item:not(:nth-child(3n+1)) {
	margin-left: min(1.6666666667vw, 24px);
}

.single-case__item-img {
	height: min(17.3611111111vw, 250px);
	width: min(24.3055555556vw, 350px);
}

.single-case__item-img img {
	height: 100%;
}

.single-case__item-category {
	background-color: #C2153D;
	color: #FFFFFF;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	line-height: min(1.8055555556vw, 26px);
	margin-top: min(0.6944444444vw, 10px);
	padding: min(0.6944444444vw, 10px) min(1.5277777778vw, 22px);
}

.single-case__item-title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.3888888889vw, 20px);
	font-weight: 500;
	letter-spacing: min(0.0694444444vw, 1px);
	line-height: min(2.2222222222vw, 32px);
	margin-top: min(1.1111111111vw, 16px);
}

.single-case__item-link-container {
	bottom: 0;
	left: 50%;
	margin-top: min(2.0833333333vw, 30px);
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
}

.single-case__item-link {
	border: 1px solid #C2153D;
	border-radius: min(5.0694444444vw, 73px);
	color: #C2153D;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.1111111111vw, 16px);
	line-height: min(1.5972222222vw, 23px);
	padding: min(1.4583333333vw, 21px) 0;
	position: relative;
	transition: 0.3s;
	width: min(19.4444444444vw, 280px);
}

.single-case__item-link::after {
	background: url(../img/button-red-vector.png) no-repeat center center/contain;
	content: "";
	height: min(0.6944444444vw, 10px);
	position: absolute;
	right: min(1.875vw, 27px);
	top: 50%;
	transform: translateY(-50%);
	width: min(0.4861111111vw, 7px);
}

@media (hover: hover) {
.single-case__item-link:hover {
	background-color: #C2153D;
	color: #FFFFFF;
}
.single-case__item-link:hover::after {
	background: url(../img/contact-vector.png) no-repeat center center/contain;
}
}

.single-case__contact {
	margin-top: min(9.7222222222vw, 140px);
	text-align: center;
}

.archive-case {
	margin-top: min(4.8611111111vw, 70px);
}

.archive-case__tabs {
	background-color: #F4F4F4;
	margin: min(2.7777777778vw, 40px) auto 0;
	padding: min(2.4305555556vw, 35px) min(2.3611111111vw, 34px);
	width: min(69.7222222222vw, 1004px);
}

.archive-case__tabs-title {
	text-align: center;
}

.archive-case__tabs-title p {
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.3888888889vw, 20px);
	letter-spacing: 0;
	line-height: min(2.2222222222vw, 32px);
	position: relative;
}

.archive-case__tabs-title p::before {
	background: url(../img/search-icon.png) no-repeat center center/contain;
	content: "";
	height: min(1.3888888889vw, 20px);
	left: max(-2.0833333333vw, -30px);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: min(1.3888888889vw, 20px);
}

.archive-case__tabs-items {
	display: flex;
	flex-wrap: wrap;
	gap: min(1.3888888889vw, 20px);
	margin-top: min(2.4305555556vw, 35px);
}

.archive-case__tabs-item {
	background-color: #FFFFFF;
	border: 1px solid #C2153D;
	color: #C2153D;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.25vw, 18px);
	font-weight: 300;
	letter-spacing: 0;
	line-height: min(2.2222222222vw, 32px);
	padding: min(0.2083333333vw, 3px) min(2.0138888889vw, 29px);
	transition: 0.3s;
}

@media (hover: hover) {
.archive-case__tabs-item:hover {
	opacity: 0.7;
}
}

.archive-case__tabs-item-current {
	background-color: #C2153D;
	color: #FFFFFF;
}

.archive-tab__content {
	margin-top: min(5.5555555556vw, 80px);
}

.personal {
	margin-top: min(4.8611111111vw, 70px);
	padding-bottom: min(9.7222222222vw, 140px);
}

.personal-section-title-text {
	padding-top: min(1.3888888889vw, 20px);
}

.personal-section-title-back {
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.personal__mv {
	margin: 0 auto;
	width: min(55.7638888889vw, 803px);
}

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

.personal-flex-left {
	width: min(36.1111111111vw, 520px);
}

.personal-flex-left__title {
	margin-top: min(3.9583333333vw, 57px);
}

.personal-flex-text {
	margin-top: min(2.4305555556vw, 35px);
}

.personal-flex-text span {
	color: #C2153D;
}

.personal-flex-left-overview {
	margin-top: min(2.4305555556vw, 35px);
}

.personal-flex-left-overview-title {
	background-color: #C2153D;
	color: #FFFFFF;
	font-size: min(1.6666666667vw, 24px);
	font-weight: 500;
	letter-spacing: min(0.0833333333vw, 1.2px);
	line-height: min(2.7083333333vw, 39px);
	text-align: center;
}

.personal-flex-left-overview-content {
	background-color: #F4F4F4;
	display: flex;
	flex-wrap: wrap;
	padding: min(1.1805555556vw, 17px) min(1.3888888889vw, 20px) min(1.0416666667vw, 15px);
}

.personal-flex-left-overview-item {
	align-items: center;
	background-color: #FDFDFD;
	border-radius: min(0.5555555556vw, 8px);
	box-shadow: 1px 2px 6px 0px rgba(204, 204, 204, 0.25);
	display: flex;
	gap: min(0.6944444444vw, 10px);
	padding: min(0.5555555556vw, 8px) min(0.5555555556vw, 8px) min(0.5555555556vw, 8px) min(0.6944444444vw, 10px);
	width: min(15.9722222222vw, 230px);
}

.personal-flex-left-overview-item:nth-child(n+3) {
	margin-top: min(1.0416666667vw, 15px);
}

.personal-flex-left-overview-item:nth-child(2n) {
	margin-left: min(1.3888888889vw, 20px);
}

.personal-flex-left-overview-item-title {
	color: #C2153D;
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.25vw, 18px);
	font-weight: 500;
	letter-spacing: max(-0.05vw, -0.72px);
	line-height: min(1.5277777778vw, 22px);
}

.personal-flex-left-overview-item-text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.1111111111vw, 16px);
	font-weight: 300;
	letter-spacing: min(0.0555555556vw, 0.8px);
	line-height: min(2.2222222222vw, 32px);
}

.personal__button-container {
	margin-top: min(5.5555555556vw, 80px);
}

.personal-flex-right {
	position: relative;
	width: min(38.1944444444vw, 550px);
}

.personal-flex-right-img-1 {
	position: absolute;
	right: 0;
	top: min(calc(95 / 1440 * 100vw),95px);
	width: min(29.7916666667vw, 429px);
	z-index: 2;
}

.personal-flex-right-img-1 img:first-child {
	display: block;
}

.personal-flex-right-img-1 img:nth-child(2) {
	display: none;
}

.personal-flex-right-img-2 {
	bottom: min(calc(96 / 1440 * 100vw),96px);
	left: 0;
	position: absolute;
	width: min(22.1527777778vw, 319px);
	z-index: 3;
}

.personal-flex-right-img-2 img:first-child {
	display: block;
}

.personal-flex-right-img-2 img:nth-child(2) {
	display: none;
}

.personal-flex-2 {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-top: min(9.7222222222vw, 140px);
	padding-bottom: 0;
}

.personal-flex-left-2 {
	margin-top: 0;
	width: min(36.1111111111vw, 520px);
}

.personal-flex-left-2-title {
	text-align: right;
}

.personal-flex-text-2 {
	margin-top: min(2.4305555556vw, 35px);
}

.personal-flex-text-3 {
	margin-top: min(2.2222222222vw, 32px);
}

.personal-flex-text-3 span {
	color: #C2153D;
}

.personal__button-container-2 {
	margin-top: min(3.4722222222vw, 50px);
	text-align: right;
}

.personal-flex-right-2 {
	position: relative;
	width: min(38.3333333333vw, 552px);
}

.personal-flex-right-2-img-1 {
	left: 0;
	position: absolute;
	top: min(0vw, 0px);
	width: min(23.6805555556vw, 341px);
	z-index: 2;
}

.personal-flex-right-2-img-1 img:first-child {
	display: block;
}

.personal-flex-right-2-img-1 img:nth-child(2) {
	display: none;
}

.personal-flex-right-2-img-2 {
	bottom: min(0.3472222222vw, 5px);
	position: absolute;
	right: 0;
	width: min(23.6805555556vw, 341px);
	z-index: 3;
}

.personal-flex-right-2-img-2 img:first-child {
	display: block;
}

.personal-flex-right-2-img-2 img:nth-child(2) {
	display: none;
}

.personal__job-container {
	background-color: rgba(217, 217, 217, 0.2);
	border-radius: min(1.25vw, 18px);
	box-shadow: 2px 3px 5px 0px rgb(255, 255, 255);
	margin-top: min(4.8611111111vw, 70px);
	padding: min(2.0833333333vw, 30px) min(2.4305555556vw, 35px);
}

.personal__job-title {
	background-color: #C2153D;
	border-radius: min(0.2777777778vw, 4px);
	box-shadow: 2px 3px 5px 0px rgb(255, 255, 255);
	color: #FFFFFF;
	font-size: min(1.9444444444vw, 28px);
	letter-spacing: min(0.0972222222vw, 1.4px);
	line-height: min(2.9166666667vw, 42px);
	text-align: center;
}

.personal__job-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: min(1.3888888889vw, 20px);
}

.personal__job-list li {
	background-color: #FDFDFD;
	border-radius: min(0.5555555556vw, 8px);
	box-shadow: 2px 3px 5px 0px rgb(204, 204, 204);
	color: #C2153D;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.1111111111vw, 16px);
	font-weight: 700;
	letter-spacing: max(-0.0444444444vw, -0.64px);
	line-height: min(1.5277777778vw, 22px);
	padding: min(0.7638888889vw, 11px);
	text-align: center;
	width: min(22.5vw, 324px);
}

.personal__job-list li:not(:nth-child(3n+1)) {
	margin-left: min(2.0138888889vw, 29px);
}

.personal__job-list li:nth-child(n+4) {
	margin-top: min(1.3888888889vw, 20px);
}

.personal__shinamatsuri {
	margin: min(9.7222222222vw, 140px) auto 0;
	padding-bottom: min(4.5833333333vw, 66px);
	position: relative;
	text-align: center;
}

.personal__shinamatsuri::after {
	background: url(../img/japan.png) no-repeat center center/contain;
	content: "";
	height: min(35.6944444444vw, 514px);
	left: min(11.5972222222vw, 167px);
	position: absolute;
	top: 0;
	width: min(51.0416666667vw, 735px);
	z-index: -1;
}

.personal_shinamatsuri-img-1 {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: min(18.1944444444vw, 262px);
}

.personal_shinamatsuri-img-2 {
	bottom: min(1.5972222222vw, 23px);
	content: "";
	left: 0;
	position: absolute;
	width: min(18.1944444444vw, 262px);
}

.personal__shinamatsuri-text-1 {
	font-size: min(1.3888888889vw, 20px);
	letter-spacing: min(0.0694444444vw, 1px);
	line-height: normal;
	padding-top: min(6.25vw, 90px);
}

.personal__shinamatsuri-span-1 {
	color: #C2153D;
	font-size: min(2.0833333333vw, 30px);
	letter-spacing: 0;
}

.personal__shinamatsuri-span-2 {
	font-size: min(1.9444444444vw, 28px);
	font-weight: 700;
	letter-spacing: min(0.0972222222vw, 1.4px);
}

.personal__shinamatsuri-title {
	color: #C2153D;
	font-size: min(2.5vw, 36px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: min(3.6111111111vw, 52px);
}

.personal__shinamatsuri-text-2 {
	letter-spacing: min(0.1vw, 1.44px);
	line-height: min(1.875vw, 27px);
	margin-top: min(2.4305555556vw, 35px);
}

.personal__shinamatsuri-text-3 {
	letter-spacing: min(0.1vw, 1.44px);
	line-height: min(1.875vw, 27px);
	margin-top: min(1.875vw, 27px);
}

.personal__shinamatsuri-button-container {
	margin-top: min(4.1666666667vw, 60px);
}

.personal__shinamatsuri-button {
	background-color: #C2153D;
	border: 1px solid #C2153D;
	border-radius: min(3.4722222222vw, 50px);
	color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.1111111111vw, 16px);
	line-height: min(1.5972222222vw, 23px);
	padding: min(1.25vw, 18px) min(3.2638888889vw, 47px) min(1.3194444444vw, 19px) min(1.5972222222vw, 23px);
	position: relative;
	transition: 0.3s;
}

.personal__shinamatsuri-button::after {
	background: url(../img/button-red-vector-hover.png) no-repeat center center/contain;
	content: "";
	height: min(0.6944444444vw, 10px);
	position: absolute;
	right: min(1.9444444444vw, 28px);
	top: 50%;
	transform: translateY(-50%);
	width: min(0.4861111111vw, 7px);
}

@media (hover: hover) {
.personal__shinamatsuri-button:hover {
	background-color: #FDFDFD;
	color: #C2153D;
}

.personal__shinamatsuri-button:hover::after {
	background: url(../img/button-red-vector.png) no-repeat center center/contain;
}
}

.footer {
	background: #F4F4F4;
	padding: min(4.1666666667vw, 60px) 0 min(2.0833333333vw, 30px);
}

.footer a {
	display: block;
	transition: 0.3s;
}

@media (hover: hover) {
.footer a:hover {
	opacity: 0.7;
}
}

.footer__inner {
	margin: 0 auto;
	width: min(76.3888888889vw, 1100px);
}

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

.footer__left {
	display: inline-block;
	height: min(4.5833333333vw, 66px);
	transition: 0.3s;
}

@media (hover: hover) {
.footer__left:hover {
	opacity: 0.7;
}
}

.footer__logo {
	height: min(2.7777777778vw, 40px);
	width: min(8.0555555556vw, 116px);
}

.footer__logo-text {
	color: #C2153D;
	font-size: min(0.9722222222vw, 14px);
	font-weight: 700;
	line-height: normal;
	margin-top: min(0.4166666667vw, 6px);
}

.footer__right {
	display: flex;
	gap: min(4.1666666667vw, 60px);
	line-height: normal;
}

.footer__right-content-left {
	display: flex;
	gap: min(4.1666666667vw, 60px);
}

.footer__right-content-left-list {
	position: relative;
}

.footer__right-content-left-list::after {
	content: "";
	position: absolute;
	left: min(0.6944444444vw, 10px);
	top: min(2.8472222222vw, 41px);
	width: 1px;
	height: min(3.8888888889vw, 56px);
	background-color: #A39E9E;
	display: none;
}

.footer__right-content-left-list li:nth-child(2) {
	margin-top: min(1.0416666667vw, 15px);
}

.footer__right-content-left-list li:nth-child(3) {
	margin-top: min(1.0416666667vw, 15px);
}
.footer__right-content-left-list li:nth-child(4) {
	margin-top: min(1.0416666667vw, 15px);
}

.footer__right-title-small {
	font-size: min(0.9722222222vw, 14px);
	padding-left: min(1.7361111111vw, 25px);
	transition: 0.3s;
}

@media (hover: hover) {
.footer__right-title-small:hover {
	opacity: 0.7;
}
}

.footer__right-content-right-list li:not(:first-child) {
	margin-top: min(1.0416666667vw, 15px);
}

.footer__sns-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-left: auto;
	margin-top: min(4.1666666667vw, 60px);
	width: min(59.0277777778vw, 850px);
}

.footer__sns-item {
	background-color: #FFFFFF;
	border: 0.5px solid #D9D9D9;
	border-radius: min(1.0416666667vw, 15px);
	box-shadow: 0px 0px 8px 0px rgba(163, 158, 158, 0.35);
	transition: 0.3s;
	width: min(18.75vw, 270px);
}

.footer__sns-item:not(:nth-child(3n+1)) {
	margin-left: min(1.3888888889vw, 20px);
}

.footer__sns-item:nth-child(n+4) {
	margin-top: min(2.0833333333vw, 30px);
}

@media (hover: hover) {
.footer__sns-item:hover {
	opacity: 0.8;
}
}

.footer__sns {
	align-items: center;
	display: flex !important;
	padding: min(0.5555555556vw, 8px) min(1.8055555556vw, 26px);
}

.footer__sns-img {
	align-items: center;
	display: flex;
	height: min(2.6388888889vw, 38px);
	width: min(2.6388888889vw, 38px);
}

.footer__sns-text {
	font-size: min(0.9722222222vw, 14px);
	letter-spacing: 0;
	line-height: normal;
	margin-left: min(1.3888888889vw, 20px);
	width: min(11.1111111111vw, 160px);
}

.footer__ffa {
	margin-top: min(2.0833333333vw, 30px);
	text-align: right;
}

.footer__ffa-item {
	margin-left: auto;
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	width: min(18.75vw, 270px);
	background-color: #C2EFFD;
	border: 0.5px solid #C2EFFD;
	border-radius: min(1.0416666667vw, 15px);
	box-shadow: 0px 0px 8px 0px rgba(163, 158, 158, 0.35);
	transition: 0.3s;
	padding: min(0.8333333333vw, 12px) min(1.0416666667vw, 15px);
}

@media (hover: hover) {
.footer__ffa-item:hover {
	opacity: 0.8;
}
}

.footer__ffa-img {
	width: min(1.8055555556vw, 26px);
	height: min(1.8055555556vw, 26px);
}

.footer__ffa-text {
	font-size: min(1.0416666667vw, 15px);
	font-weight: 600;
	color: #035670;
	letter-spacing: 0px;
}

.footer__under {
	line-height: normal;
	margin-top: min(5.5555555556vw, 80px);
}

.footer__under-banner {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: min(calc(33 / 1440 * 100vw),33px);
}

.footer__under-banner-list {

}

.footer__under-banner-list-daa {
	width: min(calc(80 / 1440 * 100vw),80px);
	height: min(calc(78 / 1440 * 100vw),78px);
	box-shadow: 0px 0px 8px 0px rgba(163, 158, 158, 0.25);
}

.footer__under-banner-list-sdg {
	width: min(calc(248 / 1440 * 100vw),248px);
	height: min(calc(78 / 1440 * 100vw),78px);
	box-shadow: 0px 0px 8px 0px rgba(163, 158, 158, 0.25);
}

.footer__under-banner-list-kenko {
	width: min(calc(220 / 1440 * 100vw),220px);
	height: min(calc(78 / 1440 * 100vw),78px);
	box-shadow: 0px 0px 8px 0px rgba(163, 158, 158, 0.25);
}

.footer__under-banner-list-flex {
	background-color: #FFFFFF;
	width: min(calc(210 / 1440 * 100vw),210px);
	display: flex !important;
	align-items: center;
	padding: min(calc(10 / 1440 * 100vw),10px) min(calc(10 / 1440 * 100vw),10px) min(calc(10 / 1440 * 100vw),10px) min(calc(10 / 1440 * 100vw),10px);
	box-shadow: 0px 0px 8px 0px rgba(163, 158, 158, 0.25);
}

.footer__under-banner-icon-1 {
	width: min(calc(58 / 1440 * 100vw),58px);
	height: min(calc(58 / 1440 * 100vw),58px);
}

.footer__under-banner-icon-2 {
	width: min(calc(58 / 1440 * 100vw),58px);
	height: min(calc(58 / 1440 * 100vw),58px);
}

.footer__under-banner-text {
	margin-left: min(calc(10 / 1440 * 100vw),10px);
	font-size: min(calc(11 / 1440 * 100vw),11px);
	color: #333333;
}

.footer__under-list {
	margin-top: min(calc(117 / 1440 * 100vw),117px);
	display: flex;
	gap: min(calc(30 / 1440 * 100vw),30px);
	justify-content: flex-end;
}

.footer__under-list-item {
	font-size: min(0.9722222222vw, 14px);
}

@media (hover: hover) {
.footer__under-list-item:hover {
	opacity: 0.7;
}
}

.business {
	padding-bottom: min(9.7222222222vw, 140px);
}

.business__mv-text {
	font-size: min(1.25vw, 18px);
	margin-top: min(4.8611111111vw, 70px);
	text-align: center;
}

.business__mv-text span {
	color: #C2153D;
	font-size: min(1.5277777778vw, 22px);
	font-weight: 500;
	letter-spacing: min(0.0763888889vw, 1.1px);
	line-height: min(2.2222222222vw, 32px);
}

.business__mv {
	margin: min(4.1666666667vw, 60px) auto 0;
	width: min(55.7638888889vw, 803px);
}

.business__needs {
	background: url(../img/needs-bg.png) no-repeat center center/cover;
	margin-top: min(9.7222222222vw, 140px);
	padding: min(4.8611111111vw, 70px) 0;
}

.business__needs-title {
	color: #F4F4F4;
	font-size: min(1.9444444444vw, 28px);
	letter-spacing: min(0.0972222222vw, 1.4px);
	line-height: min(2.7777777778vw, 40px);
	text-align: center;
}

.business__needs-items {
	display: flex;
	justify-content: space-between;
	margin-top: min(3.4722222222vw, 50px);
}

.business__needs-item {
	background-color: #FFFFFF;
	min-height: min(20.0694444444vw, 289px);
	position: relative;
	width: min(16.5277777778vw, 238px);
}

.business__needs-item-title {
	color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.25vw, 18px);
	font-weight: 500;
	line-height: min(1.8055555556vw, 26px);
	padding: min(0.8333333333vw, 12px) 0 min(1.8055555556vw, 26px);
	position: relative;
	text-align: center;
	z-index: 2;
}

.business__needs-item-title::after {
	background: url(../img/needs-title-bg.png) no-repeat center center/cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.business__needs-item-list {
	margin-top: min(1.25vw, 18px);
	padding: 0 min(1.1805555556vw, 17px);
}

.business__needs-item-list li {
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.1111111111vw, 16px);
	font-weight: 300;
	letter-spacing: 0;
	line-height: min(1.3888888889vw, 20px);
	padding-left: min(2.5694444444vw, 37px);
	position: relative;
}

.business__needs-item-list li:not(:first-child) {
	margin-top: min(0.6944444444vw, 10px);
}

.business__needs-item-list li span {
	color: #C2153D;
	font-weight: 500;
}

.business__needs-item-list li::after {
	background: url(../img/needs-check.png) no-repeat center center/contain;
	content: "";
	height: min(1.5277777778vw, 22px);
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: min(1.5277777778vw, 22px);
}

.business__needs-item-button-container {
	bottom: min(1.3888888889vw, 20px);
	left: 50%;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
}

.business__needs-item-button {
	background-color: #C2153D;
	border: 1px solid #C2153D;
	border-radius: min(6.25vw, 90px);
	color: #FFFFFF;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.1111111111vw, 16px);
	line-height: min(1.6666666667vw, 24px);
	padding: min(0.5555555556vw, 8px) 0;
	transition: 0.3s;
	width: min(13.75vw, 198px);
}

@media (hover: hover) {
.business__needs-item-button:hover {
	background-color: #FFFFFF;
	color: #C2153D;
}
}

.business__developer-support {
	margin-top: min(5.5555555556vw, 80px);
}

.business__developer-support-title {
	font-size: min(1.9444444444vw, 28px);
	letter-spacing: min(0.0972222222vw, 1.4px);
	line-height: min(2.7777777778vw, 40px);
	padding-bottom: min(1.3888888889vw, 20px);
	position: relative;
	text-align: center;
}

.business__developer-support-title::after {
	background: url(../img/business-title-under.png) no-repeat center center/contain;
	bottom: 0;
	content: "";
	height: min(0.0694444444vw, 1px);
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: min(5.5555555556vw, 80px);
}

.business__developer-support-text {
	font-size: min(1.3888888889vw, 20px);
	letter-spacing: min(0.0694444444vw, 1px);
	line-height: min(2.2916666667vw, 33px);
	margin-top: min(2.0833333333vw, 30px);
	text-align: center;
}

.business__developer-support-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: min(3.4722222222vw, 50px) auto 0;
	width: min(59.7222222222vw, 860px);
}

.business__developer-support-item {
	background-color: #FFFFFF;
	box-shadow: 0px 0px 5px 0px rgba(185, 184, 184, 0.35);
	min-height: min(23.4722222222vw, 338px);
	position: relative;
	width: min(18.75vw, 270px);
}

.business__developer-support-item:not(:nth-child(3n+1)) {
	margin-left: min(1.7361111111vw, 25px);
}

.business__developer-support-item:nth-child(n+4) {
	margin-top: min(5.1388888889vw, 74px);
}

.business__developer-support-item-img {
	height: min(10.0694444444vw, 145px);
	width: 100%;
}

.business__developer-support-item-title {
	font-weight: 500;
	line-height: min(1.8055555556vw, 26px);
	margin-top: min(1.3888888889vw, 20px);
	padding: 0 min(1.0416666667vw, 15px) 0 min(1.7361111111vw, 25px);
	position: relative;
}

.business__developer-support-item-title::after {
	background-color: #C2153D;
	content: "";
	height: min(1.1805555556vw, 17px);
	left: min(1.0416666667vw, 15px);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.business__developer-support-item-text {
	font-size: min(1.1111111111vw, 16px);
	letter-spacing: 0;
	line-height: min(1.6666666667vw, 24px);
	padding: min(0.6944444444vw, 10px) min(1.0416666667vw, 15px) 0;
}

.business__developer-support-item-button-container {
	bottom: max(-1.6666666667vw, -24px);
	left: 50%;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
}

.business__developer-support-item-button {
	background-color: #C2153D;
	border: 1px solid #C2153D;
	border-radius: min(3.4722222222vw, 50px);
	color: #FFFFFF;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.1111111111vw, 16px);
	line-height: min(1.7361111111vw, 25px);
	padding: min(0.9027777778vw, 13px) 0 min(0.8333333333vw, 12px);
	position: relative;
	transition: 0.3s;
	width: min(16.1111111111vw, 232px);
}

.business__developer-support-item-button::after {
	background: url(../img/button-red-vector-hover.png) no-repeat center center/contain;
	content: "";
	height: min(0.7638888889vw, 11px);
	position: absolute;
	right: min(1.3194444444vw, 19px);
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: min(0.5555555556vw, 8px);
}

@media (hover: hover) {
.business__developer-support-item-button:hover {
	background-color: #FFFFFF;
	color: #C2153D;
}

.business__developer-support-item-button:hover::after {
	background: url(../img/button-red-vector.png) no-repeat center center/contain;
}
}

.business__detail {
	margin-top: min(9.7222222222vw, 140px);
	position: relative;
}

.business__education {
	margin-top: min(11.3194444444vw, 163px);
}

.business__detail-img {
	max-width: 2000px;
	width: 79.1666666667vw;
}

.business__detail-content {
	background-color: #FFFFFF;
	box-shadow: 0px 0px 15px 0px rgba(163, 158, 158, 0.25);
	padding: min(2.7777777778vw, 40px) min(3.4722222222vw, 50px);
	position: absolute;
	right: 12%;
	top: min(4.1666666667vw, 60px);
	width: min(38.1944444444vw, 550px);
}

.business__detail-title {
	font-size: min(1.9444444444vw, 28px);
	letter-spacing: min(0.0833333333vw, 1.2px);
	line-height: min(2.7777777778vw, 40px);
	padding-bottom: min(1.0416666667vw, 15px);
	position: relative;
}

.business__detail-title::after {
	background: url(../img/business-title-under.png) no-repeat center center/contain;
	bottom: 0;
	content: "";
	height: min(0.0694444444vw, 1px);
	left: 0;
	position: absolute;
	width: min(5.5555555556vw, 80px);
}

.business__detail-text {
	margin-top: min(1.7361111111vw, 25px);
}

.business__store-spread-items {
	display: flex;
	flex-wrap: wrap;
	margin-top: min(2.0833333333vw, 30px);
}

.business__store-spread-item {
	width: min(9.7222222222vw, 140px);
}

.business__store-spread-item:not(:nth-child(3n+1)) {
	margin-left: min(1.0416666667vw, 15px);
}

.business__store-spread-item:nth-child(n+4) {
	margin-top: min(1.3888888889vw, 20px);
}

.business__detail-link-container {
	margin-top: min(3.4722222222vw, 50px);
	text-align: right;
}

.business__detail-link {
	background-color: #C2153D;
	border: 1px solid #C2153D;
	border-radius: min(3.4722222222vw, 50px);
	color: #FFFFFF;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.1111111111vw, 16px);
	line-height: min(1.7361111111vw, 25px);
	padding: min(0.9027777778vw, 13px) 0 min(0.8333333333vw, 12px);
	position: relative;
	text-align: center;
	transition: 0.3s;
	width: min(16.1111111111vw, 232px);
}

.business__detail-link::after {
	background: url(../img/button-red-vector-hover.png) no-repeat center center/contain;
	content: "";
	height: min(0.7638888889vw, 11px);
	position: absolute;
	right: min(1.3194444444vw, 19px);
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: min(0.5555555556vw, 8px);
}

@media (hover: hover) {
.business__detail-link:hover {
	background-color: #FFFFFF;
	color: #C2153D;
}

.business__detail-link:hover::after {
	background: url(../img/button-red-vector.png) no-repeat center center/contain;
}
}

.business__store-spread .business__detail-img {
	margin-left: auto;
	width: 80.0694444444vw;
}

.business__store-spread .business__detail-content {
	left: 13%;
	right: 0;
}

.business__store-spread .business__detail-img-title::after {
	left: 0;
}

.business__store-development {
	margin-top: min(20.3472222222vw, 293px);
}

.business__detail-img-title-container {
	display: none;
}

.business__detail-img-title {
	font-size: 4.6153846154vw;
	letter-spacing: 0;
	line-height: 6.6666666667vw;
	padding-bottom: 3.8461538462vw;
	position: relative;
}

.business__detail-img-title::after {
	background: url(../img/business-title-under.png) no-repeat center center/contain;
	bottom: 0;
	content: "";
	height: 0.2564102564vw;
	position: absolute;
	right: 0;
	width: 11.7948717949vw;
}

.business__button-2 {
	margin-top: min(9.7222222222vw, 140px);
	text-align: center;
}

.business__mv-sp {
	display: none;
}

.business-accordion-item {
	border-bottom: 1px solid #D9D9D9;
}

.business-accordion-box-q {
	color: #C44D1A;
	cursor: pointer;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 4.6153846154vw;
	line-height: 7.4358974359vw;
	padding: 5.1282051282vw 3.8461538462vw 5.1282051282vw 14.1025641026vw;
	position: relative;
}

.business-accordion-box-q::before {
	background: url(../img/business-accordion-business.png) no-repeat center center/contain;
	border-radius: 50%;
	color: #FFFFFF;
	content: "";
	height: 11.5384615385vw;
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 11.5384615385vw;
}

.business-accordion-box-icon {
	background: url(../img/business-accordion-business-vector.png) no-repeat center center/contain;
	height: 1.4102564103vw;
	position: absolute;
	right: 0.2564102564vw;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 2.8205128205vw;
}

.business-accordion-box-icon.is-open {
	transform: translateY(-50%) rotate(-180deg);
}

.business-accordion-box-a {
	display: none;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: min(0.1111111111vw, 1.6px);
	line-height: normal;
	padding: 0 3.8461538462vw 5.1282051282vw 3.5897435897vw;
}

.business-accordion-box-content li {
	color: #C44D1A;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3.5897435897vw;
	letter-spacing: 0;
	line-height: 5.1282051282vw;
	padding-left: 4.6153846154vw;
	position: relative;
}

.business-accordion-box-content li:not(:first-child) {
	margin-top: 2.5641025641vw;
}

.business-accordion-box-content li::after {
	color: #C44D1A;
	content: "・";
	height: 5.1282051282vw;
	left: 0;
	line-height: 5.1282051282vw;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3.5897435897vw;
}

.business-accordion-item-business .business-accordion-box-q {
	color: #C44D1A;
}

.business-accordion-item-business .business-accordion-box-q::before {
	background: url(../img/business-accordion-business.png) no-repeat center center/contain;
}

.business-accordion-item-business .business-accordion-box-icon {
	background: url(../img/business-accordion-business-vector.png) no-repeat center center/contain;
}

.business-accordion-item-business .business-accordion-box-content li {
	color: #C44D1A;
}

.business-accordion-item-business .business-accordion-box-content li::after {
	color: #C44D1A;
}

.business-accordion-item-super .business-accordion-box-q {
	color: #CB9509;
}

.business-accordion-item-super .business-accordion-box-q::before {
	background: url(../img/business-accordion-super.png) no-repeat center center/contain;
}

.business-accordion-item-super .business-accordion-box-icon {
	background: url(../img/business-accordion-super-vector.png) no-repeat center center/contain;
}

.business-accordion-item-super .business-accordion-box-content li {
	color: #CB9509;
}

.business-accordion-item-super .business-accordion-box-content li::after {
	color: #CB9509;
}

.business-accordion-item-worker .business-accordion-box-q {
	color: #D58C1F;
}

.business-accordion-item-worker .business-accordion-box-q::before {
	background: url(../img/business-accordion-worker.png) no-repeat center center/contain;
}

.business-accordion-item-worker .business-accordion-box-icon {
	background: url(../img/business-accordion-worker-vector.png) no-repeat center center/contain;
}

.business-accordion-item-worker .business-accordion-box-content li {
	color: #D58C1F;
}

.business-accordion-item-worker .business-accordion-box-content li::after {
	color: #D58C1F;
}

.business-accordion-item-developer .business-accordion-box-q {
	color: #E95D7D;
}

.business-accordion-item-developer .business-accordion-box-q::before {
	background: url(../img/business-accordion-developer.png) no-repeat center center/contain;
}

.business-accordion-item-developer .business-accordion-box-icon {
	background: url(../img/business-accordion-developer-vector.png) no-repeat center center/contain;
}

.business-accordion-item-developer .business-accordion-box-content li {
	color: #E95D7D;
}

.business-accordion-item-developer .business-accordion-box-content li::after {
	color: #E95D7D;
}

.business-accordion-item-global .business-accordion-box-q {
	color: #CA3261;
}

.business-accordion-item-global .business-accordion-box-q::before {
	background: url(../img/business-accordion-global.png) no-repeat center center/contain;
}

.business-accordion-item-global .business-accordion-box-icon {
	background: url(../img/business-accordion-global-vector.png) no-repeat center center/contain;
}

.business-accordion-item-global .business-accordion-box-content li {
	color: #CA3261;
}

.business-accordion-item-global .business-accordion-box-content li::after {
	color: #CA3261;
}

.loading {
	align-items: center;
	background-color: #FFFFFF;
	display: flex;
	height: 100%;
	justify-content: center;
	position: fixed;
	transition: 0.5s;
	width: 100%;
	z-index: 30;
	top: 0;
	left: 0;
}

.loading-logo {
	align-items: center;
	animation: appear 1s ease-out forwards, disappear 1s 3s ease-in forwards; /* 1秒で現れて、3秒後に1秒かけて消える */
	background-color: #C2153D;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	font-size: 24px; /* このサイズはお好みで調整してください */
	gap: min(3.4722222222vw, 50px);
	height: 100%;
	justify-content: center;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 2;
}

/* 最初から画面全体を赤で覆い、ロゴとテキストをフェードインさせる */

/* ローディング終了時にのみ円が縮小する */

.loading-logo-text {
	font-size: min(4.0277777778vw, 58px);
	font-weight: 600;
	letter-spacing: min(1.2083333333vw, 17.4px);
	line-height: min(4.0277777778vw, 58px);
}

.loading-logo-text-2 {
	font-family: "EB Garamond", serif;
	font-size: min(2.2222222222vw, 32px);
	font-weight: 600;
	letter-spacing: min(0.1111111111vw, 1.6px);
	line-height: min(2.2222222222vw, 32px);
}

.loading-logo-span {
	font-family: "EB Garamond", serif;
	font-size: min(1.1111111111vw, 16px);
	font-weight: 600;
	letter-spacing: min(0.0555555556vw, 0.8px);
	line-height: min(1.1111111111vw, 16px);
}

.omotenashi {
	padding-bottom: min(9.7222222222vw, 140px);
}

.omotenashi__message {
	margin-top: min(4.8611111111vw, 70px);
	text-align: center;
}

.omotenashi__message span {
	color: #C2153D;
}

.omotenashi__message-2 {
	margin-top: min(2.2222222222vw, 32px);
}

.omotenashi__section-1 {
	margin-top: min(9.7222222222vw, 140px);
}

.omotenashi-flex {
	display: flex;
	justify-content: space-between;
	padding-bottom: min(0.4861111111vw, 7px);
}

.omotenashi-flex-left {
	width: min(33.8194444444vw, 487px);
}

.omotenashi-flex-left .detail__subtitle {
	font-size: min(1.1111111111vw, 16px);
	line-height: min(1.5972222222vw, 23px);
}

.omotenashi-text {
	margin-top: min(2.4305555556vw, 35px);
}

.omotenashi-text span {
	color: #C2153D;
}

.omotenashi-text-2 {
	margin-top: min(1.7361111111vw, 25px);
}

.omotenashi-flex-right {
	position: relative;
	width: min(39.3055555556vw, 566px);
}

.omotenashi-flex-right-img-1 {
	position: absolute;
	right: 0;
	top: 0;
	width: min(21.4583333333vw, 309px);
	z-index: 2;
}

.omotenashi-flex-right-img-2 {
	bottom: max(-0.5555555556vw, -8px);
	left: 0;
	position: absolute;
	width: min(27.3611111111vw, 394px);
	z-index: 3;
}

.omotenashi__axis {
	background-color: #F4F4F4;
	margin-top: min(9.7222222222vw, 140px);
	padding: min(4.8611111111vw, 70px) 0;
}

.omotenashi__axis-title {
	font-size: min(1.9444444444vw, 28px);
	letter-spacing: min(0.0972222222vw, 1.4px);
	line-height: min(4.7916666667vw, 69px);
	text-align: center;
}

.omotenashi__axis-title span {
	color: #C2153D;
	font-size: min(3.3333333333vw, 48px);
	font-weight: 500;
	letter-spacing: min(0.1944444444vw, 2.8px);
	line-height: min(4.7916666667vw, 69px);
}

.omotenashi__axis-flex {
	display: flex;
	justify-content: space-between;
	margin-top: min(1.0416666667vw, 15px);
}

.omotenashi__axis-flex-left {
	width: min(28.8194444444vw, 415px);
}

.omotenashi__axis-flex-right {
	width: min(45vw, 648px);
}

.omotenashi__axis-text {
	margin-top: min(2.4305555556vw, 35px);
}

.omotenashi__axis-text span {
	color: #C2153D;
	font-size: min(1.5277777778vw, 22px);
	font-weight: 500;
	letter-spacing: min(0.0763888889vw, 1.1px);
	line-height: min(2.2222222222vw, 32px);
}

.omotenashi__axis-flex-right-list {
	background-color: rgba(253, 253, 253, 0.9);
	margin-top: min(4.7916666667vw, 69px);
	padding: min(2.0833333333vw, 30px) min(3.4722222222vw, 50px);
}

.omotenashi__axis-flex-right-list li {
	padding-left: min(2.1527777778vw, 31px);
	position: relative;
}

.omotenashi__axis-flex-right-list li::after {
	background: url(../img/needs-check.png) no-repeat center center/contain;
	content: "";
	height: min(1.3888888889vw, 20px);
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: min(1.3888888889vw, 20px);
}

.omotenashi__content {
	margin-top: min(9.7222222222vw, 140px);
}

.omotenashi__content-mv {
	width: 88.1944444444vw;
}

.omotenashi__content-mv img {
	display: block;
}

.omotenashi__content-inner {
	margin: min(3.4722222222vw, 50px) auto 0;
	position: relative;
	width: min(61.1111111111vw, 880px);
}

.omotenashi__content-number {
	color: #D5D1D1;
	font-size: min(5.2777777778vw, 76px);
	font-weight: 600;
	left: max(-9.0277777778vw, -130px);
	letter-spacing: min(0.2638888889vw, 3.8px);
	line-height: min(7.5694444444vw, 109px);
	position: absolute;
	top: max(-1.25vw, -18px);
}

.omotenashi__content-subtitle {
	font-size: min(1.1111111111vw, 16px);
	letter-spacing: 0;
	line-height: min(1.5972222222vw, 23px);
}

.omotenashi__content-title {
	font-size: min(2.2222222222vw, 32px);
	letter-spacing: min(0.1111111111vw, 1.6px);
	line-height: min(3.1944444444vw, 46px);
	margin-top: min(0.3472222222vw, 5px);
	padding-bottom: min(0.6944444444vw, 10px);
	position: relative;
}

.omotenashi__content-title::after {
	background: url(../img/business-title-under.png) no-repeat center center/contain;
	bottom: 0;
	content: "";
	height: min(0.0694444444vw, 1px);
	left: 0;
	position: absolute;
	width: min(5.5555555556vw, 80px);
}

.omotenashi__content-text {
	margin-top: min(2.7777777778vw, 40px);
}

.omotenashi__content-text span {
	color: #C2153D;
}

.omotenashi__content-example {
	margin-top: min(3.4722222222vw, 50px);
}

.omotenashi__content-example-title {
	font-size: min(1.6666666667vw, 24px);
	letter-spacing: min(0.0833333333vw, 1.2px);
	line-height: min(2.3611111111vw, 34px);
	text-align: center;
}

.omotenashi__content-example-flex {
	display: flex;
	flex-wrap: wrap;
	gap: min(1.3888888889vw, 20px);
	margin-top: min(2.1527777778vw, 31px);
}

.omotenashi__content-example-item {
	align-items: center;
	background-color: #F4F4F4;
	display: flex;
	flex-wrap: wrap;
	height: min(6.9444444444vw, 100px);
	padding: 0 min(0.6944444444vw, 10px) 0 min(2.0833333333vw, 30px);
	width: min(19.4444444444vw, 280px);
}

.omotenashi__content-example-img img {
	display: block;
}

.omotenashi__content-example-img-1 {
	margin-right: min(2.6388888889vw, 38px);
	width: min(3.2638888889vw, 47px);
}

.omotenashi__content-example-img-2 {
	margin-right: min(2.2916666667vw, 33px);
	width: min(3.6111111111vw, 52px);
}

.omotenashi__content-example-img-3 {
	margin-right: min(2.5694444444vw, 37px);
	width: min(3.3333333333vw, 48px);
}

.omotenashi__content-example-img-4 {
	margin-right: min(2.5694444444vw, 37px);
	width: min(3.3333333333vw, 48px);
}

.omotenashi__content-example-img-5 {
	margin-right: min(1.6666666667vw, 24px);
	width: min(4.2361111111vw, 61px);
}

.omotenashi__content-example-img-6 {
	margin-right: min(2.5694444444vw, 37px);
	width: min(3.3333333333vw, 48px);
}

.omotenashi__content-example-img-7 {
	margin-right: min(2.4305555556vw, 35px);
	width: min(3.4722222222vw, 50px);
}

.omotenashi__content-example-img-8 {
	margin-right: min(2.7083333333vw, 39px);
	width: min(3.5416666667vw, 51px);
}

.omotenashi__content-example-img-9 {
	margin-right: min(2.7083333333vw, 39px);
	width: min(3.5416666667vw, 51px);
}

.omotenashi__content-example-img-10 {
	margin-right: min(3.4027777778vw, 49px);
	width: min(2.8472222222vw, 41px);
}

.omotenashi__content-example-img-11 {
	margin-right: min(2.6388888889vw, 38px);
	width: min(3.6111111111vw, 52px);
}

.omotenashi__content-example-img-12 {
	margin-right: min(2.6388888889vw, 38px);
	width: min(3.6111111111vw, 52px);
}

.omotenashi__content-example-text {
	font-size: min(1.1111111111vw, 16px);
	letter-spacing: min(0.0555555556vw, 0.8px);
	line-height: min(1.6666666667vw, 24px);
}

.omotenashi__content-example-flow {
	margin-top: min(2.0833333333vw, 30px);
	width: 100%;
}

.omotenashi__content-mv-2 {
	margin-left: auto;
}

.omotenashi__content-flex {
	display: flex;
	gap: min(5.7638888889vw, 83px);
}

.omotenashi__content-flex-left {
	flex-shrink: 0;
	width: min(29.2361111111vw, 421px);
}

.omotenashi__content-flex-right {
	flex-shrink: 0;
	margin-top: min(5.7638888889vw, 83px);
	width: min(30.2777777778vw, 436px);
}

.omotenashi__content-text-container {
	background-color: #F4F4F4;
	margin-top: min(6.25vw, 90px);
	padding: min(1.3888888889vw, 20px) min(1.875vw, 27px);
}

.omotenashi__content-text-container p {
	font-size: min(1.1111111111vw, 16px);
	letter-spacing: 0;
	line-height: min(2.2222222222vw, 32px);
}

.omotenashi__content-text-container p span {
	color: #C2153D;
}

.omotenashi__content-text-container p:first-child {
	margin-top: 0;
}

.omotenashi__content-text-container p:not(:first-child) {
	margin-top: min(2.2222222222vw, 32px);
}

.omotenashi__button-container {
	margin-top: min(6.9444444444vw, 100px);
	text-align: center;
}

.omotenashi__button {
	background-color: #C2153D;
	border: 1px solid #C2153D;
	color: #FFFFFF;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.25vw, 18px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: min(1.8055555556vw, 26px);
	padding: min(2.5vw, 36px) 0 min(2.5vw, 36px) min(1.8055555556vw, 26px);
	position: relative;
	text-align: left;
	transition: 0.3s;
	width: min(21.5277777778vw, 310px);
}

.omotenashi__button::after {
	background: url(../img/button-red-vector-hover.png) no-repeat center center/contain;
	content: "";
	height: min(0.7638888889vw, 11px);
	position: absolute;
	right: min(1.8055555556vw, 26px);
	top: 50%;
	transform: translateY(-50%);
	width: min(0.5555555556vw, 8px);
}

@media (hover: hover) {
.omotenashi__button:hover {
	background-color: #FFFFFF;
	color: #C2153D;
}

.omotenashi__button:hover::after {
	background: url(../img/button-red-vector.png) no-repeat center center/contain;
}
}

.omotenashi__reason {
	margin-top: min(10.4166666667vw, 150px);
	position: relative;
}

.omotenashi__reason-img {
	padding-top: min(4.7222222222vw, 68px);
	width: 64.5138888889vw;
}

.omotenashi__reason-text-container {
	background-color: #FDFDFD;
	box-shadow: 1px 2px 15px 0px rgba(204, 204, 204, 0.25);
	padding: min(2.7777777778vw, 40px) min(4.8611111111vw, 70px);
	position: absolute;
	right: 5.1388888889vw;
	top: 0;
	width: 58.6805555556vw;
}

.omotenashi__reason-text-1 {
	font-size: min(1.1111111111vw, 16px);
	letter-spacing: 0;
	line-height: min(1.5972222222vw, 23px);
}

.omotenashi__reason-text-2 {
	font-size: min(2.7777777778vw, 40px);
	letter-spacing: min(0.1388888889vw, 2px);
	line-height: min(3.9583333333vw, 57px);
}

.omotenashi__reason-text-3 {
	font-size: min(1.1111111111vw, 16px);
	letter-spacing: min(0.0555555556vw, 0.8px);
	line-height: min(2.4305555556vw, 35px);
	margin-top: min(2.0833333333vw, 30px);
}

.omotenashi__reason-text-4 {
	font-size: min(1.1111111111vw, 16px);
	letter-spacing: min(0.0555555556vw, 0.8px);
	line-height: min(2.4305555556vw, 35px);
	margin-top: min(1.3888888889vw, 20px);
}

.omotenashi__reason-text-4 span {
	color: #C2153D;
	font-weight: 500;
}

.omotenashi__reason-text-5 {
	font-size: min(1.6666666667vw, 24px);
	font-weight: 500;
	letter-spacing: min(0.0833333333vw, 1.2px);
	line-height: min(2.7777777778vw, 40px);
	margin-top: min(1.5277777778vw, 22px);
}

.omotenashi__reason-text-6 {
	font-size: min(1.1111111111vw, 16px);
	letter-spacing: min(0.0555555556vw, 0.8px);
	line-height: min(2.2222222222vw, 32px);
	margin-top: min(1.7361111111vw, 25px);
}

.omotenashi__voice {
	margin-top: min(9.7222222222vw, 140px);
}

.omotenashi__voice-title {
	font-size: min(1.9444444444vw, 28px);
	letter-spacing: min(0.0972222222vw, 1.4px);
	line-height: min(2.7777777778vw, 40px);
	padding-bottom: min(1.3888888889vw, 20px);
	position: relative;
	text-align: center;
}

.omotenashi__voice-title::after {
	background: url(../img/business-title-under.png) no-repeat center center/contain;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: min(5.5555555556vw, 80px);
}

.omotenashi__voice-flex {
	display: flex;
	justify-content: space-between;
	margin-top: min(3.4722222222vw, 50px);
}

.omotenashi__voice-item {
	width: min(24.3055555556vw, 350px);
}

.omotenashi__voice-item-img {
	width: min(24.3055555556vw, 350px);
	height: min(17.3611111111vw, 250px);
}

.omotenashi__voice-item-img img {
	display: block;
	height: auto;
}

.omotenashi__voice-item-title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.1111111111vw, 16px);
	font-weight: 500;
	letter-spacing: min(0.0555555556vw, 0.8px);
	line-height: min(2.2222222222vw, 32px);
	margin-top: min(1.3888888889vw, 20px);
	padding-left: min(0.7638888889vw, 11px);
	position: relative;
}

.omotenashi__voice-item-title::after {
	background-color: #C2153D;
	content: "";
	height: min(1.25vw, 18px);
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.omotenashi__voice-item-text {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	margin-top: min(0.6944444444vw, 10px);
	min-height: min(6.6666666667vw, 96px);
}

.omotenashi__voice-item-button-container {
	margin-top: min(2.7777777778vw, 40px);
	text-align: center;
}

.omotenashi__voice-item-button {
	border: 1px solid #C2153D;
	border-radius: min(5.0694444444vw, 73px);
	color: #C2153D;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.1111111111vw, 16px);
	letter-spacing: 0;
	line-height: min(1.5972222222vw, 23px);
	padding: min(1.4583333333vw, 21px) 0;
	position: relative;
	text-align: center;
	transition: 0.2s;
	width: min(19.4444444444vw, 280px);
}

.omotenashi__voice-item-button::after {
	background: url(../img/button-red-vector.png) no-repeat center center/contain;
	content: "";
	height: min(0.7638888889vw, 11px);
	position: absolute;
	right: min(1.8055555556vw, 26px);
	top: 50%;
	transform: translateY(-50%);
	width: min(0.5555555556vw, 8px);
}

@media (hover: hover) {
.omotenashi__voice-item-button:hover {
	background-color: #C2153D;
	color: #FFFFFF;
}

.omotenashi__voice-item-button:hover::after {
	background: url(../img/button-red-vector-hover.png) no-repeat center center/contain;
}
}

.omotenashi__button-container-2 {
	margin-top: min(8.3333333333vw, 120px);
	text-align: center;
}

.omotenashi__mv-sp {
	display: none;
}

.ffa-logo {
	margin-top: min(calc(7 / 1440 * 100vw),7px);
	width: min(calc(369 / 1440 * 100vw),369px);
}

.store__top {
	margin-top: min(calc(80 / 1440 * 100vw),80px);
	display: flex;
	justify-content: space-between;
}

.store__top-left {
	width: min(calc(412 / 1440 * 100vw),412px);
}

.store__top-slider {

}

.store__top-slider-item {

}

.store__top-slider-thumbnail {
	margin-top: min(calc(13 / 1440 * 100vw),13px);
}
.store__top-slider-thumbnail-2 {
	margin-top: min(calc(13 / 1440 * 100vw),13px);
}

.store__top-slider-thumbnail .slick-track {
	transform: unset !important;
	width: 110% !important;
}

.store__top-slider-thumbnail-2 .slick-track {
	transform: unset !important;
	width: 110% !important;
}

.store__top-slider-thumbnail-item {
	transition: opacity .3s linear;
	width: min(calc(200 / 1440 * 100vw),200px) !important;
	margin-right: min(calc(13 / 1440 * 100vw),13px);
}

.store__top-slider-thumbnail-item-2 {
	transition: opacity .3s linear;
	width: min(calc(132 / 1440 * 100vw),132px) !important;
	margin-right: min(calc(8 / 1440 * 100vw),8px);
}

.store__top-slider-thumbnail .slick-current {
	display: none;
}

.store__top-slider-thumbnail-2 .slick-current {
	display: none;
}

.store__top-right {
	width: min(calc(550 / 1440 * 100vw),550px);
}

.store__top-right-title {
	font-size: min(calc(28 / 1440 * 100vw),28px);
	font-weight: 500;
	line-height: min(calc(40 / 1440 * 100vw),40px);
	letter-spacing: min(calc(0.14 / 1440 * 100vw),0.14px);
	padding-bottom: min(calc(20 / 1440 * 100vw),20px);
	position: relative;
}

.store__top-right-title::before {
	content: '';
	position: absolute;
	width: 100%;
	height: min(calc(1 / 1440 * 100vw),1px);
	left: 0;
	bottom: 0;
	background-color: #D9D9D9;
}

.store__top-right-title::after {
	content: '';
	position: absolute;
	width: min(calc(100 / 1440 * 100vw),100px);
	height: min(calc(1 / 1440 * 100vw),1px);
	left: 0;
	bottom: 0;
	background-color: #C2153D;
}

.store__top-right-text {
	margin-top: min(calc(20 / 1440 * 100vw),20px);
	font-size: min(calc(18 / 1440 * 100vw),18px);
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0;
}

.store__top-right-address {
	margin-top: min(calc(15 / 1440 * 100vw),15px);
	display: flex;
	gap: min(calc(10 / 1440 * 100vw),10px);
	align-items: flex-start;
}

.store__top-right-address p {
	font-size: min(calc(16 / 1440 * 100vw),16px);
	font-weight: 400;
	line-height: min(calc(24 / 1440 * 100vw),24px);
	letter-spacing: min(calc(0.08 / 1440 * 100vw),0.08px);
}

.store__top-right-address p:first-child {
	color: #000000;
}

.store__top-right-link {
	display: inline-block;
	line-height: min(calc(32 / 1440 * 100vw),32px);
	font-size: min(calc(16 / 1440 * 100vw),16px);
	letter-spacing: min(calc(0.08 / 1440 * 100vw),0.08px);
	padding-left: min(calc(20 / 1440 * 100vw),20px);
	padding-right: min(calc(24 / 1440 * 100vw),24px);
	position: relative;
}

.store__top-right-link::before {
	content: '';
	position: absolute;
	width: min(calc(4.88 / 1440 * 100vw),4.88px);
	height: min(calc(6.64 / 1440 * 100vw),6.64px);
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: url(../img/store-instagram-vector.png) no-repeat center center/contain;
}

.store__top-right-link::after {
	content: '';
	position: absolute;
	width: min(calc(20 / 1440 * 100vw),20px);
	height: min(calc(20 / 1440 * 100vw),20px);
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background: url(../img/store-instagram-link.png) no-repeat center center/contain;
}

.store__top-right-link-1 {
	margin-top: min(calc(12 / 1440 * 100vw),12px);
}
.store__top-right-link-2 {
	margin-top: min(calc(40 / 1440 * 100vw),40px);
}
.store__top-right-link-3 {
	margin-top: min(calc(7 / 1440 * 100vw),7px);
}

.store__top-right-text-right {
	margin-top: min(calc(10 / 1440 * 100vw),10px);
	font-size: min(calc(18 / 1440 * 100vw),18px);
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0;
	text-align: right;
}

.store__under {
	margin-top: min(calc(140 / 1440 * 100vw),140px);
	padding-bottom: min(calc(140 / 1440 * 100vw),140px);
}

.store__under-flex {
	display: flex;
	justify-content: space-between;
	padding-bottom: min(calc(74 / 1440 * 100vw),74px);
}

.store__under-flex-2 {
	padding-bottom: min(calc(202 / 1440 * 100vw),202px);
}

.store__under-flex-3 {
	padding-bottom: min(calc(128 / 1440 * 100vw),128px);
}

.store__under-flex-3 {
	padding-bottom: min(calc(138 / 1440 * 100vw),138px);
}

.store__under-flex-left {
	width: min(calc(520 / 1440 * 100vw),520px);
}

.store__under-flex-left-title {
	font-size: min(calc(24 / 1440 * 100vw),24px);
	font-weight: 500;
	letter-spacing: min(calc(0.12 / 1440 * 100vw),0.12px);
	line-height: normal;
	padding-bottom: min(calc(20 / 1440 * 100vw),20px);
	position: relative;
}

.store__under-flex-left-title::after {
	content: '';
	position: absolute;
	width: min(calc(30 / 1440 * 100vw),30px);
	height: min(calc(1 / 1440 * 100vw),1px);
	left: 0;
	bottom: 0;
	background-color: #C2153D;
}

.store__under-flex-left-title::before {
	content: '';
	position: absolute;
	width: min(calc(80 / 1440 * 100vw),80px);
	height: min(calc(1 / 1440 * 100vw),1px);
	left: 0;
	bottom: 0;
	background-color: #D9D9D9;
}

.store__under-flex-left-text {
	margin-top: min(calc(40 / 1440 * 100vw),40px);
}

.store__under-flex-right {
	position: relative;
	width: min(calc(551 / 1440 * 100vw),551px);
}

.store__under-flex-right-img-1 {
	position: absolute;
	left: 0;
	top: 0;
	width: min(calc(350 / 1440 * 100vw),350px);
	z-index: 3;
}

.store__under-flex-right-img-1 img {
	display: block;
}

.store__under-flex-right-img-2 {
	bottom: max(calc(-74 / 1440 * 100vw),-74px);
	right: 0;
	position: absolute;
	width: min(calc(350 / 1440 * 100vw),350px);
	z-index: 2;
}

.store__under-flex-right-img-2 img {
	display: block;
}

.store__under-flex-right-img-3 {
	position: absolute;
	left: 0;
	top: 0;
	width: min(calc(350 / 1440 * 100vw),350px);
	z-index: 2;
}

.store__under-flex-right-img-3 img {
	display: block;
}

.store__under-flex-right-img-4 {
	bottom: max(calc(-202 / 1440 * 100vw),-202px);
	right: 0;
	position: absolute;
	width: min(calc(350 / 1440 * 100vw),350px);
	z-index: 3;
}

.store__under-flex-right-img-4 img {
	display: block;
}

.store__under-flex-right-img-5 {
	position: absolute;
	left: 0;
	top: 0;
	width: min(calc(350 / 1440 * 100vw),350px);
	z-index: 3;
}

.store__under-flex-right-img-5 img {
	display: block;
}

.store__under-flex-right-img-6 {
	bottom: max(calc(-128 / 1440 * 100vw),-128px);
	right: 0;
	position: absolute;
	width: min(calc(350 / 1440 * 100vw),350px);
	z-index: 2;
}

.store__under-flex-right-img-6 img {
	display: block;
}

.store__under-img-sp {
	display: none;
}

.store__under-flex-right-img-7 {
	position: absolute;
	left: 0;
	top: 0;
	width: min(calc(350 / 1440 * 100vw),350px);
	z-index: 3;
}

.store__under-flex-right-img-7 img {
	display: block;
}

.store__under-flex-right-img-8 {
	bottom: max(calc(-138 / 1440 * 100vw),-138px);
	right: 0;
	position: absolute;
	width: min(calc(350 / 1440 * 100vw),350px);
	z-index: 2;
}

.store__under-flex-right-img-8 img {
	display: block;
}

.store__under-img-sp {
	display: none;
}

.store-experience {
	padding-bottom: min(calc(140 / 1440 * 100vw),140px);
}

.store-experience__section {
	margin-top: min(4.8611111111vw, 70px);
}

.store-experience-flex {
	display: flex;
	justify-content: space-between;
	padding-bottom: min(1.3888888889vw, 20px);
}

.store-experience-flex-left {
	width: min(33.0555555556vw, 476px);
}

.store-experience-text {
	margin-top: min(4.0972222222vw, 59px);
}

.store-experience-text span {
	font-weight: 500;
	color: #C2153D;
}

.store-experience-flex-right {
	position: relative;
	width: min(38.4027777778vw, 553px);
}

.store-experience-flex-right-img-1 {
	position: absolute;
	right: 0;
	top: min(0vw, 0px);
	width: min(31.5972vw, 455px);
	z-index: 2;
}

.store-experience-flex-right-img-1 img {
	display: block;
}

.store-experience-flex-right-img-2 {
	bottom: max(-1.3888888889vw, -20px);
	left: 0;
	position: absolute;
	width: min(21.3888888889vw, 308px);
	z-index: 3;
}

.store-experience-flex-right-img-2 img {
	display: block;
}

.store-experience-content {
	margin-top: min(calc(140 / 1440 * 100vw),140px);
}

.store-experience-content-title {
	text-align: center;
	font-size: min(calc(28 / 1440 * 100vw),28px);
	letter-spacing: min(calc(0.14 / 1440 * 100vw),0.14px);
	line-height: min(calc(40 / 1440 * 100vw),40px);
	font-weight: 500;
}

.store-experience-content-text {
	margin-top: min(calc(12 / 1440 * 100vw),12px);
	text-align: center;
	font-size: min(calc(18 / 1440 * 100vw),18px);
	letter-spacing: min(calc(0.09 / 1440 * 100vw),0.09px);
	line-height: min(calc(32 / 1440 * 100vw),32px);
}

.store-experience-content-flex {
	display: flex;
	flex-wrap: wrap;
	gap: min(calc(69 / 1440 * 100vw),69px) min(calc(30 / 1440 * 100vw),30px);
	width: min(calc(870 / 1440 * 100vw),870px);
	margin: min(calc(70 / 1440 * 100vw),70px) auto 0;
}

.store-experience-content-item {
	width: min(calc(270 / 1440 * 100vw),270px);
}

.store-experience-content-item-img {
	width: min(calc(270 / 1440 * 100vw),270px);
	height: min(calc(190 / 1440 * 100vw),190px);
}

.store-experience-content-item-category {
	margin-top: min(calc(14 / 1440 * 100vw),14px);
	display: inline-block;
	font-size: min(calc(13 / 1440 * 100vw),13px);
	color: #FFFFFF;
	padding: min(calc(8 / 1440 * 100vw),8px) min(calc(15 / 1440 * 100vw),15px);
	background-color: #C2153D;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

.store-experience-content-item-title {
	margin-top: min(calc(12 / 1440 * 100vw),12px);
	font-size: min(calc(20 / 1440 * 100vw),20px);
	line-height: min(calc(32 / 1440 * 100vw),32px);
	letter-spacing: min(calc(0.64 / 1440 * 100vw),0.64px);
	font-weight: 500;
}

.store-experience-content-item-text {
	margin-top: min(calc(10 / 1440 * 100vw),10px);
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(calc(16 / 1440 * 100vw),16px);
	line-height: min(calc(28 / 1440 * 100vw),28px);
	letter-spacing: min(calc(1.6 / 1440 * 100vw),1.6px);
	font-weight: 400;
}

.store-experience-content-item-button {
	text-align: center;
	margin-top: min(calc(40 / 1440 * 100vw),40px);
}

.store-experience-content-item-button a {
	padding: min(calc(14 / 1440 * 100vw),14px) 0;
	width: min(calc(214 / 1440 * 100vw),214px);
}

.store-experience__button {
    margin-top: min(9.7222222222vw, 140px);
	text-align: center;
}

.store__under-2 {
	padding-bottom: min(calc(100 / 1440 * 100vw),100px);
}

.store-5__introduction {
	width: min(calc(1100 / 1440 * 100vw),1100px);
	margin: 0 auto;
	background-color: #FAF5F5;
	padding: min(calc(50 / 1440 * 100vw),50px);
}

.store-5__introduction-top {
	display: flex;
	justify-content: space-between;
}

.store-5__introduction-top-left {
	width: min(calc(480 / 1440 * 100vw),480px);
	height: min(calc(261 / 1440 * 100vw),261px);
}

.store-5__introduction-top-right {
	width: min(calc(480 / 1440 * 100vw),480px);
}

.store-5__introduction-top-right-title {
	font-size: min(calc(24 / 1440 * 100vw),24px);
	font-weight: 500;
	line-height: normal;
	letter-spacing: min(calc(1.2 / 1440 * 100vw),1.2px);
	position: relative;
	padding-bottom: min(calc(10 / 1440 * 100vw),10px);
}

.store-5__introduction-top-right-title::before {
	content: '';
	position: absolute;
	width: min(calc(76.8 / 1440 * 100vw),76.8px);
	height: min(calc(1 / 1440 * 100vw),1px);
	left: 0;
	bottom: 0;
	background-color: #D9D9D9;
}
.store-5__introduction-top-right-title::after {
	content: '';
	position: absolute;
	width: min(calc(28.8 / 1440 * 100vw),28.8px);
	height: min(calc(1 / 1440 * 100vw),1px);
	left: 0;
	bottom: 0;
	background-color: #C2153D;
}

.store-5__introduction-top-right-text {
	margin-top: min(calc(40 / 1440 * 100vw),40px);
	font-size: min(calc(18 / 1440 * 100vw),18px);
	font-weight: 400;
	line-height: min(calc(32 / 1440 * 100vw),32px);
	letter-spacing: min(calc(0.09 / 1440 * 100vw),0.09px);
}

.store-5__introduction-under {
	margin-top: min(calc(104 / 1440 * 100vw),104px);
	display: flex;
	justify-content: space-between;
}

.store-5__introduction-under-left {
	width: min(calc(480 / 1440 * 100vw),480px);
}

.store-5__introduction-under-left-text {
	font-size: min(calc(18 / 1440 * 100vw),18px);
	font-weight: 400;
	line-height: min(calc(32 / 1440 * 100vw),32px);
	letter-spacing: min(calc(0.09 / 1440 * 100vw),0.09px);
}

.store-5__introduction-under-img {
	width: min(calc(480 / 1440 * 100vw),480px);
}

.store-5__shinamatsuri {
	margin-top: min(calc(80 / 1440 * 100vw),80px);
	margin-bottom: min(calc(140 / 1440 * 100vw),140px);
	padding: min(calc(119 / 1440 * 100vw),119px) 0 min(calc(59 / 1440 * 100vw),59px);
	position: relative;
}

.store-5__shinamatsuri::after {
	content: '';
	position: absolute;
	width: min(calc(557 / 1440 * 100vw),557px);
	height: min(calc(442 / 1440 * 100vw),442px);
	left: 50%;
	transform: translateX(-50%);
	top: min(calc(23 / 1440 * 100vw),23px);
	background: url(../img/store-5__shinamatsuri-bg.png)no-repeat center center / contain;
	z-index: -1;
}

.store-5__shinamatsuri-text-1 {
	font-size: min(calc(20 / 1440 * 100vw),20px);
	font-weight: 400;
	line-height: normal;
	letter-spacing: min(calc(1 / 1440 * 100vw),1px);
	text-align: center;
}

.store-5__shinamatsuri-text-1 span {
	font-size: min(calc(28 / 1440 * 100vw),28px);
	letter-spacing: min(calc(1.4 / 1440 * 100vw),1.4px);
	font-weight: 600;
}

.store-5__shinamatsuri-title {
	margin-top: min(calc(20 / 1440 * 100vw),20px);
	text-align: center;
	font-size: min(calc(36 / 1440 * 100vw),36px);
	font-weight: 700;
	line-height: min(calc(52 / 1440 * 100vw),52px);
	color: #C2153D;
}

.store-5__shinamatsuri-text-2 {
	margin-top: min(calc(20 / 1440 * 100vw),20px);
	font-size: min(calc(18 / 1440 * 100vw),18px);
	font-weight: 400;
	line-height: min(calc(27 / 1440 * 100vw),27px);
	letter-spacing: min(calc(1.44 / 1440 * 100vw),1.44px);
	text-align: center;
}

.store-5__shinamatsuri-button-container {
	margin-top: min(calc(45 / 1440 * 100vw),45px);
	height: min(calc(60 / 1440 * 100vw),60px);
	text-align: center;
}

.store-5__shinamatsuri-img {
	position: absolute;
}

.store-5__shinamatsuri-img-1 {
	width: min(calc(316 / 1440 * 100vw),316px);
	top: 0;
	right: 0;
}

.store-5__shinamatsuri-img-2 {
	width: min(calc(290 / 1440 * 100vw),290px);
	left: 0;
	bottom: 0;
}

.page-top {

}

.page-top .inner {
	padding-bottom: min(calc(70 / 1440 * 100vw),70px);
	border-bottom: 1px solid #D9D9D9;
}

.page-top-en {
	font-weight: 400;
	font-size: min(calc(20 / 1440 * 100vw),20px);
	line-height: min(calc(44 / 1440 * 100vw),44px);
	letter-spacing: 0;
	color: #C2153D;
	font-family: "EB Garamond", serif;
}

.page-top-jp {
	font-weight: 400;
	font-size: min(calc(48 / 1440 * 100vw),48px);
	line-height: min(calc(70 / 1440 * 100vw),70px);
	letter-spacing: min(calc(4.8 / 1440 * 100vw),4.8px);
	color: #333333;
}

@media (max-width: 767px) {

body {
	font-size: 4.1025641026vw;
	letter-spacing: 0.2051282051vw;
	line-height: 6.1538461538vw;
}

main {
	margin-top: calc(110 / 390 * 100vw);
}

.only-pc {
	display: none;
}

.only-sp {
	display: block;
}

.inner {
	width: 89.7435897436vw;
}

.section-title {
	margin-top: 10.2564102564vw;
}

.section-title-text {
	font-size: 6.1538461538vw;
	letter-spacing: 0.3076923077vw;
	line-height: 15.3846153846vw;
	padding-top: 5.1282051282vw;
	white-space: nowrap;
}

.section-title-back {
	font-size: 15.3846153846vw;
	line-height: 15.3846153846vw;
	top: 0;
	transform: translateX(-50%);
}

.button-red {
	border-radius: 12.8205128205vw;
	font-size: 4.1025641026vw;
	padding: 3.8461538462vw 0;
	width: 71.7948717949vw;
}

.button-red::after {
	height: 2.5641025641vw;
	right: 7.6923076923vw;
	width: 1.7948717949vw;
}

.button-brown {
	border-radius: 12.8205128205vw;
	font-size: 4.1025641026vw;
	padding: 3.8461538462vw 0;
	width: 71.7948717949vw;
}

.button-brown::after {
	height: 2.5641025641vw;
	right: 7.6923076923vw;
	width: 1.7948717949vw;
}

.button-gray {
	border-radius: 12.8205128205vw;
	font-size: 4.1025641026vw;
	padding: 3.8461538462vw 0;
	width: 71.7948717949vw;
}

.button-gray::after {
	height: 2.5641025641vw;
	right: 7.6923076923vw;
	width: 1.7948717949vw;
}

.contact__button {
	font-size: 4.1025641026vw;
	padding: 7.6923076923vw;
	width: 71.7948717949vw;
}

.contact__button::after {
	height: 2.2084615385vw;
	right: 10.4230769231vw;
	width: 1.6212820513vw;
}

.header {
	padding: 2.8205128205vw 0;
}

.header__flex {
	display: block;
}

.header__logo {
	margin-left: 5.1282051282vw;
	width: 30vw;
}

.header__menu {
	display: none;
}

.header-sp {
	display: block;
	position: relative;
	z-index: 10;
}

.drawer-icon {
	display: block;
}

.breadcrumbs {
	margin-top: calc(15 / 390 * 100vw);
}

.breadcrumb_inner {
	font-size: 3.5897435897vw;
	gap: 3.5897435897vw;
	width: 89.7435897436vw;
}

.breadcrumb_inner .home {
	display: inline-block;
}

.breadcrumb_inner .current-item {
	display: inline-block;
}

.top__mv {
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 12.0512820513vw;
	height: 121vw;
}

.top__mv-container {
	display: none;
}

.top__mv-container-sp {
	display: block;
	margin-top: 0vw;
	padding-bottom: 21.5384615385vw;
}

.top__mv-text {
	background: transparent;
	bottom: auto;
	font-size: 8.2051282051vw;
	line-height: 8.2051282051vw;
	padding-top: 0;
	right: 14.8717948718vw;
	top: 0;
}

.top__mv-text span {
	font-size: 5.1282051282vw;
	line-height: 5.1282051282vw;
	padding-right: 2.5641025641vw;
	padding-top: 23.0769230769vw;
}

.top__mv-text span::after {
	height: 9.7435897436vw;
	left: 2.8205128205vw;
	top: 10.2564102564vw;
}

.top__mv-under {
	margin-top: 10.256vw;
}

.top__inner {
	width: 89.7435897436vw;
}

.top__mv-under-text {
	font-size: 5.1282051282vw;
	letter-spacing: 0.5128205128vw;
}

.top__mv-under-flex {
	display: block;
	margin: 10.2564102564vw auto 0;
	text-align: center;
	width: 100%;
}

.top__mv-under-item {
	font-size: 5.1282051282vw;
}

.top__mv-under-item span {
	font-size: 9.2307692308vw;
}

.top__mv-under-item:nth-child(2) {
	padding-right: 0;
}

.top__companies {
	padding: 5.1282051282vw 8.9743589744vw;
	width: 89.7435897436vw;
}

.top__companies-title {
	font-size: 4.6153846154vw;
	line-height: 6.6666666667vw;
	padding-bottom: 3.0769230769vw;
}

.top__companies-title::after {
	height: 0.2564102564vw;
	width: 20.5128205128vw;
}

.top__companies-flex {
	flex-direction: column;
	margin-top: 5.1282051282vw;
}

.top__companies-items {
	min-width: none;
}

.top__companies-items li {
	font-size: 3.5897435897vw;
	line-height: 5.1282051282vw;
	margin-top: 1.7948717949vw;
	padding-left: 5.1282051282vw;
}

.top__companies-items li::after {
	height: 0.2564102564vw;
	width: 2.5641025641vw;
}

.top__companies-items li:not(:first-child) {
	margin-top: 1.7948717949vw;
}

.top__companies-text {
	font-size: 3.0769230769vw;
	line-height: 5.8974358974vw;
	margin-top: 2.5641025641vw;
}

.top__support {
	margin-top: 20.5128205128vw;
}

.top__support-title {
	font-size: 7.1794871795vw;
	line-height: normal;
}

.top__support-text {
	font-size: 3.8461538462vw;
	line-height: 7.6923076923vw;
	margin-top: 12.8205128205vw;
}

.top__support-text span {
	font-size: 5.1282051282vw;
	line-height: 7.6923076923vw;
}

.top__support-img {
	display: none;
}

.top__support-sp {
	display: block;
	margin-top: 12.8205128205vw;
}

.top__service {
	margin-top: 20.2564102564vw;
}

.top__service-text {
	margin-top: 7.6923076923vw;
}

.top__service-flex {
	flex-direction: column;
	gap: 8.9743589744vw;
	margin-top: 8.9743589744vw;
}

.top__service-item {
	height: 64.1025641026vw;
	width: 100%;
}

.top__service-item::before {
	bottom: 6.4102564103vw;
	height: 6.6666666667vw;
	right: 3.8461538462vw;
	width: 6.6666666667vw;
}

.top__service-item-text {
	top: 27.6923076923vw;
}

.top__service-item-text h3 {
	font-size: 6.1538461538vw;
	letter-spacing: 3.0769230769vw;
}

.top__service-item-text p:not(:first-child) {
	font-size: 4.1025641026vw;
	letter-spacing: 1.2307692308vw;
	margin-top: 2.5641025641vw;
}

.top__about {
	margin: 20.5128205128vw auto 0;
	/* padding-bottom: 13.3333333333vw; */
}

.top__about-content {
	background: url(../img/top-about-sp.png) no-repeat center left/contain;
	padding: 5.128205vw 4.6153846154vw 22.564102vw 0;
}

.top__about-content h2 {
	font-size: 6.1538461538vw;
	letter-spacing: 0.6153846154vw;
	line-height: 9.2307692308vw;
}

.top__about-content span {
	bottom: 14.871794vw;
	font-size: 15.3846153846vw;
	line-height: 15.3846153846vw;
	right: 2.0512820513vw;
}

.top__about-link {
	bottom: 5.641025vw;
	right: 8.2051282051vw;
}

.top__about-link a {
	font-size: 3.8461538462vw;
	padding-bottom: 3vw;
	padding-left: 10vw;
}

.top__about-link a::before {
	height: 6.1538461538vw;
	width: 6.1538461538vw;
}

.top__about-link a::after {
	width: 43.5897435897vw;
}

.top__case {
	margin-top: 20.2564102564vw;
}

.top__case-container {
	display: none;
}

.top__case-item {
	border-radius: 2.5641025641vw;
	min-height: 101.5384615385vw;
	display: inline-block;
	width: 74.358974359vw;
}

.top__case-item-img {
	height: 53.3333333333vw;
}

.top__case-item-under {
	padding: 2.3076923077vw 5.1282051282vw 4.8717948718vw;
}

.top__case-item-category {
	font-size: 3.5897435897vw;
	padding: 0.2564102564vw 1.2820512821vw;
}

.top__cate-item-flex {
	gap: 3.5897435897vw;
	margin-top: 2.5641025641vw;
}

.top__case-item-meta {
	font-size: 3.5897435897vw;
}

.top__case-item-title {
	font-size: 3.8461538462vw;
	margin-top: 4.8717948718vw;
}

.top__case-item-sp {
	display: block;
	margin-top: 12.8205128205vw;
}

.top__case-button-container {
	margin-top: 6.4102564103vw;
}

.top__news {
	margin-top: 20.5128205128vw;
}

.top__news-flex {
	display: block;
}

.top__news-all {
	font-size: 3.8461538462vw;
	margin-left: 49.2307692308vw;
	margin-top: 7.6923076923vw;
	padding-bottom: 3.0769230769vw;
	padding-left: 12.5641025641vw;
	padding-right: 8.7179487179vw;
}

.top__news-all::before {
	height: 6.1538461538vw;
	width: 6.1538461538vw;
}

.top__news-all-sp {
	display: inline-block;
}

.top__news-right {
	margin-top: 7.6923076923vw;
	width: 100%;
}

.top__news-item:not(:first-child) {
	margin-top: 3.8461538462vw;
}

.top__news-item {
	padding-bottom: 3.8461538462vw;
}

.top__news-item-meta {
	gap: 2.5641025641vw;
}

.top__news-item-meta time {
	font-size: 3.3333333333vw;
}

.top__news-item-category {
	font-size: 2.5641025641vw;
	padding: 0.2564102564vw 1.5384615385vw;
}

.top__news-title {
	font-size: 3.8461538462vw;
	margin-top: 0.5128205128vw;
	padding-right: 0;
}

.top__news-title::after {
	display: none;
}

.top__recruit {
	margin: 20.5128205128vw auto 0;
	padding: 10.5128205128vw 0 6.6666666667vw;
	width: 100%;
}

.top__recruit-title {
	font-size: 4.6153846154vw;
}

.top__recruit-text {
	font-size: 3.0769230769vw;
	letter-spacing: 0;
	line-height: 3.8461538462vw;
	margin-top: 2.5641025641vw;
}

.top__recruit-link {
	font-size: 3.8461538462vw;
	margin-top: 5.1282051282vw;
	padding-bottom: 1.7692307692vw;
	padding-left: 6.4102564103vw;
}

.top__recruit-link::before {
	height: 3.8461538462vw;
	top: 0.7692307692vw;
	width: 3.8461538462vw;
}

.top__recruit-link::after {
	width: 34.8717948718vw;
}

.top__qa {
	margin-top: 20.2564102564vw;
}

.top__qa-tab {
	margin: 12.8205128205vw auto 0;
}

.top__qa-tab .top__qa-tabpanel {
	padding: 7.6923076923vw 3.8461538462vw;
}

.top__qa-tab > label {
	border-radius: 5.1282051282vw 5.1282051282vw 0 0;
	font-size: 4.1025641026vw;
	padding: 4.6153846154vw 10.1282051282vw 4.8717948718vw 10.1282051282vw;
}

.qa-box {
	padding: 0;
}

.qa-box-q {
	font-size: 4.1025641026vw;
	letter-spacing: 0;
	padding: 3.8461538462vw 3.8461538462vw 3.8461538462vw 10.2564102564vw;
}

.qa-box-q::before {
	font-size: 4.1025641026vw;
	height: 6.4102564103vw;
	line-height: 6.4102564103vw;
	top: 4.1025641026vw;
	width: 6.4102564103vw;
}

.qa-box-icon {
	height: 1.5256410256vw;
	width: 2.3076923077vw;
}

.qa-box-a {
	font-size: 3.8461538462vw;
	margin-top: 0;
	padding: 0 3.8461538462vw 4.358974359vw 13.0769230769vw;
}

.qa-box-a::before {
	font-size: 3.5897435897vw;
	height: 5.641025641vw;
	left: 3.8461538462vw;
	line-height: 5.641025641vw;
	width: 5.641025641vw;
}

.top__contact {
	margin-top: 20.5128205128vw;
	padding-bottom: 20.5128205128vw;
}

.top__contact-flex {
	display: block;
}

.top__contact-flex-left {
	width: 100%;
}

.top__contact-flex-right {
	width: 100%;
}

.top__contact-flex-right-text {
	margin-top: 12.8205128205vw;
}

.top__contact-flex-right-button a {
	margin-top: 12.8205128205vw;
}

.top__contact-flex-right-button a:first-child {
	margin-top: 0;
}

.top__contact-flex-right-button .button-brown {
	height: 14.1025641026vw;
	line-height: 1.3;
	padding: 1.5384615385vw 0;
}

.top__contact-flex-right-button .button-brown span {
	font-size: 3.3333333333vw;
}

.top__contact-flex-right-button {
	margin-top: 8.9743589744vw;
	text-align: center;
}

.news {
	padding-bottom: 20.5128205128vw;
}

.news-section-title-text {
	padding-top: 5.1282051282vw;
}

.news__flex {
	display: block;
	margin-top: 12.8205128205vw;
}

.news__content {
	width: 100%;
}

.news__archive-item {
	display: block;
	padding: 3.8461538462vw 0;
}

.news__archive-item:first-child {
	padding: 0 0 3.8461538462vw;
}

.news__archive-item time {
	font-size: 4.1025641026vw;
	letter-spacing: 0.4102564103vw;
	width: 100%;
}

.news__archive-title {
	letter-spacing: 0.2051282051vw;
	line-height: 6.1538461538vw;
	margin-top: 3.8461538462vw;
	width: 100%;
}

.news__aside {
	margin-top: 20.5128205128vw;
	width: 100%;
}

.news__aside-item:not(:first-child) {
	margin-top: 10.2564102564vw;
}

.news__aside-title {
	padding-bottom: 2.5641025641vw;
}

.news__aside-title::after {
	width: 22.8205128205vw;
}

.news__aside-category {
	margin-top: 7.6923076923vw;
}

.news__aside-category-item {
	gap: 5.1282051282vw;
}

.news__aside-category-item p {
	font-size: 4.1025641026vw;
	letter-spacing: 0.2051282051vw;
	line-height: 4.6153846154vw;
}

.news__aside-category-item:not(:first-child) {
	margin-top: 5.1282051282vw;
}

.news__aside-category-img {
	height: 6.9230769231vw;
	width: 6.9230769231vw;
}

.news__aside-ranking {
	margin-top: 7.6923076923vw;
}

.news__aside-ranking-item:not(:first-child) {
	margin-top: 5.1282051282vw;
}

.news__aside-ranking-item {
	gap: 3.3333333333vw;
}

.news__aside-ranking-img {
	height: 17.4358974359vw;
	width: 17.4358974359vw;
}

.news__aside-ranking-meta-time {
	font-size: 3.5897435897vw;
	letter-spacing: 0.358974359vw;
}

.news__aside-ranking-title {
	font-size: 4.1025641026vw;
	letter-spacing: 0.4102564103vw;
	line-height: 6.1538461538vw;
}

.pagenation {
	font-size: 4.1025641026vw;
	margin-top: 12.8205128205vw;
}

.pagenation .current {
	padding: 0.5128205128vw 2.5641025641vw 0.5128205128vw 2.5641025641vw;
}

.archive-pagenation {
	margin-top: 17.9487179487vw;
}

.page-numbers:not(:first-child) {
	margin-left: 4.6153846154vw;
}

.news__detail-img {
	margin-bottom: 8.9743589744vw;
	height: 60vw;
}

.news__detail-date {
	font-size: 4.1025641026vw;
	letter-spacing: 0.4102564103vw;
	margin-top: 8.9743589744vw;
}

.news__detail-title {
	font-size: calc(24 / 390 * 100vw);
	font-weight: 500;
	margin-top: calc(10 / 390 * 100vw);
}

.news__detail-text {
	letter-spacing: 0.2051282051vw;
	line-height: 6.1538461538vw;
	margin-top: 7.6923076923vw;
}

.cash-register {
	padding-bottom: 20.5128205128vw;
}

.cash-register__mv-text {
	margin-top: 12.8205128205vw;
	text-align: left;
}

.cash-register__mv-button-container {
	flex-direction: column;
	gap: 10.2564102564vw;
	justify-content: center;
	margin: 10.2564102564vw auto 0;
	width: 71.7948717949vw;
}

.loop {
	margin-top: 20.5128205128vw;
}

.loop__container .slick-slide {
	height: 41.0256410256vw;
	margin-left: 7.6923076923vw;
	width: 41.0256410256vw;
}

.cash-register__cash {
	margin-top: 20.5128205128vw;
}

.detail__subtitle {
	font-size: 3.5897435897vw;
	letter-spacing: 0.1794871795vw;
}

.detail__title {
	font-size: 4.6153846154vw;
	letter-spacing: normal;
}

.cash-register__cash-text {
	margin-top: 7.6923076923vw;
}

.cash-register__cash-points {
	margin-top: 8.9743589744vw;
}

.cash-register__cash-point {
	letter-spacing: 0.2051282051vw;
	line-height: 6.1538461538vw;
	padding-left: 7.9487179487vw;
}

.cash-register__cash-point::after {
	height: 4.1025641026vw;
	width: 4.1025641026vw;
}

.cash-register__cash-content {
	margin: 8.9743589744vw auto 0;
	width: 100%;
}

.cash-register__cash-content-title {
	font-size: 4.6153846154vw;
	letter-spacing: normal;
	padding: 1.7948717949vw;
}

.cash-register__cash-content-items {
	padding: 6.1538461538vw 3.8461538462vw;
}

.cash-register__cash-content-item {
	border-radius: 3.0769230769vw;
	height: 35.8974358974vw;
	padding: 3.0769230769vw 0 2.5641025641vw;
	width: 38.4615384615vw;
}

.cash-register__cash-content-item:not(:nth-child(4n+1)) {
	margin-left: 0;
}

.cash-register__cash-content-item:nth-child(n+5) {
	margin-top: 0;
	padding: 4.1025641026vw 4.1025641026vw 5.3846153846vw;
}

.cash-register__cash-content-item:nth-child(n+3) {
	margin-top: 5.1282051282vw;
}

.cash-register__cash-content-item:nth-child(2n+1) {
	margin-right: 5.1282051282vw;
}

.cash-register__cash-content-item-icon {
	height: 15.1282051282vw;
	width: 15.1282051282vw;
}

.cash-register__cash-content-item-text {
	font-size: 3.5897435897vw;
	line-height: 6.1538461538vw;
	margin-top: 2.8205128205vw;
}

.cash-register__cash-content-item-text-2 {
	margin-top: 5.1282051282vw;
}

.cash-register__button {
	margin-top: 20.5128205128vw;
}

.cash-register__support {
	margin-top: 20.5128205128vw;
}

.cash-register__support-mv {
	margin-bottom: 8.9743589744vw;
	transform: translateX(-5%);
	width: 100vw;
}

.cash-register__support-text {
	margin-top: 7.6923076923vw;
}

.cash-register__support-content {
	margin-top: 10.2564102564vw;
	width: 100%;
}

.cash-register__support-content-title {
	font-size: 4.6153846154vw;
	letter-spacing: 0;
	line-height: 6.6666666667vw;
	padding: 1.7948717949vw 0;
}

.cash-register__support-content-under {
	padding: 10.2564102564vw 3.8461538462vw;
}

.cash-register__support-content-flex:not(:first-child) {
	margin-top: 8.9743589744vw;
}

.cash-register__support-content-flex {
	display: block;
	position: relative;
}

.cash-register__support-content-item {
	width: 100%;
}

.cash-register__support-content-img {
	border-radius: 3.0769230769vw;
	height: 25.641025641vw;
	left: 0;
	margin-top: 0;
	position: absolute;
	top: 0;
	width: 25.641025641vw;
}

.cash-register__support-content-img-1 img {
	height: 13.3333333333vw;
	width: 12.8205128205vw;
}

.cash-register__support-content-img-2 img {
	height: 12.0512820513vw;
	width: 12.8205128205vw;
}

.cash-register__support-content-img-3 img {
	height: 14.358974359vw;
	width: 11.0256410256vw;
}

.cash-register__support-content-item-title {
	font-size: 4.6153846154vw;
	letter-spacing: normal;
	padding-left: 29.4871794872vw;
}

.cash-register__support-content-item-title::after {
	display: none;
}

.cash-register__support-content-item-title-1 {
	padding-top: 3.5897435897vw;
}

.cash-register__support-content-item-title-2 {
	padding-top: 9.4871794872vw;
}

.cash-register__support-content-item-title-3 {
	padding-top: 6.6666666667vw;
}

.cash-register__support-content-text {
	margin-top: 3.3333333333vw;
}

.cash-register__support-content-text-1 {
	margin-top: 12.3076923077vw;
}

.cash-register__support-content-text-2 {
	margin-top: 12.0512820513vw;
}

.cash-register__support-content-text-3 {
	margin-top: 9.2307692308vw;
}

.cash-register__brf {
	margin-top: 20.5128205128vw;
}

.cash-register__brf-mv {
	margin-bottom: 8.9743589744vw;
	transform: translateX(-5%);
	width: 100vw;
}

.cash-register__brf-flex {
	display: block;
}

.cash-register__brf-flex-left {
	width: 100%;
}

.cash-register__brf-text {
	margin-top: 7.6923076923vw;
}

.cash-register__brf-points {
	margin-top: 8.9743589744vw;
}

.cash-register__brf-point {
	letter-spacing: 0.2051282051vw;
	line-height: 6.1538461538vw;
	padding-left: 7.9487179487vw;
}

.cash-register__brf-point::after {
	height: 4.1025641026vw;
	width: 4.1025641026vw;
}

.cash-register__brf-flex-right {
	height: 84.6153846154vw;
	transform: translateX(-5%);
	width: 100vw;
}

.cash-register__brf-flex-right-img-1 img:first-child {
	display: none;
}

.cash-register__brf-flex-right-img-1 img:nth-child(2) {
	display: block;
}

.cash-register__brf-flex-right-img-1 {
	top: 8.9743589744vw;
	width: 60.7692307692vw;
}

.cash-register__brf-flex-right-img-2 img:first-child {
	display: none;
}

.cash-register__brf-flex-right-img-2 img:nth-child(2) {
	display: block;
}

.cash-register__brf-flex-right-img-2 {
	width: 55.1282051282vw;
}

.popup {
	padding-bottom: 20.5128205128vw;
}

.popup__section {
	margin-top: 10.2564102564vw;
}

.fv-sp {
	display: block;
}

.popup-flex {
	display: block;
}

.popup-flex-left {
	width: 100%;
}

.popup-text {
	margin-top: 10.2564102564vw;
}

.popup-points {
	margin-top: 8.9743589744vw;
	padding: 5.1282051282vw 3.8461538462vw;
}

.popup-point {
	letter-spacing: 0.2051282051vw;
	line-height: 6.1538461538vw;
	padding-left: 7.9487179487vw;
}

.popup-point::after {
	height: 4.1025641026vw;
	width: 4.1025641026vw;
}

.popup-flex-right {
	height: 84.1025641026vw;
	margin-top: 8.9743589744vw;
	transform: translateX(-5%);
	width: 100vw;
}

.popup-flex-right-img-1 img:first-child {
	display: none;
}

.popup-flex-right-img-1 img:nth-child(2) {
	display: block;
}

.popup-flex-right-img-1 {
	top: 0vw;
	width: 66.4102564103vw;
}

.popup-flex-right-img-2 img:first-child {
	display: none;
}

.popup-flex-right-img-2 img:nth-child(2) {
	display: block;
}

.popup-flex-right-img-2 {
	bottom: 0;
	width: 55.1282051282vw;
}

.popup-mv {
	display: none;
}

.popup__button {
	margin-top: 20.5128205128vw;
}

.global-talent {
	padding-bottom: 20.5128205128vw;
}

.global-talent__section {
	margin-top: 10.2564102564vw;
}

.global-talent-flex {
	display: block;
}

.global-talent-flex-left {
	width: 100%;
}

.global-talent-text {
	margin-top: 10.2564102564vw;
}

.global-talent-points {
	margin-top: 8.9743589744vw;
	padding: 5.1282051282vw 3.8461538462vw;
}

.global-talent-point {
	letter-spacing: 0.2051282051vw;
	line-height: 6.1538461538vw;
	padding-left: 7.9487179487vw;
}

.global-talent-point::after {
	height: 4.1025641026vw;
	width: 4.1025641026vw;
}

.global-talent-flex-right {
	display: none;
}

.global-talent-flex-2 {
	display: block;
	margin-top: 20.5128205128vw;
	padding-bottom: 0;
}

.global-talent-flex-left-2 {
	margin-top: 0;
	width: 100%;
}

.global-talent-text-2 {
	margin-top: 7.6923076923vw;
}

.global-talent-flex-right-2 {
	height: 80.7692307692vw;
	margin-top: 8.9743589744vw;
	transform: translateX(-5%);
	width: 100vw;
}

.global-talent-flex-right-2-img-1 img:first-child {
	display: none;
}

.global-talent-flex-right-2-img-1 img:nth-child(2) {
	display: block;
}

.global-talent-flex-right-2-img-1 {
	top: 0vw;
	width: 60.7692307692vw;
}

.global-talent-flex-right-2-img-2 img:first-child {
	display: none;
}

.global-talent-flex-right-2-img-2 img:nth-child(2) {
	display: block;
}

.global-talent-flex-right-2-img-2 {
	bottom: 0;
	width: 55.1282051282vw;
}

.global-talent__button {
	margin-top: 20.5128205128vw;
}

.fashion {
	padding-bottom: 20.5128205128vw;
}

.fashion__section {
	margin-top: 10.2564102564vw;
}

.fashion-flex {
	display: block;
}

.fashion-flex-left {
	width: 100%;
}

.fashion-text {
	margin-top: 10.2564102564vw;
}

.fashion-points {
	margin-top: 8.9743589744vw;
	padding: 5.1282051282vw 3.8461538462vw;
}

.fashion-point {
	letter-spacing: 0.2051282051vw;
	line-height: 6.1538461538vw;
	padding-left: 7.9487179487vw;
}

.fashion-point::after {
	height: 4.1025641026vw;
	width: 4.1025641026vw;
}

.fashion-flex-right {
	display: none;
}

.fashion-flex-2 {
	display: block;
	margin-top: 20.5128205128vw;
	padding-bottom: 0;
}

.fashion-flex-left-2 {
	margin-top: 0;
	width: 100%;
}

.fashion-text-2 {
	margin-top: 7.6923076923vw;
}

.fashion-flex-right-2 {
	height: 91.0256410256vw;
	margin-top: 8.9743589744vw;
	transform: translateX(-5%);
	width: 100vw;
}

.fashion-flex-right-2-img-1 img:first-child {
	display: none;
}

.fashion-flex-right-2-img-1 img:nth-child(2) {
	display: block;
}

.fashion-flex-right-2-img-1 {
	top: 0vw;
	width: 81.2820512821vw;
}

.fashion-flex-right-2-img-2 img:first-child {
	display: none;
}

.fashion-flex-right-2-img-2 img:nth-child(2) {
	display: block;
}

.fashion-flex-right-2-img-2 {
	bottom: 0;
	width: 54.8717948718vw;
}

.fashion__button {
	margin-top: 20.5128205128vw;
}

.security-policy {
	padding-bottom: 20.5128205128vw;
}

.security-policy__section {
	margin-top: 12.8205128205vw;
}

.security-policy__signature {
	margin-top: 7.6923076923vw;
}

.security-policy__content {
	margin-top: 7.6923076923vw;
}

.security-policy__item:not(:first-child) {
	margin-top: 3.5897435897vw;
}

.security-policy__item {
	padding-left: 2.5641025641vw;
}

.security-policy__item-title::after {
	height: 4.6153846154vw;
	left: -2.5641025641vw;
	width: 0.7692307692vw;
}

.security-policy__contact {
	margin-top: 20.5128205128vw;
	padding: 5.1282051282vw 3.8461538462vw;
}

.security-policy__contact-text a {
	text-decoration: none;
}

.worker-dispatch {
	padding-bottom: 20.5128205128vw;
}

.worker-dispatch__section {
	margin-top: 12.8205128205vw;
}

.worker-dispatch__item:not(:first-child) {
	margin-top: 17.9487179487vw;
}

.worker-dispatch__item-title {
	padding-bottom: 2.0512820513vw;
	padding-left: 0;
}

.worker-dispatch__item-title::after {
	width: 25.641025641vw;
}

.worker-dispatch__table-1 {
	margin-top: 7.6923076923vw;
}

.worker-dispatch__table-1 td:first-child {
	width: 42.3076923077vw;
}

.worker-dispatch__table-1 td:last-child {
	width: 47.4358974359vw;
}

.worker-dispatch__table-1 .worker-dispatch__table-title {
	padding-left: 3.0769230769vw;
}

.worker-dispatch__table-1 .worker-dispatch__table-text {
	padding-left: 2.5641025641vw;
}

.worker-dispatch__table-1-1 tr {
	height: 22.3076923077vw;
}

.worker-dispatch__table-1-1 .worker-dispatch__table-text {
	padding-left: 2.5641025641vw;
}

.worker-dispatch__table-1-2 tr {
	height: 17.9487179487vw;
}

.worker-dispatch__table-1-3 tr {
	height: 35.3846153846vw;
}

.worker-dispatch__table-2 {
	margin-top: 7.6923076923vw;
}

.worker-dispatch__table-2 tr {
	height: 20.5128205128vw;
}

.worker-dispatch__table-2 tr:nth-child(2) {
	height: 30.7692307692vw;
}

.worker-dispatch__table-2 th {
	font-size: 3.0769230769vw;
	letter-spacing: 0;
	line-height: normal;
}

.worker-dispatch__table-2 th:first-child {
	padding-left: 2.5641025641vw;
}

.worker-dispatch__table-2 th:last-child {
	padding-right: 3.3333333333vw;
}

.worker-dispatch__table-2 td {
	font-size: 3.0769230769vw;
}

.worker-dispatch__table-2 td:not(:first-child) {
	padding-left: 3.5897435897vw;
}

.worker-dispatch__table-title {
	font-size: 3.5897435897vw;
	letter-spacing: 0;
}

.worker-dispatch__table-text {
	font-size: 3.5897435897vw;
	letter-spacing: 0;
}

.worker-dispatch__text-1 {
	font-size: 3.5897435897vw;
	letter-spacing: 0.0717948718vw;
	margin-top: 8.9743589744vw;
	width: 100%;
}

.worker-dispatch__text-2 {
	letter-spacing: 0;
	line-height: normal;
	margin-top: 8.9743589744vw;
}

.privacy-policy {
	padding-bottom: 20.5128205128vw;
}

.privacy-policy__section {
	margin-top: 12.8205128205vw;
}

.privacy-policy__list-1 {
	margin-top: 7.6923076923vw;
	padding-left: 6.1538461538vw;
}

.privacy-policy__list-1 li:not(:first-child) {
	margin-top: 2.0512820513vw;
}

.privacy-policy__list-2 {
	margin-top: 2.0512820513vw;
}

.privacy-policy__list-2 li:not(:first-child) {
	margin-top: 2.0512820513vw;
}

.privacy-policy__signature {
	margin-top: 8.9743589744vw;
}

.privacy-policy__content {
	margin-top: 20.5128205128vw;
}

.privacy-policy__item:not(:first-child) {
	margin-top: 8.9743589744vw;
}

.privacy-policy__item-title {
	padding-bottom: 2.0512820513vw;
	padding-left: 0;
}

.privacy-policy__item-title::after {
	width: 25.641025641vw;
}

.privacy-policy__item-text {
	margin-top: 2.5641025641vw;
}

.privacy-policy__item-list-1 {
	margin-top: 2.0512820513vw;
	padding-left: 6.1538461538vw;
}

.privacy-policy__item-list-1 li:not(:first-child) {
	margin-top: 2.0512820513vw;
}

.privacy-policy__item-list-2 {
	padding-left: 6.1538461538vw;
}

.privacy-policy__item-list-2 li {
	margin-top: 2.0512820513vw;
}

.privacy-policy__item-list-3 {
	padding-left: 6.1538461538vw;
}

.privacy-policy__item-list-3 li {
	margin-top: 2.0512820513vw;
}

.privacy-policy__item-text-2 {
	margin-top: 2.0512820513vw;
}

.privacy-policy__contact {
	margin-top: 20.5128205128vw;
	padding: 5.1282051282vw 3.8461538462vw;
}

.privacy-policy__contact-title:nth-child(3) {
	margin-top: 8.9743589744vw;
}

.privacy-policy__contact-title:nth-child(5) {
	margin-top: 3.0769230769vw;
}

.about {
	padding-bottom: 20.5128205128vw;
}

.about__section-1 {
	margin-top: 12.8205128205vw;
}

.about__section-3 {
	margin-top: calc(80 / 390 * 100vw)
}

.about__section-title-1 .section-title-text {
	line-height: 12.8205128205vw;
	padding-top: 0;
}

.about__section-title-1 .section-title-back {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.about-flex-1 {
	display: block;
	margin-top: 8.9743589744vw;
}

.about-flex-3 {
	display: block;
	margin-top: calc(80 / 390 * 100vw);
}

.about-flex-left-1 {
	width: 100%;
}

.about-flex-right-1 {
	width: 100%;
}

.about-flex-right-1-title {
	font-size: 4.6153846154vw;
	letter-spacing: 0;
}

.about-flex-right-1-title-1 {
	margin-top: 8.9743589744vw;
}

.about-flex-right-1-title-2 {
	margin-top: 2.5641025641vw;
}

.about-flex-right-1-text {
	letter-spacing: 0.2051282051vw;
	line-height: 6.1538461538vw;
	margin-top: 7.6923076923vw;
}

.about__button-1 {
	flex-direction: column;
	gap: 12.8205128205vw;
	margin: 20.5128205128vw auto 0;
	width: 100%;
}

.about__button-1 .button-brown {
	height: 14.1025641026vw;
	line-height: 1.3;
	padding: 1.5384615385vw 0;
}

.about__button-1 .button-brown span {
	font-size: 3.3333333333vw;
}

.about__section-2 {
	margin-top: calc(40 / 390 * 100vw);
}

.about__section-title-2 .section-title-text {
	margin-top: 0 !important;
	padding-top: 5.1282051282vw;
}

.about-flex-2 {
	display: block;
	margin-top: calc(35 / 390 * 100vw);
}

.about-flex-right-2 {
	width: 100%;
}

.about-flex-right-2-title {
	font-size: 4.6153846154vw;
	letter-spacing: 0;
}

.about-flex-right-2-title-2 {
	margin-top: 2.5641025641vw;
}

.about-flex-right-2-text {
	letter-spacing: 0.2051282051vw;
	line-height: 6.1538461538vw;
	margin-top: 17.9487179487vw;
}

.about-flex-right-2-text::before {
	top: -10.2564102564vw;
	width: 20.5128205128vw;
}

.about-flex-right-2-text::after {
	top: -10.2564102564vw;
	width: 7.6923076923vw;
}

.about-flex-sp {
	display: flex;
}

.about__button-2 {
	margin-top: 20.5128205128vw;
}

.section-title-subtext {
	transform: translateY(-2.8205128205vw);
}

.contact {
	padding-bottom: 17.9487179487vw;
}

.contact-section-title {
	margin-top: 10.2564102564vw;
}

.contact-section-title-text {
	padding-top: 3.5897435897vw;
}

.contact__step {
	margin: 10vw auto 0;
	width: 100%;
}

.contact__step img:first-child {
	display: none;
}

.contact__step img:nth-child(2) {
	display: block;
}

.contact__form {
	margin-top: 8.9743589744vw;
}

.contact__inner {
	width: 89.7435897436vw;
}

.contact__label {
	font-size: 4.1025641026vw;
	font-weight: 600;
	letter-spacing: 0.4102564103vw;
}

.contact__label--required::after {
	font-size: 3.3333333333vw;
	height: 4.6153846154vw;
	letter-spacing: 0.3333333333vw;
	line-height: 4.6153846154vw;
	right: -10.7692307692vw;
	width: 8.2051282051vw;
}

.contact__label--any::after {
	font-size: 3.3333333333vw;
	height: 4.6153846154vw;
	letter-spacing: 0.3333333333vw;
	line-height: 4.6153846154vw;
	right: -11.2820512821vw;
	width: 8.2051282051vw;
}

.contact__form-check-item:not(:first-child) {
	margin-top: 2.5641025641vw;
}

.contact__form-check-label {
	font-size: 4.1025641026vw;
	letter-spacing: 0.2051282051vw;
	line-height: 6.1538461538vw;
}

.contact__form-check-label span {
	display: inline-block;
	margin-left: 3.5897435897vw;
}

.contact__item {
	margin-top: 8.9743589744vw;
}

.contact__item-input {
	border-radius: 1.2820512821vw;
	font-size: 4.1025641026vw;
	letter-spacing: 0.2051282051vw;
	line-height: 1;
	margin-top: 2.5641025641vw;
	padding: 2.5641025641vw;
}

.contact__item-input::placeholder {
	font-size: 4.1025641026vw;
	letter-spacing: 0.2051282051vw;
}

.contact__item-input-2 {
	width: 100%;
}

.contact__item-input-3 {
	width: 100%;
}

.contact__item-input-4 {
	width: 100%;
}

.contact__item-select-container {
	margin-top: 2.5641025641vw;
}

.contact__item-select-container::after {
	height: 1.7948717949vw;
	right: 3.8461538462vw;
	width: 2.5641025641vw;
}

.contact__item-select-container select {
	border-radius: 1.2820512821vw;
	font-size: 4.1025641026vw;
	letter-spacing: 0.2051282051vw;
	line-height: 6.1538461538vw;
	padding: 2.5641025641vw 6.4102564103vw 2.5641025641vw 2.5641025641vw;
	width: 100%;
}

.contact__item-textarea {
	border-radius: 1.2820512821vw;
	font-size: 4.1025641026vw;
	height: 38.4615384615vw;
	letter-spacing: 0.2051282051vw;
	line-height: 6.1538461538vw;
	margin-top: 2.5641025641vw;
	padding: 2.5641025641vw;
}

.contact__item-textarea::placeholder {
	font-size: 4.1025641026vw;
	letter-spacing: 0.2051282051vw;
	line-height: 6.1538461538vw;
}

.contact__under-confirmation {
	margin-top: 7.6923076923vw;
}

.contact__under-confirmation input {
	height: 5.1282051282vw;
	margin: 0.7692307692vw 0 0 0;
	width: 5.1282051282vw;
}

.contact__under-label {
	font-size: 4.1025641026vw;
	left: 8.9743589744vw;
	letter-spacing: 0.2051282051vw;
	line-height: 6.1538461538vw;
}

.form-confirmation-button-container {
	margin-top: 12.8205128205vw;
}

.form-confirmation-button::after {
	height: 2.5641025641vw;
	right: 7.6923076923vw;
	width: 1.7948717949vw;
}

.form-confirmation-button {
	border-radius: 12.8205128205vw;
	font-size: 4.1025641026vw;
	padding: 3.8461538462vw 0;
	width: 71.7948717949vw;
}

.contact-thanks-title {
	font-size: 4.6153846154vw;
	line-height: 7.9487179487vw;
	margin-top: 8.9743589744vw;
}

.contact-thanks-text {
	margin-top: 8.9743589744vw;
	text-align: left;
}

.contact-thanks-text-2 {
	font-size: 3.5897435897vw;
	margin-top: 7.6923076923vw;
	text-align: left;
}

.contact__confirmation {
	margin-top: 8.9743589744vw;
}

.contact__confirmation-item {
	display: block;
	padding: 3.8461538462vw 0;
}

.contact__confirmation-item-left {
	font-size: 4.1025641026vw;
	font-weight: 600;
	letter-spacing: 0.4102564103vw;
	width: 100%;
}

.contact__confirmation-item-right {
	margin-top: 2.5641025641vw;
	width: 100%;
}

.contact__button-flex {
	flex-direction: column;
	gap: 14.1025641026vw;
}

.contact__button-2 {
	border-radius: 12.8205128205vw;
	padding: 4.4871794872vw 0;
	width: 71.7948717949vw;
}

.contact__top {
	margin: 12.0512820513vw auto 0;
}

.contact__top-item:not(:first-child) {
	margin-top: 17.9487179487vw;
}

.contact__top-item {
	display: block;
}

.contact__top-item-title {
	font-size: 4.6153846154vw;
	margin-left: 5.1282051282vw;
	padding-left: 2.5641025641vw;
	position: relative;
	width: 85%;
}

.contact__top-item-title::after {
	background-color: #C2153D;
	content: "";
	height: 4.6153846154vw;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.contact__top-item-right {
	margin-top: 7.6923076923vw;
}

.contact__top-item-list li:not(:first-child) {
	margin-top: 2.5641025641vw;
}

.contact__top-item-list {
	margin-left: 5.1282051282vw;
}

.contact__top-button {
	margin-top: 8.9743589744vw;
	text-align: center;
}

.contact__top-button .button-red {
	font-size: 3.5897435897vw;
	height: 14.1025641026vw;
	padding: 3.8461538462vw 12.3076923077vw 3.8461538462vw 6.1538461538vw;
	width: 76.4102564103vw;
}

.contact__top-button .button-red::after {
	height: 2.5641025641vw;
	right: 5.641025641vw;
	width: 2.3076923077vw;
}

.contact__top-button .button-brown {
	font-size: 3.5897435897vw;
	height: 14.1025641026vw;
	padding: 1.3vw 19vw 2.3076923077vw 6.1538461538vw;
	width: 76.4102564103vw;
}

.contact__top-button .button-brown::after {
	height: 2.5641025641vw;
	right: 5.641025641vw;
	width: 2.3076923077vw;
}

.document {
	padding-bottom: 17.9487179487vw;
}

.document-section-title {
	margin-top: 10.2564102564vw;
}

.document-section-title-text {
	padding-top: 3.5897435897vw;
}

.document-section-title-under {
	font-size: 4.1025641026vw;
	letter-spacing: 0.2051282051vw;
	line-height: 6.1538461538vw;
	margin-top: 5.1282051282vw;
	text-align: left;
}

.document__step {
	margin: 10vw auto 0;
	width: 100%;
}

.document-thanks-title {
	font-size: 4.6153846154vw;
	line-height: 7.9487179487vw;
	margin-top: 8.9743589744vw;
}

.document-thanks-text {
	margin-top: 8.9743589744vw;
	text-align: left;
}

.document-thanks-text-2 {
	font-size: 3.5897435897vw;
	margin-top: 10vw;
	text-align: left;
}

.ffa {
	padding-bottom: 20.5128205128vw;
}

.ffa__section {
	margin-top: 12.8205128205vw;
}

.ffa-flex {
	display: block;
	padding-bottom: 0;
}

.ffa-flex-left {
	width: 100%;
}

.ffa__section-logo {
	width: calc(287 / 390 * 100vw);
	padding-bottom: calc(8 / 390 * 100vw);
}

.ffa__section-logo::after {
	width: calc(350 / 390 * 100vw);
}

.ffa__section-logo::before {
	width: calc(88 / 390 * 100vw);
}

.ffa-text span {
	font-size: 4.1025641026vw;
	font-weight: 500;
	letter-spacing: 0.2051282051vw;
	line-height: 6.1538461538vw;
}

.ffa-text {
	margin-top: calc(26 / 390 * 100vw);
}

.ffa-flex-right {
	height: 83.3333333333vw;
	margin-top: 8.9743589744vw;
	transform: translateX(-5%);
	width: 100vw;
}

.ffa-flex-right-img-1 img:first-child {
	display: none;
}

.ffa-flex-right-img-1 img:nth-child(2) {
	display: block;
}

.ffa-flex-right-img-1 {
	top: 0vw;
	width: 66.4102564103vw;
}

.ffa-flex-right-img-2 img:first-child {
	display: none;
}

.ffa-flex-right-img-2 img:nth-child(2) {
	display: block;
}

.ffa-flex-right-img-2 {
	bottom: 0;
	width: 55.1282051282vw;
}

.ffa__client {
	margin-top: 20.5128205128vw;
}

.ffa__client-title {
	font-size: 4.6153846154vw;
	letter-spacing: 0.2307692308vw;
	padding-bottom: 2.5641025641vw;
}

.ffa__client-title::after {
	width: 22.6794871795vw;
}

.ffa__client-flex {
	display: block;
	margin-top: 3.8461538462vw;
}

.ffa__client-item:first-child {
	width: 100%;
}

.ffa__client-item {
	width: 100%;
}

.ffa__client-item li {
	font-size: 4.1025641026vw;
	line-height: 6.4102564103vw;
}

.ffa__client-text {
	font-size: 3.5897435897vw;
}

.ffa__client-text-1 {
	margin-top: 3.8461538462vw;
}

.ffa__client-text-2 {
	margin-top: 1.2820512821vw;
}

.ffa-mv {
	height: 55.3846153846vw;
	margin: 20.5128205128vw auto 0;
}

.ffa-mv__img {
	width: 81.2820512821vw;
}

.ffa-mv__content {
	height: 41.0256410256vw;
	right: 5.1282051282vw;
	top: 14.358974359vw;
	width: 92.3076923077vw;
}

.ffa-mv__title {
	font-size: 4.6153846154vw;
	font-weight: 400;
	letter-spacing: 0.1846153846vw;
	line-height: 7.6923076923vw;
}

.ffa-mv__link {
	font-size: 3.8461538462vw;
	margin-top: 16.6666666667vw;
	padding: 0 4.8717948718vw 3.0769230769vw 11.7948717949vw;
}

.ffa-mv__link::before {
	height: 6.1538461538vw;
	width: 6.1538461538vw;
}

.ffa-mv__back {
	font-size: 15.3846153846vw;
	height: 15.3846153846vw;
	line-height: 15.3846153846vw;
	right: 2.0512820513vw;
	text-align: left;
	top: 24.6153846154vw;
	width: 28.2051282051vw;
}

.ffa__button {
	margin-top: 20.5128205128vw;
}

.company {
	padding-bottom: 20.5128205128vw;
}

.company-section-title {
	margin-top: 7.6923076923vw;
}

.company-section-title-text {
	padding-top: 5.1282051282vw;
}

.company__mv {
	margin: 15.3846153846vw auto 0;
	width: 100%;
}

.company__content {
	margin-top: 8.9743589744vw;
}

.company__content-item {
	padding-bottom: 5.1282051282vw;
}

.company__content-item:not(:first-child) {
	margin-top: 5.1282051282vw;
}

.company__content-item::after {
	width: 23.0769230769vw;
}

.company__content-item-left {
	width: 23.0769230769vw;
}

.company__content-item-right {
	width: 66.4102564103vw;
}

.company__content-item-right a {
	margin-left: 0;
}

.company__content-item-right-2 {
	margin-top: 5.1282051282vw;
}

.company__button-1 {
	flex-direction: column;
	gap: 12.8205128205vw;
	margin: 10.2564102564vw auto 0;
	width: 100%;
}

.company__button-1 .button-brown {
	height: 14.1025641026vw;
	line-height: 1.3;
	padding: 1.5384615385vw 0;
}

.company__button-1 .button-brown span {
	font-size: 3.3333333333vw;
}

.company__partner {
	margin-top: 30.7692307692vw;
}

.company__section-title {
	font-size: 4.6153846154vw;
	padding-bottom: 3.8461538462vw;
}

.company__section-title::after {
	width: 15.3846153846vw;
}

.company__partner-content {
	margin-top: 10.2564102564vw;
	padding: 5.1282051282vw 3.3333333333vw;
}

.company__partner-content-flex {
	display: block;
}

.company__partner-list {
	width: 100%;
}

.company__partner-list li {
	font-size: 3.3333333333vw;
}

.company__partner-list li:not(:first-child) {
	margin-top: 0;
}

.company__partner-text {
	font-size: 3.3333333333vw;
}

.company__partner-text-1 {
	margin-top: 3.8461538462vw;
}

.company__partner-text-2 {
	margin-top: 2.0512820513vw;
}

.company__group {
	margin-top: 20.5128205128vw;
}

.company__group-img {
	margin-top: 8.9743589744vw;
	width: 71.7948717949vw;
}

.company__button-2 {
	margin-top: 20.5128205128vw;
}

.single-case {
	margin-top: 10.2564102564vw;
	padding-bottom: 20.5128205128vw;
}

.single-case__top {
	border-radius: 2.5641025641vw;
	flex-direction: column;
	gap: 6.4102564103vw;
	padding: 7.6923076923vw;
}

.single-case__top-left {
	height: 53.0769230769vw;
	width: 74.358974359vw;
}

.single-case__top-right {
	width: 100%;
}

.single-case__top-right-category {
	font-size: 3.5897435897vw;
	line-height: 6.9230769231vw;
}

.single-case__top-right-category::before {
	width: 20.5128205128vw;
}

.single-case__top-right-category::after {
	width: 7.6923076923vw;
}

.single-case__top-right-title {
	font-size: 5.1282051282vw;
	line-height: normal;
	margin-top: 5.1282051282vw;
}

.single-case__top-right-meta {
	gap: 5.1282051282vw;
	margin-top: 2.5641025641vw;
}

.single-case__top-right-age {
	line-height: 7.6923076923vw;
}

.single-case__top-right-gender {
	line-height: 7.6923076923vw;
}

.single-case__top-right-post {
	line-height: 7.6923076923vw;
}

.single-case__top-right-post-2 {
	margin-top: 2.5641025641vw;
}

.single-case__before {
	margin-top: 12.8205128205vw;
}

.single-case__use::after {
	display: none;
}

.single-case__use {
	display: block;
	width: 100%;
}

.single-case__use-left {
	font-size: 5.1282051282vw;
	letter-spacing: 0.2564102564vw;
	line-height: 7.4358974359vw;
	padding: 2.8205128205vw 0;
	width: 100%;
}

.single-case__use-right {
	padding: 3.8461538462vw;
	width: 100%;
}

.single-case__use-right li {
	font-size: 4.1025641026vw;
	letter-spacing: 0.2051282051vw;
	line-height: 6.1538461538vw;
	padding-left: 4.1025641026vw;
}

.single-case__use-right li::after {
	height: 1.0256410256vw;
	left: 1.2820512821vw;
	top: 2.0512820513vw;
	width: 1.0256410256vw;
}

.single-case__use-right li:not(:first-child) {
	margin-top: 2.5641025641vw;
}

.single-case__use-vector {
	margin: 3.8461538462vw auto;
	width: 13.0769230769vw;
}

.single-case__question {
	margin-top: 20.5128205128vw;
}

.single-case__question-item:not(:first-child) {
	margin-top: 8.9743589744vw;
}

.single-case__question-q {
	font-size: 4.1025641026vw;
	line-height: 5.8974358974vw;
	padding-bottom: 2.0512820513vw;
}

.single-case__question-q::after {
	width: 25.641025641vw;
}

.single-case__question-a {
	margin-top: 2.5641025641vw;
}

.single-case__problem {
	margin-top: 20.5128205128vw;
}

.single-case__problem-title {
	font-size: 5.1282051282vw;
	letter-spacing: 0.5128205128vw;
	line-height: 12.8205128205vw;
}

.single-case__problem-title span {
	font-size: 8.9743589744vw;
	letter-spacing: 0.8974358974vw;
	line-height: 12.8205128205vw;
}

.single-case__problem-title span::after {
	height: 1.0512820513vw;
	top: 0.5128205128vw;
	width: 19.7435897436vw;
}

.single-case__problem-items-sp {
	display: block;
}

.single-case__problem-item-link-container {
	margin-top: 8.9743589744vw;
}

.single-case__problem-item-link {
	border-radius: 12.8205128205vw;
	font-size: 4.6153846154vw;
	letter-spacing: 0.4615384615vw;
	line-height: 6.1538461538vw;
	padding: 1.7948717949vw 0 2.0512820513vw;
	width: 71.7948717949vw;
}

.single-case__problem-item-link-span-1 {
	font-size: 10.2564102564vw;
	line-height: 1;
}

.single-case__problem-item-link-span-2 {
	font-size: 5.1282051282vw;
	letter-spacing: 0.5128205128vw;
	line-height: 6.9230769231vw;
}

.single-case__items {
	margin-top: 20.5128205128vw;
}

.single-case__items-title {
	font-size: 4.1025641026vw;
	line-height: 5.8974358974vw;
	padding-bottom: 2.0512820513vw;
}

.single-case__items-title::after {
	width: 25.641025641vw;
}

.single-case__items-flex {
	flex-direction: column;
	gap: 15.3846153846vw;
	margin-top: 7.6923076923vw;
}

.single-case__item:nth-child(n+4) {
	margin-top: 0;
}

.single-case__item:not(:nth-child(3n+1)) {
	margin-left: 0;
}

.single-case__item {
	min-height: 116.6666666667vw;
	width: 100%;
}

.single-case__item-img {
	height: 64.1025641026vw;
	width: 89.7435897436vw;
}

.single-case__item-category {
	font-size: 3.5897435897vw;
	line-height: 5.1282051282vw;
	margin-top: 2.5641025641vw;
	padding: 2.0512820513vw 6.6666666667vw;
}

.single-case__item-title {
	font-size: 3.8461538462vw;
	letter-spacing: 0;
	line-height: 8.2051282051vw;
	margin-top: 5.1282051282vw;
}

.single-case__item-link-container {
	margin-top: 5.1282051282vw;
}

.single-case__item-link {
	border-radius: 12.8205128205vw;
	font-size: 4.1025641026vw;
	line-height: 6.4102564103vw;
	padding: 3.8461538462vw 0;
	width: 71.7948717949vw;
}

.single-case__item-link::after {
	height: 2.5641025641vw;
	right: 5.641025641vw;
	width: 1.7948717949vw;
}

.single-case__contact {
	margin-top: 20.5128205128vw;
}

.archive-case {
	margin-top: 12.8205128205vw;
}

.archive-case__tabs {
	margin: 7.6923076923vw auto 0;
	padding: 9.7435897436vw 3.8461538462vw 8.2051282051vw;
	width: 89.7435897436vw;
}

.archive-case__tabs-title p {
	font-size: 4.6153846154vw;
	line-height: 7.1794871795vw;
}

.archive-case__tabs-title p::before {
	height: 5.1282051282vw;
	left: -7.6923076923vw;
	width: 5.1282051282vw;
}

.archive-case__tabs-items {
	gap: 5.1282051282vw;
	margin-top: 7.6923076923vw;
}

.archive-case__tabs-item {
	font-size: 4.1025641026vw;
	font-weight: 500;
	line-height: 8.2051282051vw;
	padding: 1.0256410256vw 3.8461538462vw;
}

.archive-tab__content {
	margin-top: 10.2564102564vw;
}

.personal {
	margin-top: 10.2564102564vw;
	padding-bottom: 20.5128205128vw;
}

.personal-section-title-text {
	padding-top: 5.1282051282vw;
}

.personal__mv {
	display: none;
}

.personal-flex {
	display: block;
}

.personal-flex-left {
	width: 100%;
}

.personal-flex-left__title {
	margin-top: 12.8205128205vw;
}

.personal-flex-text {
	margin-top: 7.6923076923vw;
}

.personal-flex-left-overview {
	margin-top: 9.4871794872vw;
}

.personal-flex-left-overview-title {
	font-size: 4.6153846154vw;
	letter-spacing: 0.2307692308vw;
	line-height: 10vw;
}

.personal-flex-left-overview-content {
	flex-direction: column;
	padding: 3.8461538462vw;
}

.personal-flex-left-overview-item:nth-child(n+3) {
	margin-top: 0;
}

.personal-flex-left-overview-item:nth-child(2n) {
	margin-left: 0;
}

.personal-flex-left-overview-item {
	gap: 7.6923076923vw;
	padding: 3.3333333333vw 5.1282051282vw;
	width: 100%;
}

.personal-flex-left-overview-item:not(:first-child) {
	margin-top: 3.8461538462vw;
}

.personal-flex-left-overview-item-title {
	font-size: 4.6153846154vw;
	letter-spacing: 0.2051282051vw;
	line-height: 5.641025641vw;
}

.personal-flex-left-overview-item-text {
	font-size: 4.1025641026vw;
	letter-spacing: 0.2051282051vw;
	line-height: 8.2051282051vw;
}

.personal__button-container {
	margin-top: 10.2564102564vw;
	text-align: center;
}

.personal-flex-right {
	height: 83.3333333333vw;
	margin-top: 8.9743589744vw;
	transform: translateX(-5%);
	width: 100vw;
}

.personal-flex-right-img-1 img:first-child {
	display: none;
}

.personal-flex-right-img-1 img:nth-child(2) {
	display: block;
}

.personal-flex-right-img-1 {
	top: 0vw;
	width: 60.7692307692vw;
}

.personal-flex-right-img-2 img:first-child {
	display: none;
}

.personal-flex-right-img-2 img:nth-child(2) {
	display: block;
}

.personal-flex-right-img-2 {
	bottom: 0;
	width: 55.1282051282vw;
}

.personal-flex-2 {
	display: block;
	margin-top: 20.5128205128vw;
	padding-bottom: 0;
}

.personal-flex-left-2 {
	width: 100%;
}

.personal-flex-text-2 {
	margin-top: 7.6923076923vw;
}

.personal-flex-text-3 {
	margin-top: 6.1538461538vw;
}

.personal__button-container-2 {
	margin-top: 10.2564102564vw;
	text-align: center;
}

.personal-flex-right-2 {
	height: 84.358974359vw;
	margin-top: 8.9743589744vw;
	transform: translateX(-5%);
	width: 100vw;
}

.personal-flex-right-2-img-1 img:first-child {
	display: none;
}

.personal-flex-right-2-img-1 img:nth-child(2) {
	display: block;
}

.personal-flex-right-2-img-1 {
	top: 0vw;
	width: 60.7692307692vw;
}

.personal-flex-right-2-img-2 img:first-child {
	display: none;
}

.personal-flex-right-2-img-2 img:nth-child(2) {
	display: block;
}

.personal-flex-right-2-img-2 {
	bottom: 0;
	width: 55.1282051282vw;
}

.personal__job-container {
	border-radius: 2.0512820513vw;
	margin-top: 17.9487179487vw;
	padding: 6.4102564103vw 3.8461538462vw;
}

.personal__job-title {
	border-radius: 1.0256410256vw;
	font-size: 4.6153846154vw;
	letter-spacing: 0;
	line-height: 6.6666666667vw;
	padding: 2.0512820513vw 0;
}

.personal__job-list {
	flex-direction: column;
	gap: 3.5897435897vw;
	margin-top: 5.1282051282vw;
}

.personal__job-list li:not(:nth-child(3n+1)) {
	margin-left: 0;
}

.personal__job-list li:nth-child(n+4) {
	margin-top: 0;
}

.personal__job-list li {
	border-radius: 2.0512820513vw;
	box-shadow: 1px 2px 6px 0px rgb(204, 204, 204);
	font-size: 4.1025641026vw;
	letter-spacing: -0.1641025641vw;
	line-height: 5.641025641vw;
	padding: 2.8205128205vw 0;
	width: 100%;
}

.personal__shinamatsuri {
	margin: 91.0256410256vw auto 0;
	padding-bottom: 0;
}

.personal__shinamatsuri::after {
	background: url(../img/japan-sp.png) no-repeat center center/contain;
	height: 80.2564102564vw;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
}

.personal_shinamatsuri-img-1 {
	left: 0;
	right: auto;
	top: -70.5128205128vw;
	width: 51.2820512821vw;
}

.personal_shinamatsuri-img-2 {
	left: auto;
	right: 0;
	top: -51.0256410256vw;
	width: 51.2820512821vw;
}

.personal__shinamatsuri-text-1 {
	font-size: 4.6153846154vw;
	letter-spacing: 0.2307692308vw;
	margin-top: 1.5384615385vw;
	padding-top: 0;
}

.personal__shinamatsuri-span-1 {
	font-size: 6.1538461538vw;
}

.personal__shinamatsuri-span-2 {
	font-size: 5.1282051282vw;
	letter-spacing: 0.2564102564vw;
}

.personal__shinamatsuri-title {
	font-size: 7.6923076923vw;
	line-height: 11.0256410256vw;
}

.personal__shinamatsuri-text-2 {
	letter-spacing: 0.2051282051vw;
	line-height: 6.1538461538vw;
	margin-top: 7.6923076923vw;
}

.personal__shinamatsuri-text-3 {
	letter-spacing: 0.2051282051vw;
	line-height: 6.1538461538vw;
	margin-top: 6.1538461538vw;
}

.personal__shinamatsuri-button-container {
	margin-top: 12.8205128205vw;
}

.personal__shinamatsuri-button {
	border-radius: 12.8205128205vw;
	font-size: 4.1025641026vw;
	line-height: 6.4102564103vw;
	padding: 3.8461538462vw 12.8205128205vw 3.8461538462vw 9.4871794872vw;
}

.personal__shinamatsuri-button::after {
	height: 2.5641025641vw;
	right: 6.6666666667vw;
	width: 1.7948717949vw;
}

.footer {
	padding: 10.2564102564vw 0;
}

.footer__inner {
	width: 89.7435897436vw;
}

.footer__flex {
	display: block;
}

.footer__left {
	height: 11.5384615385vw;
}

.footer__logo {
	height: 11.5384615385vw;
	width: 34.8717948718vw;
}

.footer__right {
	gap: 20.2564102564vw;
	margin-top: 10.2564102564vw;
}

.footer__right-content-left {
	display: block;
}

.footer__right-content-left-list::after {
	left: 2.564102vw;
	top: 8.717948vw;
	height: 12.564102vw;
}

.footer__right-content-left-list li:nth-child(2) {
	margin-top: 2.5641025641vw;
}

.footer__right-content-left-list li:nth-child(3) {
	margin-top: 2.5641025641vw;
}
.footer__right-content-left-list li:nth-child(4) {
	margin-top: 2.5641025641vw;
}

.footer__right-content-left-list:not(:first-child) {
	margin-top: 7.6923076923vw;
}

.footer__right-title {
	font-size: 3.8461538462vw;
	font-weight: 500;
}

.footer__right-title-small {
	font-size: 3.5897435897vw;
	padding-left: 6.410256vw;
}

.footer__right-content-right-list li:not(:first-child) {
	margin-top: 5.1282051282vw;
}

.footer__sns-flex {
	align-items: center;
	flex-direction: column;
	gap: 5.1282051282vw;
	margin-top: 12.8205128205vw;
	width: 100%;
}

.footer__sns-item:not(:nth-child(3n+1)) {
	margin-left: 0;
}

.footer__sns-item:nth-child(n+4) {
	margin-top: 0;
}

.footer__sns-item {
	border-radius: 3.8461538462vw;
	width: 76.9230769231vw;
}

.footer__sns {
	padding: 3.3333333333vw 5.1282051282vw;
}

.footer__sns-img {
	height: 9.2307692308vw;
	width: 9.2307692308vw;
}

.footer__sns-text {
	font-size: 3.5897435897vw;
	margin-left: 6.4102564103vw;
	width: 51vw;
}

.footer__ffa {
	text-align: right;
	width: 76.9230769231vw;
	margin: 5.1282051282vw auto 0;
}

.footer__ffa-item {
	margin-left: 0;
	border-radius: 3.8461538462vw;
	width: 100%;
	transition: 0.3s;
	padding: 3.3333333333vw 4vw 3.3333333333vw 5.1282051282vw;
}

.footer__ffa-img {
	width: 9.2307692308vw;
	height: 9.2307692308vw;
}

.footer__ffa-text {
	font-size: 3.8461538462vw;
}

.footer__under {
	margin-top: calc(70 / 390 * 100vw);
}

.footer__under-banner {
	width: calc(300 / 390 * 100vw);
	align-items: flex-start;
	margin: 0 auto;
	justify-content: center;
	gap: calc(16 / 390 * 100vw);
	flex-direction: column;
}

.footer__under-banner-list-daa {
	width: calc(107 / 390 * 100vw);
	height: calc(104 / 390 * 100vw);
	box-shadow: 0px 0px 12.89px 0px rgba(163, 158, 158, 0.25);
}

.footer__under-banner-list-sdg {
	width: calc(300 / 390 * 100vw);
	height: calc(94 / 390 * 100vw);
	box-shadow: 0px 0px 12.89px 0px rgba(163, 158, 158, 0.25);
}

.footer__under-banner-list-kenko {
	width: calc(300 / 390 * 100vw);
	height: calc(105 / 390 * 100vw);
	box-shadow: 0px 0px 12.89px 0px rgba(163, 158, 158, 0.25);
}

.footer__under-banner-list-flex {
	width: calc(300 / 390 * 100vw);
	padding: calc(12 / 390 * 100vw) calc(0 / 390 * 100vw) calc(12 / 390 * 100vw) calc(38 / 390 * 100vw);
	box-shadow: 0px 0px 12.89px 0px rgba(163, 158, 158, 0.25);
}

.footer__under-banner-icon-1 {
	width: calc(70 / 390 * 100vw);
	height: calc(70 / 390 * 100vw);
}

.footer__under-banner-icon-2 {
	width: calc(70 / 390 * 100vw);
	height: calc(70 / 390 * 100vw);
}

.footer__under-banner-text {
	margin-left: calc(30 / 390 * 100vw);
	font-size: calc(15 / 390 * 100vw);
}

.footer__under-list {
	margin-top: calc(22 / 390 * 100vw);
	display: block;
	text-align: right;
}

.footer__under-list li:not(:first-child) {
	margin-top: 3.0769230769vw;
}

.footer__under-list-item {
	font-size: 3.0769230769vw;
}

.business {
	padding-bottom: 20.5128205128vw;
}

.business__mv-text {
	font-size: 4.1025641026vw;
	letter-spacing: 0.2051282051vw;
	line-height: 6.1538461538vw;
	margin: 12.0512820513vw auto 0;
	text-align: left;
	width: 89.7435897436vw;
}

.business__mv-text span {
	font-size: 4.1025641026vw;
	font-weight: 400;
	letter-spacing: 0.2051282051vw;
	line-height: 6.1538461538vw;
}

.business__mv {
	display: none;
}

.business__needs {
	background: url(../img/needs-bg-sp.png) no-repeat center center/cover;
	margin-top: 12.8205128205vw;
	padding: 12.8205128205vw 0;
}

.business__needs-title {
	font-size: 5.1282051282vw;
	letter-spacing: 0.2564102564vw;
	line-height: 7.4358974359vw;
}

.business__needs-items {
	align-items: center;
	flex-direction: column;
	gap: 10.2564102564vw;
	margin-top: 10.2564102564vw;
}

.business__needs-item {
	min-height: 79.2307692308vw;
	width: 82.0512820513vw;
}

.business__needs-item-title {
	font-size: 4.6153846154vw;
	line-height: 6.6666666667vw;
	padding: 3.0769230769vw 0 6.4102564103vw;
}

.business__needs-item-title::after {
	background: url(../img/needs-title-bg-sp.png) no-repeat center center/cover;
}

.business__needs-item-list {
	margin-top: 5.1282051282vw;
	padding: 0 3.0769230769vw;
}

.business__needs-item-list li {
	font-size: 4.1025641026vw;
	line-height: 5.1282051282vw;
	padding-left: 11.0256410256vw;
}

.business__needs-item-list li:not(:first-child) {
	margin-top: 3.8461538462vw;
}

.business__needs-item-list li::after {
	background: url(../img/needs-check-sp.png) no-repeat center center/contain;
	height: 5.641025641vw;
	top: 0;
	transform: none;
	width: 7.1794871795vw;
}

.business__needs-item-button-container {
	bottom: 7.6923076923vw;
}

.business__needs-item-button {
	border-radius: 23.0769230769vw;
	font-size: 4.1025641026vw;
	line-height: 6.0256410256vw;
	padding: 3.3333333333vw 0;
	width: 71.7948717949vw;
}

.business__developer-support {
	margin-top: 12.8205128205vw;
}

.business__developer-support-title {
	les: 0;
	font-size: 5.1282051282vw;
	line-height: 7.4358974359vw;
	padding-bottom: 3.0769230769vw;
}

.business__developer-support-title::after {
	height: 0.2564102564vw;
	width: 20.5128205128vw;
}

.business__developer-support-text {
	font-size: 4.1025641026vw;
	letter-spacing: 0.2051282051vw;
	line-height: 7.1794871795vw;
	margin-top: 7.6923076923vw;
}

.business__developer-support-items {
	flex-direction: column;
	margin-top: 7.6923076923vw;
	width: 82.0512820513vw;
}

.business__developer-support-item {
	min-height: 101.2820512821vw;
	width: 100%;
}

.business__developer-support-item:not(:nth-child(3n+1)) {
	margin-left: 0;
}

.business__developer-support-item:nth-child(n+4) {
	margin-top: 0;
}

.business__developer-support-item:not(:first-child) {
	margin-top: 16.1538461538vw;
}

.business__developer-support-item-img {
	height: 46.6666666667vw;
}

.business__developer-support-item-title {
	font-size: 4.6153846154vw;
	line-height: 6.9230769231vw;
	margin-top: 5.1282051282vw;
	padding: 0 4.6153846154vw 0 7.6923076923vw;
}

.business__developer-support-item-title::after {
	height: 4.6153846154vw;
	left: 4.6153846154vw;
}

.business__developer-support-item-text {
	font-size: 4.6153846154vw;
	line-height: 5.641025641vw;
	padding: 2.5641025641vw 4.6153846154vw;
}

.business__developer-support-item-button-container {
	bottom: -5.8974358974vw;
}

.business__developer-support-item-button {
	border-radius: 12.8205128205vw;
	font-size: 4.1025641026vw;
	line-height: 6.4102564103vw;
	padding: 3.3333333333vw 0 3.0769230769vw;
	width: 71.7948717949vw;
}

.business__developer-support-item-button::after {
	height: 2.5641025641vw;
	right: 6.4102564103vw;
	width: 2.3076923077vw;
}

.business__detail {
	margin-top: 20.5128205128vw;
}

.business__education {
	margin-top: 26.4102564103vw;
}

.business__detail-img {
	width: 74.358974359vw;
}

.business__detail-content {
	box-shadow: none;
	margin: 8.9743589744vw auto 0;
	padding: 0;
	position: relative;
	right: auto;
	top: auto;
	width: 100%;
	width: 89.7435897436vw;
}

.business__detail-title {
	display: none;
}

.business__detail-text {
	margin-top: 0;
}

.business__store-spread-items {
	background-color: #F4F4F4;
	margin-top: 7.6923076923vw;
	padding: 5.1282051282vw 1.7948717949vw;
}

.business__store-spread-item:not(:nth-child(3n+1)) {
	margin-left: 0;
}

.business__store-spread-item:nth-child(n+4) {
	margin-top: 0;
}

.business__store-spread-item {
	width: 41.0256410256vw;
}

.business__store-spread-item:nth-child(2n) {
	margin-left: 4.1025641026vw;
}

.business__store-spread-item:nth-child(n+3) {
	margin-top: 5.1282051282vw;
}

.business__detail-link-container {
	margin-top: 9.2307692308vw;
	text-align: center;
}

.business__detail-link {
	border-radius: 12.8205128205vw;
	font-size: 4.1025641026vw;
	letter-spacing: 0;
	line-height: 6.4102564103vw;
	padding: 3.3333333333vw 0 3.0769230769vw;
	width: 71.7948717949vw;
}

.business__detail-link::after {
	height: 2.8205128205vw;
	right: 6.4102564103vw;
	width: 2.3076923077vw;
}

.business__store-spread .business__detail-img {
	width: 74.358974359vw;
}

.business__store-spread .business__detail-content {
	left: auto;
}

.business__store-spread .business__detail-img-title-container {
	left: 8%;
}

.business__detail-img-title-container {
	display: inline-block;
	position: absolute;
	right: 8%;
	top: 20vw;
}

.business__button-2 {
	margin-top: 20.5128205128vw;
}

.business__mv-sp {
	display: block;
	margin: 12.8205128205vw auto 0;
	width: 90vw;
}

.loading-logo {
	gap: 5.1282051282vw;
}

.loading-logo-text {
	font-size: 7.6923076923vw;
	letter-spacing: 2.3076923077vw;
	line-height: 7.6923076923vw;
}

.loading-logo-text-2 {
	font-size: 5.1282051282vw;
	letter-spacing: 0.2564102564vw;
	line-height: 5.1282051282vw;
}

.loading-logo-span {
	font-size: 4.1025641026vw;
	letter-spacing: 0.2051282051vw;
	line-height: 4.1025641026vw;
}

.omotenashi {
	padding-bottom: 20.5128205128vw;
}

.omotenashi__message {
	margin: 12.8205128205vw auto 0;
	text-align: left;
	width: 89.7435897436vw;
}

.omotenashi__message-2 {
	margin-top: 6.1538461538vw;
}

.omotenashi__section-1 {
	margin-top: 8.9743589744vw;
}

.omotenashi-flex {
	display: block;
}

.omotenashi-flex-left {
	width: 100%;
}

.omotenashi-flex-left .detail__subtitle {
	font-size: 3.5897435897vw;
	letter-spacing: 0;
	line-height: 5.1282051282vw;
}

.omotenashi-text {
	margin-top: 8.9743589744vw;
}

.omotenashi-text-2 {
	margin-top: 6.1538461538vw;
}

.omotenashi-flex-right {
	display: none;
}

.omotenashi__axis {
	margin-top: 20.5128205128vw;
	padding: 12.8205128205vw 0;
}

.omotenashi__axis-title {
	font-size: 4.6153846154vw;
	letter-spacing: 0.2307692308vw;
	line-height: 9.4871794872vw;
}

.omotenashi__axis-title span {
	font-size: 6.6666666667vw;
	letter-spacing: 0;
	line-height: 9.4871794872vw;
}

.omotenashi__axis-flex {
	flex-direction: column;
}

.omotenashi__axis-flex-left {
	margin-top: 7.6923076923vw;
	width: 100%;
}

.omotenashi__axis-flex-right {
	width: 100%;
}

.omotenashi__axis-text span {
	font-size: 4.6153846154vw;
	letter-spacing: 0.2307692308vw;
	line-height: 8.2051282051vw;
	margin-top: 11.2820512821vw;
}

.omotenashi__axis-flex-right-list {
	margin-top: 10.2564102564vw;
	padding: 7.6923076923vw 3.8461538462vw;
}

.omotenashi__axis-flex-right-list li {
	padding-left: 6.6666666667vw;
}

.omotenashi__axis-flex-right-list li::after {
	height: 4.1025641026vw;
	top: 1.2820512821vw;
	transform: none;
	width: 4.1025641026vw;
}

.omotenashi__content {
	margin-top: 20.5128205128vw;
}

.omotenashi__content-mv {
	width: 100%;
}

.omotenashi__content-inner {
	width: 89.7435897436vw;
}

.omotenashi__content-number {
	font-size: 10.2564102564vw;
	left: auto;
	letter-spacing: 0.5128205128vw;
	line-height: 14.6153846154vw;
	position: relative;
	top: auto;
}

.omotenashi__content-subtitle {
	font-size: 3.5897435897vw;
	line-height: 5.1282051282vw;
	margin-top: 1.2820512821vw;
}

.omotenashi__content-title {
	font-size: 5.641025641vw;
	letter-spacing: 0.4102564103vw;
	line-height: 8.2051282051vw;
	margin-top: 0.5128205128vw;
	padding-bottom: 1.2820512821vw;
}

.omotenashi__content-title::after {
	height: 0.2564102564vw;
	width: 20.5128205128vw;
}

.omotenashi__content-text {
	margin-top: 7.6923076923vw;
}

.omotenashi__content-example {
	margin-top: 10.2564102564vw;
}

.omotenashi__content-example-title {
	font-size: 4.6153846154vw;
	letter-spacing: 0.2307692308vw;
	line-height: 6.6666666667vw;
}

.omotenashi__content-example-flex {
	align-items: center;
	flex-direction: column;
	gap: 2.5641025641vw;
	margin: 5.1282051282vw auto 0;
	width: 74.358974359vw;
}

.omotenashi__content-example-item {
	height: 20.5128205128vw;
	padding: 0 6.4102564103vw;
	width: 100%;
}

.omotenashi__content-example-img-1 {
	margin-right: 11.0256410256vw;
	width: 12.0512820513vw;
}

.omotenashi__content-example-img-2 {
	margin-right: 9.7435897436vw;
	width: 13.3333333333vw;
}

.omotenashi__content-example-img-3 {
	margin-right: 10.7692307692vw;
	width: 9.7435897436vw;
}

.omotenashi__content-example-img-4 {
	margin-right: 11.0256410256vw;
	width: 12.0512820513vw;
}

.omotenashi__content-example-img-5 {
	margin-right: 9.2307692308vw;
	width: 13.5897435897vw;
}

.omotenashi__content-example-img-6 {
	margin-right: 10.7692307692vw;
	width: 12.3076923077vw;
}

.omotenashi__content-example-img-7 {
	margin-right: 10.2564102564vw;
	width: 12.8205128205vw;
}

.omotenashi__content-example-img-8 {
	margin-right: 8.7179487179vw;
	width: 13.0769230769vw;
}

.omotenashi__content-example-img-9 {
	margin-right: 8.7179487179vw;
	width: 13.0769230769vw;
}

.omotenashi__content-example-img-10 {
	margin-right: 9.7435897436vw;
	width: 10.5128205128vw;
}

.omotenashi__content-example-img-11 {
	margin-right: 8.4615384615vw;
	width: 13.3333333333vw;
}

.omotenashi__content-example-img-12 {
	margin-right: 8.4615384615vw;
	width: 13.3333333333vw;
}

.omotenashi__content-example-text {
	font-size: 4.1025641026vw;
	letter-spacing: 0.2051282051vw;
	line-height: 6.1538461538vw;
}

.omotenashi__content-example-text span {
	font-size: 3.5897435897vw;
	letter-spacing: 0.1794871795vw;
	line-height: 6.1538461538vw;
}

.omotenashi__content-example-flow {
	margin: 5.1282051282vw auto 0;
	width: 74.358974359vw;
}

.omotenashi__content-flex {
	flex-direction: column;
}

.omotenashi__content-flex-left {
	width: 100%;
}

.omotenashi__content-flex-right {
	margin: 10.2564102564vw auto 0;
	width: 82.0512820513vw;
}

.omotenashi__content-text-container {
	margin-top: 10.2564102564vw;
	padding: 7.6923076923vw 3.8461538462vw;
}

.omotenashi__content-text-container p {
	font-size: 4.1025641026vw;
	letter-spacing: 0.2051282051vw;
	line-height: 6.1538461538vw;
}

.omotenashi__button-container {
	margin-top: 17.9487179487vw;
}

.omotenashi__button {
	font-size: 4.1025641026vw;
	line-height: normal;
	padding: 4.358974359vw 0;
	text-align: center;
	width: 71.7948717949vw;
}

.omotenashi__button::after {
	height: 2.3076923077vw;
	right: 10.4615384615vw;
	width: 1.7948717949vw;
}

.omotenashi__reason {
	margin-top: 20.5128205128vw;
	padding-bottom: 161.2820512821vw;
}

.omotenashi__reason-img {
	padding-top: 0;
	width: 100%;
}

.omotenashi__reason-text-container {
	bottom: 0;
	left: 50%;
	padding: 10.2564102564vw 6.9230769231vw 7.9487179487vw 7.6923076923vw;
	right: auto;
	top: auto;
	transform: translateX(-50%);
	width: 89.7435897436vw;
}

.omotenashi__reason-text-1 {
	font-size: 4.1025641026vw;
	line-height: 5.8974358974vw;
}

.omotenashi__reason-text-2 {
	font-size: 7.1794871795vw;
	letter-spacing: 0.2564102564vw;
	line-height: 10.2564102564vw;
}

.omotenashi__reason-text-3 {
	font-size: 4.1025641026vw;
	letter-spacing: 0.2051282051vw;
	line-height: 8.2051282051vw;
	margin-top: 5.1282051282vw;
}

.omotenashi__reason-text-4 {
	font-size: 4.1025641026vw;
	letter-spacing: 0.2051282051vw;
	line-height: 8.2051282051vw;
	margin-top: 5.1282051282vw;
}

.omotenashi__reason-text-5 {
	font-size: 4.6153846154vw;
	letter-spacing: 0vw;
	line-height: 7.6923076923vw;
	margin-top: 5.1282051282vw;
}

.omotenashi__reason-text-6 {
	font-size: 4.1025641026vw;
	letter-spacing: 0.2051282051vw;
	line-height: 8.2051282051vw;
	margin-top: 5.1282051282vw;
}

.omotenashi__voice {
	margin-top: 16.9230769231vw;
}

.omotenashi__voice-title {
	font-size: 4.6153846154vw;
	letter-spacing: 0;
	line-height: 7.1794871795vw;
	padding-bottom: 3.8461538462vw;
}

.omotenashi__voice-title::after {
	width: 20.5128205128vw;
}

.omotenashi__voice-flex {
	flex-direction: column;
	gap: 15.3846153846vw;
	margin-top: 8.9743589744vw;
}

.omotenashi__voice-item {
	width: 89.7435897436vw;
}

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

.omotenashi__voice-item-title {
	font-size: 4.1025641026vw;
	letter-spacing: 0.2051282051vw;
	line-height: 8.2051282051vw;
	margin-top: 2.5641025641vw;
	padding-left: 2.8205128205vw;
}

.omotenashi__voice-item-title::after {
	height: 4.6153846154vw;
}

.omotenashi__voice-item-text {
	margin-top: 2.5641025641vw;
	min-height: none;
}

.omotenashi__voice-item-button-container {
	margin-top: 5.1282051282vw;
}

.omotenashi__voice-item-button {
	border-radius: 18.7179487179vw;
	font-size: 4.1025641026vw;
	line-height: 5vw;
	padding: 4.6153846154vw 0;
	width: 71.7948717949vw;
}

.omotenashi__voice-item-button::after {
	height: 2.2084615385vw;
	right: 10.4230769231vw;
	width: 1.6212820513vw;
}

.omotenashi__button-container-2 {
	margin-top: 20.5128205128vw;
}

.omotenashi__mv-sp {
	display: block;
	margin-top: 20.5128205128vw;
}

.ffa-logo {
	margin-top: calc(0 / 390 * 100vw);
	width: calc(350 / 390 * 100vw);
}

.store__top {
	margin-top: calc(40 / 390 * 100vw);
	flex-direction: column;
	justify-content: flex-start;
	gap: calc(50 / 390 * 100vw);
}

.store__top-left {
	width: 100%;
}

.store__top-slider {

}

.store__top-slider-item {

}

.store__top-slider-thumbnail {
	display: none;
}
.store__top-slider-thumbnail-2 {
	display: none;
}

.slide-dots {
	margin-top: calc(10 / 390 * 100vw);
	padding: 0;
	text-align: center;
  }
  .slide-dots li {
	display: inline-block;
	margin: 0 calc(4 / 390 * 100vw);
  }
  .slide-dots li button {
	position: relative;
	text-indent: -9999px;
  }
  .slide-dots li button::before {
	background-color: #fff;
	content: "";
	cursor: pointer;
	width: calc(5 / 390 * 100vw);
	height: calc(5 / 390 * 100vw);
	border-radius: 50%;
	border: calc(0.5 / 390 * 100vw) solid #D9D9D9;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;

  }
  .slide-dots li.slick-active button::before {
	background-color: #C2153D;
	border: calc(0.5 / 390 * 100vw) solid #C2153D;
  }
  .slide-dots li button {
	background: none;
	border: none;
	outline: none;
	padding: 0;
	width: calc(5 / 390 * 100vw);
	height: calc(5 / 390 * 100vw);
  }

.store__top-right {
	width: 100%;
}

.store__top-right-title {
	font-size: calc(20 / 390 * 100vw);
	line-height: calc(29 / 390 * 100vw);
	letter-spacing: 0;
	padding-bottom: calc(15 / 390 * 100vw);
}

.store__top-right-title::before {
	height: calc(1 / 390 * 100vw);
}

.store__top-right-title::after {
	width: calc(64 / 390 * 100vw);
	height: calc(1 / 390 * 100vw);
}

.store__top-right-text {
	margin-top: calc(15 / 390 * 100vw);
	font-size: calc(18 / 390 * 100vw);
}

.store__top-right-address {
	margin-top: calc(15 / 390 * 100vw);
	gap: calc(10 / 390 * 100vw);
}

.store__top-right-address p {
	font-size: calc(16 / 390 * 100vw);
	line-height: calc(24 / 390 * 100vw);
	letter-spacing: calc(0.08 / 390 * 100vw);
}

.store__top-right-link {
	line-height: calc(32 / 390 * 100vw);
	font-size: calc(16 / 390 * 100vw);
	letter-spacing: calc(0.08 / 390 * 100vw);
	padding-left: calc(20 / 390 * 100vw);
	padding-right: calc(24 / 390 * 100vw);
}

.store__top-right-link::before {
	width: calc(4.88 / 390 * 100vw);
	height: calc(6.64 / 390 * 100vw);
}

.store__top-right-link::after {
	width: calc(20 / 390 * 100vw);
	height: calc(20 / 390 * 100vw);
}

.store__top-right-link-1 {
	margin-top: calc(30 / 390 * 100vw);
}
.store__top-right-link-2 {
	margin-top: calc(30 / 390 * 100vw);
}
.store__top-right-link-3 {
	margin-top: calc(10 / 390 * 100vw);
}

.store__top-right-text-right {
	margin-top: calc(10 / 390 * 100vw);
	font-size: calc(18 / 390 * 100vw);
}

.store__under {
	margin-top: calc(70 / 390 * 100vw);
	padding-bottom: calc(70 / 390 * 100vw);
}

.store__under-flex {
	flex-direction: column;
	gap: calc(35 / 390 * 100vw);
	padding-bottom: 0;
}

.store__under-flex-left {
	width: 100%;
}

.store__under-flex-left-title {
	font-size: calc(18 / 390 * 100vw);
	letter-spacing: 0;
	padding-bottom: calc(15 / 390 * 100vw);
	margin-top: calc(35 / 390 * 100vw);
}

.store__under-flex-left-title::after {
	width: calc(30 / 390 * 100vw);
	height: calc(1 / 390 * 100vw);
}

.store__under-flex-left-title::before {
	width: calc(80 / 390 * 100vw);
	height: calc(1 / 390 * 100vw);
}

.store__under-flex-left-text {
	margin-top: calc(30 / 390 * 100vw);
}

.store__under-flex-right {
	width: 100%;
}

.store__under-img-sp {
	display: block;
	width: 100vw;
	transform: translateX(-5.1vw);
}

.store-experience {
	padding-bottom: 20.5128205128vw;
}

.store-experience__section {
	margin-top: 12.8205128205vw;
}

.store-experience-flex {
	display: block;
}

.store-experience-flex-left {
	width: 100%;
}

.store-experience-text {
	margin-top: 10.2564102564vw;
}

.store-experience-flex-right {
	display: none;
}

.store-experience-content {
	margin-top: calc(70 / 390 * 100vw);
}

.store-experience-content-title {
	font-size: calc(20 / 390 * 100vw);
	letter-spacing: 0;
	line-height: calc(27 / 390 * 100vw);
}

.store-experience-content-text {
	margin-top: calc(15 / 390 * 100vw);
	font-size: calc(16 / 390 * 100vw);
	letter-spacing: calc(0.08 / 390 * 100vw);
	line-height: calc(32 / 390 * 100vw);
}

.store-experience-content-flex {
	flex-direction: column;
	gap: calc(60 / 390 * 100vw);
	width: calc(320 / 390 * 100vw);
	margin: calc(40 / 390 * 100vw) auto 0;
}

.store-experience-content-item {
	width: 100%;
}

.store-experience-content-item-img {
	width: 100%;
	height: calc(225 / 390 * 100vw);
}

.store-experience-content-item-category {
	margin-top: calc(13 / 390 * 100vw);
	font-size: calc(14 / 390 * 100vw);
	padding: calc(7 / 390 * 100vw) calc(12 / 390 * 100vw);
}

.store-experience-content-item-title {
	margin-top: calc(10 / 390 * 100vw);
	font-size: calc(20 / 390 * 100vw);
	line-height: calc(32 / 390 * 100vw);
	letter-spacing: calc(0.64 / 390 * 100vw);
}

.store-experience-content-item-text {
	margin-top: calc(15 / 390 * 100vw);
	font-size: calc(16 / 390 * 100vw);
	line-height: calc(28 / 390 * 100vw);
	letter-spacing: calc(1.6 / 390 * 100vw);
}

.store-experience-content-item-button {
	margin-top: calc(30 / 390 * 100vw);
}

.store-experience-content-item-button a {
	padding: calc(14 / 390 * 100vw) 0;
	width: calc(250 / 390 * 100vw);
}

.store-experience__button {
    margin-top: calc(80 / 390 * 100vw);
}

.store__under-2 {
	padding-bottom: calc(37 / 390 * 100vw);
}

.store-5__introduction {
	width: 100%;
	padding: calc(25 / 390 * 100vw) calc(15 / 390 * 100vw);
}

.store-5__introduction-top {
	flex-direction: column-reverse;
	gap: calc(30 / 390 * 100vw);
}

.store-5__introduction-top-left {
	width: 100%;
	height: calc(174 / 390 * 100vw);
}

.store-5__introduction-top-right {
	width: 100%;
}

.store-5__introduction-top-right-title {
	font-size: calc(18 / 390 * 100vw);
	letter-spacing: 0;
	padding-bottom: calc(15 / 390 * 100vw);
}

.store-5__introduction-top-right-title::before {
	width: calc(80 / 390 * 100vw);
	height: calc(1 / 390 * 100vw);
}
.store-5__introduction-top-right-title::after {
	width: calc(30 / 390 * 100vw);
	height: calc(1 / 390 * 100vw);
}

.store-5__introduction-top-right-text {
	margin-top: calc(30 / 390 * 100vw);
	font-size: calc(16 / 390 * 100vw);
	line-height: calc(24 / 390 * 100vw);
	letter-spacing: calc(1.2 / 390 * 100vw);
}

.store-5__introduction-under {
	margin-top: calc(50 / 390 * 100vw);
	flex-direction: column;
	gap: calc(20 / 390 * 100vw);
}

.store-5__introduction-under-left {
	width: 100%;
}

.store-5__introduction-under-left-text {
	font-size: calc(16 / 390 * 100vw);
	line-height: calc(24 / 390 * 100vw);
	letter-spacing: calc(0.8 / 390 * 100vw);
}

.store-5__introduction-under-img {
	width: 100%;
}

.store-5__shinamatsuri {
	margin-top: calc(102 / 390 * 100vw);
	margin-bottom: calc(70 / 390 * 100vw);
	padding: 0;
}

.store-5__shinamatsuri::after {
	width: calc(265 / 390 * 100vw);
	height: calc(211 / 390 * 100vw);
	top: calc(-32 / 390 * 100vw);
}

.store-5__shinamatsuri-text-1 {
	font-size: calc(18 / 390 * 100vw);
	letter-spacing: calc(0.9 / 390 * 100vw);
}

.store-5__shinamatsuri-text-1 span {
	font-size: calc(22 / 390 * 100vw);
	letter-spacing: calc(1.1 / 390 * 100vw);
}

.store-5__shinamatsuri-title {
	margin-top: calc(4 / 390 * 100vw);
	font-size: calc(30 / 390 * 100vw);
	line-height: calc(43 / 390 * 100vw);
}

.store-5__shinamatsuri-text-2 {
	margin-top: calc(19 / 390 * 100vw);
	font-size: calc(16 / 390 * 100vw);
	line-height: calc(24 / 390 * 100vw);
	letter-spacing: calc(0.08 / 390 * 100vw);
}

.store-5__shinamatsuri-button-container {
	margin-top: calc(60 / 390 * 100vw);
	height: calc(55 / 390 * 100vw);
}

.store-5__shinamatsuri-img {
	display: none;
}

.page-top {

}

.page-top .inner {
	padding-bottom: calc(50 / 390 * 100vw);
}

.page-top-en {
	font-size: calc(14 / 390 * 100vw);
	line-height: calc(20 / 390 * 100vw);
}

.page-top-jp {
	margin-top: calc(10 / 390 * 100vw);
	font-size: calc(28 / 390 * 100vw);
	line-height: calc(50 / 390 * 100vw);
	letter-spacing: calc(2.8 / 390 * 100vw);
}

.single-news__content h2 {
	margin: calc(15 / 390 * 100vw) 0 calc(10 / 390 * 100vw);
	font-size: calc(20 / 390 * 100vw);
	line-height: calc(28 / 390 * 100vw);
	letter-spacing: calc(1 / 390 * 100vw);
	padding-bottom: calc(10 / 390 * 100vw);
	position: relative;
}

.single-news__content h2::before {
	height: calc(1 / 390 * 100vw);
}

.single-news__content h2::after {
	width: calc(88 / 390 * 100vw);
	height: calc(1 / 390 * 100vw);
}

.single-news__content h3 {
	margin: calc(15 / 390 * 100vw) 0 calc(10 / 390 * 100vw);
	font-size: calc(18 / 390 * 100vw);
	line-height: calc(24 / 390 * 100vw);
	letter-spacing: calc(0.9 / 390 * 100vw);
	padding-left: calc(15 / 390 * 100vw);
}

.single-news__content h3::after {
	width: calc(3 / 390 * 100vw);
	height: calc(24 / 390 * 100vw);
}

}

@keyframes fadeUpAnime {

0% {
	opacity: 0;
	transform: translateY(100px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes slideIn {

from {
	opacity: 0;
	transform: translateX(-20px);
}

to {
	opacity: 1;
	transform: translateX(0);
}

}

@keyframes slideOut {

from {
	opacity: 1;
	transform: translateX(0);
}

to {
	opacity: 0;
	transform: translateX(-20px);
}

}

@keyframes appear {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes disappear {

from {
	clip-path: circle(75% at 50% 50%);
}

to {
	clip-path: circle(0% at 50% 50%);
}

}

.wpcf7-list-item {
	margin: 0;
}

.contact__form-check-item .wpcf7-list-item  {
	display: block;
	width: 100%;
	margin-top: min(0.6944444444vw, 10px);
}

.wpcf7-spinner {
	display: none;
}

@media (max-width: 767px) {
	.contact__form-check-item .wpcf7-list-item  {
		margin-top: 2.5641025641vw;
	}
}

.not-found {
	padding: min(9.7222222222vw, 140px) 0;
	text-align: center;
}

.not-found__title {
	font-size: min(2.2222222222vw, 32px);
	font-weight: 600;
	line-height: min(3.1944444444vw, 46px);
}

.not-found__text {
	font-size: min(1.25vw, 18px);
	letter-spacing: min(0.125vw, 1.8px);
	line-height: normal;
	margin-top: min(2.0833333333vw, 30px);
}

.not-found__button {
	margin-top: min(2.7777777778vw, 40px);
	text-align: center;
}

@media (max-width: 767px) {
	.not-found {
		padding: 20.5128205128vw 0;
	}
	
	.not-found__title {
		font-size: 5.641025641vw;
		line-height: 8.2051282051vw;
	}
	
	.not-found__text {
		font-size: 4.1025641026vw;
		letter-spacing: 0.3076923077vw;
		line-height: 6.1538461538vw;
		margin-top: 7.6923076923vw;
		text-align: left;
	}
	
	.not-found__button {
		margin-top: 7.6923076923vw;
	}
}