@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Khula:400,800');
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700|Dosis:200,600);
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}
ul, ol, li, dl, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a {
  color: #333;
  text-decoration: none;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  width: 100%;
  overflow-x: hidden;
}
body {
  font-family: 'Noto Sans Japanese', 'Open+Sans', sans-serif, 'Lato', Calibri, Arial, ;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  background: #fff;
}
/*--------------------------------------------------------
common
--------------------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.note {
  font-size: 14px;
  color: #666;
}
/*--------------------------------------------------------
br
--------------------------------------------------------*/
.br_no_pc {
  display: none;
}
.br_no_sp {
  display: block;
}
@media only screen and (max-width: 768px) {
  .br_no_pc {
    display: block;
  }
  .br_no_sp {
    display: none;
  }
}
/*--------------------------------------------------------
common this site
--------------------------------------------------------*/
.inner_layout {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 0;
}
h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 74px;
  position: relative;
}
h2:after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #83E619;
  position: absolute;
  left: 50%;
  margin-left: -40px;
}
.lead {
  text-align: center;
}
.btn {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  background: #83E619;
  width: 420px;
  height: 60px;
  border-radius: 30px;
  line-height: 60px;
  display: block;
  margin: 0 auto;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: ease all .3s
}
.btn i {
  margin-left: 10px;
}
.btn:hover {
  background: #333;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: ease all .3s
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 36px;
    margin-bottom: 34px;
  }
  .inner_layout {
    width: 90%;
    padding: 50px 0;
  }
  .lead {
    text-align: left;
  }
  .btn_mv, .btn {
    font-size: 16px;
    width: 100%;
  }
}
/*--------------------------------------------------------
head
--------------------------------------------------------*/
header {
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.9)
}
h1 {
  width: 164px;
  font-size: 0;
  position: absolute;
  top: 10px;
  left: 30px;
}
h1 img {
  width: 100%;
  height: auto;
}
header ul {
  position: absolute;
  top: 32px;
  right: 162px;
}
header ul li {
  display: inline-block;
  font-size: 16px;
  margin-left: 30px;
}
header ul li a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #83E619;
  margin-top: 5px;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: ease all .3s
}
header ul li a:hover:after {
  width: 100%;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: ease all .3s
}
.entry a {
  position: absolute;
  top: 0;
  right: 0;
  width: 132px;
  height: 90px;
  line-height: 90px;
  background: #83E619;
  text-align: center;
  display: block;
  color: #333333;
  font-weight: bold;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: ease all .3s
}
.entry a:hover {
  background: #333;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: ease all .3s
}
@media only screen and (max-width: 768px) {
  header {
    height: 60px;
  }
  h1 {
    width: 120px;
    top: 5px;
    left: 10px;
  }
  h1 img {
    width: 100%;
  }
  header ul {
    display: none;
  }
  .entry a {
    width: 132px;
    height: 60px;
    line-height: 60px;
  }
}
/*--------------------------------------------------------
main
--------------------------------------------------------*/
main {
  position: relative;
  margin-top: 90px;
}
.mv_01, .mv_02, .mv_03 {
  width: 100%;
  height: 780px;
  background-blend-mode:multiply;
}
.mv_01 {
  background: url("../img/mv_01.jpg") center/cover #7f7f7f;
}
.mv_02 {
  background: url("../img/mv_02.jpg") center/cover #7f7f7f;
}
.mv_03 {
  background: url("../img/mv_04.jpg") center/cover #7f7f7f;
}
.mv_01 img, .mv_02 img, .mv_03 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -WEBkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
_::-webkit-full-page-media, _:future, :root .slick-dots li button:before {
  font-size: 20px;
  line-height: 40px;
}
_:-ms-fullscreen, :root .slick-dots li button:before {
  font-size: 20px;
  line-height: 40px;
}
@supports (-ms-accelerator: true) and (not (color: unset)) {
  .slick-dots li button:before {
    font-size: 20px;
    line-height: 40px;
  }
}
_:-ms-fullscreen, :root .selector {
  property: value;
}
@media only screen and (max-width: 768px) {
  main {
    margin-top: 60px;
  }
  .mv_01, .mv_02, .mv_03 {
    height: 500px;
  }
  .mv_01 {
    background: url("../img/mv_01_sp.jpg") center/cover #7f7f7f;
  }
  .mv_02 {
    background: url("../img/mv_02_sp.jpg") center/cover #7f7f7f;
  }
  .mv_03 {
    background: url("../img/mv_04_sp.jpg") center/cover #7f7f7f;
  }
  .slick-dots li button:before {
    font-size: 30px;
    line-height: 40px;
  }
}
/*--------------------------------------------------------
application
--------------------------------------------------------*/
.application {
  background: url("../img/application_bg.jpg") no-repeat center/cover;
}
.application dl {
  max-width: 1000px;
  margin: 50px auto 0;
  display: -moz-box; /*--- Android旧ブラウザ用 ---*/
  display: -webkit-box; /*--- Android旧ブラウザ用 ---*/
  display: -ms-flexbox; /*--- IE10 ---*/
  display: -webkit-flex; /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.application dt, .application dd {
  background: #fff;
  padding: 8px 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.application dt span, .application dd span {
  font-size: 14px;
}
.application dt {
  width: 18%;
  margin-right: 0.5%;
  text-align: center;
  clear: both;
  border-left: 2px solid #83E619;
  font-weight: bold;
  justify-content: center;
}
.application dd {
  width: 81.5%;
}
@media only screen and (max-width: 768px) {
  .application dt, .application dd {
    display: block;
  }
  .application dt {
    width: 100%;
    margin-right: 0;
    text-align: left;
    margin-bottom: 2px;
  }
  .application dd {
    width: 100%;
    margin-bottom: 15px;
  }
}
/*--------------------------------------------------------
process
--------------------------------------------------------*/
.process_wrap {
  width: 870px;
  margin: 80px auto;
}
.process dl {
  margin-bottom: 30px;
  position: relative;
}
.process dl:after {
  content: "";
  display: block;
  position: relative;
  top: 0px;
  left: 50%;
  margin-left: -17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 34px 0 34px;
  border-color: #83E619 transparent transparent transparent;
}
dl.step4:after {
  display: none;
}
.process dt {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  width: 146px;
  height: 146px;
  float: left;
  text-align: center;
  line-height: 1.4;
}
.process dt span {
  font-size: 25px;
}
.process dt em {
  display: block;
  font-style: normal;
  font-size: 25px;
}
.process dt em span {
  font-size: 18px;
  display: block;
  line-height: 1.8;
}
.process dt:after {
  content: "";
  display: block;
  background: #83E619;
  width: 146px;
  height: 146px;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: 0px;
  z-index: -1;
}
.line2 dt:after {
  top: -20px;
}
.line2 dt {
  margin-top: -20px;
}
.process dd {
  margin-left: 176px;
}
.line1 dd {
  padding-top: 10px;
}
@media only screen and (max-width: 768px) {
  .process_wrap {
    width: 100%;
    margin: 30px auto;
  }
  .process dl:after {
    top: 0px;
    margin-left: -12px;
    border-width: 24px 24px 0 24px;
  }
  .process dt {
    font-size: 14px;
    width: 100px;
    height: 100px;
    line-height: 1.4;
    margin-top: 20px;
  }
  .process dt span {
    font-size: 18px;
  }
  .process dt em {
    font-size: 18px;
  }
  .process dt em span {
    font-size: 14px;
    line-height: 1.4;
  }
  .process dt:after {
    width: 100px;
    height: 100px;
    top: -23px;
  }
  .line2 dt:after {
    top: -15px;
  }
  .line2 dt {
    margin-top: 15px;
  }
  .process dd {
    margin-left: 120px;
    padding-bottom: 20px;
    padding-top: 10px;
  }
}
/*--------------------------------------------------------
voice
--------------------------------------------------------*/
.voice {
  background: #eee;
}
.voice_wrap {
  padding: 50px;
  margin: 0 50px;
  margin-bottom: 50px;
  background: #fff;
  max-width: 100%;
}
.voice_pro {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.voice_pro_ph_l, .voice_pro_ph_r {
  width: 75.8%;
}
.voice_pro_ph_l {
  float: left;
}
.voice_pro_ph_r {
  float: right;
}
.voice_pro_text_r, .voice_pro_text_l {
  position: absolute;
  bottom: 45px;
}
.voice_pro_text_r {
  left: 80%;
}
.voice_pro_text_l {
  right: 80%;
}
.voice_box .voice_pro_text_r h3, .voice_box .voice_pro_text_l h3 {
  font-size: 22px;
  color: #333;
  border-bottom: 2px solid #83E619;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.voice_pro_text_r h3 span, .voice_pro_text_l h3 span {
  font-size: 12px;
  color: #999;
  display: block;
  font-weight: normal;
  margin-top: -5px;
  letter-spacing: 0.2em;
}
.voice_pro_ph_l img, .voice_pro_ph_r img {
  width: 100%;
  height: auto;
}
.voice_box h3 {
  font-size: 20px;
  color: #83E619;
  margin-bottom: 10px;
}
.mt_space {
  margin-top: 30px;
}
.voice_ph_r, .voice_ph_l {
  width: 39%;
  clear: both;
}
.voice_ph_r {
  float: right;
}
.voice_ph_l {
  float: left;
  margin-top: 50px;
}
.voice_ph_r img, .voice_ph_l img {
  width: 100%;
  height: 100%;
}
.voice_text_l, .voice_text_r {
  width: 58%;
}
.voice_text_l {
  float: left;
}
.voice_text_r {
  float: right;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .voice_wrap {
    width: 100%;
    margin: 50px 0 0;
    padding: 20px;
  }
  .voice_wrap2, .voice_wrap3 {
    margin: 20px 0 0;
  }
  .voice_pro {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .voice_pro_ph_l, .voice_pro_ph_r {
    width: 100%;
    height: auto;
    float: none;
  }
  .voice_pro_ph_l img, .voice_pro_ph_r img {
    width: 100%;
    height: 100%;
  }
  .voice_pro_text_r, .voice_pro_text_l {
    position: static;
  }
  .voice_box .voice_pro_text_r h3, .voice_pro_text_l h3 {
    font-size: 24px;
    border-bottom: 2px solid #83E619;
    padding-bottom: 0;
    margin-top: 10px;
  }
  .voice_pro_text_r h3 span, .voice_pro_text_l h3 span {
    font-size: 11px;
    display: inline-block;
  }
  .voice_ph_r, .voice_ph_l, .voice_text_l, .voice_text_r {
    width: 100%;
    float: none;
  }
  .voice_ph_r, .voice_ph_l {
    margin: 30px 0;
  }
  .voice_ph_l {
    margin-top: 30px;
  }
  .voice_text_r {
    margin-top: 30px;
  }
}
/*--------------------------------------------------------
FAQ
--------------------------------------------------------*/
.faq {
  background: #f2e3ea;
}
.faq_wrap {
  width: 950px;
  margin: 50px auto 0;
}
.faq_box {
  background: #fff;
  border-radius: 20px;
  position: relative;
  margin-bottom: 10px;
}
.faq_box.open {
  background: #f2fcfe;
}
.question {
  position: relative;
  padding: 20px 40px;
  cursor: pointer;
}
.faq_box span {
  font-size: 26px;
  font-weight: bold;
  color: #83E619;
  padding-right: 5px;
}
.question .fas {
  position: absolute;
  right: 30px;
  top: 50%;
  font-size: 28px;
  margin-top: -14px;
  transition: .3s ease-in-out;
  text-indent: 0;
  color: #999;
}
.question .fas.open {
  -WEBkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: .3s ease-in-out;
}
.answer {
  padding: 10px 10px 20px;
  border-top: 1px #ccc solid;
  margin: 0 30px;
}
.faq_box p {
  text-indent: -1.95em;
  margin-left: 2em;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .faq_box span {
    line-height: 1.4;
  }
  .faq_box p {
    text-indent: -1.95em;
  }
}
@media only screen and (max-width: 768px) {
  .faq_wrap {
    width: 100%;
    margin: 30px auto;
  }
  .question {
    padding: 5px 50px 10px 20px;
  }
  .answer {
    padding: 10px 0 20px;
    margin: 0 20px;
  }
  .question p {
    text-indent: -2em;
    margin-left: 2em;
  }
  .question .fas {
    right: 15px;
  }
}
/*--------------------------------------------------------
registration
--------------------------------------------------------*/
.registration_image {
  margin: 50px 0 0;
  text-align: center;
}
.registration .note {
  text-align: center;
  margin-bottom: 50px;
  font-size: 16px;
}
.registration .note p {
  font-weight: bold;
}
.registration .note ul {
  font-size: 14px;
  display: inline-block;
  text-align: left;
}
.registration .note li {
  text-indent: -1em;
  margin-left: 1em;
}
@media only screen and (max-width: 768px) {
  .registration_image {
    width: 100%;
    height: auto;
    margin: 30px 0;
  }
  .registration_image img {
    width: 100%;
    height: auto;
  }
}
/*--------------------------------------------------------
page-top
--------------------------------------------------------*/
.to_top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  font-size: 12px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.8);
  color: #333333;
  text-align: center;
  display: block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 999;
  cursor: pointer;
}
.to_top:hover {
  text-decoration: none;
  background: #83E619;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}
@media only screen and (max-width: 768px) {
  .to_top {
    display: none !important;
  }
}
/*--------------------------------------------------------
footer
--------------------------------------------------------*/
footer {
  background: #000;
  padding: 40px 0;
  text-align: center;
}
footer p {
  font-size: 11px;
  color: #fff;
}