@charset "utf-8";

*:focus {
  outline: none;
}
body{
    margin: 0;
    padding: 0;
}
.ZenkakuGothicNew{
    font-family: zen-kaku-gothic-new, sans-serif;
}
.ZenKakuGothicAntique{
    font-family: zen-kaku-gothic-antique, sans-serif;
}
.BeVietnamPro{
    font-family: "Be Vietnam Pro", sans-serif;
}
.Notosansjp{
    font-family: "Noto Sans JP", sans-serif;
}


.sticky__container{
	display: flex;
    margin: 0 auto;
    padding: 0;
  background: radial-gradient(at 20% 70%, #88afc7, transparent), radial-gradient(at 20% 30%, #e6a279, transparent), radial-gradient(at 80% 80%, #70bc97, transparent);;
  background-attachment: fixed;

	/*justify-content: center;*/
}
.pcBox{
	width: 20%;
	height: 100vh;
	position: sticky;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.title_pc{
	display: block;
	width: 45vh;
}


#lp_wrap{
    max-width:600px;
	width: 100%;
	text-align: center;
	margin: 0 auto 0;
	display: block;
	padding: 0 0 10%;
	overflow: hidden;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-weight: 500;
	letter-spacing:.5px;
	line-height: 1.65em;;
	background: #FFFFFF;
    color: #222;
}
#lp_wrap img{
    vertical-align: bottom;
    line-height: 0;
    border: none;
}
#lp_wrap ul,#lp_wrap li{
	padding: 0;
    list-style: none;
}

#lp_wrap a,#lp_wrap a:hover,#lp_wrap a:link{
    text-decoration: none;
    opacity: 1;
}
#lp_wrap img{
	width: 100%;
	height:auto;
	 display:block;
}
/* ================================================ 
header
================================================ */
#lp_head{
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
	margin: 0 auto;
}

#lp_head .head_wrap{
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	position: relative;
    background: #FFFFFF;

}
#lp_head .visual{
    width: 100%;
	margin: 0;
	padding: 0;
	z-index: 1;
	position: relative;
	display: block;
    aspect-ratio: 3 / 4;
    opacity: 0;
    animation: fadeIn 1.5s ease 0.5s forwards;
}
@keyframes fadeIn {
  to {
    opacity: 1;
    transform: none;
  }
}
#lp_head .title{
    width: 60%;
    position: absolute;
    place-self: center;
    inset: 0;
    z-index: 10;
    
}
#lp_head .lead{
	font-size: 19px;
	text-align: center;
	margin: 5% auto 10%;
	position: relative;
	display: inline-block;
	line-height: 2em;
}
#lp_head .staff_list{
    width: 70%;
    position: relative;
    background: #eeeeee;
    display: inline-block;
    padding: 5% 0;
    border-radius: 10px;
    margin: 10% auto;
}
#lp_head .staff_list .inner{
    width: 60%;
    text-align: center;
    display: block;
    margin: 5% auto;
}
#lp_head .staff_list .inner .txt{
    font-size: 17px;
    text-align: left;
    line-height: 1.8em;
    border-bottom: #000000 1px dotted;
    margin: 1.5% auto;
}
#lp_head .staff_list .inner .txt span{
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 700;
    font-size: 120%;
}
#lp_head .staff_list .ttl{
    position: absolute;
    width: 40%;
    left: 30%;
    top: -30%;
    z-index: 3;
}




