@charset "UTF-8";

html{
	overflow-x: clip;
	box-sizing: border-box;
	scroll-behavior: smooth;
	scroll-padding-top: 80px;
}

body{
	font-family: "Noto Sans JP", sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
	color: #3a3331;
	overflow-x: clip;
	position: relative;
	background: #c2a08d;
}

img{
	max-width: 100%;
	height: auto;
}

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

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

.sp-only{
	display: none;
}

@media ( max-width : 840px ) {
.sp-only{
	display: inherit;
}
.pc-only{
	display: none;
}

body{
	padding-bottom: calc(100vw * 100 / 375);
}
}

#coming{
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#coming h1{
	content: url("../img/logo.svg?250704");
	width: 320px;
	margin-bottom: 34px;
}

#coming p{
	font-size: 32px;
	font-weight: 700;
	font-style: italic;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 50px;
}


@media (max-width: 500px) {
#coming h1{
	width: calc(100vw * 260 / 375);
	margin-bottom: calc(100vw * 29 / 375);
}

#coming p{
	font-size:  calc(100vw * 23 / 375);
	margin-bottom:  calc(100vw * 100 / 375);
}
}











/*ヘッダー*/
#header{
	width: 100%;
}

#header .headerWrap{
	width: 100%;
	padding-left: calc((100vw - min(92vw,1800px)) / 2);
	display: grid;
	grid-template-columns: 361px 1fr;
	position: fixed;
	top: 0;
	left: 0;
}

#header.ap .headerWrap{
	padding-left: 60px;
}

#header .headerWrap.is-stop {
  position: absolute;
  top: 0;
  bottom: auto;
}

#header .headerWrap .nav{
	margin-top: 58px;
}

#header .headerWrap .nav h1{
	font-size: 0;
	content: url("../img/logo.svg");
	width: 250px;
	margin-bottom: 100px;
}

#header .headerWrap .nav .coming{
	font-size: 34px;
	font-family: "Urbanist", sans-serif;
	font-style: italic;
	letter-spacing: 0.08em;
	font-weight: 500;
	line-height: 38px;
	text-align: center;
	position: relative;
	display: inline-block;
	margin-right: auto;
	margin-bottom: 100px;
}

#header .headerWrap .nav .coming .year{
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0.16em;
}

#header .headerWrap .nav .coming .jp{
	font-size: 23px;
	font-weight: 500;
	letter-spacing: 0.16em;
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
}

#header .headerWrap .nav .coming .bg{
	background : rgba(255, 255, 255, 1);
  opacity : 0.41;
	width: 197px;
	height: 197px;
	filter: blur(19px);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	border-radius: 1000px;
	z-index: -1;
}

#header .headerWrap .nav .navList{
	font-size: 26px;
	letter-spacing: 0.08em;
	font-family: "Urbanist", sans-serif;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	gap:27px;
}

#header .headerWrap .nav .navList li{
	position: relative;
	display: flex;
  align-self: start;
}

#header .headerWrap .nav .navList li::after{
	content: "";
	background : rgba(255, 255, 255, 1);
  opacity : 0.41;
	width: 60px;
	height: 60px;
	filter: blur(19px);
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	border-radius: 1000px;
	z-index: -1;
	transition: .4s;
	opacity: 0;
}

#header .headerWrap .mv{
	width: 100%;
	height: 650px;
	background-image: url("../img/mv.png");
	background-size: cover;
	background-position: center left;
	background-repeat: no-repeat;
}

#header.ap .headerWrap .mv{
	height: 100dvh;
}

/* ハンバーガーメニュー */
.fullscreenmenu{
	display: none;
}

@media (min-width: 840px) {
#header .headerWrap .nav .navList li:hover::after{
  opacity : 0.41;
}
}

@media (max-width: 840px) {
	#about .sp-only.about{
		display: inline-block;
	}
#header .headerWrap{
	padding-left: 0;
	grid-template-columns: 1fr;
	gap: calc(100vw * 60 / 375);
}
	
#header.ap .headerWrap{
	padding-left: 0;
}

#header .headerWrap .nav{
	margin-top: calc(100vw * 30 / 375);
}

#header .headerWrap .nav h1{
	width: calc(100vw * 250 / 375);
	margin: 0 auto calc(100vw * 20 / 375);
}

#header .headerWrap .nav .coming{
	font-size: calc(100vw * 25 / 375);
	line-height: calc(100vw * 37 / 375);
	margin-bottom: 0px;
	display: block;
}

#header .headerWrap .nav .coming .year{
	font-size: calc(100vw * 20 / 375);
}

#header .headerWrap .nav .coming .jp{
	font-size: calc(100vw * 17 / 375);
}

#header .headerWrap .nav .coming .bg{
	width: calc(100vw * 144 / 375);
	height: calc(100vw * 144 / 375);
	filter: blur(calc(100vw * 14 / 375));
	bottom: calc(100vw * 10 / 375);
}

#header .headerWrap .nav .navList{
	display: none;
}

#header .headerWrap .mv{
	height: calc(100vw * 350 / 375);
	background-image: url("../img/mv_sp.png");
	background-position: center;
}

#header.ap .headerWrap .mv{
	height: calc(100vw * 350 / 375);
}
	
.fullscreenmenu{
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
}

.menu, .menu span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
}

.menu {
	position: absolute;
	right: calc(100vw * 13 / 375);
	left: auto;
	width: calc(100vw * 40 / 375);
	height: calc(100vw * 43 / 375);
	z-index: 10;
	background: unset;
	cursor: pointer;
}

.menu span {
	position: absolute;
	left: 0;
	background-color: #3a3331;
	z-index: 10;
	width: calc(100vw * 40 / 375);
	height: calc(100vw * 2 / 375);
}

.menu span:nth-of-type(1) {
	top: calc(100vw * 30 / 375);
	left: 0;
	right: 0;
	margin: auto;
}

.menu span:nth-of-type(2) {
	top: calc(100vw * 40 / 375);
	left: 0px;
	right: 0;
	margin: auto;
}

.menu.active {
	position: fixed;
}

.menu.active span:nth-of-type(1) {
  transform: translateY(calc(100vw * 5 / 375)) rotate(-17deg);
}

.menu.active span:nth-of-type(2) {
	transform: translateY(calc(100vw * -5 / 375)) rotate(17deg);
	left: 0;
}
	
#hnav {
  position: fixed;
  top: 0px;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
	background-color: #c2a08d;
	filter: blur(20px);
	display: flex;
	flex-direction: column;
	overflow: scroll;
}

#hnav .hnavWrap{
	position: relative;
	padding-top: calc(100vw * 62 / 375);
}

#hnav.active {
  right: 0;
  opacity: 1;
  visibility: visible;
	filter: blur(0px);
	transform: translateX(00%);
}

button {
    border: none;
    outline: none;
}

button:focus {
    border: none;
    outline: none;
}

#hnav h1{
	content: url("../img/logo.svg");
	width: calc(100vw * 200 / 375);
	margin: 0 auto calc(100vw * 62 / 375);
}

