@charset "utf-8";
body{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Hiragino Kaku Gothic ProN", "Hiragino Sans","メイリオ", Meiryo, Osaka, sans-serif;
}
main{
  padding-bottom: 185px;
}
a{
  display: block;
  text-decoration: none;
}
img{
  width: 100%;
}
.sp_only{
  display: none;
}
.header{
  width: 100%;
  height: 60px;
}
.header_content{
  width: 1080px;
  margin:0 auto;
  padding-top: 12px;
  position: relative;
}
.header_content_logo{
  display: flex;
  justify-content: space-between;
}
.header_content_logo_left{
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
.header_content_logo_left img.logo_duskin{
  width: 121px;
  padding-right: 15px;
}
.header_content_logo_right {
  margin-top: 7px;
}
.header_content_logo_right img.logo_merrymaids{
  width: 121px;
}
.mv{
  width: 100%;
  position: relative;
}
.mv_text{
  position: absolute;
  bottom: 125px;
  left: 13%;
}
.mv_text p{
  font-size: 24px;
  text-align: center;
  line-height: 2.0;
  letter-spacing:0.2em;
}
.three_content{
  width: 100%;
  background-color: #ffecee;
  position: relative;
  margin-top: 20px;
  padding-bottom: 100px;
}
.three_content::before{
  content: '';
  background-image: url(/merrymaids/first/images/wave_up.png);
  background-size: contain;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 20px;
  top: -20px;
}
.three_content::after{
  content: '';
  background-image: url(/merrymaids/first/images/wave_under.png);
  background-size: contain;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 20px;
  bottom: -20px;
}
.three_content_ttl{
  text-align: center;
  position: relative;
  padding-top: 100px;
  margin-bottom: 70px;
}
.three_content_ttl p{
  width: 717px;
  margin: 0 auto;
}
.three_content_img{
  display: flex;
  justify-content: center;
}
.three_content_link{
  width: 300px;
  padding-right: 30px;
}
.three_content_link.pc_only{
  padding-right: 0;
}
.btn_content{
  margin: 90px auto 80px;
}
.btn_text{
  width: 360px;
  margin: 0 auto 20px;
}
.btn_link{
  width: 679px;
  margin: 0 auto 25px;
}
.btn_content p{
  font-size: 24px;
  text-align: center;
}
.service_three{
  width: 100%;
  background-color: #ffecee;
  position: relative;
  margin-top: 20px;
  padding-bottom: 20px;
}
.service_three::before{
  content: '';
  background-image: url(/merrymaids/first/images/wave_up.png);
  background-size: contain;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 20px;
  top: -20px;
}
.service_three::after{
  content: '';
  background-image: url(/merrymaids/first/images/wave_under.png);
  background-size: contain;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 20px;
  bottom: -20px;
}
.service_ttl{
  width: 1080px;
  margin: 0 auto 45px;
}
.service_ttl p{
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
  color: #f37979;
  margin-bottom: 15px;
  padding-top: 90px;
}
.service_ttl h2{
  font-size: 58px;
  color: #fff;
  background-color: #f37979;
  padding: 3px;
  display: inline;
}
.request{
  width: 1080px;
  margin: 0 auto 80px;
  background: linear-gradient(to right, #f8bd84, #f57070);
  border-radius: 10px;
  padding: 2px;
}
.request_block{
  background-color: #fff;
  border-radius: 10px;
}
.request_content{
  width: 960px;
  margin: 0 auto;
}
.request .request_block h3{
  text-align: center;
  padding: 50px 0 20px;
  border-bottom: 3px solid #f37979;
  margin-bottom: 25px;
}
.request .request_block h3 img{
  width: 536px;
}
.request .request_block .ttl_text{
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.07em;
}
.features{
  display: flex;
  justify-content: center;
  margin-top: 75px;
}
.features_content{
  width: calc(100%/3);
  padding-right: 30px;
}
.features_content_text p{
  font-size: 20px;
  padding-left: 5px;
  letter-spacing: 0.1em;
  height: 115px;
}
.features_content_text p.features_content_ttl{
  width: 100%;
  height: auto;
  border-bottom: 6px dotted #f37979;
  margin-bottom: 15px;
}
.features_content_text p.features_content_ttl img{
  width: 104px;
}
.features_content_img{
  width: 100%;
  margin-top: 20px;
}
.for_example_list{
  width: 100%;
  border-bottom: 6px dotted #c4c4c4;
  padding-bottom: 70px;
}
.for_example{
  text-align: center;
  margin: 105px 0 70px;
  position: relative;
}
.for_example p{
  width: 665px;
  margin: 0 auto;
}
.for_example_list ul{
  width: 510px;
  margin: 0 auto;
}
.for_example_list ul li{
  position: relative;
  padding-left: 0.7em;
  font-size: 30px;
  line-height: 1.8;
}
.for_example_list ul li::before{
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.7em;
  content: "";
  background: #f37979;
}
.fee{
  margin: 70px auto 45px;
}
.fee_example{
  font-size: 43px;
  font-weight: bold;
  width: 160px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 3px solid;
  border-image: linear-gradient(to right, #f8bd84 0%, #f57070 100%);
  border-image-slice: 1;
}
.fee_three{
  text-align: center;
  font-size: 30px;
  margin: 60px auto 0;
}
.fee_content{
  width: 732px;
  background-color: #debc7c;
  border-radius: 10px;
  padding: 45px 0;
  margin: 55px auto 10px;
}
.fee_content dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.fee_content dl dt{
  box-sizing: border-box;
  background-color: #fff;
  color: #debc7c;
  font-size: 30px;
  text-align: center;
  width: 300px;
  padding: 5px 0 0 0;
}
.fee_content dl dt:first-of-type{
  margin-bottom: 35px;
}
.fee_content dl dt span{
  font-size: 26px;
}
.fee_content dl dd{
  box-sizing: border-box;
  color: #fff;
  font-size: 36px;
  padding-left: 25px;
  display: flex;
  align-items: center;
  width: 360px;
}
.fee_content dl dd:first-of-type{
  margin-bottom: 35px;
}
.fee_content dl dd span{
  font-size: 24px;
}
.fee_note{
  width: 732px;
  margin: 0 auto;
  font-size: 18px;
}
.consultation_text{
  font-size: 24px;
}
.btn_service{
  width: 732px;
  margin: 50px auto 90px;
  text-align: center;
}
.btn_service .service_flow{
  font-size: 30px;
  text-decoration: underline;
  margin: 50px auto;
}
.service_difference{
  width: 100%;
  border-top: 6px dotted #c4c4c4;
  padding-top: 75px
}
.service_difference_ttl{
  width: 577px;
  margin:0 auto 70px;
}
.service_difference_text{
  padding-bottom: 60px;
}
.service_difference_text p{
  font-size: 24px;
}
.service_difference_text .service_difference_text_service{
  font-size: 36px;
  font-weight: bold;
}
a.service_note_link{
  text-decoration: underline;
  padding-top: 5%;
}
#request02 .for_example_list ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
#request02 .for_example_list ul li{
  padding-right: 30px;
}
#request02 .for_example_list ul li:last-of-type{
  padding-right: 0;
}
#request02 .fee_content p{
  font-size: 36px;
  color: #fff;
  text-align: center;
}
#request02 .btn_service{
  margin: 50px auto 0;
}
#request02 .service_flow{
  margin: 50px auto 0;
}
#request02 .service_note_link{
  font-size: 30px;
  padding-bottom: 50px;
}
#request03 .for_example_list .for_example_list_content{
  width: 820px;
  margin: 0 auto;
}
#request03 .for_example_list .for_example_list_content ul{
  column-count: 3;
  width: 100%;
}
#request03 .for_example_list .for_example_list_content .right{
  text-align: right;
  font-size: 27px;
}
#request03 .for_example_list .for_example_list_content .for_example_note{
  font-size: 18px;
}
#request03 .fee_content dl{
  display: block;
  width: 590px;
  margin: 0 auto;
}
#request03 .fee_content dl dt{
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
#request03 .fee_content dl dt:nth-of-type(2){
  width: 50%;
}
#request03 .fee_content dl dd{
  width: 100%;
  text-align: left;
  padding-left: 0;
}
#service_flow{
  background-color: #fffdec;
  position: relative;
  padding-bottom: 20px;
}
#service_flow::after{
  content: '';
  background-image: url(/merrymaids/first/images/wave_under02.png);
  background-size: contain;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 20px;
  bottom: -20px;
}
#service_flow .service_ttl p{
  color: #f0b362;
}
#service_flow .service_ttl h2{
  background-color: #f0b362;
}
.flow_content{
  width: 1080px;
  margin: 0 auto 80px;
  border: 2px solid #f0b362;
  border-radius: 10px;
  background-color: #fff;
}
.flow_content_step{
  padding: 50px;
}
.flow_content_step_content{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}
.flow_content_step_content .step_img{
  width: 104px;
}
.flow_content_step_content .step_text{
  width: 85%;
  padding-left: 40px;
}
.flow_content_step_content .step_text p{
  width: 100%;
  font-size: 26px;
}
.flow_content_step_content .step_text p.step_text_ttl{
  font-size: 36px;
  color: #f37979;
}
.btn_service_flow{
  margin: 100px auto;
}
.btn_service_flow p{
  width: 415px;
  margin: 0 auto 20px;
}
.btn_service_flow a{
  width: 732px;
  margin: 0 auto 20px;
}
#service_note{
  width: 1080px;
  margin: 0 auto 80px;
  background: linear-gradient(to right, #f8bd84, #f57070);
  border-radius: 10px;
  padding: 2px;
}
.service_note{
  background-color: #fff;
  border-radius: 10px;
}
.service_note_content{
  width: 960px;
  margin: 0 auto;
}
.service_note_content p{
  font-size: 18px;
  line-height: 1.5;
}
.service_note_content p.service_note_ttl{
  width: 617px;
  margin: 0 auto;
  padding: 50px 0 0;
}
.service_note_content p.service_note_text{
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}
.service_note_content p.service_note_text02{
  padding-bottom: 50px;
}
.a_tel{
  border-radius: 10px;
  background-color: #f37979;
  width: 670px;
  margin: 0 auto;
}
.a_tel a{
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.a_tel a span{
  font-size: 30px;
  display: inherit;
  padding-bottom: 10px;
}
.footer{
  display: none;
  max-width: 1200px;
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #fff;
}
.footer .footer_content{
  width: 670px;
  margin: 20px auto;
}
.footer .footer_content .service_note_link{
  font-size: 30px;
  text-align: center;
}


@media only screen and (max-width: 667px){
  .pc_only{
    display: none;
  }
  .sp_only {
    display: block;
  }
  main{
    padding-bottom: 30vw;
  }
  .header{
    height: 11vw;
  }
  .header_content{
    width: 100%;
    padding-top: 2%;
  }
  .header_content_logo_left{
    margin-left: 8%;
  }
  .header_content_logo_left a{
    width: 55.2%;
    margin-right: 5%;
  }
  .header_content_logo_left img.logo_duskin{
    width: 100%;
    padding-right: 0;
  }
  .header_content_logo_right{
    margin-right: 8%;
    margin-top: 0;
  }
  .header_content_logo_right a{
    width: 70%;
    margin: 0 0 0 auto;
  }
  .header_content_logo_right img.logo_merrymaids{
    width: 100%;
  }
  .mv_text{
    bottom: 5%;
    left: 5%;
  }
  .mv_text p{
    font-size: 3.7vw;
    letter-spacing:0.1em;
  }
  .three_content{
    margin-top: 5%;
    padding-bottom: 10vw;
  }
  .three_content_ttl{
    padding-top: 10vw;
    margin-bottom: 6vw;
  }
  .three_content_ttl p{
    width: 90%;
  }
  .three_content::before, .service_three::before{
    height: 2vw;
    top: -1.5vw;
  }
  .three_content::after, .service_three::after{
    height: 3vw;
    bottom: -1.3vw;
  }
  .three_content_img{
    width: 90%;
    margin: 0 auto;
  }
  .three_content_link{
    width: 45%;
    padding-right: 5%;
  }
  .three_content_img a:nth-of-type(2){
    padding-right: 0;
  }
  .three_content_img_sp .three_content_link{
    width: 45%;
    padding-right: 0;
    margin: 2% auto 0;
  }
  .btn_content{
    width: 90%;
    margin: 10% auto;
  }
  .btn_link{
    width: 100%;
  }
  .btn_content p{
    text-align: left;
    font-size: 4vw;
  }
  .service_ttl{
    width: 90%;
    margin: 0 auto 5%;
  }
  .service_ttl p{
    font-size: 5vw;
    margin-bottom: 2%;
    padding-top: 5%;
  }
  .service_ttl h2{
    font-size: 8vw;
    padding: 3px;
  }
  .request{
    width: 90%;
    margin: 0 auto 5%;
    border-radius: 10px;
    padding: 2px;
  }
  .request_content{
    width: 90%;
  }
  .request .request_block h3{
    padding: 5% 0 2%;
    margin-bottom: 3%;
  }
  .request .request_block h3 img{
    width: 80%;
  }
  .request .request_block .ttl_text{
    font-size: 3.7vw;
  }
  .features{
    display: inherit;
    margin-top: 7%;
  }
  .features_content{
    width: 100%;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5%;
  }
  .features_content_text{
    width: 50%;
  }
  .features_content_text p{
    font-size: 3vw;
    padding-left: 2%;
    height: auto;
  }
  .features_content_text p.features_content_ttl{
    width: 95%;
    margin-bottom: 7%;
    border-bottom: 1vw dotted #f37979;
  }
  .features_content_text p.features_content_ttl img{
    width: 45%;
  }
  .features_content_img{
    width: 45%;
    margin-left: 5%;
    margin-top: 0;
  }
  .for_example_list{
    padding-bottom: 10%;
    border-bottom: 1vw dotted #c4c4c4;
  }
  .for_example_list ul li::before{
    width: 2vw;
    height: 2vw;
    left: 0;
    top: 2.5vw;
  }
  .for_example{
    margin: 5% 0;
    position: relative;
  }
  .for_example p{
    width: 90%;
  }
  .for_example_list ul{
    width: 100%;
  }
  .for_example_list ul li{
    font-size: 4vw;
    padding-left: 3vw;
  }
  .fee{
    margin: 10% auto;
  }
  .fee_example{
    font-size: 6vw;
    width: 35%;
    padding-bottom: 3%;
  }
  .fee_three{
    font-size: 4vw;
    margin: 10% auto 0;
  }
  .fee_content{
    width: 100%;
    padding: 8% 0;
    margin: 10% auto 3%;
  }
  .fee_content dl dt{
    font-size: 4vw;
    width: 45%;
    padding: 0.5vw 0 0 0;
  }
  .fee_content dl dt:first-of-type{
    margin-bottom: 7%;
  }
  .fee_content dl dt span{
    font-size: 3vw;
  }
  .fee_content dl dd{
    font-size: 3.7vw;
    padding-left: 3%;
    width: 50%;
  }
  .fee_content dl dd:first-of-type{
    margin-bottom: 7%;
  }
  .fee_content dl dd span{
    font-size: 2.5vw;
  }
  .fee_note{
    width: 100%;
    font-size: 3vw;
  }
  .consultation_text{
    font-size: 4vw;
  }
  .btn_text{
    width: 50%;
  }
  .btn_service{
    width: 100%;
    margin: 10% auto 15%;
  }
  .btn_service .service_flow{
    font-size: 5vw;
    margin: 10% auto;
  }
  .service_difference{
    padding-top: 10%;
  }
  .service_difference_ttl{
    width: 90%;
    margin-bottom: 12%;
  }
  .service_difference_text{
    padding-bottom: 10%;
  }
  .service_difference_text p{
    font-size: 4vw;
  }
  .service_difference_text .service_difference_text_service{
    font-size: 4.5vw;
  }
  #request02 .for_example_list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  #request02 .for_example_list ul li{
    padding-right: 2%;
  }
  #request02 .fee_content p{
    font-size: 6vw;
  }
  #request02 .btn_service{
    margin: 10% auto 0;
    text-align: left;
  }
  #request02 .service_flow{
    margin: 10% auto 0;
  }
  #request02 .service_note_link{
    font-size: 4.5vw;
    padding-bottom: 10%;
  }
  #request03 .for_example_list .for_example_list_content{
    width: 100%;
  }
  #request03 .for_example_list .for_example_list_content ul{
    column-count: 2;
  }
  #request03 .for_example_list .for_example_list_content .right{
    font-size: 4vw;
  }
  #request03 .for_example_list .for_example_list_content .for_example_note{
    font-size: 3vw;
  }
  #request03 .fee_content dl{
    width: 90%;
    margin: 0 auto;
  }
  #request03 .fee_content dl dt{
    margin-bottom: 5%;
  }
  #service_flow .service_ttl h2{
    font-size: 6.5vw;
  }
  .flow_content{
    width: 90%;
    margin: 0 auto;
  }
  .flow_content_step{
    padding: 5% 5% 0 5%;
  }
  .flow_content_step_content{
    margin-bottom: 5%;
  }
  .flow_content_step_content .step_img{
    width: 20%;
  }
  .flow_content_step_content .step_text{
    width: 75%;
    padding-left: 3%;
  }
  .flow_content_step_content .step_text p{
    font-size: 2.8vw;
  }
  .flow_content_step_content .step_text p.step_text_ttl{
    font-size: 4.5vw;
  }
  .btn_service_flow{
    margin: 10% auto 0;
  }
  .btn_service_flow p{
    width: 60%;
    margin: 0 auto 5%;
  }
  .btn_service_flow a{
    width: 90%;
    margin: 0 auto 5%;
  }
  #service_note{
    width: 90%;
    margin: 0 auto 10%;
  }
  .service_note_content{
    width: 90%;
  }
  .service_note_content p{
    font-size: 3vw;
  }
  .service_note_content p.service_note_ttl{
    width: 90%;
    padding: 8% 0 0;
  }
  .service_note_content p.service_note_text{
    font-size: 4vw;
    margin-top: 5%;
  }
  .service_note_content p.service_note_text02{
    padding-bottom: 8%;
  }
  .a_tel{
    width: 100%;
  }
  .a_tel a{
    font-size: 8vw;
  }
  .a_tel a span{
    font-size: 4vw;
    padding-bottom: 2%;
  }
  .footer .footer_content{
    width: 90%;
    margin: 5% auto;
  }
  .footer .footer_content .service_note_link{
    font-size: 4vw;
  }
}