/* ================================================ 
contents
================================================ */
#lp_contents{
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}
#lp_contents section{
	width: 100%;
	text-align: center;
	margin: 0% auto 0%;
	position: relative;
	display: inline-block;
    background-image:linear-gradient(0deg, transparent calc(100% - 1px), #e2f6ff calc(100% - 1px)),
        linear-gradient(90deg, transparent calc(100% - 1px), #e2f6ff calc(100% - 1px));
    background-size: 16px 16px;
    background-repeat: repeat;
    background-position: center center;
}
#lp_contents section:nth-of-type(2){
    background-image:linear-gradient(0deg, transparent calc(100% - 1px), #e3fbef calc(100% - 1px)),
        linear-gradient(90deg, transparent calc(100% - 1px), #e3fbef calc(100% - 1px));
}
#lp_contents section:nth-of-type(3){
    background-image:linear-gradient(0deg, transparent calc(100% - 1px), #ffecec calc(100% - 1px)),
        linear-gradient(90deg, transparent calc(100% - 1px), #ffecec calc(100% - 1px));
}

#lp_contents section .label{
    width: 100%;
    background: #a6c1d2;
    display: inline-block;
    margin: 0 auto;
    padding: 2% 0;
    border-bottom: #333 dashed 1px;
}
#lp_contents section:nth-of-type(2) .label{
    background: #97cab1;
}
#lp_contents section:nth-of-type(3) .label{
    background: #deb69e;
}
#lp_contents section .label .no{
    font-size: 20px;
    color: #FFFFFF;
    font-family: "Be Vietnam Pro", sans-serif;
    text-align: left;
    font-weight: 700;
    margin: 0 auto;
    line-height: 1.5em;
    padding-left: 2%;
}
#lp_contents section h1{
    font-size: 20px;
    text-align: center;
    margin: 5% auto;
    line-height: 1.5em;
}
#lp_contents section .main_box{
    width: 90%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    column-gap: 5%;
    margin: 0 auto;
    align-items: center;
}
#lp_contents section .main_box .main{
    width: 50%;
    position: relative;
}
#lp_contents section .main_box .plof{
    width: 50%;
    display: inline-block;
    margin: 0 auto;
}
#lp_contents section .plof ul li{
    display: flex;
    column-gap: 10%;
    position: relative;
    justify-content: flex-start;
    border-bottom: #a6c1d2 1px solid;
    margin: 10% auto;
    align-items: end;
}
#lp_contents section:nth-of-type(2) .plof ul li{
   border-bottom: #97cab1 1px solid; 
}
#lp_contents section:nth-of-type(3) .plof ul li{
   border-bottom: #deb69e 1px solid; 
}
#lp_contents section .plof ul li .tab{
    width: 30%;
}
#lp_contents section .plof ul li .txt{
    width: 70%;
    font-size: 25px;
    text-align: left;
}
#lp_contents section .plof ul li .txt_s{
    width: 70%;
       font-size: 18px;
    text-align: left; 
}
#lp_contents section .qa_box ul{
    width: 90%;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5%;
    margin: 5% auto 10%;
}
#lp_contents section .qa_box ul li{
    width: 100%;
    background: #ebf2f4;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    border-radius:10px;
}
#lp_contents section:nth-of-type(2) .qa_box ul li{
    background: #ebf4eb;
}
#lp_contents section:nth-of-type(3) .qa_box ul li{
    background: #f4ebeb;
}
#lp_contents section .qa_box ul li .question{
    width: 100%;
    background: #a6c1d2;
    color: #FFFFFF;
    font-size: 16px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: inline-block;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
#lp_contents section:nth-of-type(2) .qa_box ul li .question{
    background: #97cab1;
}
#lp_contents section:nth-of-type(3) .qa_box ul li .question{
    background: #deb69e;
}

#lp_contents section .qa_box ul li .answer{
    font-size: 22px;
    text-align: center;
    padding: 10% 0;
    display: inline-block;
    
}
#lp_contents section .qa_box ul li .answer_s{
    width: 90%;
    font-size: 16px;
    text-align: center;
    padding: 5% 0;
    display: inline-block;
    letter-spacing: 0px;
    line-height: 2em;
    
}
#lp_contents section .staff_sns{
    width: 30%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    column-gap: 5%;
    justify-content: center;
}
#lp_contents section .staff_sns .icon{
    width: 50px;
    position: relative;
}

