@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;600&display=swap');

/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Kiwi Maru', serif;
font-family: 'Barlow Semi Condensed', sans-serif;
*/

html {
	font-size: 62.5%;
	height: 100%;
	overflow-y:scroll;
}
body {
	position: relative;
	background-color: #f4aab5;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height: 1.75;
	color: #333;
	width: 100%;
	height: 100%;
	text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
a {
	color: #004a95;
}
a:hover {
	color: #003061;
}
img.fix {
	width: 100%;
	height: auto;
}
figure img {
	display: block;
}
small {
	font-size: 0.75em;
	font-weight: 400;
	line-height: inherit;
}

.content-wrap .content-wrap-inner {
	margin: 0 auto;
	padding: 0 2.5vw 10vw;
	font-feature-settings: "palt" 1;
	letter-spacing: 1px;
}
.content-wrap .content-wrap-inner p {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.8;
	text-align: left;
	margin: 1.75rem 0;
}
.content-wrap .content-wrap-inner .img-center {
	margin: 0 auto;
	text-align: center;
}
.content-wrap .content-wrap-inner .flex-wrap {
	display: block;
}
.content-wrap .content-wrap-inner .flex-wrap .flex-box {
	width: auto;
	text-align: center;
}
.content-wrap .content-wrap-inner .sec-title01 {
	border-top: 2px solid #000;
	margin: 3rem auto 2.5rem;
	padding-top: 3rem;
	text-align: center;
}
.content-wrap .content-wrap-inner .sec-title01 em {
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 4.4rem;
	text-align: center;
	background-color: #fff;
	border: 2px solid #000;
	padding: 0 2.5rem;
	border-radius: 2.2rem;
}
.content-wrap .content-wrap-inner .sec-title02 {
	margin: 2.5rem auto 0.5rem;
	font-size: 2rem;
	font-weight: 900;
	text-align: center;
}
.content-wrap .content-wrap-inner .sec-title02 strong {
	padding: 0 0.75rem;
}
.content-wrap .content-wrap-inner .sec-title03 {
	margin: 0;
	font-size: 2rem;
	font-weight: 900;
	text-align: left;
}
.content-wrap .content-wrap-inner .emp1 {
	display: inline-block;
	margin: 0.5rem auto 1.5rem;
	padding: 0 2.5rem;
	border-radius: 1.7rem;
	background-color: #000;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 3.4rem;
}
.content-wrap .content-wrap-inner .emp1 em {
	font-size: 1.8rem;
}
.content-wrap .content-wrap-inner .emp2 {
	display: block;
	margin: 2.5rem auto 0;
	padding: 0 3.5rem;
	border-radius: 2.1rem;
	background-color: #000;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 4.2rem;
	text-align: center;
}
.content-wrap .content-wrap-inner .emp2 em {
	font-size: 2.2rem;
}
.content-wrap .content-wrap-inner .emp3 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.content-wrap .content-wrap-inner .emp3 em {
	display: inline-block;
	width: 4.2rem;
	height: 4.2rem;
	border: 2px solid #000;
	border-radius: 2.1rem;
	background-color: #fff;
	color: #000;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 3.5rem;
	letter-spacing: 0;
}
.content-wrap .content-wrap-inner .w50 {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.content-wrap .content-wrap-inner .w85 {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (min-width: 480px) {
	.content-wrap .content-wrap-inner {
		padding: 0 2.5vw 7.5vw;
	}
	.content-wrap .content-wrap-inner p {
		margin: 2rem 0;
		font-size: 1.8rem;
	}
	.content-wrap .content-wrap-inner .sec-title01 {
		margin: 3.5rem auto 2.5rem;
		padding-top: 3.5rem;
	}
	.content-wrap .content-wrap-inner .sec-title01 em {
		font-size: 2.2rem;
		line-height: 5rem;
		padding: 0 3.5rem;
		border-radius: 2.5rem;
	}
	.content-wrap .content-wrap-inner .sec-title02 {
		margin: 2.5rem auto 1.5rem;
		font-size: 2.6rem;
	}
	.content-wrap .content-wrap-inner .sec-title03 {
		font-size: 2.4rem;
	}
	.content-wrap .content-wrap-inner .emp1 {
		border-radius: 2rem;
		font-size: 1.6rem;
		line-height: 4rem;
	}
	.content-wrap .content-wrap-inner .emp1 em {
		font-size: 2.4rem;
	}
	.content-wrap .content-wrap-inner .emp2 {
		border-radius: 2.8rem;
		font-size: 1.8rem;
		line-height: 5.6rem;
	}
	.content-wrap .content-wrap-inner .emp2 em {
		font-size: 3rem;
	}
	.content-wrap .content-wrap-inner .emp3 em {
		width: 5rem;
		height: 5rem;
		border-radius: 2.5rem;
		font-size: 2.5rem;
		line-height: 4.5rem;
	}
}
@media only screen and (min-width: 1025px) {
	.content-wrap .content-wrap-inner {
		padding: 0 2rem 8.5rem;
		max-width: 1100px;
		margin: 0 auto;
	}
	.content-wrap .content-wrap-inner p {
		margin: 2.5rem 0;
	}
	.content-wrap .content-wrap-inner .sec-title01 {
		margin: 4.5rem auto 3.5rem;
		padding-top: 4.5rem;
	}
	.content-wrap .content-wrap-inner .sec-title01 em {
		font-size: 2.4rem;
		line-height: 5.4rem;
		padding: 0 4.5rem;
		border-radius: 2.7rem;
	}
	.content-wrap .content-wrap-inner .emp3 em {
		width: 5.6rem;
		height: 5.6rem;
		border-radius: 2.8rem;
		font-size: 2.8rem;
		line-height: 5rem;
	}

	a img {
		opacity: 1;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	a:hover img {
		opacity: 0.75;
	}
	a .image-zoom {
		display: block;
		overflow: hidden;
		width: 100%;
		height: auto;
	}
	a .image-zoom img {
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		overflow: hidden;
	}
	a:hover .image-zoom img{
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
}


/*--------------------------*/
/* ヘッダー */
/*--------------------------*/
.header {
	width: 100%;
	height: auto;
}
.header-inner {
	padding-top: 1.5rem;
	margin: 0 auto;
}
@media only screen and (min-width: 480px) {
	.header-inner {
		padding-top: 2rem;
	}
}
@media only screen and (min-width: 1025px) {
	.header-inner {
		padding-top: 2.5rem;
		max-width: 800px;
	}
}

/*--------------------------*/
/* ページTOPボタン */
/*--------------------------*/
#page-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 700;
}
#page-top a {
	position: relative;
	display: block;
	width: 42px;
	height: 42px;
	text-decoration: none;
	background-color: rgba(238, 132, 125, 0.85);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#page-top a::before{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: translateY(-30%) translateX(-50%) rotate(-45deg);
	transform: translateY(-30%) translateX(-50%) rotate(-45deg);
}
#page-top a:hover {
	text-decoration: none;
	opacity: .5;
}
@media only screen and (min-width: 480px) {
	#page-top a {
		width: 58px;
		height: 58px;
	}
	#page-top a::before{
		width: 16px;
		height: 16px;
	}
}
@media only screen and (min-width: 1025px) {

}

