@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;
  }
}
/*===============================================
 *	ゴキブリの特徴と見分け方
===============================================*/
.goki_type {
  background: url(../img/common/bg_stripe_02.png);
}
.goki_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;
}
.goki_type .desc {
  font-size: clamp(15px, 1.8vw, 19px);
}
.goki_type .desc .txt_keycolor {
  font-size: 1.2em;
}
.goki_type .table_wrapper {
  margin-top: 3.5%;
}
.goki_type .basic_table:nth-of-type(1) {
  border-radius: 10px 0 0 10px;
  width: 60%;
}
.goki_type .basic_table:nth-of-type(1) thead th:last-of-type {
  border-right: 1px solid #fff;
}
.goki_type .basic_table:nth-of-type(1) tbody td:last-of-type {
  border-radius: 0;
}
.goki_type .basic_table:nth-of-type(2) {
  border-radius: 0 10px 10px 0;
  width: 41%;
}
.goki_type .basic_table:nth-of-type(2) th:first-of-type {
  display: none;
}
.goki_type .basic_table tbody tr:nth-of-type(1) td {
  text-align: center;
  padding: 5px 0;
  height: clamp(50px, 5vw, 120px);
}
.goki_type .basic_table tbody th {
  width: 18.75%;
  border-right: 1px solid #c0cfe6;
}
.goki_type .basic_table tbody td {
  width: 40.625%;
}
.goki_type .basic_table tbody td img {
  width: 27%;
  max-width: 120px;
}

@media only screen and (max-width: 568px) {
  .goki_type .desc .txt_keycolor {
    font-size: 1.13em;
  }
  .goki_type .table_wrapper {
    flex-direction: column;
    margin-top: 3%;
  }
  .goki_type .basic_table {
    width: 100% !important;
  }
  .goki_type .basic_table .sp {
    display: table-row;
  }
  .goki_type .basic_table:nth-of-type(1) {
    border-radius: 10px 10px 0 0;
  }
  .goki_type .basic_table:nth-of-type(1) tbody th {
    border-radius: 0;
  }
  .goki_type .basic_table:nth-of-type(2) {
    border-radius: 0 0 10px 10px;
  }
  .goki_type .basic_table:nth-of-type(2) th:first-of-type {
    display: table-cell;
  }
  .goki_type .basic_table thead th {
    padding: 0.5em 0 0.65em;
  }
  .goki_type .basic_table tbody th {
    padding: 0.8em 0;
  }
  .goki_type .basic_table tbody td {
    padding: 0.8em 1.25em;
  }
  .goki_type .basic_table tbody td img {
    width: 28%;
  }
}
/*===============================================
 *	ゴキブリの侵入経路
===============================================*/
.route .ttl_copy_set .main_txt {
  background: url(../img/common/icon_road.png) no-repeat left center;
  background-size: 1.2em;
  padding-left: 1.55em;
}
.route .ttl_left_border {
  margin: 2.5% 0 3%;
}
.route .ttl_left_border .size {
  font-size: 0.85em;
}
.route .desc {
  font-size: clamp(15px, 1.8vw, 19px);
}
.route .desc .txt_keycolor {
  font-size: 1.2em;
}
.route picture {
  width: 31.5%;
  max-width: 351px;
}
.route picture img {
  border-radius: 10px;
}
.route .basic_table {
  width: 65.5%;
}
.route .basic_table thead th {
  background: var(--site-primary);
}
.route .basic_table tbody th {
  background: var(--site-palecolor);
  text-align: left;
  padding-left: 2em;
  border-right: 1px solid #c0cfe6;
}

@media only screen and (max-width: 568px) {
  .route .ttl_copy_set .main_txt {
    line-height: 1.6;
    background-size: 1.55em;
    padding-left: 1.85em;
  }
  .route .desc .txt_keycolor {
    font-size: 1.13em;
  }
  .route .ttl_left_border {
    margin: 3.5% 0 4.5%;
  }
  .route .route_content {
    flex-direction: column;
  }
  .route picture {
    width: 100%;
    max-width: initial;
  }
  .route .basic_table {
    width: 100%;
    border-radius: 10px;
    margin-top: 5.5%;
  }
  .route .basic_table tbody th {
    width: 34%;
    padding-left: 5.5%;
  }
  .route .basic_table tbody td {
    padding: 0.85em 1.25em;
  }
  .route .basic_table tbody td::before {
    display: block;
    content: "";
    min-height: 5%;
  }
  .route .basic_table tbody tr:last-of-type td {
    padding: 1.55em 1.25em;
  }
}
/*===============================================
 *	根本解決
===============================================*/
.self_fix {
  background: url(../img/common/bg_wall.jpg) no-repeat center;
  background-size: cover;
}
.self_fix .ttl_copy_set .main_txt {
  background: url(../img/gokiburi/icon_stop.png) no-repeat left center;
  background-size: 1.27em;
  padding-left: 1.5em;
}
.self_fix .risk_list {
  margin-top: 6.5%;
}

@media only screen and (max-width: 568px) {
  .self_fix .ttl_copy_set .main_txt {
    background-size: 1.31em;
    padding-left: 0.5em;
    background-position: 4% 1%;
  }
  .self_fix .risk_list {
    margin-top: 13.5%;
  }
}
/*===============================================
 *	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=gokiburi.css.map */