@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');

html,body,a,p,ul,li,h1,h2,h3,h4,h5,h6,figure,dl,dt,dd{margin:0;padding:0;}

.guide *{
    box-sizing: border-box;
   font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    color: #08204d;
}

body{
   
}



.guide img{
    width: 100%;
    height: auto;
    pointer-events: none;
    user-select: none;
    display: block;
    font-size: 0;
    
}

a{
    color: inherit;
    text-decoration: none;
}


li{
    list-style-type: none;
}



.sp{
    display: none;
    
}


@media screen and (max-width: 768px){
    .pc{
        display: none;
    }
    
    .sp{
        display: block;
    }
}



#breadcrumb{
    position: relative;
    z-index: 3;
}

.guide{
    background-color: rgb(254, 251, 244);
     background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(0,0,0,.1) calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), rgba(0,0,0,.1) calc(100% - 1px));
  background-size: 40px 40px;
  background-repeat: repeat;
  background-position: center center;
}
.guide h2{
    font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
    text-align: center;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
    color: #F55F32;
}
.hero{
   padding: 50px 0;
    position: relative;
    z-index: 2;
}
.hero h2{
    width: 90%;
   max-width: 1000px;
    margin: 0 auto;
}
.guide-read{
    
    font-size: 18px;
    line-height: 1.8;

}

.guide .guide-read .inner{
    padding: 50px 50px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.guide-read-txt{
    font-size: 20px;
}

.guide-read-txt span{
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
}
.guide-read small{
    display: block;
    margin-top: 15px;
    line-height: 1.6;

}
.guide h3{
font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
    text-align: center;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin-bottom: 35px;
    position: relative;
    
}

.plan .head-img{
    width: 220px;
    position: absolute;
    top: -50px;
    right: -20px;
}
.intro{
    text-align: center;
    font-size: 16px;
    margin-bottom: 50px;
    padding: 0 50px;
}

.plan h3{
    color: #F2BC09;
}
.voice{
    margin-top: 50px;
}
.voice h4{
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 25px;
}
.voice h4 span{
    display: block;
    width: 30px;
    margin: 0 auto;
}
.voice ul{
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-wrap: wrap;
   justify-content: center;
    padding: 0 0px;
    margin: 0 auto -10px;
}

.voice figure{
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}
.voice li{
    width: calc(33.33%);
    padding: 0 25px;
    margin-bottom: 10px;
}
.voice li h5{
    text-align: center;
    line-height: 1.1;
    margin-bottom: 15px;
    font-size: 16px;
}
.voice li h5 span{
    font-size: 12px;
}
.voice li p{
    font-size: 13px;
    line-height: 1.4;
    text-align: justify;
}


.guide .inner{
    width: 90%;
   max-width: 1000px;
    margin: 0 auto 75px;
    background: #fff;
    padding: 50px 0;
    border-radius: 20px;
    border: solid 1px #000;
    position: relative;
}

.plan-ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    padding: 0 50px;
}

.plan-ul li{
    width: calc(50% - 15px);
    text-align: center;
    margin-bottom: 50px;
}

