* {
	box-sizing: border-box;
}

body {
	font-family: "Prompt", "Noto Sans JP", sans-serif;
}

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

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

a {
	display: inline-block;
	transition-duration: 0.7s;
}

a:hover {
	opacity: 0.7;
}

.sp-only {
	display: none !important;
}

@font-face {
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/%E8%8A%B1%E3%81%A8%E3%81%A1%E3%82%87%E3%81%86%E3%81%A1%E3%82%87.ttf") format("truetype");
	font-family: "Hanato Choucho";
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/FuturaCyrillicLight.ttf") format("truetype");
	font-family: "Futura PT";
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/FuturaCyrillicBook.ttf") format("truetype");
	font-family: "Futura PT";
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/FuturaCyrillicMedium.ttf") format("truetype");
	font-family: "Futura PT";
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 600;
	src: url("../fonts/FuturaCyrillicDemi.ttf") format("truetype");
	font-family: "Futura PT";
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/FuturaCyrillicBold.ttf") format("truetype");
	font-family: "Futura PT";
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 800;
	src: url("../fonts/FuturaCyrillicExtraBold.ttf") format("truetype");
	font-family: "Futura PT";
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 900;
	src: url("../fonts/FuturaCyrillicHeavy.ttf") format("truetype");
	font-family: "Futura PT";
	font-display: swap;
}

.place-hero {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	overflow: hidden;
	background: #e68500;
}

.place-hero__background {
	display: flex;
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	align-items: flex-end;
	width: 100%;
	height: 100%;
}

.place-hero__image {
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: bottom;
	display: block;
	object-position: bottom;
}

.place-hero__content {
	display: flex;
	z-index: 3;
	position: relative;
	flex: 1;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: #fff;
	text-align: center;
}

.place-hero__title {
	padding-top: 7.9861111111vw;
	color: #fff;
	font-weight: 300;
	font-size: 8.3333333333vw;
	line-height: 1.42;
	font-family: "Futura PT", "Futura", "Prompt", "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
}

.place-hero__subtitle {
	margin-bottom: 17.7777777778vw;
	color: #fff;
	font-weight: 300;
	font-size: 3.3333333333vw;
	line-height: 0.79;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
}

/**
 * Area Section
 */

.place-area {
	position: relative;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	background: #fff5e8;
}

.place-area__wrapper {
	position: relative;
	width: 100vw;
	height: 57.0138888889vw;
	margin: 0 auto;
}

.place-area__background {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 57.0138888889vw;
}

.place-area__image {
	width: auto;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: left center;
	display: block;
	object-position: left center;
}

.place-area__image--pc {
	width: 100vw;
	height: 57.0138888889vw;
}

.place-area__image--sp {
	display: none;
}

.place-area__lines {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 57.0138888889vw;
	pointer-events: none;
}

.place-area__lines line {
	stroke: #003c88;
	stroke-width: 1;
}

.place-area__content {
	display: flex;
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100vw;
	height: 57.0138888889vw;
}

.place-area__title {
	padding-top: 5.5555555556vw;
	padding-left: 11.8055555556vw;
	color: #003c88;
	font-weight: 300;
	font-size: 4.8611111111vw;
	line-height: 1;
	font-family: "Futura PT", "Futura", "Prompt", "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
}

.place-area__subtitle {
	padding-left: 11.8055555556vw;
	color: #003c88;
	font-weight: 400;
	font-size: 1.1111111111vw;
	line-height: 1.6;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
}

.place-area__text {
	display: none;
}

.place-area__text-line {
	display: none;
}

/**
 * Offices List (PC版のみ)
 */

.place-area__offices {
	display: flex;
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 57.0138888889vw;
	padding: 0;
	pointer-events: none;
}

.place-area__offices-left {
	display: flex;
	position: absolute;
	top: 16.5972222222vw;
	left: 11.8055555556vw;
	flex-direction: column;
	pointer-events: auto;
}

