@charset "UTF-8";

body{
  font-family: -apple-system;
}
header{

}
a{
  cursor: pointer;
  color: #000;

}
.header_top{
  display: flex;
  width: 100%;
  background-color: #000;
  justify-content: space-between;
  padding: 15px 48px;
}
.sns{
  display: flex;
}
.sns li{
  color: #fff;
}
.sns a{
  color: #fff;
}
.sns_text{
  font-size: 13px;
  font-weight: bold;
  padding-right: 24px;
  padding-top: 1px;
}
.sns_icon{
padding-right: 15px;
}
.sns_icon i{
  font-size: 18px;
}
.link_company{
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  padding-top: 1px;
}
.header_bottom{
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 28px 48px;
}
.logo{
  width: 128px;
}
.logo img{
  width: 100%;
}
.language{
  display: flex;
  margin-top: 4px;
}
.language li a{
  font-size: 16px;
}
.border{
  width: 1px;
  background-color: #000;
  height: 16px;
  margin: 0 16px;
}
@media only screen and (max-width: 768px) {
  .pc2{
    display: none !important;
  }
  .header_top{
    padding: 16px 24px;
  }
  .sns_text{
    display: none;
  }
  .sns_text{
    padding-top: 1px;
  }
  .sns_icon i{
    font-size: 16px !important;
  }
  .sns_icon{
    padding-right: 24px !important;
  }
  .header_bottom{
    padding: 20px 30px;
  }
  .logo{
    width: 90px;
  }
  .language li a{
    font-size: 13px;
    padding-bottom: 2px;
    line-height: 100%;
    position: relative;
    bottom: 2px;
  }
  .border{
    width: 1px;
    background-color: #000;
    height: 13px;
    margin: 0 16px;
  }
}
/* top */

h1{
  font-size: 54px;
  text-align: center;
  line-height: 140%;
  font-weight: bold;
  margin-bottom: 14px;
}
.main_text{
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 200%;
  letter-spacing: 0.03em;
  font-family: YuGothic;
  margin-bottom: 32px;
}

.form{
  display: grid;
  margin: 0 auto;
}
.email{
  width: 480px;
  border-bottom: 1px solid #000000;
  margin: 0 auto 32px;
  text-align: center;
  color: #000;
  font-size: 24px;
  padding-bottom: 14px;
  background-color: rgba(0,0,0,0);
}
.email::placeholder{
  color: #DDDBDB;
}
.error-message {
  color: red;
  font-size: 12px;
  margin-top: -24px;
  text-align: center;
}
.submit{
  font-family: YuGothic;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  background-color: #2A64C5;
  padding: 16px 32px;
  border-radius: 64px;
  width: 200px;
  margin: 0 auto;
  transition: all .3s;
  cursor: pointer;
}
.submit:hover{
  background-color: #2356AC;
}
input[type="text"]:focus {
  outline: 0;
}
.top_img{
  max-width: 1000px;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  .top_img{
    width: 100%;
    max-width: 450%;
    margin-top: 10px;
  }
  h1{
    font-size: 9vw;
    text-align: left;
    padding: 0 8%;
  }
  .main_text{
    font-size: 14px;
    text-align: left;
    padding: 0 8%;
  }
  .email{
    width: 100%;
    text-align:left;
    margin-bottom: 16px;
  }
  .error-message {
    color: red;
    font-size: 12px;
    margin-top: -4px;
    margin-bottom: 8px;
    text-align: left;
  }
  .form{
    padding: 0 8%;
  }
  .submit{
    margin: 0;
    font-size: 14px;
    padding: 16px 21px;
    width: 170px;
  }
}