.plan-ul li figure{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}
.plan-list{
    overflow-x: scroll;
    padding: 0 50px;
    cursor: grab;
}
.plan-list:active{
    cursor: grabbing;
}
.plan-list-inner{
   width: 1400px;
}
.plan-list dl{
    display: flex;
  margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.plan-list dl:nth-child(1){
    background: #eee;
}
.plan-list dl:nth-child(2){
    background: #F2BC09;
}
.plan-list dl:nth-child(3){
    background: #00a4b8;
}
.plan-list dl:nth-child(4){
    background: #54C199;
}
.plan-list dt{
    color: #fff;
    width: 320px;
    flex-shrink: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;

}

.plan-list dt div span{
    color: #fff;
    display: block;
    line-height: 1.4;
    
    font-size: 18px;
    
}

.plan-list dt div span:not(:last-child){
    border-bottom: dashed 1px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.plan-list dt a{
    width: 180px;
    height: 45px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 16px;
}
.plan-list dt a:hover{
    background: none;
    color: #fff !important;
}

.plan-list dl:nth-child(2) dt a{
    color: #F2BC09;
}
.plan-list dl:nth-child(3) dt a{
    color: #00a4b8;
}
.plan-list dl:nth-child(4) dt a{
    color: #54C199;
}
.plan-list dl:nth-child(1) dt{
    color: #fff;
    background: rgba(0,0,0,.5);
    padding: 10px;
}
.plan-list dd{
    position: relative;
    display: block;
}
.plan-list dl:nth-child(1) dd{
    width: 100%;
   padding: 10px;
    text-align: center;
}

.doukou{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    position: absolute;
    top: 0;
    right: 0;
   width: calc(75% - 5px);
    z-index: 3;
    text-align: center;
    height: 20px;
    background: #00a4b8;
    font-size: 12px;
    color: #fff;
    
}
.plan-list dl:nth-child(4) .doukou{
    background: #54C199;
    width: calc(100% - 5px);
}
.plan-list dd ul{
    display: flex;
     flex-shrink: 0;
}
.plan-list dd li{
    width: 270px;
    padding: 35px 15px 35px 45px;
    position: relative;
    
}

.plan-list dd li:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
   left: 0;
    width: 30px;
height: 100%;
background: #77aff1;
clip-path: polygon(30px 50%, 0% 0%, 0% 100%);
    z-index: 2;
}
.plan-list dd li figure{
    width: 60px;
    margin: 0 auto 10px;
}
.plan-list dd li h5{
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.plan-list dd li p{
    font-size: 13px;
    text-align: justify;
    line-height: 1.6;
}

.plan-list dd li p span{
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
}
.plan-list dl:nth-child(2) dd ul li:nth-child(odd){
    background: #fefcf2;
}
.plan-list dl:nth-child(2) dd ul li:nth-child(even):after{
    background: #fefcf2;
}
.plan-list dl:nth-child(2) dd ul li:nth-child(even){
    background: #fdf5da;
}
.plan-list dl:nth-child(2) dd ul li:nth-child(odd):after{
    background: #fdf5da;
}
.plan-list dl:nth-child(2) dd ul li:nth-child(1):after{
    background: #F2BC09
}
.plan-list dl:nth-child(3) dd ul li:nth-child(odd){
    background: #f2fafb;
}
.plan-list dl:nth-child(3) dd ul li:nth-child(even):after{
    background: #f2fafb;
}
.plan-list dl:nth-child(3) dd ul li:nth-child(even){
    background: #d9f1f4;
}
.plan-list dl:nth-child(3) dd ul li:nth-child(odd):after{
    background: #d9f1f4;
}
.plan-list dl:nth-child(3) dd ul li:nth-child(1):after{
    background: #00a4b8;
}
.plan-list dl:nth-child(4) dd ul li:nth-child(odd){
    background: #f6fcfa;
}
.plan-list dl:nth-child(4) dd ul li:nth-child(even):after{
    background: #f6fcfa;
}
.plan-list dl:nth-child(4) dd ul li:nth-child(even){
    background: #e6f6f0;
}
.plan-list dl:nth-child(4) dd ul li:nth-child(odd):after{
    background: #e6f6f0;
}
.plan-list dl:nth-child(4) dd ul li:nth-child(1):after{
    background: #54C199;
}




.meet h3{
    color: #00a4b8;
}


.meet .head-img{
    width: 350px;
    position: absolute;
    top: -50px;
    left: -40px;
}
.meet ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
     padding: 0 50px;
}

.meet ul li{
    width: calc(50% - 15px);
    text-align: center;
   
    margin-bottom: 50px;
}
.meet ul li figure{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}
.meet ul li h4{
    font-size: 21px;
    text-align: center;
    line-height: 1.4;
    font-weight: 800;
    margin-bottom: 15px;
}
.meet ul li p{
    font-size: 13px;
}

.meet ul li a{
    background: #08204d;
    color: #fff;
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto 0;
    border-radius: 100px;
     border: solid 2px #08204d;
}
.meet ul li a:hover{
   background: #fff;
    color: #08204d;
}
.meet ul li h4 span{
    display: block;
    font-size: 80%;
}

.youtube-wrap{
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 50px;
}
.youtube-wrap p{
    text-align: center;
    font-size: 16px;
    font-weight: 800;
   margin-top: 15px;
    line-height: 1.4;
}

.youtube-wrap p strong{
    display: block;
    font-size: 21px;
    margin-bottom: 10px;
}
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;

}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.flow h3{
    color: #54C199;
}
.flow .head-img{
    width: 240px;
    position: absolute;
    top: -50px;
    right: -20px;
}
.flow ul{
    padding: 0 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -50px;
}
.flow li{
    width: calc(33.33% - 15px);

    font-size: 13px;
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 35px 25px;
    background: #fdf5da;
    line-height: 1.6;
    position: relative;
}