#hnav .navList{
	display: flex;
	flex-direction: column;
	gap:calc(100vw * 20 / 375);
	align-items: center;
	font-size: calc(100vw * 18 / 375);
	letter-spacing: 0.08em;
	font-family: "Urbanist", sans-serif;
	font-weight: 400;
}

#hnav .bg{
	position: absolute;
	content: url("../img/bg_sp.svg");
	width: 100%;
	top: calc(100vw * -35 / 375);
	z-index: -1;
}
}


.blurArea{
	width: 100%;
	height: 370px;
	margin-top: 650px;
	background: linear-gradient(
    to top,
    rgba(194, 160, 141, 1) 0%,
    rgba(194, 160, 141, 0.8) 40%,
    rgba(194, 160, 141, 0.4) 70%,
    rgba(194, 160, 141, 0) 100%
  );
	z-index: 4;
	position: relative;
	top: 1px;
	margin-top: 100vh;
}

.blurArea.ap{
	height: 100dvh;
}




/*概要*/
#about{
	width: 100%;
	padding: 0 20px;
	position: relative;
	background: #c2a08d;
	padding-top: 220px;
	padding-bottom: 191px;
}
#about .bg{
	position: absolute;
	top: 0px;
	content: url("../img/bg_about.png");
	left: 50%;
	width: 1465px;
  transform: translate(-50%, 0%);
	z-index: 0;
	opacity: .7;
}
#about .aboutWrap{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#about .aboutWrap h3{
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 0.16em;
	line-height: 74px;
	margin-bottom: 36px;
}
#about .aboutWrap .txtBox{
	margin-left: 80px;
}

#about .aboutWrap .txt{
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 48px;
	margin-bottom: 48px;
	white-space: nowrap;
}

#about .aboutWrap .txt2{
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 0.16em;
	line-height: 74px;
	white-space: nowrap;
	margin-bottom: 0;
}


@media (max-width: 840px) {
.blurArea{
	height: 20dvh;
	margin-top: calc(100vw * 700 / 375);
}

.blurArea.ap{
	height: 20dvh;
}
#about{
	padding: 0 calc(100vw * 38 / 375);
	padding-top: calc(100vw * 58 / 375);
	padding-bottom: calc(100vw * 97 / 375);
}

#about.test {
    padding: 0 calc(100vw * 20 / 375);
}

#about .bg{
	width: calc(100vw * 928 / 375);
  transform: translate(-50%, 0%);
	opacity: 1;
}
#about .aboutWrap{
	max-width: 100%;
}
#about .aboutWrap h3{
	font-size: calc(100vw * 22 / 375);
	line-height: calc(100vw * 43 / 375);
	margin-bottom: calc(100vw * 35 / 375);
	text-align: left;
}
#about .aboutWrap .txtBox{
	margin-left: 0px;
}
#about .aboutWrap .txt{
	font-size: calc(100vw * 16 / 375);
	letter-spacing: 0;
	line-height: calc(100vw * 32 / 375);
	margin-bottom: calc(100vw * 32 / 375);
	letter-spacing: 0.12em;
	text-align: justify;
	white-space: inherit;
}
#about .aboutWrap .txt2{
	font-size: calc(100vw * 22 / 375);
	line-height: calc(100vw * 40 / 375);
	margin-bottom: calc(100vw * 0 / 375);
	white-space: inherit;
}

#about.test .aboutWrap .txt2{
	margin-bottom: calc(100vw * 80 / 375);
}
}




/*施設*/
#facilities{
	width: 100%;
	padding: 0 20px 93px;
	position: relative;
	background: #c2a08d;
}

#facilities .facilitiesWrap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(180px, 350px) minmax(0, 1fr);
}

.comonTit{
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 0.05em;
	position: sticky;
	top: 30px;
	align-self: start;
	font-family: "Urbanist", sans-serif;
}

#facilities .facilitiesWrap .rightBox{
	display: flex;
	flex-direction: column;
	gap:100px;
	min-width: 0;
}

#facilities .facilitiesWrap .rightBox article{
	display: flex;
	flex-direction: column;
	gap:37px;
}

#facilities .facilitiesWrap .rightBox article .txtBox{
	display: grid;
	gap:30px;
	grid-template-columns: 1fr minmax(180px, 410px);
}

#facilities .facilitiesWrap .rightBox article h3{
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.05em;
	font-family: "Urbanist", sans-serif;
	display: flex;
	flex-direction: column;
	gap:15px;
}

#facilities .facilitiesWrap .rightBox article h3 span{
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.05em;
	font-family: "Noto Sans JP", sans-serif;
}

#facilities .facilitiesWrap .rightBox article p{
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0.08em;
	text-align: justify;
}

@media (max-width: 1240px) {
#facilities .facilitiesWrap{
	grid-template-columns: 200px 1fr;
}
}

@media (max-width: 840px) {
#facilities{
	padding: 0 calc(100vw * 15 / 375) calc(100vw * 59 / 375);
}

#facilities .facilitiesWrap{
	grid-template-columns: 1fr;
	gap:calc(100vw * 25 / 375);
}

.comonTit{
	font-size: calc(100vw * 34 / 375);
	position: unset;
	top: auto;
}

#facilities .facilitiesWrap .rightBox{
	gap:calc(100vw * 55 / 375);
}

#facilities .facilitiesWrap .rightBox article{
	gap:calc(100vw * 19 / 375);
}

#facilities .facilitiesWrap .rightBox article .txtBox{
	gap:calc(100vw * 30 / 375);
	grid-template-columns: 1fr;
}

#facilities .facilitiesWrap .rightBox article h3{
	font-size: calc(100vw * 30 / 375);
	gap:calc(100vw * 13 / 375);
}

#facilities .facilitiesWrap .rightBox article h3 span{
	font-size: calc(100vw * 16 / 375);
}

#facilities .facilitiesWrap .rightBox article p{
	font-size: calc(100vw * 15 / 375);
	line-height: calc(100vw * 28 / 375);
}
}




/*サウナの効用*/
#benefits{
	width: 100%;
	padding: 60px 20px;
	position: relative;
	background: #c2a08d;
}
#benefits .bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background : rgba(255, 255, 255, .2);
}
#benefits .benefitsWrap{
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
}
#benefits .benefitsWrap h3{
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 0.1em;
	display: flex;
	flex-direction: column;
	gap:14px;
	text-align: center;
	margin-bottom: 35px;
}

#benefits .benefitsWrap h3 span{
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.06em;
}

#benefits .benefitsWrap .txt{
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0.04em;
	text-align: center;
}

#benefits .benefitsWrap .benefitsBox{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap:12px;
	margin: 25px 0 27px;
}

#benefits .benefitsWrap .benefitsBox p{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 50px;
	background : rgba(255, 255, 255, .7);
	border:solid 1px #4C3B2F;
	border-radius: 1000px;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.04em;
}

