@charset "UTF-8";
/*
	Filename: home
	Version: 1.0.1
*/
/*-----------------------------------------------------
	#mv
------------------------------------------------------*/
#mv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 680px;
  background: url("../img/home/mv_bg.webp") no-repeat top center;
	background-size: cover;
}
.mv_text {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
	width: 100%;
	text-align: center;
	color: #fff;
}
.mv_text h2 {
	margin-bottom: 55px;
  font-size: 64px;
	font-weight: 400;
  letter-spacing: 0.1em;
}
.mv_text p {
  font-size: 40px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.mv_text p span {
  display: block;
  margin-top: 20px;
	font-family: "Cormorant Garamond", serif;
  font-size: 100px;
  font-weight: 400;
	letter-spacing: 0;
}
.mv_text_bottom {
	display: none;
}
@media screen and (max-width: 1200px) {
	.mv_text h2 {
		margin-bottom: 4.583vw;
		font-size: 5.333vw;
	}
	.mv_text p {
		font-size: 3.333vw;
	}
	.mv_text p span {
		margin-top: 1.667vw;
		font-size: 8.333vw;
	}
}
@media screen and (max-width: 750px) {
  #mv {
    min-height: auto;
		background: url("../img/home/sp_mv_bg.webp") no-repeat center center;
		background-size: cover;
  }
	.mv_text {
		display: flex;
		justify-content: flex-start;
		flex-direction: row-reverse;
		position: relative;
		top: 82px;
		transform: none;
		width: 80%;
	}
	.mv_text h2 {
		margin-bottom: 0;
		margin-left: 25px;
		font-size: 26px;
		writing-mode: vertical-rl;
		text-orientation: upright;
	}
	.mv_text p {
		margin-top: 80px;
		font-size: 20px;
		writing-mode: vertical-rl;
		text-orientation: upright;
	}
	.mv_text_bottom {
		display: block;
		position: absolute;
		bottom: -95px;
		left: 0;
		width: 100%;
		font-family: "Cormorant Garamond", serif;
		font-size: 74px;
		font-weight: 400;
		line-height: 1.3;
		text-align: center;
	}
}
@media screen and (max-width: 450px) {
	.mv_text_bottom {
		bottom: -21.111vw;
		font-size: 16.444vw;
	}
}
/*-----------------------------------------------------
	#about
------------------------------------------------------*/
#about {
  padding-top: 140px;
  padding-bottom: 105px;
	background: url("../img/home/about_bg.webp") no-repeat center center;
	background-size: cover;
}
#about .flex {
	justify-content: space-between;
}
.about_l {
	width: 49.5%;
}
.about_r {
	width: 48.9%;
	padding-right: 66px;
	text-align: right;
}
.about_r img:first-of-type {
	margin-bottom: 50px;
}
#about h2 {
  margin-bottom: 60px;
}
#about p {
  margin-bottom: 60px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 1320px) {
	.about_r {
		padding-right: 0;
	}
	.about_r img {
		max-width: 100%;
	}
}
@media screen and (max-width: 1000px) {
	#about {
		background: url("../img/home/sp_about_bg.webp") no-repeat center center;
		background-size: cover;
	}
	.about_l {
		width: 100%;
		margin-bottom: 60px;
		text-align: center;
	}
	#about p {
		text-align: left;
	}
	.about_r {
		width: 100%;
		text-align: center;
	}
	.about_img {
		display: none;
	}
}
@media screen and (max-width: 750px) {
	#about {
		padding-top: 160px;
		padding-bottom: 40px;
	}
	#about .wrap {
		width: 100%;
	}
	.about_l {
		padding: 0 20px;
	}
	#about p {
		font-size: 14px;
	}
}
@media screen and (max-width: 450px) {
	#about {
		padding-top: 35.556vw;
	}
}
/*-----------------------------------------------------
	#management
------------------------------------------------------*/
#management {
	padding: 70px 0 115px;
  background: url("../img/common/gold_bg.webp");
	text-align: center;
}
.bg_title {
	font-family: "Cormorant Garamond", serif;
	font-size: 128px;
	font-weight: 500;
	color: rgba(0,0,0,.1);
}
#management h2 {
	margin-top: -65px;
	margin-bottom: 10px;
	font-size: 60px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
