body {
	font-family: "Noto Serif JP", serif;
}

body {
	font-weight: 500;
}

body {
	color: #3F3831;
}

.u-desktop {
	display: none;
}

.u-tablet {
	display: none;
}

.message {
	padding: 50px 16px;
	position: relative;
}

.message__inner {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

.message__inner__content {
	width: 100%;
}

.message__inner__title {
	font-size: clamp(20px, 6.9333333333vw, 32px);
	font-weight: 600;
	line-height: 1.1;
	color: #56B6A8;
	font-family: "Noto Serif JP", serif;
	margin-bottom: clamp(20px, 5.3333333333vw, 30px);
}

.message__inner__text {
	font-size: clamp(14px, 3.7333333333vw, 16px);
	font-weight: 400;
	line-height: 1.8;
	font-family: "Noto Sans JP", sans-serif;
	margin-bottom: clamp(20px, 5.3333333333vw, 30px);
}

.message__inner__name {
	font-size: clamp(14px, 3.7333333333vw, 16px);
	font-weight: 400;
	line-height: 1;
	font-family: "Noto Serif JP", serif;
	display: flex;
	align-items: center;
	gap: 0.75rem;
	justify-content: flex-end;
}

.message__inner__name img {
	width: clamp(100px, 32vw, 180px);
}

.history {
	padding: clamp(50px, 21.3333333333vw, 150px) 16px clamp(50px, 16vw, 60px);
	position: relative;
}

.history::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(314.95deg, #BCEADD 51.71%, #FBF4D2 134.21%);
	opacity: 0.75;
	z-index: -1;
}

.history__inner__title {
	margin-bottom: clamp(20px, 1.5rem, 36px);
	font-size: clamp(20px, 6.9333333333vw, 32px);
	font-weight: 600;
	line-height: 1.1;
	color: #56B6A8;
	font-family: "Noto Serif JP", serif;
	position: relative;
}

.history__inner__title::before {
	content: attr(data-en);
	position: absolute;
	font-size: clamp(20px, 6.9333333333vw, 32px);
	font-weight: 400;
	line-height: 1.1;
	font-family: "Allura", cursive;
	color: #3F3831;
	background: linear-gradient(273.06deg, #43AA81 39.27%, #B6DA9C 125.5%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0.45;
	transform: rotate(-12deg);
	left: -2%;
	top: -100%;
}

.history__swiper__item {
	background: linear-gradient(93.06deg, #57B7A9 39.27%, #B6DA9C 125.5%);
	border-radius: 10px;
	padding: clamp(16px, 2.6041666667vw, 30px) clamp(20px, 3.125vw, 36px);
	height: clamp(160px, 48vw, 210px);
	color: #fff;
	box-sizing: border-box;
}

.history__swiper__item__date {
	font-size: clamp(16px, 5.3333333333vw, 28px);
	font-weight: 600;
	line-height: 1.1;
	font-family: "Noto Sans JP", sans-serif;
	margin-bottom: clamp(12px, 4.2666666667vw, 24px);
}

.history__swiper__item__date span {
	font-size: clamp(14px, 3.7333333333vw, 16px);
	font-weight: 400;
	line-height: 1.1;
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
	display: block;
}

.history__swiper__item__text {
	font-size: clamp(14px, 3.7333333333vw, 16px);
	font-weight: 600;
	line-height: 1.5;
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
}

.history__swiper__controls {
	display: flex;
	gap: clamp(15px, 6.4vw, 36px);
	align-items: center;
	margin-top: clamp(18px, 6.4vw, 36px);
}

.history__swiper__controls__buttons {
	display: flex;
	gap: 0.9375rem;
}

.history__swiper__controls__buttons .swiper-button-next .swiper-navigation-icon,
.history__swiper__controls__buttons .swiper-button-prev .swiper-navigation-icon {
	display: none;
}

.history__swiper__controls__buttons .swiper-button-next,
.history__swiper__controls__buttons .swiper-button-prev {
	width: clamp(30px, 9.3333333333vw, 69px);
	height: clamp(30px, 9.3333333333vw, 69px);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	transform: translateY(-50%);
}

.history__swiper__controls__buttons .swiper-button-next {
	background-image: url("../../images/company/slide_next_btn.svg");
}

.history__swiper__controls__buttons { /* 前へボタン */
}

.history__swiper__controls__buttons .swiper-button-prev {
	background-image: url("../../images/company/slide_prev_btn.svg");
}

.history__swiper__controls__scrollbar {
	width: 100%;
}

.history__swiper__controls__scrollbar .swiper-scrollbar {
	background: transparent;
}

.history__swiper__controls__scrollbar .swiper-scrollbar .swiper-pagination-bullet {
	width: 5.8823529412%;
	height: 4px;
	background: #fff;
	border-radius: 0;
	opacity: 1;
	transition: width 0.3s ease-in-out;
	margin: 0;
}

.history__swiper__controls__scrollbar .swiper-scrollbar .swiper-pagination-bullet-active {
	background: #999999;
}

.detail {
	padding: clamp(50px, 21.3333333333vw, 150px) 16px clamp(50px, 16vw, 60px);
	position: relative;
}

.detail::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #F9F8F0;
	z-index: -1;
}

.detail__inner__title {
	margin-bottom: clamp(20px, 1.5rem, 36px);
	font-size: clamp(20px, 6.9333333333vw, 32px);
	font-weight: 600;
	line-height: 1.1;
	color: #3F3831;
	font-family: "Noto Serif JP", serif;
	position: relative;
}

.detail__inner__title::before {
	content: attr(data-en);
	position: absolute;
	font-size: clamp(20px, 6.9333333333vw, 32px);
	font-weight: 400;
	line-height: 1.1;
	font-family: "Allura", cursive;
	color: #3F3831;
	background: linear-gradient(273.06deg, #43AA81 39.27%, #B6DA9C 125.5%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0.45;
	transform: rotate(-12deg);
	left: -2%;
	top: -140%;
}

.detail__inner__content {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: clamp(10px, 0.625rem, 20px);
}

.detail__inner__content__item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
	gap: clamp(10px, 0.625rem, 16px);
	background-color: #fff;
	border-radius: 10px;
	font-family: "Noto Sans JP", sans-serif;
	color: #3F3831;
	padding: clamp(10px, 4.8vw, 24px) clamp(10px, 5.3333333333vw, 28px);
}

.detail__inner__content__item__title {
	font-size: clamp(16px, 4.2666666667vw, 20px);
	font-weight: 700;
	line-height: 1.2;
}

.detail__inner__content__item__text {
	font-size: clamp(14px, 3.7333333333vw, 16px);
	font-weight: 400;
	line-height: 1.2;
	color: #626262;
	width: 100%;
}

.detail__inner__content__item__text.flex {
	display: flex;
	align-items: flex-start;
	gap: clamp(8px, 0.5rem, 14px);
	flex-direction: column;
}

.detail__inner__content__item__text.flex .detail__inner__content__item__text__text {
	font-size: clamp(12px, 0.7291666667vw, 14px);
	font-weight: 400;
	line-height: 1.2;
	color: #626262;
}

.detail__inner__content__item__text__image {
	width: fit-content;
	position: relative;
	cursor: pointer;
}

.detail__inner__content__item__text__image .sign__img {
	width: 100%;
	object-fit: contain;
	width: 11.375rem;
}

.detail__inner__content__item__text__image .search__img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	width: 2.125rem;
	position: absolute;
	bottom: 0.625rem;
	right: 0;
	transform: translateX(1.2em);
	z-index: 2;
}

.detail__inner__content__item__text .map__link {
	display: flex;
	align-items: center;
	gap: 0.125rem;
	cursor: pointer;
	color: #626262;
	position: relative;
	font-size: clamp(12px, 0.7291666667vw, 14px);
}

.detail__inner__content__item__text .map__link img {
	width: 0.625rem;
}

.detail__inner__content__item__text .map__link::after {
	content: "";
	position: absolute;
	bottom: -0.0625rem;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #626262;
}

.detail__inner__content__item__text__list__item {
	margin-bottom: 1.6875rem;
}

.detail__inner__content__item__text__list__item__title {
	font-size: clamp(15px, 4.2666666667vw, 18px);
	font-weight: 700;
	line-height: 1.6;
	color: #3F3831;
	margin-bottom: clamp(6px, 1.6vw, 16px);
}

.detail__inner__content__item__text__list__item__text {
	font-size: clamp(12px, 3.7333333333vw, 15px);
	font-weight: 400;
	line-height: 1.6;
	color: #626262;
}

.detail__inner__content__item__text__list__item__text__content + .detail__inner__content__item__text__list__item__text__content {
	margin-top: 1.25rem;
}

.detail__inner__content__item__text__list__item__text__content__title {
	line-height: 1.6;
}

.detail__inner__content__item__text__list__item__text__content__text {
	line-height: 1.6;
}

.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	display: none;
	justify-content: center;
	align-items: center;
	padding: 1.25rem;
}

