@charset "UTF-8";

/*全体共通*/
:root,
html {
	font-size: 10px;
}

* {
	box-sizing: border-box;
}

body {
	--max-width: 1720px;
	--c-base: #6B7743;
	--c-main: #C2AE1C;
	--c-accent: #86D0E9;
	--ff-main: 'Noto Serif JP', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
	--ff-en: 'Cinzel', 'Noto Serif', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
	--ff-gothic: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;

	position: relative;
	width: 100%;
	overflow-x: hidden;
	font-family: var(--ff-main);
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.4;
	-webkit-text-size-adjust: 100%;
}

/* IE表示用のCSS　*/
@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	}
}

a {
	display: inline-block;
	color: inherit;
	font-weight: inherit;
}

a:hover {
	cursor: pointer;
}

img,
svg {
	display: inline-block;
	max-width: 100%;
	vertical-align: bottom;
}

select {
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.ff-en {
	font-family: var(--ff-en);
}

.c-red {
	color: #e60012 !important;
}

.c-white {
	color: #fff !important;
}

.c-yellow {
	color: #ffff00 !important;
}

.c-blue {
	color: #3372b9 !important;
}

.c-pink {
	color: #ff7987 !important;
}

.ta-c {
	text-align: center !important;
}

.ta-l {
	text-align: left !important;
}

.ta-r {
	text-align: right !important;
}

.ta-justify {
	text-justify: inter-ideograph;
	text-align: justify;
	text-align-last: left;
}

.bold {
	font-weight: bold !important;
}

.thin {
	font-weight: 100 !important;
}

.nowrap {
	white-space: nowrap;
}

.kerning {
	font-feature-settings: "palt";
}

a.h-opacity,
.h-opacity a {
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

a.h-opacity:hover,
.h-opacity a:hover {
	opacity: 0.7;
}

.overflow-ellipsis {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.under {
	border-bottom: 1px solid #888;
}

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

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

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.d-ib {
	display: inline-block !important;
}

.d-f {
	display: flex !important;
}

.justify-center {
	display: flex;
	justify-content: center;
}

.hidden {
	display: none !important;
}

body.userAgent-pc a[href^="tel:"] {
	pointer-events: none;
}

.flex-rvs {
	flex-direction: row-reverse;
}

.mt-40 {
	margin-top: 40px;
}

.fl-r {
	float: right;
}

.m-0a {
	margin: 0 auto !important;
}


/* PC */
@media (min-width: 900px) {
	.tab {
		display: none !important;
	}

	.sp {
		display: none !important;
	}

	.tab-sp {
		display: none !important;
	}

	.pc_pl-0 {
		padding: 0 !important;
	}

	.pc_pr-0 {
		padding: 0 !important;
	}
}

/* TAB */
@media screen and (max-width: 899px) and (min-width: 481px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: none !important;
	}

	.pc-sp {
		display: none !important;
	}

	.tab_pl-0 {
		padding: 0 !important;
	}

	.tab_pr-0 {
		padding: 0 !important;
	}
}

/* SP */
@media screen and (max-width: 480px) {
	.pc {
		display: none !important;
	}

	.tab {
		display: none !important;
	}

	.pc-tab {
		display: none !important;
	}

	.sp-pl-0 {
		padding: 0 !important;
	}

	.sp-pr-0 {
		padding: 0 !important;
	}

	.sp_fs-14 {
		font-size: 14px !important;
	}

	.sp_fs-16 {
		font-size: 16px !important;
	}

	.sp_fs-18 {
		font-size: 18px !important;
	}
}

/* 共通 */
.cntInner,
.cmnInner {
	width: 100%;
	margin: 0 auto;
}

.cmnInner {}

.cmnBtn {
	position: relative;
	padding-right: 36px;
	font-family: var(--ff-en);
	font-weight: 500;
	letter-spacing: .02em;
}

.cmnBtn::after {
	content: "";
	position: absolute;
	top: 7px;
	right: 0;
	display: block;
	width: 23px;
	height: 16px;
	background: url(../img/index-assets/btn_arw.png) right/contain no-repeat;
}

.cmnBtn .txt {
	display: inline-block;
	font-size: 2rem;
	border-bottom: 1px solid var(--c-accent);
	padding: 0 7px 13px 2px;
}

.cmnFeatures {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px 20px;
}

.cmnFeatures .item {
	border: 1px solid var(--c-main);
	position: relative;
	letter-spacing: .1em;
}

.cmnFeatures .item::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 180px 180px 0 0;
	border-color: var(--c-main) transparent transparent transparent;
	opacity: .1;
	top: -16px;
	left: 16px;
}

.cmnFeatures .title {
	font-size: 2.3rem;
	/* font-weight: 600; */
	line-height: 1.9565;
	text-align: center;
}

.cmnFeatures .text {
	margin-top: 38px;
	font-size: 1.7rem;
	line-height: 1.76;
	font-weight: 500;
}

@media screen and (max-width: 1720px) {
	.cmnFeatures .title {
		font-size: calc(23px - ((1720px - 100vw) / 164));
	}

	.cmnFeatures .item::before {
		border-width: 160px 160px 0 0;
	}

	.cmnFeatures .text {
		margin-top: 25px;
	}
}

/* TAB */
@media screen and (max-width: 899px) {
	.cmnBtn .txt {
		font-size: 1.8rem;
	}

	.cmnFeatures {
		gap: 20px;
	}

	.cmnFeatures .title {
		font-size: 1.8rem;
		line-height: 1.6;
	}

	.cmnFeatures .item::before {
		top: -10px;
		left: 10px;
		border-width: 140px 140px 0 0;
	}

	.cmnFeatures .text {
		margin-top: 20px;
		font-size: 1.6rem;
	}
}

/* SP */
@media screen and (max-width: 480px) {
	.cmnFeatures .item::before {
		border-width: 100px 100px 0 0;
	}

	.cmnFeatures .text {
		font-size: 1.5rem;
	}
}


.cmnTitle {
	font-weight: 500;
}

.cmnTitle .fs-s {
	font-size: 2rem;
	letter-spacing: .1em;
	line-height: 1;
}

.cmnTitle .fs-l {
	font-size: 10rem;
	line-height: 1.35;
	font-family: var(--ff-en);
}

@media screen and (max-width: 1720px) {
	.cmnTitle .fs-s {
		font-size: 1.8rem;
	}

	.cmnTitle .fs-l {
		font-size: calc(100px - ((1720px - 100vw) / 20.5));
	}
}

/* TAB */
@media screen and (max-width: 899px) {
	.cmnTitle .fs-s {
		font-size: 1.6rem;
	}

	.cmnTitle .fs-l {
		font-size: 4rem;
	}
}

/* パララックス */
.js-inview.fadein {
	opacity: 0;
	-webkit-transition: opacity 5s cubic-bezier(0.18, 1.01, 0.29, 1.04);
	transition: opacity 5s cubic-bezier(0.18, 1.01, 0.29, 1.04);
}

.js-inview.fadein.in {
	opacity: 1;
}

.t-delay-1 {
	transition-duration: 1s;
}

/* ローディング */
#loading {
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 999;
}

