/* 既存デザイン調整 */
.l-content__body{
  padding: 0;
  margin: 1rem auto 0;
}
#content .l-content__body,
.l-article{
  max-width: 100%;
}
.p-topArea {
  min-height: auto;
  padding: 1rem 0;
}
.c-pageTitle__main{
  font-size: 1.5rem;
}

/* 共通デザイン */
article{
  font-family: "Noto Sans JP", sans-serif;
  @media screen and (min-width:1000px) {
    font-size: 1.1rem;
  }
}
.blue_text{
  color: #2282c5;
  font-weight: 900;
}
.orange_text{
  color: #e53500;
  font-weight: 900;
}
.yellow_text{
  color: #ffdd00;
  font-weight: 900;
}
.white_text{
  color: #FFF;
}
.blue_bg{
  background-color: #2282c5;
  margin-top: 0;
}
.gray_bg{
  background-color: #f5f5f5;
  margin-top: 0;
}
.sp_only{
  display: none;
  @media screen and (max-width:1000px){
    display: block;
  }
}
.service_more_bt{
  text-align: center;
  padding: 1.5rem 0;
  @media screen and (min-width:1000px) {
    font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
    padding: 3rem 0;
  }
}
.service_more_bt a{
  color: #FFF;
  background-color: #2282c5;
  font-weight: 500;
  padding: 1rem 2rem;
  border-radius: 10rem;
  text-decoration: none;
  line-height: 100%;
}
.service_more_bt a:after{
  content: "";
  background-image: url(../img/service/service_more_bt_icon.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: right;
  padding-right: 2rem;
}
.maxwidth1080{
  max-width:1180px;
  margin: auto;
}
.pc_only{
  display: none;
  @media screen and (min-width:1000px) {
    display:block;
  }
}
section h2{
  font-size: clamp(1.125rem, 0.283rem + 4.21vw, 2.5rem);
/*  font-size: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);*/
  font-weight: 900;
  text-align: center;
  line-height: 120%;
/*  padding-left: min(48px, 4vw);
  padding-right: min(48px, 4vw);*/
  margin-bottom: 1.5rem;
}
.left_right_pdd{
  padding-left: min(48px, 4vw);
  padding-right: min(48px, 4vw);
}
.top_bottom_pdd{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.margin_btm2rem{
  margin-bottom: 2rem;
}
section ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
section ul img{
  border-radius: 1rem;
}
.text_center{
  text-align: center;
}

/* CTA */
.service_cta h2{
  margin-bottom: 1rem;
}
.service_cta ul{
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.service_cta .sp_only{
  display: inline;
}

/* CTA 2 */
.service_cta2{
  margin-top: 1.5rem;
  @media screen and (min-width:1000px) {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
  }
}
.service_cta2 li{
  margin-top: 0.5rem;
}

/* FV */
.service_fv{
  margin-top: 0;
}
.service_fv_arch{
  position: relative;
  z-index: 2;
  background: #fcfcfc;
  padding-bottom: 6rem;
  clip-path: ellipse(80% 90% at 50% 0%);
  @media screen and (min-width:1000px) {
    padding-bottom: 3rem;
  }
  @media screen and (max-width:500px) {
    clip-path: ellipse(95% 75% at 50% 0%);
  }
}
.service_fv_arch_svg{
  position: relative;
  z-index: 1;
  margin-top: 0;
  @media screen and (min-width:1000px) {
    margin-top: -5rem;
  }
}
.service_fv h2{
  text-align: center;
  font-size: clamp(1.125rem, 0.283rem + 4.21vw, 3.125rem);
  font-weight: 900;
  padding-left: min(48px,4vw);
  padding-right: min(48px,4vw);
  @media screen and (min-width:1000px) {
    line-height: 1.2em;
  }
}
.service_fv p{
  font-size: clamp(0.938rem, 0.543rem + 1.97vw, 1.875rem);
  line-height: 1.3em;
  text-align: justify;
  margin-top: 1rem;
  padding-left: min(48px,4vw);
  padding-right: min(48px,4vw);
  @media screen and (min-width:1000px) {
    text-align: center;
    font-size: clamp(1.125rem, 0.943rem + 0.91vw, 1.625rem);
    margin: 2rem 0;
  }
}
.service_fv p br{
  @media screen and (max-width:1000px) {
    display: none;
  }
}
@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.service_fv-scroll__wrap {
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-top: -7rem;
  @media screen and (min-width:1000px) {
    margin-top: -6rem;
  }
}
.service_fv-scroll__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.service_fv-scroll__list--left {
  animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
.service_fv-scroll__item {
  width: calc(100vw / 0.7);
  margin: 0;
  @media screen and (max-width:1000px) {
    width: calc(100vw / 0.35);
  }
}
.service_fv-scroll__item>img {
  width: 100%;
  vertical-align: bottom;
}
.service_fv_point{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: clamp(1rem, 0.632rem + 1.84vw, 1.875rem);
  font-weight: 500;
  justify-content: space-between;
  padding: 1rem 0 1.5rem;
  margin: 0 2rem 0;
  gap: 0.5rem;
  @media screen and (min-width:1000px) {
    font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  }
}
.service_fv_point li{
  background-image: url(../img/service/icon_service_fv_point.png);
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: left;
  padding-left: 2rem;
  margin: 0;
}

/* 安心の実績・許可・評価 */
.evaluation{
  padding-left: min(48px,4vw);
  padding-right: min(48px,4vw);
}
.evaluation h2{
  text-align: center;
}
.evaluation ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  list-style: none;
  padding: 0;
  margin-top: 1rem;
  gap: 5%;
  @media screen and (min-width:1000px) {
    flex-wrap: nowrap;
    align-items: baseline;
  }
}
.evaluation ul li{
  width: calc(95% / 2);
  text-align: center;
  margin-bottom: 1rem;
}
.evaluation ul li img{
  width: 60%;
}
.evaluation ul li:first-child img{
  vertical-align: bottom;
}
.evaluation ul li:nth-child(2) img{
  width: 50%;
}
.evaluation ul li:last-child{
  margin-bottom: 0;
  @media screen and (max-width:1000px) {
    width: 80%;
  }
}
.evaluation ul li div{
  background-color: #FFF;
  font-size: clamp(1rem, 0.737rem + 1.32vw, 1.625rem);
  font-weight: 900;
  line-height: 1.5em;
  border-radius: 0.5rem;
  padding: 1rem 0;
  @media screen and (min-width:1000px) {
    min-height: 115px;
  }
}
.evaluation ul li div span{
  color: #2282c5;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.625rem, 1.362rem + 1.32vw, 2.25rem);
}
.evaluation ul li:last-child div{
  @media screen and (min-width:1000px) {
    font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
    line-height: 1.35em;
  }
}

/* こんなときにご利用ください */
.service_case_list ul{
  list-style: none;
  padding: 0;
  margin: 0;
  @media screen and (min-width:1000px) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 2rem auto 1rem;
  }
}
.service_case_list ul li{
  text-align: center;
  line-height: 120%;
  padding: 1rem;
  border: solid 1px #eaeaea;
  border-radius: 1rem;
  margin: 1rem auto;
  @media screen and (min-width:1000px) {
    width: 100%;
    margin: 0;
    border: none;
    background-color: #f3f3f3;
    padding: 1.5rem;
  }
}
.service_case_list ul li:last-child{
  margin-bottom: 0;
}

/* 不用品の回収・処分 */
.service_thum_list{
  @media screen and (min-width:1000px) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 2rem;
  }
}
.service_thum_list p{
  margin: 2rem auto 1rem;
  @media screen and (min-width:1000px) {
    margin: 0;
  }
}
.service_thum_list h2{
  margin-bottom: 1rem;
  @media screen and (min-width:1000px) {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}

/* 回収できるもの */
.tab-area {
  margin: 2rem auto 0;
}
.tab-radio {
  display: none;
}
.tab-menu {
  display: block;
  float: left;
  width: calc(100% / 4);
  text-align: center;
  font-weight: 900;
  padding: 1rem 0;
  background-color: #2282c5; 
  color: #FFF; 
  cursor: pointer;
  transition: background-color 0.2s;
  border: 1px solid #ddd;
  border-bottom: none;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5em;
}
.tab-menu:hover {
  color: #2282c5;
  background-color: #FFF;
}
.tab-content-item {
  display: none;
  background: #FFF;
  padding: 1rem;
  clear: both;
  border: 1px solid #ddd;
  border-top: none;
}
.tab-content-item ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  @media screen and (min-width:1000px) {
    gap:1rem;
    padding: 1rem;
  }
}
.tab-content-item ul li{
  background: #e7f5ff;
  padding: 0.5rem 1rem;
}
#tab01:checked ~ #tabContent01,
#tab02:checked ~ #tabContent02,
#tab03:checked ~ #tabContent03,
#tab04:checked ~ #tabContent04 {
  display: block;
}
#tab01:checked ~ #tabMenu01,
#tab02:checked ~ #tabMenu02,
#tab03:checked ~ #tabMenu03,
#tab04:checked ~ #tabMenu04 {
  background-color: #FFF;
  color: #3498db;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5em;
}
#tabMenu04{
  font-size: 0.8rem;
  line-height: 0.9rem;
  @media screen and (min-width:1000px) {
    font-size: inherit;
    line-height: inherit;
  }
}

