@charset "UTF-8";
/* CSS Document */


/*basic*/

body{
  background: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  color: #222;
  text-align: center;
  font-feature-settings: "palt";
}
a{
  transition: .3s all ease;
  text-decoration: none;
  color: inherit;
}
a img,
input[type="submit"],
input[type="reset"],
input[type="button"],
button{
  transition: .4s all ease;
  cursor: pointer;
}
a:hover,
a:hover img,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover{
  transform: translateY(-5px);
}

#container{
  overflow-x: hidden;
}
.wrap{
  width:94%;
  max-width: 1200px;
  margin: 0 auto;
}

.white{
  color: #fff;
}
.orange{
  color: #F29100;
}

.en{
  font-family: 'Oswald', sans-serif;
}


/*============================
#mv
============================*/
#mv{
  width: 100%;
  height: 800px;
  background: url(img/mv-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
#mv::before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 800px 20vw 0 0;
  border-color: rgba(34,47,62,.5) transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}
#mv::after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 800px 20vw 0 0;
  border-color: transparent rgba(34,47,62,.5) transparent;
  position: absolute;
  right: 0;
  top: 0;
}
#mv .wrap{
  height: 100%;
}
#mv h1{
  position: relative;
}
.cta{
  padding: 50px 0;
}
.bg1{
  background: #F29100;
}
.banzai{
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0 .7em;
  position: relative;
}
.banzai::before{
  content: "";
  width: 2px;
  height: 80%;
  background: #fff;
  transform: rotate(-20deg);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.banzai::after{
  content: "";
  width: 2px;
  height: 80%;
  background: #fff;
  transform: rotate(20deg);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  height: 140px;
  background: #157F1F;
  border: 2px solid #fff;
  box-shadow: 10px 10px 0 #005C09;
  position: relative;
}
.btn::before{
  content: "";
  width: 30px;
  height: 24px;
  background: url(img/mail.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*============================
#about
============================*/
#about{
  background: url(img/sec1-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 90px 0 120px;
}
#about h2{
  line-height: 1.1;
}
.white-box{
  background: #fff;
  padding: 80px;
}
.content-txt{
  width: 900px;
}
.content-txt h3{
  border-top: 4px solid #F29100;
  line-height: 1.2;
  padding-top: 10px;
}

/*============================
#form
============================*/
#form{
  padding: 80px 0;
}
#form h2{
  background: #222F3E;
  border: 1px solid #fff;
  padding: 30px;
  line-height: 1.3;
  position: relative;
}
#form h2::before{
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#form input[type=email]{
  width: 900px;
  padding: 30px;
  border-radius: 10px;
  border: none;
}
#form img{
  padding-left: 78px;
}

/*============================
#voices
============================*/
#voices{
  padding: 80px 0 100px;
}
.voice-txt{
  background: #222F3E;
  width: 850px;
  padding: 30px;
  position: relative;
}
.voice-txt::before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  bottom: 15px;
}
.voice-txt.right::before{
  border-width: 0 0 45px 50px;
  border-color: transparent transparent #222F3E transparent;
  right: 100%;
}
.voice-txt.left::before{
  border-width: 45px 0 0 50px;
  border-color: transparent transparent transparent #222F3E;
  left: 100%;
}
.voice-figure{
  position: relative;
}
.circle{
  width: 320px;
  height: 320px;
  border-radius: 160px;
  background: #F29100;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -80px;
  left: -80px;
}

/*============================
#flow
============================*/
#flow{
  padding: 80px 0 120px;
}
#flow .white-box{
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px 20px 60px;
  grid-template-columns: 140px 270px auto 300px;
  justify-items: center;
  align-items: center;
  text-align: center;
}
.flow4{
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #ccc;
  width: 100%;
  height: 100%;
}