/* トップへ戻るボタン */
#topReturn {
	position: fixed;
	top: auto;
	bottom: 0;
	right: 0;
	z-index: 100;
}

/* TAB */
@media screen and (max-width: 899px) {
	#topReturn {
		width: 120px;
		height: 120px;
	}
}

/* SP */
@media screen and (max-width: 480px) {
	#topReturn {
		width: 60px;
		height: 60px;
	}
}

/* ヘッダー */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 180px;
	background: #fff;
	z-index: 100;
	transition: height .3s;
}

#header.reduced {
	height: 100px;
}

#header .cntInner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px 0;
	width: 100%;
	max-width: 1760px;
	height: 100%;
	margin: 0 auto;
}

#headerLogo {
	width: 380px;
	margin-right: 16px;
	padding-bottom: 19px;
	transition: .3s;
}

#header.reduced #headerLogo {
	width: 300px;
}

#headerNav {
	width: 100%;
	max-width: 1000px;
}

#headerNav .cntBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 567px;
	width: 100%;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 26px;
}

#headerNav .cntBox .tel {
	display: block;
	margin-right: 10px;
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: 34px;
}

#headerNav .cntBox .tel .icon {
	display: inline-block;
	margin-right: 11px;
	height: 34px;
}

#headerNav .cntBox .mail {
	display: block;
	width: 100%;
	max-width: 250px;
	height: 50px;
	background: var(--c-base);
	color: #fff;
	letter-spacing: .15em;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 20px;
}