/* about */
.about_wrap{
  width: 80%;
  margin: 100px 10% 200px;
  display: flex;
  position: relative;
}
.about_left{
  width: 60%;
  position: absolute;
}
.about{
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #000000;
}
.maintext{
  font-style: normal;
  font-weight: bold;
  font-size: 3.5vw;
  line-height: 130%;
  color: #000000;
  margin-bottom: 48px;
  margin-top: 32px;
}
.mainbutton{
  display: inline-block;
  font-family: YuGothic;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  background-color: #2A64C5;
  padding: 16px 32px;
  border-radius: 64px;
  width: 200px;
  margin: 0 auto;
  text-decoration: none !important;
  transition: all .3s;
  cursor: pointer;
}
.mainbutton:hover{
  background-color: #2356AC;
}
.about_img{
  width: 60%;
  position: relative;
  left: 40%;
}
.about_img img{
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .about_wrap{
    width: 100%;
    display: block;
    margin: 14px 0 42px;
  }
  .iphone_sp1{
    width: 100%;
  }
  .about_left{
    width: 100%;
    padding: 0 4%;
    position: relative;
  }
  .maintext{
    font-size: 8vw;
    line-height: 140%;
    margin: 12px 0 0;
  }
  .about{
    font-size: 14px;
  }
}
/* about2 */
.about_wrap2{
  width: 80%;
  margin: 100px 10% 150px;
  display: flex;
  position: relative;
}
.about_img2{
  width: 60%;
  position: relative;
}
.about_img2 img{
  width: 100%;
}
.about_right{
  width: 40%;
  padding-left: 6%;
  padding-top: 5vh;
}
.maintext2{
  font-family: YuGothic;
  font-style: normal;
  font-weight: bold;
  font-size: 3vw;
  line-height: 150%;
  color: #000000;
}
.abouttext{
  font-family: YuGothic;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 200%;
  color: #000000;
  margin: 28px 0;
}
@media only screen and (max-width: 768px) {
  .about_wrap2{
    width: 100%;
    margin: 0 0 100px;
    display: block;
  }
  .about_img2{
    width: 100%;
  }
  .about_right{
    width: 100%;
    padding: 3vh 4%;
  }
  .maintext2{
    font-size: 8vw;
    margin: 12px 0 0;
  }
  .abouttext{
    font-size: 16px;
    font-weight: normal;
    margin: 16px 0 21px;
  }
}
/* function */
.function_wrap{
  width: 100%;
  padding: 90px 0;
  display: flex;
  align-items: center;
  background-color: #CBEDED;
}
.function_left{
  width: 38%;
  padding: 0 8% 0 8%;
}
.function_h2{
  font-family: YuGothic;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0.01em;
}
.function_left_ul{
  padding: 36px 0 72px;
}
.function_left_li{
  font-family: YuGothic;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 32px;
  opacity: 0.4;
  cursor: pointer;
}


.function_ul{
  width: 62%;
  position: relative;
  height: 44vw;
}
.function_inner{
  display: flex;
  align-items: center;
  position: absolute;
}
.function_img{
  width: 36%;
}
.function_right{
  width: 64%;
  padding: 0 6% 0 5%;
}
.feature_num{
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  align-items: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  background-color: #000;
  padding: 7px 8px;
  display: inline-block;
}
.function_h3{
  font-family: YuGothic;
  font-weight: bold;
  font-size: 3vw;
  line-height: 150%;
  color: #1D1B1B;
  padding: 21px 0 32px;
}
.function_text{
  font-family: YuGothic;
  font-weight: bold;
  font-size: 18px;
  line-height: 180%;
}
.sp_function_wrap{
  display: none;
}
.function_inner1{
  opacity: 1;
}
.function_inner2{
  opacity: 0;
}
.function_inner3{
  opacity: 0;
}
.function_inner4{
  opacity: 0;
}
.function_inner5{
  opacity: 0;
}
.function_inner6{
  opacity: 0;
}
.function_left_li1{
  opacity: 1;
  border-right: 4px solid #2A64C5;
}
.function_left_li{
  transition: all 0.3s;
}
.function_inner{
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  .function_wrap{
    display: none;
  }
  .function_sp_img{
    width: 50%;
    max-width: 200px;
    display:block;
    margin: 0 auto;
  }
  .feature_inner{
    padding: 28px 4%;
  }
  .sp_function_wrap{
    position: relative;
    display: block;
  }
  .sp_functioin_h2{
    font-size: 24px;
    text-align: center;
    position: absolute;
    font-weight: bold;
    z-index: 1;
    top: 42px;
    left: 0;
    right: 0;
  }
  .sp_fuction_mainbutton{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
  }
  .function_sp_h3{
    font-size: 28px;
    line-height: 140%;
    padding: 16px 0;
    font-weight: bold;
  }
  .function_sp_text{
    font-size: 16px;
    line-height: 180%;
  }
  .sp_function_ul{
    width: 100%;
  }
  .sp_function_ul li{
    width: 100%;
    padding: 105px 0 112px;
  }
  .sp_function1{
    background-color: #CBEDED;
  }
  .sp_function2{
    background-color: #D1F2E2;
  }
  .sp_function3{
    background-color: #F3D4D6;
  }
  .sp_function4{
    background-color: #EDE1AE;
  }
  .sp_function5{
    background-color: #E5D1E8;
  }
  .sp_function6{
    background-color: #ECE2D8;
  }
  .slick-next{
    background-image: url(../img/next.png) !important;
    right: 0 !important;
    width: 28px !important;
    height: 108px !important;
    top:33% !important;
  }
  .slick-next:before{
    content:'' !important;
  }
  .slick-prev{
    background-image: url(../img/prev.png) !important;
    left: 0 !important;
    width: 28px !important;
    height: 108px !important;
    z-index: 1;
    top:33% !important;
  }
  .slick-prev:before{
    content:'' !important;
  }
  .slick-dotted.slick-slider{
     margin-bottom: 0 !important;
  }
}

/* feature */