#management p {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 1360px) {
	#management {
		padding: 5.147vw 0 8.456vw;
	}
	.bg_title {
		font-size: 9vw;
	}
	#management h2 {
		margin-top: -4.779vw;
		margin-bottom: 0.735vw;
		font-size: 4.412vw;
	}
	#management p {
		font-size: 1.471vw;
	}
}
@media screen and (max-width: 1000px) {
	#management h2 {
		font-size: 5vw;
	}
	#management p {
		font-size: 1.8vw;
	}
}
@media screen and (max-width: 750px) {
	#management {
		position: relative;
		padding: 53px 20px;
	}
	.bg_title {
		position: absolute;
		top: 87%;
		left: 10px;
		transform: rotate(-90deg);
		transform-origin: left top;
		font-size: 30px;
		white-space: nowrap;
	}
	#management h2 {
		margin-top: 0;
		margin-bottom: 40px;
		font-size: 40px;
		line-height: 1.3;
	}
	#management p {
		font-size: 18px;
	}
}
/*-----------------------------------------------------
	#lineup
------------------------------------------------------*/
#lineup {
	position: relative;
	padding-bottom: 93px;
  background: #ede4d5;
}
.lineup_bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url("../img/home/lineup_bg.png") no-repeat bottom center;
	background-size: cover;
}
#lineup h2 {
	position: relative;
	top: -75px;
	margin-bottom: 20px;
	text-align: center;
}
.swiper_clip {
  position: relative;
  max-width: 100%;
  overflow: visible;
	margin-bottom: 80px;
	padding-right: 105px;
	padding-left: 105px;
}
.swiper-slide {
  position: relative;
	padding-right: 12px;
	padding-left: 12px;
	
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 340px;
	object-fit: cover;
	box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.25);
}
.lineup_text {
	margin-bottom: 10px;
	padding: 30px 20px;
	background: url("../img/common/gold_bg.webp");
	box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.25);
	text-align: center;
}
.lineup_text h3 {
	margin-bottom: 15px;
	padding-bottom: 13px;
	border-bottom: 1px solid #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0.1em;
	color: #fff;
}
.num, .date {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: #fff;
}
.num {
	margin-bottom: 5px;
}
[class^="swiper-button-"]::after{
  content: "" !important;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev {
  left: 0;
}
.slide_button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.swiper-button-prev,
.swiper-button-next {
	top: 50%;
	transform: translateY(-50%);
	width: 30px !important;
	height: 260px !important;
	background: transparent !important;
	border: 1px solid #333;
}
.custom-prev img,
.custom-next img {
  display: block;
  width: 12px;
  height: 21px;
}
@media screen and (max-width: 1320px) {
	.swiper_clip {
		padding-right: 38px;
		padding-left: 38px;
	}
}
@media screen and (max-width: 1000px) {
	.swiper-slide img {
		height: 40vw;
	}
}
@media screen and (max-width: 750px) {
	#lineup {
		padding-bottom: 140px;
	}
	.lineup_bg {
		background-size: contain;
	}
	#lineup h2 {
		top: -45px;
		margin-bottom: 5px;
	}
	.swiper_clip {
		margin-bottom: 40px;
		padding-right: 30px;
		padding-left: 30px;
	}
	.swiper-slide img {
		height: 39.067vw;
	}
	.lineup_text {
		margin-bottom: 20px;
		padding: 15px 5px;
	}
	.lineup_text h3 {
		margin-bottom: 10px;
		padding-bottom: 10px;
		font-size: 12px;
	}
	.num, .date {
		font-size: 12px;
	}
	.swiper-button-prev,
	.swiper-button-next {
		width: 20px !important;
	}
}
@media screen and (max-width: 600px) {
	.swiper-slide img {
		height: 40vw;
	}
}