#headerNav .cntBox .mail .icon {
	margin-right: 24px;
}

#headerNav .cntList {
	display: flex;
	justify-content: space-between;
	gap: 0 10px;
	max-width: 917px;
	width: 100%;
	margin-top: 10px;
	margin-left: auto;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: .15em;
	text-align: center;
	white-space: nowrap;
}

#headerNav .cntList .small {
	display: block;
	margin-top: 3px;
	font-family: var(--ff-en);
	font-size: 1.1rem;
}

#headerNav .cntList .item.current .small {
	color: var(--c-accent);
}

/* TAB */
@media screen and (max-width: 899px) {

	#headerLogo,
	#header.reduced #headerLogo {
		width: 150px;
		padding-top: 5px;
	}

	#header,
	#header.reduced {
		height: 65px;
	}

	#headerNav {
		display: none;
	}

	#headerNav.active {
		position: fixed;
		top: 65px;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: #fff;
	}

	#headerNav .cntList {
		display: block;
		height: 100%;
		margin: 0;
		padding-bottom: 100px;
		overflow-y: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	#headerNav .cntList::-webkit-scrollbar {
		display: none;
	}

	#headerNav .cntList .item {
		margin-top: 20px;
	}
}

#navButton {
	position: relative;
	cursor: pointer;
}

#navButton span {
	transition: all .5s;
}

/* TAB */
@media screen and (max-width: 899px) {
	#navButton {
		width: 45px;
		height: 32px;
	}

	#navButton span {
		position: absolute;
		left: 5px;
		display: block;
		width: calc(100% - 10px);
		height: 2px;
		background: #000;
	}

	#navButton span:nth-of-type(1) {
		top: 8px;
	}

	#navButton span:nth-of-type(2) {
		top: 50%;
		transform: translateY(-1px);
	}

	#navButton span:nth-of-type(3) {
		bottom: 8px;
	}

	#navButton.active span:nth-of-type(1) {
		transform: translateY(7px) rotate(45deg);
	}

	#navButton.active span:nth-of-type(2) {
		opacity: 0;
	}

	#navButton.active span:nth-of-type(3) {
		transform: translateY(-7px) rotate(-45deg);
	}
}

/* スマホナビ */
#nav {}

/* フッター */
#footer {
	padding-bottom: 64px;
}

#footer .cntInner {
	padding: 141px 20px 41px;
	max-width: 1720px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#footer .cntBox .info {
	margin-top: 48px;
	font-family: var(--ff-gothic);
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .0746em;
	line-height: 1.5384;
}

#footerNav {
	display: flex;
	padding: 0 20px;
}

#footerNav .cntList {
	letter-spacing: .15em;
	line-height: 3.125;
	height: fit-content;
}

#footerNav .cntList+.cntList {
	padding-left: 50px;
	margin-left: 50px;
	border-left: 1px solid #E6E8DF;
}

#footerLogo {
	max-width: 380px;
	width: 100%;
}

#copyright {
	padding-right: 78px;
	max-width: 1720px;
	width: 100%;
	margin: 0 auto;
	display: block;
	text-align: right;
	font-size: 1.1rem;
	letter-spacing: .05em;
}