/*--------------------------*/
/* メインビジュアル */
/*--------------------------*/
#main {
	position: relative;
}
#main .main-title {
	width: 100%;
	max-width: 600px;
	margin: 2.5rem auto 1.5rem;
	text-align: center;
}
#main .lead {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}
#main strong {
	background-image: linear-gradient(transparent 50%, #fff100 50%);
}
@media only screen and (min-width: 480px) {
	#main .main-title {
		max-width: 480px;
	}
	#main .lead {
		font-size: 2rem;
	}
}
@media only screen and (min-width: 1025px) {
	#main .main-title {
		max-width: 580px;
	}
}


@media only screen and (min-width: 480px) {
	#sec01 .flex-wrap {
		display: flex;
		justify-content: space-between;
	}
	#sec01 .flex-wrap .flex-box {
		width: 47.5%;
		text-align: center;
	}
}

#sec02 .main-fig {
	width: 100%;
	margin: 0 auto;
}
#sec02 .flex-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3.5rem;
}
#sec02 .flex-wrap .flex-box {
	width: auto;
	text-align: center;
	padding: 0 0.5rem;
}
#sec02 p br {
	display: none;
}
#sec02 dl {
	margin: 0;
	padding: 0;
	text-align: left;
}
#sec02 dl dt {
	font-size: 1.5rem;
	font-weight: 700;
}
#sec02 dl dd {
	font-size: 1.4rem;
	font-weight: 400;
}
@media only screen and (min-width: 480px) {
	#sec02 .main-fig {
		max-width: 400px;
	}
	#sec02 p {
		font-size: 2rem;
		text-align: center;
	}
	#sec02 p br {
		display: block;
	}
	#sec02 dl dt {
		font-size: 1.8rem;
	}
	#sec02 dl dd {
		font-size: 1.6rem;
	}
}
@media only screen and (min-width: 1025px) {
	#sec02 .pc-flex-wrap {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: wrap;
		margin-top: 4rem;
	}
	#sec02 .pc-flex-wrap > section {
		margin: 0;
		padding: 0 0 3.5rem 0;
		width: 50%;
		max-width: 50%;
	}
	#sec02 .pc-flex-wrap section:nth-child(odd) {
		padding-right: 5%;
	}
	#sec02 .pc-flex-wrap section:nth-child(even) {
		padding-left: 5%;
		border-left: 1px solid #000;
	}
	#sec02 .pc-flex-wrap section:nth-child(n+3) {
		border-top: 1px solid #000;
		padding-top: 3.5rem;
	}
	#sec02 .flex-wrap {
		margin-top: 0;
	}
	#sec02 p {
		font-size: 1.6rem;
	}
	#sec02 dl dt {
		font-size: 1.6rem;
	}
	#sec02 dl dd {
		font-size: 1.5rem;
	}
}

