@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');
@font-face {
  font-family: 'gosi';
  src: url('/font/Makinas-4-Flat.otf') format('opentype');
}




.first-view {
  width: 100%;
  height: 280px;
  /*background-image: url(../images/index/bg-main.jpg);
  */
  background-repeat: no-repeat;
  background-position: center center;

  background-size: cover;
  display: flex;
  text-shadow:
  1px 1px 0px #000, -1px -1px 0px #000,
 -1px 1px 0px #000,  1px -1px 0px #000,
  1px 0px 0px #000, -1px  0px 0px #000,
  0px 1px 0px #000,  0px -1px 0px #000;
  font-weight: bold;
  padding-top: 50px;
  padding-bottom: 0px;
  color: #ffffff;
  font:inherit;
  font-family: font055;
  font-size: 50px;
}

.first-view p{
  padding-top: 120px;
  width: 100%;
  text-align: center;
}

.lead {
  max-width: 1200px;
  margin: 60px auto;
  text-align: center;
  font-family: 'Sawarabi Mincho', sans-serif;
}

.step1{
  height: 560px;
  position: relative;
}

.step2{
  height: 680px;
  position: relative;
}

.step3{
  height: 450px;
  position: relative;
  margin-bottom: 150px;
}

.block1{
  position: absolute;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}
.text1{
  padding: 65px;
  margin-top: 100px;
  background-color: rgba(134, 229, 255, 0.6);
  width: 100%;
  border-radius: 20px;
  border: 6px double #0c1e2f;
}

.text1 p{
  letter-spacing: 3px;
  line-height: 40px;
  font-family: 'Sawarabi Mincho', sans-serif;
  font-size: 30px;
}

.img1{
  margin-left: 50px;
  width: 250px;
  position: absolute;
  z-index: 1;
}

.point{
  display: flex;
  padding-top: 350px;
  background-color: #ffffff;
  background-image: url(../images/index/ikeshibu.jpg);
  background-size:contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 0;
  background-size:contain;
    animation: SlideIn 1.6s;
    animation-iteration-count:1;
    animation-fill-mode:forwards;

}