@media screen and (max-width: 1720px) {
	#footerNav .cntList+.cntList {
		padding-left: 25px;
		margin-left: 25px;
	}

	#footerLogo {
		max-width: 280px;
	}

	#copyright {
		padding-right: 108px;
	}
}

/* TAB */
@media screen and (max-width: 899px) {
	#footer {
		padding-bottom: 46px;
	}

	#footer .cntInner {
		padding: 48px 20px 24px;
	}

	#footer .cntBox .info {
		margin-top: 32px;
		font-size: 1.2rem;
	}

	#footerLogo {
		max-width: 180px;
	}

	#copyright {
		font-size: .9rem;
	}
}

/*パンくずリスト*/
.bread_crumb {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 33px 40px 112px;
	z-index: 2;
	font-family: var(--ff-en);
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: .1em;
}

.bread_crumb::before {
	content: "";
	position: absolute;
	top: -70px;
	left: 0;
	display: block;
	width: 240px;
	height: 240px;
	background: url(../img/sub-assets/h2.png) left top/contain no-repeat;
	z-index: -1;
}

.bread_crumb li {
	margin-right: 10px;
}

.bread_crumb li+li::before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 0 20px;
	background: url(../img/index-assets/btn_arw.png) center/contain no-repeat;
}

.bread_crumb a {
	color: var(--c-main);
	text-decoration: underline;
}

/* TAB */
@media screen and (max-width: 899px) {
	.bread_crumb {
		padding: 20px 20px 50px;
		font-size: 1.6rem;
	}

	.bread_crumb::before {
		width: 30%;
		min-width: 150px;
		top: -4vw;
	}
}

/* CONTACT */
#_contact .cntInner {
	max-width: 1720px;
	width: 100%;
	background: var(--c-base);
	padding: 92px 20px 120px;
}

#_contact .cntTitle {
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
}

#_contact .cntBox {
	display: flex;
	justify-content: space-between;
	max-width: 882px;
	width: 100%;
	margin: 0 auto;
}

#_contact .cntBox .tel {
	color: #fff;
	margin-right: 16px;
}

#_contact .cntBox .txt {
	letter-spacing: .075em;
}

#_contact .cntBox .num {
	font-size: 4.8rem;
	letter-spacing: .1em;
	position: relative;
	padding-left: 50px;
	font-family: var(--ff-en);
}

#_contact .cntBox .num::before {
	position: absolute;
	content: "";
	background: url(../img/sub-assets/contact_icon_tel.png);
	background-size: contain;
	width: 34px;
	height: 34px;
	top: 48%;
	transform: translateY(-50%);
	left: 0;
}

#_contact .cntBox .container {
	background: #fff;
	max-width: 400px;
	width: 100%;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#_contact .cntBox .mail {
	letter-spacing: .1em;
	font-weight: 500;
	color: var(--c-base);
	position: relative;
	padding-left: 43px;
}

#_contact .cntBox .mail::before {
	position: absolute;
	content: "";
	background: url(../img/sub-assets/contact_icon_mail.png);
	background-size: contain;
	width: 23px;
	height: 19px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

/* TAB */
@media screen and (max-width: 899px) {
	#_contact .cntInner {
		padding: 55px 20px 72px;
	}

	#_contact .cntTitle {
		margin-bottom: 30px;
	}

	#_contact .cntBox {
		display: block;
	}

	#_contact .cntBox .tel {
		text-align: center;
		margin-right: 0;
	}

	#_contact .cntBox .txt {
		font-size: 1.3rem;
	}

	#_contact .cntBox .num {
		font-size: 3rem;
		padding-left: 43px;
	}

	#_contact .cntBox .num::before {
		width: 27px;
		height: 27px;
	}

	#_contact .cntBox .container {
		max-width: 340px;
		height: 72px;
		margin: 24px auto 0;
	}
}

