@charset "UTF-8";
/*===============================================
 *	メインビジュアル
===============================================*/
.main_visual {
  background: url(../img/gaijyu/mv_bg_pc.jpg) no-repeat center;
  background-size: cover;
}
.main_visual .txt_block {
  padding: 4% 0 4.5%;
}
.mv_ttl{
  display: block;
  margin-top: -50px;
}
.main_visual .appeal_box .inner_box p {
  padding: 5% 0 0 5%;
}
.main_visual .appeal_box .inner_box .size_01 {
  margin-top: 20px;
}
.main_visual .appeal_box .inner_box .size_02 {
  font-size: 1.45em;
}
.main_visual .main_copy {
  max-width: 696px;
}
.main_visual .appeal_txt {
  margin: 2% 0 5%;
}
.main_visual .appeal_txt .bg_primarycolor {
  padding: 0.05em 1em;
  letter-spacing: 0.3em;
}
.main_visual .appeal_txt::before {
  left: 0;
}
.main_visual .appeal_txt::after {
  right: -1%;
}
.main_visual .mv_staff {
  width: 47%;
  max-width: 554px;
}
.main_visual .medal {
  right: 0;
}

@media only screen and (max-width: 568px) {
  .main_visual {
    background: url(../img/gaijyu/mv_bg_sp.jpg) no-repeat top center;
    background-size: cover;
  }
  .mv_ttl {
    margin-top: -15px;
  }
  .main_visual .appeal_box .inner_box p {
    padding: 6% 0 0 5%;
  }
  .main_visual .appeal_box .inner_box .size_01 {
    margin-top: 10px;
  }
  .main_visual .txt_block {
    padding: 5% 0 2%;
  }
  .main_visual .mv_photo {
    width: 50%;
    margin: 6% 0 0;
    position: relative;
    z-index: 10;
  }
  .main_visual .appeal_txt {
    margin: 5.2% 0 5.5%;
    width: 70%;
  }
  .main_visual .appeal_txt .bg_primarycolor {
    padding: 0.03em 0.75em;
  }
  .main_visual .mv_staff {
    width: 60%;
    bottom: 16%;
  }
  .main_visual .appeal_txt::before,
  .main_visual .appeal_txt::after {
    width: 10%;
  }
  .main_visual .appeal_txt::after {
    right: 10px;
  }
}
/*===============================================
 *	お困り
===============================================*/
.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;
}
.problem .problem_item span.small_txt {
  font-size: 22px;
}
.problem .problem_item li .answer_txt {
  font-size: clamp(19px, 2.4vw, 27px);
}
@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_item span.small_txt {
    font-size: 15px;
  }
  .problem .problem_ttl_box .ttl .txt_01 {
    position: relative;
    top: 0.2em;
  }
  .problem .problem_ttl_box img {
    width: 22%;
  }
}

