@charset "utf-8";

/* common
-------------------------------------------------------*/
#wrapper {
	overflow: hidden;
}
.sp {
	display: none;
}
.area {
	padding: 70px 30px;
	box-sizing: border-box;
}
.inner {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	box-sizing: border-box;
}
.pink {
	color: #EA737C;
}
.blue {
	color: #4B8ABC;
}
.bg_pink {
	background: #FFEEEF;
}
.bg_pink02 {
	background: #fff5f4;
}
.bg_blue {
	background: #F2F9FD;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.area {
		padding: 30px 20px;
	}
	.inner {
		max-width: 100%;
	}
}


/* header
-------------------------------------------------------*/
#header {
	box-sizing: border-box;
	background: #fff;
	padding: 15px 30px;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	position: relative;
}
#header .inner {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	max-width: 100%;
}
#header .logo img {
    max-width: 216px;
}
#header .btn a {
	color: #EA737C;
	font-weight: 700;
	width: 215px;
	border: 2px solid #EA737C;
	border-radius: 100px;
	text-align: center;
	display: block;
	box-sizing: border-box;
	padding: 14px 0;
	line-height: 1;
}
#header .btn span {
	position: relative;
	padding-left: 20px;
}
#header .btn span::before {
	position: absolute;
	display: block;
	content: "";
	background: url(../img/arrow01.png)no-repeat left center/8px 14px;
	width: 8px;
	height: 14px;
	left: 0px;
	top: 50%;
	transform: translate(0,-50%);
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	#header {
		padding: 10px;
		position: inherit;
	}
	#header .logo img {
		max-width: 150px;
	}
	#header .btn a {
		width: 170px;
		padding: 7px 0;
		font-size: 1.3rem;
	}
	#header .btn span {
		padding-left: 15px;
	}
	#header .btn span::before {
		background: url(../img/arrow01.png)no-repeat left center/5px 9px;
		width: 5px;
		height: 9px;
	}
}


/* visual
-------------------------------------------------------*/
#visual {
	padding: 40px 30px 20px;
	box-sizing: border-box;
	background: url(../img/visual_bg.png)no-repeat center/cover;
	margin-top: -2px;
}
#visual .in {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 40px;
}
#visual .txt_box {
	text-align: center;
	width: 70%;
}
#visual .ttl {
	margin-bottom: 40px;
	font-size: 3.7rem;
	font-weight: 700;
	text-align: left;
	line-height: 1.4;
}
#visual .ttl span {
	display: block;
	font-size: 3rem;
}
#visual .img {
	width: 30%;
	margin-right: 40px;
}
#visual .img img {
	max-width: 302px;
}
#visual .logo {
	margin-bottom: 50px;
}
#visual .logo img {
	max-width: 508px;
}
#visual .caution {
	font-size: 1.2rem;
}
.info_box {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
}
.info_box.sp {
	display: none;
}
.info_box>p {
	margin-right: 20px;
}
.info_box .img01 img {
	max-width: 169px;
}
.info_box .img02 a {
	display: block;
	cursor:default;
	pointer-events: none;


}
.info_box .img02 img {
	max-width: 164px;
}
.info_box .img03 img {
	max-width: 125px;
}
.info_box .img04 {
	margin-right: 0;
}
.info_box .img04 img {
	max-width: 248px;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	#visual .ttl span {
		font-size: 2.8rem;
	}
	#visual .ttl {
		margin-bottom: 20px;
		font-size: 3.6rem;
	}
	#visual .logo {
		margin-bottom: 30px;
	}
}
@media screen and (max-width:768px) {
	#visual {
		padding: 20px 20px 20px;
		background: url(../img/visual_bg_sp.png)no-repeat center/cover;
	}
	#visual .in {
		margin-bottom: 20px;
		display: block;
	}
	#visual .txt_box {
		width: 100%;
	}
	#visual .ttl {
		margin-bottom: 10px;
		font-size: 3rem;
		text-align: center;
	}
	#visual .ttl span {
		font-size: 1.3rem;
	}
	#visual .img {
		/* width: 30%;
		margin-right: 10px; */
		display: none;
	}
	#visual .mv-sp {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: space-between;
	}
	#visual .appimg {
		width: 60%;
		margin-right: 10px;
	}
	#visual .logo {
		margin-bottom: 0;
	}
	#visual .caution {
		font-size: 1rem;
	}
	#visual .info_box {
		display: none;
	}
	.info_box.sp {
		display: block!important;
		position: relative;
        width: 100%;
		margin: 24px auto;
	}
	.info_box>p {
		margin: 0;
	}
	#visual .img04 {
		margin-bottom: 10px;
		text-align: center;
	}
	#visual .img04 img {
		max-width: 60%;
	}


	.sp_free_img {
		width: 25%;
		position: absolute;
		right: 0;
		top: -40px;
	}
	.sp_ins_btn {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 20px;
		margin-top: 30px;
		/*margin-bottom: 20px;*/
	}

	.sp_ins_btn02 {
		width: 100%;
		margin-bottom: 20px;
	}

	.store_btn {
		display: flex;
		justify-content: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.store_btn a {
		width: 35%;
		margin-left: 10px;
		margin-right: 10px;
	}

	.img_search_sp {
		margin-left: 16px;
	}

	
}