#benefits .benefitsWrap .benefitsBox p:nth-child(2){
	transition-delay: .06s;
}

#benefits .benefitsWrap .benefitsBox p:nth-child(3){
	transition-delay: .12s;
}

#benefits .benefitsWrap .benefitsBox p:nth-child(4){
	transition-delay: .18s;
}

#benefits .benefitsWrap .benefitsBox p:nth-child(5){
	transition-delay: .24s;
}

@media (max-width: 840px) {
#benefits{
	padding: calc(100vw * 55 / 375) calc(100vw * 20 / 375);
	position: relative;
	background: #c2a08d;
}

#benefits .benefitsWrap h3{
	font-size: calc(100vw * 33 / 375);
	letter-spacing: 0.05em;
	gap:calc(100vw * 14 / 375);
	margin-bottom: calc(100vw * 25 / 375);
}

#benefits .benefitsWrap h3 span{
	font-size: calc(100vw * 23 / 375);
}

#benefits .benefitsWrap .txt{
	font-size: calc(100vw * 15 / 375);
	line-height: calc(100vw * 28 / 375);
	letter-spacing: 0.03em;
}

#benefits .benefitsWrap .benefitsBox{
	grid-template-columns: repeat(2, calc(100vw * 150 / 375));
justify-content: center;
	gap:calc(100vw * 15 / 375);
	margin: calc(100vw * 20 / 375) 0 calc(100vw * 16 / 375);
}

#benefits .benefitsWrap .benefitsBox p{
	width: calc(100vw * 150 / 375);
	height: calc(100vw * 40 / 375);
	font-size: calc(100vw * 18 / 375);
}

#benefits .benefitsWrap .benefitsBox p:last-child{
	grid-column: 1 / -1;
  justify-self: center;
}

#benefits .benefitsWrap .txt.left{
	text-align: center;
}
}






/*価格*/
#price{
	width: 100%;
	padding: 96px 20px 93px;
	position: relative;
	background: #c2a08d;
}

#price .priceWrap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(180px, 350px) minmax(0, 1fr);
}

#price .priceWrap .rightBox{
	display: flex;
	flex-direction: column;
	gap:46px;
	min-width: 0;
}

#price .priceWrap .rightBox .txt{
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0.03em;
}

#price .priceWrap .rightBox .txt span{
  font-weight: 700;
}

#price .priceWrap .rightBox .txt2{
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0.03em;
}



#price .priceWrap .rightBox .txt2 span{
	margin: 0 7px;
}

@media (max-width: 1240px) {
#price .priceWrap{
	grid-template-columns: 200px 1fr;
}
}

@media (max-width: 840px) {
#price{
	padding: calc(100vw * 59 / 375) calc(100vw * 15 / 375) calc(100vw * 98 / 375);
}

#price .priceWrap{
	grid-template-columns: 1fr;
	gap:calc(100vw * 25 / 375);
}

#price .priceWrap .rightBox{
	gap:calc(100vw * 35 / 375);
}

#price .priceWrap .rightBox .txt{
	font-size: calc(100vw * 15 / 375);
	line-height: calc(100vw * 28 / 375);
	text-align: justify;
}

#price .priceWrap .rightBox .txt2{
	font-size: calc(100vw * 18 / 375);
	font-weight: 500;
	line-height: calc(100vw * 28 / 375);
}

#price .priceWrap .rightBox .txt2 span{
	margin: 0 calc(100vw * 7 / 375);
	font-weight: 500;
}
}








/*フッター*/
#access{
	width: 100%;
	padding: 0 20px 60px;
	position: relative;
	background: #c2a08d;
}

#access .accessWrap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(180px, 350px) minmax(0, 1fr);
}

#access .accessWrap .rightBox{
	display: flex;
	flex-direction: column;
	min-width: 0;
}

#access .accessWrap .rightBox .accessBox{
	display: flex;
	gap:80px;
	margin-bottom: 30px;
}

#access .accessWrap .rightBox .accessBox dl{
	display: flex;
	flex-direction: column;
	gap:32px;
}

#access .accessWrap .rightBox .accessBox dl dt{
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.03em;
}

#access .accessWrap .rightBox .accessBox dl dd{
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 32px;
}

#access .accessWrap .rightBox .txt{
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 28px;
	margin-bottom: 19px;
}

#access .accessWrap .rightBox .moreBtn{
	font-size: 15px;
	font-weight: 500;
	display: flex;
	width: 130px;
	height: 35px;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	border: solid 1px #3a3331;
	border-radius: 1000px;
	position: relative;
  z-index: 1;
	overflow: hidden;
}

#access .accessWrap .rightBox .moreBtn::before{
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: -150%;
	left: 0;
	right: 0;
	margin: auto;
	transform-origin: bottom;
	background: #3a3331;
	border-radius: 1000px;
	transition: .8s;
  	z-index: -1;
}

#access .accessWrap .rightBox iframe{
	width: 100%;
	height: 483px;
}

@media (min-width: 840px) {
#access .accessWrap .rightBox .moreBtn:hover{
	color: #c2a08d;
}
#access .accessWrap .rightBox .moreBtn:hover::before{
	height: 140px;
	width: 140px;
}
}

@media (max-width: 1240px) {
#access .accessWrap{
	grid-template-columns: 200px 1fr;
}
}

@media (max-width: 840px) {
#access{
	padding: 0 calc(100vw * 15 / 375) calc(100vw * 42 / 375);
}

#access .accessWrap{
	grid-template-columns: 1fr;
	gap:calc(100vw * 25 / 375);
}

#access .accessWrap .rightBox .accessBox{
	flex-direction: column;
	gap:calc(100vw * 35 / 375);
	margin-bottom: calc(100vw * 35 / 375);
}

#access .accessWrap .rightBox .accessBox dl{
	gap:calc(100vw * 10 / 375);
}

#access .accessWrap .rightBox .accessBox dl dt{
	font-size: calc(100vw * 15 / 375);
}

#access .accessWrap .rightBox .accessBox dl dd{
	font-size: calc(100vw * 15 / 375);
	line-height: calc(100vw * 26 / 375);
}

#access .accessWrap .rightBox .txt{
	font-size: calc(100vw * 15 / 375);
	line-height: calc(100vw * 26 / 375);
	margin-bottom: calc(100vw * 19 / 375);
}

#access .accessWrap .rightBox .moreBtn{
	font-size: calc(100vw * 15 / 375);
	width: calc(100vw * 130 / 375);
	height: calc(100vw * 35 / 375);
	margin-bottom: calc(100vw * 25 / 375);
}

#access .accessWrap .rightBox iframe{
	height: calc(100vw * 196 / 375);
}
}







/*フッター*/
#footer{
	width: 100%;
	padding: 0 20px 25px;
	position: relative;
	background: #c2a08d;
}

#footer .footerWrap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(180px, 350px) minmax(0, 1fr);
}

#footer .footerWrap h1{
	font-size: 0;
  content: url("../img/logo.svg");
  width: 203px;
}