/*===============================================
 *	法律違反
===============================================*/
.violation {
  background: url(../img/gaijyu/bg_violation.jpg);
}
.violation_ttl_pest{
  max-width: 380px;
}
.violation_block {
  gap: 5%;
  margin-bottom: 40px;
}
.violation_lead {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: clamp(18px, 2.8vw, 32px);
  font-weight: 900;
  color: var(--site-primary);
  margin-bottom: 0.5em;
}
.violation_lead span {
  line-height: 1;
  display: inline-block;
  padding: 0 1em;
  position: relative;
}
.violation_lead span::before,
.violation_lead span::after {
  content: "";
  width: 10%;
  max-width: 22px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.violation_lead span::before {
  background: url(../img/common/line_blue_left.svg) no-repeat top left;
  background-size: contain;
  left: 0;
}
.violation_lead span::after {
  background: url(../img/common/line_blue_right.svg) no-repeat top left;
  background-size: contain;
  right: 0;
}
.violation_ttl {
  font-size: clamp(21px, 3.2vw, 42px);
  color: var(--site-primary);
  line-height: 1.6;
}
.violation_ttl .dot_wrap {
  font-size: clamp(22px, 4vw, 52px);
}
.violation_ttl .dot_c {
  position: relative;
  display: inline-block;
}
.violation_ttl .dot_c::before {
  content: '●';
  position: absolute;
  top: -0.1em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.25em;
  color: var(--site-keycolor);
  line-height: 1;
}
.violation_ttl em {
  font-size: clamp(22px, 4vw, 52px);
  color: var(--site-keycolor);
  text-decoration: underline;
  text-underline-offset: 15px;
  text-decoration-thickness: 2px;
}
.violation_contents {
  background: #fff;
  border: 4px solid var(--site-secondary);
  padding: clamp(20px, 3.4vw, 40px);
}
.violation_box_inner {
  gap: 5%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.violation_img {
  max-width: 500px;
}
.violation_ref {
  margin-top: 8px;
  font-size: 0.875em;
}



.violation_note {
  border-bottom: #ccc 2px dotted;
  padding-bottom: 20px;
  margin-top: 20px;
  font-size: 0.875em;
}
.violation_penalty {
  background: #fdf0f0;
  border-radius: 5px;
  padding: 20px 24px;
  margin-top: 12px;
}
.violation_penalty_txt {
  font-size: 0.9375em;
  margin: 20px 0;
}
.violation_penalty_list {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.violation_penalty_item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.violation_penalty_label {
  display: inline-block;
  background: var(--site-keycolor);
  color: #fff;
  font-weight: 700;
  font-size: clamp(20px, 2vw, 22px);
  padding: 0.3em 0.8em;
  white-space: nowrap;
}
.violation_penalty_detail {
  color: var(--site-keycolor);
  font-weight: 700;
  font-size: clamp(16px, 2vw, 22px);
  white-space: nowrap;
}
@media only screen and (max-width: 568px) {
  .violation_block {
    flex-direction: column;
    gap: 24px;
  }
  .violation_block img {
    width: 100%;
    height: auto;
  }
  .violation_box_inner {
    flex-direction: column;
  }
  .violation_img {
    margin: 0 0 15px;
  }
  .violation_penalty {
    padding: 20px;
  }
  .violation_penalty_list {
    justify-content: unset;
    flex-wrap: wrap;
    gap: 20px;
  }
}
/***********************************************
* ネズミが二度と入れない家にします！
************************************************/

@media only screen and (max-width: 568px) {

}
/*===============================================
 *	選ばれる理由
===============================================*/
.reasons .btn_border {
  margin-top: 4%;
}

@media only screen and (max-width: 568px) {
  .reasons .btn_border {
    margin: 4% 0 1%;
  }
}
/*===============================================
 *	料金の目安
===============================================*/
.price .icon_box{
  padding: 2% 3.6%;
  margin-bottom: 50px;
}
.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: 99.8%;
}
.basic_table.price_table tbody th .name::before {
  background: rgba(253, 238, 33, 0.3);
}
.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 {
    border-right: 1px solid #c0cfe6;
    display: block;
    width: 100%;
  }
  .basic_table.price_table tbody th > div {
    display: flex;
    flex-direction: column;
  }
  .basic_table.price_table tbody th picture {
    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;
  }
}
/*===============================================
 *	ネズミの特徴と見分け方
===============================================*/
.nezumi_type {
  background: url(../img/common/bg_stripe_02.png);
}
.nezumi_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;
}
.nezumi_type .desc {
  font-size: clamp(15px, 1.8vw, 19px);
}
.nezumi_type .desc .txt_keycolor {
  font-size: 1.2em;
}
.nezumi_type .table_wrapper {
  margin: 3.5% 0;
}
.nezumi_type .basic_table:nth-of-type(1) {
  border-radius: 10px 0 0 10px;
  width: 60%;
}
.nezumi_type .basic_table:nth-of-type(1) thead th:last-of-type,
.nezumi_type .basic_table:nth-of-type(2) thead th:last-of-type {
  border-right: 1px solid #fff;
}
.nezumi_type .basic_table:nth-of-type(2) thead th:last-of-type {
  border-right: 1px solid #fff;
}
.nezumi_type .basic_table:nth-of-type(1) tbody td:last-of-type {
  border-radius: 0;
}
.nezumi_type .basic_table:nth-of-type(2) {
  border-radius: 0;
  width: 41%;
}
.nezumi_type .basic_table tbody tr:last-of-type td:last-of-type{
  border-radius: 0;
}

.nezumi_type .basic_table:nth-of-type(2) th:first-of-type,
.nezumi_type .basic_table:nth-of-type(3) th:first-of-type {
  display: none;
}
.nezumi_type .basic_table:nth-of-type(3) {
  border-radius: 0 10px 10px 0;
  width: 41%;
}

