@charset "utf-8";
/* common.css */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

* {
	
}

a {
	text-decoration: none;
}



p,span,li,dt,dd {
	line-height: 1.8;
}


.slider {
    visibility: initial;
    opacity: 1;
    position: initial;
}

/*-----------------------------------------------------

共通

-----------------------------------------------------*/

html {
  font-size: 10px;
	color: #707070;
}

body {
	background: #EFA4B3;
}

#wrapper {
	padding: 110px 0 80px;
	letter-spacing: initial;
	font-family: "Zen Maru Gothic", 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #707070;
}

#wrapper a:hover {
	text-decoration: underline;
}

main {
    display: block;
    padding-bottom: 0;
}

.pcview {}
.spview {
    display: none !important; 
}

.alC {
	text-align: center!important;
}


/*-----------------------------------------------------

mainvisual

-----------------------------------------------------*/

#mainvisual {
	width: 1191px;
	margin: 0 auto 85px;
}


/*-----------------------------------------------------

sec01

-----------------------------------------------------*/

#sec01 {
	width: 880px;
	background: #2EB6EE;
	border: 6px solid #02A3E2;
	border-radius: 40px;
	padding: 25px;
	box-sizing: border-box;
	margin: 0 auto 80px;
}

#sec01 h2 {
	margin-bottom: 40px;
}

#sec01 .box01 {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

#sec01 .box01 img:first-child {
	margin-bottom: 10px;
}


/*-----------------------------------------------------

sec02

-----------------------------------------------------*/

#sec02 {
	width: 680px;
	height: 315px;
	background: #fff;
	border: 6px solid #02A3E2;
	border-radius: 40px;
	padding: 25px;
	box-sizing: border-box;
	margin: 0 auto 105px;
	position: relative;
}

#sec02 h2 {
	position: absolute;
	top: -32px;
	left: 0;
	width: 100%;
	text-align: center;
}

#sec02 div {
	position: absolute;
	top: 30px;
	left: -25px;
}


/*-----------------------------------------------------

sec03

-----------------------------------------------------*/

#sec03 {
	width: 880px;
	background: #2EB6EE;
	border: 3px solid #02A3E2;
	border-radius: 40px;
	padding: 60px 25px 40px;
	box-sizing: border-box;
	margin: 0 auto 105px;
	position: relative;
}

#sec03 h2 {
	position: absolute;
	top: -26px;
	left: 0;
	width: 100%;
	text-align: center;
}

#sec03 ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px 0;
}

#sec03 .step01 {
	width: 254px;
	height: 438px;
	background: url("../images/sec03_bg01.png") no-repeat;
	box-sizing: border-box;
	padding: 110px 20px 0;
}

#sec03 .step01 p:first-child,
#sec03 .step02 p:first-child,
#sec03 .step03 p:first-child {
	text-align: center;
}

#sec03 .step01 p:last-child {
	margin-top: 15px;
	font-size: 1.4rem;
	line-height: 1.3;
}

#sec03 .step02 {
	width: 254px;
	height: 438px;
	background: url("../images/sec03_bg02.png") no-repeat;
	box-sizing: border-box;
	padding: 110px 20px 0;
}

#sec03 .step02 p:last-child {
	margin-top: 25px;
	font-size: 1.4rem;
	line-height: 1.3;
}

#sec03 .step03 {
	width: 254px;
	height: 438px;
	background: url("../images/sec03_bg03.png") no-repeat;
	box-sizing: border-box;
	padding: 110px 0 0 0;
}

#sec03 .step03 a {
	display: block;
	width: 226px;
	height: 50px;
	margin: 30px auto 0;
	background: url("../images/sec03_btn01.png") no-repeat;
	overflow: hidden;
	text-indent: -999em;
}

#sec03 .step03 a:hover {
	background: url("../images/sec03_btn01_on.png") no-repeat;
}

#sec03 .step04 {
	width: 587px;
	margin: 0 auto;
}

#sec03 dl {
	width: 100%;
	margin: 0 auto 40px;
	padding: 25px 60px;
	background: #fff;
	border: 3px solid #02A3E2;
	border-radius: 62px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}

#sec03 dl span {
	display: block;
	text-indent: -1em;
	margin-left: 1em;
	font-size: 1.2rem;
	line-height: 1.6;
}

#sec03 .btn01 {
	text-align: center;
}

#sec03 .btn01 a {
	display: inline-block;
	width: 324px;
	height: 75px;
	background: url("../images/sec03_btn02.png") no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

#sec03 .btn01 a:hover {
	background: url("../images/sec03_btn02_on.png") no-repeat;
}

/*-----------------------------------------------------

sec04

-----------------------------------------------------*/

