@charset "UTF-8";
/* CSS Document */
/* 基本設定 */
/* --------------------------------------------------
section size
-------------------------------------------------- */
/* 初期設定 */
/* ----------------------------------------------------------------------
ローディング
---------------------------------------------------------------------- */
#loading {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-image: url(../img/common/road-bg@2x.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	visibility: visible;
	opacity: 0;
}
#loading.loaded {
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s, visibility 1s;
}
#loading .loadtxt {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9.5rem;
	opacity: 0;
	transform: translate(-50%, calc(-50% + 2rem));
	transition: opacity 0.9s ease, transform 0.9s ease;
}
@media screen and (max-width: 840px) {
	#loading .loadtxt {
		width: 7rem;
	}
}
#loading .loadtxt.is-visible {
	opacity: 1;
	transform: translate(-50%, -50%);
}
#loading .loadorn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 100%;
	mix-blend-mode: hard-light;
	opacity: 0.8;
}

#loading.is-active {
	opacity: 1;
	visibility: visible;
}

#loading.loaded {
	opacity: 0;
	visibility: hidden;
}

/* ----------------------------------------------------------------------
メインビジュアル
---------------------------------------------------------------------- */
#mv {
	width: 100%;
	position: relative;
}
@media screen and (max-width: 840px) {
	#mv {
		margin-bottom: 5rem;
	}
}
#mv .mvcontent {
	width: 100%;
	overflow: hidden;
	height: 133rem;
	background-image: url(../img/top/mv01@2x.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media screen and (max-width: 840px) {
	#mv .mvcontent {
		height: 100%;
		background-image: url(../img/top/mv01-sp@2x.webp);
	}
}
#mv .mvcontent .innerMV {
	max-width: 62rem;
	width: 86%;
	margin: 30rem auto 0 7%;
	display: grid;
	place-items: center;
}
@media screen and (max-width: 840px) {
	#mv .mvcontent .innerMV {
		margin: 17rem auto 0 7%;
	}
}
#mv .mvcontent .innerMV h2 {
	writing-mode: vertical-rl;
	font-size: 5rem;
	line-height: 1.8;
	letter-spacing: 0.2em;
	font-weight: 400;
}
@media screen and (max-width: 840px) {
	#mv .mvcontent .innerMV h2 {
		font-size: 2.1rem;
		margin-right: auto;
		line-height: 1.6;
	}
}
#mv .mvcontent .innerMV h2 .big {
	font-size: 120%;
	margin-top: -0.5em;
	color: #447776;
	font-weight: 500;
}
#mv .mvcontent .innerMV .mvflexBox {
	margin-top: 9rem;
	width: 100%;
	font-size: 2.4rem;
	line-height: 1.2916666667;
	letter-spacing: 0.1em;
	font-weight: 400;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: nowrap;
	color: #447776;
	text-align: center;
	gap: 1em;
}
@media screen and (max-width: 840px) {
	#mv .mvcontent .innerMV .mvflexBox {
		font-size: 1.7rem;
		gap: 0.3em;
		justify-content: center;
	}
}
#mv .mvcontent .innerMV .mvflexBox .mvflexItem {
	width: 20rem;
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	background-image: url(../img/top/mv-orn01.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20rem;
}
@media screen and (max-width: 840px) {
	#mv .mvcontent .innerMV .mvflexBox .mvflexItem {
		width: 13rem;
		background-size: 13rem;
	}
}
#mv .mvcontent .innerMV .mvflexBox .mvflexItem .btmbig {
	font-weight: 700;
	background: linear-gradient(transparent 60%, #f9e585);
	display: inline-block;
}