/* 無許可業者にご注意ください */
.service_att_trouble{
  background-color: #FFF;
  border-radius: 1rem;
  padding: 1rem;
}
.service_att_trouble h3{
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 0.8rem;
}
.service_att_trouble ul{
  list-style: disc;
  padding-left: 1.5rem;
}
.service_att_trouble ul li{
  margin-top: 0.5rem;
}

/* 料金の目安 */
.service_price{
  padding-left: min(48px,4vw);
  padding-right: min(48px,4vw);
  margin-top: 1.5rem;
  @media screen and (min-width:1000px) {
    margin-top: 3rem;
  }
}
.service_price h2{
  font-size: clamp(1.875rem, 1.612rem + 1.32vw, 2.5rem);
  font-weight: 900;
  text-align: center;
  margin-bottom: 1.5rem;
  @media screen and (min-width:1000px) {
    font-size: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
    margin-bottom: 2rem;
  }
}
.service_price_kei{
  text-align: center;
}
.service_price_kei img{
  width: 70%;
  @media screen and (min-width:1000px) {
    width: 50%;
  }
}
.service_price_box{
  text-align: center;
  margin: 1rem 0 2rem;
}
.service_price_box p:first-child{
  font-size: clamp(1.625rem, 1.257rem + 1.84vw, 2.5rem);
  font-weight: 900;
}
.service_price_box p:nth-child(2){
  font-size: clamp(2.5rem, 2.237rem + 1.32vw, 3.125rem);
  font-weight: 900;
  line-height: 1.5em;
}
.service_price_box p:nth-child(2) span{
  font-family: 'Oswald', sans-serif;
  font-size: clamp(3.125rem, 2.862rem + 1.32vw, 3.75rem);
}
.service_price_box p:last-child{
  font-size: clamp(1.125rem, 0.862rem + 1.32vw, 1.75rem);
  font-weight: 900;
}
.service_price_recycling{
  margin-bottom: 1rem;
}
.service_price_recycling h3{
  font-size: clamp(1.125rem, 0.283rem + 4.21vw, 3.125rem);
  font-weight: 900;
  text-align: center;
  position: relative;
  z-index: 1;
  @media screen and (min-width:1000px) {
    font-size: clamp(1.25rem, 1.205rem + 0.23vw, 1.375rem);
  }
}
.service_price_recycling h3 span{
  background-color: #fcfcfc;
  padding: 0 1rem;
}
.service_price_recycling div{
  border: solid 1px #2282c5;
  border-radius: 1rem;
  padding: min(48px,4vw);
  position: relative;
  z-index: 0;
  margin-top: -1rem;
  @media screen and (min-width:1000px) {
    text-align: center;
    font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  }
}

