@charset "utf-8";

body{
    margin: 0;
    padding: 0;
}

#lp_wrap{
    width: 100%;
	text-align: center;
	margin: 0% auto 0;
    padding: 5% 0 0;
    color: #333;
    display: block;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 1.5em;
    overflow: hidden;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: zen-kaku-gothic-new, sans-serif;
    background: #E3E3E3;
}
#lp_wrap img{
    width: 100%;
    vertical-align: bottom;
    line-height: 0;
}
#lp_wrap ul{
	padding: 0;
	overflow: hidden;
    margin: 0 auto;
}
#lp_wrap li{
	list-style: none;
}
#lp_wrap a{
    text-decoration: none;
}
#lp_wrap a:link{
    opacity: 1;
}
#lp_wrap a:hover{
    text-decoration: none;
}

.Inter{
    font-family: "Inter", serif;
}
.BeVietnam{
    font-family: "Be Vietnam Pro", sans-serif;
}
.NotoSans{
    font-family: "Noto Sans JP", sans-serif;
}
.ZenKakuGothicNew{
    font-family: zen-kaku-gothic-new, sans-serif;
}
.Helvetica{
    font-family: helvetica-lt-pro, sans-serif;
}
.Span_font{
    font-family: span, serif;
}
.Span_Compressed{
    font-family: span-compressed, serif;
}
.Span_Condensed{
    font-family: span-condensed, serif;
}
#lp_wrap .lp_head{
    max-width: 1100px;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    padding: 5% 0;
}
#lp_wrap .lp_head .title{
    width:26%;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
#lp_wrap .lp_head .heading{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.7em;
    text-align: center;
    position: relative;
    margin: 5% auto;
}
#lp_wrap .lp_head .heading span{
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
}
#lp_wrap .lp_head .lead{
    font-size: 17px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.65em;
    position: relative;
    font-weight: 400;
}

#lp_wrap .lp_box{
    max-width: 1000px;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 5% auto;
}
#lp_wrap .lp_box .inner{
    max-width: 900px;
    width: 100%;
    text-align: center;
    display: flex;
    column-gap: 5%;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
#lp_wrap .lp_box .label{
    width: 100px;
    left: -5%;
    top: -5%;
    position: absolute;
    z-index: 10;
    
}
#lp_wrap .lp_box .inner .main{
    width: 50%;
    position: relative;
}
#lp_wrap .lp_box .inner .sub{
    width: 50%;
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}
#lp_wrap .sub .item{
    font-size: 20px;
    font-weight: bolder;
    line-height: 1.85em;
    text-align: left;
    margin: 0 auto;
}
#lp_wrap .sub .staffcmt{
    width: 100%;
    display: inline-block;
    margin: 10% auto 0;
    position: relative;
    
}
#lp_wrap .sub .staffcmt .ttl_s{
  align-items: center; 
  display: flex; 
    font-size: 15px;
    font-weight: 300;
    font-family: "Be Vietnam Pro", sans-serif;
    letter-spacing: 0px;
    margin: 0 auto 5%;
}
#lp_wrap .sub .staffcmt .ttl_s::after {
  background-color: #333; 
  border-radius: 0px; 
  content: "";
  flex-grow: 1;
  height: 1px; 
}
#lp_wrap .sub .staffcmt .ttl_s::after {
  margin-left: 15px; 
}
#lp_wrap .sub .staffcmt .staff{
    width: 60%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    column-gap: 5%;
    float: left;
}
#lp_wrap .sub .staffcmt .staff .img{
    width: 30%;
    position: relative;
}
#lp_wrap .sub .staffcmt .staff .name{
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
    
}
#lp_wrap .sub .staffcmt .txt_box{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 3% auto;
}
 #lp_wrap .sub .staffcmt .txt_box .speechBubble {
     position: relative;
     display: inline-block;
     padding: 5%;
     border-radius: 8px;
     background-color: #ffffff;
     text-align: left;
     font-size: 14px;
     font-weight: 400;
     line-height: 1.5;
     color: #000000;
}

 #lp_wrap .sub .staffcmt .txt_box .speechBubble::after {
     content: "";
     position: absolute;
     top: 0;
     left: 23%;
     border-style: solid;
     border-width: 0 20px 18px 0;
     border-color: transparent transparent #ffffff;
     translate: -50% -100%;
     transform: skew(-19deg);
     transform-origin: bottom;
}
.reverse{
    flex-direction: row-reverse;
}




