/*------------------

    サービス内容について

---------------------*/
.c-card_service figure{
  margin-bottom: 40px;
}
.c-card_service figure img{
  box-shadow: 1px 1px 4px gray;
}
.service_contents_container h3{
  font-size: 3.1rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 24px;
}
.service_contents_container ul{

}
.service_contents_container ul li{
  font-size: 2.0rem;
  margin-bottom: 8px;
}
.service_contents_container ul li:last-child{
  margin-bottom: 0;
}
@media screen and (max-width:959px){
  .c-card_service figure{
    margin-bottom: 24px;
  }
  .service_contents_container h3{
    font-size: 3.1rem;
    margin-bottom: 16px;
  }
}
@media screen and (max-width:650px){
  .c-card_service figure{
    margin-bottom: 16px;
  }
  .service_contents_container h3{
    font-size: 2.3rem;
    margin-bottom: 12px;
  }
  .service_contents_container ul li{
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
/* 共通しているサービス */
.common_service_container span{
  display: flex;
  padding: 0 3%;
  align-items: center;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 48px;
}
.common_service_container span::before{
  content: "";
  display: inline-block;
  flex-grow: 1;
  height: 1px;
  background:#000000;
  margin-right: 16px;
}
.common_service_container span::after{
  content: "";
  display: inline-block;
  flex-grow: 1;
  height: 1px;
  background:#000000;
  margin-left: 16px;
}

.common_tit{
  display: block;
  text-align: center;
  font-size: 2.0rem;
  font-weight:bold;
  margin-bottom: 16px;
}
.common_txt p{
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width:767px){
  .common_service_container span{
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
  .common_tit{
    margin-bottom: 8px;
  }

}

/*------------------

    サービス料金について

---------------------*/
.white_board{
  max-width: 960px;
  width: 100%;
  margin: auto;
  background: #FFFFFF;
  padding: 36px 32px;
}
.white_board_txt{
  margin-bottom: 32px;
}
.white_board_txt ul{
  font-weight:700;
  font-size: 3.1rem;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.white_board_txt ul {
  margin-bottom: 32px;
}
.service_price{
  font-family: 'Arial',sans-serif;
}
.white_board_txt ul:last-child{
  margin-bottom: 0;
}
.service_list{
  /* width: 40%; */
}

@media screen and (max-width:650px){
  .white_board{
    padding: 26px 22px;
  }
  .white_board_txt{
    margin-bottom: 16px;
  }
  .white_board_txt ul{
    font-size: 1.8rem;
  }
  .white_board_txt ul {
    margin-bottom: 24px;
  }

}

/*------------------

    お客様の声

---------------------*/
.voice_container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.voice_card{
  width: 46%;
  max-width: 100%;
  padding: 3% 2% 2% 2%;
  box-shadow: 0 3px 6px #E8E1E1;
  text-align: center;
  margin-bottom: 40px;
}
.voice_card figure{
  margin-bottom: 8px;
}
.voice_card span{
  display: block;
  font-size: 1.6rem;
  margin-bottom: 21px;
}
.voice_txt_container{

}
.voice_txt_container p{
  font-size:1.8rem;
  font-weight: 400;
  text-align: left;
  line-height: 2;
}
@media screen and (max-width:767px){

  .voice_container{
    display: block;
  }
  .voice_card{
    width: 75%;
    margin: 0 auto 48px;
  }
  .voice_card:last-child{
    margin:  0 auto;
  }
  .voice_card span{
    font-size: 1.3rem;
  }
  .voice_txt_container p{
    font-size:1.6rem;
  }

}
@media screen and (max-width:600px){

  .voice_card{
    width: 93%;
    padding: 6% 2% 2% 2%;
  }
  .voice_txt_container p{
    font-size:1.3rem;
    line-height: 1.7;
  }

}

/* 挨拶 */
.profile_container{
  display: flex;
  align-items: center;
  position: relative;
}
.profile_txt_container{
  width: 50%;
  padding: 0 6%;

}
.profile_container figure{
  width: 50%;
}
.profile_txt_container h3{
  font-size: 3.8rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 40px;
}
.profile_txt p{
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
}
.profile_name{
  text-align: right;
  padding-top: 64px;
}
.m-about{
  position: relative;
  min-height: 55rem;
}

@media screen and (max-width:1024px){
  .profile_txt_container{
    width: 50%;
    padding: 0 3%;
  }
  .profile_container figure{
    width: 50%;
  }
  .profile_txt_container h3{
    font-size: 3.0rem;
  }
}
@media screen and (max-width:768px){
  .profile_txt_container h3{
    font-size: 2.4rem;
  }
  .profile_txt p{
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .profile_name{
    padding-top: 32px;
  }
}

@media screen and (max-width:650px){
  .profile_container{
    flex-direction: column-reverse;
  }
  .profile_txt_container h3{
    font-size: 2.0rem;
    text-align: center;
    margin-bottom: 24px;
  }
  .profile_txt_container{
    width: 100%;
    /* padding: 0 3%; */
  }
  .profile_container figure{
    width: 70%;
    margin-bottom: 16px;
  }
  .profile_name{
    padding-top: 16px;
  }

}

@media print, only screen and (min-width: 768px){
.m-about__bg01 {
    top: 10.8rem;
    /* left: 11.5rem; */
    left:0;
    /* right: calc(50% - 50vw); */
    right: calc(60% - 23vw);
    bottom: 0;
}
.tape-gray {
    position: absolute;
    background-color: #f0f0f0;
}
.fadeRight{
animation-name:fadeRightAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}