#footer .footerWrap .rightBox{
	display: flex;
	flex-direction: column;
	min-width: 0;
}

#footer .footerWrap .rightBox .footerBox dl{
	display: grid;
	grid-template-columns: repeat(2, max-content);
	gap:40px;
	margin-bottom: 15px;
}

#footer .footerWrap .rightBox .footerBox dl dt{
	font-size: 14px;
	font-weight: 400;
}

#footer .footerWrap .rightBox .footerBox dl dd{
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

#footer .footerWrap .rightBox .txt{
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

@media (max-width: 1240px) {
#footer .footerWrap h1{
  width: 170px;
}
	
#footer .footerWrap{
	grid-template-columns: 200px 1fr;
}
}

@media (max-width: 840px) {
#footer{
	padding: 0 calc(100vw * 15 / 375) calc(100vw * 30 / 375);
}

#footer .footerWrap{
	grid-template-columns: 1fr;
	gap:calc(100vw * 25 / 375);
}

#footer .footerWrap h1{
	margin: 0 auto calc(100vw * 30 / 375);;
  width: calc(100vw * 250 / 375);
}

#footer .footerWrap .rightBox{
	display: flex;
	flex-direction: column;
	min-width: 0;
}

#footer .footerWrap .rightBox .footerBox dl{
	grid-template-columns: 1fr;
	gap:calc(100vw * 15 / 375);
	margin-bottom: calc(100vw * 30 / 375);
	text-align: center;
}

#footer .footerWrap .rightBox .footerBox dl dt{
	font-size: calc(100vw * 14 / 375);
	letter-spacing: 0.03em;
}

#footer .footerWrap .rightBox .footerBox dl dd{
	font-size: calc(100vw * 14 / 375);
	line-height: calc(100vw * 22 / 375);
	letter-spacing: 0.03em;
}

#footer .footerWrap .rightBox .txt{
	font-size: calc(100vw * 14 / 375);
	line-height: calc(100vw * 22 / 375);
	letter-spacing: 0.03em;
	text-align: center;
}
}


#footerImg {
  position: relative;
  height: 800px;
  overflow: hidden;
}

#footerImg .fallLayer {
  position: absolute;
  inset: 0;
  background: url("../img/footerImg.jpg") center / cover no-repeat;
  transform: translateY(-100%);
  will-change: transform;
	filter: blur(20px);
  transition: filter 0.15s linear;
}

#copyright{
	width: 100%;
	padding: 33px 20px 36px;
	text-align: center;
	position: relative;
	background: #c2a08d;
}

#copyright .copyrightWrap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#copyright small{
	font-size: 12px;
}

#copyright p{
	font-size: 12px;
}

@media (max-width: 840px) {
#footerImg {
  height: calc(100vw * 239 / 375);
}

#footerImg .fallLayer {
  background: url("../img/footerImg_sp.jpg") center / cover no-repeat;
	filter: blur(6px);
}

#copyright{
	padding: calc(100vw * 12 / 375) 0 calc(100vw * 23 / 375);
}

#copyright .copyrightWrap{
	flex-direction: column;
}

#copyright small{
	font-size: calc(100vw * 12 / 375);
}

#copyright p{
	font-size: calc(100vw * 13 / 375);
	line-height: calc(100vw * 22 / 375);
	margin-bottom: calc(100vw * 15 / 375);
}
}









/*動き*/
.fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.8s ease, transform 1.2s ease;
}

.fade-in.is-show {
  opacity: 1;
  transform: translateY(0);
}

.hero-anim {
  opacity: 0;
  filter: blur(14px);
  transition:
    opacity 1s ease,
    filter 1s ease;
}

.hero-anim.is-show {
  opacity: 1;
  filter: blur(0);
}

.scroll-anim {
  opacity: 0;
  transform: translate(1px, 0px) scale(0.94) rotate(-1deg);
  filter: blur(8px);
  transition:
    opacity 0.8s ease,
    transform 2.1s cubic-bezier(.16,1,.3,1),
    filter 1.1s ease;
	transform-origin: top right;
}

.scroll-anim.is-show {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  filter: blur(0);
}


#loading {
  position: fixed;
  inset: 0;
  background: #c2a08d;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 1.8s ease, visibility 1.8s ease;
}

#loading.is-hide {
  opacity: 0;
  visibility: hidden;
}

#loading .loading-inner h1 {
  content: url("../img/logo.svg?250704");
	width: 350px;
  opacity: 0;
  animation: logoFloat 1s ease forwards;
}

#loading .loading-inner .bg {
	position: absolute;
	content: url("../img/bg_about.png");
	top: -50px;
	opacity: .7;
	left: 50%;
  width: 1465px;
  transform: translate(-50%, 0%);
}

@keyframes logoFloat {
  0%   { opacity: 0; transform: translateY(0px) scale(.96); }
  60%  { opacity: 1; transform: translateY(0) scale(1); }
  100% { opacity: 1; }
}


@media (max-width: 840px) {
#loading .loading-inner h1 {
	width: calc(100vw * 250 / 375);
}

#loading .loading-inner .bg {
	top: calc(100vw * 20 / 375);
	width: calc(100vw * 928 / 375);
    transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
}
















/*260324採用情報追加*/
/* =================
 PC
================= */
#price .priceWrap .rightBox {
  gap: 0;
}

#price .priceWrap .rightBox .txt {
	margin-bottom: 55px;
}

#price .priceWrap .rightBox .txt span {
	font-weight: 700;
}

#price .priceWrap .rightBox .priceTit {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.03em;
	margin-bottom: 25px;
}

#price .priceWrap .rightBox .atnList {
	font-size: 14px;
	letter-spacing: 0.03em;
	line-height: 20px;
	margin-bottom: 55px;
}

#price .priceWrap .rightBox dl {
	display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0px;
	border-top: 1px solid;
	border-color : rgba(58, 51, 49, .2);
	width: fit-content;
	margin-bottom: 80px;
}

#price .priceWrap .rightBox dl dt{
	font-size: 16px;
	letter-spacing: 0.03em;
	border-bottom: 1px solid;
	border-color : rgba(58, 51, 49, .2);
	padding: 20px 2px;
}

#price .priceWrap .rightBox dl dd{
	font-size: 16px;
	letter-spacing: 0.03em;
	border-bottom: 1px solid;
	border-color : rgba(58, 51, 49, .2);
	padding: 20px 30px 20px 55px;
}

#price .priceWrap .rightBox dl dd span{
	font-family: "Urbanist", sans-serif;
	font-size: 20px;
	font-weight: 500;
	margin: 0 5px;
}

#price .priceWrap .rightBox h5{
	font-size: 24px;
	letter-spacing: 0.03em;
	font-weight: 700;
	margin-bottom: 40px;
}



.priceTable {
  width: 100%;
  border-collapse: collapse;
	border-radius: 20px;
	overflow: hidden;
	border-collapse: separate;
  border-spacing: 2px;
	margin-bottom: 10px;
}
.priceTable.each {
	max-width: 610px;
}

