*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.lp_wrap img {
	width: 100%;
	display: block;
}
.lp_wrap a:hover{
	color: #3c3c3c;
	text-decoration: none;
}
.fs-l-main, .fs-l-main, .fs-l-pageMain {
	max-width: inherit !important;
	margin: 0 auto;
}
#fs_CustomPage .fs-l-main {
	padding: 0;
}
.fs-c-breadcrumb__listItem {
	display: inline;
}

/* css */
:root {
	--noto: "Noto Sans JP", sans-serif;
	--color_main: #2e2e2e;
	--shadow: drop-shadow(.2em .2em 2em rgba(222,227,229,.7));
	--width: 1200px;
}
@media screen and (max-width: 1380px) {
	:root {
		--width: 92%;
	}
}

.pc_only {
	display: block;
}
@media screen and (max-width: 768px) {
	.pc_only {
		display: none;
	}
}

.sp_only {
	display: none;
}
@media screen and (max-width: 768px) {
	.sp_only {
		display: block;
	}
}

.lp_wrap {
	margin: 0 auto;
	font-weight: 400;
	font-family: var(--noto);
}
@media screen and (max-width: 1380px) {
}
@media screen and (max-width: 768px) {
}
.lp_wrap * {
	line-height: 1em;
	font-feature-settings: "palt";
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	color: var(--color_main);
	font-size: 62.5%;
	line-height: 1.7;
}


/*共通*/
.content-wrap{
	max-width: 1020px;
	width: 100%;
	margin: auto;
	padding: 10rem 0;
}
.content .content-wrap{
	margin: -50% auto 0;
}
.text{
	font-size: 2rem;
	text-align: center;
}
@media screen and (max-width:768px){
.content-wrap{
	padding: 4rem 1rem;
}
.content .content-wrap{
	margin: -100% auto 0;
}
.text{
	font-size: 1.8rem;
}
}
@media screen and (max-width:500px){
.content .content-wrap{
	margin: -185% auto 0;
}
.text{
	font-size: 1.5rem;
}
}
/*MV*/