#sec04 {
	width: 880px;
	background: #fff;
	border: 3px solid #E56A88;
	border-radius: 40px;
	padding: 80px 40px 40px 60px;
	box-sizing: border-box;
	margin: 0 auto 105px;
	position: relative;
}

#sec04 h2 {
	position: absolute;
	top: -26px;
	left: 0;
	width: 100%;
	text-align: center;
}

#sec04 h3 {
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 5px;
}

#sec04 p {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-bottom: 20px;
}


/*-----------------------------------------------------

sec05

-----------------------------------------------------*/

#sec05 {
	width: 880px;
	background: #fff;
	border: 3px solid #02A3E2;
	border-radius: 40px;
	padding: 60px 0;
	box-sizing: border-box;
	margin: 0 auto 80px;
	position: relative;
}

#sec05 h2 {
	position: absolute;
	top: -26px;
	left: 0;
	width: 100%;
	text-align: center;
}

#sec05 .box01 {
	width: 765px;
	height: 295px;
	overflow-y: scroll;
	margin: 0 auto 0 80px;
	padding-right: 40px;
	box-sizing: border-box;
}

#sec05 .box01 p {
	margin-bottom: 1.5em;
	font-size: 1.4rem;
	line-height: 1.4;
}


/*-----------------------------------------------------

sec06

-----------------------------------------------------*/

#sec06 {
	width: 680px;
	margin: 0 auto 100px;
	position: relative;
	z-index: 1;
}

#sec06 h2 {
	text-align: center;
	margin-bottom: 20px;
}

#sec06 .btn01 {
	text-align: center;
	margin-top: 50px;
}

#sec06 .btn01 a {
	display: inline-block;
	width: 324px;
	height: 75px;
	background: url("../images/sec06_btn01.png") no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

#sec06 .btn01 a:hover {
	background: url("../images/sec06_btn01_on.png") no-repeat;
}

#sec06 dl {
	margin-bottom: 20px;
}

#sec06 dt {
	background: #E56A88;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 4px;
	border-radius: 30px 30px 5px 5px;
	padding: 10px 0;
	box-sizing: border-box;
	border: 2px solid #E56A88;
}

#sec06 dt span:first-child {
	padding: 0 0 0 30px;
}

#sec06 dt span:first-child img {
	width: 24px;
}

#sec06 dt strong {
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	width: 530px;
	border-left: 1px solid #fff;
	padding-left: 20px;
	box-sizing: border-box;
}

#sec06 dt span:last-child {
	padding: 0 23px 0 0;
}

#sec06 dt span:last-child img {
	cursor: pointer;
}

#sec06 dd {
	background: #fff;
	border-radius: 5px 5px 30px 30px;
	border: 2px solid #E56A88;
	padding: 15px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

#sec06 dd span:first-child {
	padding: 0 0 0 30px;
}

#sec06 dd strong {
	font-size: 1.4rem;
	line-height: 1.8;
	font-weight: normal;
	width: 530px;
	border-left: 1px solid #E56A88;
	padding-left: 20px;
	box-sizing: border-box;
}

#sec06 dd span:last-child {
	padding: 0 23px 0 0;
}

#sec06 dd span:last-child img {
	cursor: pointer;
}

#sec06 dd a {
	text-decoration: underline;
}

/* フッターがトグルに隠れないようにする */
.footer,
#footer {
	position: relative;
	z-index: 10;
	background: #EFA4B3;
}

#wrapper {
	position: relative;
	z-index: 1;
}


@media screen and (max-width: 767px) {
html {
  font-size: 10px;
}

img {
	max-width: 100%;
}

#wrapper {
	padding: 5vw 0;
}

.pcview {
	display: none !important;
}
.spview {
  display: inherit!important; 
}

.fade-up {
	opacity: 1;
	transform: translateY(0);
	will-change: transform, opacity;
}

/*-----------------------------------------------------

mainvisual

-----------------------------------------------------*/

#mainvisual {
	width: 100%;
	margin: 0 auto 10.43vw;
}


/*-----------------------------------------------------

sec01

-----------------------------------------------------*/

#sec01 {
	width: 89.57vw;
	background: #2EB6EE;
	border: 6px solid #02A3E2;
	border-radius: 5.22vw;
	padding: 7.82vw 5.22vw 11.73vw;
	box-sizing: border-box;
	margin: 0 auto 18.25vw;
}

#sec01 h2 {
	margin-bottom: 5.22vw;
}

#sec01 .box01 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	flex-wrap: wrap;
}

#sec01 .box01 img:first-child {
	margin-bottom: 0;
}

#sec01 .box01 picture:nth-child(1) {
	order: 3;
	width: 68.84vw;
}