.flow li .number{
    position: absolute;
    top: -10px;
    left: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: #F2BC09;
    border-radius: 100%;
    font-size: 28px;
    color: #fff;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.flow li:nth-child(2) small{
    background: rgba(255,255,255,.8);
    padding: 15px 25px;
    border-radius: 10px;
}
.flow li:nth-child(2) .number,.flow li:nth-child(5) .number{
    background: #00a4b8
}
.flow li:nth-child(3) .number,.flow li:nth-child(6) .number{
    background: #54C199;
}

.flow li:nth-child(2),.flow li:nth-child(5){
    background: #d9f1f4;
}
.flow li:nth-child(3),.flow li:nth-child(6){
    background: #e6f6f0;
}
.flow li figure{
    width: 100%;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}
.flow li div{
    
}
.flow li p{
    font-size: 13px;
}
.flow li p span{
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
}
.flow li h5{
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.4;
    font-weight: 800;
    text-align: center;
    
}
.flow li h5 span{
    font-size: 80%;
}
.flow li small{
    display: block;
    line-height: 1.4;
    margin-top: 15px;
    font-size: 12px;
}

.flow li div a{
    background: #08204d;
    color: #fff;
    width: 200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto 0;
    border-radius: 100px;
     border: solid 2px #08204d;
    font-size: 12px;
}

.flow li div a:hover{
   background: #fff;
    color: #08204d;
}

.bottom-img{
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
}
.modal {
    width: 90%;
    max-width: 800px !important;
    display: none;
    position: relative;
    z-index: 999999999;
       background: #fff;
    padding: 75px 50px 50px;
    text-align: left;
    border-radius: 10px;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 400;
    font-style: normal;
    background-color: #fff;
    background-repeat: repeat-y;
    background-size: 15px auto;
    color: #08204d;
}

.modal-head{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 25px;
    
}
.modal-head span{
    font-size: 12px;
    font-weight: bold;
}
.modal li{
    display: flex;
    background: #fdf5da;
    margin-bottom: 60px;
    border-radius: 10px;
    position: relative;
}

.modal#modal2 li{
    background: #d9f1f4;
}
.modal#modal3 li{
    background: #e6f6f0;
}
.modal li:last-child{
    margin-bottom: 30px;
}
.modal li:not(:last-child):after{
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: calc(50% - 1.5px);
    width: 3px;
    height: 60px;
    background: #fdf5da;
}
.modal#modal2 li:not(:last-child):after{
    background: #d9f1f4;
}
.modal#modal3 li:not(:last-child):after{
    background: #e6f6f0;
}
.modal .move{
    position: absolute;
    top: calc(100% + 15px);
    left: calc(50% - 50px);
    background: #F2BC09;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 30px;
    font-weight: bold;
    color: #fff;
    border-radius: 100px;
    font-size: 12px;
    z-index: 3;
}
.modal#modal2 .move{
    background: #00a4b8;
}
.modal#modal3 .move{
    background: #54C199
}
.modal .move img{
    width: 25px;
    margin-right: 5px;
}
.modal .time{
    font-weight: bold;
    line-height: 22.4px;
   padding: 25px;
   
    background: #F2BC09;
    color: #fff;
    border-radius: 10px 0 0 10px;
}
.modal#modal2 .time{
    background: #00a4b8;
}
.modal#modal3 .time{
    background: #54C199
}
.modal .txt{
    padding: 25px;
}
.modal h5{
    font-size: 16px;
    line-height: 1.4;
}

