@charset "utf-8";

html { scroll-behavior: smooth;}

body .sp-item {
	display: none;
}

body .pc-item {
  display: block;
}

@media screen and (max-width: 640px) {
	body {
		min-width: inherit;
		height:100%;
	}

	body .sp-item {
		display: block;
	}

	body .pc-item {
		display: none;
	}

	body .sp-item img {
		width:100%;
	}
}

/* ----------------------------------------------------
    共通
---------------------------------------------------- */

body {
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Meiryo UI',sans-serif;
	font-weight: 300;
	line-height: 1.5;
	font-size: 20px;
	color:#333;
	text-align: center;
	overflow-x: hidden;
	max-width: 1024px;
	margin: 0 auto;
	background: url(../images/bg-body.webp) repeat center center;
	background-attachment: fixed;
}

.container {
	box-shadow: 0 0 10px rgba(0,0,8,0.1);
}

img {
	margin: 0 auto;
	width: 100%;
}

video {
	width: 100%;
}

p {
	font-feature-settings: "palt";
	text-align: justify;
}

.sentence {
	margin-top: 40px;
}

.sentence p {
	margin-top: 40px;
}

.sentence p:first-of-type {
	margin-top: 0;
}

.inner {
	width: 724px;
	margin: 0 auto;
}

.marker {
	color: #333;
	background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,150,1) 10%, rgba(255,255,150,1) 90%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
}

.marker100 {
	background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,150,1) 10%, rgba(255,255,150,1) 90%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
	padding: 6px 0;
}

.bold {
	font-weight: 700;
}

@media screen and (max-width: 640px) {
	img {
		max-width: 100%;
	}

	body {
		width: 100%;
	}

	.inner {
		width: 94%;
	}
}

/* ----------------------------------------------------
    CTA
---------------------------------------------------- */
.btn {
	transition: all .2s;
	filter: drop-shadow(5px 5px 5px rgba(153,153,153,0.75));
}
.btn:hover {
	opacity: 0.8;
}
.cta-middle {
	background-color: #fff;
	padding-bottom: 100px;
}
.cta-middle-btn .btn {
	position: static;
	margin: 30px auto 0;
	transform: none;
	width: 600px;
	height: auto;
}
.cta-middle-btn .btn:not(:first-of-type) {
	margin-top: 10px;
}

@media screen and (max-width: 640px) {
	.cta-middle {
		padding-bottom: 20px;
		background-color: #f2f2f2;
	}
	.cta-middle-btn .btn {
		width: 92%;
		height: auto;
		margin: 20px auto 0;
	}
}

/* ----------------------------------------------------
    header
---------------------------------------------------- */
.header {
	width: 1024px;
}

@media screen and (max-width: 640px) {
	.header {
		width: 100%;
		height: auto;
	}
}