/* ============ ボタン ============ */

.btn01 a {
    background: #333;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 3% auto 0;
    width: 45%;
    padding: 2.5% 0%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 17px;
    border-radius:2px;
    line-height: 1.2em;
    float: left;
    font-family: span-condensed, serif;
}


.btn_all a {
    background: #333;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5% auto 15%;
    width: 90%;
    padding: 3% 0%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 300;
    font-size: 17px;
    border-radius:2px;
    line-height: 2em;
    float: none;
    font-family: 'Inter', sans-serif;
    font-family: span-condensed, serif;
}
.btn_all a:hover {
    background: #333333;
    color: #FFF;
}
.btn_all a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn_all a:hover:after {
    border-color: #FFF;
}






.pc{
    display:block;
}
.sp {
	display:none;
}
.clear{
    clear: both;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.small{
    font-size: 70%;
}



/**********************************************
　　　　　　　　　　　　SP
**********************************************/

@media only screen and (max-width:768px){
    #lp_wrap{
        padding: 8% 0 0;
    }
    #lp_wrap .lp_head{
        margin: 0 auto 10%;
    }
    #lp_wrap .lp_head .title{
        width: 48%;
    }
    #lp_wrap .lp_head .heading{
        font-size: 18px;
        margin: 8% auto;
    }
    #lp_wrap .lp_head .lead{
        font-size: 15px;
    }
    #lp_wrap .lp_box{
        margin: 0% auto 5%;
    }
    #lp_wrap .lp_box .inner{
        width: 90%;
        text-align: center;
        flex-wrap: wrap;
        column-gap: 0;
        margin: 8% auto;
    }
    #lp_wrap .lp_box .inner .main{
        width: 95%;
        text-align: center;
        margin: 0 auto;
    }
    #lp_wrap .lp_box .label{
        width: 70px;
    }
    #lp_wrap .lp_box .inner .sub{
        width: 95%;
        text-align: center;
        margin: 5% auto;
    }
    #lp_wrap .sub .item{
        font-size: 17px;
        text-align: center;
    }
    #lp_wrap .sub .staffcmt{
        border-bottom: #333 1px solid;
    }
    #lp_wrap .sub .staffcmt .staff{
        text-align: center;
        float: none;
    }
    #lp_wrap .sub .staffcmt .staff .img{
        width: 40%;
    }
    #lp_wrap .sub .staffcmt .staff .name{
        font-size: 13px;
    }
    #lp_wrap .sub .staffcmt .txt_box{
        margin: 7% auto;
    }
    lp_wrap .sub .staffcmt .txt_box .speechBubble{
        font-size: 13.5px;
    }
    .reverse{
        flex-direction: unset;
    }

    
    
    .btn01 a{
        width: 60%;
        font-size: 15px;
        float: none;
        line-height: 1.8em;
    }
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
    
}

.fade-blur {
  opacity: 0;
  filter: blur(15px); /* 初期状態でぼかしておく */
  animation: blurIn 2s ease 0.3s forwards;
}

@keyframes blurIn {
  to {
    opacity: 1;
    filter: blur(0); /* ぼかしを解除する */
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 2s cubic-bezier(.33,1,.68,1) forwards;
}
.fade-in2 {
  opacity: 0;
  animation: fadeIn2 3s cubic-bezier(.33,1,.68,1) forwards;
}


.delay-0 { animation-delay: 0s; }
.delay-1 { animation-delay: 0.5s; }
.delay-2 { animation-delay: 1s; }


@keyframes fadeIn {
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeIn2 {
  to {
    opacity: 1;
  }
}