.nezumi_type .basic_table tbody tr:nth-of-type(1) td {
  text-align: center;
  padding: 0;
  height: clamp(50px, 5vw, 120px);
}
.nezumi_type .basic_table tbody th {
  width: 18.75%;
  border-right: 1px solid #c0cfe6;
}
.nezumi_type .basic_table tbody td {
  width: 40.625%;
  padding: 1.25em 1.0em;
}
.nezumi_type .basic_table tbody td img{
  width: 40%;
}
.nezumi_type .basic_table tbody td img.kumanezumi_image{
  padding: 18px 0;
}
.nezumi_type .basic_table tbody td img.dobunezumi_image{
  padding: 17px 0 17px;
}
.nezumi_type .basic_table tbody td img.hatsukanezumi_image{
  padding: 18px 0 17px;
}
.definition dt {
  font-size: clamp(18px, 2.2vw, 27px);
  font-weight: bold;
  border-bottom: #dde5e7 2px solid;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.definition dt img{
  margin-right: 20px;
  width: 50px;
}

@media only screen and (max-width: 568px) {
  .nezumi_type .desc .txt_keycolor {
    font-size: 1.13em;
  }
  .nezumi_type .table_wrapper {
    flex-direction: column;
    margin: 3% 0 6%;
  }
  .nezumi_type .basic_table {
    width: 100% !important;
  }
  .nezumi_type .basic_table .sp {
    display: table-row;
  }
  .nezumi_type .basic_table:nth-of-type(1) {
    border-radius: 10px 10px 0 0;
  }
  .nezumi_type .basic_table:nth-of-type(1) tbody th {
    border-radius: 0;
  }
  .nezumi_type .basic_table:nth-of-type(2) {
    border-radius: 0;
  }
  .nezumi_type .basic_table:nth-of-type(2) th{
    border-radius: 0;
  }
  .nezumi_type .basic_table:nth-of-type(2) th:first-of-type,
  .nezumi_type .basic_table:nth-of-type(3) th:first-of-type {
    display: table-cell;
  }
  .nezumi_type .basic_table tbody tr:last-of-type td:last-of-type {
    border-radius: 0;
  }
  .nezumi_type .basic_table:nth-of-type(3) {
    border-radius: 0 0 10px 10px;
  }
  .nezumi_type .basic_table:nth-of-type(3) tbody tr:last-of-type td:last-of-type {
    border-radius: 0 0 10px 0;
  }
  .nezumi_type .basic_table thead th {
    padding: 0.5em 0 0.65em;
  }
  .nezumi_type .basic_table tbody th {
    padding: 0.8em 0;
  }
  .nezumi_type .basic_table:nth-of-type(1) thead th:last-of-type, .nezumi_type .basic_table:nth-of-type(2) thead th:last-of-type {
    border-right: none;
  }
  .basic_table thead th:last-of-type {
    border: none;
  }
  .nezumi_type .basic_table tbody td {
    padding: 0.8em 1.25em;
  }
  .definition dt {
    padding-bottom: 0;
  }
  .definition dt img {
    margin-right: 10px;
    width: 40px;
  }
}

/*===============================================
 *	ネズミの侵入経路
===============================================*/
.route{
  background: url(../img/common/bg_wall.jpg) no-repeat;
  background-size: cover;
}
.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 .route_content {
  margin-bottom: 50px;
}
.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: 1em;
  border-right: 1px solid #c0cfe6;
  width: 35%;
}

@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;
    margin-bottom: 30px;
  }
  .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;
  }
}

/***********************************************
* ネズミ侵入＝ダニ・ノミ被害にも注意！
************************************************/
.nezumi_caution{
  background: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
}
.nezumi_caution_ttl{
  background: var(--site-secondary);
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: clamp(20px, 3vw, 40px);
  padding: 10px 0;
  text-align: center;
}
.nezumi_caution_ttl > span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nezumi_caution_ttl > span::before,
.nezumi_caution_ttl > span::after {
  width: 3px;
  height: 40px;
  background-color: #fff;
  content: '';
}
.nezumi_caution_ttl > span::before {
  transform: rotate(-35deg);
  margin-right: 30px;
}