.modal h5 span{
    font-weight: bold;
    font-size: 80%;
}
.modal p{
   font-size: 13px;
    margin-top: 10px;
    font-weight: 700;
}

.modal p span{
     text-indent: -1.5em;
  padding-left: 1.5em;
    display: inline-block;
}
.modal .seido{
    margin-bottom: 30px;
}
.modal .seido h5{
    font-size: 24px;
    text-align: center;
}
.modal .seido p{
    font-size: 14px;
}

.modal .seido p strong{
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    border: solid 1px;
}
.modal .seido p span{
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
    font-weight: bold;
}
.close-modal {
   display: none;
}

.close{
    text-align: center;
}
.close .close-modal{
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    background: #08204d;
    color: #fff;
    padding: 0.25em 1em;
    border-radius: 100px;
}
.close .close-modal:hover{
    opacity: 0.5;
}
.blocker{
    background-color: rgba(0, 0, 0, 0.7) !important;
}



footer{
    position: relative;
    z-index: 2;
    background: #fff;
}


@media screen and (max-width: 768px){
    
   
.hero{
   padding: 30px 0;
    position: relative;
    z-index: 2;
}

.guide-read{
    
    line-height: 1.8;

}

.guide .guide-read .inner{
    padding: 50px 25px;
}
    
    
    .guide-read-txt{
        font-size: 14px;
    }
.guide-read small{
    display: block;
    margin-top: 15px;
    line-height: 1.6;
}
.guide h3{
    font-size: 24px;
    margin-bottom: 25px;
    position: relative;
    
}

.plan .head-img{
    width: 120px;
    position: absolute;
    top: -40px;
    right: -10px;
}
.intro{
    text-align: center;
    font-size: 13px;
    margin-bottom: 25px;
    padding: 0 25px;
}

.voice{
    margin-top: 35px;
}
.voice h4{
    text-align: center;
    font-size: 14px;
}
.voice h4 span{
    display: block;
    width: 20px;
    margin: 0 auto;
}
.voice ul{
    width: 100%;
    justify-content: space-between;
    margin: 0 auto -10px;
}

.voice figure{
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}
    
    .voice li:last-child{
        margin: 0 auto;
    }
.voice li{
    width: calc(50% - 10px);
    padding: 0;
    margin-bottom: 30px;
}
.voice li h5{
    text-align: center;
    line-height: 1.1;
    margin-bottom: 15px;
    font-size: 13px;
}
.voice li h5 span{
    font-size: 10px;
}
.voice li p{
    font-size: 11px;
    line-height: 1.4;
    text-align: justify;
}


.guide .inner{
    margin: 0 auto 50px;
}

.plan-ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    padding: 0 25px;
}

.plan-ul li{
    width: calc(100%);
    text-align: center;
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 1.4;
}

.plan-ul li figure{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}
.plan-list{
    overflow-x: scroll;
    padding: 0 25px;
    
}