.modal__overlay.active {
	display: flex;
}

.modal__overlay__close {
	position: absolute;
	top: 0;
	right: 0;
	width: 2.125rem;
	height: 2.125rem;
	z-index: 1000;
	cursor: pointer;
}

.modal__overlay__close img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.modal__overlay .modal__content {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.modal__overlay .modal__content__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.modal__overlay .modal__content__inner__sign__img {
	height: 80vh;
	object-fit: contain;
}

.access {
	padding: 100px 16px;
	position: relative;
}

.access__inner__title {
	margin-bottom: clamp(20px, 1.5rem, 36px);
	font-size: clamp(20px, 6.9333333333vw, 32px);
	font-weight: 600;
	line-height: 1.1;
	color: #3F3831;
	font-family: "Noto Serif JP", serif;
	position: relative;
}

.access__inner__title::before {
	content: attr(data-en);
	position: absolute;
	font-size: clamp(20px, 6.9333333333vw, 32px);
	font-weight: 400;
	line-height: 1.1;
	font-family: "Allura", cursive;
	color: #3F3831;
	background: linear-gradient(273.06deg, #43AA81 39.27%, #B6DA9C 125.5%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0.45;
	transform: rotate(-12deg);
	left: -2%;
	top: -140%;
}

.access__inner__content {
	display: flex;
	flex-direction: column;
	gap: clamp(20px, 5.8666666667vw, 32px);
	width: 100%;
}

.access__inner__content__item {
	display: flex;
	justify-content: space-between;
	gap: 1.25rem;
	font-family: "Noto Sans JP", sans-serif;
	color: #3F3831;
	padding: clamp(20px, 6.4vw, 32px);
	position: relative;
}

.access__inner__content__item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #F9F8F0;
	border-radius: 10px;
	z-index: -1;
}

.access__inner__content__item__left {
	width: 100%;
	max-height: 6.875rem;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
}

.access__inner__content__item__left__title {
	font-size: clamp(20px, 6.9333333333vw, 32px);
	font-weight: 600;
	line-height: 1.1;
	color: #3F3831;
	font-family: "Noto Serif JP", serif;
	margin-bottom: clamp(10px, 2.6666666667vw, 16px);
}

.access__inner__content__item__left__text {
	font-size: clamp(14px, 4.2666666667vw, 18px);
	font-weight: 400;
	line-height: 1.1;
}

.access__inner__content__item__left__text span {
	display: block;
	line-height: 1.5;
	font-size: clamp(14px, 4.2666666667vw, 18px);
	font-weight: 400;
	color: #3F3831;
}

.access__inner__content__item__left__text span:nth-child(2) {
	font-size: clamp(14px, 4.2666666667vw, 18px);
	color: #F9F8F0;
}

.access__inner__content__item__left__inner {
	background-color: #fff;
	padding: 0.875rem 0.75rem;
	border-radius: 5px;
	margin-top: clamp(16px, 6.4vw, 32px);
	display: none;
}

.access__inner__content__item__left__inner__list {
	line-height: 1.8;
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
}

.access__inner__content__item__left__inner__list__item {
	display: flex;
	align-items: center;
	gap: 0.375rem;
}

.access__inner__content__item__left__inner__list__item img {
	width: 0.875rem;
	height: 0.875rem;
	object-fit: cover;
}

.access__inner__content__item__left__inner__list__item__text {
	font-size: clamp(14px, 4.2666666667vw, 18px);
	font-weight: 400;
	line-height: 1.1;
	color: #626262;
}

.access__inner__content__item__right {
	width: clamp(28px, 8.5333333333vw, 47px);
	border-radius: 10px;
	background: none;
	padding: unset;
	position: relative;
}

.access__inner__content__item__right__map {
	height: 0;
	width: 0;
	transition: height 0.3s ease-in-out, width 0.3s ease-in-out;
	opacity: 0;
}

.access__inner__content__item__right__toggle {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: clamp(28px, 8.5333333333vw, 47px);
	height: clamp(28px, 8.5333333333vw, 47px);
	object-fit: contain;
	cursor: pointer;
}

.access__inner__content__item.active {
	flex-direction: column;
}

.access__inner__content__item.active::before {
	background: linear-gradient(89.94deg, rgba(180, 217, 156, 0.3) -43.54%, #57B7A9 78.15%);
	opacity: 0.5;
}

.access__inner__content__item.active .access__inner__content__item__left {
	max-height: 100%;
	overflow: visible;
}

.access__inner__content__item.active .access__inner__content__item__left__text span:last-child {
	color: #3F3831;
}

.access__inner__content__item.active .access__inner__content__item__left__inner {
	display: block;
}

.access__inner__content__item.active .access__inner__content__item__right {
	padding: 0.3125rem;
	background-color: #fff;
	width: 100%;
	height: 12.5rem;
	width: 100%;
	aspect-ratio: 369/200;
}

.access__inner__content__item.active .access__inner__content__item__right__toggle {
	display: none;
}

.access__inner__content__item.active .access__inner__content__item__right__map {
	height: 100%;
	width: 100%;
	border-radius: 10px;
	opacity: 1;
	aspect-ratio: 369/266;
}

.lower__mv {
	position: relative;
	z-index: 1;
}

.lower__mv__inner {
	height: 260px;
	position: relative;
	background-image: url("../../images/lower/lower_mv_sp.webp");
	background-size: cover;
	background-position: 75% 70%;
	background-repeat: no-repeat;
	padding-top: 40px;
}

.lower__mv__inner .lower__mv__logo {
	width: fit-content;
	position: absolute;
	top: 0.8854166667vw;
	display: none;
}

.lower__mv__inner .lower__mv__logo a img {
	max-width: 323px;
	width: 16.8229166667vw;
	display: block;
}

.lower__mv__inner .lower__mv__content {
	padding: 50px 23px 25px;
}

.lower__mv__inner .lower__mv__content__title {
	font-size: clamp(40px, 3.3854166667vw, 65px);
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #454444;
}

.lower__mv__inner .lower__mv__content__subtitle {
	font-size: 16px;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	margin-top: clamp(16px, 1.4vw, 26px);
	color: #454444;
}

.lower__mv__inner .lower__mv__breadcrumbs {
	width: fit-content;
	min-width: 360px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0 5px 5px 0;
}

.lower__mv__inner .lower__mv__breadcrumbs__list {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 12px 36px 12px 40px;
}

.lower__mv__inner .lower__mv__breadcrumbs__list li {
	font-size: 16px;
	line-height: 1;
	display: flex;
	align-items: center;
	color: #535353;
}

.lower__mv__inner .lower__mv__breadcrumbs__list .lower__mv__breadcrumbs__link {
	font-size: 13px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #535353;
}

.lower__contact {
	padding: 50px 9px;
	font-family: "Noto Sans JP", sans-serif;
}

.lower__contact__inner {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

.lower__contact__inner .lower__contact__message {
	display: none;
}

.lower__contact__inner .lower__contact__title {
	font-size: clamp(17px, 4.5333333333vw, 24px);
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #626262;
	margin-bottom: clamp(20px, 5.3333333333vw, 30px);
}

.lower__contact__inner .lower__contact__text {
	width: calc(50% - 2rem);
	color: #626262;
}

.lower__contact__inner .lower__contact__text__title {
	display: flex;
	font-size: clamp(36px, 3.6vw, 58px);
	letter-spacing: 0.05em;
	font-family: "Noto Serif JP", serif;
	color: #56B6A8;
}

.lower__contact__inner .lower__contact__text__title span {
	color: #fff;
	padding: 0 0.8rem;
	margin: 0 2px;
	background: linear-gradient(-80deg, #B7DA9C 0%, #5EBFA2 31%, #56B6A8 100%);
}

.lower__contact__inner .lower__contact__text__desc {
	font-size: clamp(16px, 1.6vw, 19px);
	font-weight: 500;
	line-height: 1.6;
	margin-top: clamp(20px, 2vw, 40px);
}

.lower__contact__inner .lower__contact__wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: clamp(20px, 5.3333333333vw, 30px);
}

.lower__contact__inner .lower__contact__btn__wrap {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.lower__contact__inner .lower__contact__btn__wrap a {
	width: calc(50% - 8px);
	padding: clamp(10px, 3.7333333333vw, 16px) clamp(10px, 4vw, 18px);
	border-radius: 100px;
	font-size: clamp(16px, 4.8vw, 24px);
	gap: 5px;
}

.lower__contact__inner .lower__contact__btn__wrap a > span {
	display: flex;
}

.lower__contact__inner .lower__contact__btn__wrap a span {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	flex-shrink: 0;
}

.lower__contact__inner .lower__contact__btn__wrap a .icon__mail {
	flex-shrink: 0;
}

.lower__contact__inner .lower__contact__tel {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background: #F4F2DF;
	padding: clamp(13px, 3.4666666667vw, 20px) 14px clamp(16px, 4.2666666667vw, 24px);
	border-radius: 10px;
	gap: clamp(10px, 3.2vw, 23px);
}

.lower__contact__inner .lower__contact__tel p {
	width: 100%;
	font-size: clamp(10px, 3.2vw, 16px);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #3F3831;
	margin-bottom: 0;
	text-align: center;
	border-bottom: 1px solid #CFCFCF;
	padding-bottom: 15px;
}

.lower__contact__inner .lower__contact__tel a {
	font-size: clamp(18px, 6.5333333333vw, 32px);
	gap: 4px;
	line-height: 1;
	color: #3F3831;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
}

.lower__contact__inner .lower__contact__tel a img {
	width: clamp(32px, 11.2vw, 50px);
}

.lower__contact__inner .lower__contact__tel a:hover {
	opacity: 0.8;
}

.lower__contact__inner .lower__contact__tel span {
	font-size: clamp(14px, 3.7333333333vw, 18px);
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #3F3831;
}

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

.u-mobile {
	display: none;
}

.u-tablet {
	display: block;
}

.message {
	padding: clamp(60px, 7.8125vw, 80px) 20px;
}

.message::before {
	background-size: 26.4322916667vw 19.53125vw;
	background-position: 10% 10%;
	transform: scale(-1, 1);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../../images/company/company_message.svg");
	background-repeat: no-repeat;
}

.message__inner__title {
	font-size: clamp(28px, 2.0833333333vw, 40px);
}

.message__inner__text {
	font-size: clamp(16px, 1.0416666667vw, 20px);
}

.message__inner__name {
	font-size: clamp(16px, 1.0416666667vw, 20px);
}

.message__inner__name img {
	width: clamp(100px, 19.53125vw, 180px);
}

.history {
	padding: clamp(60px, 13.0208333333vw, 150px) 20px clamp(60px, 7.8125vw, 60px);
}

.history__inner__title {
	font-size: clamp(28px, 2.0833333333vw, 40px);
}

.history__inner__title::before {
	font-size: clamp(28px, 6.5104166667vw, 40px);
	left: -2%;
	top: -120%;
}

.history__swiper__item {
	padding: clamp(20px, 2.6041666667vw, 36px) clamp(24px, 3.90625vw, 40px);
	height: clamp(160px, 23.4375vw, 210px);
}

.history__swiper__item__date {
	font-size: clamp(18px, 3.125vw, 24px);
	margin-bottom: clamp(18px, 2.6041666667vw, 40px);
}

.history__swiper__item__date span {
	font-size: clamp(14px, 2.0833333333vw, 18px);
}

.history__swiper__item__text {
	font-size: clamp(14px, 1.953125vw, 16px);
}

.history__swiper__controls {
	margin-top: clamp(20px, 3.6458333333vw, 45px);
	gap: clamp(20px, 3.90625vw, 40px);
}

.history__swiper__controls__buttons {
	gap: clamp(10px, 1.953125vw, 15px);
}

.history__swiper__controls__buttons .swiper-button-next,
.history__swiper__controls__buttons .swiper-button-prev {
	width: clamp(40px, 6.5104166667vw, 69px);
	height: clamp(40px, 6.5104166667vw, 69px);
	position: static;
	margin-top: 0;
	transform: none;
}

.history__swiper__controls__scrollbar .swiper-scrollbar .swiper-pagination-bullet {
	width: 11.1111111111%;
	display: inline-block;
}

.detail {
	padding: clamp(60px, 19.53125vw, 200px) 20px clamp(60px, 13.0208333333vw, 150px);
}

.detail__inner__title {
	font-size: clamp(28px, 2.0833333333vw, 40px);
}

.detail__inner__title::before {
	font-size: clamp(28px, 6.5104166667vw, 40px);
	left: -2%;
	top: -180%;
}

.detail__inner__content {
	gap: clamp(10px, 2.6041666667vw, 30px);
}

.detail__inner__content__item {
	padding: clamp(10px, 3.125vw, 30px);
	flex-direction: row;
	gap: clamp(10px, 0.625rem, 20px);
}

.detail__inner__content__item__title {
	font-size: clamp(14px, 2.0833333333vw, 20px);
	width: 7em;
}

.detail__inner__content__item__text.flex {
	gap: clamp(10px, 2.0833333333vw, 24px);
	flex-direction: row;
	align-items: flex-end;
}

.detail__inner__content__item__text.flex .detail__inner__content__item__text__text {
	font-size: clamp(12px, 1.8229166667vw, 14px);
	transform: translateY(clamp(-19px, -1.8229166667vw, -8px));
}

.detail__inner__content__item__text {
	font-size: clamp(14px, 2.0833333333vw, 16px);
	width: calc(100% - 7em);
}

.detail__inner__content__item__text__image .sign__img {
	width: clamp(100px, 23.6979166667vw, 182px);
}

.detail__inner__content__item__text__image .search__img {
	width: clamp(16px, 3.125vw, 34px);
	bottom: clamp(8px, 1.0416666667vw, 10px);
	transform: translateX(0.7em);
}

.detail__inner__content__item__text .map__link {
	align-self: center;
}

.detail__inner__content__item__text .map__link img {
	width: clamp(8px, 1.0416666667vw, 10px);
}

.detail__inner__content__item__text__list__item {
	margin-bottom: clamp(10px, 2.6041666667vw, 30px);
}

.detail__inner__content__item__text__list__item__title {
	font-size: clamp(14px, 2.0833333333vw, 20px);
	margin-bottom: clamp(6px, 0.78125vw, 16px);
}

.detail__inner__content__item__text__list__item__text {
	font-size: clamp(12px, 1.8229166667vw, 16px);
}

.detail__inner__content__item__text__list__item__text__content + .detail__inner__content__item__text__list__item__text__content {
	margin-top: clamp(10px, 2.0833333333vw, 30px);
}

.modal__overlay__close {
	width: clamp(24px, 4.4270833333vw, 34px);
	height: clamp(24px, 4.4270833333vw, 34px);
}

.access {
	padding: clamp(60px, 15.625vw, 150px) 20px;
}

.access__inner__title {
	font-size: clamp(28px, 2.0833333333vw, 40px);
}

.access__inner__title::before {
	font-size: clamp(28px, 6.5104166667vw, 40px);
	left: -2%;
	top: -180%;
}

.access__inner__content {
	gap: clamp(20px, 3.125vw, 30px);
}

.access__inner__content__item {
	padding: clamp(32px, 4.1666666667vw, 50px) clamp(36px, 4.6875vw, 45px);
	gap: clamp(20px, 3.125vw, 50px);
	flex-direction: row;
}

.access__inner__content__item__left {
	max-height: clamp(100px, 13.0208333333vw, 120px);
}

.access__inner__content__item__left__title {
	font-size: clamp(24px, 3.125vw, 30px);
	margin-bottom: clamp(18px, 2.34375vw, 24px);
}

.access__inner__content__item__left__text span {
	font-size: clamp(14px, 2.0833333333vw, 18px);
}

.access__inner__content__item__left__text span:nth-child(2) {
	font-size: clamp(14px, 2.0833333333vw, 18px);
}

.access__inner__content__item__left__inner {
	padding: clamp(10px, 2.34375vw, 20px) clamp(16px, 2.0833333333vw, 20px);
	margin-top: clamp(24px, 3.125vw, 32px);
}

.access__inner__content__item__left__inner__list__item__text {
	font-size: clamp(14px, 2.0833333333vw, 18px);
}

.access__inner__content__item__right {
	width: clamp(100px, 13.0208333333vw, 150px);
}

.access__inner__content__item__right__toggle {
	width: clamp(40px, 5.2083333333vw, 47px);
	height: clamp(40px, 5.2083333333vw, 47px);
}

.access__inner__content__item.active {
	flex-direction: row;
}

.access__inner__content__item.active .access__inner__content__item__right {
	height: clamp(100px, 39.0625vw, 400px);
	width: clamp(100px, 26.0416666667vw, 300px);
	aspect-ratio: 300/400;
}

.lower__mv__inner {
	background-position: 50% 70%;
}

.lower__contact {
	padding: clamp(60px, 7.8125vw, 80px) 20px;
}

}

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

.u-desktop {
	display: block;
}

.u-tablet {
	display: none;
}

.message {
	padding: clamp(80px, 6.7708333333vw, 130px) 20px;
}

.message::before {
	background-size: 36.6145833333vw 24.3229166667vw;
	background-position: -5% 35%;
	transform: unset;
}

.message__inner {
	padding: 0 1.25rem;
}

.message__inner__content {
	width: 56.25rem;
	margin-left: auto;
}

.message__inner__title {
	font-size: clamp(32px, 2.34375vw, 45px);
	margin-bottom: 1.625rem;
}

.message__inner__text {
	font-size: clamp(14px, 0.9375vw, 18px);
}

.message__inner__name {
	font-size: clamp(16px, 1.25vw, 24px);
}

.message__inner__name img {
	width: 12.5rem;
}

.history {
	padding: clamp(80px, 8.8541666667vw, 170px) 0px clamp(80px, 6.25vw, 120px) 20px;
}

.history__inner {
	margin: 0 0 0 max((100vw - 1400px) / 2, 7.8125vw);
	padding: 0 0 0 1.5625vw;
}

.history__inner__title {
	font-size: clamp(32px, 2.8645833333vw, 55px);
	margin-bottom: 2.8125rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	color: #3F3831;
}

.history__inner__title::before {
	font-size: clamp(32px, 3.6458333333vw, 70px);
	left: -2%;
	top: -120%;
}

.history__swiper__item {
	padding: 1.875rem 2.625rem;
	height: 210px;
}

.history__swiper__item__date {
	font-size: clamp(22px, 1.5625vw, 30px);
	margin-bottom: 1.125rem;
}

.history__swiper__item__date span {
	font-size: clamp(16px, 0.8333333333vw, 16px);
}

.history__swiper__item__text {
	font-size: clamp(14px, 0.8854166667vw, 17px);
}

.history__swiper__controls {
	margin-top: 2.8125rem;
	gap: 2.5rem;
}

.history__swiper__controls__buttons {
	gap: 0.9375rem;
}

.history__swiper__controls__buttons .swiper-button-next,
.history__swiper__controls__buttons .swiper-button-prev {
	width: 4.3125rem;
	height: 4.3125rem;
}

.history__swiper__controls__scrollbar .swiper-scrollbar {
	height: 4px;
}

.detail {
	padding: 10.625rem 0px 11.25rem 20px;
}

.detail__inner {
	max-width: 1400px;
	min-width: 950px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 2.5rem;
	align-items: flex-start;
	margin: 0 0 0 max((100vw - 1400px) / 2, 7.8125vw);
	padding: 0 1.5625vw;
}

.detail__inner__title {
	font-size: clamp(32px, 2.8645833333vw, 55px);
	margin-top: 4.375rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
}

.detail__inner__title::before {
	font-size: clamp(32px, 3.6458333333vw, 70px);
	left: -2%;
	top: -200%;
	width: 26.875rem;
}

.detail__inner__content {
	width: 60.125rem;
	min-width: 650px;
}

.detail__inner__content__item {
	padding: 2.25rem 1.875rem;
	gap: 4rem;
}

.detail__inner__content__item__title {
	font-size: clamp(16px, 0.9375vw, 26px);
	width: 8.3333333333vw;
}

.detail__inner__content__item__text.flex {
	gap: 1.125rem;
}

.detail__inner__content__item__text.flex .detail__inner__content__item__text__text {
	font-size: clamp(12px, 0.7291666667vw, 14px);
	transform: translateY(-1.1875rem);
}

.detail__inner__content__item__text {
	font-size: clamp(12px, 1rem, 18px);
	width: calc(100% - 10rem);
}

.detail__inner__content__item__text__image .sign__img {
	width: 11.375rem;
}

.detail__inner__content__item__text__image .search__img {
	width: 2.125rem;
	bottom: 0.625rem;
}

.detail__inner__content__item__text .map__link {
	align-self: flex-end;
}

.detail__inner__content__item__text .map__link img {
	width: 0.625rem;
}

.detail__inner__content__item__text__list__item {
	margin-bottom: 1.6875rem;
}

.detail__inner__content__item__text__list__item__title {
	font-size: clamp(15px, 0.8854166667vw, 26px);
	margin-bottom: 0.375rem;
}

.detail__inner__content__item__text__list__item__text {
	font-size: clamp(13px, 0.78125vw, 18px);
}

.detail__inner__content__item__text__list__item__text__content + .detail__inner__content__item__text__list__item__text__content {
	margin-top: 1.25rem;
}

.modal__overlay__close {
	width: 2.125rem;
	height: 2.125rem;
}

.access {
	padding: clamp(80px, 8.8541666667vw, 170px) 20px clamp(80px, 7.8125vw, 170px);
}

.access__inner {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 2.5rem;
	align-items: flex-start;
	margin: 0 0 0 max((100vw - 1400px) / 2, 7.8125vw);
	padding: 0 1.5625vw;
}

.access__inner__title {
	font-size: clamp(32px, 2.8645833333vw, 55px);
	margin-top: 4.375rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
}

.access__inner__title::before {
	font-size: clamp(32px, 3.6458333333vw, 70px);
	left: -15%;
	top: -120%;
}

.access__inner__content {
	width: 60.125rem;
	min-width: 650px;
	gap: 1.875rem;
}

.access__inner__content__item {
	padding: 3.125rem 2.5rem;
	gap: 3.125rem;
}

.access__inner__content__item__left {
	max-height: 5rem;
}

.access__inner__content__item__left__title {
	font-size: clamp(24px, 1.5625vw, 30px);
	margin-bottom: 1.5rem;
}

.access__inner__content__item__left__text span {
	font-size: clamp(14px, 0.9375vw, 18px);
}

.access__inner__content__item__left__text span:nth-child(2) {
	font-size: clamp(14px, 1.0416666667vw, 20px);
}

.access__inner__content__item__left__inner {
	padding: 0.875rem 0.75rem;
	margin-top: 2.5rem;
}

.access__inner__content__item__left__inner__list__item__text {
	font-size: clamp(12px, 0.7291666667vw, 18px);
}

.access__inner__content__item__right {
	width: 5.2083333333vw;
}

.access__inner__content__item__right__toggle {
	width: 2.9375rem;
	height: 2.9375rem;
}

.lower__mv {
	padding: clamp(18px, 1.5625vw, 30px) clamp(20px, 1.8229166667vw, 35px) 0;
}

.lower__mv__inner {
	height: 25vw;
	background-image: url("../../images/lower/lower_mv.webp");
	background-position: top;
	padding: 0;
}

.lower__mv__inner .lower__mv__logo {
	display: block;
}

.lower__mv__inner .lower__mv__content {
	padding: min(14.375rem, 11vw) 0 0 min(9.375rem, 9.3vw);
}

.lower__mv__inner .lower__mv__breadcrumbs__list {
	margin-top: clamp(20px, -68px + 7.1vw, 68px);
	padding: 13px 32px 13px min(9.375rem, 9.3vw);
}

.lower__contact {
	padding: clamp(50px, 7.8125vw, 150px) 40px clamp(50px, -83px + 10.7vw, 123px);
	background: url(../../images/lower/lower_contact_bg.webp) no-repeat center center/cover;
}

.lower__contact__inner .lower__contact__message {
	display: block;
	width: 32%;
	position: absolute;
	top: -45px;
	left: clamp(30px, 3.125vw, 60px);
}

.lower__contact__inner {
	border-radius: 10px;
	padding: 52px clamp(30px, 3.125vw, 60px);
	display: flex;
	align-items: center;
	gap: 2rem;
	background: linear-gradient(to right, #FFFFFF 0%, rgba(255, 255, 255, 0.6980392157) 100%);
}

.lower__contact__inner .lower__contact__title {
	display: none;
}

.lower__contact__inner .lower__contact__wrap {
	width: 50%;
	flex-direction: column-reverse;
}

.lower__contact__inner .lower__contact__btn__wrap a {
	width: calc(50% - 0.5rem);
	padding: 1.125rem 1.5rem;
	border-radius: 10px;
	font-size: 1.375rem;
	gap: 1rem;
}

.lower__contact__inner .lower__contact__tel {
	flex-direction: column;
	background: #F9F8F0;
	padding: clamp(20px, 2.0833333333vw, 30px);
}

.lower__contact__inner .lower__contact__tel p {
	line-height: 1;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
}

.lower__contact__inner .lower__contact__tel a {
	font-size: clamp(32px, 4.0277777778vw, 58px);
	gap: 0.9375rem;
}

.lower__contact__inner .lower__contact__tel a img {
	width: 4.5625rem;
}

.lower__contact__inner .lower__contact__tel span {
	font-size: 16px;
}

}

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

.detail__inner__content__item__text.flex.gap-32 {
	gap: 2rem;
}

}


/*# sourceMappingURL=company.css.map */