/* ttl
-------------------------------------------------------*/
.ttl01 {
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.8;
	margin-bottom: 30px;
}
.ttl02 {
	text-align: center;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.8;
	margin-bottom: 50px;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	.ttl01 {
		font-size: 1.8rem;
		margin-bottom: 30px;
		line-height: 1.6;
	}
	.ttl02 {
		font-size: 2rem;
		line-height: 1.6;
		margin-bottom: 30px;
	}
}

/* banner
-------------------------------------------------------*/
.banner {
	text-align: center;
}
.banner.area {
	padding: 60px 30px;
}
.banner .ttl {
	font-size: 2.6rem;
	font-weight: 700;
	margin-bottom: 30px;
}
.banner .img {
	margin-bottom: 30px;
}
.banner .img img {
	max-width: 745px;
}
.banner .info_box {
	max-width: 600px;
	margin: 0 auto 20px;
}
.banner .caution {
	font-size: 1.2rem;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	.banner.area {
		padding: 30px 20px;
	}
	.banner .ttl {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	.banner .img {
		margin-bottom: 0px;
	}
	.banner .info_box {
		margin: 0 auto 10px;
		justify-content: center;
	}
	.banner .caution {
		font-size: 1rem;
	}
	.banner .img04 {
		margin: 24px auto;
	}
	/* .banner .img04 img {
		max-width: 60%;
	} */
}



/* area01
-------------------------------------------------------*/
.area01 .ttl01.blue {
	letter-spacing: 0.05em;
}
.area01 .video {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 60px;
}
.area01 .video iframe {
	max-width: 100%;
	height: 443px;
}
.area01 .img {
	text-align: center;
}
.area01 .img img {
	max-width: 926px;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	.area01 .video {
		margin: 0 auto 40px;
	}
	.area01 .video iframe {
		height: 200px;
	}
}


/* area02
-------------------------------------------------------*/
.intro_list {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: center;
}
.intro_list li {
	background: #fff;
	width: 48%;
	border-radius: 20px;
	padding: 30px;
	box-sizing: border-box;
}
.intro_list li:nth-child(2n) {
	margin-left: 4%;
}
.intro_list li:not(:last-child) {
	margin-bottom: 60px;
}
.intro_list li .in {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.intro_list li .cycle {
	width: 216px;
	background: #EA737C;
	color: #fff;
	border-radius: 30px;
	box-sizing: border-box;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
	padding: 0 0 8px;
	margin: -55px auto 20px;
}
.intro_list li .cycle span {
	font-size: 3.4rem;
	padding-left: 5px;
}
.intro_list li .img {
	width: 40%;
	margin-right: 30px;
}
.intro_list li .txt_box {
	width: 60%;
}
.intro_list li .ttl {
	font-size: 2.6rem;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 15px;
}
.intro_list li .txt {
	margin-bottom: 20px;
	font-size: 110%;
}
.intro_list li .txt span {
	margin-bottom: 10px;
	display: inline-block;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	.intro_list li .img {
		width: 35%;
		margin-right: 20px;
	}
	.intro_list li .txt_box {
		width: 65%;
	}
}
@media screen and (max-width:768px) {
	.intro_list {
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	.intro_list li {
		width: 100%;
		padding: 20px;
	}
	.intro_list li:nth-child(2n) {
		margin-left: 0;
	}
	.intro_list li:not(:last-child) {
		margin-bottom: 50px;
	}
	.intro_list li .cycle {
		width: 216px;
		border-radius: 30px;
		font-size: 1.8rem;
		padding: 2px 0 7px;
		margin: -40px auto 20px;
	}
	.intro_list li .cycle span {
		font-size: 3rem;
	}
	.intro_list li .img {
		width: 30%;
		margin-right: 20px;
	}
	.intro_list li .txt_box {
		width: 70%;
	}
	.intro_list li .ttl {
		font-size: 1.8rem;
	}
	.intro_list li .txt {
		margin-bottom: 20px;
	}
	.area02 .ttl02 {
		margin-bottom: 40px;
	}
}


/* area03
-------------------------------------------------------*/
.how_list {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
}
.how_list li {
	width: 30%;
	margin-bottom: 50px;
}
.how_list li:not(:nth-child(3n)) {
	margin-right: 5%;
}
.how_list li .step {
	text-align: center;
	margin-bottom: 20px;
}
.how_list li .step span {
	width: 105px;
	background: #EA737C;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	border-radius: 20px;
	font-size: 2.2rem;
	display: inline-block;
}
.how_list li .img {
	text-align: center;
	margin-bottom: 10px;
}
.how_list li .img img {
	max-width: 367px;
}
.how_list li .ttl {
	text-align: center;
	font-weight: 700;
	font-size: 2.4rem;
	margin-bottom: 10px;
}
.how_list li .txt {
	line-height: 1.8;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	.how_list li .ttl {
		font-size: 2.2rem;
	}
}
@media screen and (max-width:768px) {
	.how_list {
		display: flex;
		flex-flow: column;
		align-items: center;
	}
	.how_list li {
		width: 100%;
		margin-bottom: 40px;
	}
	.how_list li:not(:nth-child(3n)) {
		margin-right: 0;
	}
	.how_list li .step span {
		font-size: 2rem;
	}
	.how_list li .img img {
		max-width: 80%;
	}
	.how_list li .ttl {
		font-size: 1.8rem;
	}
	.how_list li .txt {
		line-height: 1.8;
	}
	
}

/* area05 (q&a)
-------------------------------------------------------*/
.qa dl {
	background: #fff;
	padding: 20px;
	border-radius: 15px;
}
.qa dl:not(:last-child) {
    margin: 0 0 20px;
}
.qa dt {
    font-weight: 700;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
	transition: .3s;
	font-size: 2.2rem;
}
.qa dl dt span.icon {
    display: block;
    background: url("../img/qa01.png")no-repeat left/40px 40px;
    min-width: 40px;
    height: 40px;
    margin: 0 20px 0 0;
}
.qa dl dd {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    margin: 20px 0 0;
}
.qa dl dd p {
	padding: 5px 0 0;
}
.qa dl dd span.icon {
    display: block;
    background: url("../img/qa02.png")no-repeat left/40px 40px;
    min-width: 40px;
    height: 40px;
    margin: 0 20px 0 0;
}
.aco_btn {
	position: relative;
	cursor: pointer;
}
.aco_btn .btn {
    position: absolute;
    background: url(../img/qa_arrow.png)no-repeat right top/23px 16px;
	width: 23px;
	height: 16px;
	right: 0;
	top: 15px;
	transition: 0.3s;
}
.aco_btn.open .btn {
    transform: rotate(180deg);
}
.aco_btn:hover {
    opacity: .7;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	.qa dt {
		padding-right: 35px;
	}
}
@media screen and (max-width:768px) {
    .qa dl:not(:last-child) {
        margin: 0 0 20px;
    }
    .qa dl dt {
        align-items: flex-start;
        padding: 0 25px 0 0;
		font-size: 1.6rem;
		line-height: 1.4;
    }
    .qa dl dt span.icon {
        background: url("../img/qa01.png")no-repeat left/30px 30px;
        min-width: 30px;
        height: 30px;
        margin: 0 10px 0 0;
    }
    .qa dl dd span.icon {
        display: block;
        background: url("../img/qa02.png")no-repeat left/30px 30px;
        min-width: 30px;
        height: 30px;
        margin: 0 10px 0 0;
    }
	.aco_btn .btn {
		background: url(../img/qa_arrow.png)no-repeat right top/16px 11px;
		width: 16px;
		height: 11px;
		top: 7px;
	}
}


/* area07
-------------------------------------------------------*/
.area07 .logo_list {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 25px;
}
.area07 .logo_list li {
	margin: 0 30px;
	text-align: center;
}
.area07 .logo_list li span {
	font-size: 2.2rem;
	margin-bottom: 10px;
	display: block;
	font-weight: 700;
}
.area07 .logo_list li:first-child img {
	max-width: 158px;
	padding-top: 10px;
}
.area07 .logo_list li:last-child img {
	max-width: 187px;
}
.area07 .txt {
	text-align: center;
	margin-bottom: 30px;
}
.area07 .box {
	max-width: 800px;
	margin: 0 auto;
	background: #fff;
	box-sizing: border-box;
	padding: 25px;
}
.area07 .box .ttl {
	text-align: center;
	font-size: 3.2rem;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
	font-weight: 700;
}
.area07 .box ul {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
}
.area07 .box ul li {
	margin: 0 15px;
}
.area07 .box ul a {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	color: #4B8ABC;
	text-align: center;
	font-weight: 700;
	line-height: 1;
}
.area07 .box ul a .num {
	font-size: 4.2rem;
}
.area07 .box ul a .time {
	display: block;
	font-size: 1.7rem;
	font-weight: 500;
	color: #244A69;
	margin-top: 5px;
}
.area07 .box ul a .mail {
	font-size: 3.4rem;
	padding-bottom: 13px;
}
.area07 .box ul a .icon01 img {
	max-width: 27px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.area07 .box ul a .icon02 img {
	max-width: 29px;
	margin-right: 10px;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	.area07 .txt {
		font-size: 1.4rem;
	}
}
@media screen and (max-width:768px) {
	.area07 .logo_list {
		margin-bottom: 20px;
	}
	.area07 .logo_list li {
		margin: 0 20px;
	}
	.area07 .logo_list li span {
		font-size: 1.6rem;
	}
	.area07 .logo_list li:first-child img {
		max-width: 110px;
	}
	.area07 .logo_list li:last-child img {
		max-width: 130px;
	}
	.area07 .txt {
		font-size: 1.2rem;
		margin-bottom: 20px;
	}
	.area07 .box {
		padding: 20px;
	}
	.area07 .box .ttl {
		font-size: 2.2rem;
	}
	.area07 .box ul {
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	.area07 .box ul li {
		margin: 0 15px;
	}
	.area07 .box ul li:first-child {
		margin-bottom: 15px;
	}
	.area07 .box ul a {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: center;
		color: #4B8ABC;
		text-align: center;
		font-weight: 700;
		line-height: 1;
	}
	.area07 .box ul a .num {
		font-size: 3rem;
	}
	.area07 .box ul a .time {
		font-size: 1.4rem;
	}
	.area07 .box ul a .mail {
		font-size: 2.6rem;
		padding-bottom: 13px;
	}
}




/* footer
-------------------------------------------------------*/
#footer.area {
	padding: 40px 30px;
}
#footer .inner {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
}
#footer .logo {
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.2;
}
#footer .logo span {
	display: block;
	font-size: 2.2rem;
}
#footer ul {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
}
#footer ul li {
	margin-left: 30px;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	#footer .logo {
		font-size: 2.6rem;
	}
	#footer .logo span {
		font-size: 1.6rem;
	}
	#footer ul {
		font-size: 1.4rem;
	}
	#footer ul li {
		margin-left: 20px;
	}
}
@media screen and (max-width:768px) {
	#footer.area {
		padding: 30px 20px;
	}
	#footer .inner {
		flex-flow: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	#footer .logo {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
	#footer .logo span {
		font-size: 1.4rem;
	}
	#footer ul  {
		flex-flow: column;
		align-items: flex-start;
		font-size: 1.2rem;
	}
	#footer ul li {
		margin-left: 0;
		text-align: right;
	}
	#footer ul li:not(:last-child) {
		margin: 0 0 5px;
	}
	
}

.pc_mail_line {
	margin-bottom: 20px !important;
}

.sp_ins_btn {
	display: none;
}

.sp_ins_btn02 {
	display: none;
}

@media screen and (max-width:768px) {
	.sp_ins_btn {
		display: block;
	}
	.sp_ins_btn02 {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.banner .info_box {
		display: none;
	}
  }


.sp_btn_box {
	display: none;
}


@media screen and (max-width: 768px) {
	.sp_btn_box {
		display:flex;
		justify-content: space-between;
		align-items: flex-start;
		margin: 16px auto;
		width: 80%;
	}

	.sp_btn_box_app {
		width: 95%;
	}

	.sp_btn_box_app span {
		display: block;
	}

}