#sec03 .flex-wrap {
	display: block;
	margin-top: 3.5rem;
}
#sec03 .flex-wrap .flex-box {
	text-align: center;
	padding: 0;
}
#sec03 .flex-wrap .flex-box .sec-title03 {
	margin: 0.75rem auto 1.5rem;
	font-size: 1.6rem;
	text-align: center;
}
#sec03 figure {
	margin-top: 2.5rem;
}
#sec03 .bdr-top {
	border-top: 2px solid #000;
	margin-top: 3rem;
	padding-top: 2rem;
}
@media only screen and (min-width: 480px) {
	#sec03 .flex-wrap {
		margin-top: 4.5rem;
	}
	#sec03 .flex-wrap .flex-box .sec-title03 {
		margin: 1rem auto 1.75rem;
		font-size: 2.2rem;
	}
	#sec03 figure {
		max-width: 500px;
		margin: 3.5rem auto 0;
	}
	#sec03 figure.w85 {
		max-width: 400px;
	}
	#sec03 .bdr-top {
		margin-top: 4rem;
		padding-top: 3rem;
	}
}
@media only screen and (min-width: 1025px) {
	#sec03 .pc-flex-wrap {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: wrap;
		margin-top: 4rem;
	}
	#sec03 .pc-flex-wrap > section {
		margin: 0;
		padding: 0 0 3.5rem 0;
		width: 50%;
		max-width: 50%;
	}
	#sec03 .pc-flex-wrap section:nth-child(odd) {
		padding-right: 5%;
	}
	#sec03 .pc-flex-wrap section:nth-child(even) {
		padding-left: 5%;
		border-left: 1px solid #000;
	}
	#sec03 .pc-flex-wrap section:nth-child(n+3) {
		border-top: 1px solid #000;
		padding-top: 3.5rem;
	}
	#sec03 .flex-wrap {
		margin-top: 0;
	}
	#sec03 .flex-wrap .flex-box .sec-title03 {
		font-size: 2rem;
	}
	#sec03 figure {
		max-width: auto;
	}
	#sec03 figure.w85 {
		max-width: 300px;
	}
}