#sec01 .box01 picture:nth-child(2) {
	order: 1;
	margin-bottom: 1.5vw;
	width: 61.28vw;
}

#sec01 .box01 picture:nth-child(3) {
	order: 2;
	margin-bottom: 5.22vw;
	width: 61.28vw;
}


/*-----------------------------------------------------

sec02

-----------------------------------------------------*/

#sec02 {
	width: 89.57vw;
	height: auto;
	background: #fff;
	border: 4px solid #02A3E2;
	border-radius: 5.22vw;
	padding: 10.43vw 0 5.22vw;
	box-sizing: border-box;
	margin: 0 auto 20.86vw;
	position: relative;
}

#sec02 h2 {
	position: absolute;
	top: -5.22vw;
	left: 50%;
	width: 79.14vw;
	text-align: center;
	margin-left: -39.57vw;
}

#sec02 div {
	width: 68.84vw;
	margin: 0 auto;
	position: static;
}


/*-----------------------------------------------------

sec03

-----------------------------------------------------*/

#sec03 {
	width: 89.57vw;
	border: 3px solid #02A3E2;
	border-radius: 5.22vw;
	padding: 10.43vw 0 5.22vw;
	box-sizing: border-box;
	margin: 0 auto 20.86vw;
	position: relative;
}

#sec03 h2 {
	position: absolute;
	top: -5.22vw;
	left: 50%;
	width: 79.14vw;
	text-align: center;
	margin-left: -39.57vw;
}

#sec03 ul {
	display: block;
	width: 59.2vw;
	margin: 0 auto;
}

#sec03 ul li {
	width: 100%;
	overflow: hidden;
}

#sec03 .step01 {
	width: 59.2vw !important;
	height: 88.66vw;
	background: url("../images/sp_sec03_bg01.png") no-repeat;
	background-size: 100% auto;
	box-sizing: border-box;
	padding: 22.82vw 4vw 0;
}

#sec03 .step01 img {
	width: 37.16vw;
	margin: 0 auto;
}

#sec03 .step01 p:first-child,
#sec03 .step02 p:first-child,
#sec03 .step03 p:first-child {
	text-align: center;
}

#sec03 .step01 p:last-child {
	margin-top: 4vw;
	font-size: 1.0rem;
	line-height: 1.3;
}

#sec03 .step02 {
	width: 59.2vw !important;
	height: 88.66vw;
	background: url("../images/sp_sec03_bg02.png") no-repeat;
	background-size: 100% auto;
	box-sizing: border-box;
	padding: 22.82vw 4vw 0;
}

#sec03 .step02 img {
	width: 38.46vw;
	margin: 0 auto;
}

#sec03 .step02 p:last-child {
	margin-top: 4vw;
	font-size: 1.0rem;
	line-height: 1.3;
}

#sec03 .step03 {
	width: 59.2vw !important;
	height: 88.66vw;
	background: url("../images/sp_sec03_bg03.png") no-repeat;
	background-size: 100% auto;
	box-sizing: border-box;
	padding: 22.82vw 0 0;
}

#sec03 .step03 img {
	width: 32.99vw;
	margin: 0 auto;
}

#sec03 .step03 a {
	display: block;
	width: 48.63vw;
	margin: 2.22vw auto 0;
	background: url("../images/sec03_btn01.png") no-repeat;
	background-size: 100% auto;
}

#sec03 .step03 a:hover {
	background: url("../images/sec03_btn01_on.png") no-repeat;
	background-size: 100% auto;
}

#sec03 .step03 a img {
	width: 100%;
}

#sec03 .step04 {
	width: 59.2vw !important;
	padding-top: 13.43vw;
	margin: 0;
}

#sec03 dl {
	width: 100%;
	height: 75.23vw;
	margin: 0;
	padding: 6vw 4vw 0;
	background: #fff;
	border: 2px solid #02A3E2;
	border-radius: 7.82vw;
	display: block;
	box-sizing: border-box;
}

#sec03 dl img {
	width: 32.86vw;
	margin: 0 auto 4vw;
	display: block;
}


#sec03 dl span {
	display: block;
	text-indent: -1em;
	margin-left: 1em;
	font-size: 1.0rem;
	line-height: 1.4;
}

#sec03 .btn01 {
	width: 59.06vw;
	text-align: center;
	margin: 5.22vw auto 0;
}

#sec03 .btn01 a {
	display: inline-block;
	width: 100%;
	height: 13.69vw;
	background: url("../images/sec03_btn02.png") no-repeat;
	background-size: 100% auto;
	text-indent: -999em;
	overflow: hidden;
}

#sec03 .btn01 a:hover {
	background: url("../images/sec03_btn02_on.png") no-repeat;
	background-size: 100% auto;
}