.fv{
	background-image: url("https://fukuskeonline.itembox.design/item/lp/graduation/img/fv_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	width: 100%;	
}
.fv picture{
	    display: flex;
    max-width: 1100px;
    width: 100%;
    margin: auto;
    justify-content: center;
    align-items: center;
    padding: 6rem 0;
}

/*コンテンツ*/
.note{
	background-image: url("https://fukuskeonline.itembox.design/item/lp/graduation/img/bg.jpg");
	background-color: #f7fbfc;
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.lead{
	position: relative;
	margin-bottom: 8rem;
	height: 25vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lead::before{
	position: absolute;
	content: "";
	background-image: url("https://fukuskeonline.itembox.design/item/lp/graduation/img/flower01.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 81px;
	height: 83px;
    top: 0rem;
    left: 2rem;
}
.lead::after{
	position: absolute;
	content: "";
	background-image: url("https://fukuskeonline.itembox.design/item/lp/graduation/img/flower02.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 125px;
	height: 98px;
    bottom: 0rem;
    right: 2rem;
}
@media screen and (max-width:768px){
	.lead::after{		
    	bottom: -3rem;
	}
}
@media screen and (max-width:600px){
.lead{
	height: 30vh;
}
.lead::before{
    width: 40px;
    height: 40px;
    top: -3rem;
    left: 0rem;
}
.lead::after{
    width: 80px;
    height: 60px;
    bottom: 0rem;
    right: 0rem;
}
}
.nav{
	position: relative;
	max-width: 880px;
	background-color: #FFF;
	padding: 6rem;
	margin: 0 auto;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}
.nav::after{
	position: absolute;
	content: "";
	background-image: url("https://fukuskeonline.itembox.design/item/lp/graduation/img/flower03.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 138px;
	height: 144px;
    bottom: 2rem;
    right: 2rem;
}
.nav_ttl{
	position: relative;
	text-align: left;
}
.nav_ttl span{    
	position: relative;
    font-size: 2rem;
    z-index: 1;
}
.nav_ttl::after{
	position: absolute;
	content: " INDEX";
    bottom: -3rem;
    left: -3rem;
	font-family: Bookman Old Style; 
	font-size: 7rem;
	color: #f4f4f4;
}
.nav_list a{
	font-size: 2.4rem;
	text-align: left;
	border-bottom: 1px solid #3c3c3c;
}
.nav_list.first_list{
	margin-bottom: 3rem;
}
.nav_list.first_list a{
	color: #d85067;
	border-bottom: 1px solid #d85067;
	z-index: 2;
	margin-right: 20px;
}
.list_subtext{
	font-size: 2rem;
	font-family: "ta-oonishi", sans-serif;
}
.nav_listitem{
	margin: 1rem 0rem 3rem 2rem;
}
.nav_listitem li{
	margin-bottom: 1rem;
}
.nav_listitem li a{
	font-size: 2rem;
	border-bottom: 1px solid #3c3c3c;
}
@media screen and (max-width:768px){
.nav_ttl::after{
    bottom: -2rem;
    left: -1rem;
	font-size: 6rem;
}
	.nav_list a{
		font-size: 2rem;
	}
	.nav_listitem li a{
		font-size: 1.6rem;
	}
	.list_subtext{
		font-size: 1.6rem;
	}
	.nav::after{
		width: 110px;
    	height: 120px;
	}
	.nav_list.first_list{
	margin-bottom: 2rem;
	}
	.nav_listitem{
		margin: 1rem 0rem 3rem 2rem;
	}
	.nav{
		padding:  6rem 2rem;
	}
}
@media screen and (max-width:500px){
	
	.nav_list a{
		font-size: 1.8rem;
	}
	.nav_listitem li a{
		font-size: 1.5rem;
	}
	.list_subtext{
		font-size: 1.5rem;
	}
	.nav::after{
		width: 70px;
		height: 80px;
		bottom: 1rem;
		right: 1rem;
	}
}
.content{
	display: block;
	 position: relative; /* 基準となる位置指定 */
    height: 100%;
}
.content .bg_{
	position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    background-image: url("https://fukuskeonline.itembox.design/item/lp/graduation/img/bg02.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1; 
}
.content .content_box{
	position: relative;
	max-width: 1020px;
	background-color: #FFF;
	padding: 10rem 6rem 6rem;
	margin: 0 auto 12rem;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}

.content .content_box:nth-child(2){
	margin-bottom: 0;
}
.section_ttl{
	position: absolute;
	max-width: 682px;
	width: 100%;
	margin: 0 auto;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.section_ttl01{
	top: -12%;
	left: 50%;
}
.section_ttl02{
	top: -20%;
	left: 50%;
}
.section_ttl03{
	top: -8%;
	left: 50%;
}
.section_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3rem;
	width: 100%;
}
.section_flex_text{
	margin-bottom: 0;
}
.section_text{
	font-size: 1.7rem;
}
.order_top{
	order: 1;
}
.order_bottom{
	order: 2;
}
@media screen and (max-width:768px){
	.section_flex{
		display: grid;
		justify-content: center;
	}
	.order_bottom{
		order: 1;
	}
	.order_top{
		order: 2;
	}
	.section_flex_text{
			margin-bottom: 3rem;
	}
	.content .content_box{
		padding: 6rem 2rem 4rem;
	}
	.section_ttl{
		width: 70%;
	}
.section_ttl01{
	top: -5%;
	left: 50%;
}
.section_ttl02{
	top: -20%;
	left: 50%;
}
.section_ttl03{
	top: -4%;
	left: 50%;
}
}
@media screen and (max-width: 500px) {
	
	.section_ttl{
		width: 85%;
	}
    .section_ttl01 {
        top: -4%;
        left: 50%;
    }
	.section_ttl02 {
        top: -12%;
        left: 50%;
    }
}
.worries_list{
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
.worries_list_item{
	position: relative;
	border-bottom: 1px solid #e3e3e3;
	padding: 1rem 0;
}
.worries_list_item:last-child{
	border-bottom: 0;
}
.worries_list_item p{
	font-size: 2.6rem;
    font-family: "ta-oonishi", sans-serif;
	margin-left: 4%;
}
.worries_list_item::before{
	position: absolute;
	content: "";
	background-image: url("https://fukuskeonline.itembox.design/item/lp/graduation/img/check_icon01.png");
	background-size: contain;
	width: 25px;
	height: 25px;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.worries_list_item.first_worries p{
	color: #d85067;
	margin-left: 4%;
}
.worries_list_item.first_worries::before{
	position: absolute;
	content: "";
	background-image: url("https://fukuskeonline.itembox.design/item/lp/graduation/img/check_icon02.png");
	background-size: contain;
	width: 25px;
	height: 25px;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.content .worries_bg{
	position: relative;
	max-width: 1020px;
	background-color: #e9f5ee;
	padding: 10rem 6rem 6rem;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}
.content .worries05.worries_bg{
	margin-bottom: 12rem;
}
.content .worries_bg .content_box{
	margin-bottom: 0;
}
.worries01::before{
	content: "";
    position: absolute;
    height: 60px;
    width: 100%;
    clip-path: polygon(0 0,50% 100%,100% 0);/* ココ */
    background-color: #FFF;/* デモは青色の部分 */
    left: 0;
    top: 0px;
}
.worries_ttl{
	position: relative;
	margin-bottom: 3rem;
	text-align: center;
}
.worries_ttl span{ 
	position: relative;
	font-size: 3.6rem;
	font-family: "ta-oonishi", sans-serif;
	text-align: center;
	z-index: 1;
	line-height: 1.5;
}
.worries01 .worries_ttl::after{
	position: absolute;
	content: " 01";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    font-family: Bookman Old Style;
    font-size: 11rem;
    color: #fff;
	z-index: 0;
}
.worries02 .worries_ttl::after{
	position: absolute;
	content: " 02";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    font-family: Bookman Old Style;
    font-size: 11rem;
    color: #fff;
	z-index: 0;
}
.worries03 .worries_ttl::after{
	position: absolute;
	content: " 03";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    font-family: Bookman Old Style;
    font-size: 11rem;
    color: #fff;
	z-index: 0;
}
.worries04 .worries_ttl::after{
	position: absolute;
	content: " 04";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    font-family: Bookman Old Style;
    font-size: 11rem;
    color: #fff;
	z-index: 0;
}
.worries05 .worries_ttl::after{
	position: absolute;
	content: " 05";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    font-family: Bookman Old Style;
    font-size: 11rem;
    color: #fff;
	z-index: 0;
}
.content_text{
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 3rem;
}
.product_name{
	font-size: 2.4rem;
	text-align: left;
	margin-bottom: 2rem;
}
.product_text{
	font-size: 1.5rem;
	text-align: left;
	margin-bottom: 2rem;
}
.product_list_item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2rem;
}
.product_list{
	margin-bottom: 4rem;
}
.product_list:last-child{
	margin-bottom: 0;
}
.product_list_item .product_img{
	width: 60%;
}
.product_list_item .product_info{
	width: 40%;
}
.product_btn{
	width: 100%;
	background-color: #d85067;
	color: #FFF;
	text-align: center;
	font-size: 1.5rem;
	border-radius: 5px;
	padding: 1rem 0;
	border: 1px solid #d85067;
}
.product_btn:hover{
	background-color: #fff;
	color: #d85067;
	border: 1px solid #d85067;
}
.worries05 .product_list{
	display: flex;
	justify-content: space-between;
	gap:20px;
}
.worries05 .product_list .product_list_item,
.worries05 .product_list .product_list_item .product_img{
	width: 100%;
}
.worries05 .product_img img{
	margin-bottom: 3rem;
}
.worries05 .product_btn{
	width: 80%;
	margin: 0 auto;
}
.content_box .product_img img{
	width: 90%;
	margin: auto;
}
@media screen and (max-width:768px){
		.content .worries_bg{
		padding: 10rem 1rem 4rem;;
	}
	.product_list_item{
		display: block;
	}
	.product_list_item .product_img,
	.product_list_item .product_info{
		width: 100%;
	}
	.product_list_item .product_info .product_name,
	.product_list_item .product_info .product_text{
		text-align: center;
	}
	.worries_list_item p{
		font-size: 2.2rem;
	}
	.worries_ttl span{
		font-size: 3rem;
	}
	.worries01 .worries_ttl::after{
    font-size: 8rem;
}
.worries02 .worries_ttl::after{
    font-size: 8rem;
}
.worries03 .worries_ttl::after{
    font-size: 8rem;
}
.worries04 .worries_ttl::after{
    font-size: 8rem;
}
.worries05 .worries_ttl::after{
    font-size: 8rem;
}
}
@media screen and (max-width:500px){
	.worries_list_item p{
		font-size: 2rem;
	}
	.worries_list_item.first_worries p,
	.worries_list_item p{
		    margin-left: 10%;
	}
	.content_text{
	font-size: 1.5rem;
}
	.worries_ttl span{
		font-size: 2.3rem;
	}
	
}
.afterword{
	background-image: url("https://fukuskeonline.itembox.design/item/lp/graduation/img/bg03.jpg");
	background-color: #f7fbfc;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.afterword .content_box{
	position: relative;
	max-width: 1020px;
	background-color: #FFF;
	padding: 10rem 6rem;
	margin: 0 auto 0rem;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}
.afterword .content_box::before{
	position: absolute;
	content: "";
	background-image: url("https://fukuskeonline.itembox.design/item/lp/graduation/img/flower04.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 81px;
	height: 81px;
    top: 2rem;
    left: 2rem;
}
.afterword .content_box::after{
	position: absolute;
	content: "";
	background-image: url("https://fukuskeonline.itembox.design/item/lp/graduation/img/flower05.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 107px;
	height: 112px;
    bottom: 2rem;
    right: 2rem;
}
@media screen and (max-width:768px){
	.afterword .content_box{
		padding: 6rem 4rem 4rem;;
	}
	.afterword .content_box::before,
	.afterword .content_box::after{
		    width: 50px;
    		height: 50px;
	}
}
.frameheight{
	height: 830px;
}
@media screen and (max-width:768px){
.frameheight {
    height: 1640px;
}
}
@media screen and (max-width:425px){
.frameheight {
    height: 845px;
}
}
@media screen and (max-width:375px){
.frameheight {
    height: 740px;
}
}