/* sub cmn */

#pageHeading {
	display: flex;
	align-items: center;
	max-width: 1920px;
	margin: 180px auto 0;
}

#pageHeading .cntImg {
	width: 50%;
	min-height: 100%;
	flex-shrink: 2;
	height: 400px;
}

#pageHeading .cntText {
	min-width: 50%;
	padding: 20px;
	font-size: 6rem;
	letter-spacing: .1em;
	text-align: center;
}

#pageHeading .cntTitle {
	font-size: 4.8rem;
	margin-top: 0.52em;
}

@media screen and (max-width: 1720px) {
	#pageHeading .cntImg {
		height: 23.5vw;
	}

	#pageHeading .cntText {
		font-size: 3.4vw;
	}

	#pageHeading .cntTitle {
		font-size: 2.7vw;
	}
}

/* TAB */
@media screen and (max-width: 899px) {
	#pageHeading {
		position: relative;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin-top: 65px;
		padding: 50px 0;
	}

	#pageHeading .cntImg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: -1;
	}

	#pageHeading .cntText {
		padding: 20px 50px;
		background: #fff;
		font-size: 2.8rem;
	}

	#pageHeading .cntTitle {
		margin-top: .2em;
		font-size: 2.4rem;
	}
}

/* SP */
@media screen and (max-width: 480px) {
	#pageHeading {
		justify-content: center;
	}

	#pageHeading .cntText {
		padding: 10px 35px;
		font-size: 2.4rem;
	}

	#pageHeading .cntTitle {
		font-size: 2.2rem;
	}

	#pageHeading .cntImg {
		/* width: 50%;
    min-height: 100%;
    flex-shrink: 2; */
		height: 240px;
	}

	#pageHeading .cntText {
		min-width: 50%;
		padding: 20px;
		font-size: 3rem;
		letter-spacing: .1em;
		text-align: center;
	}

	#pageHeading .cntTitle {
		font-size: 2.8rem;
		margin-top: 25px;
	}
}


/* intro */
#_intro {
	padding: 0 20px 145px;
}

#_intro .cntInner {
	max-width: 1280px;
}

#_intro .cntBox {
	padding-left: 3.375em;
	font-size: 4rem;
}

#_intro .cntTitle {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 50px;
	margin-left: -3.375em;
	letter-spacing: .1em;
}

#_intro .cntTitle .num {
	margin-right: .26em;
	font-family: var(--ff-en);
	font-size: 2.5em;
	letter-spacing: .075em;
	color: var(--c-main);
}

#_intro .cntText {
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 2.5;
}

#_intro .cntImg {
	margin-top: 40px;
}

#_intro .cmnIntro .item {
	border: 1px solid var(--c-main);
	position: relative;
	letter-spacing: .1em;
	padding: 40px 20px;
	margin: 40px auto;
}

#_intro .cmnIntro .item::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 180px 180px 0 0;
	border-color: var(--c-main) transparent transparent transparent;
	opacity: .1;
	top: -16px;
	left: 16px;
}

@media screen and (max-width: 1720px) {
	#_intro .cntText {
		font-size: 2rem;
	}

	#_intro .cmnIntro .item::before {
		border-width: 160px 160px 0 0;
	}
}

/* TAB */
@media screen and (max-width: 899px) {
	#_intro {
		padding-bottom: 100px;
	}

	#_intro .cntBox {
		padding: 0;
		font-size: 2.5rem;
	}

	#_intro .cntTitle {
		margin-left: 0;
		margin-bottom: 10px;
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}

	#_intro .cntTitle .num {
		font-size: 2em;
	}

	#_intro .cntText {
		font-size: 1.3rem;
		line-height: 2;
	}

	#_intro .cmnIntro .item::before {
		top: -10px;
		left: 10px;
		border-width: 140px 140px 0 0;
	}

}