#sec04 .sec-title01 em {
	background-color: #00a0e9;
	border: 2px solid #e4007f;
	color: #fff;
}
#sec04 dl dt {
	margin-top: 1.5rem;
	padding: 1rem 0 1rem 4rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
	background: url('../images/icon-q.png') no-repeat top 1.25rem left;
	background-size: 3rem 3rem;
}
#sec04 dl dd {
	padding: 1rem 0 2rem 4rem;
	font-size: 1.5rem;
	line-height: 1.5;
	border-bottom: 1px dashed #000;
	background: url('../images/icon-a.png') no-repeat top 1.25rem left;
	background-size: 3rem 3rem;
}
@media only screen and (min-width: 480px) {
	#sec04 dl dt {
		padding: 1.5rem 0 1.5rem 5.5rem;
		font-size: 2rem;
		background: url('../images/icon-q.png') no-repeat top 1.5rem left;
		background-size: 4rem 4rem;
	}
	#sec04 dl dd {
		padding: 1.5rem 0 3.5rem 5.5rem;
		font-size: 1.8rem;
		background: url('../images/icon-a.png') no-repeat top 1.5rem left;
		background-size: 4rem 4rem;
	}
}
@media only screen and (min-width: 1025px) {
	#sec04 dl {
		margin-left: auto;
		margin-right: auto;
		width: 720px;
	}
	#sec04 dl dt {
		font-size: 1.8rem;
	}
	#sec04 dl dd {
		font-size: 1.6rem;
	}
}

/*--------------------------*/
/* フッター */
/*--------------------------*/
#footer {
	background-color: #fff;
	border-top: 5px solid #ee847d;
	padding: 2.5rem 0 3.5rem;
}
#footer .share-title {
	text-align: center;
	margin-bottom: 1.5rem;
}
#footer .share-title em {
	display: inline-block;
	position: relative;
	font-size: 1.4rem;
	font-weight: 400;
	color: #ee847d;
	padding: 0 1.5rem;
}
#footer .share-title em::before {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: 0;
	width: 0;
	height: 25px;
	border-left: 2px solid #ee847d;
	transform: rotate(-25deg);
}
#footer .share-title em::after {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	right: 0;
	width: 0;
	height: 25px;
	border-left: 2px solid #ee847d;
	transform: rotate(25deg);
}
#footer .footer-sns-nav {
	display: flex;
	justify-content: center;
}
#footer .footer-sns-nav > li {
	width: 4.0rem;
	margin: 0 1rem;
}
#footer h2 {
	width: 35vw;
	max-width: 200px;
	margin: 3.5rem auto 1.5rem;
}
#footer .copy {
	text-align: center;
	font-size: 1.2rem;
	font-family: 'Barlow Semi Condensed', sans-serif;
}
@media only screen and (min-width: 480px) {
	#footer {
		padding: 3rem 0 4rem;
	}
	#footer .share-title {
		margin-bottom: 2rem;
	}
	#footer .share-title em {
		font-size: 1.5rem;
		padding: 0 2rem;
	}
	#footer .copy {
		font-size: 1.3rem;
	}
}
@media only screen and (min-width: 1025px) {
	#footer .share-title {
		margin-bottom: 2.5rem;
	}
	#footer .footer-sns-nav > li {
		width: 4.5rem;
		margin: 0 1.5rem;
	}
}

/*--------------------------*/
/* ローディング */
/*--------------------------*/
#loading {
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	background-color: #004a93;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.loader {
	position: absolute;
	color: #4392e0;
	font-size: 14px;
	top: 50%;
	left: 50%;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	text-indent: -9999em;
	-webkit-animation: load4 1.3s infinite linear;
	animation: load4 1.3s infinite linear;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.loader::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	display: block;
	width: 160px;
	height: 24px;
	background: url('../images/loading-logo.png') no-repeat center center;
	background-size: cover;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