.nezumi_caution_ttl > span::after {
  transform: rotate(35deg);
  margin-left: 20px;
}
.nezumi_caution_box{
  padding: 40px;
}
.nezumi_caution_contents{
  background: var(--site-palecolor);
  border-radius: 5px;
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-template-rows: auto auto;
  grid-template-areas:
    "header image"
    "content image";
  column-gap: 30px;
  row-gap: 10px;
}
.img_caution { grid-area: image; }
.icon_caution_ttl { grid-area: header; }
.nezumi_caution_txtbox { grid-area: content; }
.icon_caution_ttl{
  font-size: clamp(18px, 2.2vw, 27px);
  padding: 0 0 10px 0;
  border-bottom: #c0c3c7 2px dotted;
  display: flex;
  align-items: center;
  gap: 10px;
}
.icon_caution_ttl img{
  max-width: 50px;
}
.nezumi_caution_txtbox{
  font-size: clamp(14px, 1.5vw, 17px);
}
.img_caution {
  max-width: 300px;
}
.btn_column{
  margin-top: 30px;
}
.btn_column li{
  max-width: 500px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .btn_column li{
    max-width: 430px;
  }
}
@media only screen and (max-width: 568px) {
  .nezumi_caution_ttl > span {
    display: block;
    justify-content:unset;
    align-items: unset;
  }
  .nezumi_caution_ttl > span::before,
  .nezumi_caution_ttl > span::after {
    content: none;
  }
  .nezumi_caution_ttl{
    display: flex;
    justify-content: center;
    align-items: end;
  }
  .nezumi_caution_ttl::before,
  .nezumi_caution_ttl::after {
    width: 3px;
    height: 50px;
    background-color: #fff;
    content: '';
  }
  .nezumi_caution_ttl::before {
    transform: rotate(-35deg);
    margin-right: 15px;
  }

  .nezumi_caution_ttl::after {
    transform: rotate(35deg);
    margin-left: 15px;
  }
  .nezumi_caution_box {
    padding: 20px;
  }
  .nezumi_caution_contents {
    padding: 20px;
    grid-template-columns: 1fr;
    grid-template-areas:
    "header"
    "image"
    "content";
    column-gap: 0;
    row-gap: 20px;
  }
  .icon_caution_ttl img{
    max-width: 40px;
  }
  .btn_column{
    margin-top: 20px;
  }
  .btn_column li:first-child{
    margin-bottom: 10px;
  }
}
/*===============================================
 *	根本解決
===============================================*/
.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%;
}
.arrow_bottom_pink {
  position: relative;
}
.arrow_bottom_pink::after {
  content: "";
  display: block;
  height: 45px;
  width: 248px;
  background: url(../img/nezumi/arrow_bottom.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}
.exclamation_box{
  margin-bottom: 60px;
}
.nezumi_leave_box{
  padding: 40px;
}
.nezumi_leave_contents{
  background: #f5f5f5;
  border-radius: 5px;
  padding: 30px;
}
.nezumi_leave_contents ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nezumi_leave_contents li {
  background: url(../img/common/icon_check03.svg) no-repeat center left;
  background-size: 43px 37px;
  padding: 15px 0 15px 6%;
  font-size: clamp(16px, 1.8vw, 19px);
  line-height: 1.5;
  width: 48%;
}
.nezumi_leave_contents li:nth-child(-n+4) {
  border-bottom: #c4c4c4 2px dotted;
}
.nezumi_caution .icon_box{
  background: #fbefee;
  border: none;
}
@media only screen and (max-width: 968px) {
  .nezumi_leave_contents li {
    background-size: 33px 27px;
  }
}
@media only screen and (max-width: 568px) {
  .exclamation_box{
    margin-bottom: 40px;
  }
  .arrow_bottom_pink::after {
    bottom: -50px;
  }
  .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%;
  }
  .nezumi_leave_box {
    padding: 20px;
  }
  .nezumi_leave_contents{
    padding: 5px 20px;
  }
  .nezumi_leave_contents li {
    background-size: 25px 19px;
    padding: 15px 0 15px 35px;
    width: 100%;
  }
  .nezumi_leave_contents li:nth-child(-n+5) {
    border-bottom: #c4c4c4 2px dotted;
  }
  
}
/*===============================================
 *	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 */