#whatBlok {
	margin-top: 20rem;
	text-align: center;
	position: relative;
	font-size: 2.1rem;
	line-height: 2.380952381;
	letter-spacing: 0.1em;
	font-weight: 500;
}
@media screen and (max-width: 840px) {
	#whatBlok {
		font-size: 1.8rem;
		line-height: 1.8571428571;
		letter-spacing: 0.1em;
		font-weight: 500;
		margin-top: 50rem;
		padding-top: 8rem;
	}
}
#whatBlok .innerXS {
	position: relative;
	z-index: 10;
}
#whatBlok .innerXS .topttlBox {
	margin-bottom: 8em;
}
@media screen and (max-width: 840px) {
	#whatBlok .innerXS .topttlBox {
		margin-bottom: 5rem;
	}
}
#whatBlok .innerXS .contentBox {
	padding-bottom: 10em;
}
@media screen and (max-width: 840px) {
	#whatBlok .innerXS .contentBox {
		margin: 0 5rem;
		padding-bottom: 0;
	}
}
#whatBlok .innerXS .contentBox h4 {
	font-size: 170%;
	padding-bottom: 2em;
}
@media screen and (max-width: 840px) {
	#whatBlok .innerXS .contentBox h4 {
		text-align: center;
		padding-bottom: 5rem;
	}
}
#whatBlok .innerXS .contentBox .txt {
	text-align: left;
}
#whatBlok .orn01 {
	width: 70rem;
	top: 3em;
	left: 0;
}
@media screen and (max-width: 840px) {
	#whatBlok .orn01 {
		width: 33rem;
		top: -35rem;
	}
}
#whatBlok .orn02 {
	width: 44rem;
	top: 0;
	right: 0;
}
@media screen and (max-width: 840px) {
	#whatBlok .orn02 {
		width: 13rem;
		top: -10rem;
	}
}
#whatBlok .orn03 {
	width: 52rem;
	bottom: 0;
	left: 0;
}
@media screen and (max-width: 840px) {
	#whatBlok .orn03 {
		width: 18rem;
		top: -25rem;
		bottom: auto;
	}
}
#whatBlok .orn04 {
	bottom: 0;
	font-size: 9rem;
	right: -0.5em;
	transform: rotate(90deg) translateX(-30%);
	text-align: left;
	line-height: 1.1;
}
@media screen and (max-width: 840px) {
	#whatBlok .orn04 {
		font-size: 2.8rem;
		top: 14rem;
		right: -5%;
		bottom: auto;
	}
}

#whatflexBlok {
	position: relative;
	text-align: center;
	font-size: 2.3rem;
	line-height: 1.6086956522;
	letter-spacing: 0.1em;
	font-weight: 400;
	margin: 16rem 0 19rem;
}
@media screen and (max-width: 840px) {
	#whatflexBlok {
		font-size: 1.2rem;
		line-height: 1.75;
		letter-spacing: 0.1em;
		font-weight: 400;
		margin: 9rem 0 14rem;
	}
}
#whatflexBlok .flexBox {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
}
#whatflexBlok .flexBox .flexItem {
	display: grid;
	place-items: center;
	padding: 0 3.5em;
}
@media screen and (max-width: 840px) {
	#whatflexBlok .flexBox .flexItem {
		padding: 0 1.3em;
	}
}
#whatflexBlok .flexBox .flexItem .fleximg {
	width: 6em;
	height: 15rem;
}
@media screen and (max-width: 840px) {
	#whatflexBlok .flexBox .flexItem .fleximg {
		height: 8rem;
	}
}
#whatflexBlok .flexBox .Item2 {
	position: relative;
}
#whatflexBlok .flexBox .Item2::before, #whatflexBlok .flexBox .Item2::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 1px;
	height: 70%;
	background-color: #447776;
}
#whatflexBlok .flexBox .Item2::before {
	left: 0;
}
#whatflexBlok .flexBox .Item2::after {
	right: 0;
}

#about {
	position: relative;
	background-image: url(../img/top/about-bg@2x.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#about .gridBox {
	display: grid;
	grid-template-columns: 50% 1fr;
}
@media screen and (max-width: 840px) {
	#about .gridBox {
		display: block;
	}
}
#about .gridBox .grid01 {
	display: block;
}
#about .gridBox .grid01 .gridList {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
@media screen and (max-width: 840px) {
	#about .gridBox .grid01 .gridList {
		height: 50rem;
	}
}
#about .gridBox .grid01 .gridList .gridItem {
	object-fit: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#about .gridBox .grid01 .gridList .gridItem:first-child {
	opacity: 1;
	animation: gridFade01 8s infinite;
}
#about .gridBox .grid01 .gridList .gridItem:last-child {
	animation: gridFade02 8s infinite;
}
#about .gridBox .grid01 .gridList .gridItem img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#about .gridBox .grid02 {
	padding: 8.5em 12.5em 8.5em 8.5em;
	font-size: 2rem;
	line-height: 1.9;
	letter-spacing: 0.1em;
	font-weight: 400;
	position: relative;
}
@media screen and (max-width: 840px) {
	#about .gridBox .grid02 {
		padding: 0;
		margin: 0 auto;
		width: 86%;
		font-size: 1.8rem;
		line-height: 2;
		letter-spacing: 0.1em;
		font-weight: 400;
	}
}
#about .gridBox .grid02 .imgBox2 {
	width: 100vw;
	transform: translateX(-7%);
}
#about .gridBox .grid02 h3 {
	font-size: 150%;
	position:relative;
}
@media screen and (max-width: 840px) {
	#about .gridBox .grid02 h3 {
		width: fit-content;
		margin: 0 auto;
		padding-top: 6rem;
	}
}