.priceTable th,
.priceTable td {
	vertical-align: middle;
  text-align: center;
}

.priceTable thead tr th {
	font-size: 15px;
	font-weight: 700;
	background : #4C3B2F;
  	color: #fff;
	height: 100px;
}

.priceTable thead tr th.plan {
	width: 238px;
}

.priceTable .highlight {
  background : #652D2F;
  color: #fff;
}

.priceTable .highlight .badge{
  color: #652D2F;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	font-weight: 700;
	border-radius: 1000px;
	width: 120px;
	height: 25px;
	margin: 0 auto 5px;
}

.priceTable tbody {
	background : rgba(255, 255, 255, .2);
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.03em;
}

.priceTable tbody .urb{
	font-family: "Urbanist", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 71px;
	letter-spacing: 0.05em;
	margin-right: 5px;
}

.priceTable tbody tr.desc td{
	text-align: left;
	padding: 18px;
}

.priceTable tbody .center{
	text-align: left;
	padding:18px 24px;
}

.priceTable tbody tr td{
	padding: 5px 10px;
}


.priceTable tbody .spth {
	display: none;
  }

@media (max-width: 1080px) {
.priceTable tbody .center {
  text-align: center;
  padding: 0;
	width: 110px;
}
}

/* =================
 SP（列 → カード化）
================= */
@media (max-width: 840px) {
#price .priceWrap .rightBox .txt {
	margin-bottom: calc(100vw * 50 / 375);
}

#price .priceWrap .rightBox .priceTit {
	font-size: calc(100vw * 30 / 375);
	margin-bottom: calc(100vw * 25 / 375);
	text-align: center;
}

#price .priceWrap .rightBox .priceTit.left {
	text-align: left;
}

#price .priceWrap .rightBox .atnList {
	font-size: calc(100vw * 14 / 375);
	line-height: calc(100vw * 20 / 375);
	margin-bottom: calc(100vw * 45 / 375);
}

#price .priceWrap .rightBox dl {
	width: 100%;
	margin-bottom: calc(100vw * 60 / 375);
}

#price .priceWrap .rightBox dl dt{
	font-size: calc(100vw * 16 / 375);
	padding: calc(100vw * 20 / 375) calc(100vw * 2 / 375);
}

#price .priceWrap .rightBox dl dd{
	font-size: calc(100vw * 16 / 375);
	padding: calc(100vw * 20 / 375) calc(100vw * 0 / 375) calc(100vw * 20 / 375) calc(100vw * 80 / 375);
}

#price .priceWrap .rightBox dl dd span{
	font-size: calc(100vw * 20 / 375);
	margin: 0 calc(100vw * 4 / 375);
}

#price .priceWrap .rightBox h5{
	font-size: calc(100vw * 24 / 375);
	line-height: calc(100vw * 42 / 375);
	margin-bottom: 0px;
}

  .priceTable {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .priceTable thead,
  .priceTable tbody,
  .priceTable tr {
    display: contents;
  }

  /* ===== カード共通 ===== */
  .priceTable th:nth-child(n+2),
  .priceTable td:nth-child(n+2) {
    display: block;
	background : rgba(255, 255, 255, .2);
  }

  /* =====================
     レギュラー（2列目）
  ===================== */
  .priceTable th:nth-child(2) { order: 1; }
  .priceTable .desc td:nth-child(2) { order: 2; }

  .priceTable tr:nth-child(2) td:nth-child(2) { order: 3; margin-bottom: calc(100vw * 2 / 375);}
  .priceTable tr:nth-child(3) td:nth-child(2) { order: 4; margin-bottom: calc(100vw * 2 / 375);}
  .priceTable tr:nth-child(4) td:nth-child(2) { order: 5; margin-bottom: calc(100vw * 30 / 375);border-radius: 0 0 20px 20px;}

  /* =====================
     コンフォート（3列目）
  ===================== */
  .priceTable th:nth-child(3) { order: 10; }
  .priceTable .desc td:nth-child(3) { order: 11; }

  .priceTable tr:nth-child(2) td:nth-child(3) { order: 12;  margin-bottom: calc(100vw * 2 / 375);}
  .priceTable tr:nth-child(3) td:nth-child(3) { order: 13;  margin-bottom: calc(100vw * 2 / 375);}
  .priceTable tr:nth-child(4) td:nth-child(3) { order: 14; margin-bottom: calc(100vw * 30 / 375);border-radius: 0 0 20px 20px;}

  /* =====================
     プラス（4列目）
  ===================== */
  .priceTable th:nth-child(4) { order: 20; }
  .priceTable .desc td:nth-child(4) { order: 21; }

  .priceTable tr:nth-child(2) td:nth-child(4) { order: 22;  margin-bottom: calc(100vw * 2 / 375);}
  .priceTable tr:nth-child(3) td:nth-child(4) { order: 23;  margin-bottom: calc(100vw * 2 / 375);}
  .priceTable tr:nth-child(4) td:nth-child(4) { order: 24;  margin-bottom: calc(100vw * 2 / 375);}

  /* 見た目調整 */
  .priceTable th:first-child {
    display: none;
  }

  .priceTable td {
    border-top: none;
  }
	.priceTable thead tr th.plan {
  width: 100%;
		background: #4C3B2F;
		border-radius: 20px 20px 0 0;
}
.priceTable thead tr th {
  font-size: calc(100vw * 15 / 375);
  height:auto;
	padding: calc(100vw * 18 / 375) 0;
	margin-bottom: calc(100vw * 2 / 375);
}
	
	.priceTable tbody tr.desc td {
  padding: calc(100vw * 20 / 375) calc(100vw * 30 / 375);
	margin-bottom: calc(100vw * 2 / 375);
}
	
	.priceTable tbody tr td.tcenter {
		text-align: center;
}
	
	.priceTable tbody {
  font-size: calc(100vw * 14 / 375);
  line-height: calc(100vw * 22 / 375);
}
	
.priceTable tbody .urb {
  font-size: calc(100vw * 20 / 375);
  line-height: calc(100vw * 71 / 375);
  margin-right: calc(100vw * 5 / 375);
}
.priceTable .highlight {
  background : #652D2F!important;
}
.priceTable .highlight .badge {
  font-size: calc(100vw * 15 / 375);
  width: calc(100vw * 120 / 375);
  height: calc(100vw * 25 / 375);
  margin: 0 auto calc(100vw * 5 / 375);
}

.priceTable tbody tr td {
  padding: 0px;
}
.priceTable tbody .spth {
	display: block;
	margin-top: calc(100vw * 20 / 375);
    margin-bottom: calc(100vw * -21 / 375);
  }

.priceTable.each {
  max-width: 100%;
	display: table;
}
 .priceTable.each thead, .priceTable.each tbody, .priceTable.each tr {
    display: revert;
  }
 .priceTable.each th:nth-child(n+2), .priceTable.each td:nth-child(n+2) {
   display: revert;
  }
 .priceTable.each thead tr th.plan {
    width: 50%;
    border-radius: 0;
  }
.priceTable.each tbody {
  background: none;
}
}





