@charset "UTF-8";


@media all and (min-width:751px) {

    .pc_only {
      display: block;
    }
    .sp_only {
      display: none !important;
    }
  }

  @media all and (min-width: 751px) and (max-width: 999px){
    .u-hide-tab{
      display: none;
    }
  }
  

  @media all and (max-width:750px) {

    .pc_only {
      display: none !important;
    }
    .sp_only {
      display: block;
    }
  }


#top{
    font-weight: normal;
    line-height: 1.75;
    font-size: 16px;
    margin-top: 50px;
} 
#top .wrapper{
    width: 920px;
    margin: 0 auto;
    padding: 50px 20px;
}

@media screen and (max-width:768px) {
    #top .wrapper{
        width: 100%;
    }
}

/*==================================
 mv
===================================*/

#top #mv .body{
    background-image: url(../img/top/mv-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #Fff;
}
#top #mv .wrapper {
    position: relative;
}
#top #mv .wrapper .row{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 40px;
}
#top #mv .wrapper .no1{
    max-width: 420px;
}
#top #mv .wrapper .img{
    z-index: 90;
    width: 460px;
    position: absolute;
    right: 10px;
    bottom: -10px;

    animation: tremor-mv 3s ease infinite;
}
@keyframes tremor-mv {
    0% { transform:translateY(0) }
    5% { transform:translateY(0) }
    10% { transform:translateY(0) }
    20% { transform:translateY(-7px) }
    25% { transform:translateY(0) }
    30% { transform:translateY(-7px) }
    50% { transform:translateY(0) }
    100% { transform:translateY(0) }
  }

#top #mv .head{
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
    padding-top: 0;
}
#top #mv .head span{
    color: #fff57d;
    font-weight: bold;
}

#top #mv .logo-1{
    width: 80px;
    display: inline-block;
    vertical-align: text-bottom;
    padding-right: 5px;
}
#top #mv .logo-1 img{
    border-radius: 0px;
    padding-top: 0px;
    vertical-align: bottom;
}

#top #mv .logo-2{
    width: 350px;
    padding: 15px 0;
}

#top #mv li{
    font-weight: bold;
    line-height: 2;
    padding-left: 25px;
	background: url(../img/top/icon-light.png) left 0px top 3px no-repeat;
    background-size: 20px;

}
#top #mv .text{
    font-size: 14px;
    padding: 20px 0;
}

@media screen and (max-width:768px) {
    #top #mv .wrapper .img{
        width: 38%;
        right: 10px;
        bottom: 190px;
    }
    #top #mv .body{
        background-image: url(../img/top/mv-bg-sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        color: #Fff;
    }
    #top #mv .wrapper .row{
        flex-direction: column-reverse;
        padding-top: 20px;
    }
    #top #mv .wrapper .no1{
        padding-bottom: 20px;
        width: 325px;
    }
}


/*==================================
 about
===================================*/

#top #about .body{
    background-image: url(../img/top/sec1-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#top #about .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    
}
#top #about .copy{
    width: 420px;
    position: relative;
}
#top #about .copy .glitter{
    position: absolute;
    position: absolute;
    left: -80px;
    top: -60px;
}

#top #about .bold{
    font-weight: bold;
}
#top #about .strong{
    font-style: italic;
    font-size: 30px;
    color: #e62800;
    border-bottom: 2px #e62800 solid;
    line-height: 1.25;
    padding-bottom: 5px;
}

#top #about .text:last-child{
    padding-top: 8px;
}

@media screen and (max-width:768px) {

    #top #about{
    display: none;
    }
    #top #about .body{
        background-color: #fff57d;
        background-image: none;
    }
    #top #about .wrapper{
        display: block;
        padding: 60px 20px 80px;
    }
    #top #about .copy {
        width: 80%;
        margin: 0 auto;
        padding-bottom: 20px;
    }
    #top #about .strong{
        text-align: center;
    }
    #top #about .copy .glitter{
        width: 15%;
        left: -12%;
        top: -15%;
    }
}

/*==================================
 problems
===================================*/

#top #problems{

}


#top #problems .body{
    /* background-image: url(../img/top/sec2-bg.png);
    background-repeat: no-repeat;
    background-size: cover; */
    background-size: auto auto;
    background-color: rgba(0, 85, 163, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 82, 160, 1) 10px, rgba(0, 82, 160, 1) 20px );

    position: relative;
}
#top #problems .aro{
    width:0;
    height:0;
    border-style:solid;
    border-width: 30px 35px 0 35px;
    border-color: #0052A0 transparent transparent transparent;
    margin: 0 auto;
}

#top #problems .wrapper{
    padding-bottom: 70px;
}

