@charset "utf-8";

html { scroll-behavior: smooth;}
/* -----------------全ページ共通----------------- */
body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 16px;
    box-sizing: border-box;
    line-height: 1;
    letter-spacing: 0.1em;
}
a[href^="tel:"] {
  pointer-events: none;
}
a{
  color : inherit;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.wrapper {
    max-width: 1180px;
    margin: 0 auto;
}
@media(max-width:430px) {
    body {
        font-size: 14px;
    }
}
html{
    font-size: 62.5%;
}
body li,a{
    list-style: none;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    /* letter-spacing: 0.1em; */
}
a:visited{
    color: #222;
}
.wrapper span.font_grad{
    font-size: 6.4rem;
    color: #000;
    letter-spacing: 0.1em;
}
.wrapper h2 span.font_grad{
  padding-right: 24px;
  padding-bottom: 10px;
}
.subtitle{
    padding-top: 10px;
}
.wrapper h2{
    font-size: 1.8rem;
    margin-bottom: 22px;
    display: flex;
    align-items: center;

}
.font_grad {
    background: linear-gradient(90deg, #016AB7 0%, #02A9B8 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: center;
    }



/* -----------------メインビジュアル----------------- */
.g-header-logo img{
    vertical-align: baseline;
}
.menu-btn{
    display: none;
}

.mv,footer{
    font-weight: 600;
}

.mv{
    width: 100%;
    position: relative;
    padding-top: 40px;
}
.page_top .top_kv_img{
  background-image: url(../images/kv.jpg);
  background-size: 100%;
}

.child_mv p{
  font-weight: 600;
  line-height: 1em;
}

.mv_innner{
    width: 1180px;
    margin: 0 auto;
    margin-bottom: 64px;
    display: flex;
    background-color: rgb(255, 255, 255);
    border-radius: 100px;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
    justify-content: space-between;
    padding: 16px 40px;
    align-items: center;
}

/* -----------------ナビゲーション----------------- */
.service{
  display: none;
}
.g-nav-wrap ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.g-nav-list li{
  margin-right: 16px;
}
.g-nav-list .nav_reserve{
  margin-right: 0px;
}
.g-nav-wrap ul a{
    font-size: 1.6rem;
}

.g-nav{
    width: 75%;
}

.g-nav-list .nav_question{
	display:inline-block;
	position: relative;
    display: inline-block;
    background: linear-gradient(90deg, #016AB7 0%, #02A9B8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#g-nav .g-nav-wrap .nav_question::before{
  content: "";
	position: absolute;
	inset: 0;
	border-radius: 5px;
	padding: 1px;
	background: linear-gradient(90deg, #016AB7 0%, #02A9B8 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.nav_reserve{
    background: linear-gradient(90deg, #016AB7 0%, #02A9B8 100%);
    border-radius: 5px;
}
.nav_reserve a{
    color: #fff;
}
.hover a:hover{
  background: linear-gradient(90deg, #016AB7 0%, #02A9B8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* -------------------- テキストアニメーション -------------------- */
.hover_animation {
  display: inline-block;
  padding: 8px 24px;
 }
 .form_btn .hover_animation{
  padding: 0;
 }
 .hover_animation .text_animation_parent {
   position: relative;
   overflow: hidden;
 }
 .hover_animation .text_animation_child {
   transition: all .5s;
   display: block;
   opacity:1;
   white-space: nowrap;
 }  

 .hover_animation #color_text {
  background: linear-gradient(90deg, #016AB7 0%, #02A9B8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


 .hover_animation .text_animation_child:last-child {
   position: absolute;
   top:0;
   left: 50%;
   opacity:0;
   transform: translate(-50%,100%);
 }
 .hover_animation:hover .text_animation_child:first-child {
   opacity:0;
   transform: translate(0,-100%);
 }
 .hover_animation:hover .text_animation_child:last-child {
   opacity:1;
   transform: translate(-50%, 0);
 }

/* -----------------メインビジュアル＿キャッチコピー----------------- */
.mv_text{
    width: 1180px;
    margin: 0 auto;
    margin-top: 370px;
    font-size: 2.4rem;
    color: #222;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 20;
}
.mv_text::before{
    content:"";
    background-image: url("../images/human01.svg");
    display: inline-block;
    width: 200px;
    height: 140px;
    position: absolute;
    top: -70px;
    z-index: 10;
}
.right_icon::before{
    content:"";
    background-image: url("../images/human02.svg");
    width: 200px;
    height: 150px;
    display: inline-block;
    width: 200px;
    position: absolute;
    left: 1080px;
    top: -130px;
}
.mv_text p{
    display: inline-block;
    padding: 8px 16px;
    background-color: #fff;
    /* border: 3px #222 solid; */
}
.details_top{
    margin-top: 16px;
}
.text_left{
    text-align: end;
}
.mv_text .details{
    font-size: 4.0rem;
    color: #fff;
    background-color: #026CB8 ;
    letter-spacing: 0.18em;
    border: none;
}

.mv_text .color{
    background-color: #02A9B8;
    border: none;
}

/* -----------------About----------------- */
.about_potition{
    position: relative;
}
.wave .about_wave img{
    width: 100%;
}
.top_main_1180{
    max-width: 1180px;
    margin: 0 auto;
    position: absolute;
    top: 140px;
    left:0;
    right:0;
    margin:0 auto;
}

.about_flex{
    display: flex;
    justify-content: space-between;
}

.about_riht_width{
    width: 45%;
}

.title{
    display: flex;
    align-items: center;
}

p{
    font-weight: normal;
    line-height: 2.5em;
}
.about_img img{
    width: 500px;
}
a.btn {
	display:inline-block;
	padding: 16px 40px;
	position: relative;
    display: inline-block;
    background: linear-gradient(90deg, #016AB7 0%, #02A9B8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a.btn::before{
    content: "";
	position: absolute;
	inset: 0;
	border-radius: 5px;
	padding: 1px;
	background: linear-gradient(90deg, #016AB7 0%, #02A9B8 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}
.btn_margin{
    padding-top: 40px;
}


/* -----------------サービス----------------- */
.top_margin{
    margin-top: 80px;
}

.h3_title{
    font-size: 2.8rem;
    color: #026CB8;
    margin-top: 32px;
    margin-bottom: 24px;
}
.wrapper .service_text_width{
    width: 40%;
}
.service_flex{
    display: flex;
    justify-content: space-around;
}
.service_text{
    font-weight: normal;
    line-height: 2.5em;
}
h3.green{
    color: #02A9B8;
}

/* -----------------Q&A----------------- */
.qa_air_title{
    border-left: 5px solid #026CB8;
    padding-left: 16px;
    font-size: 2.4rem;
  }

.qa_ict_title{
  border-left: 5px solid #02A9B8;
  padding-left: 16px;
  font-size: 2.4rem;
}

.accordion_area {}
.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  
  padding: 24px 32px 24px 32px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}

.accordion_one:first-child{
  border-top: 0;
}

.accordion_one{
  border-top: 1px solid #ccc;
}

.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #026CB8;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #026CB8;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 24px 32px 24px 32px;
  box-sizing: border-box;
  background: #F0FAFF;
  
}
.p-faq__q-txt , .p-faq__a-txt{
    font-weight: normal;
    line-height: 2em;
}

.qa_margin{
  margin-top: 40px;
}
.center{
  text-align: center;
}
.center .hover_animation .text_animation_child:last-child{
  left: 0%;
}
.bg_01 .hover_animation .text_animation_child:last-child{
  left: 0%;
}
.bg_02 .hover_animation .text_animation_child:last-child{
left: 0%;
}
.btn_top .hover_animation .text_animation_child:last-child{
  left: 0%;
  }
  .text_left .hover_animation .text_animation_child:last-child{
    left: 0%;
    }
    .footer_btn .btn_margin{
      padding-top: 16px;
    }
    .hover_animation{
      font-weight: 600;
    }

.footer_ul_flex a:hover{
  background: linear-gradient(90deg, #016AB7 0%, #02A9B8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
    
@media screen and (max-width: 736px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1.5rem 2rem 1.5rem 1.0rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}

/*=========
faq
=========*/

.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q．";
  color: #000;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .p-faq__headinner {
    padding-left: 25px;
  }
  .p-faq__headinner::before {
    font-size: 14px;
  }

}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #222;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .p-faq__bodyinner {
    padding-left: 25px;
  }
  .p-faq__bodyinner::before {
    font-size: 14px;
  }
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
  }
}

/*=========
base
=========*/

html, body {
  margin: 0;
  padding: 0;
}
/* .s_section {
  margin: 0 auto;
  padding: 2rem 10px;
} */
@media screen and (max-width: 736px) {
  h2 {
    font-size: 16px;
  }
}
ul.list-disc {
  margin-bottom: 0;
  padding-left: 0;
}
.list-disc__item {
  margin-left: 1.5em;
  list-style: disc;
}


/* -----------------レビュー----------------- */
.review_flex{
  display: flex;
  justify-content: space-between;
}
.review_right_width{
  width: 85%;
  background-color: #F0FAFF;
  padding: 40px 40px;
  border-radius: 16px;
}
.review img{
  width: 150px;
}
.review_right_width p{
  margin-top: 16px;
}
.review_top{
  margin-top: 32px;
}

/* -----------------フッター----------------- */

.footer_flex{
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 80px;
  height: 243px;
}
.bg_01{
  background-image: url(../images/footer_bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  text-align: center;
  position: relative;
  color: #fff;
}
.bg_02{
  background-image: url(../images/footer_bg02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  text-align: center;
  position: relative;
}
.btn_margin a{
  color: #fff;
  padding: 16px 40px;
}

.footer_flex .btn_margin a{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer_btn01{
  background: linear-gradient(90deg, #016AB7 0%, #02A9B8 100%);
    padding: 8px 24px;
    border-radius: 5px;
}
.footer_nav_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.footer_ul_flex{
  display: flex;
  width: 40%;
  justify-content: space-between;
}
.footer_btn_flex{
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.footer_btn .btn_margin a{
  width: 470px;
  text-align: center;
}
.footer_btn .btn_top a{
  padding: 16px 200px;
}
.footer_p{
  display: flex;
}
.footer_p p{
  line-height: 1.6em;
}
.footer_p span{
  font-weight: 600;
  margin-right: 16px;
}
.c_margin{
  display: block;
  padding-top: 60px;
}

footer{
  margin-bottom: 32px;
}

a.footer_btn02::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  border-radius: 5px;
  z-index: 0;
  top: 0;
  left: 0;
  z-index: -10;
}


a.footer_btn02::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 5px;
  padding: 1px;
  background: linear-gradient(90deg, #016AB7 0%, #02A9B8 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

a.footer_btn02{
  color: #026CB8;
    padding: 16px 40px;
    position: relative;
    z-index: 100;
    z-index: 10;
}



@media screen and (max-width: 769px) {
  body {
    font-size: 14px;
}
.mv_innner{
  background-color: transparent;
  box-shadow: none;
  display: block;
  width: 100%;
  overflow-x: hidden;
  padding: 0;
  border-radius: 0%;
}
.g-nav-wrap ul{
  display: block;
  width: 100%;
  overflow-x: hidden;
}

.bg_color{
  background-color: #fff;
  margin-right:2px;
  padding: 18px;
  border-radius: 50%;
  width: 60px;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
}
.mv{
  padding-top: 0;
}
.header_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0;

}
.menu-btn {
  display: block;
  width: 25px;
  height: 20px;
  position: relative;
  border-radius: 100px;
}
.menu-btn span{
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #016AB7 0%, #02A9B8 100%);
  mask-composite: exclude;
}
.menu-btn span:first-of-type{
  top: 0;
  left: 0;
}
.menu-btn span:nth-of-type(2){
  top: 50%;
  left: 0;
}
.menu-btn span:last-of-type{
  top: 100%;
  left: 0;
}
.flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.g-nav{
  width: 100%;
  overflow-x: hidden;
  display: none;
}

.g-nav-list{
  padding-bottom: 20px;
  width: 100%;
  position: relative;
  z-index: 100;
  overflow-x: hidden;
  transform: translateX(150%); /* 追記 */
}

.g-nav-list li{
  border-bottom: 1px solid #CCCCCC;
  width: 100%;
}
.g-nav-list li.text_center{
  text-align: center;
  border-bottom: none;
}

.g-nav-list .li_bottom{
    padding-bottom: 16px;
}

.g-nav-list li:first-of-type::before{
  content: "About";
  font-size: 3.5rem;
  line-height: 1.3em;
  display: block;
  background: linear-gradient(90deg, #016AB7 0%, #02A9B8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.g-nav-wrap .sub a{
  font-size: 1.4rem;
  display: block;
  margin-top: 16px;
}
.g-nav-wrap .sub a::before{
  content: "-";
}

.service{
  display: block;
  font-size: 3.5rem;
  margin-top: 16px;
  line-height: 1.3em;
  background: linear-gradient(90deg, #016AB7 0%, #02A9B8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.g-nav-list li:nth-of-type(2)::before{
  content: "事業内容";
  font-size: 1.4rem;
  line-height: 1.3em;
  display: block;
}
.g-nav-wrap ul a{
  font-size: 1.4rem;
  width: 100%;
}
.g-nav-wrap ul .text_center a{
  padding: 16px;
}
.g-nav-list li:nth-of-type(2){
  border-bottom: none;
}

.g-nav-list li:nth-of-type(4)::before{
  content: "Q&A";
  font-size: 3.5rem;
  line-height: 1.3em;
  display: block;
  margin-top: 16px;
  background: linear-gradient(90deg, #016AB7 0%, #02A9B8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.g-nav-list li:nth-of-type(5)::before{
  content: "Review";
  font-size: 3.5rem;
  line-height: 1.3em;
  display: block;
  margin-top: 16px;
  background: linear-gradient(90deg, #016AB7 0%, #02A9B8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.margin_top{
  margin-top: 16px;
}
.margin_top2{
  margin-top: 24px;
}
.menu-btn.active span:first-of-type{
  top: 50%;
  transform: rotate(45deg);
  transition-duration: 0.5s;
}
.menu-btn.active span:nth-of-type(2){
  opacity: 0;
}
.menu-btn.active span:last-of-type{
  top: 50%;
  transform: rotate(-45deg);
  transition-duration: 0.5s;
}
.g-nav-list.active{
  transform: translateX(0); 
  transition-duration: 0.5s;
}
.sp_wrapper.active2{
  background-color: #fff;
  transition-duration: 0.1s;

  z-index: 100;
  position: relative;
}
.bg_white.active3{
  height: 100vh;
  position: fixed;
}

.g-nav.active4{
  display: block;
}

  .mv_text{
    margin-top: 0px;
    font-size: 1.6rem;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    top: 250px;
    padding-left: 20px;
    padding-right: 20px;

  }
  .mv_text .details{
    font-size: 2.4rem;
    position: relative;
  }
  .mv_text::before{
    top: -123px;
  }
  .right_icon::before{
    right: 0;
    left: 231px;
    top: 195px;
    }
  .sp_mv_margin{
    margin-top: 150px;
  }
  .mv_text p{
    padding: 8px 8px;
    /* border: 2px #222 solid; */
  }
  .page_top .top_kv_img{
    background-image: none;
  }
  .page_top .mv{
    width: 100%;
    height: 100vh;
    background-image: url(../images/kv_sp.jpg);
    padding-top: 0px;
}




.mv_text::before{
  content:"";
  background-image: url("../images/human01.svg");
  background-size: contain;
  display: inline-block;
  width: 80px;
  position: absolute;
  top: -84px;
  z-index: 10;
}
.right_icon::before{
  content:"";
  background-image: url("../images/human02.svg");
  background-size: contain;
  width: 65px;
  display: inline-block;
  position: absolute;
  left: 300px;
  top: 205px;
}

.about_flex{
  display: block;
}
.wrapper h2{
  display: block;
  font-size: 1.4rem;
  margin-bottom: 24px;
}
.sp_wrapper{
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.bg_white{
  position: fixed;
  z-index: 150;
}
.about_riht_width{
  width: 100%;
}
.wrapper span.font_grad{
  display: block;
  font-size: 5.0rem;
}
.wrapper h2 span.font_grad{
  text-align: left;
}
.subtitle{
  display: block;
  padding-top: 10px;
}
.btn_margin a{
  width: 60%;
  text-align: center;
}
.img_topmargin{
  margin-top: 60px;
}
.top_margin{
  margin-top: 64px;
}
.service_flex{
  display: block;
}
.wrapper .service_text_width{
  width: 100%;
}
.h3_title{
  font-size: 1.8rem;
  margin-bottom: 16px;
}
.btn_margin{
  padding-top: 32px;
}
.qa_air_title,.qa_ict_title{
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.p-faq__q-txt, .p-faq__a-txt{
  width: 90%;
}
.margin_bottom{
  margin-bottom: 20px;
}
.review_flex{
  display: block;
}
.review_right_width{
  width: 100%;
  margin-top: 32px;
}
.review_right_width{
  font-size: 1.4rem;
  line-height: 2.5em;
}
.review_right_width p{
  margin-top: 8px;
}
.footer_flex{
  display: block;
}
.bg_01,.bg_02{
  width: 100%;
  background-size: cover;
  height: 160px;

}

.footer_nav_flex{
  display: block;
}
.footer_ul_flex{
  display: block;
}
.footer_btn{
  display: none;
}

.footer_ul_flex{
  display: none;
}
.footer_p{
  justify-content: space-between;
}
.footer_btn_flex{
  justify-content: center;
  margin-top: 32px;
}
.c_margin{
  padding-top: 24px;
}
/* -------------------- テキストアニメーション -------------------- */
.hover_animation {
  display: inline-block;
  padding: 8px 24px;
 }
 .form_btn .hover_animation{
  padding: 0;
 }
 .hover_animation .text_animation_parent {
   position: relative;
   overflow: hidden;
 }
 .hover_animation .text_animation_child {
   transition: all .5s;
   display: block;
   opacity:1;
   white-space: nowrap;
 }  

 .hover_animation #color_text {
  background: linear-gradient(90deg, #016AB7 0%, #02A9B8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


 .hover_animation .text_animation_child:last-child {
   position: absolute;
   top:0;
   left: 50%;
   opacity:0;
   transform: none;
 }
 .hover_animation:hover .text_animation_child:first-child {
   opacity:1;
   transform: none;
 }
 .hover_animation:hover .text_animation_child:last-child {
   opacity:1;
   transform: none;
   display: none;
 }

}
