@charset "UTF-8";
@font-face {
    font-family: 'Building';
    src: url(./font/Buildingsandundertherailwaytracksfree_ver.otf);
}
@font-face {
    font-family: 'Rounded';
    src: url(./font/rounded-mplus-1c-black.ttf);
}
@font-face {
    font-family: 'Noto Sans';
    src: url(./font/NotoSansJP-VariableFont_wght.ttf);
}
html,body{
    overflow-x: hidden;
}
button{
    background-color: transparent;
    outline: none;
    border : none;
}
.pc{
    position: relative;
    width: 100%;
    height: auto;
    background-color: rgb(91, 209, 255);
    z-index: 5;
}
.mob{
    display: none;
}
header{
    width: 100%;
    height: 140px;
}
#header-base{
    width: 100%;
    height: auto;
    position: relative;
}
.menu-base{
    display: grid;
    justify-content: space-around;
    align-items: flex-start;
    grid-template-columns: 20% 1fr 1fr 1fr 1fr 1fr 15%;
    gap: 1rem;
    padding: 0 1rem;
    position: absolute;
    top: 0;
    left: 0;
}
.sign,.mail{
    margin-top: 2%;
    position: relative;
}
.sign-base{
    width: 100%;
    height: auto;
    display: block;
}
.text{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%,-50%);
}
.mail-text{
    position: absolute;
    width: 70%;
    top: 50%;
    left: 60%;
    transform: translate(-50%,-50%);
}
#top{
    position: relative;
    width: 100%;
}
#second{
    margin-top: 0;
}
.sky{
    position: relative;
    width: 100%;
    height: 70vh;
    background-color: rgb(113, 215, 255);
}
.cloud{
    position: relative;
    width: 100%;
    height: 25vh;
    z-index: 1;
}
#logo{
    width: 20%;
}
@keyframes anime{
    0%{
        opacity: 1;
        right: -30%;
    }
    100%{
        opacity: 1;
        right: 100%;
    }
}
#main{
    position: relative;
    width: 100%;
    z-index: 2;
    margin-bottom: 5%;
}
#illust{
    position: relative;
}
#fukidasi1{
    position: absolute;
    top: -10%;
    left: 45%;
    width: 30%;
    z-index: 5;
}
#fukidasi2{
    position: absolute;
    top: 60%;
    left: 45%;
    width: 20%;
    z-index: 5;
}
#second{
    margin-top: 400px;
    width: 100%;
    height: auto;
    font-family: "Rounded",sans-serif;
}