/*============================
#message
============================*/
#message{
  padding: 120px 0;
  background: url(img/footer-bg.jpg) center center no-repeat;
  background-size: cover;
}
#message h2{
  line-height: 1.25;
}
.list{
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.list li{
  padding-left: 47px;
  position: relative;
}
.list li::before{
  content: "";
  width: 27px;
  height: 27px;
  background: url(img/check.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*============================
#footer
============================*/
#footer{
  padding: 20px;
}
#footer a + a{
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #ccc;
}


@media (max-width: 1200px){
  /*basic*/

body{
  font-size: 1.5vw;
}

/*============================
#mv
============================*/
#mv{
  height: 60vw;
}
#mv::before{
  border-width: 60vw 12vw 0 0;
}
#mv::after{
  border-width: 60vw 12vw 0 0;
}
#mv .wrap{
  padding-left: 5vw;
}
#mv img{
  width: 12vw;
}
#mv h1 img{
  width: 54.9vw;
}
.cta{
  padding: 4.167vw 0;
}
.banzai::before{
  width: 0.167vw;
}
.banzai::after{
  width: 0.167vw;
}
.btn{
  width: 75vw;
  height: 11.667vw;
  box-shadow: 1vw 1vw 0 #005C09;
}
.btn::before{
  width: 2.5vw;
  height: 2vw;
  left: 4.167vw;
}

/*============================
#about
============================*/
#about{
  padding: 7.5vw 0 10vw;
}
.white-box{
  padding: 6.667vw;
}
.content-txt{
  width: 70vw;
}
.content-txt h3{
  padding-top: 0.833vw;
}

/*============================
#form
============================*/
#form{
  padding: 6.667vw 0;
}
#form h2{
  padding: 2.5vw;
}
#form h2::before{
  width: calc(100% - 0.833vw);
  height: calc(100% - 0.833vw);
}
#form input[type=text]{
  width: 75vw;
  padding: 2.5vw;
  border-radius: 0.833vw;
}
#form img{
  padding-left: 6.5vw;
  width: 88.66vw;
}

/*============================
#voices
============================*/
#voices{
  padding: 6.667vw 0 8.333vw;
}
.voice-each img {
  width: 24vw;
}
.voice-txt{
  width: 65vw;
  padding: 2.5vw;
}
.voice-txt::before{
  bottom: 1.25vw;
}
.voice-txt.right::before{
  border-width: 0 0 3.75vw 4.167vw;
}
.voice-txt.left::before{
  border-width: 3.75vw 0 0 4.167vw;
}
.circle{
  width: 24vw;
  height: 24vw;
  border-radius: 13.333vw;
  top: -5vw;
  left: -2.5vw;
}

/*============================
#flow
============================*/
#flow{
  padding: 6.667vw 0 10vw;
}
#flow .white-box{
  max-width: 87.5vw;
  padding: 1.667vw 3vw 1.667vw 3vw;
  grid-template-columns: 12vw 27vw auto 27vw;
}
.flow3 {
  height: 10vw;
}

/*============================
#message
============================*/
#message{
  padding: 6vw 0;
}
.list li{
  padding-left: 3.917vw;
}
.list li::before{
  width: 2.25vw;
  height: 2.25vw;
}

/*============================
#footer
============================*/
#footer{
  padding: 1.667vw;
}

}


@media (max-width: 768px){
  #mv {
    height: 70vw;
  }
  #mv img{
    width: 15vw;
  }
  #mv h1 img{
    width: 70vw;
  }
  .btn {
    width: 80vw;
    height: 16vw;
    line-height: 1.5;
  }
  .btn::before {
    width: 5vw;
    height: 4vw;
    left: 10vw;
  }
  .white-box {
    padding: 4vw;
  }
  .content-txt{
    line-height: 1.4;
  }
  #form img {
    padding-left: 0;
    width: 100%;
  }
  #form input[type=text] {
    width: 80vw;
    padding: 3vw;
    font-size: 16px;
  }
  .circle {
    width: 32vw;
    height: 32vw;
    border-radius: 20vw;
    top: -10vw;
  }
  #flow .white-box {
    grid-template-columns: 30vw auto;
    grid-row-gap: 2vw;
    padding: 3vw 3vw 6vw;
    position: relative;
  }
  #flow .white-box::before {
    content: "";
    width: 90%;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 24vw;
  }
  .flow3 {
    height: 15vw;
  }
  .flow4{
    border-left: none;
  }
  .flow4 img {
    max-width: 82%;
  }
  #message {
    background-position: center left 30%;
  }
  .list li {
    padding: 2vw 0 2vw 5vw;
    line-height: 1.5;
  }
  .list li::before {
    width: 4vw;
    height: 4vw;
  }

}