@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

*:focus {
  outline: none;
}
body{
    margin: 0;
    padding: 0;
}
#lp_bg{
	width: 100%;
	background: radial-gradient(circle,rgba(235, 235, 235, 1) 0%, rgba(171, 171, 171, 1) 100%);
	position: relative;
	display: block;
	background-attachment: fixed;
}
#lp_wrap{
	max-width: 600px;
    width: 100%;
	text-align: center;
	margin: 0% auto;
    color: #000000;
    display: block;
	background-image: url("../images/bg.jpg");
    padding:0;
	line-height: 1.65em;
    font-weight: 400;
    overflow: hidden;
    letter-spacing: 1px;
    font-family: 'Noto Sans JP', sans-serif;
    
}
#lp_wrap img{
    width: 100%;
    vertical-align: bottom;
    line-height: 0;
    border: none;
}
#lp_wrap ul,#lp_wrap li{
	padding: 0;
	overflow: hidden;
    list-style: none;
}
#lp_wrap a,#lp_wrap a:hover,#lp_wrap a:link{
    text-decoration: none;
    opacity: 1;
}


.Rubik{
    font-family: "Rubik", sans-serif;
}
.Inter{
    font-family: "Inter", serif;
}
.Hiragino{
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
#lp_head{
	background: #FFFFFF;
}

#lp_head .head{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 5% auto 0;
    position: relative;
}
#lp_head .title{
    width:70%;
    text-align: center;
    margin: 5% auto;
}
#lp_head .title_icon{
	width: 16%;
	position: absolute;
	top: 0%;
	right: 5%;
}
#lp_head .lead{
    width: 90%;
    font-size: 17px;
    text-align: center;
    margin: 10% auto;
    position: relative;
    display: inline-block;
    line-height: 2.4em;
    font-weight: 600;
}
#lp_head .lead span{
    font-size: 120%;
}
#lp_head .title_icon{
	opacity: 0;
    transform: translateY(50px);
    transition: 1.5s all 0.2s ease;
}
#lp_head .title{
    opacity: 0;
	transform: translateY(50px);
	transition: 1.5s all 0.4s ease;
}

#lp_head .lead{
    opacity: 0;
    transform: translateY(50px);
    transition: 1.5s all 0.6s ease;
}

#lp_head.ac .title,#lp_head.ac .lead,#lp_head.ac .title_icon{
	opacity: 1;
    transform: translate(0);
}
#lp_head .about{
	width: 90%;
	border: #156379 3px solid;
	display: inline-block;
	padding: 5% 0;
}
#lp_head .about .ttl{
	font-size: 25px;
	text-align: center;
	margin: 0 auto;
	line-height: 1em;
	color: #156379;
	font-weight: 500;
}
#lp_head .about .txt{
	width: 90%;
	font-size: 14px;
	text-align: center;
	margin: 0% auto;
	line-height: 2em;
}
#lp_head .about .strong{
	font-size: 110%;
	color: #156379;
	font-weight: 600;
}
#lp_head .about .txt_s{
	width: 90%;
	font-size: 13px;
	color: #333;
	text-align: center;
	letter-spacing: 0px;
	margin: 0 auto;
	line-height: 1.4em;
}
#lp_head .prof{
	width: 85%;
	text-align: center;
	display: flex;
	align-content: stretch;
	gap:4%;
	margin: 8% auto;
	position: relative;
}
#lp_head .prof .illust{
	width: 30%;
	
}
#lp_head .prof .detail{
	width: 66%;
	display: inline-block;
	position: relative;
	margin: 5% auto 0;
}
#lp_head .prof .detail .name{
	font-size: 22px;
	text-align: left;
	font-family: "Inter", serif;
	font-weight: 500;
	margin: 0 auto;
}
#lp_head .Notosan{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 80%;
	font-weight: 300;
}
#lp_head .prof .detail a{
	width: 100%;
	font-size: 13px;
	text-align: left;
	margin: 0 auto;
	font-family: "Inter", serif;
	float: left;
	display: inline-block;
	color: #000000;
	text-decoration: underline;
}
#lp_head .prof .detail .txt{
	font-size: 12px;
	text-align: left;
	margin: 15% auto 0;
	line-height: 1.5em;
	color: #333;
}