.place-area__offices-right {
	display: flex;
	position: absolute;
	top: 9.4444444444vw;
	right: 11.8055555556vw;
	flex-direction: column;
	pointer-events: auto;
}

.place-area__office-btn {
	position: relative;
	width: 12.5vw;
	height: 2.7083333333vw;
	margin-bottom: 1.0416666667vw;
	border-top: 1px solid #003c88;
	border-right: 1px solid #003c88;
	border-bottom: 2px solid #003c88;
	border-left: 1px solid #003c88;
	border-radius: 1.3888888889vw;
	background: #fff;
	box-shadow: 0 2px 0 0 #003c88;
	color: #003c88;
	font-weight: 500;
	font-size: 1.3194444444vw;
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	pointer-events: auto;
	transition: background-color 0.1s, color 0.1s;
}

.place-area__office-btn:hover {
	border-top-color: #003c88;
	background: #003c88;
	box-shadow: 0 2px 0 0 #003c88;
	color: #fff;
}

/**
 * Mobile Offices List Section
 */

.place-mobile-offices {
	display: none;
}

/**
 * Benefits Section
 */

.place-benefits {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 5.5555555556vw 0;
	background: #e68500;
}

.place-benefits__content {
	width: 100%;
	padding: 0 11.8055555556vw;
}

.place-benefits__title {
	color: #fff;
	font-style: normal;
	font-weight: 300;
	font-size: 4.8611111111vw;
	line-height: 1.2;
	font-family: "Futura PT", "Futura", "Prompt", "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.place-benefits__subtitle {
	margin-bottom: 3.4722222222vw;
	color: #fff;
	font-weight: 500;
	font-size: 1.1111111111vw;
	line-height: 1.6;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.place-benefits__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.7777777778vw;
}

.place-benefits__item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	cursor: pointer;
	transition: opacity 0.3s ease;
}

.place-benefits__item:hover {
	opacity: 0.9;
}

.place-benefits__image-wrapper-wrapper {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 1.1111111111vw;
}

.place-benefits__image-shadow {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateY(4px);
	border-radius: 2.0833333333vw;
	background-color: #003c88;
	pointer-events: none;
}

.place-benefits__image-wrapper {
	display: flex;
	z-index: 1;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	overflow: hidden;
	border-radius: 2.0833333333vw;
}

.place-benefits__image-wrapper::after {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateY(4px);
	border-radius: 2.0833333333vw;
	background-color: #003c88;
	content: "";
	pointer-events: none;
}

.place-benefits__image {
	position: relative;
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	display: block;
	z-index: 1;
	object-fit: contain;
	border-radius: 2.0833333333vw;
}