/* 安心の許可・保険体制 */
.service_permission{
  padding-left: min(48px,4vw);
  padding-right: min(48px,4vw);
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  margin-top: 1.5rem;
  @media screen and (min-width:1000px) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.service_permission h2{
  font-size: clamp(1.125rem, 0.283rem + 4.21vw, 3.125rem);
  font-weight: 900;
  text-align: center;
  margin-bottom: 1.5rem;
  @media screen and (min-width:1000px) {
    font-size: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
    margin-bottom: 2rem;
  }
}
.service_permission ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  list-style: none;
  gap: 5%;
  @media screen and (min-width:1000px) {
    gap: 3%;
  }
}
.service_permission ul li{
  width: calc(95% / 2);
  font-size: 0.8rem;
  font-weight: 900;
  background-color: #FFF;
  text-align: center;
  border-radius: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 0.5rem;
  @media screen and (min-width:1000px) {
    font-size: 1rem;
    width: calc(90% / 3);
    margin-bottom: 1.5rem;
  }
}
.service_permission_img{
  width: 70%;
  margin: auto;
}
.service_permission_img img{
  width: 100%;
  height: 80px;
  margin: auto;
  object-fit: contain;
  border-radius: 0;
}
/* 回収事例とお客様の声 */
.service_example{
  padding-left: min(48px,4vw);
  padding-right: min(48px,4vw);
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  @media screen and (min-width:1000px) {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}
.service_example h2{
  font-size: clamp(1.125rem, 0.283rem + 4.21vw, 3.125rem);
  font-weight: 900;
  text-align: center;
  margin-bottom: 1.5rem;
  @media screen and (min-width:1000px) {
    font-size: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
    margin-bottom: 2rem;
  }
}
.service_example ul.ex_before_after{
  list-style: none;
  padding: 0;
  margin-bottom: 0.5rem;
  position: relative;
  @media screen and (min-width:1000px) {
    display: flex;
    justify-content: space-between;
    gap: 5%;
  }
}
.service_example ul.ex_before_after li{
  @media screen and (min-width:1000px) {
    width: calc(95% / 2);
  }
}
.service_example ul.ex_before_after::after{
  content: "";
  display: inline-block;
  width: 20%;
  height: 10%;
  background-image: url(../img/service/service_example_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  @media screen and (min-width:1000px) {
    width: 7%;
    height: 18%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.service_example ul.ex_before_after li:first-child{
  margin-bottom: 1rem;
  @media screen and (min-width:1000px) {
    margin-bottom: 0;
  }
}
.service_example ul.ex_before_after li:first-child::before{
  width: 30%;
  content: "Before";
  position: absolute;
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  background-color: #2282c5;
  padding: 0.2rem 1.5rem;
  border-radius: 1rem 0 1rem 0;
  @media screen and (min-width:1000px) {
    width: auto;
    font-size: 1.2rem;
  }
}
.service_example ul.ex_before_after li:last-child::before{
  width: 30%;
  content: "After";
  position: absolute;
  color: #ffdd00;
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  background-color: #2282c5;
  padding: 0.2rem 1.5rem;
  border-radius: 1rem 0 1rem 0;
  @media screen and (min-width:1000px) {
    width: auto;
    font-size: 1.2rem;
  }
}
.service_example ul.ex_before_after li img{
  border-radius: 1rem;
}
.service_example_voice ul{
  @media screen and (min-width:1000px) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
.service_example_voice ul li:last-child{
  font-size: 1.5rem;
  font-weight: 900;
  text-align: right;
  margin: 1rem auto 2rem;
  @media screen and (min-width:1000px) {
    font-size: 2rem;
  }
}
.service_example_voice ul li:last-child span{
  display: inline-block;
  color: #f25424;
  font-size: 2.5rem;
  line-height: 100%;
  padding: 0 0.5rem;
  @media screen and (min-width:1000px) {
    font-size: 3.5rem;
  }
}
.service_example h3{
  font-size: clamp(1.125rem, 1.011rem + 0.57vw, 1.438rem);
}
.service_example_staff{
  text-align: center;
  margin-bottom: 1.5rem;
}
.service_example_staff p{
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-weight: 900;
  background-color: #2282c5;
  padding: 0.2rem 1rem;
  border-radius: 10rem;
  position: relative;
}
.service_example_staff p:after{
  content: "";
  display: inline-block;
  width: 20%;
  padding-top: 10%;
  margin-inline: auto;
  background-color: #2282c5;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: -10px;
  left: 40%;
}
.service_example_staff div{
  text-align: left;
  line-height: 1.5em;
  border: solid 1px #2282c5;
  border-radius: 1rem;
  padding: 2rem 1rem 1rem 1rem;
  margin-top: -1rem;
  @media screen and (min-width:1000px) {
    padding: 2rem;
  }
}
/* ご依頼の流れ */
.service_flow{
  padding-left: min(48px,4vw);
  padding-right: min(48px,4vw);
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  margin-top: 1.5rem;
  @media screen and (min-width:1000px) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.service_flow h2{
  font-size: clamp(1.125rem, 0.283rem + 4.21vw, 3.125rem);
  font-weight: 900;
  text-align: center;
  margin-bottom: 1rem;
  @media screen and (min-width:1000px) {
    font-size: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
    margin-bottom: 2rem;
  }
}
.service_flow ul{
  display: block;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  gap: 1rem;
  @media screen and (min-width:1000px) {
    display: flex;
    flex-wrap:nowrap;
  }
}
.service_flow ul li{
  margin-bottom: 1rem;
  @media screen and (min-width:1000px) {
    width: calc(95% / 4);
    border: none;
    margin-bottom: 0;
  }
}
.service_flow ul li:last-child{
  border-bottom: none;
  padding-bottom: 0;
}
.service_flow ul li img{
  width: 100%;
  border-radius: 1rem;
}
.service_flow ul li > p{
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2.25rem, 1.882rem + 1.84vw, 3.125rem);
  text-align: center;
  line-height: 100%;
  margin-bottom: 1rem;
}
.service_flow ul li h3{
  font-size: clamp(1.125rem, 0.283rem + 4.21vw, 3.125rem);
  font-weight: 900;
  text-align: center;
  margin: 1rem 0;
  @media screen and (min-width:1000px) {
    font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  }
}
.service_flow ul li div p{
  @media screen and (min-width:1000px) {
    line-height: 1.5em;
  }
}

/* 環境に優しいリサイクル回収 */
.service_eco ul{
  @media screen and (min-width:1000px) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.service_eco li img{
  border-radius: 1rem;
  margin-bottom: 0.5rem;
}

/* 自治体サービスとの比較 */
.service_diff > p{
  @media screen and (min-width:1000px) {
    text-align: center;
  }
}
.service_diff table{
  font-size: 0.8rem;
  border: solid 1px #CCC;
  border-radius: 1rem;
  text-align: center;
  margin-top: 1.5rem;
  @media screen and (min-width:1000px) {
    font-size: 1rem;
  }
}
.service_diff table tr:nth-child(odd){
  background-color: #f3f3f3;
}
.service_diff table tr:nth-child(even){
  background-color: #FFF;
}
.service_diff table tr td:first-child,
.service_diff table tr:first-child{
  font-weight: 900;
}
.service_diff table tr td:nth-child(2){
  color: #2282c5;
}
.service_diff table td{
  line-height: 120%;
  border-left: solid 1px #CCC;
  vertical-align: middle;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.service_diff table tr:first-child td:first-child{
  border-top-left-radius: 1rem;
}

/* 自治体で回収できない不用品 */
.service_go_cannot > p{
  @media screen and (min-width:1000px) {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.service_go_cannot ul{
  @media screen and (min-width:1000px) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.service_go_cannot ul li{
  background-color: #f3f3f3;
  padding: 1rem;
  border-radius: 1rem;
  margin-top: 1.5rem;
  @media screen and (min-width:1000px) {
    margin-top: 0;
  }
}
.service_go_cannot ul li h3{
  font-size: 1rem;
  text-align: center;
  margin-bottom: 0.5rem;
}

/* 作業スタッフ紹介 */
.service_staff ul{
  text-align: center;
  margin-top: 2rem;
  @media screen and (min-width:1000px) {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
  }
}
.service_staff > div{
  @media screen and (min-width:1000px) {
    text-align: center;
  }
}
.service_staff ul li{
  margin-top: 1.5rem;
  @media screen and (min-width:1000px) {
    margin-top: 0;
  }
}

/* 法人・オーナー様向けサービス */
.service_owner ul{
  @media screen and (min-width:1000px) {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
  }
}
.service_owner li{
  margin-top: 1rem;
}
.service_owner li:nth-child(2){
  margin: 2rem auto;
  @media screen and (min-width:1000px) {
    margin: 1rem auto 0;
  }
}
.service_owner h3{
  font-size: 1.2rem;
  text-align: center;
  margin: 1rem auto;
}
.service_owner img{
  display: block;
  height: 100px;
  margin: auto;
}

/* よくあるご質問 */
.service_faq{
}
.service_faq h2{
  font-size: clamp(1.125rem, 0.283rem + 4.21vw, 3.125rem);
  font-weight: 900;
  text-align: center;
  margin-bottom: 1.5rem;
  @media screen and (min-width:1000px) {
    font-size: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
    margin-bottom: 2rem;
  }
}
.service_faq > div{
/*  background-color: #FFF;*/
  border-radius: 1rem;
  margin-top: 1rem;
}
.service_faq ul{
  list-style: none;
  padding: 0;
  @media screen and (min-width:1000px) {
    font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  }
}
.service_faq ul li{
  position: relative;
  margin: 1.5rem auto;
}
.service_faq_q{
  margin-bottom: 1rem;
}
.service_faq_q,
.service_faq_a{
  line-height: 1.5em;
  padding-left: 2rem;
}
.service_faq_q::before{
  content: "Q.";
  font-size: 1.5rem;
  font-family: 'Oswald', sans-serif;
  position: absolute;
  left: 0;
  top: -0.2rem;
}
.service_faq_a::before{
  content: "A.";
  font-size: 1.5rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: -0.2rem;
}
.service_faq .service_more_bt{
  margin-top: 1.5rem;
}

/* 対応エリア */
.service_area{
}
.service_area h2{
  font-size: clamp(1.125rem, 0.283rem + 4.21vw, 3.125rem);
  font-weight: 900;
  text-align: center;
  margin-bottom: 1rem;
  @media screen and (min-width:1000px) {
    font-size: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
    margin-bottom: 2rem;
  }
}
.service_area_sub{
  text-align: center;
  margin-bottom: 1.5rem;
  @media screen and (min-width:1000px) {
    font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  }
}
.service_area img{
  display: block;
  width: 80%;
  margin: auto;
  @media screen and (min-width:1000px) {
    display: block;
    width: 50%;
    margin: auto;
  }
}
