@charset "utf-8";

/*------------------------------
	header
-------------------------------*/
header{
  position: fixed;
  top:0;
  width: 100%;
  height: 80px;
  background:#fff;
  padding-top: 20px;
  z-index: 999;
}

header .inner{
  width: 100%;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}

header .logo{
  width: 40%;
  margin:0 0 0 20px;
  height: 0;
  padding-top:11.63%;
  line-height: 200;

  background: url("../img/logo_pc.png") no-repeat top center;
  background-size: 100% auto;
  
  overflow: hidden;
}

/*------------------------------
	nav
-------------------------------*/
header nav{
  width: 100%;
}

header nav .g_nav{
  display: none; 
}

/*
header nav .g_nav li{
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}

header nav .g_nav .txt_link{
  position: relative;
  color: #000;
	text-decoration: none;
	transition: 0.3s;
}
header nav .g_nav .txt_link:hover{
	color: #000;
}
header nav .g_nav .txt_link::before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -4px;
	width: 0;
	height: 2px;
	background: #000;
	transition: 0.3s;
}
header nav .g_nav .txt_link:hover::before{
	left: 0;
	width: 100%;
}
*/

/* 資料請求 */
header nav .material_btn {
  width: 60%;
  padding-right: 10px;
  margin-left: auto;
}
header nav .material_request_btn{
  display: block;
  width: 100%;
  background-color: #2eb6aa;
  color: #fff;
  text-align: center;
  padding: 10px;
  border: 3px solid #fff;
  transition: 0.5s all;
}


/*------------------------------
	キービジュアル 
-------------------------------*/
.kv_box{
  display: block;
  width:100%;
  margin:80px auto 0 auto;
  background: url("../img/kv_bg_sp.jpg") no-repeat top center;
  background-size: 100% auto;
}
.kv_box .txt{
  width: 90%;
  margin: auto;
  padding: 20px 0;
}
.kv_box .txt span{
  display: block;
  width: 100%;
  background: url("../img/kv_img_pc.png") no-repeat;
  background-size: 100% auto;
  height: 0;
  padding-top:28.12%;
  line-height: 1;
  overflow: hidden;
}


/*------------------------------
	お悩み 
-------------------------------*/
.worries_box{
  width: 100%;
  margin: 0;
  display: block;
}
.worries_box .inner{
  width: 95%;
  margin:20px auto 0 auto;
  padding: 0;
}
.worries_box h3{
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
  padding-top: 20px;
}
.worries_box .list{
  width: 100%;
  background: url("../img/worries_pc.png") no-repeat;
  background-size: 100% auto;
  height: 0;
  padding-top:35.25%;
  line-height: 1;
  overflow: hidden;
}

/* 矢印 */
.worries_box .arrow{
    padding-top: 75px;  
    position: relative;
}
.worries_box .arrow::before,
.worries_box .arrow::after{
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 75px solid #d9efed;
}
.worries_box .arrow::before{
    left: 0;
    border-right: 50vw solid transparent;
}
.worries_box .arrow::after{
    right: 0;
    border-left: 50vw solid transparent;
}