.plan-list-inner{
   width: 1050px;
}
.plan-list dl{
    display: flex;
  margin-bottom: 10px;
}
.plan-list dt{
    color: #fff;
    width: 250px;
    flex-shrink: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.plan-list dt a{
    width: 180px;
    height: 45px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 13px;
}

    .plan-list dt div span{
        font-size: 13px;
    }
.plan-list dd{
    position: relative;
    display: block;
}

.doukou{
    height: 15px;
    font-size: 10px;
    
}

.plan-list dd li{
    width: 200px;
    padding: 30px 15px 30px 45px;
    position: relative;
    
}

.plan-list dd li figure{
    width: 60px;
    margin: 0 auto 10px;
}
.plan-list dd li h5{
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.plan-list dd li p{
    font-size: 11px;
    text-align: justify;
    line-height: 1.6;
}



.meet .head-img{
    width: 200px;
    position: absolute;
    top: -50px;
    left: -30px;
}
.meet ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
     padding: 0 25px;
}

.meet ul li{
    width: 100%;
    text-align: center;
   
    margin-bottom: 35px;
}
.meet ul li figure{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}
.meet ul li h4{
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    font-weight: 800;
    margin-bottom: 15px;
}
.meet ul li p{
    font-size: 12px;
}

.meet ul li a{
    margin: 10px auto 0;
}


.youtube-wrap{
    padding: 0 25px;
}
.youtube-wrap p{
    text-align: center;
    font-size: 11px;
   margin-top: 10px;
    line-height: 1.4;
}
    .youtube-wrap p strong{
        font-size: 18px;
    }
.flow .head-img{
    width: 150px;
    position: absolute;
    top: -50px;
    right: -20px;
}
.flow ul{
    padding: 0 25px;
    margin-bottom: -20px;
}
.flow li{
    width: 100%;
   display: block;
    align-items: center;
    font-size: 13px;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 35px 25px;
}
    .flow li:last-child{
        margin-bottom: 0;
    }
.flow li .number{
    position: absolute;
    top: -10px;
    left: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #F2BC09;
    border-radius: 100%;
    font-size: 18px;
    color: #fff;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.flow li:nth-child(2) small{
    padding: 15px 15px;
    font-size: 10px;
}
.flow li figure{
    width: 100%;
    flex-shrink: 0;
    margin-right: 0;
    margin-bottom: 15px;
    border-radius: 10px;
}

.flow li h5{
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: 800;
    text-align: center;
    
}
.flow li h5 span{
    font-size: 80%;
}
.flow li small{
    display: block;
    line-height: 1.4;
    margin-top: 15px;
    font-size: 12px;
}


.modal {
    padding: 50px 25px 50px;
    border-radius: 10px;
}

.modal-head{
    font-size: 16px;
    
}

.modal li{
   display: block;
}

.modal li:last-child{
    margin-bottom: 30px;
}
.modal li:not(:last-child):after{
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: calc(50% - 1.5px);
    width: 3px;
    height: 60px;
    background: #fdf5da;
}
.modal#modal2 li:not(:last-child):after{
    background: #d9f1f4;
}
.modal#modal3 li:not(:last-child):after{
    background: #e6f6f0;
}


.modal .move img{
    width: 25px;
    margin-right: 5px;
}
.modal .time{
   padding: 10px 15px;
    border-radius: 10px 10px 0 0px;
    text-align: center;
}

.modal .txt{
    padding: 25px 15px;
}
.modal h5{
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
}
.modal p{
   font-size: 12px;
    margin-top: 10px;
}

.modal p span{
     text-indent: -1.5em;
  padding-left: 1.5em;
    display: inline-block;
}
    .modal .seido h5{
        font-size: 18px;
    }
    .modal .seido p strong{
        font-size: 14px;
    }
    .modal .seido p{
        font-size: 12px;
    }
.close-modal {
   display: none;
}

.close{
    text-align: center;
}
.close .close-modal{
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    background: #08204d;
    color: #fff;
    padding: 0.25em 1em;
    border-radius: 100px;
}
.close .close-modal:hover{
    opacity: 0.5;
}
.blocker{
    background-color: rgba(0, 0, 0, 0.7) !important;
}



footer{
    position: relative;
    z-index: 2;
    background: #fff;
}
    
}