@charset "UTF-8";

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html{
  overflow-y: scroll;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  width: 800px;
  margin: 0 auto;
  font-family:'Century Gothic','Futura','游ゴシック',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
  font-size: 16px;
  color: #FFF;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
  background: url(../images/bg02.png)repeat-y;
  background-size: contain;
  overflow: hidden;
  overflow-y: hidden;
}

.flex-box {
  display: flex;
}

li, ol {
  list-style: none;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

.inner {
  max-width: 100%;
  overflow: hidden;
}

.ityped-cursor {
  font-size: 1em;
  opacity: 1;
  -webkit-animation: blink 0.3s infinite;
  -moz-animation: blink 0.3s infinite;
  animation: blink 0.3s infinite;
  animation-direction: alternate;
}

@keyframes blink {
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes blink {
  100% {
    opacity: 0;
  }
}

@-moz-keyframes blink {
  100% {
    opacity: 0;
  }
}

.main {background-color: #fff;}
.seccom{background-color: #fafaf4;margin: 0 auto;text-align: center;}
.secbg_y{background-color: #ffffee;}
.secbg_g{background-color: #97d1d6;}

.com_menu {max-width: 400px;float: left;margin: 0 auto;text-align: center;}
.com_menu a {display: block;padding: 15px;text-decoration: none;color: #000;}
.com_menu label {
    width: 395px;
    display: block;
    margin: 0;
    padding : 15px;
    line-height: 1;
    cursor :pointer;
    text-align:center;
}
.com_menu input {
    display: none;
}
.com_menu ul {
  width: 353px;
  margin: -13% 7% 0;
  padding: 3% 2%;
  font-size: .9rem;
  color: #000;
  background: #fff;
  list-style: none;
  text-align: center;
  border: 5px solid #ececec;
  border-radius: 0 0 20px 20px;
}
.com_menu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
#change01:checked ~ #links01 li,
#change02:checked ~ #links02 li,
#change03:checked ~ #links03 li,
#change04:checked ~ #links04 li,
#change05:checked ~ #links05 li,
#change06:checked ~ #links06 li,
#change07:checked ~ #links07 li,
#change08:checked ~ #links08 li,
#change09:checked ~ #links09 li,
#change10:checked ~ #links10 li,
#change11:checked ~ #links11 li,
#change12:checked ~ #links12 li,
#change13:checked ~ #links13 li,
#change14:checked ~ #links14 li,
#change15:checked ~ #links15 li,
#change16:checked ~ #links16 li,
#change17:checked ~ #links17 li,
#change18:checked ~ #links18 li,
#change19:checked ~ #links19 li,
#change20:checked ~ #links20 li,
#change21:checked ~ #links21 li,
#change22:checked ~ #links22 li {
    height: auto;
    text-align: left;
    opacity: 1;
}


.hidden_box {
    margin: 0em 0;/*前後の余白*/
    padding: 0;
}
/*ボタン装飾*/
.hidden_box label {
    padding: 15px;
    font-weight: bold;
    cursor :pointer;
}
/*ボタンホバー時*/
.hidden_box label:hover {
    background: none;
}
/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}
/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 10px;
    margin: -2px 54.7% 0 4.8%;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
    color: #000;
}
/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
  padding: 10px;
  margin: -2px 54.7% 0 4.8%;
  height: auto;
  opacity: 1;
  text-align: left;
  border: 2px solid #f2ab00;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.docbox {
    padding: 1em;
    margin: 2em 3%;
    font-weight: bold;
    border: solid 2px #f2b033;
    background-color: #fff;
    color: #131313;
}
.docbox p {margin: 0; padding: 0;font-size: 1.1rem;}
.docbox span {font-size: 1.4rem;color: #d77f0e;font-family: 'Noto Sans JP', sans-serif;}

.form01{margin: 0rem 0 -3px;}
.form02{margin: -5rem 0 -3px;}
.form03{margin: -5rem 0 0;}

.btn_area {
  position: relative;
  background-color: #97d2d0;
}
.btn_area02 {
  position: relative;
  background-color: #fff;
}
.btn_area03 {
  position: relative;
  background-color: #fff;
}

.btn_area .formtext{
  position: absolute;
  width: 70%;
  top: 62%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  padding: 0;
  margin: 0;
}
.btn_area02 .formtext02{
  position: absolute;
  width: 70%;
  top: 56%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  padding: 0;
  margin: 0;
}
.btn_area03 .formtext03{
  position: absolute;
  width: 70%;
  top: 56%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  padding: 0;
  margin: 0;
}

a.btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 30rem;
  margin: auto;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.btn img:hover {
  transform: translateY(-10px);
  transition: all 0.2s;
}

a.btn02 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 22rem;
  margin: auto;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.btn02 img:hover {
  transform: translateY(-10px);
  transition: all 0.2s;
}

a.btn03 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 23rem;
  margin: auto;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.btn03 img:hover {
  transform: translateY(-10px);
  transition: all 0.2s;
}

.btn_bg2 {
  height: 25vw;
}

.aco, btn {
  cursor: pointer;
}

.aco_content {
  display: none;
}

.scroll_animation {
  opacity: 0;
  transform: translateZ(-1px) translateY(50px);
}

.float {
  transition: all 1s;
}

.is-show {
  opacity: 1;
  transform: translateZ(-1px) translateY(0px);
}

.next_anima {
  transform: translateZ(1px) translateY(0px);
}

.my_flash_link_btn {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
  height: 20%;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url("../images/line_btn.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  /* ボタンをキラッとさせる */
}

.my_flash_link_btn:hover {
  transition: all 0.5s;
  transform: translateY(-10px);
}

.my_flash_link_btn img {
  opacity: 0;
  width: 100%;
}

.my_flash_link_btn:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  /* 【変更部分】inifiniteによりずっと続ける */
  -webkit-animation: shine 2s infinite;
  animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes shine {
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

.cp_iptxt {
  position: relative;
  width: 80%;
  margin: 40px 3%;
}
.cp_iptxt input[type='text'] {
  font: 15px/24px sans-serif;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  transition: 0.3s;
  letter-spacing: 1px;
  color: #000;
  border: 1px solid #1b2538;
  border-radius: 4px;
}
.ef input[type='text']:focus {
  border: 1px solid #da3c41;
  outline: none;
  box-shadow: 0 0 5px 1px rgba(218,60,65, .5);
}

.direction {
  width: 12vw;
  height: 0vw;
  display: block;
  margin: 0 auto;
  transition: all 1s;
  margin-top: -6vw;
}

.stretch {
  height: 8vw;
  transition: all 1s;
}

.blue_direction_wrap {
  position: relative;
  padding: 5vw;
}

.blue_direction {
  width: 30vw;
  position: absolute;
  left: 50%;
  top: 0;
  height: 0%;
  display: block;
  margin: 0 auto;
  transform: translateX(-50%);
  transition: all 1s;
}

.txt {
  position: relative;
  transform: translateZ(1);
  z-index: 3;
}

.blue_stretch {
  height: 100%;
  transition: all 1s;
}

.comment {
  position: relative;
}

.comm {
  position: absolute;
  top: 16%;
  left: 5%;
  width: 30%;
}

.animation_wrap {
  background-image: url("../images/bg.png");
  background-size: 200vw;
  padding: 5vw;
  width: 100%;
}

.animation_wrap img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.animation_wrap img:nth-child(3) {
  width: 30%;
}

.animation_wrap2 img {
  width: 60%;
}

.animation_wrap2 img:nth-child(3) {
  width: 60%;
}

.border {
  padding: 0.1rem;
  margin: 1rem 0;
  border-bottom: solid 2px #333;
}

.border img {
  width: 65%;
}

a.btn2 {
  background-image: url("../img/btn/button_join.png");
  height: 66%;
}

a.btn3 {
  background-image: url("../img/join.png");
  background-size: 92%;
}

a.btn4 {
  background-image: url("../img/form_btn.png");
}

a.btn5 {
  background-image: url("../img/btn/button_hope.png");
  background-size: 87%;
}

.movie { width:100%; padding-bottom: 50%; height:0px; margin: 0px auto; position: relative; }
.movie iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
iframe {
  position: absolute;
  left: 5%;
  right: 5%;
  top: 0;
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 91%;
  height: 93%;
}

.q_and_a {
  background-image: url("../img/qanda/bg.png");
  background-repeat: repeat;
  background-size: 500px;
  padding: 15px;
}

.conents {
  margin: 0px auto;
  width: 100%;
  background-color: #fff;
  color: #333;
  padding: 0;
}

.q, .a {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  color: #333;
  padding: 30px 20px;
  padding-left: 100px;
  text-align: left;
  border: solid 1px #62cfca;
  font-size: 25px;
  font-family: 'Sawarabi Gothic', sans-serif;
  font-weight: 4px;
}

.q img, .a img {
  height: 60px;
  width: 60px;
  position: absolute;
  left: 20px;
  top: 25px;
}

.a {
  background-color: #fef8f4;
  display: none;
}

.red{color: #dc4936;}
.blue{color: #155FCF;}
.green{color: #96dc28;}
.center {text-align:center;display: block;margin: 0 auto;}
.forpc { display: block; }
.forsp { display: none; }

.linebtnSide {width: 250px; height: auto; position: fixed; right: 0; top:30px; z-index: 9999; }
.linebtnBottom {width: 100%; height: auto; position: fixed; bottom: 0; z-index: 9999;line-height: 0; }
.linebtnBottom img {width: 100%;}

/*  フッター
----------------------------------------------- */
footer {
  z-index:998;
  position: relative;
  clear:both;
  font-size: 12px;
  color:#fff;
  padding: 20px 0;
  text-align: center;
  background: #038b95;
  line-height: 2.6em;
  }

footer a {
  color:#fff;
  }

footer a:hover {
  color:#f8cbde;
  }

.click {
  cursor: pointer;
  margin-bottom: 0; 
}
.click img {
  display:block;
  width:100%;
}
/* ポップアップウインドウの設定 */
.popup {
  background-color: #efefef;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 500px;
  height: 250px;
  z-index: 999;
  border: 2px #ffffff solid;
  font-size: large;
}
/* 閉じるアイコン（右上） */
.icon-close {
  color: #000;
  font-size: 40px;
  padding: 0 10px;
  position: absolute;
  top: 0%;
  right: 0;
}
/* いいえボタン */
label.btn-close {
  box-sizing: border-box;
  width: 30%;
  background: #8e8e8e;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin: 10px;
  display: block !important;
  min-width: 85px;
}
/* はいボタン */
a.btn-go {
  box-sizing: border-box;
  width: 30%;
  background: #00B900;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin: 10px;
  display: block !important;
  min-width: 85px;
  text-decoration: none;
}
a.btn-no {
  box-sizing: border-box;
  width: 30%;
  background: #CCC;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin: 10px;
  display: block !important;
  min-width: 85px;
  text-decoration: none;
}
.btn_box {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin: auto;
}
/* ポップアップの内容 */
.popup-content {
  padding-left: 5%;
  padding-right: 5%;
  margin: 0 auto;
  color: #131313;
  line-height: 1.8rem;
  padding-top: 80px;
  width: 100%;
  height: 150px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  /* ポップアップウインドウの設定 */
  .popup {
    /* display: none; */
    width: 70%;
    height: 250px;
  }
}
@media screen and (max-width: 600px) {
  .popup {
    /* display: none; */
    width: 90%;
    height: 250px;
  }
  .popup-content {
    padding-top: 20%;
    padding-bottom: 2%
    height:auto;
  }
  a.btn-go,
  label.btn-close {
    width: 30%;
  }
}
@media screen and (max-width: 320px) {
  /* ポップアップウインドウの設定 */
}

@media screen and (max-width: 480px) {
  body {width: 100%;}
  .form01 {margin: 0rem 0 -3px;}
  .form02 {margin: -3rem 0 -3px;}
  .form03 {margin: -3rem 0 0;}
  .btn_area .formtext {position: absolute;width: 90%;top: 63%;}
  .btn_area02 .formtext02 {position: absolute;width: 90%;top: 55%;}
  .cp_iptxt input[type='text'] {padding: .5rem;}
  .my_flash_link_btn {height: 25%;}
  a.btn {top: 15.5rem;width: 90%;}
  a.btn02{top: 11rem;width: 90%;}
  a.btn03{top: 12rem;width: 90%;}
  .com_menu {max-width: 100%;}
  .com_menu label {width: 98vw;padding: 15px 10px 30px;}
  .com_menu ul {width: 89vw;margin: -17% 6.5% 0;font-size: 1.1rem;}
  .movie { width:100%; padding-bottom: 55%; height:0px; margin: 10px auto; position: relative; }
  .movie iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

  .btn_bg2 {
    height: 170px;
  }
  .q, .a {
    font-size: 16px;
    padding-left: 70px;
  }
  .q img, .a img {
    width: 40px;
    height: 40px;
  }
  .stretch {
    height: 12vw;
    transition: all 1s;
  }
  .direction {
    margin-top: -10vw;
  }
  footer {margin: 0;padding: 4% 0 17%;}
  .forpc { display: none; }
  .forsp { display: block; }
}
@media screen and (max-width: 380px){
  .my_flash_link_btn {height: 25%;}
  a.btn {top: 14rem;width: 90%;}
  a.btn02{top: 10rem;width: 90%;}
  a.btn03{top: 10.5rem;width: 90%;}
}