/* ================================================
コンテンツ
================================================ */

#lp_contents{
    width: 100%;
    text-align: center;
    position:relative;
    margin: 0 auto;
    display: block;
    padding: 5% 0;
}
#lp_contents .tab{
	width: 80%;
	text-align: center;
	margin: 0 auto;
	position: relative;
	display: inline-block;
}
#lp_contents .tab .ttl{
	font-size: 18px;
	text-align: center;
	margin: 5% auto 10%;
	color: #156379;
	line-height: 2em;
	font-weight: 800;
}
#lp_contents .tab .line{
	border-bottom: #156379 1px solid;
}
#lp_contents .tab ul{
	position: relative;
	display: grid;
	grid-template-columns:1fr 1fr;
	column-gap: 10%;
}
#lp_contents .tab ul li{
	display: inline-block;
	margin-bottom:25%;
}
#lp_contents .lp_box{
	width: 100%;
	display: inline-block;
	position: relative;
	padding: 10% 0 0;
}
#lp_contents .lp_box .header{
	width: 90%;
	text-align: center;
	margin: 0 auto;
}
#lp_contents .lp_box .header .element{
	width: 55%;
	text-align: center;
	margin: 0 auto;
}
#lp_contents .lp_box .header .txt{
	width: 80%;
	font-size: 14px;
	text-align: center;
	margin: 5% auto 10%;;
	position: relative;
	display: inline-block;
	line-height: 1.7em;
}
#lp_contents .lp_box .item-area{
	width: 100%;
	display: inline-block;
	position: relative;
	text-align: center;
	margin: 0 auto;
	background: #FFFFFF;
}
#lp_contents .lp_box .item-area .inner{
	width: 90%;
	text-align: center;
	margin: 5% auto;
}
#lp_contents .lp_box .item-area .main{
	position: relative;
}
#lp_contents .lp_box .item-area .main_ttl{
	width: 100%;
	background: #ee858c;
	display: inline-block;
	color: #FFFFFF;
	font-weight: 500;
	padding: 2% 0;
	line-height: 2em;
	font-size: 20px;
}
#lp_contents .lp_box .item-area .main .color_ttl{
	width: 90%;
	font-size: 25px;
	text-align: center;
	margin:6% auto;
	line-height: 1.5em;
	color: #7bc383;
	font-weight:600;
}
#lp_contents .lp_box .item-area .small{
	font-size: 80%;
	font-family: "Inter", serif;
}
#lp_contents .lp_box .item-area .main .item ul{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 5%;
}
#lp_contents .lp_box .item-area .main .item ul li{
	display: inline-block;
	position: relative;
}
#lp_contents .lp_box .item-area .main .item .img{
	border: #7bc383 1px solid;
}
#lp_contents .lp_box .item-area .credit{
	font-size: 15px;
	margin: 5% auto;
	text-align: center;
}
#lp_contents .lp_box .item-area .credit .small{
	font-size: 80%;
}
#lp_contents .lp_box .item-area .sub{
	width: 100%;
	position: relative;
	margin: 5% auto 0;
}
#lp_contents .lp_box .item-area .sub_ttl{
	width: 100%;
	background: #ee858c;
	display: inline-block;
	color: #FFFFFF;
	font-weight: 500;
	padding: 1.6% 0;
	line-height: 1em;
	font-size: 17px;
}
#lp_contents .lp_box .item-area .sub .item{
	width: 95%;
	text-align: center;
	margin: 5% auto 0;
	display: flex;
	gap:4%;
	position: relative;
}
#lp_contents .lp_box .item-area .sub .img{
	width: 40%;
	border: #e84b52 1px solid;
}
#lp_contents .lp_box .item-area .sub .detail{
	width: 56%;
	display: inline-block;
	margin: 5% auto 0;
}
#lp_contents .lp_box .item-area .sub .detail .color_ttl{
	font-size: 18px;
	text-align:center;
	margin:0% auto;
	line-height: 1.5em;
	font-weight:600;
	color: #e84b52;
}
#lp_contents .lp_box .item-area .sub .detail .btnbox{
	width: 70%;
	display: inline-block;
}


