@charset "UTF-8";

/*M PLUS Rounded 1c*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

.entry-header {
	margin-top: 100px;
	text-align: center;
	margin-bottom: .5rem;

}

h1.entry-title {
	width: 98%;
	position: relative;
	display: inline-block;
	font-size: clamp(1.2rem, 7vw, 2rem);
	font-weight: 600;
	margin-bottom: .5rem;
}

h1.entry-title a {
	text-decoration: none;
	color: #003366;
}

h1.entry-title:before {
	content: '';
	position: absolute;
	bottom: -5px;
	display: inline-block;
	width: 60px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #79b6c8;
	border-radius: 2px;
}

.top_txt {
	width: 98%;
	margin: auto;
}


.section {
	width: min(98%, 1280px);
	background: #d4eaf1;
	border-radius: 36px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 36px;
	margin: 0 auto 36px;

}



/*swiper*/
.swiper {
	width: min(100%, 1024px);
}

.swiper-wrapper {
	/* wrapperのサイズを調整 */
	width: 100%;
	height: 500px;
}

/*ナビボタン*/
.swiper-area {
	margin-inline: auto;
	width: 94%;
	position: relative;
}


/* 前への矢印 */

.swiper-area .swiper-button-prev {
	left: -15px;
}

/* 次への矢印 */

.swiper-area .swiper-button-next {
	right: -15px;
}