#about .gridBox .grid02 .absorntxt01::before {
	content: "(01)Health professionals on staff";
	font-family:"Cormorant Infant", serif;
	position: absolute;
	font-size: 2rem;
	top:0;
	right:-4em;
	writing-mode: vertical-rl;
	height:20em;
}

@media screen and (max-width: 840px) {
	#about .gridBox .grid02 .absorntxt01::before {
		font-size: 1.4rem;
		top: -56rem;
		right: -6.7em;
		color:#fff;
	}
}

#about .gridBox .grid02 .absorntxt02::before {
	content: "(02)Customized Treatments";
	font-family:"Cormorant Infant", serif;
	position: absolute;
	font-size: 2rem;
	top:0;
	right:-4em;
	writing-mode: vertical-rl;
	height:20em;
}


@media screen and (max-width: 840px) {
	#about .gridBox .grid02 .absorntxt02::before {
		font-size: 1.4rem;
		top: -56rem;
		right: -6.7em;
		color:#fff;
	}
}

#about .gridBox .grid02 .gridTxt {
	margin: 3em 0 2em;
}
@media screen and (max-width: 840px) {
	#about .gridBox .grid02 .gridTxt {
		margin: 3em 0 3em;
	}
}
#about .gridBox .grid02 .flexBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
	background-color: #fff;
	position: relative;
	border-radius: 2rem;
}
#about .gridBox .grid02 .flexBox .lBox {
	height: -webkit-fill-available;
	width: 18.8rem;
}
@media screen and (max-width: 840px) {
	#about .gridBox .grid02 .flexBox .lBox {
		width: 15rem;
		height: 21.4rem;
	}
}
#about .gridBox .grid02 .flexBox .lBox > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 2rem 0 0 2rem;
}
#about .gridBox .grid02 .flexBox .rBox {
	margin: 0 auto;
	position: relative;
	font-size: 1.6rem;
	line-height: 1.85;
	letter-spacing: 0.1em;
	font-weight: 400;
	color: #075412;
}
@media screen and (max-width: 840px) {
	#about .gridBox .grid02 .flexBox .rBox {
		font-size: 1.6rem;
	}
}
#about .gridBox .grid02 .flexBox .rBox .listBox {
	width: fit-content;
	padding: 1em;
}
#about .gridBox .grid02 .flexBox .rBox .listBox .listItem {
	width: fit-content;
	padding-left: 1.5em;
	position: relative;
}
#about .gridBox .grid02 .flexBox .rBox .listBox .listItem::before {
	content: "";
	position: absolute;
	bottom: 50%;
	background-image: url(../img/top/about-orn02.svg);
	left: 0;
	width: 0.8em;
	aspect-ratio: 1;
	transform: translateY(50%);
	background-repeat: no-repeat;
}
#about .gridBox .grid02 .txt2 {
	margin: 2em 0 12.5em;
}
@media screen and (max-width: 840px) {
	#about .gridBox .grid02 .txt2 {
		margin: 3em 0 8em;
	}
}
#about .gridBox .grid02 .lineh {
	line-height: 2.5;
	margin-top: 3em;
}
#about .gridBox .grid02 .lineh .gridTxt2 {
	margin-bottom: 2.4em;
}
#about .gridBox .grid02 .lineh .bigtxt {
	font-size: 108%;
}
@media screen and (max-width: 840px) {
	#about .gridBox .grid02 .lineh .bigtxt {
		padding-bottom: 8em;
	}
}

