@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

*{
  margin:0;
  padding:0;
  list-style: none;
  box-sizing: border-box;
  font-size: 16px;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


*::before,
*::after{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: "Noto Sans Japanese", 'Noto Sans CJK JP' , 'Noto Sans JP' , "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", Verdana, Helvetica, sans-serif;
}



body{
  font-family: "Noto Sans Japanese", 'Noto Sans CJK JP' , 'Noto Sans JP' , "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", Verdana, Helvetica, sans-serif;
  color:#000;
  min-width:1080px;
  margin:auto;
}

main{
  overflow: hidden;
  
}

img{
  max-width: 100%;
  display: block;
}

/*以下、共通パーツ*/
.hide{
  display: none!important;
}


.container{
  max-width:960px;
  margin:0 auto;
}


.hover_opa{
  transition-duration: 0.4s;
}

.hover_opa:hover{
  opacity: 0.6;
}

.fade_show{
  opacity:0;
  transform:translateY(50px);
}

.fade_show.show{
  opacity:1;
  transition-duration: 2s;
  transform:translateY(0);
}


.common_contact_section{
  padding-top: 72px;
  padding-bottom: 72px;
}

.common_contact_section p{
  font-size: 32px;
  font-weight: bold;
  color:#3e3a39;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.common_contact_section p span{
  color:#ffaa00;
  margin-left: 10px;
  font-size: 32px;
  font-weight: bold;
}

.common_contact_section .contact_button{
  display: block;
  width:445px;
  margin:32px auto 0;
}

.common_contact_section .contact_button img{
  width:100%;
}

/*以上、共通パーツ*/

header{
  height:75px;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

header img{
  width:195px;

}


.mv_section{
  background-color:#f4f4f4 ;
}

.mv_section .mv_inner{
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 72px;
  padding-bottom: 64px;
}

.mv_section .mv_item{
  position: relative;
  z-index: 3;
}

.mv_section .mv_item img{
  width: 100%;
}

.mv_section .mv_item01{
  width:450px;

}

.mv_section .mv_item02{
  width:132px;
  position: absolute;
  z-index: 4;
  left:485px;
  top:70px;
}

.mv_section .mv_item03{
  margin-top: 30px;
  width:742px;
}

.mv_section .mv_item04{
  margin-top: 36px;
  width:660px;
}

.mv_section .mv_item05{
  width:300px;
  position: absolute;
  left:710px;
  bottom:-24px;
}

.mv_section .mv_bg_area{
  position: absolute;
  top:20px;
  left:642px;
}

.mv_section .mv_bg_area .mv_bg{
  width:592px;
  max-width: none;
}

.mv_section .mv_bg_inner{
  position: relative;
}

.mv_section .mv_icon{
  position: absolute;
  border-radius: 50%;
}

.mv_section .mv_inner.active .mv_icon{
  animation-timing-function: ease-in-out;
  animation-delay: 2.5s;

  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: icon_move;
}


@keyframes icon_move {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.mv_section .mv_icon01{
  width:50px;
  top:40px;
  left:60px;
  animation-duration: 0.7s;
}
.mv_section .mv_icon02{
  width:54px;
  top:24px;
  left:165px;
  animation-duration: 1s;
}
.mv_section .mv_icon03{
  width:58px;
  top:110px;
  left:265px;
  animation-duration: 0.7s;
}
.mv_section .mv_icon04{
  width:52px;
  top:87px;
  left:428px;
  animation-duration: 0.9s;
}
.mv_section .mv_icon05{
  width:58px;
  top:253px;
  left:207px;
  animation-duration: 1.2s;
}
.mv_section .mv_icon06{
  width:50px;
  top:292px;
  left:270px;
  animation-duration: 0.7s;
}

.data_section{
  padding-top: 75px;
  padding-bottom: 80px;
  background-color: #6198d1;
} 

.data_section .data01{
  max-width: 890px;
  margin:0 auto;
}

.data_section .data01 img{
  width:100%;
}

.feature_section{
  padding-top: 88px;
  padding-bottom: 188px;
  background-color: #e6e5e6;
}

.feature_section .feature_block{

}

.feature_section .feature_num{
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature_section .feature_num img{
  height:65px;
}

.feature_section .feature_head{
  font-size: 44px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  margin-top: 40px;
}

.feature_section .feature_text{
  margin-top: 20px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.feature_section .feature_contents{
  margin-top: 32px;
}

.feature_section .feature_contents img{
  width:100%;
}
.feature_section .feature_block02{
  margin-top: 72px;
}

.feature_section .feature_block03{
  margin-top: 72px;
}

.research_section{
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #6198d1;
  border-top:22px solid #000;
  position: relative;
}

.research_section .research_head{
  width:726px;
  height:86px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color:#fff;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1;
  border-radius: 6px 6px 0 0;
  position: absolute;
  top:-86px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.research_section .research_list{

}

.research_section .research_block img{
  width: 100%;
}

.research_section .research_block + .research_block{
  margin-top: 56px;
}

.research_section .research_remark{
  margin-top: 32px;
  font-size: 18px;
  text-align: center;
  color:#fff;
  font-weight: bold;
  line-height: 1.6;
}

.brown_bg_area{
  background-color: #e6e5e6;
  padding-bottom: 100px;
}

.other_section{
  padding-top: 80px;
}

.other_section .sec_title{
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  width: fit-content;
  margin:0 auto;
}

.other_section .sec_title::before{
  content:'';
  width:107px;
  height:96px;
  background-image: url('../img/search_icon.svg');
  position: absolute;
  top: 50%;
  left: -107px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.other_section .other_list{
  margin-top: 56px;
}

.other_section .other_block{
  background-color: #fff;
}

.other_section .other_head{
  height:72px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  font-size: 24px;
  font-weight: bold;
  color:#fff;
  line-height: 1;
  position: relative;
}

.other_section .other_head::before,
.other_section .other_head::after{
  content:'';
  width:45px;
  height:100%;
  background-color: #0074be;
  position: absolute;
  top:0;
}

.other_section .other_head::before{
  left: 0;
}
.other_section .other_head::after{
  right: 0;
}

.other_section .other_body{
  padding:32px 72px 36px;
}

.other_section .other_text{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}

.other_section .other_contents img{
  width: 100%;
}

.other_section .other_contents01_01{
  max-width: 636px;
  margin:32px auto 0;
}


.other_section .other_contents02_02{
  margin-top: 50px;
}

.other_section .other_contents03_01{
  margin-top: 32px;
}

.fee_section{
  padding-top: 88px;
}

.fee_section .fee_block{
  background-color: #fff;
}

.fee_section .fee_head{
  height:80px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  color:#fff;
  line-height: 1;
}

.fee_section .fee_body{
  padding:32px 46px 46px;
}

.fee_section .fee_text{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.fee_section .fee_contents{
  margin-top: 40px;
}

.fee_section .fee_contents img{
  width:100%;
}

.fee_section .fee_remark{
  margin-top: 24px;
  color:#3e3a39;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.08em;
}

.faq_section{
  padding-top: 56px;
}


.faq_section .faq_area{
  background-color: #fff;
}

.faq_section .faq_head{
  height:80px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  color:#fff;
  line-height: 1;
}

.faq_section .faq_body{
  padding:40px 46px 64px;
}

.faq_section .faq_block{

}

.faq_section .faq_block .faq_question{
  position: relative;
  padding:20px 48px 20px 36px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 1px solid #b4b4b4;
}

.faq_section .faq_block .faq_question::before{
  content:'Q.';
  color:#0074be;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  position: absolute;
  left:2px;
  top:19px;
}

.faq_section .faq_block .faq_question::after{
  content:'';
  width:0;
  height:0;
  border-style:solid;
  border-width: 15px 8.5px 0 8.5px;
  border-color: #0074be transparent transparent transparent;
  position: absolute;
  right:10px;
  top:24px;
  transition-duration: 0.4s;
}

.faq_section .faq_block .faq_question.active::after{
  transform: rotateZ(180deg);
}

.faq_section .faq_block .faq_answer{
  background-color: #ebf0f9;
  padding:24px 28px 24px 36px;
  line-height: 1.75;
  font-weight: normal;
  position: relative;
  display: none;
}

.faq_section .faq_block .faq_answer::before{
  content:'A.';
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  position: absolute;
  left:10px;
  top:26px;
}

.contact_section{

}

.contact_section .contact_head{
  height:130px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  line-height: 1;
  color:#fff;
  font-weight: bold;
  background-color: #ee869a;
}

.contact_section .contact_body{
  padding:64px 0;
}

footer{
  padding:24px 0;
  background-color: #000000;
}

footer p{
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  color:#fff;
}