/*リクルート*/
#recruit{
	width: 100%;
	padding: 0 20px 60px;
	position: relative;
	background: #c2a08d;
	margin-bottom: 80px;
}

#recruit .recruitWrap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(180px, 350px) minmax(0, 1fr);
}

#recruit .recruitWrap .rightBox{
	display: flex;
	flex-direction: column;
	min-width: 0;
}

#recruit .recruitWrap .rightBox dl{
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 12px;
	row-gap: 25px;
	margin-bottom: 90px;
}

#recruit .recruitWrap .rightBox dl dt{
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.03em;
	padding: 25px 55px 0 0;
	border-top: 1px solid;
  border-color: rgba(58, 51, 49, .3);
}

#recruit .recruitWrap .rightBox dl dd{
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.03em;
	padding: 25px 0px 0 0;
	border-top: 1px solid;
  border-color: rgba(58, 51, 49, .3);
}


#recruit .moreBtn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 50px;
	background: #3A3331;
	border: solid 1px #3A3331;
	border-radius: 1000px;
	margin-left: 100px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.03em;
	transition: .3s;
}

@media (min-width: 840px) {
#recruit .moreBtn:hover{
	background: #fff;
	color: #3A3331;
}
}


@media (max-width: 1240px) {
#recruit .recruitWrap{
	grid-template-columns: 200px 1fr;
}
}

@media (max-width: 840px) {
#recruit{
	padding: 0 calc(100vw * 15 / 375);
}

#recruit .recruitWrap{
	grid-template-columns: 1fr;
	gap:calc(100vw * 25 / 375);
}

#recruit .recruitWrap .rightBox dl{
	grid-template-columns: 1fr;
	row-gap: 0;
	margin-bottom: calc(100vw * 25 / 375);
}

#recruit .recruitWrap .rightBox dl dt{
	font-size: calc(100vw * 15 / 375);
	line-height: calc(100vw * 34 / 375);
	padding: calc(100vw * 23 / 375) 0 0 0;
	margin-bottom: calc(100vw * 5 / 375);
}

#recruit .recruitWrap .rightBox dl dd{
	font-size: calc(100vw * 15 / 375);
	line-height: calc(100vw * 22 / 375);
	padding: 0;
	border-top: none;
	margin-bottom: calc(100vw * 30 / 375);
}


#recruit .moreBtn{
	width: calc(100vw * 300 / 375);
	height: calc(100vw * 50 / 375);
	margin: 0 auto;
	font-size: calc(100vw * 16 / 375);
}
}



.staffBn{
	position: absolute;
	bottom: 20px;
	/*right: 470px;*/
	right: 405px;
	width: 150px;
	transition: .3s;
}
.staffBn2{
	position: fixed;
	bottom: 30px;
	right: 30px;
	/*width: 400px;*/
	width: 350px;
	transition: .3s;
	z-index: 5;
}


@media (min-width: 840px) {
.staffBn:hover{
	opacity: .8;
}
.staffBn2:hover{
	opacity: .8;
}
}
@media (max-width: 840px) {
.staffBn{
	bottom: calc(100vw * 342 / 375);
	right: calc(100vw * 18 / 375);
	width: calc(100vw * 120 / 375);
}
.staffBn2{
	bottom: 0px;
	right: 0px;
	width: 100%;
}
}



#scrollNav{
	position: fixed;
	top: 30px;
	right: 100px;
	width: 100%;
	z-index: 4;
	opacity: 0;
	transition: opacity 0.4s ease;
}

#scrollNav.active{
  opacity: 1;
}

#scrollNav .navList{
	display: flex;
	justify-content: flex-end;
	gap:45px;
}

#scrollNav .navList li{
	font-size: 18px;
	font-weight: 400;
	font-family: "Urbanist", sans-serif;
	letter-spacing: 0.08em;
	position: relative;
}

#scrollNav .navList li::after {
  content: "";
  background: rgba(255, 255, 255, 1);
  opacity: 0.41;
  width: 30px;
  height: 30px;
  filter: blur(19px);
  top: 0;
  left: 0;
	right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  border-radius: 1000px;
  z-index: -1;
  transition: .4s;
	opacity: 0;
}


@media (min-width: 840px) {
#scrollNav .navList li:hover::after{
	opacity: 1;
}
}


@media (max-width: 900px) {
#scrollNav{
	right: 20px;
}
}
@media (max-width: 840px) {
#scrollNav{
	display: none;
}
}



/*会員募集*/
#joinus{
	width: 100%;
	padding: 0 20px 60px;
	position: relative;
	background: #c2a08d;
	margin-bottom: 80px;
}

#joinus .joinusWrap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(180px, 350px) minmax(0, 1fr);
}

#joinus .joinusWrap .rightBox {
	min-width: 0;
}

#joinus .joinusWrap .rightBox .linkList{
	display: flex;
	flex-direction: column;
	gap: 40px;
  margin-bottom: 60px;
	 align-items: flex-start;
}

#joinus .joinusWrap .rightBox .linkList a{
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.03em;
	display: inline-flex;
	text-decoration: underline;
	text-underline-offset: 11px;
	transition: .3s;
}

#joinus .joinusWrap .rightBox .linkBox{
	display: flex;
	margin-bottom: 30px;
	gap:28px;
}

#joinus .joinusWrap .rightBox .linkBox a{
	background: #3A3331;
	border: solid 2px #3A3331;
	border-radius : 20px;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 350px;
	height: 100px;
	position: relative;
	text-align: center;
	transition: .3s;
}

#joinus .joinusWrap .rightBox .linkBox a .tit{
	font-size: 30px;
	font-weight: 600;
}

#joinus .joinusWrap .rightBox .linkBox a .txt1{
	font-size: 20px;
	font-weight: 600;
}

#joinus .joinusWrap .rightBox .linkBox a .txt2{
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	margin-top: -30px;
}

#joinus .joinusWrap .rightBox .linkBox a .arrow{
	position: absolute;
	mask-image: url("../img/arrow.svg");
	mask-size:cover;
	background: #fff;
	width: 18px;
	height: 42px;
	right: 30px;
	transition: .3s;
}

#joinus .joinusWrap .rightBox .lineBox{
	background: rgba(255, 255, 255, .2);
	border-radius : 20px;
	padding: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 35px;
	gap:21px;
	max-width: 730px;
}

#joinus .joinusWrap .rightBox .lineBox .lineIco{
	content: url("../img/line.svg");
	width: 49px;
}

#joinus .joinusWrap .rightBox .lineBox p{
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 32px;
}

#joinus .joinusWrap .rightBox .lineBox img{
	max-width: 80px;
}

#joinus .joinusWrap .rightBox .joinTxt{
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.05em;
	text-align: justify;
	max-width: 730px;
}

@media (min-width: 840px) {
#joinus .joinusWrap .rightBox .linkList a:hover{
	color: #824A3A;
}