@keyframes gridFade01 {
	0%, 45% {
		opacity: 1;
	}
	50%, 95% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes gridFade02 {
	0%, 45% {
		opacity: 0;
	}
	50%, 95% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
#news {
	font-size: 2.2rem;
	line-height: 1.3181818182;
	letter-spacing: 0.1em;
	font-weight: 400;
	position: relative;
	margin-top: 24rem;
}
@media screen and (max-width: 840px) {
	#news {
		margin-top: 12rem;
		font-size: 1.6rem;
		margin-bottom: 11rem;
	}
}
#news .flexBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	width: 100%;
	position: relative;
}
@media screen and (max-width: 840px) {
	#news .flexBox {
		flex-direction: column;
	}
}
#news .flexBox .lBox {
	width: 20rem;
	height: fit-content;
}
@media screen and (max-width: 840px) {
	#news .flexBox .lBox {
		width: 16rem;
	}
}
#news .flexBox .lBox .imgBox {
	margin-bottom: 6rem;
}
@media screen and (max-width: 840px) {
	#news .flexBox .lBox .imgBox {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 840px) {
	#news .flexBox .lBox .imgBox img {
		width: 100%;
	}
}
#news .flexBox .lBox .orntxt {
	position: relative;
	padding-left: 1.3em;
	padding-bottom: 0.3em;
}
#news .flexBox .lBox .orntxt::before {
	content: "";
	position: absolute;
	bottom: 50%;
	background-image: url(../img/common/arrow.svg);
	left: 0;
	width: 0.8em;
	aspect-ratio: 1;
	transform: translateY(50%);
	background-repeat: no-repeat;
}
#news .flexBox .lBox .orntxt::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #d7d8d8;
}
@media screen and (max-width: 840px) {
	#news .flexBox .lBox .orntxt {
		position: absolute;
		right: 0;
		bottom: 0;
	}
}
#news .flexBox .rBox {
	width: 103rem;
	position: relative;
	margin: 7rem 15rem 36rem 0;
}
@media screen and (max-width: 840px) {
	#news .flexBox .rBox {
		width: 100%;
		margin: 6rem 0 5rem 0;
	}
}
#news .flexBox .rBox::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #d7d8d8;
}
#news .flexBox .rBox .newsList .newsItem > a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	padding: 1.5em 0;
	position: relative;
}
@media screen and (max-width: 840px) {
	#news .flexBox .rBox .newsList .newsItem > a {
		gap: 2rem;
	}
}
#news .flexBox .rBox .newsList .newsItem > a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #d7d8d8;
}
#news .flexBox .rBox .newsList .newsItem > a .clmBox {
	position: relative;
}
#news .flexBox .rBox .newsList .newsItem > a .clmBox .cate {
	font-size: 72%;
	width: auto;
	text-align: center;
	padding: 0.3em;
	background-color: #447776;
	color: #fff;
}
#news .flexBox .rBox .newsList .newsItem > a .newsttl {
	width: 62.5rem;
}
#news .flexBox .rBox .newsList .newsItem > a .newsarrow {
	width: 2rem;
	aspect-ratio: 0.45;
}

#menu {
	position: relative;
	margin-bottom: 39rem;
}
@media screen and (max-width: 840px) {
	#menu {
		margin-bottom: 15rem;
	}
}
#menu .bgBox {
	position: relative;
	width: 100%;
	background-color: #f0f3f7;
	padding: 21rem 0 35rem;
	border-radius: 5rem;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 840px) {
	#menu .bgBox {
		padding: 8rem 0 12rem;
		border-radius: 2rem;
	}
}
#menu .bgBox .topttlBox {
	margin-bottom: 13rem;
}
@media screen and (max-width: 840px) {
	#menu .bgBox .topttlBox {
		margin-bottom: 6rem;
	}
}
#menu .bgBox .topttlBox > h3 {
	padding-top: 1.2em;
}
#menu .bgBox .menuList {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 5rem;
}
@media screen and (max-width: 840px) {
	#menu .bgBox .menuList {
		row-gap: 3rem;
	}
}
#menu .bgBox .menuList .menuItem {
	width: 48%;
	position: relative;
}
#menu .bgBox .menuList .menuItem .absBox {
	position: absolute;
	height: 93%;
	object-fit: cover;
	top: 53%;
	left: 0;
	transform: translateY(-50%);
	padding: 2rem;
}
@media screen and (max-width: 840px) {
	#menu .bgBox .menuList .menuItem .absBox {
		height: auto;
		width: 100%;
		top: 3%;
		left: 50%;
		transform: translateX(-50%);
		padding: 1.5rem;
	}
}
#menu .bgBox .menuList .menuItem .absBox > img {
	width: 100%;
	height: 100%;
}
#menu .bgBox .sp {
	display: none;
}
@media screen and (max-width: 840px) {
	#menu .bgBox .sp {
		display: flex;
	}
}
#menu .bgBox .bnrBox {
	width: 100%;
	left: 0;
	bottom: -11.3rem;
}
@media screen and (max-width: 840px) {
	#menu .bgBox .bnrBox {
		bottom: -3rem;
	}
}
#menu .bgBox .bnrBox img {
	display: block;
	width: 74%;
	height: auto;
	margin: 0 auto;
}
@media screen and (max-width: 840px) {
	#menu .bgBox .bnrBox img {
		width: 88%;
	}
}