/*-----------------------------------------------------
	#n_f
------------------------------------------------------*/
#n_f {
  padding-top: 110px;
	padding-bottom: 120px;
	background: #ede4d5;
}
#n_f .wrap {
	justify-content: space-between;
}
#n_f .wrap h2 {
	margin-bottom: 60px;
	text-align: center;
}
#n_f .wrap h2 span {
	font-size: 60px;
}
.news {
	width: 40%;
}
.news dl {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #AB8E64;
}
.news dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 5px;
	height: 8px;
	background: url("../img/common/arrow_news.svg") no-repeat center center;
	background-size: cover;
}
.news dl a {
	justify-content: space-between;
}
.news dl dt {
	width: 120px;
}
.news dl dt img {
	width: 100%;
	height: 83px;
	object-fit: cover;
}
.news dl dd {
	width: calc(100% - 147px);
	padding-top: 5px;
	padding-right: 10px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: #333;
	text-align: left;
}
.news dl dd .date {
	display: block;
	margin-bottom: 10px;
	font-family: "Cormorant Garamond", serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #333;
}
.news .link_more_04 {
	margin-top: 45px;
}
.faq {
	width: 54%;
}
.accordion__summary {
  position: relative;
  cursor: pointer;
  border: 1px solid #AB8D64;
  width: 100%;
	margin-bottom: 20px;
  padding: 28px 60px 28px 110px;
  font-size: 18px;
  font-weight: 500;
	line-height: 1.4;
  text-align: left;
}
.accordion__summary span {
	display: flex;
  justify-content: center;
  align-items: center;
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  background: #AB8D64;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-weight: 400;
  color: #fff;
}
.accordion__summary::after {
	display: block;
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
	width: 32px;
	height: 17px;
	background: url("../img/common/faq_down.svg") no-repeat center center;
	background-size: cover;
	transition: .3s;
}
.accordion__summary--open::after {
  background: url("../img/common/faq_up.svg") no-repeat center center;
	background-size: cover;
	transition: .3s;
}
.accordion__detail {
  display: none;
	position: relative;
	margin-top: -20px;
  padding: 30px 30px 30px 110px;
	background: #fff;
	font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
	line-height: 2;
	letter-spacing: 0.1em;
}
.accordion__detail::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  background: #35302A;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-weight: 400;
  color: #AB8D64;
}
.faq .link_more_04 {
	margin-top: 40px;
}
@media screen and (max-width: 1000px) {
	.news {
		width: 100%;
		margin-bottom: 100px;
	}
	.faq {
		width: 100%;
	}
}
@media screen and (max-width: 750px) {
	#n_f {
		padding-top: 100px;
		padding-bottom: 125px;
		background: #ede4d5;
	}
	#n_f .wrap h2 span {
		font-size: 40px;
	}
	.news dl dd {
		font-size: 13px;
	}
	.accordion__summary {
		padding: 28px 60px 28px 110px;
		font-size: 13px;
	}
	.accordion__detail {
		font-size: 14px;
	}
}

/*-----------------------------------------------------
	#recruit
------------------------------------------------------*/
#recruit .recruit_l {
	width: 58%;
	padding: 120px 80px;
	padding-left: calc((100% - 1280px) / 2);
	background: #fff;
}
#recruit .recruit_l h2 {
	margin-bottom: 50px;
}
#recruit .recruit_l h3 {
	margin-bottom: 50px;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
#recruit .recruit_l p {
	margin-bottom: 50px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.1em;
}
#recruit .recruit_r {
	width: 42%;
	padding: 95px 0;
	background: #ede4d5;
}
#recruit .recruit_r img {
	width: 100%;
	height: 605px;
	object-fit: cover;
	object-position: top left;
}
.recruit_bottom_img {
	width: 100%;
	margin-top: -213px;
	text-align: center;
}
.recruit_bottom_img img {
	margin-left: 518px;
}
@media screen and (max-width: 1320px) {
	#recruit .recruit_l {
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media screen and (max-width: 1100px) {
	.recruit_bottom_img img {
		margin-left: 43%;
	}
}
@media screen and (max-width: 1000px) {
	#recruit {
		position: relative;
		background: #ede4d5;
	}
	#recruit .recruit_l {
		width: 100%;
		padding: 100px 20px;
	}
	#recruit .recruit_r {
		position: relative;
		top: -3vw;
		width: 100%;
		padding: 0;
		background: transparent;
	}
	#recruit .recruit_r img {
		width: 57%;
		height: 50.6vw;
		object-fit: cover;
		object-position: top left;
	}
	.recruit_bottom_img {
		position: absolute;
		bottom: 12.4vw;
		width: 100%;
		margin-top: 0;
		text-align: right;
	}
	.recruit_bottom_img img {
		width: 54.8%;
		margin-left: 0;
	}
}
@media screen and (max-width: 750px) {
	#recruit .recruit_l {
		padding-bottom: 100px;
	}
	#recruit .recruit_l h2 {
		text-align: center;
	}
	#recruit .recruit_l h3 {
		font-size: 26px;
		text-align: center;
	}
	#recruit .recruit_l p {
		font-size: 14px;
	}
}
@media screen and (max-width: 414px) {
	#recruit .recruit_l h3 {
		font-size: 6.28vw;
	}
}