#top #problems .ttl{
    width: 530px;
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
    z-index: 90;
}

#top #problems .box{
    background-image: url(../img/top/bg-check.png);
    background-size: contain;
  background-repeat: repeat;
    
    margin-top: 30px;
    padding: 30px;
    border: solid #000 3px;
    border-radius: 10px;
}

#top #problems li{
    line-height: 2.5;
    padding-left: 25px;
	background: url(../img/top/icon-check.png) left 0px top 12px no-repeat;
    background-size: 20px;
}

#top #problems .strong{
    color: #Fff;
    font-size: 20px;
    padding-left: 35px;
	background: url(../img/top/icon-equal.png) left 0px top -7px no-repeat;
    background-size: 30px;
    margin-left: 5em;
    margin-top: 5px;
}

#top #problems .strong span{
    color: #fff57d;
    font-style: italic;
    font-style: 22px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: #fff57d 2px solid;
}

@media screen and (max-width:768px) {
    #top #problems .strong{
        margin-left: 0;
    }
    #top #problems .ttl{
        width: 100%;
        padding: 0 20px;
        top: 0px;
    max-width: 500px;
    }
    #top #problems .wrapper{
        padding-top: 20px;
    }
    #top #problems li{
        line-height: 2;
        background: url(../img/top/icon-check.png) left 0px top 8px no-repeat;
        margin-top: 10px;
        background-size: 20px;
    }
}

/*==================================
 conversion-1
===================================*/

#top #conversion-1 .body{
    background-image: url(../img/top/glitter-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
    background-position: center center;

    font-size: 20px;
    text-align: center;
}
#top #conversion-1 .wrapper{
    padding-top: 30px;
}

#top #conversion-1 .strong{
    font-weight: bold;
}

@media screen and (max-width:768px) {
    #top #conversion-1 .body{
        background-image: none;
    }
    #top #conversion-1 .wrapper{
        text-align: left;
    }
}







/*==================================
 list
===================================*/

#top #list .body{
  font-size: 18px;
  text-align: left;
  position: relative;
}

#top #list .wrapper{
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 1080px;
  width: 1080px;
}


#top #list .title{
  text-align: center;
  background: linear-gradient(transparent 80%, #fff57d 20%);
  font-weight: bold;
  width: 20%;
  margin: 0 auto 10px;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  min-width: 150px;
}


#top #list .title:before, #top #list .title:after {
  content: "";
  display: block;
  width: 2px;
  height: 1.2em;
  background-color: #000;
  margin-bottom: 8px;
  margin: 0 -10px 8px;
}
#top #list .title:before{
  transform: rotate(-45deg);
}
#top #list .title:after{
  transform: rotate(45deg);
}

#top #list .sub{
  text-align: center;
  font-size: 0.8em;
}

#top #list .menu-box{
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2,1fr);
  margin:10px;
}

#top #list .box{
  background-color: #ffffff;
  padding: 20px;
  border: solid #000 3px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: row;
  position: relative;
  height: 180px;
}


#top #list .thumbnail img{
  width: 230px;
  height: 140px;
  object-fit: cover;
}


#top #list .text-box{
  display: flex;
  flex-direction: column;
  width: calc(100% - 230px);
}

#top #list .text{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
font-size: 0.9em;
text-align: left;
margin: 10px;
line-height: 1.4em;
}

#top #list .linkbtn{
  position: absolute;
right: 25px;
bottom: 25px;
height: 30px;
width: 150px;
background-color: #E62800;
color: #fff;
white-space: nowrap;
display: flex;
justify-content: center;
align-items: center;
font-size: 0.9em;
}
  
#top #list .linkbtn::after{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 20px;/*画像の幅*/
  height: 25px;/*画像の高さ*/
  background-image: url(../img/top/icon-arrow.png);
  background-size: contain;
  position: absolute;
  background-position: center ;
  background-repeat: no-repeat;
  right:15px
}


@media screen and (max-width:768px) {
	
#top #list .wrapper{
  width: 100%;
}

	
  #top #list .menu-box{
    grid-template-columns: repeat(1,1fr);
  }

  #top #list .box{
    height: 160px;
    padding: 15px;
  }

  #top #list .text-box{
    width: 60%;
    }

    #top #list .thumbnail{
    width: 40%;
    height: auto;
    object-fit: cover;
  }
  
  #top #list .thumbnail img{
    height: 100%;
    object-fit: cover;
  }

  #top #list .linkbtn{

  right: 15px;
  bottom: 15px;
 
  }
}

#top .p-single__back-wrap{
width: 200px;

}



/*==================================
 program
===================================*/

#top #program{

}

