@charset "utf-8";

img {
	height: auto;
	width: 100%;
	vertical-align: top;
}

a:hover {
	opacity: 0.7;
}

section {
	position: relative;
	width: 100%;
}

.l-wrap {
	overflow: hidden;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, sans-serif;
}

.sp_elm {
	display: none;
}

.pc_elm {
	display: block;
}

@media (max-width: 768px) {
	.sp_elm {
		display: block;
	}

	.pc_elm {
		display: none;
	}
}

/* ---------------------------------------------------------
MV area
----------------------------------------------------------*/
.mv_area {
	background-image: url(../img/mv_bg.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	max-height: 690px;
	height: auto;
	padding: 0 0 35px;
}

.content_box {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 3%;
}

.mv_ttl {
	width: 92%;
	height: auto;
	margin: 0 auto;
	padding: 8% 0 0;
}

.mv_logo {
	width: 14%;
	max-width: 185px;
	height: auto;
	margin: 0 auto;
	position: absolute;
	left: 1.5%;
	top: 3%;
}

.mv_illust {
	width: 117.5%;
	height: auto;
	margin: 7px -8% 0;
	padding: 0.5% 0 0;
}

.mv_aori {
	width: 41%;
	max-width: 390px;
	height: auto;
	margin: -91px auto 0;
}

.mv_btn {
	width: 41%;
	height: auto;
	margin: 15px auto 0;
}

@media (max-width: 768px) {
	.content_box {
		padding: 0;
	}

	.mv_area {
		background-image: url(../img/sp/sp_mv_bg.png);
		max-height: unset;
		padding: 0 0 7%;
	}

	.mv_logo {
		width: 25%;
		max-width: 185px;
		left: 2.5%;
		top: 2%;
	}

	.mv_ttl {
		width: 77%;
		padding: 20% 0 0;
	}

	.mv_illust {
		width: 100%;
		margin: -3% 0 0;
		padding: 0 0 0;
	}

	.mv_aori {
		width: 58%;
		margin: 2.5% auto 0;
	}

	.mv_btn {
		width: 73%;
		margin: 2% auto 0;
	}
}



/* ---------------------------------------------------------
sec_01 area
----------------------------------------------------------*/
.sec_01_bg_top {
	background-color: #FFFAE8;
	padding: 70px 0 0;
	position: relative;
}

.sec_01_bg_main {
	background-color: #FFFFFF;
	padding-bottom: 100px;
}

.sec_01_box {
	margin: -5px auto 0;
	overflow: hidden;
}

.sec_01_ttl {
	width: 99%;
	margin: 0 0 20px 5.5%;
}

@media (max-width: 768px) {
	.sec_01_bg_top {
		padding: 10% 0 0 0;
		width: 100%;
	}

	.sec_01_ttl {
		width: 90%;
		margin: 0 0 3% 10%;
	}

	.sec_01_bg_main {
		background-color: #FDB345;
		padding-bottom: 0;
	}

	.sec_01_subttl {
		width: 100%;
		margin-bottom: 3%;
		background-color: #ffffff;
	}

	.sec_01_ac_box {
		padding: 8% 8% 3%;
	}

}


/* ---------------------------------------------------------
sec_02 area
----------------------------------------------------------*/
.sec_02_bg {
	background-image: url(../img/sec_02_bg.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	max-height: 770px;
	height: auto;
}

.sec_02_ttl {
	width: 70%;
	margin: 0 auto;
	padding: 55px 0 10px;
}

.sec_02_illust01 {
	margin: 0 auto;
}

.sec_02_illust02 {
	margin: -72px 0 0 -7%;
	width: 108%;
}

@media (max-width: 768px) {
	.sec_02_bg {
		background-image: url(../img/sp/sp_sec_02_bg.jpg);
		max-height: unset;
	}

	.sec_02_ttl {
		width: 61%;
		padding: 11% 0 7%;
	}

	.sec_02_illust01 {
		margin: 0 0 0 7%;
		width: 90%;
	}

	.sec_02_illust02 {
		margin: 0px 0 0 1%;
		width: 91%;
	}
}



/* ---------------------------------------------------------
sec_03 area
----------------------------------------------------------*/
.sec_03_bg_top {
	background-color: #FFB345;
	padding: 24px 0 30px;
	position: relative;
}

.sec_03_bg_main {
	background-color: #FFF8E0;
	padding-bottom: 100px;
}

.sec_03_box {
	margin: -5px auto 0;
	overflow: hidden;
}

.sec_03_ttl {
	width: 77%;
	margin: 0 0 0 5%;
}

.sec_03_bg_top .man {
	position: relative;
}

.sec_03_ttl_man {
	width: 30%;
	max-width: 250px;
	margin: 0 0 0 5%;
	position: absolute;
	right: -104px;
	top: 2px;
}

.sec_03_subttl {
	width: 77%;
	margin: -34px 0 0 13.5%;
	overflow: hidden;
}

.sec_03_box_01 {
	margin: 0 auto;
	padding: 37px 0 0;
}

.sec_03_box_02 {
	margin: 0 auto;
	padding: 10px 0 0 5%;
	width: 98%;
	position: relative;
}

.sec_03_btn {
	width: 40%;
	position: absolute;
	left: 17.5%;
	bottom: 15%;
}

@media (max-width: 768px) {
	.sec_03_ttl {
		width: 70%;
		margin: 4% 0 4% 8%;
	}

	.sec_03_ttl_man {
		width: 43%;
		right: 0;
		top: 23%;
	}

	.sec_03_subttl {
		width: 78%;
		margin: -3.5% 0 0 16%;
	}

	.sec_03_box_01 {
		padding: 10% 8% 0%;
	}

	.sec_03_box_02 {
		padding: 1% 0 0 8%;
		width: 91%;
	}

	.sec_03_btn {
		width: 73%;
		left: 13.5%;
		bottom: -56%;
	}

	.sec_03_bg_main {
		padding-bottom: 32%;
	}

}



/* ---------------------------------------------------------
sec_04 area
----------------------------------------------------------*/
.sec_04_bg {
	background-image: url(../img/sec_04_bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: auto;
}

.sec_04_ttl {
	width: 91%;
	margin: 0 0 0 7%;
	padding: 10% 0 2.5%;
}

.sec_04_box {
	display: flex;
	flex-wrap: wrap;
}

.sec_04_man {
	width: 34%;
}

.sec_04_txt {
	width: 64%;
	padding: 3px 0 0 0px;
}

.sec_04_btn {
	width: 41%;
	margin: 3% auto 0;
	padding: 0 0 9.5%;
}

@media (max-width: 768px) {
	.sec_04_bg {
		background-image: url(../img/sp/sp_sec_04_bg.jpg);
	}

	.sec_04_ttl {
		width: 90%;
		margin: 0 auto;
		padding: 10% 0 4.5% 10%;
	}

	.sec_04_box {
		display: block;
		flex-wrap: unset;
	}

	.sec_04_txt {
		width: 92%;
		padding: 0 0 0 8%;
	}

	.sec_04_btn {
		width: 72%;
		margin: 0% auto 0;
		padding: 0 0 10%;
	}

}



/* ---------------------------------------------------------
sec_05 area
----------------------------------------------------------*/
.sec_05_bg {
	background-color: #FFF8E0;
	padding: 24px 0 30px;
	position: relative;
}

.sec_05_ttl {
	width: 77%;
	margin: 0 auto;
	padding: 7.5% 0 3% 4%;
}

.sec_05_box {
	width: 110.5%;
}

.sec_05_bg_2 {
	background-image: url(../img/sec_05_bg.png);
	background-color: #FFF8E0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: auto;
}

.sec_05_ttl_2 {
	width: 23%;
	margin: 0 auto;
	padding: 5.5% 0 0 4%;
}

.sec_05_txt {
	width: 92%;
	margin: 0 auto;
	padding: 0 0 9.5% 1%;
}

@media (max-width: 768px) {
	.sec_05_bg_2 {
		background-image: url(../img/sp/sp_sec_05_bg.png);
	}

	.sec_05_ttl {
		width: 84%;
		margin: 0 auto;
		padding: 4.5% 0 4% 6%;
	}

	.sec_05_box {
		width: 88%;
		padding: 0 0 0 8%;
	}

	.sec_05_ttl_2 {
		width: 37%;
		padding: 7% 0 0 4%;
	}

	.sec_05_txt {
		width: 85%;
		padding: 1% 0 9.5% 0;
	}
}


/* ---------------------------------------------------------
sec_06 area
----------------------------------------------------------*/
.sec_06_bg {
	background-color: #FFF8E0;
}

.sec_06_ill {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10% 0;
}

.sec_06_ill li {
	width: 29.5%;
}

@media (max-width: 768px) {
	.sec_06_ill {
		flex-direction: column;
		padding: 11% 13% 0;
	}

	.sec_06_ill li {
		width: 100%;
		margin-bottom: 16%;
	}
}


/* ---------------------------------------------------------
sec_07 area
----------------------------------------------------------*/
.sec_07_bg {
	background-color: #FFFFFF;
}

.sec_07_ttl {
	width: 100%;
	position: relative;
	padding: 10.5% 0;
}

.sec_07_link {
	width: 12%;
	position: absolute;
	left: 48.5%;
	bottom: 29.8%;
}

.sec_07_btn {
	width: 41%;
	margin: 0 auto;
	padding: 0 0 9.5%;
}

@media (max-width: 768px) {
	.sec_07_btn {
		width: 72%;
		padding: 0 0 10%;
	}

}

@media (max-width: 768px) {
	.sec_07_ttl {
		width: 92%;
		position: relative;
		padding: 0 4%;
		margin: 9.5% 0;
	}

	.sec_07_link {
		width: 18%;
		position: absolute;
		left: 69.2%;
		bottom: 7.9%;
	}
}

@media (max-width: 412px) {
	.sec_07_link {
		bottom: 6.9%;
	}
}



/* ---------------------------------------------------------
footer area
----------------------------------------------------------*/
.footer_area {
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #F4F4F4;
	width: 100%;
	padding: 60px 0 40px;
	color: #555555;
}

.footer_area ul {
	margin: 0 auto 44px;
	display: flex;
	flex-wrap: wrap;
	width: fit-content;
}

.footer_area ul li {
	border-right: solid 1px #9F9F9F;
	padding: 0 30px;
	font-size: 16px;
}

.footer_area ul li:last-of-type {
	border-right: none;
}

.copyright {
	text-align: center;
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
}

@media (max-width: 768px) {
	.footer_area {
		padding: 46px 0 20px;
	}

	.footer_area ul {
		width: 100%;
		justify-content: center;
		margin: 0 auto 7%;
	}

	.footer_area ul li {
		font-size: 12px;
		padding: 0 6.3%;
	}

	.copyright {
		font-size: 10px;
	}
}






/* ---------------------------------------------------------
アコーディオン用
----------------------------------------------------------*/

.accordion-area {
	list-style: none;
	margin: 0 auto;
}

.accordion-area li {
	margin-bottom: 6%;
	border-radius: 20px;
	background-color: #FFEB9E;
}

.title {
	position: relative;
	cursor: pointer;
	transition: all .5s ease;
}

/*アイコン*/
.title::before {
	position: absolute;
	content: '';
	width: 5%;
	height: 14%;
	background-image: url(../img/sp/sp_ac_icon.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;

}

.title::before {
	top: 42%;
	right: 6%;
	transform: rotate(0deg);

}

.title.close::before {
	transform: rotate(180deg);
}

.box {
	display: none;
}