#title{
    font-size:clamp(1.75rem, 1.107rem + 3.21vw, 4rem);
    color: #00BBFF;
    text-shadow: 
    -2px -2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px 2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    0 -2px 0 #fff,
    0 2px 0 #fff,
    #000 0.25rem 0.25rem;
    text-align: center;
    margin-bottom: 5%;
}
#pink{
    color:#FF58E3;
}
#orange{
    color: #FF6F00;
}
#green{
    color: #00CE00;
}
#green2{
    color: #B9C200;
}
#main{
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: center;
    gap: 1rem;
}
#main-content{
    display: flex;
    flex-direction: column;
}
#main-title{
    display: inline-block;
    font-size:clamp(1.75rem, 1.107rem + 3.21vw, 4rem);
    color: #FF0000;
    text-shadow: #fff 0 0.15rem;
    background-color: #FFF300;
    margin-left: 10%;
    margin-bottom: 1rem;
    font-family: "Noto Sans";
}
#main-text,#plan{
    background-color: #FF8F00;
    color: #fff;
    display: inline-block;
    padding: 0 0.25rem;
    margin-left: 10%;
    margin-bottom: 0.75rem;
}
#main-text,#plan1{
    font-size: clamp(1.25rem, 0.893rem + 1.79vw, 2.5rem);
}
#main-img{
    width: 80%;;
}
#plan2{
    font-size: clamp(1.25rem, 1.107rem + 0.71vw, 1.75rem);
}
#description{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1rem;
    margin: 0 0.5rem;
    font-family: "Noto Sans";
}
#description1,#description2,#description3{
    border: 0.125rem #000 solid;
}
#description1 img,#description2 img,#description3 img{
    border-bottom: #000 solid 0.125rem;
}
#description p{
    font-size: clamp(1.25rem, 1.107rem + 0.71vw, 1.75rem);
    padding: 0.25rem;
}
#flow{
    margin-top: 5%;
}
#flow-title{
    width: 30%;
    font-size: clamp(1.25rem, 0.893rem + 1.79vw, 2.5rem);
    padding: 1rem 0.5rem;
    border: 0.125rem solid #000;
    text-align: center;
    margin: 0 auto 2rem;
}
.flow-flex{
    width: 90%;
    margin: 0 auto;
    box-shadow: #555452 0.3rem 0.25rem;
    margin-bottom: 2rem;
}
.flow-flex img{
    width: 40%;
    padding: 0.75rem 1rem;
}
.flow-flex p{
    color: #fff;
    font-size: clamp(1.25rem, 0.893rem + 1.79vw, 2.5rem);
    margin: 0 auto;
    align-self: center;
}
#flow1{
    display: flex;
    flex-direction: row-reverse;
    background-color: #FF5F56;
    text-align: center;
}
#flow2{
    display: flex;
    flex-direction: row;
    background-color: #2AF400;
}
#flow3{
    display: flex;
    flex-direction: row-reverse;
    background-color: #00B6F4;
    text-align: center;
}
#server{
    border: #FFFA00 solid 0.25rem;
    padding: 0.5rem;
    text-align: center;
    width: 90%;
    margin: 0 auto 5%;
    font-family: "Noto Sans";
}
#server h2{
    font-weight: bold;
    font-size: clamp(1.5rem, 1rem + 2.5vw, 3.25rem);
}
#server p{
    font-size: clamp(1.25rem, 0.893rem + 1.79vw, 2.5rem);
}
.link-text{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
}
.link-text h2{
    color: #48CF00;
    font-size: clamp(1.5rem, 1rem + 2.5vw, 3.25rem);
    text-align: right;
}
.link-text a{
    width: 10%;
    margin-left: auto;
}
footer{
    background-color: #00BBFF;
    color: #fff;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: 1fr 1fr;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
}
#footer1{
    grid-column: 1/2;
    grid-row: 1/2;
}
#footer1 img{
    width: 50%;
    margin: 0 auto;
}
#footer2{
    grid-column: 1/2;
    grid-row: 2/3;
    text-align: center;
}
#footer3{
    grid-column: 2/3;
    grid-row: 1/3;
    display: flex;
    flex-direction: row;
    text-align: center;
}
#instagram,#line{
    display: flex;
    flex-direction: column;
    width: 40%;
}
#instagram a,#line a{
    width: 60%;
    margin: 0 auto;
    padding-top: 0.5rem;
}
#footer4{
    grid-column: 3/4;
    grid-row: 2/3;
    margin: 0 auto;
}
.mob-footer{
    display: none;
}
#toku-title{
    text-align: center;
    margin-bottom: 1rem;
}
#toku-table{
    border: #000 0.125rem solid;
    width: 90%;
    margin: 0 auto;
}
#toku-table tr{
    display: grid;
    grid-template-columns: 40% 60%;
    border-bottom: #000 solid 0.125rem;
}
#toku-table th{
    background-color: #f0f0f0;
    border-right: #000 solid 0.125rem;
}
#toku-table tr:last-child{
    border-bottom: none;
}
#sub{
    background-color: #fdf9e6;
}
#sub-logo{
    position: absolute;
    width: 20vw;
    top: 0;
    left: 0;
}
#sub-title{
    font-size: clamp(1.5rem, 1rem + 2.5vw, 3.25rem);
    text-align: center;
    margin-top: 1rem;
}
#sub-text{
    font-size: clamp(1.5rem, 1.357rem + 0.71vw, 2rem);
    margin: 0.5rem auto 1rem;
    text-align: center;
    font-weight: normal;
}
#check{
    display: flex;
    flex-direction: column;
    margin-left: 1rem;
}
.agree{
    font-size: clamp(1.25rem, 1.107rem + 0.71vw, 1.75rem);
}
#iframe{
    margin: 1rem auto 0;
    width: 80%;
    height: 30vh;

}
#nextBtn{
    font-size: clamp(1.25rem, 1.107rem + 0.71vw, 1.75rem);
    display: block;
    margin: 0 auto;
    background-color: #FF8F00;
    border: #fff dashed 0.125rem;
    border-radius: 0.5rem;
    box-shadow: #FF8F00 0 0 0 5px;
    margin-top: 1rem;
}
@media screen and (max-width: 1024px){
    #second{
        margin-top: 300px;
    }
    footer p,footer a{
        font-size: 0.75rem;
    }
}
@media screen and (max-width: 767px){
    .pc{
        display: none;
    }
    .mob{
        width: 100%;
        height: 100px;
        display: block;
        background-color: rgb(91, 209, 255);
        position: relative;
        z-index: 100;
    }
    .menu-base{
        grid-template-columns: 30% 1fr 1fr 10%;

    }
    .hamburger{
        grid-column: 4/5;
        padding-top: 0.25rem;
    }
    .menu{
        position: absolute;
        top: 0;
        transform: translateY(-100%);
        background-color: rgb(67, 248, 188);
        color: white;
        width: 100%;
        height: 100vh;
        transition: transform 1s ease-in;
        display: grid;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
    }
    .menu.menu-active{
        transform: translateY(0);
    }
    .navigation__link, #menu-close {
    font-family: 'Building',sans-serif;
    text-decoration: none;
    display: block;
    padding: 0.25rem 0;
    font-size: 2.5rem;
  }
  #menu-close{
    color : white;
    position: absolute;
    top: 10%;
    left: 10%;
  }
  .navigation__link {
    color: white;

  }
  .navigation__list{
    list-style: none;
  }
  .cloud{
    height: 15vh;
  }
  .sky{
    height: 30vh;
  }

  #main{
    grid-template-columns: 100%;
    grid-template-rows: 1fr 1fr;
    align-items: center;
    justify-content: center;
    text-align: center;

  }
  #main-title{
    text-align: center;
    font-size: 2rem;
    margin: 0 0 1rem;
  }
  #main-text,#plan{
    margin: 0 0 1rem;
  }
  #main-img{
    margin: 0 auto;
    width: 95%;
  }
  #description{
    grid-template-columns: 90%;
    grid-template-rows: 1fr 1fr 1fr;
    justify-content: center;
  }
  #flow-title{
    width: 70%;
  }
  #flow1,#flow2,#flow3{
    display: flex;
    flex-direction: column;
  }
  .flow-flex img{
    width: 95%;
    margin: 0 auto;
  }
    .link-text a{
        width: 20%;
}
    footer{
        grid-template-columns: 33% 33% 33%;
        grid-template-rows: 20vh 20vh;
    }
    footer p,footer a{
        font-size: 0.75rem;
    }
    #footer1 img{
        width: 90%;
    }
    #footer2{
        display: none;
    }
    #footer3{
        grid-column: 2/4;
        grid-row: 1/2;
    }
    .mob-footer{
        display: block;
    }
    #footer4{
        grid-column: 1/4;
        grid-row: 2/3;
    }
  #toku-table tr{
    grid-template-columns: 100%;
    grid-template-rows: 1fr 1fr;
  }
  #toku-table th{
    border-right: none;
    border-bottom: #000 0.125rem solid;
    margin-bottom: 1rem;
  }
}