#lp_contents section .history_box{
    width: 100%;
    background: #a6c1d2;
    position: relative;
    display: inline-block;
    padding: 15% 0;
    margin: 10% auto 0;
}
#lp_contents section:nth-of-type(2) .history_box{
    background: #97cab1;
    padding: 5% 0;
}
#lp_contents section:nth-of-type(3) .history_box{
    background: #e2c1ae;
}
#lp_contents section .history_box .ttl{
    position: absolute;
    left: 5%;
    top: 5%;
    width: 28%;
    z-index: 10;
    transform: rotate(-10deg);
}
#lp_contents section:nth-of-type(2) .history_box .ttl{
    top: 12%;
}
#lp_contents section .history_box .inner{
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0% auto;
    column-gap: 5%;
}
#lp_contents section .history_box .img{
    width: 50%;
    position: relative;
    aspect-ratio: 100 / 116.4652;
    margin-left: -2%;
}
#lp_contents section .history_box .txt{
    width: 50%;
    display: inline-block;
    color: #FFFFFF;
    font-weight: bolder;
    text-align: left;
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 1.65em;
    margin: 0 auto;
}
#lp_contents section .history_box .txt span{
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    
}
#lp_contents section .aboutlp_box{
    width: 100%;
    background: #ebf2f4;
    position: relative;
    display: inline-block;
    padding: 15% 0;
    margin: 0% auto ;
}
#lp_contents section:nth-of-type(2) .aboutlp_box{
    background: #ebf4eb;
}
#lp_contents section:nth-of-type(3) .aboutlp_box{
    background: #f4ebeb;
}
#lp_contents section .aboutlp_box .inner{
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0% auto;
    column-gap: 5%;
}
#lp_contents section .aboutlp_box .ttl{
    position: absolute;
    right: 30%;
    top: 5%;
    width: 28%;
    z-index: 10;
    transform: rotate(-10deg);
}
#lp_contents section .aboutlp_box .img{
    width: 50%;
    position: relative;
    aspect-ratio: 100 / 116.4652;
}
#lp_contents section .aboutlp_box .txt{
    width: 50%;
    display: inline-block;
    text-align: left;
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 1.65em;
    margin: 0 auto;
}

/* ================================================ 
footer
================================================ */

#lp_footer{
	width:100%;
	display: block;
	margin: 15% auto 5%;
	padding: 0% 0 0%;
	position: relative;
	text-align: center;
}
#lp_footer .footer{
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0 auto;
}
#lp_footer .lp_logo{
		width: 20%;
		margin: 10% auto 5%;
	}

#lp_footer .sns_area{
    width: 45%;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
#lp_footer .sns_area ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap:10%;
}
#lp_footer .sns_area ul li{
    position: relative;
}
#lp_footer .copy{
    font-size: 13px;
    text-align: center;
    margin: 5% auto;
    font-family: "helvetica-lt-pro", sans-serif;
}



/*=====ボタン01=====*/
.btn_01 a {
	color: #000000;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3% auto;
    width: 30%;
    padding: 1.3% 0%;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.5em;
    letter-spacing: 0px;
	float: none;
    font-family: roboto-slab, serif;
    border: #000000 1px solid;
    background: #FFFFFF;
    
}
.btn_01 a:hover{
    background: #000000;
    color: #FFFFFF;
}
/*=====ボタン02=====*/
.btn_02 a {
	color: #000000;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5% auto;
    width: 70%;
    padding: 2.5% 0%;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5em;
    letter-spacing: 0px;
	float: none;
    font-family: roboto-slab, serif;
    border: #000000 1px solid;
    background: #FFFFFF;
    
}
.btn_02 a:hover{
    background: #000000;
    color: #FFFFFF;
}
.btn_all a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 80%;
    margin: 5% auto;
    padding: .9em 0em .9em 0em;
    border: 1px solid #000000;
    border-radius: 0px;
    background-color: #fff;
    color: #000000;
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: 0px;
}


.btn_all a::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #000000;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.btn_all a:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}

.btn_all_02 a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 5% auto;
    padding: .9em 0em .9em 0em;
    border: 1px solid #000000;
    border-radius: 0px;
    background-color: #fff;
    color: #000000;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 2em;
}


.btn_all_02 a::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #000000;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.btn_all_02 a:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}


