@charset 'utf-8';

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #1c2438;
	font-feature-settings: "palt";
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

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

	.sp {
		display: block !important;
	}
}

.wrapper {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	position: relative;
}

.btn {
	display: inline-block;
	padding: 1em;
	text-align: center;
	border-radius: 5px;
	background: #f4f5f7;
	color: #1c2438;
}

input.form-search.form-control {
	width: calc(100% - 10px - 3em);
	font-size: 1.6rem;
	border: none;
	background: #FFFFFF;
	padding: 10px 10px 10px 3em;
	border-radius: 50px;
	position: relative;
	background-image: url(../img/common/icon-search.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	background-size: auto 50%;
	box-shadow: 3px 0px 10px rgb(0 0 0 / 20%);
}

.contents section .inner .sort-block {
	justify-content: space-between;
}

.contents section .inner .sort-block .sort {
	display: flex;
	gap: 20px;
	justify-content: flex-start;
}

.contents section .inner .sort-block .sort a {
	display: flex;
	gap: 0.6em;
}

.contents section .inner .sort-block .sort i {
	width: 20px;
}

.contents section .inner .sort-block .sort i img {
	width: 100%;
}

.contents section .inner .sort-block .sort .filter-block {
	position: relative;
}

.contents section .inner .sort-block .sort .filter-block .detail-search-block {
	position: absolute;
	left: 0;
	top: 15px;
	max-width: calc(1260px - 80px);
	width: 100vw;
	min-height: 400px;
	height: auto;
}

.contents section .inner .sort-block .sort .filter-block .filter02-contents {
	top: 40px;
	left: 0;
	width: 160px;
}

section.kv.cm {
	z-index: 0;
	position: relative;
	overflow: hidden;
	height: 100%;
	margin-top: 85px;
	padding: 0;
}

.kv .box {
	/* max-height: 800px; */
	width: 100%;
	position: relative;
}

.kv .box figure.main_hero,
.kv .box figure.main_hero2 {
	position: relative;
	overflow: hidden;
	max-width: 1920px;
	max-height: 571px;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	margin: 0 auto;
}

.kv .box figure.main_hero img,
.kv .box figure.main_hero2 img {
	width: 100%;
}

.main-block.fadein.show {
	background: #44A3A8;
	max-width: 870px;
	border-radius: 20px;
	padding: 20px 40px 120px;
	position: relative;
	top: -20vw;
	margin: 0 auto;
	width: 100%;
}

.main-block .header-block.flex {
	align-items: flex-start;
	gap: 20px;
}

/*.main-block .header-block.flex h2 {*/
.main-block .header-block.flex h1 {
	font-size: 3.6rem;
	max-width: 60%;
	color: #FFFFFF;
}

@media screen and (max-width: 1023px) {
	.main-block .header-block.flex h1 {
		font-size: 1.8rem;
		max-width: 100%;
		color: #FFFFFF;
	}
}

.main-block .header-block.flex ul {
	width: 100%;
	position: relative;
	list-style: none;
	padding: 0;
	max-width: 300px;
}

.main-block .header-block.flex ul a.btn {
	display: block;
	margin-bottom: 20px;
	max-width: 300px;
}

.main-block .header-block.flex ul a.btn.btn.btn-orange {
	background: #ffaf00;
	color: #FFFFFF;
}

.main-block.fadein.show a.btn.btn-orange {
	margin: 0 0 20px;
	max-width: 300px;
	border-radius: 5px;
}

.main-block .header-block.flex ul a.btn.btn.btn.btn-white {
	color: #44a3a8;
}

a.btn .icon-arrow {
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translateY(-50%);
}

.main-block .footer-block {
	position: absolute;
	bottom: -120px;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.main-block .footer-block ul.flex {
	list-style: none;
	justify-content: center;
	padding: 0;
}

.main-block .footer-block ul.flex li {
	width: calc(33.333% - 10px);
	max-width: 240px;
}

.main-block .footer-block ul.flex li img {
	width: 100%;
}

@media screen and (max-width:1024px) {
	section.kv.cm .box {
		/* height: calc(100vh - 240px); */
		position: relative;
		padding: 0 0;
		max-height: 600px;
	}

	.contents section .inner .sort-block .sort .filter-block .detail-search-block {
		max-width: calc(100vw - 80px);
		padding: 20px;
	}
}

@media screen and (min-width:1025px) {
	section.kv.cm .box {
		/* height: calc(100vh - 240px); */
		/* height: calc(65vh - 240px); */
		position: relative;
		padding: 0 0;
		/* max-height: 800px; */
		/* margin-bottom: -150px; */
		/*max-height: 720px; */
		max-height: 571px;
	}
}

@media screen and (min-width:1281px) {
	.kv .box .text-block .medal-button {
		margin: 3em 0 24px;
	}

	.kv .box figure.main_hero img,
	.kv .box figure.main_hero2 img {
		width: 100%;
		object-fit: cover;
		display: block;
		height: 571px;
	}

}

@media screen and (min-width:1921px) {
	.kv .box .text-block .desc {
		font-size: 42.213px;

	}

	.kv .box .text-block .catch {
		font-size: 60.85px;

	}

	.kv .box .text-block .medal-button .medal {
		width: 480px;

	}

	.kv .box .btn {
		/*width:430px;*/
		min-width: none;

	}

}

/* .bx-wrapper {
	width:22vw;
	filter:drop-shadow(0 3px 10px rgba(0,0,0,.2));
}

.kv .box .text-block .ss-list .item img {
	width:100%;
	height:auto;
} */

/* .kv .box .text-block .ss-list .item.hide {
	animation-name:imghide;
	animation-duration:.5s;
	animation-timing-function:ease-out;
	animation-delay:0s;
	animation-iteration-count:1;
	animation-fill-mode:forwards;
} */

@keyframes imghide {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.contents {
	position: relative;
	z-index: 1;
	width: 100%;
}

/* .slider-wrapper {
  background: #EEE;
}
 
.slider-cell {
  width: 90%;
  height: 200px;
  background: #8C8;
  margin-right: 10px;
  counter-increment: carousel-cell;
}

.slider-cell:before {
  display: block;
  text-align: center;
  content: counter(carousel-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
} */

.slider-wrapper.js-flickity.flickity-enabled.is-draggable {
	width: 100%;
	/* max-width: 1360px; */
	margin: 0 auto;
}

.flickity-enabled.is-draggable .flickity-viewport {
	max-height: 191px !important;
}

/* .slider-wrapper.js-flickity.flickity-enabled.is-draggable .flickity-viewport .flickity-slider {
	width: 25%;
} */
.slider-cell {
	width: 25%;
	margin: 10px;
}

.slider-wrapper.js-flickity.flickity-enabled.is-draggable .flickity-viewport .flickity-slider a,
.slider-wrapper.js-flickity.flickity-enabled.is-draggable .flickity-viewport .flickity-slider a img {
	width: 100%;
}



/* section.feature .box .icons li .wrap {
	height:4vw;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
} */



.fadein-item {
	/* 最初は非表示 */
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	transition: opacity 1s, visibility 1s, transform 1s;
}

/* フェードイン時に入るクラス */
.show-block {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.main_imgBox {
	height: 31.33vw;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.main_img {
	z-index: 10;
	opacity: 0;
	width: 100%;
	height: 31.33vw;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	transform: scale(1.1);
	-webkit-animation: anime 34s 0s infinite;
	animation: anime 34s 0s infinite;
}

.main_img:nth-of-type(2) {
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}

.main_img:nth-of-type(3) {
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}

.main_img:nth-of-type(4) {
	-webkit-animation-delay: 18s;
	animation-delay: 18s;
}

.main_img:nth-of-type(5) {
	-webkit-animation-delay: 24s;
	animation-delay: 24s;
}

@keyframes anime {
	0% {
		opacity: 0;
	}

	6.25% {
		opacity: 1;
	}

	37.5% {
		opacity: 1;
	}

	43.75% {
		opacity: 0;
		transform: scale(1);
		z-index: 9;
	}

	100% {
		opacity: 0;
	}

}

section.slider-lists.bg-greenlight {

	/*	padding: 60px 0 100px;
*/
	padding: 10px 0 50px;
}

section.movie-lists .inner {
	max-width: 1260px;
	margin: 0 auto;
	position: relative;
}

section.movie-lists .inner .section-head {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}

section.movie-lists .inner .section-head figure {
	border-right: 1px solid #999999;
	padding-right: 50px;
}

section.movie-lists .inner .section-head figure img {
	height: 110px;
	margin: 20px 0;
}

/*section.movie-lists .inner .section-head p {*/
section.movie-lists .inner .section-head h2 {
	font-size: 2.4rem;
	font-weight: 500;
}

@media screen and (max-width:1024px) {
	section.movie-lists .inner .section-head h2 {
		margin-left: 5px;
	}


}

section.movie-lists .inner .section-body h3 {
	padding-left: 60px;
	position: relative;
	margin-left: 0;
	/*
	margin-top: 100px;
*/
	margin-top: 30px;

	margin-bottom: 30px;
	font-size: 2rem;
}

h3 i.icon-folder {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	display: block;
}

section.movie-lists .inner .section-body h3 i.arrow-right {
	margin-left: 1em;
	display: inline-block;
}

h3 i img {
	height: 50%;
	display: inline-block;
}

section.movie-lists .inner .section-body h3 i img {
	height: 30px;
}

/* .slick-list { overflow-x: auto; } */
.slick-track {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 30px;
	position: relative;
	margin-left: -30px;
}

ul.responsive-slide-04.slick-initialized.slick-slider {
	padding-left: 0;
}

.slick-initialized .slick-slide img {
	width: 100%;
}

.slick-initialized .slick-slide img.bx-sha {
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

section .inner .section-body .slick-slider button {
	position: absolute;
	top: -70px;
	right: 0;
}

section .inner .section-body .slick-slider button {
	position: absolute;
	top: -70px;
	right: 0;
	background-color: rgb(154 161 177 / 0%);
	border: none;
	line-height: 40px;
	width: 40px;
	border-radius: 50%;
	height: 40px;
	text-indent: 20000vw;
	background-image: url(../img/common/icon-arrow-01-gen.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	transition: all 0.4s ease;
	overflow: hidden;
}

section .inner .section-body .slick-slider button:hover {
	background-image: url(../img/common/icon-arrow-01-gry.png);
}

section .inner .section-body .slick-slider button.slick-prev {
	right: 50px;
}

section .inner .section-body .slick-slider button.slick-next {
	transform: rotate(180deg);
}

.movie-data p {
	font-size: 1.4rem;
	font-weight: normal;
}

.movie-data p.category {
	font-size: 1.0rem;
	font-weight: normal;
	padding: 0em 0.8em;
	border: 1px solid;
	border-radius: 5px;
}

.movie-data p.category.category-01 {
	color: #FFFFFF;
	background: #44a3a8;
	border-color: #44a3a8;
}

.movie-data p.category.category-02 {
	color: #FFFFFF;
	background: #B37A00;
	border-color: #B37A00;
}

.movie-data p.category.category-03 {
	color: #FFFFFF;
	background: #707070;
	border-color: #707070;
}

.movie-data .appraise-star {
	width: 30%;
	margin: 0 0.5em 0 1em;
	max-width: 90px;
	display: flex;
	align-items: center;
}

.movie-data .appraise-star img {
	width: 100%;
}

ul.responsive-slide-03.series-slide.slick-initialized.slick-slider .slick-track {
	gap: 0;
	margin: 0;
}

ul.responsive-slide-03.series-slide.slick-initialized.slick-slider .slick-track li.slick-slide {
	padding: 20px 40px;
	background: #daedee;
}

ul.responsive-slide-03.series-slide.slick-initialized.slick-slider .slick-track li.slick-slide:nth-child(even) {
	background: #f9fcfc;
}

ul.responsive-slide-03.series-slide.slick-initialized.slick-slider .slick-track li.slick-slide p.series-num.txt-xl {
	font-size: 4.6rem;
	font-weight: 100;
	padding-right: 5px;
	margin: 5px;
	line-height: 1;
}

ul.responsive-slide-03.series-slide.slick-initialized.slick-slider .slick-track li.slick-slide h4 {
	text-align: left;
	font-size: 2.2rem;
	padding-left: 15px;
	border-left: 1px solid;
	line-height: 1.4;
	height: 92px;
}

ul.responsive-slide-03.series-slide.slick-initialized.slick-slider .slick-track li.slick-slide a {
	margin-bottom: 20px;
	display: block;
}

ul.responsive-slide-03.series-slide.slick-initialized.slick-slider .slick-track li.slick-slide a.more-link {
	margin-bottom: 40px;
	text-align: center;
	font-size: 2rem;
}

a.more-link {
	display: inline-block;
	position: relative;
	color: #44a3a8;
	width: 100%;
}

a.more-link i.arrow-right {
	height: 1.5em;
	vertical-align: middle;
	display: inline-block;
}

a.more-link i.arrow-right img {
	height: 1.2em;
	width: auto;
}

.movie-data.flex {
	gap: 0.5em;
	margin-bottom: 10px;
}

.movie-data p.price {
	color: #44a3a8;
	font-size: 1.6rem;
	font-weight: bold;
	position: absolute;
	right: 30px;
}

.movie-data-content p {
	margin: 0 0 10px;
	font-weight: normal;
	font-size: 2rem;
}

.movie-data-content p.movie-title {
	font-size: 1.8rem;
}

.movie-data-content .flex.date-area {
	gap: 1em;
	align-items: center;
	font-weight: normal;
}

.movie-data-content .flex.date-area span.date {
	font-size: 1.8rem;
}

.movie-data-content .flex.date-area span.time {
	font-size: 1.4rem;
}

.movie-data-content p.flex.date-auther {
	font-size: 1.6rem;
}

.movie-data-content p.flex.date-auther span.name {
	margin-right: 0.5em;
}

.movie-data-content p.flex.date-auther span.company-name {
	margin-left: 0.5em;
	font-size: 1.2rem;
}

article.instructor-slide p.instructor-img {
	max-width: 60px;
}

section.instructor-lists .inner {
	max-width: 1260px;
	margin: 0 auto;
	position: relative;
}

section.instructor-lists .section-head h3 {
	text-align: center;
	font-size: 2.8rem;
	color: #44a3a8;
	margin: 0 0 50px;
}

.instructor-slide ul.responsive-slide-03.series-slide.slick-initialized.slick-slider .slick-track li.slick-slide h4 {
	font-size: 2rem;
}

.instructor-slide ul.responsive-slide-03.series-slide.slick-initialized.slick-slider .slick-track li.slick-slide h4 span.instructor-txt {
	font-size: 1.4rem;
	color: #44a3a8;
}

a.btn.btn-green {
	background: #44a3a8;
	max-width: 250px;
	display: block;
	color: #FFFFFF;
	margin: 40px auto;
	border-radius: 0;
}

a.btn.btn-orange {
	background: #ffaf00;
	max-width: 325px;
	display: block;
	color: #FFFFFF;
	margin: 40px auto;
	border-radius: 0;
}

section.community-lists .inner {
	max-width: 1260px;
	margin: 0 auto;
	position: relative;
}

section.community-lists .inner .section-head {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}

section.community-lists .inner .section-head figure {
	border-right: 1px solid #999999;
	padding-right: 50px;
}

section.community-lists .inner .section-head figure img {
	height: 110px;
	margin: 20px 0;
}

section.community-lists .inner .section-head p {
	font-size: 2.4rem;
}

section.community-lists .inner .section-body.flex {
	gap: 40px;
	align-items: flex-start;
}

section.community-lists .inner article.text-cpntents {
	width: calc(40% - 40px);
}

section.community-lists .inner article.text-cpntents h4 {
	font-size: 2.4rem;
}

section.community-lists .inner article.text-cpntents p {
	font-size: 1.6rem;
	line-height: 1.7em;
}

section.community-lists .inner article.text-cpntents a.btn.btn-green {
	margin-left: 0;
}

section.community-lists .inner article.img-cpntents {
	width: 60%;
}

section.community-lists .inner article.img-cpntents img {
	width: 100%;
}


/* 会員プランセクションのアンカージャンプ位置調整（固定ヘッダー分のオフセット） */
section.plan-lists,
#plan-lists {
	scroll-margin-top: 80px;
}

@media screen and (max-width: 1024px) {
	section.plan-lists,
	#plan-lists {
		scroll-margin-top: 65px;
	}
}

section.plan-lists .inner {
	max-width: 1260px;
	margin: 0 auto;
	position: relative;
}

section.plan-lists .inner .section-head h3 {
	font-size: 3.6rem;
}

@media screen and (max-width:1024px) {
	section.plan-lists .inner .section-head h3 {
		font-size: 2.3rem;
	}
}

section.plan-lists .inner .section-head h3 span.txt-ss {
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 0.5em;
	margin-left: 1em;
	font-weight: normal;
}

section.plan-lists .inner ul.flex.col-4.plan-blocks {
	padding: 0;
	list-style: none;
	gap: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

section.plan-lists .inner ul.flex.col-4.plan-blocks li {
	/*width: calc(25% - 68px);*/
	width: calc(50% - 68px);
	background: #FFFFFF;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 0 20px rgb(0 0 0 / 20%);
	height: 100%;
}

section.plan-lists .inner ul.flex.col-4.plan-blocks li img {
	height: 100px;
	margin: 0 auto;
	display: block;
}

section.plan-lists .inner ul.flex.col-4.plan-blocks li p {
	font-size: 1.4rem;
	font-weight: normal;
	padding-top: 15px;
	border-top: 1px dashed #CCCCCC;
}

section.plan-lists .inner ul.flex.col-4.plan-blocks li p.plan-price {
	border: none;
	text-align: center;
	font-size: 2.4rem;
	margin: 0;
	line-height: 1.2;
}

section.plan-lists .inner ul.flex.col-4.plan-blocks li.plan-01 p.plan-price {
	color: #CC8B00;
}

section.plan-lists .inner ul.flex.col-4.plan-blocks li.plan-02 p.plan-price {
	color: #44A3A8;
}

section.plan-lists .inner ul.flex.col-4.plan-blocks li.plan-03 p.plan-price {
	color: #44A3A8;
}

section.plan-lists .inner ul.flex.col-4.plan-blocks li.plan-04 p.plan-price {
	color: #9C44A8;
}

section.plan-lists .inner ul.flex.col-4.plan-blocks li p.plan-price span.txt-s {
	font-size: 60%;
}


section.faq-lists {
	background: #fff3d9;
	padding: 40px 0 0;
}

section.faq-lists .section-head.flex {
	max-width: 1260px;
	margin: 0 auto;
	position: relative;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
}

section.faq-lists .section-head.flex h3 {
	max-width: 300px;
}

section.faq-lists .section-head.flex h3 img {
	width: 100%;
}

section.faq-lists .section-body article {
	background: #fffbf2;
}

section.faq-lists .section-head.flex ul.link-list.flex {
	list-style: none;
	padding: 0;
}

section.faq-lists .section-head.flex ul.link-list.flex li {
	margin: 0;
	padding: 0 20px;
	border-right: 1px solid;
	font-weight: normal;
}

section.faq-lists .section-head.flex ul.link-list.flex li:last-child {
	border: none;
}

section.faq-lists .section-head.flex form.flex {
	width: 40%;
	gap: 40px;
}

section.faq-lists input.form-search.form-control {
	width: calc(100% - 10px - 3em);
	font-size: 1.6rem;
	border: none;
	background: #EFEFEF;
	padding: 10px 10px 10px 3em;
	border-radius: 50px;
	position: relative;
	background-image: url(../img/common/icon-search.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	background-size: auto 50%;
}

section.faq-lists .section-head.flex form.flex input.btn.btn-orange.btn-search.submit {
	background: #ffaf00;
	border: none;
	color: #FFF;
	font-size: 1.6rem;
	padding: 0.5em 2em 0.5em 4em;
	background-image: url(../img/common/icon-question.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: auto 70%;
}

section.faq-lists .section-body.flex {
	align-items: flex-start;
	margin-top: 100px;
	position: relative;
	background: #fffbf2;
	padding-bottom: 60px;
	justify-content: center;
}

section.faq-lists .section-body.flex h4 {
	text-align: center;
	display: block;
	margin: -56px auto 60px;
	width: 250px;
	background: #fffbf2;
	padding: 10px 10px;
	border-radius: 20px 20px 0 0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-size: 2.4rem;
	position: relative;
}

section.faq-lists .section-body.flex h4 i {
	height: 1em;
	width: 1em;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
}

section.faq-lists .section-body.flex h4 i img {
	height: 100%;
	display: block;
}

section.faq-lists .section-body.flex article {
	position: relative;
	width: 50%;
	padding: 0 40px;
	max-width: 630px;
}

section.faq-lists .section-body.flex article::before {
	content: "";
	height: 1px;
	width: 80%;
	display: block;
	background: #CCCCCC;
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}

section.faq-lists .section-body.flex article ul.col-4.faq-blocks {
	list-style: none;
	padding: 0 20px;
}

section.faq-lists .section-body.flex article ul.col-4.faq-blocks p.faq-title.txt-green {
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

section.faq-lists .section-body.flex article ul.col-4.faq-blocks .faq-data.flex {
	font-size: 1.4rem;
	font-weight: normal;
}

section.faq-lists .section-body.flex article ul.col-4.faq-blocks .faq-data.flex p {
	margin: 0 1em 0 0;
	padding-right: 1em;
	border-right: 1px solid;
	font-size: 1.6rem;
}

section.faq-lists .section-body.flex article ul.col-4.faq-blocks p.faq-title.txt-green {
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 2rem;
	margin-top: 2em;
}

section.news-lists .inner {
	max-width: 1260px;
	margin: 0 auto;
	position: relative;
}

section.news-lists .inner .section-head h3 {
	font-size: 3.6rem;
}

section.news-lists .inner ul.flex.col-4.news-blocks {
	padding: 0;
	gap: 20px;
	justify-content: space-between;
}

section.news-lists .inner ul.flex.col-4.news-blocks li {
	width: calc(25% - 20px);
	list-style: none;
	vertical-align: top;
	display: inline-block;
	height: 300px;
}

section.news-lists .inner ul.flex.col-4.news-blocks li img {
	/*width: 100%;*/
	width: 100%;
	height: 150px;
	object-fit: cover;
}

section.news-lists .inner ul.flex.col-4.news-blocks li p.news-title {
	/*font-size: 2rem;*/
	margin: 20px 0 10px;
	font-size: 1.8rem;
	font-weight: normal;
}

section.news-lists .inner ul.flex.col-4.news-blocks li p.date.txt-green {
	font-size: 1.6rem;
	margin: 10px 0;
}

section.posts-lists .inner {
	max-width: 1260px;
	margin: 0 auto;
	position: relative;
}

section.posts-lists .inner .section-head {
	width: 260px;
}

section.posts-lists .inner article.flex {
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	border-bottom: 1px dashed #666666;
	margin-bottom: 60px;
}

section.posts-lists .inner article.flex:last-child {
	border-bottom: none;
	margin: 0;
}

section.posts-lists .inner .section-head h3 {
	font-size: 3.6rem;
	margin-bottom: 10px;
	margin-top: 0;
}

section.posts-lists .inner .section-body {
	width: calc(100% - 280px);
}

section.posts-lists .inner .section-body ul.post-blocks {
	list-style: none;
}

section.posts-lists .inner .section-body ul.post-blocks a.flex {
	gap: 40px;
	font-size: 1.6rem;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #CCCCCC;
	align-items: flex-start;
}

section.posts-lists .inner .section-body ul.post-blocks li:last-child a.flex {
	border: none;
}

section.posts-lists .inner .section-body ul.post-blocks a.flex p.date.txt-green {
	width: 180px;
	font-size: 1.6rem;
	margin-top: 0;
	font-weight: normal;
}

section.posts-lists .inner .section-body ul.post-blocks a.flex p.post-title {
	font-size: 1.6rem;
	font-weight: normal;
	margin: 0;
}








section.feature .box.show .inner .ttl.elem1 {
	opacity: 1;
	transform: translate(0, 0);
	transition: opacity .5s ease-out 0, transform .5s ease-out 0;
}

section.feature .box.show .inner .body.elem2 {
	opacity: 1;
	transform: translate(0, 0);
	transition: opacity .5s ease-out .2s, transform .5s ease-out .2s;
}

section.feature .box.show .icons.elem3 {
	opacity: 1;
	transform: translate(0, 0);
	transition: opacity .5s ease-out .4s, transform .5s ease-out .4s;
}

section.feature .box.show .img-content video.elem4 {
	opacity: 1;
	transition: opacity .6s ease-out .6s;
}

@media screen and (min-width:1920px) {
	section.feature .box .icons li {
		width: 9.5vw;
	}

	section.feature .box .icons li p {
		font-size: .65vw;

	}

}

.title-block {
	text-align: center;
}

.title-block .ttl {
	font-size: 2.635vw;
	margin-bottom: .5em;
	font-weight: 700;
}

.title-block .body {
	font-size: 1.464vw;
	line-height: 1.4;
}


.bx-wrapper {
	box-shadow: none;
}

section {
	padding: 60px 20px;
}

section.footer-fixed {
	background: #ffaf00;
	padding: 10px 0px;
	position: fixed;
	bottom: 0;
	right: 0;
	width: calc(100% - 0px);
	z-index: 5;
	transition: bottom 0.5s ease;
}

section.footer-fixed.ScrollTop {
	bottom: -100px;
}

section.footer-fixed.ScrollTop.isActive {
	bottom: 0;
}

section.footer-fixed .inner.flex {
	justify-content: right;
	width: calc(100% - 40px) !important;
	max-width: calc(100% - 40px) !important;
	gap: 1em;
}

section.footer-fixed .inner.flex p {
	color: #FFFFFF;
	font-size: 1.4rem;
	font-weight: normal;
	padding-left: 10px;
}

section.footer-fixed .inner.flex a.btn {
	background: rgba(255, 255, 255, 0);
	border: 1px solid #FFFFFF;
	color: rgba(255, 255, 255, 1);
	font-size: 1.4rem;
	padding: 0.4em 2em;
}

section.footer-fixed .inner.flex a.btn:hover {
	background: rgba(255, 255, 255, 1);
	color: #ffaf00;
	opacity: 1;
}


/*パンくずリスト*/
section.breadcrumbs {
	padding: 5px 1em;
	background: #44A3A8;
}

section.breadcrumbs .inner {
	max-width: 1500px;
	margin: 0 auto;
}

section.breadcrumbs .inner ul {
	list-style: none;
	padding: 0;
	display: flex;
	gap: 20px;
	margin: 10px 0;
	overflow-x: scroll;
	white-space: nowrap;
}

section.breadcrumbs .inner ul li {
	padding-right: 20px;
	display: block;
	color: #FFF;
	font-weight: normal;
	font-size: 16px;
	position: relative;
	white-space: nowrap;
}

section.breadcrumbs .inner ul li::after {
	content: "";
	background-image: url(../img/common/icon-arrow-02-wit.png);
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	top: 3px;
	right: -10px;
	z-index: 1111;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 80%;
	transform: rotate(180deg);
}

section.breadcrumbs .inner ul li:last-child::after {
	display: none;
}

section.breadcrumbs .inner ul li a {
	color: #FFFFFF;
}
.breadcrumbs ul::-webkit-scrollbar {
	display: none;
  }

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

	section.breadcrumbs .inner ul li {
		font-size: 10px;
	}
	section.breadcrumbs .inner ul li::after {
		content: "";
		background-image: url(../img/common/icon-arrow-02-wit.png);
		width: 10px;
		height: 10px;
		display: inline-block;
		position: absolute;
		top: 3px;
		right: -10px;
		z-index: 1111;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: auto 80%;
		transform: rotate(180deg);
	}
}
/*パンくずリスト*/


.pagination ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	list-style: none;
	color: #44a3a8;
	position: relative;
	padding: 0;
}

.pagination ul li {
	position: relative;
}

.pagination ul span,
.pagination ul a {
	background: #ecf6f6;
	color: #44a3a8;
	font-size: 1.6rem;
	padding: 9px;
	width: 25px;
	height: 25px;
	display: block;
	text-align: center;
	line-height: 25px;
	border-radius: 100%;
	font-weight: bold;
}

.pagination ul li.active a,
.pagination ul li.active span,
.pagination ul li.active a:hover {
	background: #44a3a8;
	color: #FFFFFF;
}

.pagination ul .prev img,
.pagination ul .next img {
	width: 90%;
}

.pagination ul .next img {
	transform: rotate(180deg);
}

.detail-search-block {
	display: none;
	position: relative;
	z-index: 99999999999999;
	width: calc(100% - 80px);
	height: calc(100% - 80px);
	top: 0;
	left: 0;
	margin-top: 30px;
	background: #FFFFFF;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	border-radius: 10px;
	padding: 40px;
}

.detail-search-block.active {
	display: block;
	overflow-y: auto;
	position: fixed;
	width: calc(100vw - 80px);
	height: calc(100% - 80px);
	margin: 0;
	border-radius: 0;
}

.detail-search-block.active+div#wrapper {
	cursor: none;
	overflow: hidden;
}

.modal-close span.close-btn,
.modal-close-2 span.close-btn {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
}

.modal-close span.close-btn::before,
.modal-close-2 span.close-btn::before {
	content: "";
	width: 30px;
	height: 2px;
	background: #666666;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close span.close-btn::after,
.modal-close-2 span.close-btn::after {
	content: "";
	width: 30px;
	height: 2px;
	background: #666666;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.detail-search-block.active .modal-close,
.detail-search-block.active .modal-close-2 {
	position: fixed;
	top: 0;
	left: 0;
	width: calc(100vw - 40px);
	padding: 10px 20px;
	background: #bbdddf;
	z-index: 999;
}

.detail-search-block.active .modal-close h2,
.detail-search-block.active .modal-close-2 h2 {
	margin: 0;
	text-align: center;
	color: #2F7275;
}

.detail-search-block.active .modal-content {
	padding-top: 50px;
	overflow-y: auto;
}

.detail-search-block.modal-02.modal-container,
.detail-search-block.modal-02.modal-container-2 {
	display: none;
}

.detail-search-block.modal-02.modal-container.active,
.detail-search-block.modal-02.modal-container-2.active {
	background: rgba(0, 0, 0, 0.6);
	display: block;
}

.detail-search-block.modal-02.modal-container .inner,
.detail-search-block.modal-02.modal-container-2 .inner {
	display: none;
}

.detail-search-block.modal-02.modal-container .active-modal,
.detail-search-block.modal-02.modal-container-2 .active-modal {
	display: block;
}

.detail-search-block.modal-02.modal-container.active .inner.modal-body,
.detail-search-block.modal-02.modal-container-2.active .inner.modal-body-2 {
	padding: 40px;
	width: 60vw;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #EFEFEF;
	border-radius: 10px;
	/*     height: 80%; */
	height: auto;
	/*overflow: scroll;*/
}

.detail-search-block.modal-02.modal-container.active .inner.modal-body .modal-close,
.detail-search-block.modal-02.modal-container-2.active .inner.modal-body-2 .modal-close-2 {
	width: calc(100% - 40px);
}

.detail-search-block.modal-02.modal-container.active .inner.modal-body .modal-content,
.detail-search-block.modal-02.modal-container-2.active .inner.modal-body-2 .modal-content {
	padding-top: 0;
}

.detail-search-block.modal-02.modal-container.active .inner.modal-body .modal-close .detail-search-head,
.detail-search-block.modal-02.modal-container-2.active .inner.modal-body-2 .modal-close-2 .detail-search-head {}

.detail-search-block.modal-02.modal-container.active .inner.modal-body .detail-search-head h3.txt-center.flex,
.detail-search-block.modal-02.modal-container-2.active .inner.modal-body-2 .detail-search-head h3.txt-center.flex {
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 1em;
	position: relative;
	font-size: 2.8rem;
	margin: 0;
}

.detail-search-block.modal-02.modal-container.active .inner.modal-body .detail-search-head h3.txt-center.flex img,
.detail-search-block.modal-02.modal-container-2.active .inner.modal-body-2 .detail-search-head h3.txt-center.flex img {
	height: 1.2em;
}

.detail-search-block.modal-02.modal-container.active .inner.modal-body .detail-search-body,
.detail-search-block.modal-02.modal-container-2.active .inner.modal-body-2 .detail-search-body {}

.detail-search-block.modal-02.modal-container.active .inner.modal-body .detail-search-body h4,
.detail-search-block.modal-02.modal-container-2.active .inner.modal-body-2 .detail-search-body h4 {
	color: #fff;
	font-size: 2.2rem;
	margin: 40px 0 10px;
}

.detail-search-block.modal-02.modal-container.active .inner.modal-body .detail-search-body textarea,
.detail-search-block.modal-02.modal-container-2.active .inner.modal-body-2 .detail-search-body textarea {
	border: none;
	width: calc(100% - 25px);
	padding: 0.5em 10px;
	border-radius: 10px;
	/*min-height: 200px;*/
}

.detail-search-block.modal-02.modal-container.active .inner.modal-body .detail-search-body a.btn,
.detail-search-block.modal-02.modal-container-2.active .inner.modal-body-2 .detail-search-body a.btn {
	padding: 1em 2.5em;
}

.detail-search-block.modal-02.modal-container-2.active .inner.modal-body-2 .detail-search-body .flex {
	height: 80px;
}

section.filter01-contents.detail-search-block.bg-greenlight.active {
	position: relative;
	border-radius: 10px;
	width: calc(100% - 80px);
	margin: 20px 0;
}


.stars span {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.stars input[type='radio'] {
	display: none;
}

.stars label {
	color: #D2D2D2;
	font-size: 30px;
	padding: 0 5px;
	cursor: pointer;
}

.stars label:hover,
.stars label:hover~label,
.stars input[type='radio']:checked~label {
	color: #F8C601;
}

.detail-search-block.modal-02.modal-container.active .inner.modal-body .detail-search-body .review.flex,
.detail-search-block.modal-02.modal-container-2.active .inner.modal-body-2 .detail-search-body .review.flex {
	gap: 2em;
	display: flex !important;
	margin: 40px 0;
}

.detail-search-block.modal-02.modal-container.active .inner.modal-body .detail-search-body .review.flex h4,
.detail-search-block.modal-02.modal-container-2.active .inner.modal-body-2 .detail-search-body .review.flex h4 {
	margin: 0;
}

.filter02-contents {
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	border-radius: 5px;
	/* display: none; */
	position: absolute;
	z-index: 99999;
	background: #FFFFFF;
	left: 26%;
}

.filter02-contents.r-0 {
	left: 48%;
}

.filter02-contents ul {
	padding: 20px;
	margin: 0;
	list-style: none;
}

.filter02-contents ul a {
	padding: 0.2em 0;
}

.main-contents section form input[type="checkbox"],
.main-contents section form input[type="radio"] {
	accent-color: darkcyan;
}

#wrapper .alert {
	width: calc(100% - 40px);
}

@media screen and (max-width:1960px) {
	.main-block.fadein.show {
		/*top: -410px;*/
		/* 		top: -597px; */
		top: 50%;
		position: absolute;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.kv .box figure.main_hero {
		max-height: 600px;
	}

}

@media screen and (max-width:1500px) {
	.main-block.fadein.show {
		/*top: -410px; */
		/* 		top: -597px; */
	}
}

@media screen and (max-width:1320px) {
	.main-block .header-block.flex h2 {
		font-size: 2.8rem;
	}

	.top section.kv.cm .box {
		height: 580px;
	}

	.top .kv .box figure.main_hero {
		max-height: 580px;
	}

	.top .kv .box figure.main_hero img,
	.top .kv .box figure.main_hero2 img {
		width: 100%;
		object-fit: cover;
		height: 580px;
	}

	.main-block.fadein.show {
		padding: 20px 20px 90px;
		width: 100%;
	}

	.main-block .header-block.flex ul {
		width: 60%;
	}

	.main-block .footer-block ul.flex li {
		max-width: 200px;
	}

	.main-block .header-block.flex ul a.btn {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 15px 20px;
	}
}


@media screen and (max-width:1024px) {
	.kv .box figure.main_hero {
		min-height: unset;
	}

	.detail-search-block.active {
		display: block;
		overflow-y: auto;
		padding-bottom: 60px;
	}

	.detail-search-block.active .modal-content,
	.detail-search-block.active .modal-content-2 {
		padding: 50px 0;
		overflow-y: auto;
	}

	section.detail-search-block .inner form.detail-search-body .radio-title {
		display: flex !important;
		width: 100% !important;
	}

	section.detail-search-block .inner form.detail-search-body .radiobox {
		display: flex !important;
		width: 100% !important;
	}

	section.detail-search-block .inner form.detail-search-body .radiobox label {
		width: auto !important;
	}

	.detail-search-block.active .detail-search-fotter.sp.flex {
		display: flex !important;
		position: absolute;
		bottom: 0;
		width: calc(100% - 40px);
		left: 0;
		background: #FFFFFF;
		padding: 0px 20px;
		justify-content: space-between;
	}

	.detail-search-block.active .inner.modal-body .modal-close,
	.detail-search-block.active .inner.modal-body-2 .modal-close-2 {
		width: calc(100% - 40px);
		background: none;
	}

	.detail-search-block.active .inner.modal-body .detail-search-head h3.txt-center.flex,
	.detail-search-block.active .inner.modal-body-2 .detail-search-head h3.txt-center.flex {
		font-size: 2.2rem;
		justify-content: flex-start;
		gap: 0.5em;
	}

	.detail-search-block.active .inner.modal-body,
	.detail-search-block.active .inner.modal-body-2 {
		padding: 20px;
		width: 80vw;
	}
}

@media screen and (max-width:767px) {
	.pagination ul {
		justify-content: flex-start;
		overflow-x: auto;
	}
}

@media screen and (min-width:1025px) {

	.detail-search-block.active .modal-close,
	.detail-search-block.active .modal-close-2 {
		background: none;
	}

	.detail-search-block.active .modal-close h2,
	.detail-search-block.active .modal-close-2 h2 {
		display: none;
	}
}

@media screen and (min-width:1281px) {}

@media screen and (min-width:1921px) {
	.main-block.fadein.show {
		top: -420px;
	}
}

/*　アラートを消す */
.hideAlert {
	/*animation: fadeOuts 1s ease forwards;*/
	animation-name: fadeOuts;
	animation-duration: 1s;
}

@keyframes fadeOuts {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: translateY(-60px);
	}
}