.feature_wrap{
  width: 100%;
  padding: 120px 4% 140px;
}
.feature_h2{
  font-family: SF Pro Display;
  font-weight: bold;
  font-size: 78px;
  line-height: 100%;
  letter-spacing: 0.04em;
  padding-bottom: 12px;
}
.feature_subtitle{
  font-family: YuGothic;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 31px;
}
.feature_ul{
  width: 100%;
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
}
.feature_ul li{
  width: calc(25% - 9px);
}
.feature_img{
  width: 100%;
  margin-bottom: 24px;
}
.feature_h3{
  font-weight: bold;
  padding: 16px 0 13px;
  font-size: 21px;
  font-family: YuGothic;
  line-height: 180%;
}
.feature_text{
  font-family: YuGothic;
  font-style: normal;
  font-size: 15px;
  line-height: 200%;
  letter-spacing: 0.03em;
}

.feature_mainbutton{
  margin: 80px auto 0;
  display: block;
}
@media only screen and (max-width: 768px) {
  .feature_wrap{
    width: 100%;
    padding: 36px 4% 58px;
  }
  .feature_h2{
    font-size: 36px;
    padding-bottom: 6px;
  }
  .feature_subtitle{
    font-size: 14px;
  }
  .feature_ul{
    width: 100%;
    padding-top: 28px;
    display: block;
  }
  .feature_ul li{
    width: 100%;
    margin-bottom: 32px;
  }
  .feature_img{
    margin-bottom: 16px;
  }
}
/* footer */
.footer_form_wrap{
  width: 100%;
  background-color: #000;
  padding: 140px 5% 180px;
}
.footer_form_h2{
  font-family: YuGothic;
  font-weight: bold;
  font-size: 3vw;
  line-height: 150%;
  color: #fff;
  padding: 0 0 24px;
}
.footer_form_text{
  font-family: YuGothic;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 200%;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}

.footer_form_right{
  display: flex;
  justify-content: flex-end;
  margin-top: 140px;
}

.footer_form{
  display: grid;
}
.footer_email{
  width: 480px;
  border-bottom: 1px solid #fff;
  margin: 0 auto 32px;
  color: #fff;
  font-size: 24px;
  padding-bottom: 14px;
  background-color: rgba(0,0,0,0);
}
.footer_error-message {
  color: red;
  font-size: 12px;
  margin-top: -24px;
}
.footer_email::placeholder{
  color: #CECCCC;
}
.footer_submit{
  font-family: YuGothic;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  background-color: #2A64C5;
  padding: 16px 32px;
  border-radius: 64px;
  width: 200px;
  transition: all .3s;
  cursor: pointer;
}
.footer_submit:hover{
  background-color: #2356AC;
}

/* footer */
.footer_top{
  display: flex;
  width: 100%;
  background-color: #FCFAF6;
  justify-content: space-between;
  padding: 32px 48px;
}
.footer_top .sns{
  display: flex;
}
.footer_top .sns li{
  color: #000;
}
.footer_top .sns a{
  color: #000;
}
.sns_text{
  font-size: 13px;
  font-weight: bold;
  padding-right: 24px;
  padding-top: 1px;
}
.sns_icon{
padding-right: 15px;
}
.sns_icon i{
  font-size: 18px;
}
.footer_top .link_company{
  font-size: 13px;
  font-weight: bold;
  color: #000;
  padding-top: 1px;
}

.footer_text{
  width: 100%;
  text-align: center;
  font-family: YuGothic;
  font-size: 14px;
  padding: 24px 5%;
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  .footer_form_wrap{
    width: 100%;
    background-color: #000;
    padding: 56px 8%;
  }
  .footer_form_h2{
    font-size: 9vw;
    text-align: left;
    padding: 0 0 12px;
  }
  .footer_form_text{
    font-size: 14px;
  }
  .footer_form_right{
    display: block;
    margin-top: 32px;
  }
  .footer_email{
    width: 100%;
    font-size: 21px;
  }
  .footer_error-message {
    color: red;
    font-size: 12px;
    margin-top: -24px;
  }
  .footer_top{
    padding: 16px 24px;
  }
}



/* pop up */
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    max-width: 1200px;
    display: flex;
}
.modal_img{
  width:50%;
}
.modal_left{
  width: 50%;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 10vh;
}
.close{
  position: absolute;
  top: 24px;
  left: 20px;
}
.close img{
  width: 20px;
}
.modal_h3{
  font-size: 42px;
  font-weight: bold;
  line-height: 120%;
  padding-bottom: 20px;
}
.modal_text{
  font-size: 18px;
  line-height: 140%;
}
.modal_sns{
  position: absolute;
  bottom: 42px;
  left: 4%;
  display: flex;
}
.modal_sns a{
  position: relative;
  top: -3px;
}
.modal_sns i{
  font-size: 24px;
}
.sns_text{
}
@media only screen and (max-width: 768px) {
  .modal__content{
    display: block;
    max-width: 480px;
  }
  .modal_img{
    width:100%;
  }
  .modal_left{
    width: 100%;
    padding:42px 4%;
  }
  .modal_sns{
    position: relative;
    bottom: 0;
    left: 0;
    padding-top: 42px;
    padding-left: 4%;
    display: flex;
  }
  .modal_h3{
    font-size: 28px;
  }
}