/*------------------------------
	お悩み解決
-------------------------------*/
.solution_box{
  width: 100%;
  background-color: #d9efed;
}
.solution_box .inner{
  width: 95%;
  margin:auto ;
  padding: 40px 0;
}
.solution_box h3{
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}
.solution_box h3 span.marker {
  font-weight: 900;
  background: linear-gradient(transparent 50%, #ffff00 50%);
}
.solution_box .txt01{
  font-size: 1.1rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 20px;
}

.solution_box .img_list,
.achievements_box .img_list{
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.solution_box .img_list li,
.achievements_box .img_list li{
  width: 23%;
  margin-top: 2%;
}
.solution_box .img_list img,
.achievements_box .img_list img{ width: 100%;}

/*------------------------------
	何ができるの？
-------------------------------*/
.what_box{
  width: 100%;
  background-color: #d9efed;
}
.what_box .inner{
  width: 95%;
  margin:auto ;
  padding: 20px 0;
}
.what_box h3{
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}

.what_box .what_list{
  width: 95%;
  margin: 30px auto 0 auto;
}
.what_box .what_list li{
  width: 100%;
  
}

.what_box .what_list h4{
  width: 100%;
  font-size:1.2rem;
  font-weight: 500;
  text-align: center;
  background-color: #fff;
  padding: 8px;
}

.what_box .what_list .sp_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.what_box .what_list figure{
  width: 140px;
  margin: 20px 0;
}
.what_box .what_list figure img{
  width: 100%;
}
.what_box .what_list .txt01{
  width : 60% ;
  width : -webkit-calc(100% - 160px) ;
   width : calc(100% - 160px) ;
  line-height:1.4;
}

.what_box .emphasis_box{
  width: 100%;
  background-color: #fff;
  padding: 30px 20px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}
.what_box .emphasis_box span {
  font-weight: 900;
  font-size: 1.6rem;
}
.what_box .emphasis_box figure{
  width: 50%;
  margin: 30px auto 0 auto;
}
.what_box .emphasis_box figure img{ width: 100%;}


/*------------------------------
	特徴
-------------------------------*/
.features_box{
  width: 95%;
  margin:0 auto;
  padding: 30px 0 10px 0;
}
.features_box h3{
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
}

.features_box .feature_details{
  width: 100%;
}
.features_box .no1{background:url("../img/features_no1.png") no-repeat top right; background-size: 20% auto;}
.features_box .no2{background:url("../img/features_no2.png") no-repeat top right; background-size: 20% auto;}
.features_box .no3{background:url("../img/features_no3.png") no-repeat top right; background-size: 20% auto;}

.features_box .feature_details h4{
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  padding:30px 0 10px 0;
}
.features_box .feature_details h4 span.marker {
  background: #ffff00;
  padding:0 2px;
}
.features_box .feature_details .txt_box{
  width: 100%;
  border-top: 12px solid #d9efed;
  padding: 20px;
  font-size: 1.1rem;
  line-height: 1.4;
}


/*------------------------------
	資料請求
-------------------------------*/
.request_information_box{
  width: 100%;
  background-color: #d9efed;
  text-align: center;
  padding: 50px 0;
  margin: 30px auto;
}
.request_information_box .txt{
  font-size: 1.4rem;
  font-weight: 700;
}

.request_information_box .btn_box{
  width: 80%;
  margin:30px auto 0 auto;
}
.request_information_box .btn{
  display: block;
  width: 100%;
  background-color: #2eb6aa;
  color: #fff;
  font-size:1.8rem;
  padding: 10px;
  border: 3px solid #fff;
  transition: 0.5s all;
}

/* ページ内共通ボタン */
.materials_btn_box{
  width: 80%;
  display: block;
  margin:30px auto 0 auto;
}
.materials_btn_box .btn{
  display: block;
  width: 100%;
  background-color: #2eb6aa;
  color: #fff;
  font-size:1.8rem;
  text-align: center;
  padding: 10px;
  border: 3px solid #fff;
  transition: 0.5s all;
}

/*------------------------------
	実績
-------------------------------*/
.achievements_box{
  width: 100%;
  margin: auto;
  padding: 30px 0;
}
.achievements_box h3{
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}


/*------------------------------
	お客様の声
-------------------------------*/
.customer_testimonials_box{
  width: 100%;
  background-color: #9fd9f6;
}
.customer_testimonials_box .inner{
  width: 95%;
  margin:auto ;
  padding: 30px 0;
}
.customer_testimonials_box h3{
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}

.customer_testimonials_box .voice_list{
  width: 95%;
  margin:20px auto 0 auto;
}
.customer_testimonials_box .voice_list li{
  width: 100%;
  background: #fff;
  padding: 10px;
  font-family: 'Noto Serif JP', serif;
}
.customer_testimonials_box .voice_list li h4{
  width: 100%;
  padding: 10px;
  background-color: #d3edfb;
  font-size: 1.1rem;
  font-weight: 700;
}
.customer_testimonials_box .voice_list li h4 span{
}
.customer_testimonials_box .voice_list li .txt{
  padding: 10px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
}

/*------------------------------
	料金
-------------------------------*/
.fee_box{
  width: 90%;
  margin: 40px auto;
}
.fee_box h3{
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
}

.fee_box .fee_list{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.fee_box .fee_list li{
  width: 100%;
  margin-top: 30px;
}
.fee_box .fee_list li .fee{
  width: 100%;
  
  height: 0;
  line-height: 1;
  overflow: hidden;
  
}
.fee_box .fee_list li .fee01{
  padding-top:34.10%;
  background: url("../img/fee01_sp.png") no-repeat top center;
  background-size: 100% auto;}
.fee_box .fee_list li .fee02{
  padding-top:37.53%;
  background: url("../img/fee02_sp.png") no-repeat top center;
  background-size: 100% auto;}
.fee_box .fee_list li .fee03{
  padding-top:45.34%;
  background: url("../img/fee03_sp.png") no-repeat top center;
  background-size: 100% auto;}



.fee_box .txt01{
  margin-top: 70px;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 500;
  line-height: 2:
}
.fee_box figure.graph{
  width: 100%;
  max-width: 761px;
  margin: 40px auto;
}
.fee_box figure.graph img{width: 100%;}

/*------------------------------
	流れ
-------------------------------*/
.flow_box{
  width: 95%;
  margin: 40px auto;
}
.flow_box h3{
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
}

.flow_box .flow_list{
  width: 100%;
}
.flow_box .flow_list ul{width: 100%;}
.flow_box .flow_list ul li{
  width: 100%;
  padding-bottom: 10px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.flow_box .flow_list li:before{
    content: '';
    position: absolute;
    top: 100%;
    left: 10px;
    transform: translateX(26px);
    border-top: 20px solid #f0eb45;  
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
}
.flow_box .flow_list li:last-child:before{
    border-top: 20px solid #fff;

}

.flow_box .flow_list li h4.circle{
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #d3edfb;
}

.flow_box .flow_list li h4.circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :110px;
  text-align:center;
  font-size: 1rem;
  font-weight: 500;
}

.flow_box .flow_list li .txt_box{
  width : 70% ;
  width : -webkit-calc(100% - 130px) ;
  width : calc(100% - 130px) ;
}
.flow_box .flow_list li .txt_box span {
  font-weight: 400;
}


/*------------------------------
	インタビュアー
-------------------------------*/
.interviewer_box{
  width: 95%;
  margin: 40px auto;
}
.interviewer_box h3{
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
  line-height: 2;
}

.interviewer_box .message_box{
  width: 100%;
  margin:20px auto;
}
.interviewer_box .message_box figure{
  width: 70%;
  max-width: 350px;
  margin: auto;
}
.interviewer_box .message_box figure img{ width: 100%;}
.interviewer_box .message_box .txt_box{
  width : 100% ;
}

.interviewer_box .message_box .txt_box .txt01{
  padding: 15px 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}
.interviewer_box .message_box .txt_box .txt02{
  line-height: 1.4;
}
.interviewer_box .message_box .txt_box .txt03{
  padding-top: 15px;
}

.interviewer_box .interviewer_list{
  width: 100%;
  margin: 50px auto 20px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.interviewer_box .interviewer_list li{
  width:30%;
  text-align: center;
  margin-top: 15px;
}

.interviewer_box .interviewer_list .box{
  width: 100%;
  padding-top: 110%;
}
.interviewer_box .interviewer_list .photo01{
  background: url("../img/interviewer01.jpg") no-repeat top center;
  background-size: 100% auto;
}
.interviewer_box .interviewer_list .photo02{
  background: url("../img/interviewer02.jpg") no-repeat top center;
  background-size: 100% auto;
}
.interviewer_box .interviewer_list .photo03{
  background: url("../img/interviewer03.jpg") no-repeat top center;
  background-size: 100% auto;
}
.interviewer_box .interviewer_list .photo04{
  background: url("../img/interviewer04.jpg") no-repeat top center;
  background-size: 100% auto;
}
.interviewer_box .interviewer_list .photo05{
  background: url("../img/interviewer05.jpg") no-repeat top center;
  background-size: 100% auto;
}
.interviewer_box .interviewer_list .photo06{
  background: url("../img/interviewer06.jpg") no-repeat top center;
  background-size: 100% auto;
}

.interviewer_box .and_more{
  width: 100%;
  text-align: right;
}
.interviewer_box .and_more p{
  display: inline-block;
  padding: 6px 10px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  background-color: #2eb6aa;
}

/*------------------------------
	質問
-------------------------------*/
.question_box{
  width: 90%;
  background-color: #e9ebec;
  margin: 30px auto;
  padding: 30px 20px;
}
.question_box h3{
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
}

.question_box .list{width: 100%;}
.question_box .list li{margin-top: 34px;}
.question_box .list li .q_txt{
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  background-color: #2eb6aa;
  padding: 8px;
}
.question_box .list li .a_txt{
  font-weight: 400;
  padding: 10px;
  line-height: 1.4;
}

/*------------------------------
	資料請求
-------------------------------*/
.form_box{
  width: 90%;
  margin: 40px auto 10px auto;
}
.form_box h3{
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
}

.form_box .txt01{ 
  padding-top: 30px;
  text-align: right;
}

.form_box .form_list{ margin-top: 30px;}
.form_box .form_list li{
  margin-top: 20px;
}
.form_box .form_list .item_name{
  width: 100%;
  padding: 10px;
}
.form_box .form_list .form_contents{
  width: 100%;
}

/*------------------------------
	送信確認
-------------------------------*/
.confirmation_box{
  width: 90%;
  margin: 30px auto;
}

.confirmation_box h3{
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}

.confirmation_box .txt01{
  margin-top: 30px;
  line-height: 1.6;
  text-align: center;
}

.form_header{
  top:0;
  width: 100%;
  height: 80px;
  background:#fff;
  padding-top: 20px;
}

.form_header .inner{
  width: 100%;
  margin:0 auto;
}

.form_header .logo{
  width: 40%;
  margin:0 0 0 20px;
  height: 0;
  padding-top:11.63%;
  line-height: 200;

  background: url("../img/logo_pc.png") no-repeat top center;
  background-size: 100% auto;
  
  overflow: hidden;
}




