@charset "utf-8";

/* common
-------------------------------------------------------*/
* {
	box-sizing: border-box;
}

#wrapper {
	overflow: hidden;
}
.sp {
	display: none;
}
.area {
	
}
.inner {
	
}

.serif {
	font-family: 'Noto Serif JP', serif;
}


@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.area {
		
	}
	.inner {
		
	}
}


/* header
-------------------------------------------------------*/




.visual_top {
	background: url(../img/visual_bg.png) no-repeat;
	background-position: bottom center;
	background-size:cover;
	padding: 0 20px;
	padding-top: 30px;
	min-height: 630px;
}

.logo {
	display: block;
	max-width: 1000px;
	margin: 0 auto;
}

.logo img {
	width: 263px;
}

.visual_top {
	margin: 0 auto;
}

.visual_txt {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 70px;
}

.visual_txt img {
	max-width:579px;
}

.visual_bottom {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: -50px;
	padding: 0 20px;
	padding-bottom: 50px;
}

.visual_bottom_txt {
	max-width:935px;
	margin: 0 auto;
}

@media screen and (max-width:1000px) {
	.visual_top {
		padding: 0 20px;
		padding-top: 30px;
		min-height: 500px;
	}
	.visual_txt {
		padding-top: 30px;
	}
	.visual_txt img {
		max-width:500px;
	}

}




@media screen and (max-width:768px) {


}




/* sec02
-------------------------------------------------------*/

.sec02 {
	background: url(../img/sec02_bg.png) no-repeat;
	background-position: top center;
	background-size:cover;
}

.sec02_img {
	max-width:485px;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.sec02_img {
		max-width:inherit;
		width: 80%;
	}
}


/* sec03
-------------------------------------------------------*/

.sec03 {
	background: url(../img/sec03_bg.png) no-repeat;
	background-position: bottom center;
	background-size:cover;
}

.sec03_img {
	max-width:1000px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	padding: 90px 20px;
}

.sec03_img img {
	max-width: 506px;
}

@media screen and (max-width:768px) {
	.sec03 {
		background: none;
	}

	.sec03_img {
		width: 100%;
		padding: 0;
	}

	.sec03_img img {
		max-width: 100%;
	}
	
}


/* sec04
-------------------------------------------------------*/

.sec04 {
	background: url(../img/sec04_bg.png) no-repeat #faf4f3;
	background-position: top center;
	background-size:cover;
	padding: 60px 20px;
}

.sec04_inner {
	max-width: 800px;
	margin: 0 auto;
}

.sec04_cont h2 {
	max-width:720px;
	margin-bottom: 40px;
}

.sec04_cont dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

.sec04_cont dl dt {
	width: 35%;
}

.sec04_cont dl dd {
	width: 60%;
}

.sec04_cont dl dd h3 {
	font-size: 140%;
	font-weight: 600;
	line-height: 2.2;
	margin-bottom: 20px;
}

.sec04_cont dl dd h3 span {
	border-bottom: 1px dashed #000;
	padding-bottom: 5px;
}

.sec04_sp_cont_img {
	display: none;
}

@media screen and (max-width:768px) {
	.sec04_sp_cont_img {
		display: block;
	}


	.sec04 {
		background: url(../img/sec04_bg_sp.png) no-repeat #faf4f3;
		background-position: top center;
		background-size:cover;
		padding: 60px 20px 30px 20px;
	}

	.sec04_cont h2 {
		margin-bottom: 20px;
	}

	
	.sec04_cont dl {
		display: block;
	}
	.sec04_cont dl dt {
		display: none;
	}
	.sec04_cont dl dd {
		width: 100%;
	}

	.sec04_sp_cont {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		margin-bottom: 15px;
	}

	.sec04_sp_cont_img {
		width: 30%;
	}

	.sec04_cont dl dd h3{
		width: 65%;
		font-size: 110%;
		margin-bottom: 0;
	}
}

/* sec05
-------------------------------------------------------*/

.sec05 {
	background: url(../img/sec05_bg.png) no-repeat #faf4f3;
	background-position: center center;
	background-size:cover;
	padding: 100px 20px;
}

.sec05_inner {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
}

.sec05_cont {
	max-width: 641px;
}

.sec05_img {
	margin-bottom: 20px;
}

.txt_caution {
	font-size: 75%;
	color: #666666;
	line-height: 1.4;
}


@media screen and (max-width:900px) {
	.sec05 {
		padding: 60px 20px;
	}
	.sec05_cont {
		max-width: 500px;
	}
}

