@charset "UTF-8";
/*===============================================
 *	メインビジュアル
===============================================*/
.main_visual {
  background: url(../img/hachi/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: -45px;
}
.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: 628px;
}
.main_visual .appeal_txt {
  margin: 6.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: 47%;
  max-width: 615px;
}
.main_visual .medal {
  right: 0;
}

@media only screen and (max-width: 568px) {
  .main_visual {
    background: url(../img/hachi/mv_bg_sp.jpg) no-repeat top center;
    background-size: cover;
  }
  .mv_ttl {
    margin-top: 5px;
  }
  .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: 45%;
    margin: 6% 0 0;
    position: relative;
    z-index: 10;
  }
  .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: 84%;
    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;
}
.problem .problem_item span.small_txt {
  font-size: 22px;
}
@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%;
  }
}
/*===============================================
 *	選ばれる理由
===============================================*/
.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 picture 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.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 {
    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;
  }
}
/*===============================================
 *	ハチの種類と巣の見分け方
===============================================*/
.hachi_type {
  background: url(../img/common/bg_stripe_02.png);
}
.hachi_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;
}
.hachi_type .desc {
  font-size: clamp(15px, 1.8vw, 19px);
}
.hachi_type .desc .txt_keycolor {
  font-size: 1.2em;
}
.hachi_type .table_wrapper {
  margin: 3.5% 0;
}
.hachi_type .basic_table:nth-of-type(1) {
  border-radius: 10px 0 0 10px;
  width: 60%;
}
.hachi_type .basic_table:nth-of-type(1) thead th:last-of-type,
.hachi_type .basic_table:nth-of-type(2) thead th:last-of-type {
  border-right: 1px solid #fff;
}
.hachi_type .basic_table:nth-of-type(2) thead th:last-of-type {
  border-right: 1px solid #fff;
}
.hachi_type .basic_table:nth-of-type(1) tbody td:last-of-type {
  border-radius: 0;
}
.hachi_type .basic_table:nth-of-type(2) {
  border-radius: 0;
  width: 41%;
}
.hachi_type .basic_table tbody tr:last-of-type td:last-of-type{
  border-radius: 0;
}

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

.hachi_type .basic_table tbody tr:nth-of-type(1) td {
  text-align: center;
  padding: 0;
  height: clamp(50px, 5vw, 120px);
}
.hachi_type .basic_table tbody th {
  width: 18.75%;
  border-right: 1px solid #c0cfe6;
}
.hachi_type .basic_table tbody td {
  width: 40.625%;
  padding: 1.25em 1.0em;
}