#joinus .joinusWrap .rightBox .linkBox a:hover{
	background: #fff;
	color: #3A3331;
}

#joinus .joinusWrap .rightBox .lineBox a:hover{
	color: #824A3A;
}

#joinus .joinusWrap .rightBox .linkBox a:hover .arrow{
	background: #3A3331;
}
}


@media (max-width: 1240px) {
#joinus .joinusWrap{
	grid-template-columns: 200px 1fr;
}
}

@media (max-width: 840px) {
#joinus{
	padding: 0 calc(100vw * 15 / 375);
	margin-bottom: calc(100vw * 70 / 375);
}

#joinus .joinusWrap{
	grid-template-columns: 1fr;
	gap: calc(100vw * 35 / 375);
}

#joinus .joinusWrap .rightBox .linkList{
	gap: calc(100vw * 40 / 375);
    margin-bottom: calc(100vw * 55 / 375);
}

#joinus .joinusWrap .rightBox .linkList a{
	font-size: calc(100vw * 18 / 375);
}

#joinus .joinusWrap .rightBox .linkBox{
	flex-wrap: wrap;
	margin-bottom: calc(100vw * 30 / 375);
	gap:calc(100vw * 27 / 375);
}

#joinus .joinusWrap .rightBox .linkBox a{
	width: calc(100vw * 345 / 375);
	height: calc(100vw * 100 / 375);
}

#joinus .joinusWrap .rightBox .linkBox a .tit{
	font-size: calc(100vw * 30 / 375);
}

#joinus .joinusWrap .rightBox .linkBox a .txt1{
	font-size: calc(100vw * 20 / 375);
}

#joinus .joinusWrap .rightBox .linkBox a .txt2{
	font-size: calc(100vw * 18 / 375);
	margin-top: calc(100vw * -30 / 375);
}

#joinus .joinusWrap .rightBox .linkBox a .arrow{
	width: calc(100vw * 18 / 375);
	height: calc(100vw * 42 / 375);
	right: calc(100vw * 30 / 375);
}

#joinus .joinusWrap .rightBox .lineBox{
	padding: calc(100vw * 25 / 375);
	flex-wrap: wrap;
	margin-bottom: calc(100vw * 20 / 375);
	gap:calc(100vw * 15 / 375) calc(100vw * 20 / 375);
	max-width: 100%;
}

#joinus .joinusWrap .rightBox .lineBox .lineIco{
	width: calc(100vw * 49 / 375);
}

#joinus .joinusWrap .rightBox .lineBox p{
	font-size: calc(100vw * 20 / 375);
	line-height: calc(100vw * 30 / 375);
}

#joinus .joinusWrap .rightBox .lineBox .link{
	font-size: calc(100vw * 20 / 375);
	line-height: calc(100vw * 30 / 375);
	font-weight: 600;
	width: 100%;
	text-align: center;
	display: block;
}

#joinus .joinusWrap .rightBox .lineBox p{
	font-size: calc(100vw * 20 / 375);
	line-height: calc(100vw * 30 / 375);
}

#joinus .joinusWrap .rightBox .lineBox img{
	max-width: calc(100vw * 80 / 375);
}

#joinus .joinusWrap .rightBox .joinTxt{
	font-size: calc(100vw * 15 / 375);
	line-height: calc(100vw * 28 / 375);
	max-width: 100%;
}
}


#footer .footerWrap .rightBox .footerBox{
  display: flex;
	gap:100px;
}
#footer .footerWrap .rightBox .footerBox ul{
  display: grid;
  grid-auto-flow: column; /* ←縦に詰めて、列へ流す */
  grid-template-rows: repeat(3, auto); /* ←3行で区切る */
  gap: 25px 60px; /* 行間 列間 */
}
#footer .footerWrap .rightBox .footerBox ul li{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.08em;
	font-family: "Urbanist", sans-serif;
}

@media (max-width: 980px) {
#footer .footerWrap .rightBox .footerBox{
	gap:30px;
}
#footer .footerWrap .rightBox .footerBox ul{
  gap: 25px 30px; 
}
}

@media (max-width: 840px) {
#footer .footerWrap .rightBox .footerBox{
	flex-wrap: wrap;
	gap:calc(100vw * 50 / 375);
}
#footer .footerWrap .rightBox .footerBox ul{
	margin: 0 auto;
  gap: calc(100vw * 25 / 375) calc(100vw * 60 / 375);
}
#footer .footerWrap .rightBox .footerBox ul li{
	font-size: calc(100vw * 16 / 375);
}
#footer .footerWrap .rightBox .footerBox .wrapBox{
	margin: 0 auto;
}
}





#header.under .headerWrap {
	display: block;
	padding: 0 80px;
	position: relative;
}

#header.under .headerWrap .nav {
  margin-top: 30px;
	display: flex;
  justify-content: space-between;
	align-items: flex-end;
}

#header.under .headerWrap .nav h1 {
  margin-bottom: 0px;
}

#header.under .headerWrap .nav .navList {
	flex-direction: row;
	font-size: 18px;
	gap:47px;
	position: fixed;
	right: 80px;
	transition: .3s;
	top: 100px;
}

#header.under .headerWrap .nav .navList.active {
	top: 30px;
}

#header.under .headerWrap .nav .navList li::after {
  width: 30px;
  height: 30px;
	right: 0;
}

@media (min-width: 840px) {
#header.under .headerWrap .nav .navList li:hover::after {
	opacity: 1;
}
}
@media (max-width: 1040px) {
#header.under .headerWrap {
	padding: 0 20px;
}

#header.under .headerWrap .nav .navList {
	gap:35px;
	right: 20px;
}
}



#under{
	width: 100%;
	padding: 80px 20px 140px;
}

#under .underWrap{
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
}

.underTit{
	display: flex;
	flex-direction: column;
	margin-bottom: 130px;
	gap:15px;
}

.underTit .en{
	font-size: 30px;
	letter-spacing: 0.08em;
	font-family: "Urbanist", sans-serif;
}

.underTit .jp{
	font-size: 16px;
	letter-spacing: 0.03em;
}

#under .underWrap .underTit2{
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.03em;
	border-bottom: 1px solid #3A3331;
	padding-bottom: 13px;
	margin-bottom: 50px;
}

#under .underWrap .underTit3{
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.03em;
	margin-bottom: 48px;
	padding-left: 30px;
	position: relative;
	display: flex;
}

#under .underWrap .underTit3.mar-b0{
	margin-bottom: 0;
}

#under .underWrap .underTit3::before{
	font-size: 20px;
	font-weight: 600;
	position: absolute;
	font-family: "Urbanist", sans-serif;
	left: 0;
	line-height: 18px;
}

#under .underWrap .underTit3.no1::before{
	content: "1";
}

#under .underWrap .underTit3.no2::before{
	content: "2";
}

#under .underWrap .underTit3.no3::before{
	content: "3";
}

#under .underWrap .underTit3.no4::before{
	content: "4";
}