.swiper-area .swiper-button-next,
.swiper-area .swiper-button-prev {
	background-color: #991010;
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.swiper-area .swiper-button-next::after,
.swiper-area .swiper-button-prev::after {
	/*	font-family: 'Font Awesome 5 Free';*/
	font-weight: 900;
	color: #fff;
	font-size: 1.5rem;
}

.swiper-area .swiper-button-next::after {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 20px;
	height: 20px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
}

.swiper-area .swiper-button-prev::after {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 18px;
	width: 20px;
	height: 20px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(-135deg);
}

/*ここまで*/

.swiper-slide {
	font-family: "M PLUS Rounded 1c", sans-serif;
	/* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
	color: #333;
	width: 100%;
	height: 100%;
	line-height: 50px;
	background-color: #f5f5f5;
}

.box_guide {
	display: flex;
	justify-content: space-around;
	align-items: start;
	border: 1px solid #999;
	background-color: #F2F0EB;
}

.img_box {
	width: 30%;
	align-self: flex-end;
}

.img_box_center {
	width: 30%;
	align-self: center;
}

br.hide-mobile {
	content: '';
	display: block;
	margin-bottom: .3rem;
}

/*初期化*/
.swiper-slide h2,
.swiper-slide h3,
.swiper-slide h4,
.swiper-slide p,
.QBOX h2,
.QBOX h3,
.QBOX h4,
.QBOX p {
	font-family: unset;
	font-weight: unset;
	font-size: unset;
	text-indent: unset;
	background: unset;
	border: unset;
	position: unset;
	text-align: unset;
	display: block;
	letter-spacing: unset;
	font-size: unset;
	color: unset;
	margin: unset;
	padding: unset;
}

.QBOX h2:before,
.QBOX h2:after,
.entry-content h3:before,
.entry-content h3::after {
	content: unset;
	position: unset;
	display: unset;
	width: unset;
	height: unset;
	left: unset;
	-webkit-transform: unset;
	transform: unset;
	background-color: unset;
	border-radius: unset;
}

.entry-content .top_txt {
	text-align: center;
	margin-bottom: 50px;
}

.swiper-slide,
.QBOX {
	font-family: "M PLUS Rounded 1c", sans-serif;
}


.QBOX {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}


.QBOX .number {
	font-size: 4rem;
	font-weight: 700;
	color: #EC6E65;
}

.QBOX .Qimg {
	width: 50%;
}

.QBOX img {
	display: block;
	width: 50%;
	margin: auto;
}

.QBOX .Qtext {
	margin: 0 0 0 30px;
}

.QBOX h2 {
	font-size: clamp(1rem, 6vw, 2.5rem);
	font-weight: 500;
	padding: 0 8px;
}

.swiper-slide .cont-box {
	width: 60%;
	height: 500px;
	padding: 20px;
}

.swiper-slide .cont-box h3 {
	font-weight: 500;
	font-size: clamp(1rem, 6vw, 2rem);
	letter-spacing: .1rem;
	color: #e95295;
	text-align: center;
	border-bottom: 2px solid #e95295;
	margin-bottom: 1.5rem;
}

.swiper-slide .cont-box p,
.swiper-slide .cont-box li {
	font-weight: 500;
	line-height: 1.5;
	font-size: clamp(1rem, 4vw, 1.7rem);
	margin-bottom: 6px;
}

.swiper-slide .cont-box p.info_but {
	font-size: clamp(1rem, 4vw, 2rem);
	text-align: center;
	border: 2px #fff solid;
	border-radius: 12px;
	background: #CA4775;
	margin-top: 1.5rem;
	padding: 16px 0;
}

.swiper-slide .cont-box p:nth-child(1 of .info_but) {
	background: #79b6c8;
}

.swiper-slide .cont-box p.info_but a {
	display: block;
	text-decoration: none;
	color: #fff;
}



/*開閉ボタン*/
button.btn {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	width: min(80%, 640px);
	font-size: 36px;
	display: block;
	border: 3px solid #EC6E65;
	background-color: #EC6E65;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	margin: 21px auto;
	padding: 8px 0;
}

.btn::before {
	content: "スライドを見る ▼";
}

.btn.open::before {
	content: "閉じる ▲";
}


/*
.swiper-pagination-fraction {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	color: red;
}
*/



.swiper-pagination-fraction {
	height: fit-content;
	background-color: #EC6E65;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	padding: 12px;
	color: #fff;
}

.swiper-pagination-fraction .swiper-pagination-current, 
.swiper-pagination-fraction .swiper-pagination-total{
	display: inline-block;
}

/*アクティブスライドのアニメーション*/  

/*単純フェード*/
.fade{
	opacity: .1;
	transition: all 3s;
}

/* 下から上に移動しながらフェードイン */
.fadeInUp {
    opacity: 0;
    transform: translateY(100px);
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
/* 上から下に移動しながらフェードイン */

.fadeInDown{
	opacity: 0;
	transform: translateY(-100px);
	animation-name: fadeIn;
	animation-fill-mode: forwards;
}


  
@keyframes my-fade-in {
	0% {

	}
	100% {
		opacity: 1;
        transform: translate(0);
	}
  }

  @keyframes fade-in {
	0% {

	}
	100% {
		opacity: 1;
	}
  }
  
  .swiper-slide-active .cont-box .fadeInUp,
  .swiper-slide-active .cont-box .fadeInDown  {  
	animation-name:     my-fade-in;
	animation-duration: 1s;
	animation-fill-mode: forwards;
  }

  .swiper-slide-active .cont-box .fade{
	animation-name:     fade-in;
	animation-duration: 3s;
	animation-fill-mode: forwards;
  }


@media only screen and (max-width: 736px) {
	/*スマホ*/

	.section {
		padding: 12px;
		margin-bottom: 36px;
	}

	.box_guide {
		display: block;
		/*height: 100vh;*/
		height: fit-content;
		min-height: 100vh;
	}


	.img_box,
	.img_box_center {
		width: 80%;
		margin: auto;
	}


	.QBOX {
		display: block;
	}

	.QBOX .Qimg {
		width: 100%;
	}

	.QBOX img {
		display: block;
		width: 80%;
		margin: auto;
	}

	.QBOX .Qtext {
		margin: 0 auto;
	}

	.QBOX h2 {
		font-weight: 500;
	}

	.swiper-slide .cont-box {
		width: 94%;
		height: auto;
		padding: 36px 12px;
	}

	.swiper-slide .cont-box h3 {
		line-height: 1.6;
		margin-top: 3rem;
		margin-bottom: 1.5rem;
	}

	.swiper-slide .cont-box p {
		width: 90%;
		font-size: 1.2rem;
		line-height: 1.6;
		margin:0 auto 1rem;
	}

	br.hide-mobile {
		display: none;
	}

	/* 前への矢印 */

	.swiper-area .swiper-button-prev {
		left: -20px;
	}


	/* 次への矢印 */

	.swiper-area .swiper-button-next {
		right: -20px;
	}

	.swiper-area .swiper-button-next,
	.swiper-area .swiper-button-prev {
		background-color: #991010a5;
		border-radius: 50%;
		width: 40px;
		height: 40px;
	}

	.swiper-area .swiper-button-next::after {
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 10px;
		width: 10px;
		height: 10px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		transform: rotate(45deg);
	}
	
	.swiper-area .swiper-button-prev::after {
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 14px;
		width: 10px;
		height: 10px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		transform: rotate(-135deg);
	}


	/*開閉ボタン*/
	button.btn {
		font-size: 21px;
		margin: 21px auto;
		padding: 8px 0;
	}


	.swiper-pagination-fraction {
		height: fit-content;
		background-color: #EC6E65;
		font-family: "M PLUS Rounded 1c", sans-serif;
		font-size: 2rem;
		font-weight: 500;
		padding: 12px;
		color: #fff;
	}


}

@media only screen and (min-width: 737px) and (max-width: 1024px) {

	.section {
		padding: 36px 21px;
		margin: 0 auto 36px;
	
	}

/*swiper*/


.swiper-wrapper {
	/* wrapperのサイズを調整 */
	width: 100%;
	height: 400px;
}

/*ナビボタン*/
.swiper-area {
	margin-inline: auto;
	width: 94%;
	position: relative;
}


/* 前への矢印 */

.swiper-area .swiper-button-prev {
	left: -30px;
}

/* 次への矢印 */

.swiper-area .swiper-button-next {
	right: -30px;
}






/*ここまで*/

.swiper-slide {
	font-family: "M PLUS Rounded 1c", sans-serif;
	/* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
	color: #333;
	width: 100%;
	height: 100%;
	line-height: 50px;
	background-color: #f5f5f5;
}

.box_guide {
	display: flex;
	justify-content: space-around;
	align-items: start;
	border: 1px solid #999;
	background-color: #F2F0EB;
}

.img_box {
	width: 30%;
	align-self: flex-end;
}

.img_box_center {
	width: 40%;
	align-self: center;
}





.swiper-slide .cont-box p.info_but {
	font-size: clamp(1rem, 3vw, 2rem);
}





.swiper-pagination-fraction {
	height: fit-content;
	background-color: #EC6E65;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	padding: 12px;
	color: #fff;
}




}