@media screen and (max-width: 768px) {
	.gt_switcher_wrapper {
		bottom: 90px !important;
	}
}

.gt_switcher_wrapper {
	top: 100px !important;	
}

/* block */
.block {
	padding: 80px 0;
}
.block-inner {
	margin: 0 auto;
	width: 92%;
	max-width: 1200px;
}
.block-head {
	margin: 0 0 45px;
	text-align: center;
}
.block-head::before {
	background: url(../images/ttl-symbol.svg) no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	display: block;
	height: 56px;
	margin: 0 auto 20px;
	width: 406px;
}
.block-head h2 {
	color: #4D0000;
	font-size: 40px;
	font-weight: 500;
}
.block-head.cr-w h2 {
	color: #fff;
}
.block-head h2.cr-2 {
	color: #FFC78E;
}

.block-head h2.-white{
	color: #ffffff;
}
@media screen and (max-width: 968px) {
	.block {
		padding: 60px 0;
	}
	.block-head {
		margin: 0 0 35px;
	}
	.block-head h2 {
		font-size: 32px;
	}
}
@media screen and (max-width: 768px) {
	.block {
		padding: 45px 0;
	}
	.block-head {
		margin: 0 0 25px;
	}
	.block-head::before {
		height: 27px;
		margin: 0 auto 15px;
		width: 200px;
	}
	.block-head h2 {
		font-size: 24px;
	}
}

/* mv */
.mv {
	margin-top: -35px;
}
@media screen and (max-width: 768px) {
	.mv {
		margin-top: -20px;
	}
}

/* swiper */
.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	height: 92px;
	margin: auto;
	top: 0;
	bottom: 35px;
	width: 92px;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 0;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 0;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	height: 100%;
	width: 100%;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	background-image: url(../images/slider-arrow-l.svg);
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	background-image: url(../images/slider-arrow-r.svg);
}

.swiper-pagination-bullet {
	background: #DDDDDD;
	border: 1px solid #E3CF4C;
	height: 12px;
	opacity: 1;
	width: 12px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #880808;
}
@media screen and (max-width: 968px) {
	.swiper-button-prev,
	.swiper-rtl .swiper-button-next,
	.swiper-button-next,
	.swiper-rtl .swiper-button-prev {
		height: 45px;
		bottom: 35px;
		width: 45px;
	}
}
@media screen and (max-width: 768px) {
	.swiper-button-prev,
	.swiper-rtl .swiper-button-next,
	.swiper-button-next,
	.swiper-rtl .swiper-button-prev {
		display: none;
	}
	.swiper-pagination-bullet {
		height: 5px;
		width: 5px;
	}
}