#qa {
	position: relative;
	font-size: 2.3rem;
	line-height: 2.1739130435;
	letter-spacing: 0.1em;
	font-weight: 600;
	margin-bottom: 31rem;
}
@media screen and (max-width: 840px) {
	#qa {
		font-size: 1.6rem;
		margin-bottom: 14rem;
	}
}
#qa .qaList {
	width: 100%;
	position: relative;
}
@media screen and (max-width: 840px) {
	#qa .qaList {
		padding-left: 3rem;
	}
}

#qa .qaList .absorn01{
	width: 20rem;
	top: -11rem;
	right: -15rem;
	opacity:0.8;
}

@media screen and (max-width: 840px) {
	#qa .qaList .absorn01{
		width: 8rem;
		top: -5rem;
		right: -3.5rem;
	}
}

#qa .qaList .absorn02{
	width: 14rem;
	bottom: -11rem;
	left: -13rem;
	opacity:0.8;
}

@media screen and (max-width: 840px) {
	#qa .qaList .absorn02{
		width: 8rem;
		bottom: -6rem;
		left: -4rem;
	}
}

#qa .qaList .accordion-item {
	padding: 0 2.3em;
	position: relative;
	overflow: auto;
	background-color: #f0f3f7;
}
@media screen and (max-width: 840px) {
	#qa .qaList .accordion-item {
		padding: 0 1.3em;
	}
}
#qa .qaList .accordion-item dt {
	position: relative;
	padding-left: 5em;
	padding-right: 1.5em;
	cursor: pointer;
	padding: 1.8em 1.5em 1.8em 5em;
}
@media screen and (max-width: 840px) {
	#qa .qaList .accordion-item dt {
		padding: 2em 2em 2em 3.8em;
	}
}
#qa .qaList .accordion-item dt::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% + 4.6em);
	height: 1px;
	background-color: #d7d8d8;
}
@media screen and (max-width: 840px) {
	#qa .qaList .accordion-item dt::before {
		width: calc(100% + 2.6em);
	}
}
#qa .qaList .accordion-item dt .big {
	position: absolute;
	left: 0;
	font-size: 200%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
#qa .qaList .accordion-item dt .accordion-icon {
	position: absolute;
	top: 50%;
	right: 0;
	width: 1.6rem;
	height: 1.6rem;
	transform: translateY(-50%);
}
#qa .qaList .accordion-item dt .accordion-icon::before, #qa .qaList .accordion-item dt .accordion-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1.6rem;
	height: 1px;
	background: #447776;
	transform: translate(-50%, -50%);
	transition: opacity 0.3s ease;
}
#qa .qaList .accordion-item dt .accordion-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}
#qa .qaList .accordion-item.open > dt .accordion-icon::after {
	opacity: 0;
}
#qa .qaList .accordion-item dd {
	position: relative;
	padding-left: 5em;
	padding-right: 1em;
	cursor: pointer;
	margin: 1.8em 0 1.8em;
}
@media screen and (max-width: 840px) {
	#qa .qaList .accordion-item dd {
		padding-left: 4em;
	}
}

#qa .qaList .accordion-item dd .big {
	position: absolute;
	left: 0;
	font-size: 200%;
	top: 0;
	transform: translateY(-25%);
	text-align: center;
}
#qa .qaList .topmg {
	margin-top: 3rem;
}
@media screen and (max-width: 840px) {
	#qa .qaList .topmg {
		margin-top: 2rem;
	}
}