#lp_footer{
	width: 100%;
	position: relative;
	text-align: center;
	margin: 0 auto;
	border-top: #156379 1px solid;
	padding-top: 15%;
}
#lp_footer .footer_box{
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	position: relative;
}
#lp_footer .footer_box .title_s{
	width: 20%;
	text-align: center;
	margin: 0 auto;
}
#lp_footer .footer_box .title{
	color: #156379;
	font-weight: 500;
	text-align: center;
	margin: 3% auto;
	line-height: 1.8em;
	font-size: 22px;
}
/*アコーディオン*/
#lp_footer .accordion{
	width: 100%;
	margin: 0 auto;
}

/*ベース*/
#lp_footer .toggle {
	display: none;
}
#lp_footer .Label {	
	padding: 1% 0;
	display: block;
}
#lp_footer .color-1{
	background-color: #ee858c;
}

#lp_footer .color-2{
	background-color: #e0c09c;
}

#lp_footer .color-3{
	background-color: #7bc383;
}

#lp_footer .color-4{
	background-color: #669ab4;
}
#lp_footer .Label .ttl_box{
	width: 80%;
	text-align: center;
	margin: 0 auto;
	display: flex;
	gap:4%;
	align-items: center;
	
}
#lp_footer .Label .ttl_box .img{
	width: 20%;
	padding: 3% 0;
}
#lp_footer .Label .ttl_box .ttl{
	width: 76%;
	font-size: 17px;
	font-weight: 400;
	position: relative;
	color: #FFFFFF;
	line-height: 1.75em;
}
#lp_footer .Label .ttl_box .ttl .strong{
	font-size: 120%;
	font-weight: 600;
}

#lp_footer .Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
#lp_footer .Label,
#lp_footer .component {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
#lp_footer .component{		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
	background: #FFFFFF;
}
#lp_footer .toggle:checked + .Label + .component {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
#lp_footer .toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
#lp_footer .component .inner{
	width: 100%;
	display: flex;
	gap:4%;
	align-items: center;
	margin: 5% auto;
}
#lp_footer .component .inner .icon{
	width: 20%;
}
#lp_footer .component .inner .txt{
	width: 76%;
	font-size: 13px;
	text-align: left;
	display: inline-block;
	line-height: 1.5em;
}
#lp_footer .component .inner .txt .strong{
	font-weight: 600;
	font-size: 120%;
}
/*アコーディオン*/

#lp_footer .logo{
	width: 35%;
	text-align: center;
	margin: 15% auto;
	position: relative;
	display: block;
}




/* ======================== ボタン======================== */
.btn01 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0% auto 5%;
    width: 98%;
    padding: 3% 0%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6em;
	font-family: "Inter", serif;
    border-radius: 2px;
	background: linear-gradient(157deg,rgba(235, 235, 235, 1) 0%, rgba(171, 171, 171, 1) 100%);
    
}
.btn_all a {
	background:#FFFFFF;
	color: #156379;
	border: #156379 2px solid;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15% auto 10%;
    width: 70%;
    padding: 3% 2%;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 0px;
    border-radius:0vh;
}
.btn_all a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #156379;
    border-right: 2px solid #156379;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn_all a:hover {
	background:#156379;
	color: #fff;
	border: #156379 2px solid;
}
.btn_all a:hover:after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}