/* SP */
@media screen and (max-width: 480px) {
	#_intro {
		padding-bottom: 100px;
	}

	#_intro .cntText {
		font-size: 1.6rem;
	}

	#_intro .cmnIntro .item::before {
		border-width: 100px 100px 0 0;
	}
}


/* pagenavi */

a {
	text-decoration: none;
}

.wp-pagenavi {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 auto 100px;
}

.wp-pagenavi .page,
.wp-pagenavi .current {
	display: block;
	background: var(--c-accent);
	color: #fff;
	margin: 0 6px;
	/* border-radius: 50%; */
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	height: 40px;
	width: 40px;
}

.wp-pagenavi .page:hover {
	background: var(--c-main) !important;
	transition: 0.8s;
}

.wp-pagenavi .current {
	background: var(--c-main) !important;
	color: #fff !important;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	background: none !important;
	border-top: 2px solid var(--c-main);
	border-right: 2px solid var(--c-main);
	display: block;
	height: 10px;
	margin: 20px;
	text-indent: 100%;
	overflow: hidden;
	width: 10px;
	white-space: nowrap;
}

.wp-pagenavi .nextpostslink {
	transform: rotate(45deg);
}

.wp-pagenavi .previouspostslink {
	transform: rotate(-135deg);
}

.wp-pagenavi span.pages {
	display: none;
}


/* pagenation */
.pagenation {
	margin: 0px auto 80px;
	text-align: center;
}

.pagenation .page {
	padding: 10px;
	margin: auto;
}

.pagenation .pagenation_content {
	width: 100%;
	position: relative;
}

.pagenation .pagenation_content span {
	width: 15%;
	min-width: 60px;
	color: #333;
	transition: all 0.35s ease;
	background: #dadada;
	padding: 10px 10px;
}

.pagenation .pagenation_content a {
	width: 15%;
	text-align: center;
	min-width: 60px;
	background: var(--c-accent);
	color: #fff;
	transition: all 0.35s ease;
	padding: 10px 10px;
}

.pagenation .pagenation_content a:hover {
	background: var(--c-main);
}

.pagenation .pagenation_content .prev:after {
	left: 0px;
}

.pagenation .pagenation_content .all {
	left: 0;
	right: 0;
	width: 20%;
	margin: auto;
}

.pagenation .pagenation_content .next {
	right: 0px;
}

/* table */

.cntTable table {
	max-width: 1280px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 40px auto;
}

.cntTable table th {
	position: relative;
	text-align: left !important;
	width: 25%;
	vertical-align: middle;
}

.cntTable table th:after {
	display: block;
	content: "";
	width: 30px;
	height: 1px;
	background-color: #6B7743;
	position: absolute;
	top: calc(50% - 1px);
	right: -15px;
}

.cntTable table td {
	text-align: left !important;
	padding: 7px 0 7px 30px;
	width: 85%;
	line-height: 2.5rem;
}

.cntTable table th,
.cntTable table td {
	padding: 30px 50px;
	text-align: center;
}

.cntTable table tr {
	border-bottom: 1px solid rgba(134, 208, 233, 0.3);
	position: relative;
}

.cntTable table tr:first-child {
	border-top: 1px solid rgba(134, 208, 233, 0.3);
}

.cntTable table tr::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-color: var(--c-accent) transparent transparent transparent;
	opacity: .4;
	top: -10px;
	left: -16px;
}

@media screen and (max-width: 1720px) {}

/* TAB */
@media screen and (max-width: 899px) {
	.cntTable table tr {
		display: flex;
		flex-direction: column;
	}

	.cntTable table th {
		width: 100%;
		padding: 20px 30px 5px;
		text-align: center;
	}

	.cntTable table td {
		width: 100%;
		padding: 5px 30px 20px;
		text-align: center;
	}

	.cntTable table th:after {
		display: none;
	}
}

/* SP */
@media screen and (max-width: 480px) {}


.thankspage {
	margin: 50px auto 100px;
	text-align: center;
}