#contact {
	width: 100vw;
	max-width: none;
	position: relative;
	margin-left: calc(50% - 50vw);
}
#contact img {
	width: 100vw;
	max-width: none;
	min-width: 100%;
	height: auto;
}
#contact .absTxt01 {
	position: absolute;
	top: 5rem;
	left: 5rem;
	color: #fff;
	font-size: 3.5rem;
	line-height: 2;
	letter-spacing: 0.25em;
	font-weight: 400;
}
@media screen and (max-width: 840px) {
	#contact .absTxt01 {
		font-size: 1.2rem;
		top: 2rem;
		left: 2rem;
	}
}
#contact .absTxt02 {
	position: absolute;
	bottom: 4rem;
	right: 4rem;
	text-align: right;
	font-size: 3rem;
	line-height: 1.3333333333;
	letter-spacing: 0.05em;
	font-weight: 400;
}
@media screen and (max-width: 840px) {
	#contact .absTxt02 {
		font-size: 1.2rem;
		bottom: 2rem;
		right: 2rem;
	}
}
#contact .absbtn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 1.9rem 15rem 3rem 8rem;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 999px;
	border: 1px solid #fff;
	font-size: 5.3rem;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: 400;
}
@media screen and (max-width: 840px) {
	#contact .absbtn {
		font-size: 2.2rem;
		padding: 1.6rem 9rem 2rem 5rem;
	}
}
#contact .absbtn:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 4.5rem;
	transform: translateY(-50%);
	width: 2rem;
	aspect-ratio: 1.65;
	background-image: url(../img/common/arrow.svg);
	background-repeat: no-repeat;
}
@media screen and (max-width: 840px) {
	#contact .absbtn:before {
		right: 4rem;
		width: 1.6rem;
	}
}

#intro {
	margin-bottom: 26rem;
}
@media screen and (max-width: 840px) {
	#intro {
		margin-bottom: 15rem;
	}
}
#intro .s_home-project_list {
	display: flex;
	align-items: flex-start;
	gap: 21rem;
}
@media screen and (max-width: 840px) {
	#intro .s_home-project_list {
		gap: 6rem;
	}
}
#intro .s_home-project_list .flexBox {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: column;
}
#intro .s_home-project_list .flexBox .p-list_counter {
	font-size: 2.5rem;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	width: fit-content;
	flex-direction: column;
	flex-shrink: 0;
}
#intro .s_home-project_list .flexBox .p-list_counter .p-list_counter-current {
	padding: 0 0.4rem 2rem 0.6rem;
	position: relative;
}
#intro .s_home-project_list .flexBox .p-list_counter .p-list_counter-current::before {
	content: "";
	position: absolute;
	bottom: 1rem;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
}
#intro .s_home-project_list .flexBox .p-list_counter .p-list_counter-total {
	padding: 0 0.4rem 0 0.6rem;
}
#intro .s_home-project_list .flexBox .p-list_nav {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: 400;
	gap: 1.5em;
	flex-direction: column;
	margin-top: 6rem;
	flex-shrink: 0;
	width: fit-content;
}
#intro .s_home-project_list .flexBox .p-list_nav-prev, #intro .s_home-project_list .flexBox .p-list_nav-next {
	display: block;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	line-height: 0;
}
#intro .s_home-project_list .flexBox .p-list_nav-prev img, #intro .s_home-project_list .flexBox .p-list_nav-next img {
	width: 1em;
	height: 1em;
	display: block;
}
#intro .s_home-project_list .flexBox .p-list_nav-prev:disabled, #intro .s_home-project_list .flexBox .p-list_nav-next:disabled {
	opacity: 0.3;
	cursor: default;
}
#intro .s_home-project_list .flexBox .p-list_nav-prev img {
	transform: rotate(180deg);
}
#intro .s_home-project_list .p-list_slider {
	flex: 1;
	min-width: 0;
	overflow-x: hidden;
	margin-right: calc(50% - 50vw);
}
#intro .s_home-project_list .p-list_slider-track {
	position: relative;
	display: flex;
	gap: 2rem;
	list-style: none;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}