/*-----------------------------------------------------
	#knowhow
------------------------------------------------------*/
#knowhow {
	margin-top: -116px;
	padding-top: 195px;
	padding-bottom: 120px;
	background: #ede4d5;
}
#knowhow h2 {
	margin-bottom: 80px;
	text-align: center;
}
#knowhow h2 span {
	font-size: 60px;
}
/* 重要：Grid 子のはみ出し防止 */
.knowhow_child,
.knowhow_child > a,
.knowhow_text {
  min-width: 0;
}
.knowhow {
	display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}
.knowhow_child {
	border: 1px solid #AB8E64;
}
.knowhow_child > a {
  display: block;              /* 枠内に収めやすくする */
  text-decoration: none;
  color: inherit;
}
.knowhow_child .thumb {
	margin: 0;                   /* figure の既定余白をリセット */
  display: block;  
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.knowhow_child .thumb img {
	max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.knowhow_text {
	position: relative;
	padding: 15px 40px 15px 20px;
	background: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: #AB8E64;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.knowhow_text::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	z-index: +1;
	width: 7px;
	height: 11px;
	background: url(../img/common/arrow_gs.svg) no-repeat center center;
	background-size: cover;
}
@media screen and (max-width: 1000px) {
	.knowhow {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 750px) {
	#knowhow {
		margin-top: 0;
		padding-top: 60px;
		padding-bottom: 113px;
	}
	#knowhow h2 {
		margin-bottom: 60px;
	}
	#knowhow h2 span {
		font-size: 40px;
	}
	.knowhow {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	.knowhow_child .thumb {
		aspect-ratio: 3 / 4;
	}
	.knowhow_text {
		padding: 18px 15px;
		font-size: 13px;
	}
	.knowhow_text::after {
		display: none;
	}
}

/*-----------------------------------------------------
	#mission
------------------------------------------------------*/
#mission {
	padding: 140px 0;
	background: url("../img/home/knowhow_bg.webp") no-repeat center center;
	background-size: cover;
}
#mission .wrap {
	justify-content: space-between;
	width: 1155px;
}
.mission_l {
	position: relative;
	width: 75px;
}
.mission_l h2 {
	position: absolute;
	top: 505px;
	left: 0;
	transform: rotate(-90deg);
	transform-origin: left top;
	white-space: nowrap;
	font-size: 107px;
	font-weight: 400;
}
.mission_r {
	width: calc(100% - 255px);
	padding: 93px 0;
}
.mission_r p {
	font-family: "Cormorant Garamond", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 2.3;
}
@media screen and (max-width: 1195px) {
	#mission .wrap {
		width: calc(100% - 40px);
	}
	.mission_r {
		width: calc(100% - 150px);
	}
}
@media screen and (max-width: 1000px) {
	.mission_l {
		width: 100%;
		margin-bottom: 60px;
		text-align: center;
	}
	.mission_l h2 {
		position: relative;
		top: 0;
		transform: none;
		white-space: normal;
	}
	.mission_r {
		width: 100%;
		padding: 0;
	}
}
@media screen and (max-width: 750px) {
	#mission {
		padding: 100px 0;
	}
	.mission_l {
		margin-bottom: 60px;
	}
	.mission_l h2 {
		font-size: 60px;
	}
	.mission_r p {
		font-size: 14px;
	}
}


