@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/bg_square.png);
  background-size: auto;
  overflow: hidden;
  overflow-y: hidden;
}
.btn {width: 70%;margin: 2% auto;}

.flex-box {
  display: flex;
}

ul {
  position: relative;
  padding: 1.5rem 1rem 0.5rem 3rem;
  border: solid 1px #6daadc;
  background-color: #eaf4f9;
}

ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #ef6683; /*アイコン色*/
}
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;
  }
}
.secbg_w{background:#fff;}
.secbg_g {background: #dceaea;}
.secbg_b{background:#eaf4f9;}
.secbg_y{background:#fefbe1;}
.secbg_main{background: #97d0d6;}

.main {background-color: #fff;}
.seccom{background-color: #97d1d6;margin: 0 auto;text-align: center;}
.com_con{margin: 0 4% 3%;}
.sec02txt{margin: 2% 5%;color: #000;font-size: 1.2rem;text-align: center;}
.sec03txt{margin: 2% 5%;color: #000;font-size: 1.1rem;text-align: left;}
.sec_profile{margin: 2% 5%;color: #000;font-size: 1.2rem;text-align: left;}
.sec06_reason{margin: 0 5% 3%;}
.sec07txt{margin: 2% 5%;color: #000;font-size: 1.1rem;text-align: left;}
.sec_graph{margin: 0 5% 3%;text-align: center;}
.sectxt{margin: 2% 5%;color: #000;font-size: 1.2rem;text-align: left;}
.step_con{margin: 0 5% 3%;}
.movie { width:100%; padding-bottom: 56.25%; height:0px; margin: 0px auto; position: relative; }
.movie iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.price_area01{position: relative;margin:0;}
.price_area01 .submitbtn_cre{
  position: absolute;
  width: 80%;
  top: 55%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  padding: 0;
  margin: 0;
}
.price_area01 .submitbtn_bank{
  position: absolute;
  width: 80%;
  top: 75%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  padding: 0;
  margin: 0;
}

.price_area02{position: relative;margin:0;}
.price_area02 .submitbtn_cre{
  position: absolute;
  width: 80%;
  top: 58%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  padding: 0;
  margin: 0;
}
.price_area02 .submitbtn_bank{
  position: absolute;
  width: 80%;
  top: 77%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  padding: 0;
  margin: 0;
}

.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 {
    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;
}

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

.btn_area {
  position: relative;
  background-color: #ddeaea;
  text-align: center;
  margin: 0 auto;
}
.btn_area02 {
  position: relative;
  background-color: #fefbe1;
  text-align: center;
  margin: 0 auto;
}
.btn_area03 {
  position: relative;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
}

.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);
}

.cp_table *, .cp_table *:before, .cp_table *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_table {
  width: 95%;
  margin: 3% 2.5%;
  border-collapse: collapse;
}
.cp_table th, .cp_table td {
  padding: 10px;
  color: #000;
  border: 1px solid #eaf4f9;
}
.cp_table th {
  background: #66a6d9;
  color: #fff;
}
.cp_table td {
  background: #fff;
}
.cp_table th {
  width: 18%;
  text-align: left;
}
.cp_table td {
  width: 72%;
  text-align: left;
}

.cp_table02 *, .cp_table02 *:before, .cp_table02 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_table02 {
  width: 95%;
  margin: 3% 2.5%;
  border-collapse: collapse;
}
.cp_table02 th, .cp_table02 td {
  padding: 10px;
  color: #000;
  border: 1px solid #eaf4f9;
}
.cp_table02 th {
  background: #29a0ad;
  color: #fff;
}
.cp_table02 td {
  background: #fff;
}
.cp_table02 th {
  width: 18%;
  text-align: left;
}
.cp_table02 td {
  width: 72%;
  text-align: left;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cp_qa .cp_actab {
  position: relative;
  overflow: hidden;
  width: 95%;
  margin: 1% 2.5% 1%;
  color: #1b2538;
}
.cp_qa .cp_actab input {
  position: absolute;
  opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 2.5em;
  cursor: pointer;
  text-indent: 1em;
  border-radius: 0.5em;
  background: rgba(233, 233, 233, 1);
}
.cp_qa .cp_actab label::before {
  font-family: serif;
  font-size: 1.5em;
  margin-left: -2em;
  padding-right: 0.5em;
  content: 'Q';
}
.cp_qa .cp_actab label:hover {
  transition: all 0.3s;
  color: #00838f;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2em;
  position: absolute;
  top: 0;
  right: 0;
  content: '+';
  display: inline-block;
  width: 2em;
  height: 2em;
  -webkit-transition: transform 0.4s;
          transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 2.5em;
  -webkit-transition: max-height 0.2s;
          transition: max-height 0.2s;
  border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
  font-family: serif;
  font-size: 1.5em;
  position: absolute;
  margin: 0.4em 0 0 -1em;
  padding: 0;
  content: 'A';
}
.cp_qa .cp_actab .cp_actab-content p {
  margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
  background-color: #fff;
  border: 10px solid rgba(27,37,56,0.1);
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
  color: #00838f;
  border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}


.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%;
}

.youtube {
  position: relative;
  margin-top: -2.8px;
}

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;
}
.p05{font-size: 0.5em;}
.p06{font-size: 0.6em;}
.p07{font-size: 0.7em;}
.p08{font-size: 0.8em;}
.p09{font-size: 0.9em;}
.p10{font-size: 1.0em;}
.p12{font-size: 1.2em;}
.p14{font-size: 1.4em;}
.p16{font-size: 1.6em;}
.p20{font-size: 2.0em;}
.p24{font-size: 2.4em;}
.p30{font-size: 3.0em;}
.p32{font-size: 3.2em;}
.p36{font-size: 3.6em;}

.under{text-decoration: underline;}
.strong{font-weight: 900;}
.red{color: #dc4936;}
.blue{color: #155FCF;}
.green{color: #96dc28;}
.forpc { display: block; }
.forsp { display: none; }

.imgright{float: right;position: relative;top: 0rem;padding: 5px;}

.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:1000;
  position: relative;
  clear:both;
  font-size: 12px;
  color:#000;
  padding: 20px 0;
  text-align: center;
  background: #d4d4d4;
  line-height: 2.6em;
  }

footer a {
  color:#3e3f3f;
  }

footer a:hover {
  color:#ef6683;
  }

@media screen and (max-width: 480px) {
  body {width: 100%;}
  ul {padding: 0.5rem 1rem 0.5rem 2rem;}
  ul li:before {left: 0.5em;}
  .btn{width: 90%;}
  .sec02txt{margin: 2% 2%;font-size: 1rem;}
  .sec03txt{margin: 2% 3%;font-size: 1rem;}
  .sec07txt {margin: 2% 3%;font-size: 1rem;}
  .sec_profile {margin: 2% 3%;font-size: 1rem;}
  .sectxt {margin: 2% 3%;font-size: 1rem;}
  .form01 {margin: -0.7rem 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;}
  .cp_table {width: 100%;margin: 0;}
  .cp_table tr {display: block;margin-bottom: 10px;}
  .cp_table th {display: block;width: 100%;}
  .cp_table td {
    display: list-item;
    list-style: none;
    width: 100%;
    margin-left: 0em;
    border: none;
    position: relative;
  }
  .cp_qa .cp_actab {width: 100%;margin: 1% 0%;}
  .cp_qa .cp_actab label::after {font-size: 1.3em;line-height: 2.6em;}
  .cp_table02 {width: 100%;margin: 0;}
  .cp_table02 tr {display: block;margin-bottom: 10px;}
  .cp_table02 th {display: block;width: 100%;}
  .cp_table02 td {
    display: list-item;
    list-style: none;
    width: 100%;
    margin-left: 0em;
    border: none;
    position: relative;
  }
  .sec_graph {margin: 0 0% 3%;}
  .movie { width:100%; padding-bottom: 56.25%; height:0px; margin: 40px 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: 2% 0 23%;}
  .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%;}
}