#intro .s_home-project_list .p-list_slider-item {
	position: relative;
	flex: 0 0 52.5rem;
	width: 52.5rem;
	height: 100%;
}
@media screen and (max-width: 840px) {
	#intro .s_home-project_list .p-list_slider-item {
		flex: 0 0 33rem;
		width: 33rem;
	}
}
#intro .s_home-project_list .p-list_slider-item-title,
#intro .s_home-project_list .p-list_slider-item .p-list_slider-title {
	font-size: 2rem;
	line-height: 3;
	letter-spacing: 0.24em;
	font-weight: 500;
	position: absolute;
	top: 3rem;
	right: 2.5rem;
	writing-mode: vertical-rl;
}
@media screen and (max-width: 840px) {
	#intro .s_home-project_list .p-list_slider-item-title,
	#intro .s_home-project_list .p-list_slider-item .p-list_slider-title {
		font-size: 1.5rem;
		top: 2rem;
		right: 1.5rem;
	}
}
#intro .s_home-project_list .p-list_slider-item-title .wbg,
#intro .s_home-project_list .p-list_slider-item .p-list_slider-title .wbg {
	background-color: #fff;
	padding: 0.7em 0.4em;
}

#access {
	position: relative;
	width: 100%;
	background-image: url(../img/top/acs-bg01@2x.webp);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	padding: 20rem 0;
}
@media screen and (max-width: 840px) {
	#access {
		padding: 10rem 0 17rem;
	}
}
#access .innerM {
	position: relative;
}
#access .innerM .topttlBox > h3 {
	padding-top: 1.2em;
}
#access .innerM .flexBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#access .innerM .flexBox .lBox {
	width: 38%;
	font-size: 1.8rem;
	line-height: 1.6666666667;
	letter-spacing: 0.1em;
	font-weight: 400;
}
@media screen and (max-width: 840px) {
	#access .innerM .flexBox .lBox {
		width: 100%;
		font-size: 1.3rem;
	}
}
#access .innerM .flexBox .lBox > .sp {
	margin-top: 3rem;
}
#access .innerM .flexBox .lBox > .sp .mapBox {
	width: 100%;
	height: 20rem;
}
#access .innerM .flexBox .lBox > .sp .pBox {
	margin-left: auto;
	padding: 0.5rem 1rem;
	background-color: #586166;
	width: fit-content;
	color: #fff;
}
#access .innerM .flexBox .lBox h4 {
	font-size: 180%;
}
#access .innerM .flexBox .lBox .conBox {
	margin-top: 2rem;
}
@media screen and (max-width: 840px) {
	#access .innerM .flexBox .lBox .conBox {
		margin-top: 3rem;
	}
}
#access .innerM .flexBox .lBox .conBox .flexBox2 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	position: relative;
	padding: 1.4em;
}
@media screen and (max-width: 840px) {
	#access .innerM .flexBox .lBox .conBox .flexBox2 {
		padding: 1.4em 1.4em 1.4em 5em;
	}
}
#access .innerM .flexBox .lBox .conBox .flexBox2::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #586166;
}
@media screen and (max-width: 840px) {
	#access .innerM .flexBox .lBox .conBox .flexBox2::before {
		height: 0.3px;
	}
}
#access .innerM .flexBox .lBox .conBox .flexBox2 .minttl {
	width: 25%;
}
#access .innerM .flexBox .lBox .conBox .flexBox2 .mintxt {
	padding-left: 2em;
	position: relative;
}
#access .innerM .flexBox .lBox .conBox .flexBox2 .mintxt:before {
	content: "";
	display: block;
	width: 2.5px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/common/dots-line.svg) repeat center;
	background-size: contain;
}
#access .innerM .flexBox .lBox .conBox .flexBox2 .mintxt .mini {
	font-size: 75%;
}
#access .innerM .flexBox .lBox .conBox .item01::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #586166;
}
@media screen and (max-width: 840px) {
	#access .innerM .flexBox .lBox .conBox .item01::after {
		height: 0.3px;
	}
}
#access .innerM .flexBox .lBox .payBox {
	margin-top: 2em;
	width: 100%;
	display: grid;
	place-items: center;
	padding: 1.3em 0;
	border-radius: 1.3em;
	border: 1px solid #586166;
}
@media screen and (max-width: 840px) {
	#access .innerM .flexBox .lBox .payBox {
		border: 0.3px solid #586166;
	}
}
#access .innerM .flexBox .rBox {
	width: 50%;
	height: 45rem;
}
#access .innerM .flexBox .rBox .pBox {
	margin-left: auto;
	padding: 0.5rem 1rem;
	background-color: #586166;
	width: fit-content;
	color: #fff;
}