@charset "UTF-8";
/*===============================================
 *	メインビジュアル
===============================================*/
.main_visual .txt_block {
  padding: 4% 0 4.5%;
}
.main_visual .main_copy {
  max-width: 692px;
}
.main_visual .appeal_txt {
  margin: 5.2% 0 10%;
}
.main_visual .appeal_txt .bg_primarycolor {
  padding: 0.05em 1.3em;
  letter-spacing: 0.3em;
}
.main_visual .appeal_txt::before {
  left: 0;
}
.main_visual .appeal_txt::after {
  right: -1%;
}
.main_visual .mv_staff {
  width: 42.5%;
  max-width: 573px;
}
.main_visual .medal {
  right: 0;
}

@media only screen and (max-width: 568px) {
  .main_visual .txt_block {
    padding: 5% 0 2%;
  }
  .main_visual .mv_photo {
    width: 53%;
    margin: 6% 0 0;
  }
  .main_visual .appeal_txt {
    margin: 5.2% 0 5.5%;
  }
  .main_visual .appeal_txt .bg_primarycolor {
    padding: 0.03em 1.2em;
  }
  .main_visual .mv_staff {
    width: 66.5%;
    bottom: 16%;
  }
}
/*===============================================
 *	お悩み
===============================================*/
.problem .problem_ttl_box .ttl {
  text-align: center;
  line-height: 1.35;
  margin-left: 3%;
  padding: 0.5em 0 0.75em;
}
.problem .problem_ttl_box img {
  width: 10%;
  max-width: 120px;
  margin-top: 0;
}

@media only screen and (max-width: 568px) {
  .problem .problem_ttl_box .ttl {
    font-size: 6.5vw;
    text-align: left;
    margin-left: 0;
    line-height: 1.5;
    padding: 0.3em 0 0.55em;
  }
  .problem .problem_ttl_box .ttl .txt_01 {
    position: relative;
    top: 0.2em;
  }
  .problem .problem_ttl_box img {
    width: 22%;
  }
}
/*===============================================
 *	選ばれる理由
===============================================*/
.reasons .btn_border {
  margin-top: 4%;
}

@media only screen and (max-width: 568px) {
  .reasons .btn_border {
    margin: 4% 0 1%;
  }
}
/*===============================================
 *	料金の目安
===============================================*/
.price_table_wrapper {
  margin: 0 0 3.5%;
}

.basic_table.price_table tbody th {
  position: relative;
  width: 26.7%;
}
.basic_table.price_table tbody th img {
  width: 100%;
  margin: 0;
}
.basic_table.price_table tbody th .name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.basic_table.price_table tbody th .name::before {
  background: rgba(253, 238, 33, 0.8);
}
.basic_table.price_table tbody td:first-of-type {
  width: 26.7%;
  padding: 1.25em 0;
}