/* about */
.about {
	background: url(../images/about-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
.about.no-bg {
	background: none;
}
.about-inner {
	width: 100%;
}
.about-top {
	margin: 0 auto 45px;
	width: 92%;
}
.about-flex {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.about-text {
	width: 43%;
}
.about-movie {
	width: 55%;
}
.about-movie iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.about-text h2 {
	color: #fff;
	font-size: 35px;
	font-weight: 600;
	margin: 0 0 20px;
}
.about-text p {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 2em;
}
.about-bottom {
	background: #4D0000;
	border: 1px solid #4D0000;
	margin: 32px auto 0;
	padding: 55px 35px 35px;
	width: 100%;
	max-width: 1200px;
}
.about-sliders {
	padding: 0 150px 45px;
	position: relative;
}
.about-slider {
	overflow: hidden;
}
.about-slide {
	filter: drop-shadow(0 0 10px rgb(7 0 0));
}
.about-slide img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 968px) {
	.about-text {
		width: 45%;
	}
	.about-movie {
		width: 50%;
	}
	.about-text h2 {
		font-size: 32px;
	}
	.about-text p {
		font-size: 16px;
	}
	.about-bottom {
		padding: 45px 25px 25px;
	}
	.about-sliders {
		padding: 0 65px 45px;
	}
}
@media screen and (max-width: 768px) {
	.about {
		padding-bottom: 0;
	}
	.about.no-bg {
		padding: 45px 0;
	}
	.about-text {
		margin: 0 0 25px;
		width: 100%;
	}
	.about-movie {
		width: 100%;
	}
	.about-text h2 {
		font-size: 26px;
	}
	.about-text p {
		font-size: 14px;
	}
	.about-bottom {
		padding: 35px 25px 15px;
	}
	.about-sliders {
		padding: 0 0 35px;
	}
}

/* lesson */
.lesson {
	background: url(../images/lesson-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
.lesson-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5px;
	row-gap: 8px;
}
.lesson-card a {
	display: block;
	position: relative;
}
.lesson-card__image {
	line-height: 0;
}
.lesson-card__image img {
	aspect-ratio: 1192/700;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lesson-card__text {
	padding: 15px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
}
.lesson-card:nth-child(1) .lesson-card__text {
	/*     background: rgba(0, 141, 173, 0.87); */
	background: rgba(163, 120, 3, 0.87);
}
.lesson-card:nth-child(2) .lesson-card__text {
	background: rgba(163, 120, 3, 0.87);
}
.lesson-card:nth-child(3) .lesson-card__text {
	/*     background: rgba(46, 42, 40, 0.87); */
	background: rgba(163, 120, 3, 0.87);
}
.lesson-card:nth-child(4) .lesson-card__text {
	/*     background: rgba(68, 28, 113, 0.87); */
	background: rgba(163, 120, 3, 0.87);
}
.lesson-card__text h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 10px;
}
.lesson-card__text p {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
@media screen and (max-width: 968px) {
	.lesson-card__text {
		padding: 10px 5px;
	}
	.lesson-card__text h3 {
		font-size: 20px;
	}
	.lesson-card__text p {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	.lesson-cards {
		grid-template-columns: 1fr;
	}
	.lesson-card__text h3 {
		font-size: 18px;
		margin: 0 0 5px;
	}
	.lesson-card__text p {
		font-size: 12px;
	}
}

/* reason */
.reason {
	background: url(../images/white-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
.reason-items {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.reason-item {
	background: url(../images/reason-item.png) no-repeat;
	background-size: contain;
	background-position: center;
	height: 344px;
	margin-top: 40px;
	width: 344px;
}
.reason-item:nth-child(-n+3) {
	margin-top: 0;
}
.reason-item__in {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	text-align: center;
}
.reason-item__text h3 {
	border-bottom: 2px solid #A97D25;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 8px;
	padding: 0 0 8px;
}
.reason-item__text p {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8em;
}
.reason-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 65px 0 0;
}
.reason-button {
	filter: drop-shadow(0 0 10px rgb(77 0 0 / 40%));
	width: 340px;
}
.reason-button:nth-child(1) {
	margin-right: 35px;
}
.reason-button a {
	border: 1px solid #E3CF4C;
	display: block;
	font-size: 20px;
	font-weight: 500;
	padding: 20px 10px;
	text-align: center;
	width: 100%;
}
.reason-button:nth-child(1) a {
	background: rgb(213,213,213);
	background: linear-gradient(180deg, rgba(213,213,213,1) 0%, rgba(245,245,244,1) 54%, rgba(213,213,213,1) 100%);
	color: #4D0000;
}
.reason-button:nth-child(2) a {
	background: rgb(126,2,2);
	background: linear-gradient(180deg, rgba(126,2,2,1) 0%, rgba(195,9,9,1) 54%, rgba(126,2,2,1) 100%);
	color: #fff;
}
@media screen and (max-width: 1168px) {
	.reason-item {
		height: 300px;
		width: 300px;
	}
}
@media screen and (max-width: 1168px) {
	.reason-item {
		height: 270px;
		width: 270px;
	}
	.reason-item__text h3 {
		font-size: 22px;
	}
}
@media screen and (max-width: 1068px) {
	.reason-item {
		height: 250px;
		width: 250px;
	}
	.reason-item__text h3 {
		font-size: 20px;
	}
	.reason-item__text p {
		font-size: 14px;
	}
}
@media screen and (max-width: 968px) {
	.reason-item {
		height: 220px;
		width: 220px;
	}
	.reason-item__text h3 {
		font-size: 18px;
	}
	.reason-item__text p {
		font-size: 12px;
	}
	.reason-buttons {
		margin: 55px 0 0;
	}
	.reason-buttons.-flyer {
		width: 92%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 768px) {
	.reason-items {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 20px;
	}
	.reason-item {
		height: 544px;
		margin-top: 0;
		width: 544px;
	}
	.reason-item:nth-child(-n+3) {
		margin-top: 0;
	}
	.reason-item__text h3 {
		font-size: 22px;
	}
	.reason-item__text p {
		font-size: 16px;
	}
	.reason-button {
		width: 100%;
	}
	.reason-button:nth-child(1) {
		margin-right: 0;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 668px) {
	.reason-item {
		height: 500px;
		width: 500px;
	}
}
@media screen and (max-width: 568px) {
	.reason-item {
		height: 400px;
		width: 400px;
	}
}
@media screen and (max-width: 468px) {
	.reason-item {
		height: 300px;
		width: 300px;
	}
}
@media screen and (max-width: 348px) {
	.reason-item {
		height: 280px;
		width: 280px;
	}
	.reason-item__text h3 {
		font-size: 20px;
	}
	.reason-item__text p {
		font-size: 14px;
	}
}

/* voice */
.voice {
	background: url(../images/voice-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
.voice-sliders {
	padding: 0 65px 45px;
	position: relative;
}
.voice-slider {
	overflow: hidden;
}
.voice-cards {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.nowrap .voice-cards {
	flex-wrap: nowrap;
}
.voice-card {
	background: #A97D25;
	margin-top: 25px;
	width: 31%;
}
.voice-card:nth-child(-n+3) {
	margin-top: 0;
}
.voice-slide__image,
.voice-card__image {
	line-height: 0;
	height: 200px;
	overflow: hidden;
}
.voice-slide__image img,
.voice-card__image img {
	width:100%;
	height: 100%;
	object-fit: cover;
	/*     object-position: top; */
}
.voice-slide__text,
.voice-card__text {
	background: #A97D25;
	padding: 25px;
}
.voice-slide__category,
.voice-card__category {
	margin: 0 0 15px;
}
.voice-slide__category p,
.voice-card__category p {
	background: #880808;
	color: #fff;
	font-size: 16px;
	padding: 5px;
	text-align: center;
	width: 100%;
}
.voice-slide__text .name,
.voice-card__text .name {
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.voice-slide__text .txt,
.voice-slide__text .txt p,
.voice-card__text .txt,
.voice-card__text .txt p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.voice-sliders .swiper-button-prev,
.voice-sliders .swiper-rtl .swiper-button-next {
	left: -50px;
}
.voice-sliders .swiper-button-next,
.voice-sliders .swiper-rtl .swiper-button-prev {
	right: -50px;
}
@media screen and (max-width: 968px) {
	.voice-sliders {
		padding: 0 35px 45px;
		position: relative;
	}
	.voice-sliders .swiper-button-prev,
	.voice-sliders .swiper-rtl .swiper-button-next {
		left: -25px;
	}
	.voice-sliders .swiper-button-next,
	.voice-sliders .swiper-rtl .swiper-button-prev {
		right: -25px;
	}
	.voice-slide__text .name,
	.voice-card__text .name {
		font-size: 20px;
	}
}
@media screen and (max-width: 768px) {
	.voice-sliders {
		padding: 0 0px 35px;
		position: relative;
	}
	.nowrap .voice-cards {
		width: max-content;
	}
	.voice-card {
		width: 49%;
	}
	.voice-card:nth-child(-n+3) {
		margin-top: 25px;
	}
	.voice-card:nth-child(-n+2) {
		margin-top: 0;
	}
	.nowrap .voice-card {
		margin: 0 15px 0 0;
		width: 195px;
	}
	.nowrap .voice-card:last-child {
		margin-right: 0;
	}
	.voice-slide__text {
		padding: 20px 15px;
	}
	.voice-slide__category p,
	.voice-card__category p {
		font-size: 14px;
	}
	.voice-slide__text .name,
	.voice-card__text .name {
		font-size: 18px;
	}
	.voice-slide__text .txt,
	.voice-slide__text .txt p,
	.voice-card__text .txt,
	.voice-card__text .txt p {
		font-size: 14px;
	}
}

/* archivement */
.archivement {
	background: url(../images/archivement-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
.archivement-sliders {
	padding: 0 65px 45px;
	position: relative;
}
.archivement-slide a {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.archivement-slide__image {
	line-height: 0;
	width: 45%;
}
.archivement-slide__image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 4 / 3;
}
.archivement-text__in {
	width: 100%;
}
.archivement-slide__text {
	background: #840B1E;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px 35px;
	position: relative;
	width: 55%;
}
.archivement-slide__text::before,
.archivement-slide__text::after {
	background-image: url(../images/archive-symbol.svg);
	background-repeat: no-repeat;
	background-size: 95%;
	background-position: center;
	content: "";
	display: block;
	height: 40px;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
}
.archivement-slide__text::before {
	top: 10px;
}
.archivement-slide__text::after {
	bottom: 10px;
	transform: rotate(-180deg);
}
.archivement-slide__text .name {
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 29px;
	font-weight: 700;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.archivement-slide__text .txt {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	margin: 0 0 20px;
}
.archivement-sliders .swiper-button-prev,
.archivement-sliders .swiper-rtl .swiper-button-next {
	left: -10px;
}
.archivement-sliders .swiper-button-next,
.archivement-sliders .swiper-rtl .swiper-button-prev {
	right: -10px;
}
.archivement-sliders .swiper-button-prev:after,
.archivement-sliders .swiper-rtl .swiper-button-next:after {
	background-image: url(../images/slider-arrow-l-w.svg);
}
.archivement-sliders .swiper-button-next:after,
.archivement-sliders .swiper-rtl .swiper-button-prev:after {
	background-image: url(../images/slider-arrow-r-w.svg);
}
@media screen and (max-width: 1268px) {
	.archivement-slide__text {
		padding: 25px 25px;
	}
	.archivement-slide__text .name {
		font-size: 22px;
	}
	.archivement-slide__text .txt {
		-webkit-line-clamp: 4;
	}
}
@media screen and (max-width: 1068px) {
	.archivement-slide__text .txt {
		-webkit-line-clamp: 3;
	}
}
@media screen and (max-width: 968px) {
	.archivement-sliders {
		padding: 0 35px 45px;
	}
	.archivement-slide__text {
		padding: 25px 25px;
	}
	.archivement-slide__text .name {
		font-size: 22px;
	}
}
@media screen and (max-width: 768px) {
	.archivement-sliders {
		padding: 0 0px 35px;
	}
	.archivement-slide__image {
		width: 100%;
	}
	.archivement-slide__text {
		padding: 35px 25px;
		width: 100%;
	}
	.archivement-slide__text::before,
	.archivement-slide__text::after {
		background-image: url(../images/archive-symbol-sp.svg);
		height: 28px;
	}
	.archivement-slide__text .txt {
		-webkit-line-clamp: 4;
	}
}


/* notice */
.notice {
	background: url(../images/bg.png) no-repeat;
	background-position: center;
	background-size: cover;
}
.notice-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.notice-head {
	width: 250px;
}
.notice-body {
	width: calc(100% - 250px);
}
.notice-head h2 {
	color: #FFC78E;
	font-size: 40px;
	font-weight: 500;
}
.notice-item {
	border-bottom: 1px dashed #FFC78E;
	padding: 15px 10px;
}
.notice-item a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.notice-tag {
	border-radius: 2px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	height: 32px;
	margin-right: 15px;
	text-align: center;
	width: 100px;
}
.notice-date {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-right: 20px;
	width: 100px;
}
.notice-ttl {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(100% - 235px);
}
.notice-tag[data-tag="イベント"] {
	background-color: #3D3657;
}
.notice-tag[data-tag="キャンペーン"] {
	background-color: #345730;
}
.notice-tag[data-tag="ISEブログ"] {
	background-color: #A53817;
}
.notice-tag[data-tag="プレスリリース"] {
	background-color: #4A2610;
	font-size: 13px;
}
@media screen and (max-width: 968px) {
	.notice-head {
		margin: 0 0 25px;
		text-align: center;
		width: 100%;
	}
	.notice-head h2 {
		font-size: 32px;
	}
	.notice-body {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.notice-head h2 {
		font-size: 24px;
	}
	.notice-date {
		font-size: 14px;
	}
	.notice-ttl {
		margin: 8px 0 0;
		width: 100%;
	}
	.notice-tag {
		height: 22px;
		width: 83px;
	}
	.notice-tag,
	.notice-tag[data-tag="プレスリリース"] {
		font-size: 11px;
	}
}

/* information */
.information {
	background: #4D0000;
}
.information-head {
	margin: 0 0 45px;
}
.information-head h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 500;
}
.information-card {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.information-card:not(:last-child) {
	margin: 0 0 65px;
}
.information-card__text {
	width: 40%;
}
.information-card__map {
	width: 50%;
}
.information-card__map iframe {
	aspect-ratio: 16 / 9;
	height: 100%;
	width: 100%;
}
.information-card__ttl {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 20px;
}
.information-card__list {
	margin: 0 0 20px;
}
.information-card__item:not(:last-child) {
	margin: 0 0 25px;
}
.information-card__item dt,
.information-card__item dd {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}
.information-card__item dt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 8px;
}
.information-card__item dt::after {
	background: #A97D25;
	content: "";
	display: inline-block;
	height: 1px;
	flex-grow: 1;
	margin-left: 10px;
}
@media screen and (max-width: 968px) {
	.information-head {
		margin: 0 0 35px;
	}
	.information-head h2 {
		font-size: 32px;
	}
	.information-card__text {
		width: 48%;
	}
	.information-card__map {
		width: 48%;
	}
}
@media screen and (max-width: 768px) {
	.information-head {
		margin: 0 0 25px;
		text-align: center;
	}
	.information-head h2 {
		font-size: 24px;
	}
	.information-card:not(:last-child) {
		margin: 0 0 45px;
	}
	.information-card__ttl {
		font-size: 22px;
	}
	.information-card {
		flex-direction: column-reverse;
	}
	.information-card__text {
		margin: 25px 0 0;
		width: 100%;
	}
	.information-card__map {
		width: 100%;
	}
}

/* application */
.application {
	background: url(../images/white-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
.application-head {
	margin: 0 0 45px;
	text-align: center;
}
.application-head h2 {
	color: #4D0000;
	font-size: 40px;
	font-weight: 500;
}
.application-cards {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.application-card {
	width: 48.5%;
}
@media screen and (max-width: 968px) {
	.application-head {
		margin: 0 0 35px;
	}
	.application-head h2 {
		font-size: 32px;
	}
}
@media screen and (max-width: 768px) {
	.application-head {
		margin: 0 0 25px;
	}
	.application-head h2 {
		font-size: 24px;
	}
	.application-card {
		width: 100%;
	}
	.application-card:not(:last-child) {
		margin: 0 0 25px;
	}
}

/* block more */
.block-more {
	height: 58px;
	margin: 35px auto 0;
	width: 100%;
	max-width: 244px;
}
.block-more a {
	border: 1px solid #FFC78E;
	color: #FFC78E;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
	height: 100%;
	text-align: center;
}
.block-more.cr-r a {
	border: 1px solid #4D0000;
	color: #4D0000;
}
@media screen and (max-width: 768px) {
	.block-more {
		margin: 25px auto 0;
	}
	.block-more a {
		font-size: 16px;
	}
}

/* link more */
.link-more {
	text-align: right;
}
.link-more p,
.link-more a {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	padding: 0 25px 5px 0;
	position: relative;
}
.link-more p::before,
.link-more a::before {
	background: #fff;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.link-more p::after,
.link-more a::after {
	background: #fff;
	content: "";
	height: 10px;
	position: absolute;
	right: 2px;
	bottom: -1px;
	transform: rotate(-45deg);
	width: 1px;
}

/* application buttons */
.application-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: auto;
	position: fixed;
	right: 0;
	top: 20%;
	width: 100%;
	max-width: 68px;
	z-index: 9999;
}
.application-button {
	line-height: 0;
}
.application-button:first-child {
	margin-bottom: 5px;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 769px) {
	.application-buttons {
		flex-direction: row;
		position: fixed;
		left: 0;
		top: inherit;
		bottom: 0;
		max-width: none;
	}
	.application-button {
		filter: drop-shadow(0 2px 2px rgb(0 0 0 / 40%));
	}
	.application-button:first-child {
		margin-bottom: 0;
	}
}

/* pagination */
.pagination {
	margin: 35px 0 0;
}
.nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
}
.nav-links span,
.nav-links a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin: 0 8px;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* style */
.color-white{
	color: #fff;
}
.color-brown{
	color: #3B2216;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* floating */
.mv-floating2 a {
	background: rgb(1,16,65);
	background: linear-gradient(180deg, rgba(1,16,65,1) 0%, rgba(0,72,170,1) 100%);
	border: 1px solid #E6CC04;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 10px 5px;
	position: relative;
/* 	width: 100%; */
	width: 400px;
}
.mv-floating2 a::after {
	background: url(../images/foot-triangel.svg) no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	display: block;
	height: 12px;
	position: absolute;
	right: 3px;
	bottom: 3px;
	width: 12px;
}
@media screen and (min-width: 769px) {
	.mv-floating1 {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: auto;
		position: fixed;
		right: 0;
		bottom: 0;
		top: 0;
		z-index: 999;
	}
	.mv-floating2 {
		position: fixed;
		right: 0;
		bottom: 30px;
		z-index: 999;
	}
}
@media screen and (max-width: 768px) {

	.mv-floating1,
	.mv-floating2 {
		display: flex;
		align-items: stretch;
		width: 50%;
	}
	.floating {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		margin: 0 auto;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	.mv-floating1 a {
		background: rgb(187,126,32);
		background: linear-gradient(90deg, rgba(187,126,32,1) 0%, rgba(240,220,136,1) 50%, rgba(187,126,32,1) 100%);
		border: 1px solid #950D0C;
		color: #6E1815;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
	}
	.mv-floating1 a::after {
		border-bottom: solid 1px;
		border-right: solid 1px;
		content: '';
		height: 8px;
		margin: auto;
		position: absolute;
		right: 10px;
		bottom: 5px;
		transform: skew(45deg);
		width: 20px;
	}
	.mv-floating1 a p,
	.mv-floating1 a span {
		font-size: 16px;
		font-weight: bold;
	}
	.mv-floating1 a span {
		margin: 0 2px;
	}
	.mv-floating1 a p,
	.mv-floating1 a span {
		font-size: 14px;
	}
}
@media screen and (max-width: 368px) {
	.mv-floating1 a p,
	.mv-floating1 a span {
		font-size: 12px;
	}
}

/* feature */
.feature {
	background: rgb(223,183,110);
	background: linear-gradient(68deg, rgba(223,183,110,1) 0%, rgba(247,229,170,1) 50%, rgba(223,183,110,1) 100%);
}
.feature-cards {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	row-gap: 80px;
	margin-top: 90px;
}
.feature-card {
	background: #950D0C;
	position: relative;
	width: 32%;
}
.feature-card:nth-child(even) {
	background: #831110;
}
.feature-card__image {
	line-height: 0;
}
.feature-card .eyecatch {
	position: absolute;
	top: -60px;
	left: 15px;
	width: 113px;
}
.feature-card__text {
	padding: 25px;
}
.feature-card__text .ttl {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	min-height: 50px;
	margin: 0 0 20px;
	text-align: left;
}
.feature-card__text .txt {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
}
@media screen and (max-width: 968px) {
	.feature-cards {
		margin-top: 70px;
	}
	.feature-card {
		width: 48.5%;
	}
	.feature-card .eyecatch {
		top: -40px;
		width: 80px;
	}
	.feature-card__text {
		padding: 15px;
	}
	.feature-card__text .ttl {
		font-size: 18px;
	}
}
@media screen and (max-width: 768px) {
	.feature-cards {
		margin-top: 70px;
	}
	.feature-card {
		margin-top: 75px;
	}
	.feature-card:nth-child(-n+2) {
		margin-top: 0;
	}
	.feature-card .eyecatch {
		top: -40px;
		width: 80px;
	}
	.feature-card__text {
		padding: 15px 10px;
	}
}
@media screen and (max-width: 568px) {
}


.page-numbers {
	color: #fff;
	background: #A97D25;
	padding: 4px 12px;
	font-size: 18px;
}

.page-numbers.current {
	color: #A97D25;
	background: #fff;
}


/* layout-btn */
.layout-btn .layout-btn-link {
	background: none;
	border: 1px solid #FFC78E;
	color: #FFC78E;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	height: 58px;
	margin: 25px auto 0;
	text-align: center;
	width: 100%;
	max-width: 342px;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}