@keyframes SlideIn {
  0% {
    opacity: 0;
    transform: translateX(64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.photo{
  margin-bottom: 20px;
}

.time{
  background-color: #180000;
  width: 100%;
  height: 80px;
  font:inherit;
  font-family: font055;
  color: #9f8d8d;
  font-size: 40px;
  text-align: center;
  padding-top: 20px;
}

body{
  padding-top: 600px;
  background-image: url(../images/join/back.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-attachment: fixed;
}


.time2{
  background-color: #750606;
  width: 100%;
  height: 80px;
  font:inherit;
  font-family: font055;
  color: #9f8d8d;
  font-size: 40px;
  text-align: center;
  padding-top: 20px;
}

li dt{
  color: #ffffff;
  text-shadow:
  1px 1px 0px #000, -1px -1px 0px #000,
 -1px 1px 0px #000,  1px -1px 0px #000,
  1px 0px 0px #000, -1px  0px 0px #000,
  0px 1px 0px #000,  0px -1px 0px #000;

  text-align: center;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 10px;
  font:inherit;
  font-family: font055;
  font-size: 30px;
}

.item-list p2{
  color: #ffffff;
  text-shadow:
  1px 1px 0px #000, -1px -1px 0px #000,
 -1px 1px 0px #000,  1px -1px 0px #000,
  1px 0px 0px #000, -1px  0px 0px #000,
  0px 1px 0px #000,  0px -1px 0px #000;
  font-weight: bold;
  padding-left: 65px;
  width: 250px;
  padding-top: 30px;
  padding-bottom: 10px;
  font:inherit;
  font-family: font055;
  font-size: 30px;
  text-align: center;
}

.lead p {
  line-height: 2;
  text-align: center;
}

.lead3 p {
  line-height: 2;
  text-align: center;
  font-family: 'Sawarabi Mincho', sans-serif;
  padding-bottom: 50px;
  line-height: 40px;
  letter-spacing: 8px;
  font-size: 15px;
}

.link-button-area {
  text-align: center;
  margin-top: 50px;
}

.link-button-area2 {
  padding-top: 40px;
  text-align: center;
  margin-top: 0px;
  padding-bottom: 60px;
}

.link-button {
  text-decoration-line: none;
  background-color: #f4dd64;
  display: inline-block;
  min-width: 250px;
  line-height: 60px;
  border-radius: 24px;
  font-family: 'gosi', sans-serif;
  color: #000000;
  font-size: 25px;
  transition: all 0.2s ease-in-out;
}


.link-button:hover {
  text-decoration-line: none;
  background-color: #f4dd64;
  display: inline-block;
  min-width: 280px;
  line-height: 60px;
  border-radius: 24px;
  font-family: 'gosi', sans-serif;
  color: #000000;
  font-size: 28px;
  transition: all 0.2s ease-in-out;
}

.button2 {
  background-image: url(../images/index/home.jpg);
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  min-width: 300px;
  line-height: 100px;
  border-radius: 30px;
  opacity: 0.9;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
}

.button3 {
  background-image: url(../images/index/ikeshi_bu.jpg);
  background-size: 300px;
  opacity: 0.8;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  min-width: 250px;
  line-height: 100px;
  border-radius: 50px;
  
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  outline: none;
  text-decoration: none;
}
.button3:hover{
  text-decoration: none;
  opacity: 1.0;
} 

.button2:hover{
  text-decoration: none;
  background-color: rgb(0, 0, 0);
  opacity: 1.0;
} 

.link-button:hover {
  background-color: #d8b500;
}


.benefits{
  /*background-image: url(../images/join/back2.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 100px;
  padding-bottom: 200px;
}

.ima{
  margin-top: 60px;
  margin-bottom: 100px;
width: 40%;
}


.fana{
  padding-top: 100px;
  width: 100%;
  text-align: center;
}

.block2{
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}
.text2{
  text-align: center;
  padding: 40px;
  margin-top: 60px;
  background-color: rgb(0, 8, 75);
  border-radius: 80px;
  width: 100%;
}




.text3{
  margin-top: 30px;
  border-radius: 80px;
  height: 450px;
  width: 100%;
  display: flex;
}

.text31{
  margin-top: 20px;
  border-radius: 80px;
  height: 440px;
  width: 100%;
  display: flex;
}

.text32{
  margin-top: 20px;
  border-radius: 80px;
  height: fit-content;
  width: 100%;
  display: flex;
}

.text4r{
  padding-left: 10px;
  height: 100%;
  border-radius: 80px;
  width: 50%;
}
.text4l{
  padding-right: 10px;
  height: 100%;
  border-radius: 80px;
  width: 50%;
}

.text5{
  background-color: #ffffff9d;
  border: 6px double #0c1e2f;
  height: 100%;
  border-radius: 80px;
  width: 100%;
  padding: 40px;
}

.text5 p{
  font-family: 'Sawarabi Mincho', sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
  letter-spacing: 1px;
  line-height: 30px;
}

.text5 p1{
  color: #ff0000;
  font-size: 27px;
}

.text5 a{
  text-decoration-line: none;
  font-family: 'Sawarabi Mincho', sans-serif;
  font-size: 15px;
  letter-spacing: 2px;
}
.text5 a:hover{
  text-decoration-line: none;
}


@media (max-width: 880px) {
  .text3{
    margin-top: 20px;
    border-radius: 80px;
    width: 100%;
    display:contents
  }

  .text31{
    margin-top: 20px;
    border-radius: 80px;
    width: 100%;
    display:contents
  }

  .text32{
    margin-top: 20px;
    border-radius: 80px;
    width: 100%;
    display: contents;
  }
  
  .text4r{
   padding: 0px;
    margin-top: 20px;
    height: 100%;
    border-radius: 80px;
    width: 100%;
  }
  .text4l{
    padding: 0px;
    margin-top: 20px;
    height: 100%;
    border-radius: 80px;
    width: 100%;
  }
  
  .text5 p{
    font-family: 'Sawarabi Mincho', sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    line-height: 30px;
  }
  
  .text5 p1{
    color: #ff0000;
    font-size: 16px;
  }
  
  .text5 a{
    text-decoration-line: none;
    font-family: 'Sawarabi Mincho', sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 22px;
  }
  .text5 a:hover{
    text-decoration-line: none;
  }

}

.text2 p{
  text-align: center;
  color: #ffffff;
  margin: 20px;
  letter-spacing: 3px;
  line-height: 40px;
  font-family: 'Sawarabi Mincho', sans-serif;
  font-weight: bold;
  font-size: 40px;
  margin-top: 10px;
}

.text2 a{
  text-decoration-line: none;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-family: 'Sawarabi Mincho', sans-serif;
}

.caution{
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 40px;
  padding-top: 0px;
}

.caution p{
  line-height: 30px;
  font-size: 17px;
  padding-bottom: 30px;
  letter-spacing: 1.5px;
}

.space{
  height: 10px;
}

.block3{
  padding-left: 2%;
  padding-right: 2%;
  text-align: center;
  margin-top: 200px;
  border-radius: 80px;

}

.midashi{
  font-family: 'Sawarabi Mincho', sans-serif;
  color: #ffffff;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  padding:30px;
  background-color: #023d53;
}

.midashi p{
  font-size: 30px;
  line-height: 32px;
}

.text6{
  margin-top: 50px;

}

.text7{
  font-family: 'Sawarabi Mincho', sans-serif;
  padding: 60px;
  padding-top: 30px;
  background-color: #023e533f;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  text-align: left;
}

.text7 p{
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 22px;
}

.matome{
  font-family: 'Sawarabi Mincho', sans-serif;
  margin-top: 100px;
  padding: 150px;
}

.matome p{
  letter-spacing: 1px;
  line-height: 46px;
  font-size: 26px;
}

.imgbox{
  text-align: center;
}
.regi{
  display: inline-block;
  width: 40%;
  max-width: 200px;
  margin-top: 25px;
}

.smart{
  margin-top: 15px;
  display: inline-block;
  width: 30%;
  max-width: 200px;
}

.link-area-ike {
  text-align: center;
  margin-top: 30px;
}

.link-area-ike a{
  font-family: 'gosi', sans-serif;
  text-decoration-line: none;
  background-color: #f4dd64;
  display: inline-block;
  min-width: 250px;
  line-height: 60px;
  border-radius: 24px;
  color: #000000;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
}

.link-area-ike c{
  font-family: 'Helvetica';
  font-weight: 600;
  color: #000000;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
}

.link-ike:hover {
  text-decoration-line: none;
  background-color: #d8b500;
  display: inline-block;
  min-width: 280px;
  line-height: 60px;
  border-radius: 24px;
  color: #000000;
  font-size: 20px;
  transition: all 0.2s ease-in-out;
}

.link-area-sup {
  text-align: center;
  margin-top: 150px;
}

.link-area-sup a{
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'gosi', sans-serif;
  text-decoration-line: none;
  background-color: #f4dd64;
  display: inline-block;
  min-width: 250px;
  line-height: 80px;
  border-radius: 24px;
  color: #000000;
  font-size: 25px;
  transition: all 0.2s ease-in-out;
}

.link-area-sup c{
  font-family: 'Helvetica';
  font-weight: 600;
  color: #000000;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
}

.link-sup:hover {
  text-decoration-line: none;
  background-color: #d8b500;
  display: inline-block;
  min-width: 280px;
  line-height: 80px;
  border-radius: 24px;
  color: #000000;
  font-size: 28px;
  transition: all 0.2s ease-in-out;
}
.support{
  font-family: 'Helvetica';
  font-weight: 600;
  padding-top: 20px;
  color: #ff0000;
  text-align: center;
}

main{
  padding-top: 40px; 
 }

@media (min-width: 800px) {
  .kai {
    display: none;
  }
}

@media (max-width: 800px) {

  main{
   padding-top: 100px; 
  }

  .block3{
    padding-left: 2%;
    padding-right: 2%;
    text-align: center;
    margin-top: 200px;
    border-radius: 80px;
  
  }
  
  .midashi{
    font-family: 'Sawarabi Mincho', sans-serif;
    color: #ffffff;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    padding:30px;
    background-color: #023d53;
  }
  
  .midashi p{
    font-size: 16px;
  }
  
  .text6{
    margin-top: 50px;
  }
  
  .text7{
    font-family: 'Sawarabi Mincho', sans-serif;
    padding: 60px;
    padding-top: 30px;
    background-color: #023e533f;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
    text-align: left;
  }
  
  .text7 p{
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
  }
  

  .text2{
    padding: 30px;
  }

  .text2 p{
    font-size: 22px;
  }

  .text2 a{
    font-size: 14px;
  }


  .block2{
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .site-menu ul li a {
    margin-top: 40px;
  }
  
  
.site-menu ul {
  display: block;
  list-style: none;
}

  
.site-menu2 ul {
  display: block;
  list-style: none;
}


  .first-view {
    height: 200px;
    margin: 0;
    padding: 0;
    padding-top: 50px;
    padding-bottom: 90px;
    height: 80px;
    vertical-align: top;
    display: flex;
    align-items:flex-start;
  }

  .first-view p{
   padding-top: 0px;
  }

  .img{
    display: block;
  }

  

  .lead {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }

  .step1{
    height: 470px;
    position: relative;
  }
  
  .step2{
    height: 580px;
    position: relative;
  }
  
  .step3{
    height: 500px;
    position: relative;
  }
  
  .block1{
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }
  .text1{
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 70px;
    background-color: rgba(134, 229, 255, 0.6);
    width: 100%;
    border-radius: 20px;
    border: 6px double #0c1e2f;
  }

  .text1 p{
    letter-spacing: 0px;
    line-height: 30px;
    font-size: 15px;
  }

  
.link-button {
  text-decoration-line: none;
  background-color: #f4dd64;
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: 'gosi', sans-serif;
  color: #000000;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
}


.link-button:hover {
  text-decoration-line: none;
  background-color: #f4dd64;
  display: inline-block;
  min-width: 200px;
  line-height: 48px;
  border-radius: 24px;
  font-family: 'gosi', sans-serif;
  color: #000000;
  font-size: 20px;
  transition: all 0.2s ease-in-out;
}


.ima{
  width: 60%;
  margin: 0px;
  }
  


  .konna{
    font-size: 25px;
  }

  .text2{
    margin-top: 30px;
  }
  

  .img1{
    margin-left: 10px;
    width: 180px;
    position: absolute;
    z-index: 1;
  }

  .caution{
    padding: 40px;
    padding-top: 0px;
    font-size: 16px;
  }
  .caution p{
    font-size: 14px;
  }

  .matome{
    font-family: 'Sawarabi Mincho', sans-serif;
    margin-top: 100px;
    padding: 50px;
    padding-top: 100px;
  }
  
  .matome p{
    letter-spacing: 1px;
    line-height: 46px;
    font-size: 17px;
  }

  .link-area-sup a{
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'gosi', sans-serif;
    text-decoration-line: none;
    background-color: #f4dd64;
    display: inline-block;
    min-width: 250px;
    line-height: 60px;
    border-radius: 24px;
    color: #000000;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
  }
  .link-sup:hover {
    text-decoration-line: none;
    background-color: #d8b500;
    display: inline-block;
    min-width: 280px;
    line-height: 60px;
    border-radius: 24px;
    color: #000000;
    font-size: 20px;
    transition: all 0.2s ease-in-out;
  }
  

}