@media screen and (max-width:768px) {
	.sec05 {
		background: none;
		padding: 0px;
	}

	.sec05_img {
		margin-bottom: 0px;
	}

	.txt_caution {
		background: #e9e9e9;
		padding: 20px;
		font-size: 60%;
	}

	.sec05_cont {
		max-width: 100%;
	}
}


/* sec06
-------------------------------------------------------*/

.sec06 {
	background: url(../img/sec06_bg.png) no-repeat #faf4f3;
	background-position: center center;
	background-size:cover;
	padding: 20px 20px;
}

.sec06_img {
	max-width:1220px;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.sec06 {
		background: none;
		padding: 0;
	}
}


/* btn
-------------------------------------------------------*/

.btn {
	background: #eecfcf;
	padding: 50px 20px 35px 20px;
}

.btn_img {
	max-width:557px;
	margin: 0 auto;
}


.cpo {
	/*max-width: 500px;*/
	margin: 0 auto;
	text-align: center;
}

.cpo_txt {
	text-align: center;
	color: #ea3e76;
	margin-bottom: 15px;
	font-weight: 700;
	margin-top: 15px;
}

.cpo_cpo {
	display: inline-block;
	background: #fff;
	padding: 10px 60px;
	font-weight: 700;
	text-align: center;
	font-size: 180%;
}

@media screen and (max-width:768px) {
	.btn {
		padding: 30px 20px 25px 20px;
	}
}


/* sec07
-------------------------------------------------------*/

.sec07 {
	background: url(../img/sec07_bg.png) no-repeat #faf4f3;
	background-position: top center;
	background-size:cover;
	padding: 70px 20px;
}

.sec07_inner {
	max-width: 1000px;
	margin: 0 auto;
}

.sec07_cont {
	max-width: 465px;
	margin-left: 45%;
}

.sec07_img {
	max-width:341px;
	margin-bottom: 10px;
}


@media screen and (max-width:768px) {
	.sec07 {
		background: url(../img/sec07_bg_sp.png) no-repeat #faf4f3;
		background-position: top left;
		background-size:cover;
		padding: 40px 20px;
	}

	.sec07_cont {
		max-width: inherit;
		margin-left: 35%;
	}

	.sec07_cont  .txt {
		padding-left: 20px;
	}
}



/* sec08
-------------------------------------------------------*/

.sec08 {
	background: url(../img/sec08_bg.png) no-repeat #faf4f3;
	background-position: top center;
	background-size:cover;
	padding: 80px 20px 20px 20px;
}

.sec08_img {
	max-width:931px;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.sec08 {
	background: none;
		padding: 0px;
	}
}


/* sec09
-------------------------------------------------------*/

.sec09 {
	background: url(../img/sec09_bg.png) no-repeat #faf4f3;
	background-position: center center;
	background-size:cover;
	padding: 100px 20px;
}

.sec09_inner {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content:flex-start;
}

.sec09_cont {
	max-width: 641px;
}

.sec09_img {
	margin-bottom: 20px;
}



@media screen and (max-width:900px) {
	.sec09 {
		padding: 60px 20px;
	}
	.sec09_cont {
		max-width: 500px;
	}
}

@media screen and (max-width:768px) {
	.sec09 {
		background: none;
		padding: 0px;
	}

	.sec09_img {
		margin-bottom: 0px;
	}

	.sec09 .txt_caution {
		background: #d5c5c6;
	}

	.sec09_cont {
		max-width: 100%;
	}
}


/* sec10
-------------------------------------------------------*/

.sec10 {
	background: #fbf5d0;
	padding: 60px 20px 50px 20px;
}

.sec10_img {
	max-width:1124px;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.sec10 {
		padding: 0px;
		padding-top: 10px;
	}
}


/* sec11
-------------------------------------------------------*/

.sec11 {
	background: url(../img/sec11_bg.png) no-repeat #faf4f3;
	background-position: top center;
	background-size:cover;
	padding: 70px 20px;
}

.sec11_inner {

}