#under .underWrap .underTit3.no5::before{
	content: "5";
}

#under .underWrap .underTit3.no6::before{
	content: "6";
}

#under .underWrap .underTit3.no7::before{
	content: "7";
}

#under .underWrap .underTit3.q::before{
	content: "Q";
}

#under .underWrap .dataList{
	display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 30px 35px;
	padding-left: 30px;
  margin-bottom: 85px;
}

#under .underWrap .dataList dt{
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0.03em;
}

#under .underWrap .dataList dd{
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.03em;
	text-align: justify;
}

#under .underWrap .infoBox{
	display: flex;
	flex-direction: column;
	gap:100px;
}

#under .underWrap .txt{
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.03em;
	text-align: justify;
	margin-bottom: 10px;
}

#under .underWrap .txt.mar-b0{
	margin-bottom: 0px;
}

#under .underWrap .atnList{
	margin-bottom: 70px;
}

#under .underWrap .atnList.mar-b0{
	margin-bottom: 0px;
}

#under .underWrap .atnList li{
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.03em;
	margin-bottom: 10px;
}

#under .underWrap .txt.mar-b{
	margin-bottom: 60px;
}

#under .underWrap .dataList.col{
  grid-template-columns: 1fr;
  gap: 0;
	margin-bottom: 60px;
}

#under .underWrap .dataList.col.mar-b0{
	margin-bottom: 0px;
}

#under .underWrap .dataList.col dd{
	margin-bottom: 40px;
}

#under .underWrap .dataList.col dd:last-of-type{
	margin-bottom: 0px;
}

#under .underWrap .dataList.col dd.mar-b0{
	margin-bottom: 0px;
}

#under .underWrap .underTit3.mar-b-{
	margin-bottom: 20px;
}

#under .underWrap .dataList2 li{
	padding-left: 15px;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.03em;
	text-align: justify;
	position: relative;
}

#under .underWrap .dataList2 li::before{
	content: "・";
	position: absolute;
	left: 0;
}

strong{
	font-weight: 600;
}

hr{
	border: none;
  border-top: 1px solid  rgba(58, 51, 49, .31);
  margin: 50px 0;
}

#under.faq .underWrap .underTit3 {
  font-size: 18px;
  margin-bottom: 35px;
}

#under.faq .underWrap .course {
	max-width: 540px;
	margin-top: 30px;
}


@media (max-width: 840px) {
#under{
	padding: calc(100vw * 80 / 375) calc(100vw * 12 / 375) calc(100vw * 100 / 375);
}

.underTit{
	margin-bottom: calc(100vw * 100 / 375);
	gap:calc(100vw * 15 / 375);
}

.underTit .en{
	font-size: calc(100vw * 30 / 375);
}

.underTit .jp{
	font-size: calc(100vw * 16 / 375);
}

#under .underWrap .underTit2{
	font-size: calc(100vw * 20 / 375);
	padding-bottom: calc(100vw * 13 / 375);
	margin-bottom: calc(100vw * 40 / 375);
}

#under .underWrap .underTit3{
	font-size: calc(100vw * 16 / 375);
	line-height: calc(100vw * 30 / 375);
	margin-bottom: calc(100vw * 23 / 375);
	padding-left: calc(100vw * 25 / 375);
}

#under .underWrap .underTit3::before{
	font-size: calc(100vw * 20 / 375);
	line-height: calc(100vw * 30 / 375);
}

#under .underWrap .dataList{
  grid-template-columns: 1fr;
  gap: calc(100vw * 16 / 375);
	padding-left: 0px;
  margin-bottom: calc(100vw * 60 / 375);
}

#under .underWrap .dataList dt{
	font-size: calc(100vw * 15 / 375);
	line-height: calc(100vw * 28 / 375);
}

#under .underWrap .dataList dd{
	font-size: calc(100vw * 15 / 375);
	line-height: calc(100vw * 28 / 375);
}

#under .underWrap .infoBox{
	gap:calc(100vw * 130 / 375);
}

#under .underWrap .txt{
	font-size: calc(100vw * 15 / 375);
	line-height: calc(100vw * 28 / 375);
	margin-bottom: calc(100vw * 15 / 375);
}

#under .underWrap .atnList{
	margin-bottom: calc(100vw * 68 / 375);
}

#under .underWrap .atnList li{
	font-size: calc(100vw * 15 / 375);
	line-height: calc(100vw * 28 / 375);
	margin-bottom: 0px;
}

#under .underWrap .txt.mar-b{
	margin-bottom: calc(100vw * 70 / 375);
}

#under .underWrap .dataList.col{
	margin-bottom: calc(100vw * 60 / 375);
}

#under .underWrap .dataList.col dd{
	margin-bottom: calc(100vw * 35 / 375);
}

#under .underWrap .underTit3.mar-b-{
	margin-bottom: calc(100vw * 15 / 375);
}

#under .underWrap .dataList2 li{
	padding-left: calc(100vw * 13 / 375);
	font-size: calc(100vw * 15 / 375);
	line-height: calc(100vw * 28 / 375);
}

#header.under .headerWrap .nav .logo{
	margin: 0 auto;
}
	
hr{
  margin: calc(100vw * 50 / 375) 0;
}

#under.faq .underWrap .underTit3 {
  font-size: calc(100vw * 18 / 375);
  margin-bottom: calc(100vw * 25 / 375);
}

#under.faq .underWrap .course {
	max-width: 100%;
	margin-top: 0px;
}
}

#copyright.under .copyrightWrap {
  justify-content: center;
}


#footer .footerWrap .rightBox .pdfList {
  display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
#footer .footerWrap .rightBox .pdfList a{
	font-size: 13px;
}


@media (min-width: 840px) {
	#footer a:hover{
		opacity: .7;
	}
}

@media (max-width: 840px) {
#footer .footerWrap .rightBox .pdfList {
  display: grid;
	grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
	gap:calc(100vw * 15/ 375);
	margin-top: calc(100vw * 50/ 375);
	padding: 0 calc(100vw * 15/ 375);
}
#footer .footerWrap .rightBox .pdfList a{
	font-size: calc(100vw * 12 / 375);
}	
}




#about .aboutWrap .txt3 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 70px;
  margin-bottom: 120px;
  white-space: nowrap;
}

#about .aboutWrap .txt3 span{
  font-size: 32px;
  font-weight: 500;
}

#joinus .joinusWrap .rightBox .joinTxt.f18 {
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.08em;
}




@media (max-width: 840px) {
#about .aboutWrap .txt3 {
 font-size: calc(100vw * 18 / 375);
    line-height: calc(100vw * 48 / 375);
    margin-bottom: calc(100vw * 50 / 375);
}

#joinus .joinusWrap .rightBox .joinTxt.f18 {
  font-size: calc(100vw * 18 / 375);
  line-height: calc(100vw * 34 / 375);
}

#about .aboutWrap .txt3 span{
  font-size: calc(100vw * 20 / 375);
}
}