.slick-next {
	width: 9.91vw;
	height: 9.91vw;
	background: url("../images/sp_sec03_icon_arrow01.png") no-repeat;
	background-size: cover;
}

.slick-next::before {
	display: none;
}

.slick-next:hover, .slick-next:focus {
	background: url("../images/sp_sec03_icon_arrow01.png") no-repeat;
	background-size: cover;
}

.slick-prev {
	width: 9.91vw;
	height: 9.91vw;
	background: url("../images/sp_sec03_icon_arrow02.png") no-repeat;
	background-size: cover;
	z-index: 1000;
}

.slick-prev::before {
	display: none;
}

.slick-prev:hover, .slick-prev:focus {
	background: url("../images/sp_sec03_icon_arrow02.png") no-repeat;
	background-size: cover;
}

p.alC img {
	width: 74.58vw;
	margin-top: 5.21vw;
}


/*-----------------------------------------------------

sec04

-----------------------------------------------------*/

#sec04 {
	width: 89.57vw;
	border-radius: 5.22vw;
	padding: 10.43vw 5.22vw 5.22vw;
	box-sizing: border-box;
	margin: 0 auto 20.86vw;
	border: 3px solid #E56A88;
	position: relative;
}

#sec04 h2 {
	position: absolute;
	top: -5.22vw;
	left: 50%;
	width: 79.14vw;
	text-align: center;
	margin-left: -39.57vw;
}

#sec04 h3 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 1.5vw;
}

#sec04 p {
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 4vw;
}



/*-----------------------------------------------------

sec05

-----------------------------------------------------*/

#sec05 {
	width: 89.57vw;
	border-radius: 5.22vw;
	padding: 11.73vw 5.22vw 7.82vw;
	box-sizing: border-box;
	margin: 0 auto 20.86vw;
	border: 3px solid #02A3E2;
	position: relative;
}

#sec05 h2 {
	position: absolute;
	top: -5.22vw;
	left: 50%;
	width: 79.14vw;
	text-align: center;
	margin-left: -39.57vw;
}

#sec05 .box01 {
	width: 100%;
	height: 105vw;
	overflow-y: scroll;
	margin: 0 auto;
	padding-right: 6.47vw;
	box-sizing: border-box;
}

#sec05 .box01 p {
	margin-bottom: 1.5em;
	font-size: 1.3rem;
	line-height: 1.4;
}


/*-----------------------------------------------------

sec06

-----------------------------------------------------*/

#sec06 {
	width: 89.57vw;
	margin: 0 auto;
}

#sec06 h2 {
	width: 79.14vw;
	text-align: center;
	margin: 0 auto 3.91vw;
}

#sec06 .btn01 {
	text-align: center;
	margin: 5.22vw auto 0;
	width: 59.061vw;
}

#sec06 .btn01 a {
	display: inline-block;
	width: 100%;
	height: 13.69vw;
	background: url("../images/sec06_btn01.png") no-repeat;
	background-size: 100% auto;
	text-indent: -999em;
	overflow: hidden;
}

#sec06 .btn01 a:hover {
	background: url("../images/sec06_btn01_on.png") no-repeat;
	background-size: 100% auto;
}

#sec06 dl {
	margin-bottom: 3.91vw;
}

#sec06 dt {
	background: #E56A88;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 3px;
	border-radius: 3.91vw 3.91vw 0.65vw 0.65vw;
	padding: 1.4vw 0;
	box-sizing: border-box;
}

#sec06 dt span:first-child {
	padding: 0 0 0 3.65vw;
	
}

#sec06 dt span:first-child img {
	width: 3.13vw;
}

#sec06 dt strong {
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: bold;
	width: 69.88vw;
	border-left: 1px solid #fff;
	padding-left: 3.65vw;
}

#sec06 dt span:last-child {
	padding: 0 3.13vw 0 0;
	cursor: pointer;
}

#sec06 dt span:last-child img {
	width: 3.13vw;
}

#sec06 dd {
	background: #fff;
	border-radius: 0.65vw 0.65vw 3.91vw 3.91vw;
	border: 2px solid #E56A88;
	padding: 1.956vw 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#sec06 dd span:first-child {
	padding: 0 0 0 3.00vw;
}

#sec06 dd span:first-child img {
	width: 3.13vw;
}

#sec06 dd strong {
	font-size: 1.3rem;
	line-height: 1.6;
	font-weight: normal;
	width: 69.88vw;
	border-left: 1px solid #E56A88;
	padding-left: 3.65vw;
	box-sizing: border-box;
}

#sec06 dd span:last-child {
	padding: 0 3.13vw 0 0;
	cursor: pointer;
}

#sec06 dd span:last-child img {
	width: 3.13vw;
}



}
