
.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;
}
body{
	background-color: #FFF;
}

/* 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);
}
.lp_wrap img {
	width: 100%;
	display: block;
}
@media screen and (max-width: 1380px) {
}
@media screen and (max-width: 768px) {
}
.lp_wrap * {
	line-height: 1em;
	font-feature-settings: "palt";
	font-family: "source-han-sans-japanese", sans-serif;
	color: var(--color_main);
	font-size: 62.5%;
	line-height: 1.7;
}


/*共通*/
.content-wrap{
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding: 10rem 0;
}
a:hover, a:focus {
    text-decoration: unset;
}


/*h_lead f_lead*/
.h_lead{
	background-color: #FFF;
}
.f_lead{
	background-color: #bde2b8;
}
.h_lead .text,
.f_lead .text{
	font-size: 2rem;
	text-align: center;
	color: #383838;
}
.f_lead .lead_btn{
	background: #FFF;
	max-width: 40rem;
	width: 100%;
	font-size: 2.4rem;
	font-weight: 600;
	text-align: center;
  	color: #48aa3b;
	border-radius: 999px;
	margin: 4rem auto 0;
	padding: 2rem 0;
	transition: all 0.3s;
}
.f_lead .lead_btn:hover{
  background: #46a739;
  color: #fff;
}
@media screen and (max-width:768px){
	.f_lead .lead_btn{
		width: 80%;
		padding: 1rem 0;
	}
}
@media screen and (max-width:520px) {
.h_lead .text,
.f_lead .text{
	font-size: 1.8rem;
	padding: 0 1rem;
}
}

/*メインコンテンツ*/
.content {
  position: relative;
	width: 100%;
  display: flex;
  align-items: flex-start;
}

.content .bg_{
	background-image: url("../img/background.jpg");
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
	z-index: -1;
}

.content_potision{
		position: relative;
	  max-width: 1400px;
    width: 100%;
    height: 100%;
    scrollbar-width: none;
    overflow-y: scroll;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.left_content {
  position: relative;
	max-width: 700px;
	width: 100%;
  top: 0;
  left: 0;
  height: 100vh;
  box-sizing: border-box;
  z-index: 10;
	margin: 0 auto;
	padding: 0;
}
.left_wrap{
	position: relative;
	max-width: 700px;
	width: 100%;
	box-sizing: border-box;
	transition: opacity 0.4s ease, transform 0.4s ease;
	transform: translateY(0);
	visibility: visible;
}


.left_wrap.fadeout {
  opacity: 0;
  transform: translateY(20px); /* 下にスッと下がる */
  visibility: hidden;
  pointer-events: none;
}

.left_wrap.fadein {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}
.fixed_icon{
    max-width: 331px;
    width: 100%;
    margin: 0 auto 3rem;
}
.sec_btn{
	max-width: 400px;
	width: 100%;
	font-size: 2.8rem;
	font-weight: 600;
	text-align: center;
	color:  #44a742;
	background: #FFF;
	border-radius: 999px;
	margin: 0 auto 3rem;
	padding: 1rem 0;
	transition: all 0.3s;
}
.sec_btn.active {
  background: #46a739;
  color: #fff;
}
.sec_btn:hover{
  background: #46a739;
  color: #fff;
}

.right_content {
	max-width: 700px;
	width: 100%;
	background-color: #FFF;
	margin: 0 auto;
}


@media screen and (max-width:1199px){
	.content_potision{
		display: block;
	}
	.left_content{
		display: none;
		padding: 6rem 0;
		height: 100%;
	}
}

@media screen and (max-width: 520px) {
    .sec_btn{
			font-size: 2rem;
		}
}

/*type*/
.type01{
	padding-top: 8rem;
}
.type01,
.type02{
	margin-bottom: 10rem;
}
.type_ttl{
	text-align: center;
	margin-bottom: 6rem;
}
.type_ttl span{
	display: inline-block;
	font-size: 4.6rem;
	font-weight: bold;
	text-align: center;
	background: linear-gradient(135deg, #eebc7d, #e77474);
	color: #FFF;
	padding: 0 1rem;
	margin-bottom: 1rem;
}
.type_ttl span:last-child{
	margin-bottom: 0;
}
.type_item_img{
	margin-bottom: 6rem;
}

.type_text{
	max-width: 540px;
	width: 100%;
	font-size: 1.8rem;
	margin: 0 auto 4rem;
}
.type_btn{
	max-width: 400px;
	width: 100%;
	font-size: 2.8rem;
	font-weight: 600;
	text-align: center;
	color:  #44a742;
	background: #FFF;
	border: 1px solid #44a742;
	border-radius: 999px;
	margin: 0 auto;
	padding: 1rem 0;
	transition: all 0.3s;
}
.type_btn:hover{
  background:#46a739;
  color: #fff;
}
@media screen and (max-width:768px){
	.type_btn{
		width: 80%;
		padding: 1rem 0;
	}
}
@media screen and (max-width:767px){
	.type_ttl span{
		font-size: 3.6rem;
	}
}
@media screen and (max-width: 520px) {
    .type_ttl span {
        font-size: 2.6rem;
    }
		.type_text{
			font-size: 1.6rem;
			padding: 0 1rem;
		}
		.type_btn{
			font-size: 2rem;
		}
}

.secret_ttl{
	background-image: url(../img/ttl_bg.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 700 / 131;
	width: 100%;
	font-size: 4.6rem;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 10px;
	margin-bottom: 4rem;
}
.secret_text{
	font-size: 3.2rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 4rem;
}
.secret_text span{
	font-size: 4rem;
	color: #c54036;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width:767px){
	.secret_ttl{
		font-size: 3.6rem;
	}
	.secret_text{
		font-size: 2.2rem;
	}
	.secret_text span{
		font-size: 3.5rem;
	}
}
@media screen and (max-width: 520px) {
    .secret_ttl {
        font-size: 2.6rem;
    }
		.secret_text{
			font-size: 2rem;
		}
		.secret_text span{
			font-size: 3rem;
		}
}