@media only screen and (max-width: 568px) {
  .price .ttl_copy_set .main_txt {
    background-size: 1.15em auto;
    padding-left: 1.5em;
  }
  .price_table_wrapper {
    margin-bottom: 7.5%;
  }
  .price_table_wrapper .annotation_txt {
    margin-left: 0;
  }
  .basic_table.price_table {
    border-radius: 10px;
  }
  .basic_table.price_table thead {
    display: none;
  }
  .basic_table.price_table tbody tr:last-of-type td:last-of-type {
    border-radius: 0 0 10px 10px !important;
  }
  .basic_table.price_table tbody th {
    display: block;
    width: 100%;
  }
  .basic_table.price_table tbody th > div {
    display: flex;
    flex-direction: column;
  }
  .basic_table.price_table tbody th img {
    order: 2;
  }
  .basic_table.price_table tbody th .name {
    color: #fff;
    transform: none;
    position: relative;
    order: 1;
    font-size: 21px;
    padding: 0.5em 0 0.6em;
  }
  .basic_table.price_table tbody th .name::before {
    background: var(--site-secondary);
    transform: none;
  }
  .basic_table.price_table tbody td {
    display: block;
    width: 100% !important;
    font-size: 15px;
    line-height: 1.75;
  }
  .basic_table.price_table tbody td .txt_keycolor {
    font-size: 21px;
  }
  .basic_table.price_table tbody td:nth-of-type(1) {
    line-height: 1.3;
    padding: 2% 0;
  }
  .basic_table.price_table tbody td:nth-of-type(2) {
    text-align: center;
    padding: 3.5% 0;
    border-left: 1px solid #c0cfe6;
  }
}
/*===============================================
 *	作業事例
===============================================*/
.case .inner {
  max-width: initial;
}
.case .case_box {
  margin: 0;
  max-width: 1120px;
}
.case .case_ttl {
  display: flex;
}
.case .case_ttl .label {
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case .case_ttl .label img {
  width: 80%;
}
.case .case_ttl .ttl {
  font-size: clamp(21px, 2.2vw, 34px);
  background: none;
  padding: 0.7em 0 0.7em 0.8em;
}
.case .case_info .total_price {
  margin-bottom: 0.5%;
}
.case .detail_table {
  margin-top: 3%;
}
.case .detail_table th {
  width: 17.5%;
  padding: 1em 0;
}
.case .detail_table td {
  padding: 1em 1.5em;
}

@media only screen and (max-width: 1024px) {
  .case .inner {
    width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  .case .case_box {
    margin: 0 5.3vw;
  }
  .case .case_ttl {
    display: block;
  }
  .case .case_ttl .label img {
    width: 24%;
  }
  .case .case_ttl .ttl {
    line-height: 1.5;
    padding: 0.7em 0;
  }
  .case .detail_table th {
    width: 28%;
  }
  .case .detail_table td {
    padding: 1em 1em;
  }
}
/*===============================================
 *	シロアリの特徴と見分け方
===============================================*/
.ari_type {
  background: url(../img/common/bg_stripe_02.png);
}
.ari_type .ttl_copy_set .main_txt {
  background: url(../img/shiroari/icon_search.png) no-repeat left center;
  background-size: 1.15em;
  padding-left: 1.45em;
}
.ari_type .desc {
  font-size: clamp(15px, 1.8vw, 19px);
}
.ari_type .desc .txt_keycolor {
  font-size: 1.2em;
}
.ari_type .table_wrapper {
  margin-top: 3.5%;
}
.ari_type .basic_table:nth-of-type(1) {
  border-radius: 10px 0 0 10px;
  width: 60%;
}
.ari_type .basic_table:nth-of-type(1) thead th:last-of-type {
  border-right: 1px solid #fff;
}
.ari_type .basic_table:nth-of-type(1) tbody td:last-of-type {
  border-radius: 0;
}
.ari_type .basic_table:nth-of-type(2) {
  border-radius: 0 10px 10px 0;
  width: 40%;
}
.ari_type .basic_table:nth-of-type(2) th:first-of-type {
  display: none;
}
.ari_type .basic_table tbody tr:nth-of-type(1) td {
  text-align: center;
  padding: 5px 0;
  height: clamp(50px, 5vw, 120px);
}
.ari_type .basic_table tbody th {
  width: 18.75%;
  border-right: 1px solid #c0cfe6;
}
.ari_type .basic_table tbody td {
  width: 40.625%;
}
.ari_type .basic_table tbody td img {
  width: 20%;
  max-width: 72px;
}

@media only screen and (max-width: 568px) {
  .ari_type .table_wrapper {
    flex-direction: column;
    margin-top: 3%;
  }
  .ari_type .basic_table {
    width: 100% !important;
  }
  .ari_type .basic_table .sp {
    display: table-row;
  }
  .ari_type .basic_table:nth-of-type(1) {
    border-radius: 10px 10px 0 0;
  }
  .ari_type .basic_table:nth-of-type(1) tbody th {
    border-radius: 0;
  }
  .ari_type .basic_table:nth-of-type(2) {
    border-radius: 0 0 10px 10px;
  }
  .ari_type .basic_table:nth-of-type(2) th:first-of-type {
    display: table-cell;
  }
  .ari_type .basic_table thead th {
    padding: 0.5em 0 0.65em;
  }
  .ari_type .basic_table tbody th {
    padding: 0.8em 0;
  }
  .ari_type .basic_table tbody td {
    padding: 0.8em 1.25em;
  }
  .ari_type .basic_table tbody td img {
    width: 16%;
  }
}
/*===============================================
 *	駆除の工法と特徴
===============================================*/
.method .ttl_copy_set .main_txt {
  background: url(../img/top/icon_spray.png) no-repeat left center;
  background-size: 1.03em;
  padding-left: 1.35em;
}
.method .desc {
  font-size: clamp(15px, 1.8vw, 19px);
}
.method .desc .txt_keycolor {
  font-size: 1.2em;
}
.method .table_wrapper {
  margin-top: 3.5%;
}
.method .basic_table:nth-of-type(1) {
  border-radius: 10px 0 0 10px;
  width: 60%;
}
.method .basic_table:nth-of-type(1) thead th:last-of-type {
  border-right: 1px solid #fff;
}
.method .basic_table:nth-of-type(1) tbody td:last-of-type {
  border-radius: 0;
}
.method .basic_table:nth-of-type(2) {
  border-radius: 0 10px 10px 0;
  width: 40%;
}
.method .basic_table:nth-of-type(2) th:first-of-type {
  display: none;
}
.method .basic_table thead th {
  background: var(--site-primary);
}
.method .basic_table tbody tr:nth-of-type(1) td {
  text-align: center;
  padding: 15px 0;
  height: clamp(50px, 5vw, 120px);
}
.method .basic_table tbody tr:nth-of-type(1) td img {
  width: 46%;
  max-width: 170px;
}
.method .basic_table tbody th {
  width: 18.75%;
  border-right: 1px solid #c0cfe6;
  background: var(--site-palecolor);
}
.method .basic_table tbody td {
  width: 40.625%;
}
.method .basic_table tbody td li {
  text-indent: -1em;
  padding-left: 1em;
}

@media only screen and (max-width: 568px) {
  .method .table_wrapper {
    flex-direction: column;
    margin-top: 5%;
  }
  .method .basic_table {
    width: 100% !important;
  }
  .method .basic_table .sp {
    display: table-row;
  }
  .method .basic_table:nth-of-type(1) {
    border-radius: 10px 10px 0 0;
  }
  .method .basic_table:nth-of-type(1) tbody th {
    border-radius: 0;
  }
  .method .basic_table:nth-of-type(2) {
    border-radius: 0 0 10px 10px;
  }
  .method .basic_table:nth-of-type(2) th:first-of-type {
    display: table-cell;
  }
  .method .basic_table thead th {
    padding: 0.5em 0 0.65em;
  }
  .method .basic_table tbody td {
    padding: 0.8em 1.25em;
  }
  .method .basic_table tbody td img {
    width: 44% !important;
  }
}
/*===============================================
 *	DIYとプロとの違い
===============================================*/
.difference {
  background: url(../img/common/bg_wall.jpg) no-repeat;
  background-size: cover;
}
.difference .ttl_copy_set .main_txt {
  background: url(../img/common/icon_badge.png) no-repeat left center;
  background-size: 0.96em;
  padding-left: 1.35em;
}
.difference .ttl_left_border {
  border-color: #c2d0b9;
}
.difference .desc {
  font-size: clamp(15px, 1.8vw, 19px);
}
.difference .desc .txt_keycolor {
  font-size: 1.24em;
}
.difference .overlap_block {
  flex-direction: row-reverse;
}
.difference .overlap_block .txt_box {
  padding: 3% 9% 3% 4%;
  margin: 5% -10% 0 0;
  background: #fff;
  border: none;
}

@media only screen and (max-width: 568px) {
  .difference .ttl_copy_set .main_txt {
    background-size: 1.24em;
    padding-left: 1.6em;
  }
  .difference .desc {
    margin-bottom: 4.5%;
  }
  .difference .desc .txt_keycolor {
    font-size: 1.15em;
  }
  .difference .overlap_block {
    flex-direction: column;
  }
  .difference .overlap_block .photo {
    margin-left: auto;
    margin-right: -5.3vw;
    border-radius: 10px 0 0 10px;
  }
  .difference .overlap_block .txt_box {
    margin: -11% auto 0 -5.3vw;
    padding: 15% 5% 5% 7%;
    border-radius: 0 10px 10px 0;
  }
}
/*===============================================
 *	CTA
===============================================*/
.cta .appeal_block::before {
  left: 12%;
}

.cta .appeal_block::after {
  right: 12%;
}

@media only screen and (max-width: 960px) {
  .cta .appeal_block::before {
    left: 9%;
  }
  .cta .appeal_block::after {
    right: 9%;
  }
}
@media only screen and (max-width: 568px) {
  .cta .appeal_block::before {
    left: -3%;
  }
  .cta .appeal_block::after {
    right: -3%;
  }
}/*# sourceMappingURL=shiroari.css.map */