@charset "UTF-8";
/* ------------------------
    メインビジュアル
------------------------ */
.index-hero {
	width: 100%;
	height: 100vh;
}

/* MV 画像スライド */
.index-hero__slide {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: -1;
}
.index-hero__slide::before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .15);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.index-hero__slide .hero-slide {
	height: 100%;
}
.index-hero__slide .hero-slide .slick-list,
.index-hero__slide .hero-slide .slick-track,
.index-hero__slide .hero-slide .slick-slide,
.index-hero__slide .hero-slide figure {
	height: 100%;
}
.index-hero__slide .slide-animation {
	animation: fadezoom 10s 0s forwards;
}
@keyframes fadezoom {
	0% {
			transform: scale(1);
	}
	100% {
			transform: scale(1.1);
	}
}
.index-hero__slide .hero-slide .hero-slide__item figure {
	display: block;
	overflow: hidden;
}
.index-hero__slide .hero-slide .hero-slide__item figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease;
	
}
.index-hero h1 {
	color: #fff;
	font-size: 6.2rem;
	font-weight: bold;
	line-height: 1.6;
	position: absolute;
	left: 60px;
	bottom: 140px;
	letter-spacing: 3px;
}
.index-hero__cd {
	position: absolute;
	right: 60px;
	bottom: 120px;
	opacity: 1;
	transition: .3s;
}
.index-hero__cd.none {
	opacity: 0;
	pointer-events: none;
	transition: .3s;
}
.index-hero__cd a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: -1px;
	text-align: center;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 1px solid #fff;
	z-index: 2;
}
.index-hero__cd a:hover {
	background-color: #1F2E5D;
	border: 1px solid #1F2E5D;
}
.index-hero__cd .close {
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: #bbb;
	width: 22px;
	height: 22px;
	border-radius: 50%;
}
.index-hero__cd .close::before,
.index-hero__cd .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 14px;
  background: #fff;
  border-radius: calc(infinity * 1px);
}
.index-hero__cd .close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.index-hero__cd .close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
@media only screen and (max-width: 768px) {
	.index-hero {
		width: 100%;
		height: 100vh;
	}
	/* MV 画像スライド */
	.index-hero__slide {
		position: absolute;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		z-index: 0;
	}
	.index-hero__slide .hero-slide {
		height: 100%;
	}
	.index-hero__slide .hero-slide .slick-list,
	.index-hero__slide .hero-slide .slick-track,
	.index-hero__slide .hero-slide .slick-slide,
	.index-hero__slide .hero-slide figure {
		height: 100%;
	}
	.index-hero__slide .slide-animation {
		animation: fadezoom 10s 0s forwards;
	}
	@keyframes fadezoom {
		0% {
				transform: scale(1);
		}
		100% {
				transform: scale(1.1);
		}
	}
	.index-hero__slide .hero-slide .hero-slide__item figure {
		display: block;
		overflow: hidden;
	}
	.index-hero__slide .hero-slide .hero-slide__item figure img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: all .3s ease;
	}
	.index-hero h1 {
		color: #fff;
		font-size: 4rem;
		font-weight: bold;
		line-height: 1.6;
		position: absolute;
		left: 40px;
		bottom: unset;
		top: 50%;
		transform: translateY(-50%);
		letter-spacing: 3px;
	}
	.index-hero__cd {
		position: absolute;
		right: 20px;
		bottom: 20px;
	}
	.index-hero__cd a{
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 1.3rem;
		font-weight: bold;
		line-height: 1.5;
		letter-spacing: 0;
		text-align: center;
		width: 110px;
		height: 110px;
		border-radius: 50%;
		border: 1px solid #fff;
	}
	.index-hero__cd a:hover {
		background-color: #1F2E5D;
		border: 1px solid #1F2E5D;
	}
	.index-hero__cd .close {
		position: absolute;
		top: -3px;
		right: -3px;
		background-color: rgba(230,230,230,.8);
		width: 20px;
		height: 20px;
		border-radius: 50%;
	}
	.index-hero__cd .close::before,
	.index-hero__cd .close::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 2px;
		height: 14px;
		background: #fff;
		border-radius: calc(infinity * 1px);
	}
	.index-hero__cd .close::before {
		transform: translate(-50%,-50%) rotate(45deg);
	}
	.index-hero__cd .close::after {
		transform: translate(-50%,-50%) rotate(-45deg);
	}
}