/* ----------------------------------------------------
    sec01
---------------------------------------------------- */
.sec01 {
	background-color: #fff;
	padding: 80px 0;
}
.slider-reverse {
	margin-top: 8px;
}
.slider-item {
  width: 170px;
	height: 353.4988px;
	margin-right: 10px;
}
.sec01-ttl {
	width: 628.2364px;
	margin: 60px auto 15px;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.youtube lite-youtube {
  width: 100%;
  height: 100%;
}
.sec01-btn .btn {
	position: static;
	margin: 60px auto 0;
	transform: none;
	width: 600px;
	height: auto;
	margin: 60px auto 0;
}
.sec01-btn .btn:not(:first-of-type) {
	margin-top: 10px;
}

@media screen and (max-width: 640px) {
	.sec01 {
		padding: 60px 0;
	}
	.sec01-ttl {
		width: 80%;
		margin-top: 50px;
	}
	.slider-item {
		width: 100px;
		height: 207.9404px;
	}
	.sec01-btn .btn {
		width: 92%;
		height: auto;
		margin: 40px auto 0;
	}
}

/* ----------------------------------------------------
    sec02
---------------------------------------------------- */
.sec02 {
	width: 1024px;
	height: 750.3765px;
}

@media screen and (max-width: 640px) {
	.sec02 {
		width: 100%;
		height: auto;
	}
}

/* ----------------------------------------------------
    sec03
---------------------------------------------------- */
.sec03 {
	padding: 100px 0;
	background: url(../images/sec03-bg-pc.webp) no-repeat center top / contain,
							url(../images/crossword.webp) repeat center center / auto;
}
.sec03-item:not(:first-of-type) {
	margin-top: 40px;
}
.sec03-img04 {
	margin-top: 60px;
}
.sec03-list {
	margin-top: 60px;
}
.sec03 p {
	margin-top: 40px;
	text-align: center;
}
.sec03-img01 {
	width: 724px;
	height: 358.4276px;
}
.sec03-img02 {
	width: 724px;
	height: 392.5189px;
}
.sec03-img03 {
	width: 724px;
	height: 360.3537px;
}

@media screen and (max-width: 640px) {
	.sec03 {
		padding: 80px 0;
		background: url(../images/sec03-bg-sp.webp) no-repeat center top / contain,
							url(../images/crossword.webp) repeat center center / auto;
	}
	.sec03 p {
		text-align: justify;
	}
	.sec03-list {
		margin-top: 40px;
	}
	.sec03-img04 {
		margin-top: 50px;
	}
	.sec03-img01,
	.sec03-img02,
	.sec03-img03 {
		width: 100%;
		height: auto;
	}
}

/* ----------------------------------------------------
    sec04
---------------------------------------------------- */
.sec04 {
	padding: 100px 0;
	background: url(../images/sec04-bpc.webp) no-repeat center top / contain;
	background-color: #fff;
}
.sec04-item:not(:first-of-type) {
	margin-top: 40px;
}
.sec04-img04 {
	margin-top: 60px;
}
.sec04-list {
	margin-top: 60px;
}
.sec04-item{
	filter: drop-shadow(0 0 10px rgba(153,153,153,0.75));
	width: 724px;
	height: 357.9077px;
}

@media screen and (max-width: 640px) {
	.sec04 {
		padding: 80px 0;
		background: url(../images/sec04-bg-sp.webp) no-repeat center top / contain;
		background-color: #fff;
	}
	.sec04-list {
		margin-top: 40px;
	}
	.sec04-item{
		width: 100%;
		height: auto;
	}
}

/* ----------------------------------------------------
    sec05
---------------------------------------------------- */
.sec05 {
	padding: 100px 0;
	background-color: #F2F2F2;
}
.sec05-ttl {
	width: 367.1401px;
	margin: 0 auto;
}
.sec05 p {
	text-align: center;
	margin-top: 30px;
}
.sec05-list {
	width: 944px;
	margin: 50px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec05-item {
	width: 129.4423px;
	height: 269.1628px;
}
.sec05-item {
	transition: all .2s;
	margin-top: 12px;
}
.sec05-item:hover {
	opacity: 0.8;
}

@media screen and (max-width: 640px) {
	.sec05 {
		padding: 80px 0;
	}
	.sec05-ttl {
		width: 85%;
	}
	.sec05-list {
		width: 92%;
	}
	.sec05-item {
		width: 31%;
		height: auto;
		margin-top: 10px;
	}
}

/* ----------------------------------------------------
    sec06
---------------------------------------------------- */
.sec06-list {
	width: 100%;
}
.sec06-item {
	width: 100%;
}

/* ----------------------------------------------------
    sec07
---------------------------------------------------- */
.sec07 {
	background: url(../images/crossword.webp) repeat center center / auto;
	position: relative;
}
/* .sec07::before {
	content: url(../images/sec07-bg-left.webp);
	position: absolute;
	top: 400px;
	left: 0;
} */
.sec07::after {
	content: url(../images/sec07-bg-right.webp);
	position: absolute;
	bottom: 200px;
	right: 0;
}
.sec07 p {
	margin-top: 60px;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
}
table {
	border: 1px solid #CCCCCC;
	width: 100%;
	z-index: 10;
	position: relative;
}
th {
	text-align: center;
	background-color: #E6E6E6;
	width: 130px;
	padding: 1em 0;
	font-weight: 500;
	font-size: 20px;
	border: 1px solid #CCCCCC;
}
td {
	text-align: left;
	width: calc(100% - 130px);
	background-color: #fff;
	padding: 1em 0;
	font-weight: 300;
	font-size: 19px;
	padding-left: 30px;
	border: 1px solid #CCCCCC;
}
.sec07-img01 {
	position: relative;
	z-index: 10;
}

@media screen and (max-width: 640px) {
	.sec07 p {
		margin-top: 40px;
		font-size: 5.5vw;
	}
	th {
		width: 24%;
		padding: 1em 3px;
		font-size: 19px;
		font-size: 18px;
	}
	td {
		width: calc(100% - 24%);
		padding: 1em 0;
		font-size: 18px;
		padding: 16px;
		text-align: justify;
		line-height: 1.3;
		font-size: 18px;
	}
	.sec07::before,
	.sec07::after {
		content: none;
	}
	.kome {
		font-size: 16px;
	}
}


/* ----------------------------------------------------
    sec08
---------------------------------------------------- */
.sec08 {
	padding-bottom: 100px;
	background-color: #fff;
}
.sec08-img01 {
	width: 100%;
}
.sec08-img02 {
	margin-top: 50px;
}
.sec08-inner {
	margin-top: -177px;
}
.sec09-img01 {
	width: 280.082px;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.sec08-inner {
		margin-top: -30%;
	}}


/* ----------------------------------------------------
    sec09
---------------------------------------------------- */
.sec09 {
	padding-bottom: 100px;
	background: url(../images/sec09-bg-pc.webp) no-repeat center top / contain;
	background-color: #FFFFF0;
}
.sec09-subttl {
	width: 724px;
	margin: 0 auto;
}
.sec09 p {
	width: 600px;
	margin: 40px auto 0;
	font-size: 18px;
}

/* アコーディオン */
.accordion-container {
	margin: 40px auto 0;
}
.accordion-header {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 20px;
	background-color: #F7D8CF;
	border-radius: 5px;
	cursor: pointer;
}
.accordion-header h4 {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	margin-right: 8px;
}
.accordion-icon {
	font-size: 8px;
	transition: transform 0.3s ease;
}
.accordion-content {
	display: none;
}
.accordion-container.active .accordion-icon {
	transform: rotate(180deg);
}
.accordion-container.active .accordion-content {
	display: block;
}

@media screen and (max-width: 640px) {
	.sec09 {
		padding-bottom: 80px;
		background: url(../images/sec09-bg-sp.webp) no-repeat center top / contain;
		background-color: #FFFFF0;
	}
	.sec09-subttl {
		width: 100%;
	}
	.sec09-img01 {
		width: 88%;
	}
	.sec09 p {
		width: 100%;
	}
	.accordion-container {
		width: 92%;
	}
	.accordion-content p {
		font-size: 18px;
	}
}


/* ----------------------------------------------------
    voice
---------------------------------------------------- */
.voice {
	padding-bottom: 100px;
	background-color: #F7D8CF;
}
.voice-wrap {
	width: 944px;
	margin: 60px auto 0;
	column-count: 2;
	column-gap: 16px;
}
.voice-item {
	width: calc(944px / 2);
	height: auto;
	display: inline-block;
	margin-top: 10px;
}
.swiper {
	margin: 60px auto 0;
	width: 944px;
}
.swiper-slide {
	padding: 20px 20px 30px;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	border-radius: 10px;
  height: auto;
	background-color: #fff;
}
/* ナビゲーションボタンのカスタマイズ */
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  color: #219c85;
}
/* ページネーションのカスタマイズ */
.swiper .swiper-pagination-bullet {
  background: #219c85;
}
.swiper .swiper-pagination-bullet-active {
  background: #219c85;
}
.reviewer {
	display: flex;
	align-items: center;
}
.reviewer-icon {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	border-radius: 50%;
	overflow: hidden;
}
.reviewer-name {	
	text-align: left;
	font-size: 16px;
	line-height: 1.2;
	color: #546871;
}
.reviewer-name p {
	margin-top: 3px;
}
.icon-star {
	color: #f90;
	font-size: 18px;
}
.review-text {
	margin: 16px 0 0 0;
	text-align: justify;
	font-size: 18px;
	line-height: 1.5;
}

@media screen and (max-width: 640px) {
	.voice {
		padding-bottom: 80px;
	}
	.voice-wrap {
		width: 92%;
		column-count: 1;
		margin-top: 40px;
	}
	.voice-item {
		width: 100%;
	}
	.swiper {
		width: 92%;
	}
}

/* ----------------------------------------------------
    sec10
---------------------------------------------------- */
.sec10 {
	background-color: #fff;
}

/* ----------------------------------------------------
    sec11
---------------------------------------------------- */
.sec11 {
	padding: 50px 0 100px;
	background: url(../images/sec11-bg.webp) repeat center center / auto;
	background-color: #fff;
}
.sec11-ttl {
	width: 456.9229px;
}
.sec11 p {
	margin-top: 60px;
}
.sec11-img01 {
	margin-top: 60px;
}

@media screen and (max-width: 640px) {
	.sec11 {
		padding: 20px 0 80px;
	}
	.sec11-ttl {
		width: 100%;
	}
	.sec11 p {
		margin-top: 20px;
	}
	.sec11-img01 {
		margin-top: 20px;
	}
}

/* ----------------------------------------------------
    sec12
---------------------------------------------------- */
.sec12 {
	padding: 0 0 40px;
	background: url(../images/sec12-bg.webp) repeat center center / auto;
	background-color: #fff;
}
.sec12-ttl {
	width: 100%;
	height: auto;
}
.sec12 p {
	text-align: center;
	margin-top: 60px;
}
.sec12-img01 {
	width: 100%;
	height: auto;
	margin-top: 40px;
}
.sec12-arrow {
	width: 390px;
	margin: 90px auto 0;
}

@media screen and (max-width: 640px) {
	.sec12 {
		padding: 0 0 40px;
	}
	.sec12-ttl {
		width: 100%;
		height: auto;
	}
	.sec12 p {
		text-align: justify;
		margin-top: 36px;
	}
	.sec12-img01 {
		width: 100%;
		height: auto;
		margin-top: 40px;
	}
	.sec12-arrow {
		width: 85%;
		margin: 40px auto 0;
	}
}

/* ----------------------------------------------------
    sec13
---------------------------------------------------- */
.sec13-img {
	width: 100%;
	position: relative;
}
.btn-wrapper {
	position: absolute;
	width: 600px;
	height: auto;
	left: 50%;
	transform: translateX(-50%);
	bottom: 120px;
}
.btn-wrapper .btn:not(:first-of-type) {
	margin-top: 10px;
}

@media screen and (max-width: 640px) {
	.btn-wrapper {
		width: 85%;
		bottom: 5.8%;
	}
}

/* ----------------------------------------------------
    sec14
---------------------------------------------------- */
.sec14 {
	padding: 0 0 100px;
	background-color: #fff;
}
.sec14-qa-item:not(:first-of-type) {
	margin-top: 10px;
}
.sec14-qa {
	width: 100%;
	max-width: 800px;
	margin: 60px auto 0;
}
.sec14-qa-item {
	margin-bottom: 10px;
	overflow: hidden;
}
.sec14-qa-q {
	position: relative;
	padding: 20px;
	background: #F7D8CF;
	border-radius: 8px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sec14-qa-q p {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	margin: 0;
}
.accordion-icon {
	width: 24px;
	height: auto;
	color: #666;
	transition: transform 0.3s ease;
}
.sec14-qa-item.active .accordion-icon {
	transform: rotate(180deg);
}
.sec14-qa-a {
	padding: 0 20px;
	height: 0;
	overflow: hidden;
	transition: all 0.3s ease;
}
.sec14-qa-item.active .sec14-qa-a {
	padding: 20px;
	height: auto;
}
.sec14-qa-a p {
	font-size: 18px;
	line-height: 1.8;
	color: #333;
	margin: 0;
}
.push {
	margin: 40px auto 0;
}
.push p {
	text-align: center;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.4;
}
.sec14-btn {
	width: 600px;
	height: auto;
	margin: 24px auto 0;
}
.sec14-btn .btn:not(:first-of-type) {
	margin-top: 10px;
}

@media screen and (max-width: 640px) {
	.sec14 {
		padding: 0 0 80px;
	}
	.sec14-qa {
		margin-top: 40px;
	}
	.sec14-qa-q {
		font-size: 22px;
		line-height: 1.3;
	}
	.sec14-qa-q p {
		padding-right: 30px;
	}
	.sec14-qa-a {
		padding: 0 20px;
		font-size: 18px;
		line-height: 1.8;
	}
	.push {
		margin: 40px auto 0;
	}
	.push p {
		font-weight: 600;
		font-size: 4.8vw;
	}
	.sec14-btn {
		width: 92%;
		height: auto;
		margin: 20px auto 0;
	}
	.sec14-qa-q p {
		width: 85%;
	}
}

/* ----------------------------------------------------
    footer
---------------------------------------------------- */
.footer {
	background-color: #333;
	color: #fff;
	padding: 30px 0;
	font-size: 14px;
	font-weight: 200;
}
.footer-link {
	width: 92%;
	margin: 0 auto;
}
.footer-link a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
.copy-right {
	margin-top: 6px;
	text-align: center;
}


/* ----------------------------------------------------
    固定ボタン
---------------------------------------------------- */
.fixed-bottom-link {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 220px;
	filter: drop-shadow(3px 3px 4px #999);
	z-index: 100;
	display: none; /* 初期状態では非表示 */
}
.fixed-bottom-link.show {
	display: block; /* クラスが付与されたら表示 */
}
.fixed_btn a {
	display: inline-block;
	transition: .2s;
}
.fixed_btn a:hover {
	transform: scale(1.03);
	cursor: pointer;
}

/*フッターまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 640px) {
	.fixed-bottom-link {
		bottom: 0px;
		left: 50%;
		transform: translateX(-50%);
		width:94%;
	}
	.fixed_btn-wrapper {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		width: 100%;
	}
	.fixed_btn {
		width: 49%;
	}
}