.place-benefits__caption {
	position: relative;
	padding-left: 0.8333333333vw;
	color: #fff;
	font-weight: 400;
	font-size: 1.3194444444vw;
	line-height: 1.6;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	text-align: start;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.place-benefits__caption::before {
	position: absolute;
	top: -1px;
	left: 0;
	content: "|";
	color: #fff;
}

/**
 * Modal
 */

.place-modal {
	display: flex;
	visibility: hidden;
	z-index: 10002;
	position: fixed;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.3s, visibility 0.3s;
	will-change: opacity, visibility;
}

.place-modal.is-open {
	visibility: visible;
	opacity: 1;
}

.place-modal__overlay {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.place-modal__content {
	display: flex;
	z-index: 2;
	position: relative;
	flex-direction: column;
	width: 76.3888888889vw;
	overflow: hidden;
	border-radius: 4.1666666667vw;
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.place-modal__header {
	height: 4.8611111111vw;
	background: #fff;
}

.place-modal__label {
	display: flex;
	position: relative;
	align-items: center;
}

.place-modal__label .place-modal__close {
	z-index: 10;
	position: absolute;
	top: 50%;
	right: 4.1666666667vw;
	width: 2.0833333333vw;
	height: 2.0833333333vw;
	margin-left: auto;
	transform: translateY(-50%);
	border-radius: 50%;
	background: #fff;
}

.place-modal__label .place-modal__close .place-modal__close-icon {
	width: 2.0833333333vw;
	height: 2.0833333333vw;
}

.place-modal__label-text {
	width: 68.0555555556vw;
	margin: 0;
	padding: 0.8333333333vw 0 0.8333333333vw 4.1666666667vw;
	background: #e68500;
	color: #fff;
	font-weight: 400;
	font-size: 3.3333333333vw;
	font-family: "Noto Sans JP", sans-serif;
}

.place-modal__label-text .place-modal__close {
	display: flex;
	position: absolute;
	top: 50%;
	right: 0;
	align-items: center;
	justify-content: center;
	width: 2.0833333333vw;
	height: 2.0833333333vw;
	margin-left: auto;
	padding: 0;
	transform: translateY(-50%);
	border: none;
	background: #fff;
	cursor: pointer;
}

.place-modal__label-text .place-modal__close .place-modal__close-icon {
	width: 2.7777777778vw;
	height: 2.7777777778vw;
	-o-object-fit: contain;
	display: block;
	object-fit: contain;
}

.place-modal__label-text .place-modal__close:hover {
	opacity: 0.8;
}

.place-modal__body {
	display: flex;
	flex: 1;
	flex-direction: row;
	padding: 3.4722222222vw 4.1666666667vw 4.8611111111vw 4.1666666667vw;
	overflow-y: auto;
}

.place-modal__left {
	display: flex;
	flex-direction: column;
}

.place-modal__right {
	display: flex;
	flex-direction: column;
	padding: 0 0 0 2.7777777778vw;
}

.place-modal__image {
	width: 100%;
	margin-bottom: 1.3888888889vw;
}

.place-modal__image img {
	width: 25.0694444444vw;
	height: 19.6527777778vw;
	-o-object-fit: cover;
	object-fit: cover;
	transition: opacity 0.2s;
	will-change: opacity;
}

.place-modal__image img[src=""] {
	opacity: 0;
}

.place-modal__image img.loading {
	opacity: 0;
}

.place-modal__image img.loaded {
	opacity: 1;
}

.place-modal__info {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.place-modal__info-item {
	display: flex;
	flex-direction: column;
}

.place-modal__info-label {
	position: relative;
	margin: 0;
	padding-left: 0.8333333333vw;
	color: #e68500;
	font-weight: 700;
	font-size: 1.3194444444vw;
	line-height: 1.6;
	font-family: "Noto Sans JP", sans-serif;
}

.place-modal__info-label::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	background: #e68500;
	content: "";
}

.place-modal__info-value {
	margin: 0;
	margin-bottom: 2.0833333333vw;
	padding-left: 0.8333333333vw;
	color: #333;
	font-weight: 400;
	font-size: 1.1111111111vw;
	line-height: 1.6;
	font-family: "Noto Sans JP", sans-serif;
}

.place-modal__address {
	margin-bottom: 20px;
}

.place-modal__address-text {
	margin: 0;
	color: #333;
	font-weight: 400;
	font-size: 1.1111111111vw;
	line-height: 1.6;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
}

.place-modal__contact {
	display: flex;
	flex-direction: column;
	margin-top: auto;
}

.place-modal__contact-item {
	display: flex;
	align-items: center;
	gap: 8px;
}

.place-modal__contact-label {
	margin: 0;
	color: #333;
	font-weight: 700;
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
}

.place-modal__contact-value {
	margin: 0;
	color: #333;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
}

.place-modal__map {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 0;
	gap: 8px;
}

.place-modal__map-icon {
	width: 1.8236111111vw;
	height: 2.7083333333vw;
	-o-object-fit: contain;
	display: block;
	flex-shrink: 0;
	object-fit: contain;
}

.place-modal__map-link {
	display: inline-flex;
	z-index: 1;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 22.1527777778vw;
	height: 2.7083333333vw;
	margin: 0 auto;
	border: 1px solid #003c88;
	border-bottom: 2px solid #003c88;
	border-radius: 1.3888888889vw;
	background: #fff;
	box-shadow: 0 2px 0 0 #003c88;
	color: #003c88;
	font-weight: 400;
	font-size: 1.3194444444vw;
	font-family: "Noto Sans JP", sans-serif;
	text-decoration: none;
	transition: background-color 0.1s, color 0.1s;
}

.place-modal__map-link:hover {
	background: #003c88;
	box-shadow: 0 2px 0 0 #003c88;
	color: #fff;
}

.place-modal__nav {
	display: flex;
	z-index: 3;
	position: absolute;
	top: 50%;
	align-items: center;
	justify-content: center;
	width: 3.3333333333vw;
	height: 3.3333333333vw;
	padding: 0;
	transform: translateY(-50%);
	border-radius: 50%;
	cursor: pointer;
	transition: background-color 0.2s;
}

.place-modal__nav--prev {
	right: calc(50% + 38.1944444444vw + 3.3333333333vw);
	left: auto;
}

.place-modal__nav--next {
	right: auto;
	left: calc(50% + 38.1944444444vw + 3.3333333333vw);
}

.place-modal__nav-icon {
	display: block;
	width: 1.6666666667vw;
	height: 1.875vw;
	-o-object-fit: contain;
	object-fit: contain;
}

.place-modal__nav-icon path {
	fill: #fff;
}

.place-modal__nav--prev .place-modal__nav-icon {
	transform: rotate(180deg);
}

/**
 * Benefit Modal
 */

.place-benefit-modal {
	display: flex;
	visibility: hidden;
	z-index: 10001;
	position: fixed;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.3s, visibility 0.3s;
}

.place-benefit-modal.is-open {
	visibility: visible;
	opacity: 1;
}

.place-benefit-modal__overlay {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.place-benefit-modal__content {
	z-index: 2;
	position: relative;
	width: 76.3888888889vw;
	overflow: visible;
	border-radius: 2.0833333333vw;
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	transition: transform 0.3s;
}

.place-benefit-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 4.8611111111vw;
	border-radius: 2.0833333333vw 2.0833333333vw 0 0;
	background: #fff;
}

.place-benefit-modal__title {
	margin: 0;
	color: #fff;
	font-weight: 400;
	font-size: 1.3888888889vw;
	font-family: "Noto Sans JP", sans-serif;
}

.place-benefit-modal__close {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 2.0833333333vw;
	height: 2.0833333333vw;
	margin-right: 4.1666666667vw;
	padding: 0;
	border: none;
	background: #fff;
	color: #000;
	cursor: pointer;
}

.place-benefit-modal__close:hover {
	opacity: 0.8;
}

.place-benefit-modal__close-icon {
	position: relative;
	width: 2.0833333333vw;
	height: 2.0833333333vw;
	-o-object-fit: contain;
	display: block;
	object-fit: contain;
}

.place-benefit-modal__label {
	display: flex;
	position: relative;
	align-items: center;
}

.place-benefit-modal__label-text {
	flex-shrink: 0;
	width: 68.0555555556vw;
	margin: 0;
	padding: 0.8333333333vw 0 0.8333333333vw 4.1666666667vw;
	background: #e68500;
	color: #fff;
	font-weight: 400;
	font-size: 3.3333333333vw;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
}

.place-benefit-modal__label .place-benefit-modal__close {
	position: absolute;
	top: 50%;
	right: 0;
	margin-left: auto;
	transform: translateY(-50%);
	background: #fff;
}

.place-benefit-modal__label .place-benefit-modal__close .place-benefit-modal__close-icon {
	width: 2.7777777778vw;
	height: 2.7777777778vw;
}

.place-benefit-modal__body {
	display: flex;
	position: relative;
	padding: 3.4722222222vw 4.1666666667vw 4.8611111111vw 4.0277777778vw;
}

.place-benefit-modal__left {
	display: flex;
	flex-direction: column;
}

.place-benefit-modal__right {
	display: flex;
	flex-direction: column;
	padding-left: 3.8194444444vw;
}

.place-benefit-modal__image {
	width: 24.1666666667vw;
	height: 27.5vw;
	-o-object-fit: contain;
	margin-bottom: 0;
	object-fit: contain;
}

.place-benefit-modal__image img {
	display: block;
	width: 100%;
	height: auto;
}

.place-benefit-modal__image-img {
	display: block;
	z-index: 10002;
	position: relative;
	width: 100%;
	height: auto;
}

.place-benefit-modal__sections {
	display: flex;
	flex-direction: column;
	gap: 1.6666666667vw;
}

.place-benefit-modal__section {
	display: flex;
	flex-direction: column;
}

.place-benefit-modal__section-title {
	position: relative;
	margin: 0;
	padding-left: 0.8333333333vw;
	color: #e68500;
	font-weight: 700;
	font-size: 1.3194444444vw;
	line-height: 1.6;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
}

.place-benefit-modal__section-title::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 4px;
	background: #e68500;
	content: "";
}

.place-benefit-modal__section-content {
	margin: 0;
	color: #333;
	font-weight: 400;
	font-size: 1.1111111111vw;
	line-height: 1.8;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
}

.place-benefit-modal__paragraph {
	margin: 0;
	margin-bottom: 0.6944444444vw;
	color: #333;
	font-weight: 400;
	font-size: 1.1111111111vw;
	line-height: 1.3;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {

.pc-only {
	display: none !important;
}

.sp-only {
	display: block !important;
}

.place-hero__image {
	width: 168.6666666667vw;
	margin-left: -12.5333333333vw;
}

.place-hero__content {
	align-items: flex-start;
	padding: 0 0 0 5.3333333333vw;
	text-align: left;
}

.place-hero__title {
	margin-top: 30.6666666667vw;
	font-weight: 300;
	font-size: 21.3333333333vw;
	line-height: 1;
}

.place-hero__subtitle {
	margin-bottom: 51.8666666667vw;
	font-weight: 300;
	font-size: 8vw;
	line-height: 2;
}

.place-area {
	overflow-x: hidden;
	background: #fff5e8;
}

.place-area__wrapper {
	width: 100%;
	min-width: 100%;
	height: auto;
	min-height: auto;
	margin: 0;
}

.place-area__background {
	right: auto;
	left: 0;
	width: auto;
	min-width: 100%;
	height: 100%;
}

.place-area__image--pc {
	display: none;
}

.place-area__image--sp {
	display: block;
	width: auto;
	min-width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: left center;
	object-position: left center;
}

.place-area__lines {
	display: none;
}

.place-area__content {
	display: block;
	position: relative;
	width: 100%;
	min-width: 100%;
	height: auto;
	padding: 13.3333333333vw 5.3333333333vw 10.6666666667vw 5.3333333333vw;
}

.place-area__title {
	margin: 0 0 1.3333333333vw 0;
	padding: 0;
	font-weight: 300;
	font-size: 13.3333333333vw;
}

.place-area__subtitle {
	margin-bottom: 8vw;
	padding: 0;
	font-size: 4.2666666667vw;
}

.place-area__text {
	display: flex;
	flex-direction: column;
}

.place-area__text-line {
	display: block;
	color: #2d3042;
	font-weight: 300;
	font-size: 8vw;
	line-height: 1.4;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
}

.place-area__offices {
	display: none;
}

.place-mobile-offices {
	display: block;
	padding-top: 10.6666666667vw;
	background: #fff5e8;
}

.place-mobile-offices__content {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 5.3333333333vw;
}

.place-mobile-offices__group {
	padding-bottom: 9.3333333333vw; /* 80(design) - 10(item margin bottom) */
}

.place-mobile-offices__region {
	margin: 0 0 2.6666666667vw 0;
	padding-left: 1.6vw;
	color: #003c88;
	font-weight: 400;
	font-size: 6.1333333333vw;
	line-height: 1.6;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
}

.place-mobile-offices__buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 4vw;
}

.place-mobile-offices__btn-wrapper {
	display: block;
	position: relative;
	width: 42.6666666667vw;
}

.place-mobile-offices__btn-shadow {
	z-index: 0;
	position: absolute;
	top: 1px;
	left: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border-radius: 9.3333333333vw;
	background-color: #003c88;
	pointer-events: none;
}

.place-mobile-offices__btn {
	display: inline-flex;
	z-index: 1;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 42.6666666667vw;
	height: 10.4vw;
	margin-bottom: 1.3333333333vw;
	border: 1px solid #003c88;
	border-radius: 9.3333333333vw;
	background: #fff;
	color: #003c88;
	font-weight: 500;
	font-size: 4.8vw;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	transition: all 0.1s;
}

.place-mobile-offices__btn:hover {
	transform: translateY(-1px);
	background: #003c88;
	color: #fff;
}

.place-mobile-offices__btn:hover ~ .place-mobile-offices__btn-shadow {
	transform: translateY(2px);
}

.place-mobile-offices__btn:active {
	opacity: 0.9;
}

.place-benefits {
	padding: 10.6666666667vw 0 8vw 0;
}

.place-benefits__content {
	padding: 0 5.3333333333vw;
}

.place-benefits__title {
	font-weight: 300;
	font-size: 13.3333333333vw;
	text-align: center;
}

.place-benefits__subtitle {
	margin-bottom: 8vw;
	font-weight: 500;
	font-size: 4.2666666667vw;
	text-align: center;
}

.place-benefits__grid {
	grid-template-columns: 1fr;
	gap: 4vw;
}

.place-benefits__image-wrapper-wrapper {
	width: 89.4666666667vw;
	margin-bottom: 4vw;
}

.place-benefits__image-shadow {
	transform: translateY(4px);
	border-radius: 9.3333333333vw;
}

.place-benefits__image-wrapper::after {
	transform: translateY(4px);
	border-radius: 9.3333333333vw;
}

.place-benefits__image-wrapper {
	border-radius: 9.3333333333vw;
}

.place-benefits__image {
	border-radius: 9.3333333333vw;
}

.place-benefits__caption {
	margin-bottom: 8vw;
	margin-left: 1.6vw;
	font-weight: 400;
	font-size: 4.8vw;
	text-align: start;
}

.place-modal__content {
	display: flex;
	flex-direction: column;
	width: 89.4666666667vw;
	height: auto;
	max-height: 90vh;
	overflow: hidden;
	border-radius: 9.3333333333vw;
}

.place-modal__header {
	height: 9.3333333333vw;
	border-radius: 9.3333333333vw 9.3333333333vw 0 0;
}

.place-modal__label {
	padding: 0;
}

.place-modal__label .place-modal__close {
	right: 5.3333333333vw;
	width: 4vw;
	height: 4vw;
}

.place-modal__label .place-modal__close .place-modal__close-icon {
	width: 4vw;
	height: 4vw;
}

.place-modal__label-text {
	width: 76.1333333333vw;
	margin: 0;
	padding: 1.0666666667vw 0 1.0666666667vw 5.3333333333vw;
	font-weight: 400;
	font-size: 6.1333333333vw;
}

.place-modal__label-text .place-modal__close {
	right: 5.3333333333vw;
	width: 4vw;
	height: 4vw;
}

.place-modal__label-text .place-modal__close .place-modal__close-icon {
	width: 4vw;
	height: 4vw;
}

.place-modal__body {
	flex: 1;
	flex-direction: column;
	min-height: 0;
	padding: 0;
	overflow-y: auto;
	gap: 0;
}

.place-modal__left {
	width: 100%;
	padding: 0;
}

.place-modal__right {
	width: 100%;
	padding: 8vw 5.3333333333vw 0 5.3333333333vw;
}

.place-modal__image {
	width: 76.1333333333vw;
	height: 40.9333333333vw;
	margin: 0;
}

.place-modal__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.place-modal__info-label {
	margin-bottom: 1.3333333333vw;
	padding-left: 1.6vw;
	font-size: 3.7333333333vw;
}

.place-modal__info-value {
	margin-bottom: 4vw;
	font-size: 3.2vw;
}

.place-modal__address {
	margin-bottom: 0;
	padding: 0 5.1282051282vw;
}

.place-modal__address-text {
	margin: 4vw 5.3333333333vw 4vw 0;
	font-size: 3.2vw;
}

.place-modal__contact {
	margin-top: 0;
	padding: 0 5.3333333333vw;
}

.place-modal__contact-item {
	gap: 1.5384615385vw;
}

.place-modal__contact-label {
	font-size: 0.8333333333vw;
}

.place-modal__contact-value {
	font-size: 0.9722222222vw;
}

.place-modal__map {
	margin-top: 0;
	padding: 0 5.3333333333vw;
	gap: 0.8vw;
}

.place-modal__map-icon {
	width: 4.488vw;
	height: 6.6666666667vw;
	margin-right: 1.3333333333vw;
}

.place-modal__map-link {
	width: 71.6vw;
	height: 6.6666666667vw;
	margin: 0;
	border-radius: 5.3333333333vw;
	font-size: 3.7333333333vw;
}

.place-modal__map-link::after {
	transform: translateY(4px);
	border-radius: 5.3333333333vw;
}

.place-modal__nav {
	display: none;
}

.place-benefit-modal__content {
	display: flex;
	flex-direction: column;
	width: 89.4666666667vw;
	height: auto;
	max-height: 80vh;
	overflow: hidden;
	border-radius: 9.3333333333vw;
}

.place-benefit-modal__header {
	height: 9.3333333333vw;
	border-radius: 9.3333333333vw 9.3333333333vw 0 0;
}

.place-benefit-modal__title {
	font-size: 1.25vw;
}

.place-benefit-modal__close {
	width: 4vw;
	height: 4vw;
	margin-right: 5.3333333333vw;
}

.place-benefit-modal__close-icon {
	right: 2.6666666667vw;
	width: 3.7333333333vw;
	height: 3.7333333333vw;
}

.place-benefit-modal__label {
	padding: 0;
}

.place-benefit-modal__label-text {
	width: 76.1333333333vw;
	padding: 1.0666666667vw 0 1.0666666667vw 5.3333333333vw;
	font-weight: 400;
	font-size: 6.1333333333vw;
}

.place-benefit-modal__label .place-benefit-modal__close {
	right: 2.6666666667vw;
	width: 5.3333333333vw;
	height: 5.3333333333vw;
	margin-right: 0;
}

.place-benefit-modal__label .place-benefit-modal__close .place-benefit-modal__close-icon {
	right: 2.7777777778vw;
	width: 3.7333333333vw;
	height: 3.7333333333vw;
}

.place-benefit-modal__body {
	flex: 1;
	flex-direction: column;
	min-height: 0;
	padding: 0;
	overflow-y: auto;
	gap: 0;
}

.place-benefit-modal__left {
	width: 100%;
	padding: 0;
}

.place-benefit-modal__right {
	width: 100%;
	padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
}

.place-benefit-modal__image {
	width: 76.1333333333vw;
	height: 40.9333333333vw;
	margin: 0;
}

.place-benefit-modal__image img {
	width: 100%;
	height: 100%;
	border-radius: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.place-benefit-modal__image-img {
	border-radius: 0;
}

.place-benefit-modal__sections {
	padding: 0;
	gap: 0;
}

.place-benefit-modal__section {
	margin-bottom: 4vw;
}

.place-benefit-modal__section-title {
	margin-bottom: 1.3333333333vw;
	padding: 0;
	font-size: 3.7333333333vw;
}

.place-benefit-modal__section-title::before {
	display: none;
	content: "";
}

.place-benefit-modal__section-content {
	font-size: 3.2vw;
	line-height: 1.7;
}

.place-benefit-modal__paragraph {
	margin-bottom: 4vw;
	font-size: 3.2vw;
	line-height: 1.6;
}

}

