@charset "UTF-8";

/*ファーストビューエリア*/
.first_view_area img{
  width: 100%;
  padding-top: 5vw;
  height: calc(55vw - 7vw);
}

/*タイトルエリア*/
.service_title{
  display: flex;
  margin: 4.8vw 0;
}
.title_line{
  border: .1px solid #c1c1c1;
  width: 17vw;
  height: 1px;
  margin-top: 4.2vw;
}
.num_box{
  display: inline-flex;
  font-style: italic;
  margin: 0 1vw 0 1vw;
  font-family: 'Marion';
}
.num_box h4{
  color: #c1c1c1;
  font-size: 7vw;
  padding-top: 15%;
}
.num_box h5{
  color: #c1c1c1;
  font-size: 9vw;
}
.title_box{
  display: flex;
}
.service_title h6{
  align-items: center;
  font-size: 3vw;
  font-weight: normal;
  font-style: normal;
  padding-top: 3.5vw;
  padding-left: 1vw;
  margin-right: 1vw;
  font-family: 'Avenir-Light-Oblique';
  color: #000;
}
.service_title p{
  color: rgba(0, 0, 0, .9);
  font-size: 2vw;
  font-family: 'FutoMinA';
  margin-top: 3.8vw;
  margin-left: 0.5vw;
  margin-right: 0.5vw;
}
.title_box2{
  display: flex;
}
.title_line2{
  border: 0.1vw solid #c1c1c1;
  width: 1vw;
  height: 1px;
  margin-top: 4.8vw;
}

/*About&Sample共通*/
.about_area,
.sample_area{
  margin: 7.5vw auto;
}
.all_title{
  width: 38vw;
  display: block;
  font-family: 'Raleway-Italic';
  font-weight: 250;
  font-size: 3vw;
  letter-spacing: 3px;
  border-bottom: 2px solid #c1c1c1;
  margin: 8vw auto 50px
}
.all_title p{
  text-align: center;
  margin-bottom: 0.8vw;
}
.non_d{
  display: none;
}

/*Aboutエリア*/
.about_info{
  margin: 5vw auto;
  text-align: center;
  font-size: 1.9vw;
  line-height: 2.8vw;
}
.about_exp{
  text-align: center;
  line-height: 3vw;
  font-size: 1.6vw;
  margin-bottom: 12vw;
}

/*Sampleエリア*/
.sample_area{
  margin-bottom: 20vw;
}
.sample_title{
  margin: 5vw auto 2vw auto;
  font-size: 2vw;
  text-align: center;
}
.sample_list {
  margin: 50px auto 100px auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, 40vw);
  column-gap: 2vw;
  row-gap: 3vw;
  justify-content: center;
}
.sample_list li img{
  width: 100%;
}

/*ここからレスポンシブルCSS*/
@media (max-width: 768px){
  .first_view_area{
    margin-top: 8vw;
    width: 100%;
  }
.service_title{
  display: flex;
  margin: 5vw 0;
}
.title_line{
  border: .1px solid #c1c1c1;
  width: 15vw;
  height: 1px;
  margin-top: 6vw;
}
.num_box{
  margin: 0 1vw 0 1vw;
}
.num_box h4{
  font-size: 12vw;
  padding-top: 15%;
}
.num_box h5{
  font-size: 15vw;
}
.title_box{
  flex-direction: column;
}
.service_title h6{
  font-size: 8vw;
  padding-left: 2vw;
  margin-right: 1vw;
  padding-top: 0;
}
.service_title p{
  font-size: 5vw;
  margin-left: 2vw;
  margin-right: 0;
  margin-top: 1vw;
}

.service_title{
  display: flex;
  margin: 5vw 0;
}
.title_line{
  border: .1px solid #c1c1c1;
  width: 15vw;
  height: 1px;
  margin-top: 6vw;
}
.num_box{
  margin: 0 1vw 0 1vw;
}
.num_box h4{
  font-size: 12vw;
  padding-top: 15%;
}
.num_box h5{
  font-size: 15vw;
}
.title_box{
  flex-direction: column;
}
.service_title h6{
  font-size: 8vw;
  padding-left: 1vw;
  margin-right: 1vw;
  padding-top: 0;
}
.service_title p{
  font-size: 5vw;
  margin-left: 2vw;
  margin-right: 0;
  margin-top: 1vw;
}

  /*共通エリア*/
  .about_area,
  .exam_area{
  margin: 60px auto;
}
.service_title{
  display: flex;
  margin: 5vw 0;
}
.title_line{
  border: .1px solid #c1c1c1;
  width: 15vw;
  height: 1px;
  margin-top: 6vw;
}
.num_box{
  margin: 0 1vw 0 1vw;
}
.num_box h4{
  font-size: 12vw;
  padding-top: 15%;
}
.num_box h5{
  font-size: 15vw;
}
.title_box{
  flex-direction: column;
}
.service_title h6{
  font-size: 8vw;
  padding-left: 1vw;
  margin-right: 1vw;
  padding-top: 0;
}
.service_title p{
  font-size: 5vw;
  margin-left: 2vw;
  margin-right: 0;
  margin-top: 1vw;
}
.all_title{
  width: 60vw;
  font-size: 9vw;
  border-bottom: 1.5px solid #c1c1c1;
  margin: 0 auto 40px auto;
}
  /*Aboutエリア*/
.non_d{
  display: unset;
}
.about_area{
  margin-top: 20vw;
}
.about_info{
  width: 85%;
  margin: 10vw auto;
  font-size: 4.5vw;
  line-height: 9vw;
  margin-bottom: 15vw;
}
.about_exp{
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  line-height: 7vw;
  font-size: 3.5vw;
}
/*sampleエリア*/
.sample_area{
  margin-top: 30vw;
  margin-bottom: 10vw;
}
}