.pc{
    display:block;
}
.sp {
	display:none;
}
.clear{
    clear: both;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.small{
	font-size: 70%;
}
.strong{
    font-size: 110%;
}
.MT5{
    margin-top: 5%;
    margin-bottom: 10%;
}
.highlighter {
  background: linear-gradient(transparent 70%, #9cb71c 0%);
}
.line{
    width: 90%;
    text-align: center;
    border-top: #9cb71c 1px solid;
    margin:5% auto;
}
.line2{
    width: 90%;
    text-align: center;
    border-top: #9cb71c 1px solid;
    margin:8% auto;
}

/**********************************************
　　　　　　　　　　　　SP
**********************************************/

@media only screen and (max-width:768px){
	.pcBox{
		display: none;
	}
	#lp_wrap {
		width: 100%;
		margin: 0% auto;
	}
    #lp_head .lead{
        font-size: 15px;
    }
    #lp_head .staff_list{
        width: 80%;
    }
    #lp_head .staff_list .inner{
        width: 80%;
    }
    #lp_head .staff_list .inner .txt{
        font-size: 14px;
    }
    #lp_contents section h1{
        font-size: 17px;
    }
    #lp_contents section .qa_box ul{
        gap: 5% 2%;
    }
    #lp_contents section .plof ul li{
        margin: 5% auto;
        
    }
    #lp_contents section .plof ul li .txt{
        font-size: 16px;
    }
    #lp_contents section .plof ul li .txt_s{
        font-size: 14px;
        line-height: 1.5em;
    }
    #lp_contents section .qa_box ul li .question{
        font-size: 13px;
    }
    #lp_contents section .qa_box ul li .answer{
        font-size: 16px;
    }
    #lp_contents section .qa_box ul li .answer_s{
        font-size: 14px;
        line-height: 1.5em;
        padding: 10% 0;
    }
    #lp_contents section .staff_sns{
        width: 40%;
    }
    #lp_contents section .history_box{
        padding: 18% 0 15%;
    }
    #lp_contents section:nth-of-type(3) .history_box{
        padding: 20% 0 15%;
    }
    #lp_contents section .history_box .ttl{
        width: 35%;
        top: 10%;
    }
    #lp_contents section:nth-of-type(2) .history_box .ttl{
        top: 16%;
    }
     #lp_contents section:nth-of-type(3) .history_box .ttl{
        top: 7%;
    }   
    #lp_contents section .history_box .txt{
        font-size: 13px;
    }
    #lp_contents section .history_box .txt span{
        font-size: 11px;
    }
    #lp_contents section .aboutlp_box{
        padding: 20% 0 15%;
    }
    #lp_contents section .aboutlp_box .ttl{
        width: 34%;
        top: 8%;
    }
    #lp_contents section:nth-of-type(2) .aboutlp_box .ttl{
        top: 12%;
        right: 19%;
    }
    
    #lp_contents section .aboutlp_box .txt{
        font-size: 13px;
    }
    
    
    
    
    
    #lp_footer .lp_logo{
        width: 30%;
    }
    #lp_footer .sns_area{
        width: 55%;
        margin: 6% auto 3%;
    }
    #lp_footer .sns_area ul{
        gap:8%;
    }
    #lp_footer .copy{
        font-size: 11px;
    }
    .btn_01 a{
        width: 50%;
        font-size: 15px;
        line-height: 1.8em;
    }
    .btn_02 a{
        font-size: 11px;
        line-height: 1.8em;
    }
    .btn_all a{
        width: 90%;
        font-size: 16px;
    }
    .btn_all_02 a{
        font-size: 13px;
    }
	
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}

/* ================================================ 
　　　　　　　　　　　　CSS動き
================================================ */


.img-wrap {
  animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes img-wrap {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }

  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}
/* 遅延用 */
.img-wrap.delay::before {
  animation-delay: 0.5s;
}




/* ============ 3枚切り替え ============ */

.slider3,
.slider2{
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
    
}
.slider3 img,
.slider2 img{
    width: 100%;
    height: auto;
    display: block;
}

.slider3{
    animation: anime3 6s infinite;
}
.slider3:nth-child(1) { animation-delay: 0s; }
.slider3:nth-child(2) { animation-delay: 2s; }
.slider3:nth-child(3) { animation-delay: 4s; }

/* ============ 2枚切り替え ============ */
.slider2{
    animation: anime2 4s infinite;
}
.slider2:nth-child(1) { animation-delay: 0s; }
.slider2:nth-child(2) { animation-delay: 2s; }


/* 3枚用のキーフレーム（全体で6秒、1枚あたり2秒の計算） */
@keyframes anime3 {
  0% { opacity: 0; z-index: 1; }
  8% { opacity: 1; z-index: 3; }   /* 0.5秒かけてふわっと表示 */
  33% { opacity: 1; z-index: 3; }  /* 約2秒間（33%まで）表示をキープ */
  41% { opacity: 0; z-index: 1; }  /* 0.5秒かけてふわっと消える */
  100% { opacity: 0; }
}

/* 2枚用のキーフレーム（全体で4秒、1枚あたり2秒の計算） */
@keyframes anime2 {
  0% { opacity: 0; z-index: 1; }
  12% { opacity: 1; z-index: 3; }  /* 0.5秒かけてふわっと表示 */
  50% { opacity: 1; z-index: 3; }  /* 2秒間（50%まで）表示をキープ */
  62% { opacity: 0; z-index: 1; }  /* 0.5秒かけてふわっと消える */
  100% { opacity: 0; }
}