@media only screen and (max-width: 568px) {
  .hachi_type .desc .txt_keycolor {
    font-size: 1.13em;
  }
  .hachi_type .table_wrapper {
    flex-direction: column;
    margin: 3% 0 6%;
  }
  .hachi_type .basic_table {
    width: 100% !important;
  }
  .hachi_type .basic_table .sp {
    display: table-row;
  }
  .hachi_type .basic_table:nth-of-type(1) {
    border-radius: 10px 10px 0 0;
  }
  .hachi_type .basic_table:nth-of-type(1) tbody th {
    border-radius: 0;
  }
  .hachi_type .basic_table:nth-of-type(2) {
    border-radius: 0 0 10px 10px;
  }
  .hachi_type .basic_table:nth-of-type(2) th:first-of-type,
  .hachi_type .basic_table:nth-of-type(3) th:first-of-type {
    display: table-cell;
  }
  .hachi_type .basic_table thead th {
    padding: 0.5em 0 0.65em;
  }
  .hachi_type .basic_table tbody th {
    padding: 0.8em 0;
  }
  .hachi_type .basic_table tbody td {
    padding: 0.8em 1.25em;
  }
}
/************************************************
* 活動時期
*************************************************/
.activity_list li {
  width: 22.8%;
  background: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.activity_list li img {
  border-radius: 10px 10px 0 0;
  margin-bottom: 15px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.activity_list dl {
  padding: 10px 25px 25px;
}
.activity_list li dt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-left: 50px;
  position: relative;
}
.activity_list li dt span {
  font-size: 27px;
}
.activity_list li dd {
  font-size: 17px;
}
.activity_list li dt.spring span {
  color: #eb6168;
}
.activity_list li dt.summer span {
  color: #0081cc;
}
.activity_list li dt.autumn span {
  color: #ff9900;
}
.activity_list li dt.winter span {
  color: #757575;
}
.activity_list dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.activity_list dt.spring::before {
  background: url(../img/hachi/icon_spring.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 39px;
}
.activity_list dt.summer::before {
  background: url(../img/hachi/icon_summer.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.activity_list dt.autumn::before {
  background: url(../img/hachi/icon_autumn.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 38px;
}
.activity_list dt.winter::before {
  background: url(../img/hachi/icon_winter.png) no-repeat;
  background-size: contain;
  width: 36px;
  height: 41px;
}
@media only screen and (max-width: 568px) {
  .activity_list {
    margin-top: 10px;
  }
  .activity_list li {
    width: 48%;
  }
  .activity_list li:nth-of-type(1),
  .activity_list li:nth-of-type(2){
    margin-bottom: 20px;
  }
  .activity_list dl {
    padding: 10px 15px 20px;
  }
  .activity_list li dt {
    font-size: 14px;
    padding-left: 22px;
  }
  .activity_list li dt span{
    font-size: 20px;
  }
  .activity_list dt.spring::before {
    width: 20px;
    height: 19px;
  }
  .activity_list dt.summer::before {
    width: 20px;
    height: 20px;
  }
  .activity_list dt.autumn::before {
    width: 20px;
    height: 18px;
  }
  .activity_list dt.winter::before {
    width: 26px;
    height: 21px;
  }
  .activity_list li dd {
    font-size: 16px;
  }
}
/*===============================================
 *	ハチが巣を作る場所
===============================================*/
.route .ttl_copy_set .main_txt {
  background: url(../img/hachi/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: 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;
  }
  .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: 3%;
  }
  .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/hachi/icon_warning.png) no-repeat left center;
  background-size: 1.27em;
  padding-left: 1.5em;
}
/* =========================
   layout
========================= */
.risk_grid{
  display: grid;
  grid-template-columns: 1fr 1fr; /* PC: 2カラム */
  gap: 24px;
}

@media (max-width: 767px){
  .risk_grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* =========================
   card
========================= */
.risk_card{
  background: #fff;
  border-radius: 10px;
  padding: clamp(20px, 3.2vw, 40px);
}
.risk_card_ng{
  border: #f6c8c2 4px solid;
}
.risk_card_ok{
  border: #0081cc 4px solid;
}
.risk_card img.risk_hero{
  margin-bottom: 20px;
}
.risk_ttl{
  margin: 0 0 10px;
  font-weight: 800;
  line-height: 1.2;
  font-size: 34px;
  padding-left: 60px;
  position: relative;
  text-align: center;
}
.risk_mark_ng {
  background: url(../img/hachi/icon_batsu.png) 5% center no-repeat;
  background-size: 40px;
}
.risk_mark_ok {
  background: url(../img/hachi/icon_circle.png) 5% center no-repeat;
  background-size: 40px;
}
.risk_ttltxt{
  letter-spacing: .02em;
}
.risk_callout{
  margin: 30px 0 0;
  padding: 20px 30px;
  border-radius: 5px;
}
.risk_card_ng .risk_callout{
  background: #fbefee;
}
.risk_card_ok .risk_callout{
  background: #eef4fa;
}
.risk_calloutText{
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.risk_calloutText img{
  border-radius: 5px;
  max-width: 65px;
  margin-right: .5em;
}
.risk_contents{
  float: left;
  width: 186px;
}
.risk_pill{
  display: inline-block;
  padding: 4px 1.5em;
  border-radius: 999px;
  font-size: 19px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}
.risk_pill_ng{
  background: var(--site-keycolor);
}
.risk_pill_ok{
  background: var(--site-secondary);
}
.risk_thumb{
  border-radius: 10px;
  max-width: 186px;
  float: right;
}

@media only screen and (max-width: 1024px) {
  .risk_thumb{
    max-width: 136px;
  }
}

@media only screen and (max-width: 568px) {
  .self_fix .ttl_copy_set .main_txt {
    background-size: 1.31em;
    padding-left: 1.75em;
  }
  .risk_ttl{
    font-size: 21px;
    padding-left: 30px;
  }
  .risk_mark_ng {
    background-size: 25px;
  }
  .risk_mark_ok {
    background-size: contain;
  }
  .risk_callout {
    margin: 20px 0 0;
    padding: 20px;
  }
  .risk_pill{
    display: inline-block;
    padding: 2px 1.25em;
    font-size: 15px;
  }
  .risk_thumb{
    max-width: 106px;
    float: right;
  }
  .risk_contents {
    float: none;
    width: auto;
  }
  .risk_calloutText {
    font-size: 17px;
  }
}

/*===============================================
 *	注意書き
===============================================*/
.icon_no_border_box {
  background: #fff;
  padding: 2.75% 3.6%;
  margin-top: 3.5%;
}
.icon_no_border_box.mag{
  margin-bottom: 6%;
}
.icon_no_border_box img {
  width: 70px;
  margin-right: 3%;
}
.icon_no_border_box .txt_keycolor {
  font-size: 1.17em;
}

@media only screen and (max-width: 568px) {
  .icon_no_border_box {
    border-width: 2px;
    display: block;
    padding: 4.2% 6.5% 3.5%;
    margin-top: 7.5%;
  }
  .icon_no_border_box img {
    float: left;
    width: 50px;
    margin: 5px 6% 3% 0;
  }
  .icon_no_border_box .txt_keycolor {
    font-size: 1.13em;
  }
}

/*===============================================
 *	刺された場合はすぐに病院へ！
===============================================*/
.yellow_wrap{
  border: #f4e50a 4px solid;
  border-radius: 10px;
}
.bg_yellow_stripe{
  background-size: auto auto;
  background-color: rgba(253, 245, 122, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(252, 238, 33, 1) 10px, rgba(252, 238, 33, 1) 20px );
}
.yellow_content {
    padding: 4% 3.6%;
}
.hospital_ttl {
  font-size: clamp(20px, 2.8vw, 32px);
  padding: 10px 0;
  text-align: center;
}
.bg_hospital{
  background: url(../img/hachi/icon_clinic.png) no-repeat left center;
  background-size: 40px;
  padding-left: 1.6em;
  display: inline-block;
}
.risk .yellow_content .desc {
  margin-bottom: 20px;
}
.hospital_list {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 30px;
}
.hospital_list li {
    font-size: 19px;
    padding: .75em 0 .75em 55px;
    position: relative;
}
.hospital_list li span {
  font-size: .85em;
}
.hospital_list li:not(:last-child) {
  border-bottom: 2px dotted #c4c4c4;
}
.hospital_list li::before {
  content: "";
  border-radius: 3px;
  display: inline-block;
  min-width: 1.7em;
  margin-right: 5px;
  width: 42px;
  height: 42px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hospital_list li:nth-child(1):before {
  background: url(../img/hachi/icon_num01.jpg) no-repeat;
  background-size: contain;
}
.hospital_list li:nth-child(2):before {
  background: url(../img/hachi/icon_num02.jpg) no-repeat;
  background-size: contain;
}
.hospital_list li:nth-child(3):before {
  background: url(../img/hachi/icon_num03.jpg) no-repeat;
  background-size: contain;
}
.hospital_list li:nth-child(4):before {
  background: url(../img/hachi/icon_num04.jpg) no-repeat;
  background-size: contain;
}
.hospital_list li:nth-child(5):before {
  background: url(../img/hachi/icon_num05.jpg) no-repeat;
  background-size: contain;
}
.hospital_list li:nth-child(6):before {
  background: url(../img/hachi/icon_num06.jpg) no-repeat;
  background-size: contain;
}
.img_clinic {
  max-width: 330px;
}
.img_clinic p {
  font-size: 15px;
  margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
  .hospital_list {
    max-width: 60%;
  }
}
@media only screen and (max-width: 568px) {
  .yellow_content {
    padding: 6% 5%;
  }
  .hospital_listbox{
    flex-direction: column-reverse;
  }
  .hospital_ttl {
    background-size: 1.01em;
  }
  .bg_hospital {
    padding-left: 2.5em;
  }
  .hospital_list {
    padding: 0px 20px 20px;
    max-width: initial;
  }
  .hospital_list li {
    font-size: 17px;
    padding: .75em 0 .75em 40px;
  }
  .hospital_list li::before {
    width: 32px;
    height: 32px;
  }
  .img_clinic {
    max-width: initial;
    margin-bottom: 20px;
  }
}
/*===============================================
 *	注意書き02
===============================================*/
.icon_hospital_box {
  background: #fbefee;
  padding: 2.75% 3.6%;
  margin-top: 3.5%;
}
.icon_hospital_box img {
  width: 70px;
  margin-right: 3%;
}
.icon_hospital_box .txt_keycolor {
  font-size: 1.17em;
}

@media only screen and (max-width: 568px) {
  .icon_hospital_box {
    border-width: 2px;
    display: block;
    padding: 4.2% 6.5% 3.5%;
    margin-top: 7.5%;
  }
  .icon_hospital_box img {
    float: left;
    width: 50px;
    margin: 5px 6% 3% 0;
  }
  .icon_hospital_box .txt_keycolor {
    font-size: 1.13em;
  }
}
/*===============================================
 *	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 */