.index-about {
	position: relative;
	padding: 65px 0 150px;
}
.index-about h2 {
	margin-top: 0;
}
.index-about::before {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, rgba(152,165,188,.5), rgba(255,255,255,1));
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.index-about::after {
	content: '';
	width: 100%;
	height: 680px;
	clip-path: polygon(0 0, 100% 0, 100% 40%, 0 100%);
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.index-about__massage h3 {
	white-space: nowrap;
	letter-spacing: 2px;
	font-size: 5rem;
	line-height: 1.5;
}
.index-about__massage h3 span {
	display: inline-block;
	padding: 0 15px;
	margin: 0 10px;
	background-color: #808B52;
	background: linear-gradient(transparent 10%, rgba(128, 139, 82, 1) 0%);
	color: #fff;
}
.index-about__content {
	width: 100%;
	max-width: 1320px;
	padding: 0 20px;
	margin: auto;
}
.index-about__massage {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	margin-top: 60px;
}
.index-about__massage .text {
	width: 100%;
	max-width: 645px;
}
.index-about__massage .text p {
	font-weight: 500;
}
.index-about__number {
	width: 100%;
	max-width: 1640px;
	margin: auto;
	padding: 0 20px;
}
.index-about__grid {
	display: flex;
	margin-top: 100px;
}
.index-about__text {
	width: 100%;
	max-width: 630px;
	margin-top: 40px;
}
.index-about__text .num {
	display: block;
	width: 115px;
	height: 53px;
	line-height: 51px;
	font-size: 3.2rem;
	font-weight: bold;
	border-radius: calc(infinity * 1px);
	color: #808B52;
	border: 1px solid #808B52;
	text-align: center;
	font-family: Helvetica;
	font-style: italic;
}
.index-about__text h3 {
	font-size: 4rem;
	font-weight: 600;
	line-height: 1.35;
	color: #808B52;
	margin-top: 20px;
}
.index-about__text p {
	margin-top: 30px;
}
.index-about__img {
	width: calc(49.5% + 120px);
	border-radius: 80px;
	overflow: hidden;
}
.index-about__img figure {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 60%;
}
.index-about__img figure img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index-about__number .index-about__grid:nth-child(odd) .index-about__img {
	margin-right: -120px;
}
.index-about__number .index-about__grid:nth-child(odd) .index-about__text {
	margin-left: auto;
	padding-right: 80px;
}
.index-about__number .index-about__grid:nth-child(even) .index-about__img {
	margin-left: -120px;
}
.index-about__number .index-about__grid:nth-child(even) .index-about__text {
	margin-right: auto;
	padding-left: 80px;
}
.index-about__catch {
	font-size: 2.2rem;
	text-align: center;
	line-height: 2.1;
	margin-top: 120px;
}
@media only screen and (max-width: 960px) {
	.index-about {
		position: relative;
		padding: 65px 0 150px;
	}
	.index-about h2 {
		margin-top: 0;
	}
	.index-about::before {
		content: '';
		width: 100%;
		height: 100%;
		background: linear-gradient(45deg, rgba(152,165,188,.5), rgba(255,255,255,1));
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.index-about::after {
		content: '';
		width: 100%;
		height: 680px;
		clip-path: polygon(0 0, 100% 0, 100% 40%, 0 100%);
		background-color: #fff;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.index-about__massage h3 {
		white-space: nowrap;
		letter-spacing: 2px;
		font-size: 2.8rem;
		line-height: 1.7;
		text-align: center;
		width: 100%;
	}
	.index-about__massage h3 span {
		display: inline-block;
		padding: 0 15px;
		margin: 0 10px;
		background-color: #808B52;
		background: linear-gradient(transparent 10%, rgba(128, 139, 82, 1) 0%);
		color: #fff;
	}
	.index-about__content {
		width: 100%;
		max-width: 1320px;
		padding: 0 20px;
		margin: auto;
	}
	.index-about__massage {
		display: flex;
		flex-wrap: wrap;
		justify-content: unset;
		gap: 40px;
		margin-top: 30px;
	}
	.index-about__massage .text {
		width: 100%;
		max-width: 645px;
	}
	.index-about__massage .text p {
		font-weight: 500;
	}
	.index-about__number {
		width: 100%;
		max-width: 1640px;
		margin: auto;
		padding: 0 20px;
	}
	.index-about__grid {
		display: flex;
		flex-wrap: wrap;
		margin-top: 60px;
	}
	.index-about__text {
		width: 100%;
		max-width: 630px;
		margin-top: 30px;
		order: 2;
	}
	.index-about__text .num {
		display: block;
		width: 80px;
		height: 35px;
		line-height: 33px;
		font-size: 2.2rem;
		font-weight: bold;
		border-radius: calc(infinity * 1px);
		color: #808B52;
		border: 1px solid #808B52;
		text-align: center;
		font-family: Helvetica;
		font-style: italic;
	}
	.index-about__text h3 {
		font-size: 2.8rem;
		font-weight: 600;
		line-height: 1.35;
		color: #808B52;
		margin-top: 15px;
	}
	.index-about__text p {
		margin-top: 20px;
	}
	.index-about__img {
		width: 100%;
		order: 1;
		margin-top: 20px;
		overflow: hidden;
		border-radius: 10px;
	}
	.index-about__img figure {
		display: block;
		position: relative;
		overflow: hidden;
		padding-top: 62.5%;
	}
	.index-about__img figure img {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.index-about__number .index-about__grid:nth-child(odd) .index-about__img {
		margin-right: 0;
	}
	.index-about__number .index-about__grid:nth-child(odd) .index-about__text {
		margin-left: 0;
		padding-right: 0;
	}
	.index-about__number .index-about__grid:nth-child(even) .index-about__img {
		margin-left: 0;
	}
	.index-about__number .index-about__grid:nth-child(even) .index-about__text {
		margin-right: 0;
		padding-left: 0;
	}
	.index-about__catch {
		font-size: 1.8rem;
		text-align: center;
		line-height: 2.1;
		margin-top: 80px;
	}
}






/* tab */
.tab {
	margin-top: 60px;
}
.tab .tab__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.tab .tab__list .tab__item {
	display: block;
	width: calc(50% - 5px);
	height: 70px;
	line-height: 70px;
	background-color: transparent;
	color: #fff;
	border: 1px solid #ccc;
	text-align: center;
	cursor: pointer;
	transition: .3s;
}
.tab .tab__list .tab__item.active {
	background-color: #fff;
	border: 1px solid #fff;
	font-weight: bold;
	color: #333;
	transition: .3s;
}
.tab .tab__wrap .tab__content {
	display: none;
}
.tab .tab__wrap .tab__content.active {
	display: block;
}
@media only screen and (max-width: 960px) {
	.tab {
		margin-top: 40px;
	}
	.tab .tab__list {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		padding: 0 20px;
	}
	.tab .tab__list .tab__item {
		display: block;
		width: 100%;
		height: 60px;
		line-height: 60px;
		background-color: transparent;
		color: #fff;
		border: 1px solid #ccc;
		text-align: center;
		cursor: pointer;
		transition: .3s;
	}
	.tab .tab__list .tab__item.active {
		background-color: #fff;
		border: 1px solid #fff;
		font-weight: bold;
		color: #333;
		transition: .3s;
	}
	.tab .tab__wrap .tab__content {
		display: none;
	}
	.tab .tab__wrap .tab__content.active {
		display: block;
	}
}


.price-comparison__grid {
	display: flex;
	gap: 20px;
	margin-top: 60px;
}
.price-comparison__item {
	width: calc(50% - 10px);
	border: 2px solid rgba(200, 200, 200, 1);
	border-radius: 20px;
	padding: 40px 30px;
}
.price-comparison .cate {
	display: inline-block;
	padding: 7px 10px;
	width: 180px;
	background-color: rgba(210, 210, 210, .3);
	border-radius: 2px;
	text-align: center;
	white-space: nowrap;
	font-size: 1.6rem;
	font-family: "Barlow", sans-serif;
	line-height: 1;
}
.price-comparison .ttl {
	display: block;
	font-size: 2.8rem;
	font-weight: bold;
	margin-top: 20px;
}
.price-comparison .ttl + p {
	margin-top: 0;
	font-weight: normal;	
}
.price-comparison .grid {
	display: flex;
	gap: 10px;
	margin-top: 20px;
}
.price-comparison .grid .item {
	text-align: center;
	width: calc(50% - 5px);
	background-color: rgba(210, 210, 210, .3);
	border-radius: 10px;
	padding: 20px 0 25px;
}
.price-comparison .grid .item p {
	font-size: 2.2rem;
	font-weight: 500;
	margin-top: 0;
}
.price-comparison .grid .item span {
	display: block;
	font-size: 1.6rem;
	color: #808080;
	margin-top: 0;
}
.price-comparison .grid + p {
	margin-top: 20px;
	font-weight: bold;
}
.price-comparison ul li {
	position: relative;
    padding-left: 20px;
    margin-top: 5px;
}
.price-comparison ul li::before {
	content: '';
    width: 7px;
    height: 7px;
    background-color: rgba(200, 200, 200, 1);
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 12px;
}
.price-comparison p.back {
	background-color: rgba(210, 210, 210, .3);
	margin-top: 20px;
	padding: 20px;
	border-radius: 10px;
	line-height: 1.8;
	font-weight: normal;
}
.price-comparison .price-comparison__item.gold ul li::before {
	background-color: rgba(186, 172, 56, 1) ;
}
.price-comparison__item.gold {
	border-color: rgba(186, 172, 56, 1) ;
}
.price-comparison .price-comparison__item.gold .cate,
.price-comparison .price-comparison__item.gold .grid .item,
.price-comparison .price-comparison__item.gold p.back {
	background-color: rgba(186, 172, 56, .15) ;
}
@media only screen and (max-width: 960px) {
	.price-comparison__grid {
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
		margin-top: 40px;
	}
	.price-comparison__item {
		width: 100%;
		border: 2px solid rgba(200, 200, 200, 1);
		border-radius: 20px;
		padding: 30px 20px;
	}
	.price-comparison .cate {
		display: inline-block;
		padding: 7px 10px;
		width: 180px;
		background-color: rgba(210, 210, 210, .3);
		border-radius: 2px;
		text-align: center;
		white-space: nowrap;
		font-size: 1.6rem;
		font-family: "Barlow", sans-serif;
		line-height: 1;
	}
	.price-comparison .ttl {
		display: block;
		font-size: 2.4rem;
		font-weight: bold;
		margin-top: 15px;
	}
	.price-comparison .ttl + p {
		margin-top: 0;
		font-weight: normal;	
	}
	.price-comparison .grid {
		display: flex;
		gap: 10px;
		margin-top: 20px;
	}
	.price-comparison .grid .item {
		text-align: center;
		width: calc(50% - 5px);
		background-color: rgba(210, 210, 210, .3);
		border-radius: 10px;
		padding: 20px 0 25px;
	}
	.price-comparison .grid .item p {
		font-size: 2.2rem;
		font-weight: 500;
		margin-top: 0;
	}
	.price-comparison .grid .item span {
		display: block;
		font-size: 1.6rem;
		color: #808080;
		margin-top: 0;
	}
	.price-comparison .grid + p {
		margin-top: 20px;
		font-weight: bold;
	}
	.price-comparison ul li {
		position: relative;
		padding-left: 20px;
		margin-top: 5px;
	}
	.price-comparison ul li::before {
		content: '';
		width: 7px;
		height: 7px;
		background-color: rgba(200, 200, 200, 1);
		border-radius: 50%;
		position: absolute;
		left: 5px;
		top: 12px;
	}
	.price-comparison p.back {
		background-color: rgba(210, 210, 210, .3);
		margin-top: 20px;
		padding: 20px;
		border-radius: 10px;
		line-height: 1.8;
		font-weight: normal;
	}
	.price-comparison .price-comparison__item.gold ul li::before {
		background-color: rgba(186, 172, 56, 1) ;
	}
	.price-comparison__item.gold {
		border-color: rgba(186, 172, 56, 1) ;
	}
	.price-comparison .price-comparison__item.gold .cate,
	.price-comparison .price-comparison__item.gold .grid .item,
	.price-comparison .price-comparison__item.gold p.back {
		background-color: rgba(186, 172, 56, .15) ;
	}
}



.index-equipment {
	position: relative;
	padding: 60px 0 150px;
	color: #fff;
}
.index-equipment::before {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(
	rgba(47, 47, 47, 1) 0%,
	rgba(87, 87, 87, 1) 85%,
	rgba(116, 116, 116, 1) 100%
	);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.index-equipment h2 {
	margin-top: 0;
}
.index-equipment h2 .jp {
	color: #fff;
}
.index-equipment__content {
	width: 100%;
	max-width: 1160px;
	padding: 0 20px;
	margin: auto;
}
.index-equipment__ttl {
	text-align: center;
	margin-top: 40px;
}
.index-equipment__ttl .ttl {
	display: block;
	font-size: 2.4rem;
	font-weight: 500;
}
.index-equipment__ttl p {
	margin-top: 20px;
}
.index-equipment__slide {
	margin-top: 60px;
}
.index-equipment__box {
	margin-top: 60px;
}
.index-equipment__grid {
	display: flex;
	gap: 80px;
}
.index-equipment__item {
	position: relative;
	width: calc(50% - 40px);
}
.index-equipment__item .num {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-size: 4.8rem;
    font-weight: 500;
    width: 70px;
    height: 70px;
    line-height: 65px;
    background-color: #808B53;
    font-family: "Barlow", sans-serif;
    z-index: 1;
    text-align: center;
}
.index-equipment__img {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 75%;
}
.index-equipment__img img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index-equipment__text {
	margin-top: -10px;
}
.index-equipment__text h3 {
	padding-bottom: 0;
}
.index-equipment__text h3::before {
	display: none;
}
.index-equipment__text h3 .ttl {
	display: block;
    font-size: 3rem;
	line-height: 1.5;
}
.index-equipment__text p.ttl {
	position: relative;
	font-size: 2.4rem;
	font-weight: 500;
	margin-top: 30px;
	padding-left: 20px;
	padding-bottom: 2px;
	line-height: 1.5;
}
.index-equipment__text p.ttl::before {
	content: '';
	width: 5px;
	height: 100%;
	background-color: #808B52;
	position: absolute;
	left: 0;
	top: 0;
}
.index-equipment__text p {
	margin-top: 20px;
}
.index-equipment__text .btn-01.right {
	margin-top: 60px;
}
.carousel__arrow--prev,
.carousel__arrow--next {
	content: '';
    position: absolute;
    top: 50%;
    width: 16px;
    height: 67px;
    background: url(./img/allow.svg) no-repeat center / cover;
	cursor: pointer;
	z-index: 1;
}
.carousel__arrow--prev {
    left: -66px;
	transform: translateY(-50%);
}
.carousel__arrow--next {
    right: -66px;
    transform: translateY(-50%) rotate(180deg);
}

.index-equipment__check {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #808080;
}
.index-equipment__check h4 {
	position: relative;
	font-size: 2.4rem;
	font-weight: 500;
	padding-left: 20px;
	padding-bottom: 2px;
	line-height: 1.5;
}
.index-equipment__check h4::before {
	content: '';
	width: 5px;
	height: 100%;
	background-color: #808B52;
	position: absolute;
	left: 0;
	top: 0;
}
.index-equipment__check h4 + .index-equipment__list {
	margin-top: 25px;
}
.index-equipment__list {
	display: flex;
	flex-wrap: wrap;
	gap: 25px 50px;
}
.index-equipment__list li {
	width: calc(50% - 25px);
}
.index-equipment__list li span.ttl {
	position: relative;
	display: block;
	font-size: 2rem;
	font-weight: bold;
	padding-left: 20px;
}
.index-equipment__list li span.ttl::before {
	content: '';
	background-color: #808B52;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 11px;
	left: 0;
}
.index-equipment__list li p {
	margin-top: 5px;
}
.index-equipment-GC__grid {
	display: flex;
	align-items: center;
	gap: 80px;
	margin-top: 60px;
}
.index-equipment-GC__item {
	width: calc(50% - 40px);
}
.index-equipment-GC__text p {
	margin-top: 20px;
}
@media only screen and (max-width: 960px) {
	.index-equipment {
		position: relative;
		padding: 60px 0;
		color: #fff;
	}
	.index-equipment::before {
		content: '';
		width: 100%;
		height: 100%;
		background: linear-gradient(
		rgba(47, 47, 47, 1) 0%,
		rgba(87, 87, 87, 1) 85%,
		rgba(116, 116, 116, 1) 100%
		);
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.index-equipment h2 {
		margin-top: 0;
	}
	.index-equipment h2 .jp {
		color: #fff;
	}
	.index-equipment__content {
		width: 100%;
		max-width: 1120px;
		padding: 0;
		margin: auto;
	}
	.index-equipment__ttl {
		text-align: center;
		margin-top: 30px;
		padding: 0 20px;
	}
	.index-equipment__ttl .ttl {
		display: block;
		font-size: 2.4rem;
		font-weight: 500;
	}
	.index-equipment__ttl p {
		text-align: left;
		margin-top: 20px;
	}
	.index-equipment__slide {
		margin-top: 40px;
	}
	.index-equipment__box {
		margin-top: 40px;
	}
	.index-equipment__grid {
		display: flex;
		flex-wrap: wrap;
		gap: 0;
	}
	.index-equipment__item {
		position: relative;
		width: 100%;
		height: 100%;
	}
	.index-equipment__img {
		display: block;
		position: relative;
		overflow: hidden;
		padding-top: 70%;
	}
	.index-equipment__img img {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.index-equipment__text {
		margin-top: 30px;
		padding: 0 20px;
	}
	.index-equipment__text h3 {
		padding-bottom: 0;
	}
	.index-equipment__text h3::before {
		display: none;
	}
	.index-equipment__text h3 .ttl {
		display: block;
		font-size: 2.8rem;
		line-height: 1.5;
	}
	.index-equipment__text p.ttl {
		position: relative;
		font-size: 2.4rem;
		font-weight: 500;
		margin-top: 25px;
		padding-left: 20px;
		padding-bottom: 2px;
		line-height: 1.5;
	}
	.index-equipment__text p.ttl::before {
		content: '';
		width: 5px;
		height: 100%;
		background-color: #808B52;
		position: absolute;
		left: 0;
		top: 0;
	}
	.index-equipment__text p {
		margin-top: 20px;
	}

	.index-equipment__text .btn-01.right {
		margin: 40px auto 0;
	}
	.carousel__arrow--prev,
	.carousel__arrow--next {
		content: '';
		position: absolute;
		top: unset;
		bottom: 5px;
		width: 50px;
		height: 52px;
		background: url(./img/allow.svg) no-repeat center / contain;
		cursor: pointer;
		z-index: 1;
	}
	.carousel__arrow--prev {
		left: 15px;
		transform: unset;
	}
	.carousel__arrow--next {
		right: 15px;
		transform: rotate(180deg);
	}
	.index-equipment__check {
		position: relative;
		margin-top: 30px;
		border-top: none;
		padding: 30px 20px 0;
	}
	.index-equipment__check::before {
		content: '';
		width: calc(100% - 40px);
		height: 1px;
		background-color: #808080;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.index-equipment__check h4 {
		position: relative;
		font-size: 2.4rem;
		font-weight: 500;
		padding-left: 20px;
		padding-bottom: 2px;
		line-height: 1.5;
	}
	.index-equipment__check h4::before {
		content: '';
		width: 5px;
		height: 100%;
		background-color: #808B52;
		position: absolute;
		left: 0;
		top: 0;
	}
	.index-equipment__check h4 + .index-equipment__list {
		margin-top: 25px;
	}
	.index-equipment__list {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}
	.index-equipment__list li {
		width: 100%;
	}
	.index-equipment__list li span.ttl {
		position: relative;
		display: block;
		font-size: 1.8rem;
		font-weight: bold;
		padding-left: 20px;
	}
	.index-equipment__list li span.ttl::before {
		content: '';
		background-color: #808B52;
		border-radius: 50%;
		width: 15px;
		height: 15px;
		position: absolute;
		top: 11px;
		left: 0;
	}
	.index-equipment__list li p {
		margin-top: 5px;
	}
	.index-equipment-GC__grid {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 20px;
		margin-top: 60px;
		padding: 0 20px;
	}
	.index-equipment-GC__item {
		width: 100%;
	}
	.index-equipment-GC__text p {
		margin-top: 20px;
	}
	.index-equipment-GC__img {
		width: 100%;
		max-width: 540px;
		margin: auto;
	}
}





.index-image {
	position: relative;
}
.index-image__grid {
	display: flex;
}
.index-image__item {
	width: 25%;
}
.index-image__item figure {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 65%;
}
.index-image__item figure img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.index-image__wide figure {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 25%;
}
.index-image__wide figure img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
@media only screen and (max-width: 768px) {
	.index-image {
		position: relative;
	}
	.index-image__grid {
		display: flex;
		flex-wrap: wrap;
	}
	.index-image__item {
		width: 50%;
	}
	.index-image__item figure {
		display: block;
		position: relative;
		overflow: hidden;
		padding-top: 65%;
	}
	.index-image__item figure img {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.index-image__wide figure {
		display: block;
		position: relative;
		overflow: hidden;
		padding-top: 50%;
	}
	.index-image__wide figure img {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
}




.index-profile {
	position: relative;
	padding-bottom: 150px;
}
.index-profile__content {
	width: 100%;
	max-width: 1160px;
	padding: 0 20px;
	margin: auto;
}
.index-profile .catch {
	text-align: center;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 2.1;
	margin-top: 40px;
}
.index-profile__grid {
	display: flex;
	gap: 50px;
	margin-top: 100px;
}
.index-profile__item {
	width: calc(50% - 25px);
}
.index-profile__img {
	width: calc(45% - 25px);
}
.index-profile__img figure {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 110%;
}
.index-profile__img figure img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index-profile__text {
	width: calc(55% - 25px);
}
.index-profile__text .name {
	display: block;
	font-size: 2.1rem;
	font-weight: bold;
	margin-top: 20px;
}
.index-profile__table {
	font-size: 1.6rem;
	display: flex;
	flex-wrap: wrap;
	padding: 25px 0;
	margin-top: 25px;
	border-top: 1px solid #0D2A5E;
	border-bottom: 1px solid #0D2A5E;
}
.index-profile__table dt {
	width: 80px;
	font-weight: 600;
	margin-top: 5px;
}
.index-profile__table dd {
	width: calc(100% - 80px);
	margin-top: 5px;
}
.index-profile__table dt:first-of-type,
.index-profile__table dd:first-of-type {
	margin-top: 0;
}
@media only screen and (max-width: 768px) {
	.index-profile {
		position: relative;
		padding-bottom: 150px;
	}
	.index-profile__content {
		width: 100%;
		max-width: 1160px;
		padding: 0 20px;
		margin: auto;
	}
	.index-profile .catch {
		text-align: center;
		font-weight: 600;
		line-height: 2.1;
		margin-top: 40px;
	}
	.index-profile__grid {
		display: flex;
		flex-wrap: wrap;
		gap: 40px;
		margin-top: 100px;
	}
	.index-profile__item {
		width: 100%;
	}
	.index-profile__item figure {
		width: auto;
		margin: 0 -20px;
	}
	.index-profile__img {
		width: 100%;
		order: 1;
	}
	.index-profile__img figure {
		display: block;
		position: relative;
		overflow: hidden;
		padding-top: 90%;
		width: 75%;
		margin: auto;
	}
	.index-profile__img figure img {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.index-profile__text {
		width: 100%;
		order: 2;
	}
	.index-profile__text .name {
		display: block;
		font-weight: bold;
		margin-top: 20px;
		text-align: center;
	}
	.index-profile__table {
		display: flex;
		flex-wrap: wrap;
		padding: 25px 0;
		margin-top: 25px;
		border-top: 1px solid #0D2A5E;
		border-bottom: 1px solid #0D2A5E;
		line-height: 1.7;
	}
	.index-profile__table dt {
		width: 80px;
		font-weight: 600;
		margin-top: 15px;
	}
	.index-profile__table dd {
		width: calc(100% - 80px);
		margin-top: 15px;
	}
	.index-profile__table dt:first-of-type,
	.index-profile__table dd:first-of-type {
		margin-top: 0;
	}
}









.link-list__grid {
	display: flex;
	flex-wrap: wrap;
}
.link-list__item03 {
	width: 33.3333%;
}
.link-list__item02 {
	width: 50%;
}
.link-list__link {
	display: block;
	color: #fff;
}
.link-list__link:hover img {
	transform: scale(1.1);
	transition: .3s;
}
.link-list__img {
	position: relative;
	width: 100%;
}
.link-list__img::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, .5);
}
.link-list__img figure {
	display: block;
	position: relative;
	overflow: hidden;
}
.link-list__item03 .link-list__img figure {
	padding-top: 82.5%;
}
.link-list__item02 .link-list__img figure {
	padding-top: 54.5%;
}
.link-list__img figure img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	
	z-index: -1;
	transition: .3s;
}
.link-list__ttl {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.link-list__ttl span {
	display: block;
	white-space: nowrap;
}
.link-list__ttl .en {
	position: relative;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 7rem;
	font-weight: 500;
	line-height: 1;
	padding-bottom: 15px;
}
.link-list__ttl .en::before {
	content: '';
	width: 65px;
	height: 6px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #808B52;
}
.link-list__ttl .jp {
	font-size: 2rem;
	font-weight: 500;
	margin-top: 10px;
	letter-spacing: 1px;
}
.link-list__link .golflab {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 100%;
	max-width: 150px;
}
.link-list__link .golflab .ttl {
	display: block;
	text-align: center;
	white-space: nowrap;
	font-size: 1.6rem;
}
.link-list__link:hover .golflab img {
	transform: none;
}
@media only screen and (max-width: 1120px) {
	.link-list__ttl {
		bottom: 25px;
	}
	.link-list__ttl .en {
		font-size: 3.8rem;;
	}
	.link-list__ttl .jp {
		font-size: 1.6rem;
	}
	.link-list__link .golflab {
		width: 100%;
		max-width: 12vw;
		right: 10px;
	}
	.link-list__link .golflab .ttl {
		font-size: 1.1rem;
	}
}
@media only screen and (max-width: 768px) {
	.link-list__grid {
		display: flex;
		flex-wrap: wrap;
	}
	.link-list__item03 {
		width: 100%;
	}
	.link-list__item02 {
		width: 100%;
	}
	.link-list__link {
		display: block;
		color: #fff;
	}
	.link-list__link:hover img {
		transform: scale(1.1);
		transition: .3s;
	}
	.link-list__img {
		position: relative;
		width: 100%;
	}
	.link-list__img::before {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-color: rgba(0, 0, 0, .5);
	}
	.link-list__img figure {
		display: block;
		position: relative;
		overflow: hidden;
	}
	.link-list__item03 .link-list__img figure {
		padding-top: 75%;
	}
	.link-list__item02 .link-list__img figure {
		padding-top: 75%;
	}
	.link-list__img figure img {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		
		z-index: -1;
		transition: .3s;
	}
	.link-list__ttl {
		position: absolute;
		bottom: 30px;
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
	}
	.link-list__ttl span {
		display: block;
		white-space: nowrap;
	}
	.link-list__ttl .en {
		position: relative;
		font-family: "Barlow Condensed", sans-serif;
		font-size: 3.8rem;;
		font-weight: 500;
		line-height: 1;
		padding-bottom: 15px;
	}
	.link-list__ttl .en::before {
		content: '';
		width: 65px;
		height: 4px;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		background-color: #808B52;
	}
	.link-list__ttl .jp {
		font-size: 1.8rem;
		font-weight: 500;
		margin-top: 10px;
		letter-spacing: unset;
	}
	.link-list__link .golflab {
		position: absolute;
		top: 10px;
		right: 20px;
		width: 100%;
		max-width: 100px;
	}
	.link-list__link .golflab .ttl {
		display: block;
		text-align: center;
		font-size: 1.2rem;
		white-space: nowrap;
	}
	.link-list__link:hover .golflab img {
		transform: none;
	}
}












.page-hero {
	margin-top: 140px;
}
.page-hero__img {
	width: 100%;
	position: relative;
}
.page-hero__img::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
}
.page-hero__img figure {
	display: block;
	position: relative;
	overflow: hidden;
	height: 420px;
	z-index: -1;
}
.page-hero__img figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-hero h1 {
	font-family: "Barlow Condensed", sans-serif;
	font-size: 12rem;
	font-weight: 500;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1;
	letter-spacing: 5px;
	white-space: nowrap;
}
.page-hero .index-hero__cd {
	position: absolute;
    bottom: -40px;
}
.page-hero .index-hero__cd a {
	color: #808B52;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
.page-hero .index-hero__cd a:hover {
	background-color: #1F2E5D;
	border: 1px solid #1F2E5D;
	color: #fff;
}
@media only screen and (max-width: 1120px) {
	.page-hero h1 {
		font-size: 12rem;
	}
	.page-hero .index-hero__cd {
		right: 30px;
	}
}
@media only screen and (max-width: 768px) {
	.page-hero {
		margin-top: 80px;
	}
	.page-hero__img {
		width: 100%;
		position: relative;
	}
	.page-hero__img::before {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.3);
	}
	.page-hero__img figure {
		display: block;
		position: relative;
		overflow: hidden;
		height: 200px;
		z-index: -1;
	}
	.page-hero__img figure img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.page-hero h1 {
		font-family: "Barlow Condensed", sans-serif;
		font-size: 6rem;
		font-weight: 500;
		color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		line-height: 1;
		letter-spacing: 2px;
		white-space: nowrap;
	}
	.page-hero .index-hero__cd {
		position: absolute;
		right: 15px;
		bottom: -60px;
	}
	.page-hero .index-hero__cd a {
		color: #808B52;
		background-color: #fff;
		box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	}
	.page-hero .index-hero__cd a:hover {
		background-color: #1F2E5D;
		border: 1px solid #1F2E5D;
		color: #fff;
	}
}










.page-opening {
	position: relative;
	padding: 100px 0;
}
.page-opening::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(152, 165, 188, .4) 0%, rgba(142, 154, 175, .4) 50%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.page-opening__content {
	width: 100%;
	max-width: 1280px;
	padding: 0 20px;
	margin: auto;
}
.page-opening__grid {
	display: flex;
	align-items: end;
	gap: 60px;
}
.page-opening__item {
	width: calc(50% - 30px);
}
.page-opening h2 {
	font-family: "Barlow", sans-serif;
	font-size: 8rem;
	font-weight: 600;
	color: #808B52;
	line-height: 1.1;
}
.page-opening .catch {
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 30px;
	letter-spacing: 2px;
}
.page-opening p {
	font-weight: normal;
	margin-top: 30px;
	line-height: 2;
}

.page-tmp {
	position: relative;
	padding: 100px 0;
}
.page-tmp::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(152, 165, 188, .4) 0%, rgba(142, 154, 175, .4) 50%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.page-tmp__content {
	width: 100%;
	max-width: 1280px;
	padding: 0 20px;
	margin: auto;
}
.page-tmp__grid {
	display: flex;
	align-items: end;
	gap: 60px;
}
.page-tmp__item {
	width: calc(50% - 30px);
}
.page-tmp h2 {
	font-family: "Barlow", sans-serif;
	font-size: 8rem;
	font-weight: 600;
	color: #808B52;
	line-height: 1.1;
}
.page-tmp .catch {
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 30px;
	letter-spacing: 2px;
}
.page-tmp p {
	font-weight: 500;
	margin-top: 30px;
	line-height: 2.2;
}
@media only screen and (max-width: 1120px) {
	.page-opening__grid {
		display: flex;
		flex-wrap: wrap;
		align-items: unset;
		gap: 60px;
	}
	.page-opening__item {
		width: 100%;
	}
	.page-opening__item figure {
		width: 100%;
		max-width: 640px;
		margin: auto;
	}
	.page-opening__item figure img {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	.page-opening {
		position: relative;
		padding: 60px 0;
	}
	.page-opening::before {
		content: '';
		width: 100%;
		height: 100%;
		background: linear-gradient(45deg, rgba(152, 165, 188, .4) 0%, rgba(142, 154, 175, .4) 50%, rgba(255, 255, 255, 1) 100%);
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.page-opening__content {
		width: 100%;
		max-width: 1280px;
		padding: 0 20px;
		margin: auto;
	}
	.page-opening__grid {
		display: flex;
		flex-wrap: wrap;
		align-items: unset;
		gap: 40px;
	}
	.page-opening__item {
		width: 100%;
	}
	.page-opening h2 {
		font-family: "Barlow", sans-serif;
		font-size: 3.8rem;;
		font-weight: 600;
		color: #808B52;
		line-height: 1.1;
	}
	.page-opening .catch {
		font-size: 2.4rem;
		font-weight: bold;
		line-height: 1.7;
		margin-top: 15px;
		letter-spacing: 0;
	}
	.page-opening p {
		font-weight: normal;
		margin-top: 20px;
		line-height: 2;
	}

	.page-tmp {
		position: relative;
		padding: 60px 0;
	}
	.page-tmp::before {
		content: '';
		width: 100%;
		height: 100%;
		background: linear-gradient(45deg, rgba(152, 165, 188, .4) 0%, rgba(142, 154, 175, .4) 50%, rgba(255, 255, 255, 1) 100%);
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.page-tmp__content {
		width: 100%;
		max-width: 1280px;
		padding: 0 20px;
		margin: auto;
	}
	.page-tmp__grid {
		display: flex;
		align-items: end;
		gap: 60px;
	}
	.page-tmp__item {
		width: calc(50% - 30px);
	}
	.page-tmp h2 {
		font-family: "Barlow", sans-serif;
		font-size: 3.8rem;;
		font-weight: 600;
		color: #808B52;
		line-height: 1.1;
	}
	.page-tmp .catch {
		font-size: 2.4rem;
		font-weight: bold;
		line-height: 1.7;
		margin-top: 15px;
		letter-spacing: 0;
	}
	.page-tmp p {
		font-weight: 500;
		margin-top: 30px;
		line-height: 2;
	}
}










.price {
	margin-top: 100px;
}
.price h3 {
	font-size: 3.8rem;;
	letter-spacing: 2px;
	line-height: 1.6;
}
.price h3 + p {
	margin-top: 20px;
}
.price-frame {
	background-color: #fff;
	padding: 80px;
	border-radius: 20px;
}
.price-frame + .price-frame {
	margin-top: 60px;
}
.price-frame .annotation {
	font-size: 1.4rem;
	font-weight: normal;
	text-align: right;
	color: #4B4848;
	margin-top: 20px;
}
.price-tableA {
	margin-top: 30px;
	width: 100%;
	line-height: 1.6;
}
h3 + .price-tableA {
	margin-top: 30px;
}
.price-tableA a {
	text-decoration: underline;
}
.price-tableA a.outlink {
	position: relative;
	padding-right: 10px;
}
.price-tableA a.outlink::before {
	content: '';
	position: absolute;
	width: 27px;
	height: 14px;
	background: url(./img/outlink.svg) no-repeat center / cover;
	left: 100%;
}
.price-tableA tr {
	border: none;
	border-bottom: 1px solid #4B4848;
}
.price-tableA tr th,
.price-tableA tr td {
	padding: 30px;
	font-weight: 500;
	min-width: 200px;
}
.price-tableA tr td:first-child {
	padding: 30px 30px 30px 0;
	text-align: left;
}
.price-tableA tr td strong {
	font-size: 2rem;
	font-weight: bold;
}
.price-tableA .course {
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	color: #808B52;
}
.price-tableA .grid {
	display: flex;
	align-items: center;
}
.price-tableA .grid .times {
	display: block;
	width: 60px;
	font-size: 1.6rem;
}
.price-tableA .grid p {
	width: calc(100% - 60px);
	margin-top: 0;
}
@media only screen and (max-width: 1120px) {
	.price-frame {
		padding: 60px 40px;
	}
	.price-tableA {
		margin-top: 30px;
		line-height: 1.6;
		font-size: 1.6rem;
		display: block;
		overflow-x: auto;
		margin-right: -20px;
		width: calc(100% + 20px);
		padding-right: 20px;
		white-space: nowrap;
	}
}
@media only screen and (max-width: 768px) {
	.price {
		margin-top: 40px;
	}
	.price h3 {
		font-size: 2.4rem;
		letter-spacing: 2px;
		line-height: 1.6;
	}
	.price h3 + p {
		margin-top: 20px;
	}
	.price-frame {
		background-color: #fff;
		padding: 40px 20px;
		border-radius: 20px;
		width: auto;
		margin: 0 -10px;
	}
	.price-frame + .price-frame {
		margin-top: 40px;
	}
	.price-tableA {
		margin-top: 10px;
		line-height: 1.6;
		font-size: 1.6rem;
		display: block;
		overflow-x: auto;
		margin-right: -20px;
		width: calc(100% + 20px);
		padding-right: 20px;
		white-space: nowrap;
	}
	.price-tableA a {
		text-decoration: underline;
	}
	.price-tableA tr {
		border: none;
		border-bottom: 1px solid #4B4848;
	}
	.price-tableA tr th {
		font-size: 1.6rem;
	}
	.price-tableA tr th,
	.price-tableA tr td {
		padding: 20px;
		font-weight: 500;
	}
	.price-tableA tr td:first-child {
		padding: 20px 20px 20px 0;
		text-align: left;
	}
	.price-tableA tr td strong {
		font-size: 1.6rem;
		font-weight: bold;
	}
	.price-tableA .course {
		display: block;
		font-size: 1.6rem;
		font-weight: bold;
		color: #808B52;
	}
	.price-tableA .grid {
		display: flex;
		align-items: center;
	}
	.price-tableA .grid .times {
		display: block;
		width: 70px;
		font-size: 1.6rem;
	}
	.price-tableA .grid p {
		width: calc(100% - 70px);
		margin-top: 0;
	}
}









.golf-opening {
	border-radius: 20px;
	background-color: #fff;
	overflow: hidden;
	margin-top: 100px;
}
.golf-opening__grid {
	display: flex;
}
.golf-opening__item {
	width: 50%;
}
.golf-opening__text {
	padding: 60px;
}
.golf-opening__text p {
	margin-top: 0;
}
.golf-opening__img {
	display: block;
	position: relative;
	overflow: hidden;
	height: 100%;
}
.golf-opening__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.golf-opening .check-list,
.golf-opening .check-list + p {
	margin-top: 30px;
}

.golf-image {
	width: 100%;
	max-width: 800px;
	margin: auto;
}
.golf-image__grid {
	display: flex;
	gap: 100px;
	margin-top: 100px;
}
.golf-image__item {
	width: calc(50% - 50px);
	border-radius: 20px;
	overflow: hidden;
}
.golf-image__item iframe {
	aspect-ratio: 9 / 16;
	height: 100%;
	width: 100%;
}
.golf-image__img {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 65%;
}
.golf-image__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.golf-image p {
	margin-top: 15px;
	line-height: 1.8;
}

.golf-frame {
	width: 100%;
	max-width: 1280px;
	margin: 100px auto 0;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
}
.golf-frame h3 {
	font-size: 3.8rem;;
	letter-spacing: 2px;
	line-height: 1.5;
}
.golf-frame h3 + p {
	margin-top: 20px;
}
.golf-frame h4 {
	font-size: 2.4rem;
	line-height: 1.5;
	margin-top: 20px;
}
.golf-frame .sub {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
}
.golf-frame .care {
	font-size: 1.3rem;
	margin-top: 40px;
	color: #909090;
}
.golf-frame__inner {
	padding: 80px;
}
.golf-frame__grid {
	display: flex;
	gap: 60px;
}
.golf-frame__grid + .golf-frame__grid {
	margin-top: 60px;
}
.golf-frame__item {
	width: calc(50% - 30px);
}
.golf-frame__img {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 70%;
}
.golf-frame__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.golf-frame-image-l {
	display: block;
	position: relative;
	overflow: hidden;
	height: 540px;
}
.golf-frame-image-l img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.golf-table-frame {
	width: 100%;
	max-width: 1280px;
	margin: 100px auto 0;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
}
.golf-table-frame .sub {
	display: block;
	font-size: 2rem;
	font-weight: bold;
}
.golf-table-frame h3 {
	font-size: 3.4rem;
	letter-spacing: 2px;
	line-height: 1.5;
	margin-top: 10px;
}
.golf-table-frame h3 + p {
	margin-top: 10px;
}
.golf-table-frame h4 {
	position: relative;
	font-size: 2.4rem;
	line-height: 1.5;
	margin-top: 40px;
	padding-left: 25px;
}
.golf-table-frame h4::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 42px;
	background-color: #0D2A5E;
}
.golf-table-frame__inner {
	padding: 80px;
}
.golf-table-frame__table {
	width: 100%;
	margin-top: 30px;
	font-size: 1.6rem;
	table-layout: fixed; 
	border-spacing: 30px;
}
.golf-table-frame__table tr:first-of-type {
	border-bottom: none;
}
.golf-table-frame__table tr {
	border-bottom: 1px solid #333;
}
.golf-table-frame__table tr th,
.golf-table-frame__table tr td {
	text-align: center;
	padding: 20px;
}
.golf-table-frame__table tr th {
	border-bottom: 2px solid #333;
}
.golf-table-frame__table tr td strong {
	font-size: 2.7rem;
}
.golf-table-frame__grid {
	display: flex;
	gap: 80px;
}
.golf-table-frame__item {
	width: calc(50% - 40px);
}
@media only screen and (max-width: 1120px) {
	.golf-frame__inner {
		padding: 60px 40px;
	}
	.golf-image__grid {
		gap: 20px;
		margin-top: 20px;
	}
	.golf-image__item {
		width: calc(50% - 10px);
	}
	.golf-table-frame__inner {
		padding: 60px 40px;
	}
	.golf-table-frame__table {
		margin-top: 20px;
	}
	.golf-table-frame__grid {
		flex-wrap: wrap;
		gap: 20px;
	}
	.golf-table-frame__item {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	.golf-opening {
		border-radius: 20px;
		background-color: #fff;
		overflow: hidden;
		margin: 60px -10px 0;
		width: auto;
	}
	.golf-opening__grid {
		display: flex;
		flex-wrap: wrap;
	}
	.golf-opening__item {
		width: 100%;
	}
	.golf-opening__text {
		padding: 40px 20px;
	}
	.golf-opening__text p {
		margin-top: 0;
	}
	.golf-opening__img {
		display: block;
		position: relative;
		overflow: hidden;
		height: 100%;
	}
	.golf-opening__img img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.golf-opening .check-list,
	.golf-opening .check-list + p {
		margin-top: 30px;
	}

	.golf-image {
		width: 100%;
		max-width: 280px;
		margin: auto;
	}
	.golf-image__grid {
		display: flex;
		flex-wrap: wrap;
		gap: 40px;
		margin: 40px 0 0;
		width: auto;
	}
	.golf-image__item {
		width: 100%;
		border-radius: 10px;
	}
	.golf-image__item iframe {
		aspect-ratio: 9 / 16;
		height: 100%;
		width: 100%;
	}
	.golf-image__img {
		display: block;
		position: relative;
		overflow: hidden;
		padding-top: 65%;
	}
	.golf-image__img img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.golf-image p {
		margin-top: 15px;
		line-height: 1.8;
	}

	.golf-frame {
		width: auto;
		max-width: 1280px;
		margin: 40px -10px 0;
		background-color: #fff;
		border-radius: 20px;
		overflow: hidden;
	}
	.golf-frame h3 {
		font-size: 2.4rem;
		letter-spacing: unset;
		line-height: 1.5;
	}
	.golf-frame h3 + p {
		margin-top: 20px;
	}
	.golf-frame h4 {
		font-size: 1.8rem;
		line-height: 1.5;
		margin-top: 20px;
	}
	.golf-frame .sub {
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.5;
	}
	.golf-frame .care {
		font-size: 1.3rem;
		margin-top: 40px;
		color: #909090;
	}
	.golf-frame__inner {
		padding: 40px 20px;
	}
	.golf-frame__grid {
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
	}
	.golf-frame__grid + .golf-frame__grid {
		margin-top: 60px;
	}
	.golf-frame__item {
		width: 100%;
	}
	.golf-frame__img {
		display: block;
		position: relative;
		overflow: hidden;
		padding-top: 70%;
	}
	.golf-frame__img img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.golf-frame-image-l {
		display: block;
		position: relative;
		overflow: hidden;
		height: unset;
		padding-top: 70%;
	}
	.golf-frame-image-l img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.golf-table-frame {
		width: auto;
		max-width: 1280px;
		margin: 40px -10px 0;
		background-color: #fff;
		border-radius: 20px;
		overflow: hidden;
	}
	.golf-table-frame .sub {
		display: block;
		font-size: 2rem;
		font-weight: bold;
	}
	.golf-table-frame h3 {
		font-size: 2.4rem;
		letter-spacing: unset;
		line-height: 1.5;
		margin-top: 10px;
	}
	.golf-table-frame h3 + p {
		margin-top: 10px;
	}
	.golf-table-frame h4 {
		position: relative;
		font-size: 2rem;
		line-height: 1.5;
		margin-top: 40px;
		padding-left: 20px;
	}
	.golf-table-frame h4::before {
		content: '';
		position: absolute;
		top: 3px;
		left: 0;
		width: 5px;
		height:27px;
		background-color: #0D2A5E;
	}
	.golf-table-frame__inner {
		padding: 40px 20px;
	}
	.golf-table-frame__table {
		margin-top: 10px;
		font-size: 1.6rem;
		table-layout: fixed; 
		border-spacing: 20px;

		display: block;
		overflow-x: auto;
		margin-right: -20px;
		width: calc(100% + 20px);
		padding-right: 20px;
		white-space: nowrap;
	}
	.golf-table-frame__table tr:first-of-type {
		border-bottom: none;
	}
	.golf-table-frame__table tr {
		border-bottom: 1px solid #333;
	}
	.golf-table-frame__table tr th,
	.golf-table-frame__table tr td {
		text-align: center;
		padding: 20px;
	}
	.golf-table-frame__table tr th {
		border-bottom: 2px solid #333;
	}
	.golf-table-frame__table tr td strong {
		font-size: 2.7rem;
	}
	.golf-table-frame__grid {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}
	.golf-table-frame__item {
		width: 100%;
	}
}





























.recruit-opening {
	position: relative;
}
.recruit-opening::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: -1;
}
.recruit-opening h3 {
	font-size: 4rem;
	line-height: 1.5;
}
.recruit-opening p {
	margin-top: 30px;
}
.recruit-opening__content {
	width: 100%;
	max-width: 1640px;
	margin: auto;
	padding: 0 20px;
}
.recruit-opening__grid {
	display: flex;
	align-items: center;
	gap: 100px;
	justify-content: space-between;
}
.recruit-opening__text {
	width: 100%;
	max-width: 800px;
	padding: 60px 0;
	margin-left: auto;
}
.recruit-opening .check-list {
	margin-top: 30px;
}
.recruit-opening__img {
	width: 100%;
	max-width: 520px;
}
.recruit-opening__img figure {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 55%;
}
.recruit-opening__img figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.recruit-detail {
	position: relative;
	padding: 100px 0;
}
.recruit-detail::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(152, 165, 188, .4) 0%, rgba(142, 154, 175, .4) 50%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.recruit-detail__content {
	width: 100%;
	max-width: 1280px;
	padding: 0 20px;
	margin: auto;
}
.recruit-detail__grid {
	display: flex;
	margin-top: 80px;
}
.recruit-detail__ttl {
	width: 380px;
}
.recruit-detail__ttl h3 {
	font-size: 3.8rem;
	line-height: 1.6;
}
.recruit-detail__ttl p {
	margin-top: 20px;
}
.recruit-detail__text {
	font-size: 1.6rem;
	width: calc(100% - 380px);
}
.recruit-detail__item + .recruit-detail__item {
	border-top: 1px solid #333;
	padding-top: 40px;
	margin-top: 40px;
}
.recruit-detail__text .frame {
	padding: 40px 50px;
	background-color: #fff;
	border-radius: 10px;
	margin-top: 40px;
}
.recruit-detail__text p {
	margin-top: 15px;
}
.recruit-detail__text p span {
	display: inline;
	padding: 0 5px;
	background: linear-gradient(transparent 0%, rgba(255, 255, 255, 1) 0%);
	color: #808B52;
	font-weight: 500;
	margin-right: 5px;
}
.recruit-detail__text .message {
	font-size: 1.8rem;
	line-height: 2;
	margin-top: 10px;
}
.recruit-detail__important {
	font-size: 1.8rem;
	line-height: 1.5;
	margin-top: 10px;
}
.recruit-detail__important li:first-of-type {
	margin-top: 0;
}
.recruit-detail__important li {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.recruit-detail__important li span {
	display: inline-block;
	padding: 20px;
	background-color: #fff;
	font-weight: bold;
	border-radius: 8px;
	margin-right: 20px;
}
.recruit-detail__text h4 {
	font-size: 2.7rem;
	line-height: 1.6;
	margin-top: 40px;
}
.recruit-detail__text h4:first-of-type {
	margin-top: 0;
}
.recruit-detail__list {
	font-weight: 500;
	margin-top: 15px;
}
.recruit-detail__list li {
	position: relative;
	margin-top: 10px;
	padding-left: 25px;
}
.recruit-detail__list li::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 13px;
	height: 13px;
	background-color: #333;
	border-radius: 50%;
}
.recruit-detail__care {
	margin-top: 15px;
}
.recruit-detail__care li {
	position: relative;
	margin-top: 5px;
	padding-left: 20px;
}
.recruit-detail__care li::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}
.recruit-detail__item .mt0 {
	margin-top: 0;
}
@media only screen and (max-width: 768px) {
	.recruit-opening {
		position: relative;
	}
	.recruit-opening::before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 100%;
		background-color: #fff;
		z-index: -1;
	}
	.recruit-opening h3 {
		font-size: 2.4rem;
		line-height: 1.5;
	}
	.recruit-opening p {
		margin-top: 30px;
	}
	.recruit-opening__content {
		width: 100%;
		max-width: 1640px;
		margin: auto;
		padding: 0 20px;
	}
	.recruit-opening__grid {
		display: flex;
		flex-wrap: wrap;
		align-items: unset;
		gap: 40px;
		justify-content: unset;
	}
	.recruit-opening__text {
		width: 100%;
		max-width: 100%;
		padding: 40px 0 0;
		margin-left: auto;
	}
	.recruit-opening .check-list {
		margin-top: 30px;
	}
	.recruit-opening__img {
		width: 100%;
		max-width: 100%;
	}
	.recruit-opening__img figure {
		display: block;
		position: relative;
		overflow: hidden;
		padding-top: 65%;
		margin-top: 15px;
	}
	.recruit-opening__img figure img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.recruit-detail {
		position: relative;
		padding: 0;
	}
	.recruit-detail::before {
		content: '';
		width: 100%;
		height: 100%;
		background: linear-gradient(45deg, rgba(152, 165, 188, .4) 0%, rgba(142, 154, 175, .4) 50%, rgba(255, 255, 255, 1) 100%);
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.recruit-detail__content {
		width: 100%;
		max-width: 1280px;
		padding: 0 20px 60px;
		margin: auto;
	}
	.recruit-detail__grid {
		display: flex;
		flex-wrap: wrap;
		margin-top: 60px;
	}
	.recruit-detail__ttl {
		width: 100%;
	}
	.recruit-detail__ttl h3 {
		font-size: 2.4rem;
		line-height: 1.6;
	}
	.recruit-detail__ttl p {
		margin-top: 20px;
	}
	.recruit-detail__text {
		font-size: 1.5rem;
		width: 100%;
		margin-top: 20px;
	}
	.recruit-detail__item + .recruit-detail__item {
		border-top: 1px solid #333;
		padding-top: 30px;
		margin-top: 30px;
	}
	.recruit-detail__text .frame {
		padding: 40px 20px;
		background-color: #fff;
		border-radius: 10px;
		margin: 40px -10px 0;
		width: auto;
	}
	.recruit-detail__text p {
		margin-top: 10px;
	}
	.recruit-detail__text p span {
		display: inline;
		padding: 0 5px;
		background: linear-gradient(transparent 0%, rgba(255, 255, 255, 1) 0%);
		color: #808B52;
		font-weight: 500;
		margin-right: 5px;
	}
	.recruit-detail__text .message {
		font-size: 1.5rem;
		line-height: 2;
		margin-top: 0;
	}
	.recruit-detail__important {
		font-size: 1.5rem;
		line-height: 1.5;
		margin-top: 10px;
	}
	.recruit-detail__important li:first-of-type {
		margin-top: 20px;
	}
	.recruit-detail__important li {
		display: block;
		align-items: unset;
		margin-top: 20px;
	}
	.recruit-detail__important li span {
		display: inline-block;
		padding: 6px 12px;
		background-color: #fff;
		font-weight: bold;
		border-radius: 5px;
		margin-right: 25px;
	}
	.recruit-detail__text h4 {
		font-size: 2rem;
		line-height: 1.6;
		margin-top: 40px;
	}
	.recruit-detail__text h4:first-of-type {
		margin-top: 0;
	}
	.recruit-detail__list {
		font-weight: 500;
		margin-top: 20px;
	}
	.recruit-detail__list li {
		position: relative;
		margin-top: 15px;
		padding-left: 20px;
	}
	.recruit-detail__list li::before {
		content: '';
		position: absolute;
		top: 8px;
		left: 0;
		width: 12px;
		height: 12px;
		background-color: #333;
		border-radius: 50%;
	}
	.recruit-detail__care {
		margin-top: 15px;
	}
	.recruit-detail__care li {
		position: relative;
		margin-top: 5px;
		padding-left: 20px;
	}
	.recruit-detail__care li::before {
		content: '※';
		position: absolute;
		top: 0;
		left: 0;
	}
	.recruit-detail__item .mt0 {
		margin-top: 0;
	}
}









.plan {
	position: relative;
	padding: 100px 10px;
}
.plan::before {
	content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.plan-silver::before {
    background: linear-gradient(-135deg, rgba(181, 173, 173, 1) 0%, rgba(215, 215, 215, 1) 25%, rgba(158, 158, 158, 1) 50%, rgba(160, 160, 160, 1) 100%);
}
.plan-gold::before {
    background: linear-gradient(-135deg, rgba(209, 197, 98, 1) 0%, rgba(215, 215, 215, 1) 25%, rgba(186, 172, 56, 1) 50%, rgba(144, 132, 39, 1) 100%);
}
.plan-blue::before {
    background: #246FA4;
}
.plan-green::before {
    background: #202F5D;
}
.plan-orange::before {
    background: linear-gradient(-135deg, rgba(255, 186, 132, 1) 0%, rgba(243, 165, 105, 1) 25%, rgba(200, 95, 15, 1) 100%);
}
.plan h3 {
	font-size: 3.8rem;;
	letter-spacing: 2px;
	line-height: 1.5;
}
.plan h3 + p {
	margin-top: 20px;
}
.plan h4 {
	font-size: 3.4rem;
	letter-spacing: 2px;
	line-height: 1.5;
}
.plan h3 + h5,
.plan h4 + h5 {
	margin-top: 30px;
}
.plan h5 {
	font-size: 2.2rem;
	line-height: 1.6;
}
.plan h5 + p {
	margin-top: 15px;
}
.plan .sub {
	font-weight: 600;
}
.plan .care {
	font-size: 1.3rem;
	margin-top: 40px;
	color: #909090;
}
.plan__content {
	width: 100%;
	max-width: 1280px;
	margin: auto;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
}
.plan__inner {
	padding: 80px 100px;
}
.plan__grid {
	display: flex;
	align-items: center;
	gap: 60px;
}
.plan__grid + .plan__grid {
	margin-top: 60px;
}
.plan__item {
	width: calc(50% - 30px);
}
.plan__img {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 60%;
}
.plan__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.plan-shityu p {
	font-size: 1.6rem;
	margin-top: 15px;
}
.plan-shityu__grid {
	display: flex;
}
.plan-shityu__grid + .plan-shityu__grid {
	border-top: 1px solid #bbb;
}
.plan-shityu__item {
	width: 50%;
}
.plan-shityu__text {
	padding: 80px;
}
.plan-shityu__img  {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 100%;
	height: 100%;
}
.plan-shityu__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.plan-fkuyu__grid {
	display: flex;
}
.plan-fkuyu__item {
	width: 50%;
}
.plan-fkuyu__img  {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 70%;
}
.plan-fkuyu__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.plan-image-l {
	display: block;
	position: relative;
	overflow: hidden;
	height: 540px;
}
.plan-image-l img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.plan__table {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #484848;
	font-weight: 500;
	margin-top: 30px;
}
.plan__table dt {
	width: 190px;
	border-bottom: 1px solid #484848;
	padding: 25px 0;
	font-size: 2.2rem;
}
.plan__table dd {
	width: calc(100% - 190px);
	border-bottom: 1px solid #484848;
	padding: 25px 0;
	margin-top: 3px;
}
.plan__ttl {
	display: block;
	font-size: 2.4rem;
	position: relative;
	line-height: 1.6;
	margin-top: 60px;
}
@media only screen and (max-width: 1120px) {
	.plan {
		position: relative;
		padding: 60px 10px;
	}
	.plan__inner {
		padding: 60px 40px;
	}
	.plan__grid {
		gap: 40px;
	}
	.plan__item {
		width: calc(50% - 20px);
	}
	.plan-shityu__text {
		padding: 60px 40px;
	}
}
@media only screen and (max-width: 768px) {
	.plan {
		position: relative;
		padding: 40px 10px;
	}
	.plan::before {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.plan-silver::before {
		background: linear-gradient(-135deg, rgba(181, 173, 173, 1) 0%, rgba(215, 215, 215, 1) 25%, rgba(158, 158, 158, 1) 50%, rgba(160, 160, 160, 1) 100%);
	}
	.plan-gold::before {
		background: linear-gradient(-135deg, rgba(209, 197, 98, 1) 0%, rgba(215, 215, 215, 1) 25%, rgba(186, 172, 56, 1) 50%, rgba(144, 132, 39, 1) 100%);
	}
	.plan-blue::before {
		background: #246FA4;
	}
	.plan-orange::before {
		background: linear-gradient(-135deg, rgba(255, 186, 132, 1) 0%, rgba(243, 165, 105, 1) 25%, rgba(200, 95, 15, 1) 100%);
	}
	.plan h3 {
		font-size: 2.4rem;
		letter-spacing: unset;
		line-height: 1.5;
	}
	.plan h3 + p {
		margin-top: 20px;
	}
	.plan h4 {
		font-size: 2.4rem;
		letter-spacing: 2px;
		line-height: 1.5;
	}
	.plan h4 + h5 {
		margin-top: 15px;
	}
	.plan h5 {
		font-size: 1.8rem;
		line-height: 1.6;
	}
	.plan h5 + p {
		margin-top: 15px;
	}
	.plan .sub {
		font-size: 1.8rem;
		font-weight: 600;
	}
	.plan .care {
		font-size: 1.3rem;
		margin-top: 30px;
		color: #909090;
	}
	.plan__content {
		width: 100%;
		max-width: 1280px;
		margin: auto;
		background-color: #fff;
		border-radius: 20px;
		overflow: hidden;
	}
	.plan__inner {
		padding: 40px 20px;
	}
	.plan__grid {
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
	}
	.plan__grid + .plan__grid {
		margin-top: 40px;
	}
	.plan__item {
		width: 100%;
	}
	.plan__img {
		display: block;
		position: relative;
		overflow: hidden;
		padding-top: 70%;
		border-radius: 10px;
	}
	.plan__img img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.plan-shityu p {
		font-size: 1.6rem;
		margin-top: 15px;
	}
	.plan-shityu__grid {
		display: flex;
		flex-wrap: wrap;
	}
	.plan-shityu__grid + .plan-shityu__grid {
		border-top: 1px solid #bbb;
	}
	.plan-shityu__item {
		width: 100%;
	}
	.plan-shityu__text {
		padding: 40px 20px;
	}
	.plan-shityu__img  {
		display: block;
		position: relative;
		overflow: hidden;
		padding-top: 70%;
		height: unset;
	}
	.plan-shityu__img img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.plan-fkuyu__grid {
		display: flex;
		flex-wrap: wrap;
	}
	.plan-fkuyu__item {
		width: 100%;
	}
	.plan-fkuyu__img  {
		display: block;
		position: relative;
		overflow: hidden;
		padding-top: 70%;
	}
	.plan-fkuyu__img img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.plan-image-l {
		display: block;
		position: relative;
		overflow: hidden;
		height: unset;
		padding-top: 70%;
	}
	.plan-image-l img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.plan__table {
		display: flex;
		flex-wrap: wrap;
		border-top: 1px solid #484848;
		font-weight: 500;
		margin-top: 20px;
	}
	.plan__table dt {
		width: 100%;
		border-bottom: none;
		padding: 20px 0 0;
		font-size: 1.8rem;
	}
	.plan__table dd {
		width: 100%;
		border-bottom: 1px solid #484848;
		padding: 0 0 20px;
		margin-top: 3px;
	}
	.plan__ttl {
		display: block;
		font-size: 2.4rem;
		position: relative;
		line-height: 1.6;
		margin-top: 60px;
	}
}






.check-list {
	font-size: 2.4rem;
}
.check-list li:first-of-type {
	margin-top: 0;
}
.check-list li {
	position: relative;
	padding-left: 50px;
	line-height: 1.6;
	margin-top: 20px;
}
.check-list li::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 33px;
    height: 33px;
    background: url(./img/check.svg) no-repeat center / cover;
}
.check-list li .sub {
	display: inline-block;
	font-size: 2rem;
	font-weight: 500;
}
.check-list li p {
	font-size: 1.6rem;
	font-weight: 400;
	color: #404040;
	margin-top: 10px;
	line-height: 1.6;
}
.check-list.check-list__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 60px;
	margin-top: 40px;
}
.check-list.check-list__grid li {
	width: calc(50% - 30px);
	margin-top: 0;
}
@media only screen and (max-width: 1120px) {
	.check-list.check-list__grid {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		margin-top: 30px;
	}
	.check-list.check-list__grid li {
		width: 100%;
		margin-top: 0;
	}
}
@media only screen and (max-width: 768px) {
	.check-list {
		font-size: 2rem;
	}
	.check-list li:first-of-type {
		margin-top: 0;
	}
	.check-list li {
		position: relative;
		padding-left: 40px;
		line-height: 1.6;
		margin-top: 20px;
	}
	.check-list li::before {
		content: '';
		position: absolute;
		top: 4px;
		left: 0;
		width: 28px;
		height: 28px;
		background: url(./img/check.svg) no-repeat center / cover;
	}
	.check-list li .sub {
		display: block;
		font-size: 1.8rem;
		font-weight: 500;
		margin-top: 5px;
	}
}









.check-shityu-list {
	font-size: 1.7rem;
	margin-top: 30px;
}
.check-shityu-list li:first-of-type {
	margin-top: 0;
}
.check-shityu-list li {
	position: relative;
	padding-left: 40px;
	line-height: 1.6;
	margin-top: 15px;
}
.check-shityu-list li::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 22px;
    height: 22px;
    background: url(./img/check.svg) no-repeat center / cover;
}

.check-ttl {
	display: block;
	font-size: 2.4rem;
	position: relative;
	line-height: 1.6;
	margin-top: 30px;
	padding-left: 50px;
}
.check-ttl::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0px;
    width: 33px;
    height: 33px;
    background: url(./img/check.svg) no-repeat center / cover;
}
.check-ttl + p {
	margin-top: 20px;
	font-size: 1.6rem;
}

.check__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 40px;
}
.check__item {
	width: calc(33.3333% - 13.3333px);
}
.check__grid .check-ttl {
	margin-top: 0;
}
@media only screen and (max-width: 1120px) {
	.check__item {
		width: calc(50% - 10px);
	}
}
@media only screen and (max-width: 768px) {
	.check-shityu-list {
		font-size: 1.7rem;
		margin-top: 30px;
	}
	.check-shityu-list li:first-of-type {
		margin-top: 0;
	}
	.check-shityu-list li {
		position: relative;
		padding-left: 40px;
		line-height: 1.6;
		margin-top: 15px;
	}
	.check-shityu-list li::before {
		content: '';
		position: absolute;
		top: 4px;
		left: 0;
		width: 22px;
		height: 22px;
		background: url(./img/check.svg) no-repeat center / cover;
	}

	.check-ttl {
		display: block;
		font-size: 2rem;
		position: relative;
		line-height: 1.6;
		margin-top: 0;
		padding-left: 40px;
	}
	.check-ttl::before {
		content: '';
		position: absolute;
		top: 4px;
		left: 0px;
		width: 28px;
		height: 28px;
		background: url(./img/check.svg) no-repeat center / cover;
	}
	.check-ttl + p {
		margin-top: 20px;
		font-size: 1.6rem;
	}

	.check__grid {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		margin-top: 30px;
	}
	.check__item {
		width: 100%;
	}
	.check__grid .check-ttl {
		margin-top: 0;
	}
}


.contact-news {
	background-color: #fff;
	padding: 70px 40px;
	border-radius: 20px;
	text-align: center;
	margin-top: 80px;
}
.contact-news .ttl {
	display: block;
	font-size: 2rem;
	font-weight: bold;
}
.contact-news p {
	margin-top: 30px;
	font-size: 1.6rem;
	line-height: 1.8;
}
.form {
	width: 100%;
	max-width: 880px;
	margin: auto;
}
.form .form__table {
	display: flex;
	flex-wrap: wrap;
	margin: 40px auto 0;
}
.form .form__table dt {
	width: 240px;
	padding: 50px 0 0;
	line-height: 1.5;
}
.form .form__table dt span {
	color: #FF0000;
}
.form .form__table dd {
	width: calc(100% - 240px);
	padding: 35px 0 0;
}
.form .form__table dt:last-of-type,
.form .form__table dd:last-of-type {
	border-bottom: none;
}
.form .form__table dt p {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 30px 0 0;
    line-height: normal;
}
.form .form__table dt p.req::after {
	content: '必須';
	display: inline-block;
	color: #fff;
	background-color: #BD0E0E;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1;
	padding: 3px 10px 4px;
}
.form .form__table .input__grid {
	display: flex;
	flex-wrap: wrap;
	margin: -10px -5px 0;
}
.form .form__table .input__grid .input__item {
	width: 50%;
	padding: 0 5px;
	margin-top: 10px;
}
.form .form__table .input__number {
	position: relative;
	padding-left: 25px;
}
.form .form__table .input__number::before {
	content: '〒';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.form .input__btn {
	display: block;
	position: relative;
	width: 100%;
	max-width: 400px;
	height: 77px;
	line-height: 77px;
	background-color: #fff;
	color: #0E2B5E;
	margin : 60px auto 0;
	font-size: center;
	font-weight: bold;
	transition: .3s;
	border-radius: 10px;
}
.form .input__btn:hover {
	background-color: #0E2B5E;
	transition: .3s;
}
.form .input__btn input[type="submit"] {
	display: block;
	width: 100%;
	max-width: 400px;
	height: 77px;
	line-height: 77px;
	color: #0E2B5E;
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	transition: .3s;
	border-radius: 10px;
}
.form .input__btn:hover input[type="submit"] {
	color: #fff;
	transition: .3s;
}
.form .input__btn .wpcf7-spinner {
	display: none;
}
.form-choice {
	font-weight: 500;
	display: flex;
	gap: 15px 30px;
}
.form-choice label {
	transition: .3s;
}
.form-choice label:hover {
	color: #808B52;
	transition: .3s;
}
/* プライバシーポリシー */
.form-policy {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.form-policy a {
	text-decoration: underline;
}
/* contactform7　ラジオボタン */
.wpcf7-form-control-wrap .form-radio {
	font-weight: 500;
	display: flex;
	gap: 15px 30px;
	margin-top: 12px;
}
.wpcf7-form-control-wrap .form-radio .wpcf7-list-item {
	margin: 0;
}
.wpcf7-form-control-wrap .form-radio .wpcf7-list-item input[type="radio"] {
	display: none;
}
.wpcf7-form-control-wrap .form-radio .wpcf7-list-item .wpcf7-list-item-label {
	position: relative;
	padding-left: 42px;
	cursor: pointer;
	display: inline-block;
	line-height: 1.5;
}
.wpcf7-form-control-wrap .form-radio .wpcf7-list-item input[type="radio"]:checked+.wpcf7-list-item-label {
	color: #808B52;
}
.wpcf7-form-control-wrap .form-radio .wpcf7-list-item input[type="radio"]:checked+.wpcf7-list-item-label::before {
	background-color: #fff;
}
.wpcf7-form-control-wrap .form-radio .wpcf7-list-item .wpcf7-list-item-label::before {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-radius: 50%;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .5s ease;
	border: 1px solid #ccc;
}
.wpcf7-form-control-wrap .form-radio .wpcf7-list-item input[type="radio"]:checked+.wpcf7-list-item-label::after {
	transform: translateY(-50%);
	opacity: 1;
	transition: .3s;
}
.wpcf7-form-control-wrap .form-radio .wpcf7-list-item .wpcf7-list-item-label::after {
	content: '';
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #808B52;
	opacity: 0;
	transition: .3s;
}
.form-policy {
	text-align: center;
	margin-top: 30px;
}
.form-policy .wpcf7-form-control-wrap .wpcf7-list-item {
	margin: 0;
}
.form-policy .wpcf7-form-control-wrap .wpcf7-list-item input[type="checkbox"] {
	display: none;
}
.form-policy .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label {
	position: relative;
	cursor: pointer;
	display: block;
	padding-left: 42px;
}
.form-policy .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label::before {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #fff;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .5s ease;
	border: 1px solid #ccc;
}
.form-policy .wpcf7-form-control-wrap .wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
	background-color: #808B52;
}
.form-policy .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label::after {
	content: '';
	position: absolute;
	top: calc(50% - 4px);
	left: 15px;
	width: 16px;
	height: 8px;
	border-bottom: 2.5px solid #fff;
	border-left: 2.5px solid #fff;
	transform: rotate(0) scale(0);
	transition: .3s;
	opacity: 0;
}
.form-policy .wpcf7-form-control-wrap .wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
	transform: rotate(-45deg) scale(1) translateY(-50%);
	opacity: 1;
}
.form-policy a {
	color: #808B52;
	text-decoration: underline;
}
.page-thanks {
	text-align: center;
}
.page-thanks .btn-01 {
	margin-top: 60px;
	background-color: #fff;
	color: #808B52;
}
.page-thanks .btn-01:hover {
	background-color: #808B52;
	border: 1px solid #808B52;
	color: #fff;
}
@media only screen and (max-width: 768px) {
	.contact-news {
		background-color: #fff;
		padding: 40px 20px;
		border-radius: 20px;
		text-align: center;
		margin: 60px -10px 0;
		width: auto;
	}
	.contact-news .ttl {
		display: block;
		font-size: 1.8rem;
		font-weight: bold;
	}
	.contact-news p {
		margin-top: 20px;
		font-size: 1.6rem;
		line-height: 1.8;
		text-align: left;
	}
	.form {
		width: 100%;
		max-width: 880px;
		padding: 0 20px;
		margin: auto;
	}
	.form .form__table {
		display: flex;
		flex-wrap: wrap;
		margin: 40px auto 0;
		font-size: 1.6rem;
	}
	.form .form__table dt {
		width: 100%;
		padding: 20px 0 10px;
		line-height: 1.5;
	}
	.form .form__table dt span {
		color: #FF0000;
	}
	.form .form__table dd {
		width: 100%;
		padding: 0 0 20px;
	}
	.form .form__table dt:last-of-type,
	.form .form__table dd:last-of-type {
		border-bottom: none;
	}
	.form .form__table dt p {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0;
		line-height: normal;
	}
	.form .form__table dt p.req::after {
		content: '必須';
		display: inline-block;
		color: #fff;
		background-color: #BD0E0E;
		font-size: 1.2rem;
		font-weight: 500;
		line-height: 1;
		padding: 3px 10px 4px;
	}
	.form .form__table .input__grid {
		display: flex;
		flex-wrap: wrap;
		margin: -10px -5px 0;
	}
	.form .form__table .input__grid .input__item {
		width: 50%;
		padding: 0 5px;
		margin-top: 10px;
	}
	.form .form__table .input__number {
		position: relative;
		padding-left: 25px;
	}
	.form .form__table .input__number::before {
		content: '〒';
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	.form .input__btn {
		display: block;
		position: relative;
		width: 100%;
		max-width: 400px;
		height: 77px;
		line-height: 77px;
		background-color: #fff;
		color: #0E2B5E;
		margin: 40px auto 0;
		font-size: center;
		font-weight: bold;
		transition: .3s;
		border-radius: 10px;
	}
	.form .input__btn:hover {
		background-color: #0E2B5E;
		transition: .3s;
	}
	.form .input__btn input[type="submit"] {
		display: block;
		width: 100%;
		max-width: 400px;
		height: 77px;
		line-height: 77px;
		color: #0E2B5E;
		font-size: 2rem;
		text-align: center;
		font-weight: bold;
		transition: .3s;
		border-radius: 10px;
	}
	.form .input__btn:hover input[type="submit"] {
		color: #fff;
		transition: .3s;
	}
	.form .input__btn .wpcf7-spinner {
		display: none;
	}
	.form-choice {
		font-weight: 500;
		display: block;
		gap: unset;
	}
	.form-choice .form-choice__item {
		margin-top: 10px;
	}
	.form-choice label {
		transition: .3s;
	}
	.form-choice label:hover {
		color: #808B52;
		transition: .3s;
	}
	/* プライバシーポリシー */
	.form-policy {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 20px;
	}
	.form-policy a {
		text-decoration: underline;
	}
	/* contactform7　ラジオボタン */
	.wpcf7-form-control-wrap .form-radio {
		font-weight: 500;
		display: block;
		gap: unset;
		margin-top: 0;
	}
	.wpcf7-form-control-wrap .form-radio .wpcf7-list-item {
		width: 100%;
		margin: 10px 0 0;
	}
	.wpcf7-form-control-wrap .form-radio .wpcf7-list-item input[type="radio"] {
		display: none;
	}
	.wpcf7-form-control-wrap .form-radio .wpcf7-list-item .wpcf7-list-item-label {
		position: relative;
		padding-left: 42px;
		cursor: pointer;
		display: inline-block;
		line-height: 1.5;
	}
	.wpcf7-form-control-wrap .form-radio .wpcf7-list-item input[type="radio"]:checked+.wpcf7-list-item-label {
		color: #808B52;
	}
	.wpcf7-form-control-wrap .form-radio .wpcf7-list-item input[type="radio"]:checked+.wpcf7-list-item-label::before {
		background-color: #fff;
	}
	.wpcf7-form-control-wrap .form-radio .wpcf7-list-item .wpcf7-list-item-label::before {
		content: '';
		position: absolute;
		width: 30px;
		height: 30px;
		background-color: #fff;
		border-radius: 50%;
		left: 5px;
		top: 50%;
		transform: translateY(-50%);
		transition: all .5s ease;
		border: 1px solid #ccc;
	}
	.wpcf7-form-control-wrap .form-radio .wpcf7-list-item input[type="radio"]:checked+.wpcf7-list-item-label::after {
		transform: translateY(-50%);
		opacity: 1;
		transition: .3s;
	}
	.wpcf7-form-control-wrap .form-radio .wpcf7-list-item .wpcf7-list-item-label::after {
		content: '';
		position: absolute;
		left: 10px;
		top: 50%;
		transform: translateY(-50%);
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background-color: #808B52;
		opacity: 0;
		transition: .3s;
	}
	.form-policy {
		text-align: center;
		margin-top: 30px;
	}
	.form-policy .wpcf7-form-control-wrap .wpcf7-list-item {
		margin: 0;
	}
	.form-policy .wpcf7-form-control-wrap .wpcf7-list-item input[type="checkbox"] {
		display: none;
	}
	.form-policy .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label {
		position: relative;
		cursor: pointer;
		display: block;
		padding-left: 42px;
	}
	.form-policy .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label::before {
		content: '';
		position: absolute;
		width: 30px;
		height: 30px;
		background-color: #fff;
		left: 5px;
		top: 50%;
		transform: translateY(-50%);
		transition: all .5s ease;
		border: 1px solid #ccc;
	}
	.form-policy .wpcf7-form-control-wrap .wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
		background-color: #808B52;
	}
	.form-policy .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label::after {
		content: '';
		position: absolute;
		top: calc(50% - 4px);
		left: 15px;
		width: 16px;
		height: 8px;
		border-bottom: 2.5px solid #fff;
		border-left: 2.5px solid #fff;
		transform: rotate(0) scale(0);
		transition: .3s;
		opacity: 0;
	}
	.form-policy .wpcf7-form-control-wrap .wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
		transform: rotate(-45deg) scale(1) translateY(-50%);
		opacity: 1;
	}
	.form-policy a {
		color: #808B52;
		text-decoration: underline;
	}
}