@-webkit-keyframes load4 {
	0%,
	100% {
		box-shadow: 0 -4.5em 0 0.3em, 3em -3em 0 0em, 4.5em 0 0 -1.5em, 3em 3em 0 -1.5em, 0 4.5em 0 -1.5em, -3em 3em 0 -1.5em, -4.5em 0 0 -1.5em, -3em -3em 0 0;
	}
	12.5% {
		box-shadow: 0 -4.5em 0 0, 3em -3em 0 0.3em, 4.5em 0 0 0, 3em 3em 0 -1.5em, 0 4.5em 0 -1.5em, -3em 3em 0 -1.5em, -4.5em 0 0 -1.5em, -3em -3em 0 -1.5em;
	}
	25% {
		box-shadow: 0 -4.5em 0 -0.5em, 3em -3em 0 0, 4.5em 0 0 0.3em, 3em 3em 0 0, 0 4.5em 0 -1.5em, -3em 3em 0 -1.5em, -4.5em 0 0 -1.5em, -3em -3em 0 -1.5em;
	}
	37.5% {
		box-shadow: 0 -4.5em 0 -1.5em, 3em -3em 0 -1.5em, 4.5em 0em 0 0, 3em 3em 0 0.3em, 0 4.5em 0 0em, -3em 3em 0 -1.5em, -4.5em 0em 0 -1.5em, -3em -3em 0 -1.5em;
	}
	50% {
		box-shadow: 0 -4.5em 0 -1.5em, 3em -3em 0 -1.5em, 4.5em 0 0 -1.5em, 3em 3em 0 0em, 0 4.5em 0 0.3em, -3em 3em 0 0, -4.5em 0em 0 -1.5em, -3em -3em 0 -1.5em;
	}
	62.5% {
		box-shadow: 0 -4.5em 0 -1.5em, 3em -3em 0 -1.5em, 4.5em 0 0 -1.5em, 3em 3em 0 -1.5em, 0 4.5em 0 0, -3em 3em 0 0.3em, -4.5em 0 0 0, -3em -3em 0 -1.5em;
	}
	75% {
		box-shadow: 0em -4.5em 0 -1.5em, 3em -3em 0 -1.5em, 4.5em 0em 0 -1.5em, 3em 3em 0 -1.5em, 0 4.5em 0 -1.5em, -3em 3em 0 0, -4.5em 0em 0 0.3em, -3em -3em 0 0;
	}
	87.5% {
		box-shadow: 0em -4.5em 0 0, 3em -3em 0 -1.5em, 4.5em 0 0 -1.5em, 3em 3em 0 -1.5em, 0 4.5em 0 -1.5em, -3em 3em 0 0, -4.5em 0em 0 0, -3em -3em 0 0.3em;
	}
}
@keyframes load4 {
	0%,
	100% {
		box-shadow: 0 -4.5em 0 0.3em, 3em -3em 0 0em, 4.5em 0 0 -1.5em, 3em 3em 0 -1.5em, 0 4.5em 0 -1.5em, -3em 3em 0 -1.5em, -4.5em 0 0 -1.5em, -3em -3em 0 0;
	}
	12.5% {
		box-shadow: 0 -4.5em 0 0, 3em -3em 0 0.3em, 4.5em 0 0 0, 3em 3em 0 -1.5em, 0 4.5em 0 -1.5em, -3em 3em 0 -1.5em, -4.5em 0 0 -1.5em, -3em -3em 0 -1.5em;
	}
	25% {
		box-shadow: 0 -4.5em 0 -0.5em, 3em -3em 0 0, 4.5em 0 0 0.3em, 3em 3em 0 0, 0 4.5em 0 -1.5em, -3em 3em 0 -1.5em, -4.5em 0 0 -1.5em, -3em -3em 0 -1.5em;
	}
	37.5% {
		box-shadow: 0 -4.5em 0 -1.5em, 3em -3em 0 -1.5em, 4.5em 0em 0 0, 3em 3em 0 0.3em, 0 4.5em 0 0em, -3em 3em 0 -1.5em, -4.5em 0em 0 -1.5em, -3em -3em 0 -1.5em;
	}
	50% {
		box-shadow: 0 -4.5em 0 -1.5em, 3em -3em 0 -1.5em, 4.5em 0 0 -1.5em, 3em 3em 0 0em, 0 4.5em 0 0.3em, -3em 3em 0 0, -4.5em 0em 0 -1.5em, -3em -3em 0 -1.5em;
	}
	62.5% {
		box-shadow: 0 -4.5em 0 -1.5em, 3em -3em 0 -1.5em, 4.5em 0 0 -1.5em, 3em 3em 0 -1.5em, 0 4.5em 0 0, -3em 3em 0 0.3em, -4.5em 0 0 0, -3em -3em 0 -1.5em;
	}
	75% {
		box-shadow: 0em -4.5em 0 -1.5em, 3em -3em 0 -1.5em, 4.5em 0em 0 -1.5em, 3em 3em 0 -1.5em, 0 4.5em 0 -1.5em, -3em 3em 0 0, -4.5em 0em 0 0.3em, -3em -3em 0 0;
	}
	87.5% {
		box-shadow: 0em -4.5em 0 0, 3em -3em 0 -1.5em, 4.5em 0 0 -1.5em, 3em 3em 0 -1.5em, 0 4.5em 0 -1.5em, -3em 3em 0 0, -4.5em 0em 0 0, -3em -3em 0 0.3em;
	}
}