#top #program .body{
    background-image: url(../img/top/sec4-bg.png);
    background-repeat: no-repeat;
    background-size: cover;

    text-align: center;
}
#top #program .wrapper{
    padding-top: 70px;
}
#top #program .contents{
    background-image: url(../img/top/bg-check.png);
    background-size: contain;
  background-repeat: repeat;
    position: relative;
    border: solid #000 3px;
    border-radius: 10px;
}
#top #program .ttl{
    width: 620px;
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
    z-index: 90;
}
#top #program .text{
    padding-top: 50px;
}

#top #program .pic{
    width: 700px;
    margin: 0 auto;
    padding: 20px 0;
}


@media screen and (max-width:768px) {
    #top #program .ttl{
        width: 100%;
        top: -35px;       
    }
    #top #program .pic{
        width: 100%;
    }
    #top #program .text{
        padding-top: 35px;
        text-align: left;
    }
    #top #program .contents{
        padding: 0 20px;
    }
}

@media screen and (min-width:600px) and (max-width:768px) {
    #top #program .ttl{
        width: 100%;
        max-width: 500px;
        top: -50px;   
    }
}

/*==================================
 conversion-2
===================================*/

#top #conversion-2 .body{
    background-image: url(../img/top/glitter-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
    background-position: center center;

    font-size: 20px;
    text-align: center;
}

#top #conversion-2 span{
    font-weight: bold;
}


@media screen and (max-width:768px) {
    #top #conversion-2 .body{
        background-image: none;
        text-align: left;
    }
}


/*==================================
 btn
===================================*/


#top .btn {
    margin-top: 20px;
    display: block;
    position: relative;
    padding: 15px 20px;
    background: linear-gradient(135deg, #e62800 50%, #ff3f16 50%);
    background-position: 100%;
    background-size: 100%;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: 500ms all;
    box-shadow: 0 6px 0 0 #a51d00;
    transform: translateY(-6px);
    width: 400px;
    cursor: pointer;
    position: relative;
    z-index: 90;
    font-weight: bold;
    border-radius: 4px;
}
#top .btn:hover {
    box-shadow:0 0 0 0 #a51d00;
    transform: translateY(-0px);
    background-position: 0;
    background-size: 300%;
    opacity: 1;
}
#top .btn::before{
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 50px;/*画像の幅*/
    height: 50px;/*画像の高さ*/
    background-image: url(../img/top/icon-man.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
    left: 25px;
}
#top .btn::after{
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 25px;/*画像の幅*/
    height: 25px;/*画像の高さ*/
    background-image: url(../img/top/icon-arrow.png);
    background-size: contain;
    position: absolute;
    background-position: center ;
    background-repeat: no-repeat;
    right:25px
}

#top .btn span.head{
    display: block;
    position: absolute;
    background-color: #fff;
    color: #e62800;
    border-radius: 100vh;
    font-size: 14px;
    padding: 5px 20px;
    border: solid 3px #e62800;
    box-shadow: 0 3px 0 0 #a51d00;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);

    animation: tremor 3s ease infinite;
}
#top .btn span.aro{
    width:0;
    height:0;
    border-style:solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 10000;
    top: 17px;

    animation: tremor 3s ease infinite;
}

@keyframes tremor {
    0% { transform:translateY(0) translateX(-50%) }
    5% { transform:translateY(0) translateX(-50%) }
    10% { transform:translateY(0) translateX(-50%) }
    20% { transform:translateY(-6px) translateX(-50%) }
    25% { transform:translateY(0) translateX(-50%) }
    30% { transform:translateY(-6px) translateX(-50%) }
    50% { transform:translateY(0) translateX(-50%) }
    100% { transform:translateY(0) translateX(-50%) }
  }

#top .btn span.head::after{
    bottom: -7px;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
}

#top .conversion .btn{
    font-size: 24px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding: 25px 0;
}
#top .conversion .btn::before{
    width: 65px;/*画像の幅*/
    height: 65px;/*画像の高さ*/
    top: 10px;
    left: 40px;
}
#top .conversion .btn::after{
    width: 26px;/*画像の幅*/
    height: 26px;/*画像の高さ*/
    top: 30px;
    right: 40px;
}

@media screen and (max-width:768px) {
    #top .btn {
        width: 100%;
    }
    #top .conversion .btn{
        width: 100%;
        font-size: 17px;
        padding: 30px 0 25px;
    }
    #top .btn span.head{
        width: 230px;
    }
    #top .conversion .btn::after{
        top: 32px;
        right: 20px;
    }
    #top .conversion .btn::before{
        width: 35px;
        height: 35px;
        top: 27px;
        left: 12px;
    }
    #top .btn:hover {
        box-shadow: none;
        transform:  none;
        background-position: 0;
        background-size: 100%;
        opacity: 1;
    }
}