@charset "UTF-8";

/* COMMON
---------------------------------------------------------- */
body{
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 2em;
  color: #333;
  letter-spacing: .02em;
  text-indent: .02em;
}
@media(max-width:736px){
body{
 font-size: 14px;
}
}/* @media */

img{ display: block; width: 100%;}
a img:hover{opacity: .8;transition: .2s;}
.pc{ display: block !important;}@media(max-width:780px){.pc{ display: none !important;}}
.sp{ display: none !important;}@media(max-width:780px){.sp{ display: block !important;}}
/*--------------------
a
--------------------*/
a:link   {color: #333;text-decoration: none; transition: .2s;}
a:visited{color: #333;}
a:hover  {color: #999;}
a:active {color: #ccc;}


/* wrap
---------------------------------------------------------- */
.wrap{
  max-width: 1000px;
  min-width: 700px;
  margin: 0 auto;
}
@media(max-width:780px){
.wrap {
    max-width: 100%;
    min-width: 0px;
    margin: 0 auto;
}
}/* @media */


/* header
---------------------------------------------------------- */
header{
  position: relative;
}
header > .logo{
  width: 270px;
  position: absolute;
  left: 20px;
  top: 20px;
}

/* mv
---------------------------------------------------------- */
.mv{
  height: 680px;
  background: #101a24 url(../img/mv_main.png) no-repeat center center;
  background-size: cover;
}
.mv > .wrap{
  position: relative;
  height: 680px;
}
.mv_img1{
  width: 80%;
  margin: auto;
  padding: 160px 0 0;
}
.mv_img2{
  width: 220px;
  position: absolute;
  bottom: -180px;
  left: 140px;
}
.form_area {
  background: rgba(0,0,0,0.8);
  padding: 30px;
  width: 360px;
  position: absolute;
  right: 140px;
  bottom: 40px;
}
.form_area > p{
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  padding: 20px 0;
}
.form_area > p:nth-child(1){
  border-bottom: 1px solid #197880;
}
.form_inner_area input[type="text"] {
  width: 93%;
  padding: 3%;
  font-size: 1rem;
  margin-bottom: 8px;
}
.submit_btn {
  border: 0px;
  width: 100%;
  height: 70px;
  background: url(../img/submit_btn.jpg) no-repeat center center;
  background-size: cover;
}
.submit_btn:hover{
  cursor: pointer;
  opacity:0.9;
}

/* particles-js
---------------------------------------------------------- */
#particles-js {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: block;
z-index: 0;
}

/* sec
---------------------------------------------------------- */
.sec1_img1{
  width: 80%;
  margin: 160px auto 80px;
}
.box_wrap{
  margin-bottom: 120px;
}
.box {
width: 27.3%;
float: left;
margin: 0 3%;
}
.box > p:nth-child(1){
  min-height: 10em;
}
.box > p:nth-child(2){
  width: 80%;
  margin: 0 auto 40px;
}
.box > p:nth-child(3){
  margin-bottom: 20px;
}
.box > p:nth-child(4){
  color: #406a87;
}

.sec2{
  background: url(../img/sec2_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 100px 0;
  margin-bottom: 80px;
}
.sec2 > img{
  width: 40%;
  margin: 0 auto;
}

.sec3 > img{
  width: 80%;
  margin: 0 auto 120px;
}

.sec4{
  background: #f4f4f4;
  padding: 80px 0;
  margin-bottom: 120px;
}
.sec4 > .tit{
  width: 10%;
  margin: 0 auto 80px;
}
.faq_box{
  background: #fff;
  padding: 32px;
  margin-bottom: 8px;
}
.faq_box > p:nth-child(1){
  font-size: 1.2em;
}
.faq_box > p:nth-child(1):before {
  content: 'Q.';
  color: #1cc2d1;
  position: relative;
  font-size: 3.1rem;
  left: 0;
  top: 0.1em;
  font-family: Apple Garamond;
  padding-right: 0.1em;
}
.faq_box > p:nth-child(2){
  padding-left: 3em;
}

.sec5 > p:nth-child(1){
  width: 80%;
  margin: 0 auto 64px;
}
.sec5 > .btm_form_area{
  width: 60%;
  margin: 0 auto 120px;
}
.sec5 > .btm_form_area .submit_btn {
height: 110px !important;
}
.footlink{
  text-align: center;
  font-size: .8em;
  color: #333;
  padding-bottom: 25px;
  }
footer{
  background: #131e28;
  text-align: center;
  padding: 60px 0 40px;
  font-size: .8em;
  color: #fff;
}
footer > p:nth-child(1){
  width: 300px;
  margin: 0 auto 32px;
}
.message_box{
  position: fixed;
  width: 360px;
  background: #fff;
  border-radius: 10px;
  bottom: -400px;
  right: 20px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.add_show_css{
  transition: .5s;
  bottom: 32px !important;
}
.message_box > .tit{
  background: #d4004b;
  color: #fff;
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 16px;
  font-size: 1.1em;
  position: relative;
}
.message_box > .tit > span{
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  left: 20px;
  top: -20px;
}
.message_box > .dat{
  color: #a2a2a2;
  margin-left: 30px;
  margin-bottom: 8px;
}
.message_box > .tex{
  background: #eee;
  border-radius: 10px;
  padding: 10px;
  margin: 0 24px 24px 30px;
  position: relative;
}
.message_box > .tex > span {
position: absolute;
left: -15px;
top: 13px;
display: block;
}
.message_box > .btn a{
  border-radius: 4px;
  background-image: -moz-linear-gradient( -49deg, rgb(34,212,223) 0%, rgb(15,158,182) 100%);
  background-image: -webkit-linear-gradient( -49deg, rgb(34,212,223) 0%, rgb(15,158,182) 100%);
  background-image: -ms-linear-gradient( -49deg, rgb(34,212,223) 0%, rgb(15,158,182) 100%);
  width: 68%;
  display: block;
  text-align: center;
  color: #fff;
  margin: 0 auto 20px;
  padding: 8px 0;
  font-size: 1.1em;
}


@media(max-width:780px){
header > .logo {
width: 60%;
position: absolute;
left: 0;
top: 40px;
right: 0;
margin: auto;
}
.form_area {
background: rgba(0,0,0,0.8);
padding: 5%;
width: 80%;
position: absolute;
right: 0;
bottom: 0;
margin: 5%;
}
.mv ,
.mv > .wrap{
height: 230vw;
}
.mv_img1 {
width: 90%;
margin: auto;
padding: 90px 0 0;
}
.mv_img2 {
width: 50%;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
top: 140px;
}
.sec1_img1 {
width: 90%;
margin: 40px auto 40px;
padding-bottom: 24px;
border-bottom: 1px solid #ccc;
}
.box {
width: 90%;
float: none;
margin: 0 5%;
}
.box > p:nth-child(1) {
min-height: initial;
margin-bottom: 24px;
}
.box > p:nth-child(2) {
width: 50%;
margin: 0 auto 24px;
}
.box > p:nth-child(3) {
width: 60%;
margin: 0 auto 24px;
}
.box > p:nth-child(4) {
color: #406a87;
margin-bottom: 32px;
padding-bottom: 24px;
border-bottom: 1px solid #ccc;
}
.box_wrap {
margin-bottom: 40px;
}
.sec2 > img {
width: 80%;
margin: 0 auto;
}
.sec2 {
padding: 50px 0;
margin-bottom: 40px;
}
.sec3 > img {
width: 95%;
margin: 0 auto 40px;
}
.sec4 {
background: #f4f4f4;
padding: 24px 0;
margin-bottom: 40px;
}
.sec4 > .tit {
width: 28%;
margin: 0 auto 40px;
}
.faq_box {
background: #fff;
padding: 2%;
font-size: .8em;
margin: 0 3% 3px;
}
.faq_box > p:nth-child(1):before {
font-size: 2.2rem;
}
.faq_box > p:nth-child(2) {
padding-left: 3em;
line-height: 1.6;
}
.sec5 > p:nth-child(1) {
width: 90%;
margin: 0 auto 24px;
}
.sec5 > .btm_form_area .submit_btn {
height: 70px !important;
}
.sec5 > .btm_form_area {
width: 90%;
margin: 0 auto 40px;
}
footer > p:nth-child(1) {
width: 60%;
margin: 0 auto 16px;
}
footer {
background: #131e28;
text-align: center;
padding: 40px 0 40px;
font-size: 0.7em;
color: #fff;
}

.message_box{
  position: fixed;
  width: 90%;
  background: #EBEFF1;
  border-radius: 10px;
  bottom: inherit;
  top: -200px;
  right: 0;
  left: 0;
  margin: 0 auto;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  z-index: 999;
  letter-spacing: 0;
  font-size: .83em;
line-height: 1.1;
}
.add_show_css {
transition: .8s;
bottom: inherit !important;
top: 10px !important;
padding: 4px 10px 10px;
}
.message_box > .tit > span {
  display: none;
}
.message_box > .tit {
  background: none;
  color: #6d6d6d;
  border-radius: 0;
  text-align: left;
  padding: 0;
  margin-bottom: 0;
  font-size: 1em;
  position: relative;
  margin-bottom: 8px;
}
.message_box > .tit:before {
content: '';
background-size: contain;
display: inline-block;
width: 24px;
height: 24px;
background: url(../img/ico_mail_sp.png) center center no-repeat;
position: relative;
left: 0;
top: 5px;
}
.message_box > .dat {
  display: none;
}
.message_box > .tex {
background: none;
border-radius: 0;
padding: 0;
margin: 0;
position: relative;
margin-bottom: 4px;
}
.message_box > .tex > span {
  display: none;
}
.message_box > .btn a {
border-radius: 4px;
background-image: none;
width: 100%;
display: inline;
text-align: left;
color: #0076CE;
margin: 0 auto 0px;
padding: 0;
font-size: 1em;
text-decoration: underline;
}
.message_box > .btn a:before {
  content: '→';
}
}/* @media */


/* thanks
---------------------------------------------------------- */
.thanks_wrap{
  max-width: 700px;
  padding: 0 20px;
  margin: 0 auto;
}
.bg_thanks_main{
  background: url(../img/sec2_bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 80px 0;
}
.thanks_main_wrap{
  position: relative; 
}
.thanks_line_btn {
  position: absolute;
  z-index: 999;
  left: 88px;
  bottom: 160px;
  width: 260px;
}
.thanks_line_id {
  position: absolute;
  z-index: 999;
  right: 130px;
  bottom: 224px;
  font-size: 1.6em;
  letter-spacing: .1em;
}
.sankaku {
width: 0;
  height: 0;
  border: 25px solid transparent;
  border-top: 30px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media(max-width:840px){
.thanks_wrap{
  padding: 0 10px;
}
.thanks_line_btn {
  left: 0;
  bottom: 87vw;
  width: 70%;
  right: 0;
  margin: auto;
}
.thanks_line_id {
position: absolute;
z-index: 999;
right: 0;
bottom: 41vw;
font-size: 1.1em;
letter-spacing: .1em;
text-align: center;
width: 60%;
margin: auto;
left: 0;
}
.bg_thanks_main {
  padding: 40px 0;
}
.sankaku {
  border: 20px solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
}
}/* @media */
@media(max-width:350px){
.thanks_line_id {
bottom: 39.5vw;
}
}/* @media */


/*cv_btn*/
figure.cv_btn{ display: flex; align-items: center; justify-content: center; text-align: center;}
figure.cv_btn a{ display: flex; align-items: center; justify-content: center; width: 100%; height: 80px; font-size: 24px; font-weight: bold; line-height: 1.25em; position: relative; padding-left: 60px; transition: 0.3s;}
figure.cv_btn a{ background: linear-gradient(135deg,  #01dbe5 0%,#01a1b9 100%); color: #fff;}
figure.cv_btn a i{ font-size: 48px; position: absolute; left: 20px; top: 50%; transform: translateY(-50%);}
figure.cv_btn a:hover{ opacity: 0.7;}
@media(max-width:780px){
figure.cv_btn a{ height: 17.5vw; font-size: 5vw; padding-left: 12.5vw;}
figure.cv_btn a i{ font-size: 10vw; left: 3.75vw;}
}

figure.cv_btn a{ animation: btn linear 0.3s alternate infinite;}
@keyframes btn{
0%{ transform: scale(1.0);}
100%{ transform: scale(1.05);}
}



figure.cv_btn2{ display: flex; align-items: center; justify-content: center; text-align: center;}
figure.cv_btn2 a{ display: flex; align-items: center; justify-content: center; width: 100%; height: 120px; font-size: 36px; font-weight: bold; line-height: 1.25em; position: relative; padding-left: 80px; transition: 0.3s;}
figure.cv_btn2 a{ background: linear-gradient(135deg,  #01dbe5 0%,#01a1b9 100%); color: #fff;}
figure.cv_btn2 a i{ font-size: 72px; position: absolute; left: 40px; top: 50%; transform: translateY(-50%);}
figure.cv_btn2 a:hover{ opacity: 0.7;}
@media(max-width:780px){
figure.cv_btn2{ width: 90%; margin: auto;}
figure.cv_btn2 a{ height: 17.5vw; font-size: 5vw; padding-left: 12.5vw;}
figure.cv_btn2 a i{ font-size: 10vw; left: 3.75vw;}
}

figure.cv_btn2 a{ animation: btn2 linear 0.3s alternate infinite;}
@keyframes btn2{
0%{ transform: scale(1.0);}
100%{ transform: scale(1.05);}
}