.pc{
    display:block;
}
.sp {
	display:none;
}
.clear{
    clear: both;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.hr{
	width: 100%;
	border-bottom:2px solid #dcd5c5;
	margin: 0 auto;
}



/**********************************************
　　　　　　　　　　　　SP
**********************************************/

@media only screen and (max-width:768px){
	#lp_bg{
		background: #FFFFFF;
	}
	#lp_wrap {
		width: 100%;
        padding: 0% 0 15%;
		letter-spacing: 0.5px;
		margin: 10% auto 0;
	}
	#lp_head .title{
		width: 100%;
		width: 77%;
	}
	#lp_head .title_icon{
		width: 22%;
		top: -1%;
	}
	#lp_head .lead{
		font-size: 15px;
		letter-spacing: 0px;
	}
	#lp_head .about{
		padding: 8% 0;
	}
	#lp_head .about .ttl{
		font-size: 20px
	}
	#lp_head .about .txt{
		font-size: 14px;
	}
	#lp_head .about .txt_s{
		font-size: 12px;
	}
	#lp_head .prof{
		width: 90%;
		align-items: center;
	}
	#lp_head .prof .detail{
		margin: 0 auto;
	}
	#lp_head .prof .detail .name{
		font-size: 17px;
	}
	#lp_contents{
		padding: 10% 0;
	}
	#lp_contents .tab{
		width: 85%;
	}
	#lp_contents .tab .ttl{
		font-size: 17px;
	}
	#lp_contents .tab ul{
		column-gap: 4%;
	}
	#lp_contents .lp_box .header .txt{
		width: 100%;
	}
	#lp_contents .lp_box .item-area .main_ttl{
		font-size: 16px;
		font-weight: 400;
	}
	#lp_contents .lp_box .item-area .main .color_ttl{
		font-size: 18px;
	}
	#lp_contents .lp_box .item-area .main .item ul{
		column-gap: 3%;
	}
	#lp_contents .lp_box .item-area .credit{
		font-size: 13px;
		line-height: 1.5em;
	}
	#lp_contents .lp_box .item-area .sub_ttl{
		font-size: 16px;
		font-weight: 400;
	}
	#lp_contents .lp_box .item-area .sub .item{
		width: 100%;
		gap: 2%;
		align-items: center;
	}
	#lp_contents .lp_box .item-area .sub .img{
		width: 42%;
	}
	#lp_contents .lp_box .item-area .sub .detail{
		width: 54%;
	}
	
	#lp_contents .lp_box .item-area .sub .detail .color_ttl{
		font-size: 15px;
		letter-spacing: 0px;
	}
	#lp_contents .lp_box .item-area .sub .detail .btnbox{
		width: 80%;
	}
	#lp_footer .Label .ttl_box{
		gap:2%;
	}
	#lp_footer .footer_box .title{
		font-size: 18px;
		margin-bottom: 10%;
	}
	#lp_footer .Label .ttl_box .img{
		width: 30%;
	}
	#lp_footer .Label .ttl_box .ttl{
		font-size: 14px;
	}
	#lp_footer .logo{
		width: 55%;
	}
	.btn01 a{
		font-size: 14px;
	}
	.btn_all a{
		width: 85%;
		padding: 4% 0;
		font-size: 15px;
		font-weight: 400;
		margin: 20% auto 10%;
	}
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }

}

.fade{
	opacity: 0;
	transition: 1.8s all 0.2s ease;
}
.fade01{
	opacity: 0;
	transition: 1.5s all 0.2s ease;
}
.fade02{
	opacity: 0;
	transition: 1.5s all 0.4s ease;
}
.fade03{
	opacity: 0;
	transition: 1.5s all 0.6s ease;
}
.fade04{
	opacity: 0;
	transition: 1.5s all 0.8s ease;
}
.fade.ac,.fade01.ac,.fade02.ac,.fade03.ac,.fade04.ac{
	opacity: 1;
    transform: translate(0);
}
.anim {
    opacity: 0;
    transform: translateY(40px);
    transition: 1.2s all 0.2s ease;
}
.anim2 {
    opacity: 0;
    transform: translateY(40px);
    transition: 1.2s all 0.5s ease;
}
.anim.ac,.anim2.ac {
	opacity: 1;
    transform: translate(0);
}
.dw {
    opacity: 0;
    transform: translateY(-30px);
    transition: 1.5s all 0.4s ease;
}

.dw.ac {
	opacity: 1;
    transform: translate(0);
}