.sec11_cont {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sec11_img {
	max-width:65%;
}

.sec11_cont .txt {
	width: 30%;
}

.sec11_img02 {
	max-width:1128px;
	margin: 0 auto;
	margin-top: 250px;
}

@media screen and (max-width:900px) {
	.sec11_img02 {
		margin-top: 100px;
	}
}

@media screen and (max-width:768px) {
	.sec11 {
		background: none;
		padding: 0px;
	}

	.sec11_cont {
		display: block;
	}
	
	.sec11_img {
		max-width:100%;
	}
	
	.sec11_cont .txt {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.sec11_img02 {
		margin-top: 0px;
	}
}


/* sec12
-------------------------------------------------------*/

.sec12 {
	background: url(../img/sec12_bg.png) no-repeat #f5f5f3;
	background-position: top center;
	background-size:cover;
	padding: 70px 20px 150px 20px;
}

.sec12_img {
	max-width:831px;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.sec12 {
		background: url(../img/sec12_bg_sp.png) no-repeat #f5f5f3;
		background-position: top center;
		background-size:cover;
		padding: 70px 20px 150px 20px;
	}
}

/* sec13
-------------------------------------------------------*/

.sec13 {
	background: url(../img/sec13_bg.png) no-repeat #f5f5f3;
	background-position: top center;
	background-size:cover;
	padding: 200px 20px 100px 20px;
	position: relative;
	clip-path: polygon(0 120px, 100% 0, 100% calc(100% - 0px), 0 100%);
	margin-top: -140px;
}



.sec13_inner {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
}

.sec13_cont {
	max-width:513px;
	
}

.sec13_img {
	max-width:513px;
	margin-bottom: 40px;
}

.sec13_cont .txt {
	color: #fff;
}

.yellow {
	color: #ffff00;
}

@media screen and (max-width:768px) {
	.sec13 {
		background: url(../img/sec13_bg_sp.png) no-repeat #f5f5f3;
		background-position: top left;
		background-size:cover;
		padding: 80px 20px 100px 20px;
		position: relative;
		clip-path: polygon(0 30px, 100% 0, 100% calc(100% - 0px), 0 100%);
		margin-top: -140px;
	}

	.sec13_cont .txt {
		padding-left: 50%;
		padding-top: 50px;
		font-size: 80%;
	}
	
}


/* sec14
-------------------------------------------------------*/

.sec14 {
	background: #f1f2ee;
	padding: 80px 20px;
	position: relative;
}

.sec14::before{
    content: "";
    position: absolute;
    top: -2px;
	left: 50%;
	margin-left: -20px;
    border: 40px solid transparent;
    border-top:40px solid #416082;   /* 好みで色を変えてください */ 
	z-index: 2;
}

.sec14::after {
	position: absolute;
	content: "";
	background: url(../img/sec14_img02.png) no-repeat;
	background-size: 100%;
	width: 8px;
	height: 93px;
	left: 50%;
	margin-left: -4px;
	bottom: -40px;
}

.sec14_img {
	max-width:845px;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.sec14 {
		background: none;
		padding: 0;
		padding-bottom: 50px;
		margin-top: -2px;
	}
	.sec14::before {
		display: none;
	}

	.sec14::after {
		display: none;
	}
}

/* sec15
-------------------------------------------------------*/

.sec15 {
	padding: 60px 20px;
}

.sec15_img {
	max-width:731px;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.sec15 {
		display: none;
	}
}

/* sec16
-------------------------------------------------------*/

.sec16 {
	background: url(../img/sec16_bg.png) no-repeat #faf4f3;
	background-position: center center;
	background-size:cover;
	padding: 100px 20px;
}

.sec16_inner {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content:flex-start;
}

.sec16_cont {
	max-width: 641px;
}

.sec16_img {
	margin-bottom: 20px;
}



@media screen and (max-width:900px) {
	.sec16 {
		padding: 60px 20px;
	}
	.sec16_cont {
		max-width: 500px;
	}
}

@media screen and (max-width:768px) {
	.sec16 {
		background: none;
		padding: 0px;
	}

	.sec16_img {
		margin-bottom: 0px;
	}

	.sec16 .txt_caution {
		background: #f1f2ee;
	}

	.sec16_cont {
		max-width: 100%;
	}
}



/* sec17
-------------------------------------------------------*/

.sec17 {
	background: url(../img/sec17_bg.png) no-repeat #faf4f3;
	background-position: center center;
	background-size:cover;
	padding: 100px 20px 80px 20px;
}

.sec17_img {
	max-width:961px;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.sec17 {
		background: none;
		padding: 0;
	}
}

/* sec18
-------------------------------------------------------*/

.sec18 {
	background: linear-gradient(180deg, #fff 0%, #fff 50%, #fbf5d0 50%, #fbf5d0 100%);
	padding: 100px 20px 80px 20px;
}

.sec18_img {
	max-width:1023px;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.sec18 {
		background: none;
		padding: 0;
	}
}


/* sec20
-------------------------------------------------------*/

.sec20 {
	background: url(../img/sec20_bg.png) no-repeat #faf4f3;
	background-position: center center;
	background-size:cover;
	padding: 100px 20px 80px 20px;
}

.sec20_cont {
	max-width:1030px;
	margin: 0 auto;
}

.sec20_img {
	margin-bottom: 20px;
}
.sec20_cont .txt {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 90%;
}

@media screen and (max-width:768px) {
	.sec20 {
		background: url(../img/sec20_bg.png) no-repeat #faf4f3;
		background-position: center center;
		background-size:cover;
		padding: 50px 20px 50px 20px;
	}

	.sec20_img {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
}



/* sec21
-------------------------------------------------------*/

.sec21 {
	background: url(../img/sec21_bg.png) repeat;
	padding: 100px 20px 100px 20px;
}

.sec21_inner {
	max-width:1000px;
	margin: 0 auto;
}

.sec21_cont {
	background: #fff;
	padding: 80px;
}


.sec21_cont .txt {
	color: #4d4d4d;
	font-size: 90%;
}

@media screen and (max-width:768px) {
	.sec21 {
		padding: 50px 20px 50px 20px;
	}

	.sec21_cont {
		padding: 20px;
	}
}



/* sec22
-------------------------------------------------------*/

.sec22 {
	padding: 100px 0px 100px 0px;
}

.sec22_ttl_wrap {
	position: relative;
}

.sec22_ttl_wrap::before {
	position: absolute;
	content: "";
	height: 2px;
	width: 100%;
	background: #cee420;
	top: 50%;
	left: 0;
	z-index: 0;
}

.sec22_ttl_wrap h2 {
	text-align: center;
	margin-bottom: 70px;
}

.sec22_ttl_wrap h2 span {
	display: inline-block;
	background: #fff;
	padding: 10px 40px;
	max-width: 426px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}





.sec22_inner {
	padding: 0 20px;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.sec22_cont {
	width: 48%;
	background:#f1f1f1;
	padding: 20px;
	padding-top: 40px;
	margin-bottom: 40px;
	position: relative;
}

.sec22_cont::before {
	content: "";
	position: absolute;
	background: url(../img/sec22_item.png) no-repeat;
	background-size: 100%;
	width: 37px;
	height: 37px;
	left: 0;
	top: 0;
}

.sec22_cont h3 {
	font-weight: 600;
	text-align: center;
	font-size: 140%;
	margin-bottom: 30px;
}

.sec22_cont dl {
	display: flex;
	justify-content: space-between;
}

.sec22_cont dl dt {
	width: 35%;
}

.sec22_cont dl dd {
	width: 60%;
}

.sec22_cont dl dd ul {
	font-size: 90%;
	font-weight: 500;
}

.sec22_cont dl dd ul li {
	text-indent: -1em;
	padding-left: 1em;
}

.light_green {
	color: #cee420;
}



@media screen and (max-width:768px) {
	.sec22 {
		padding: 50px 0px 50px 0px;
	}

	.sec22_ttl_wrap h2 {
		text-align: center;
		margin-bottom: 40px;
	}
	
	.sec22_ttl_wrap h2 span {
		padding: 10px 30px;
		max-width: 300px;
	}

	.sec22_inner {
		display: block;
	}

	.sec22_cont {
		width: 100%;
		background:#f1f1f1;
		padding: 20px;
		padding-top: 20px;
		margin-bottom: 20px;
	}

	.sec22_cont h3 {
		text-align:left;
		font-size: 120%;
		margin-bottom: 10px;
	}

	.sec22_cont dl {
		align-items: center;
	}

	.sec22_cont dl dt {
		width: 30%;
	}
	
	.sec22_cont dl dd {
		width: 65%;
	}
}


/* sec23
-------------------------------------------------------*/

.sec23 {
	padding: 100px 20px 100px 20px;
	background: #fcf0df;
}

.sec23_ttl_wrap {
	max-width: 254px;
	margin: 0 auto;
	margin-bottom: 60px;
}

.sec23_inner {
	max-width: 1000px;
	margin: 0 auto;
}

.sec23_inner h3 {
	font-weight: 700;
	text-align: center;
	font-size: 140%;
	margin-bottom: 20px;
	color: #ea3e76;
}

.sec23_img {
	margin-bottom: 20px;
}

.sec23_txt01 {
	text-align: center;
}

.sec23_txt01 span {
	font-weight: 500;
	color: #ea3e76;
	font-size: 140%;
	margin-left: 10px;
	margin-right: 10px;
}

.sec23_txt02 {
	text-align: center;
	margin-bottom: 40px;
}

.sec23_txt03 {
	font-size: 80%;
	margin-bottom: 40px;
}

.sec23_btn {
	max-width: 691px;
	margin: 0 auto;
}

.sec23_txt01 b {
	font-weight: 700;
}

@media screen and (max-width:768px) {
	.sec23 {
		padding: 50px 20px 50px 20px;
	}


	.sec23_ttl_wrap {
		max-width: 200px;
		margin-bottom: 30px;
	}

	
}



/* sec24
-------------------------------------------------------*/

.sec24 {
	padding: 100px 20px 100px 20px;
	background: #fbf5d0;
}

.sec24_img {
	max-width: 951px;
	margin: 0 auto;
}

.sec24_txt {
	text-align: center;
	margin-top: 20px;
	color: #666666;
	font-size: 80%;
}

@media screen and (max-width:768px) {
	.sec24 {
		padding: 20px 20px 30px 20px;
	}

	.sec24_txt {
		text-align: left;
	}
}


/* footer
-------------------------------------------------------*/

.footer {
	padding: 100px 20px 100px 20px;
	background: #f4acb2;
	color: #fff;
}

.footer a {
	color: #fff;
}

.footer_inner {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.footer_logo {
	margin: 0 50px;
}

.footer_inner ul {
	margin: 0 50px;
}

.footer_inner ul li {
	margin-bottom: 10px;
}


@media screen and (max-width:768px) {
	.footer {
		padding: 50px 20px 50px 20px;
	
	}

	.footer_inner {
		max-width: 1000px;
		margin: 0 auto;
		flex-direction: column-reverse;
	}

	.footer_inner ul li {
		text-align: center;
	}
}



.btn.visual_bot {
	background: #fff;
	padding-top: 0;
	margin-top: -20px;
}




.fix_btn {
	background: rgba(0,0,0,.7);
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 100;
}

.fix_btn_inner {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 15px 20px;
	align-items: center;
}

.fix_btn_inner_L {
	width: 48%;
}
.fix_btn_inner_R {
	width: 48%;
}

.fix_btn_ttl {
	margin-bottom: 10px;
}

.coup_copy {
	display: flex;
	justify-content: space-between;
	background: #fff;
	font-size: 1.7rem;
	align-items: center;
}

.coup_copy dt {
	background: #ea3e76;
	color: #fff;
	padding: 10px;
	font-weight: 700;
	width: 60%;
	text-align: center;
}
.coup_copy dd {
	color: #000;
	padding: 10px;
	font-weight: 700;
	width: 40%;
	text-align: center;
}

.c_copy {
	display: block;
	cursor: pointer;
	position: relative;
}

.c_copy::after {
	position: absolute;
	content: "";
	background: url(../img/copy_i.png) no-repeat;
	background-size: 100%;
	width: 24px;
	height: 28px;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.c_copy:hover {
	opacity: .7;
}

@media screen and (max-width:1100px) {
.coup_copy {
	font-size: 1.3rem;
}
.c_copy::after {
	right: 0;
}
}


@media screen and (max-width:768px) {
	.c_copy::after {
	width: 12px;
	height: 14px;
}

.coup_copy {
	font-size: 1rem;
}
.coup_copy dt {
	padding: 5px;
	width: 40%;
	line-height: 1.2;
}
.coup_copy dd {
	padding: 5px;
	width: 60%;
	font-size: 115%;
}
.fix_btn_inner {
	padding:15px 10px 10px 10px;

}

.fix_btn_ttl {
	margin-bottom: 5px;
}

}



.coup_copy01 {
	max-width: 530px;
	margin: 0 auto;
	margin-top: 20px;
}

.coup_copy01 {
		font-size: 2.5rem;
		background: #4d4d4d;
	}

.coup_copy01 dt {
	background: #4d4d4d;
	width: 40%;
	font-size: 80%;
}

.coup_copy01 dd {
	background: #f0f0f0;
	width: 60%;
}

@media screen and (max-width:768px) {
	.coup_copy01 {
		font-size: 1.4rem;
	}
	.coup_copy01 dt {
	width: 35%;
}

.coup_copy01 dd {
	width: 65%;
	font-size: 130%;
}

}