html body {
  color: #333;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(16px + 4 * (100vw - 375px) / (1110 - 375));
}

/* ================================== 共通パーツ ================================== */

.hidden {
  overflow: hidden;
}

.float {
  transition: 0.5s ease;
}

.float:hover {
  transform: translateY(-5px);
}

.pointer {
  cursor: pointer;
}

.cover {
  object-fit: cover;
}

.relative {
  position: relative;
}

.index_1 {
  z-index: 1;
}

.overflow_x {
  overflow-x: auto;
}

.index_1_relative {
  position: relative;
  z-index: 1;
}

.content_space {
  max-width: 1110px;
  width: 90%;
  margin: 0 auto;
}

.max_width_1110 {
  max-width: 1110px;
  margin: 0 auto;
}

.line_height_13 {
  line-height: 1.3;
}

.block {
  display: block;
}

.inline_block {
  display: inline-block;
}

.col3 {
  width: calc(100% / 3 - 8px);
}

.col2 {
  width: calc(100% / 2 - 8px);
}

.d_flex {
  display: flex;
}

.column {
  flex-direction: column;
}

.flex_1 {
  flex: 1;
}

.wrap {
  flex-wrap: wrap;
}

.d_none {
  display: none;
}

.justify_between {
  justify-content: space-between;
}

.justify_around {
  justify-content: space-around;
}

.justify_center {
  justify-content: center;
}

.justify_end {
  justify-content: end;
}

.align_center {
  align-items: center;
}

.align_right {
  align-items: right;
}

.align_bottom {
  align-items: bottom;
}

.vertical_middle {
  vertical-align: middle;
}

.w_100 {
  width: 100%;
}

.w_90 {
  width: 90%;
}

.w_80 {
  width: 80%;
}

.w_60 {
  width: 60%;
}

.w_50 {
  width: 50%;
}

.w_20 {
  width: 20%;
}

.w_15 {
  width: 15%;
}

.w_10 {
  width: 10%;
}

.h_100 {
  height: 100%;
}

.radius_circle {
  border-radius: 50%;
}

.radius_16 {
  border-radius: 16px;
}

.radius_50 {
  border-radius: 50px;
}

.radius_16_top {
  border-radius: 16px 16px 0 0;
}

.radius_bottom {
  border-radius: 0 0 10px 10px;
}

.radius_top {
  border-radius: 10px 10px 0 0;
}

.radius_right {
  border-radius: 0 10px 10px 0;
}

.radius_left {
  border-radius: 10px 0 0 10px;
}

.radius_top_right {
  border-radius: 0 10px 0 0;
}

.radius_top_left {
  border-radius: 10px 0 0 0;
}

.ttl_marker {
  text-decoration-line: underline;
  text-decoration-thickness: 10px;
  text-underline-offset: -5px;
  text-decoration-color: #fdc921;
}

.marker {
  text-decoration-line: underline;
  text-decoration-thickness: 5px;
  text-underline-offset: -3px;
  text-decoration-color: #fdc921;
}

.green_button {
  background-color: #2b9348;
  color: #fff;
  padding: 16px 8px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  transition: 0.5s ease;
  border-radius: 50px;
  box-shadow: 0 8px 0 rgba(48, 117, 26, 1);
}

.green_button:hover {
  transform: translateY(-5px);
}

.bg_white_button {
  font-size: 18px;
  font-weight: bold;
  border: #2b9348 3px solid;
  border-radius: 50px;
  padding: 10px 0;
  color: #2b9348;
  box-shadow: 0 3px 1px rgba(72, 173, 0, 1);
  display: flex;
  width: 50%;
  justify-content: center;
}

.border_left_ttl {
  border-left: 5px solid #2b9348;
  font-weight: bold;
  padding-left: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #2b9348;
}

.collapse {
  border-collapse: collapse;
}

.round {
  font-family: "M PLUS Rounded 1c";
}

.font_number {
  font-family: 'Lato';
}

.img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.bg_lightgreen {
  background-color: #f0fcf9;
}

.bg_green {
  background-color: #2b9348;
}

.bg_orange {
  background-color: #fdc921;
}

.bg_white {
  background-color: #fff;
}

.bg_gray {
  background: #eee;
}

.bg_blue {
  background: #004fff;
}

.bg_yellow {
  background-color: #fdc921;
}

.bg_line_green {
  background-color: #00c300;
}

.red {
  color: #ff6347;
}

.blue {
  color: #004fff;
}

.green {
  color: #2b9348;
}

.white {
  color: #fff;
}

.line_green {
  color: #00c300;
}

.link {
  color: #0000ff;
  border-bottom: #0000ff 1px solid;
}

.is_big {
  font-size: calc(18px + 6 * (100vw - 375px) / (1110 - 375));
}

.is_big_1 {
  font-size: calc(20px + 8 * (100vw - 375px) / (1110 - 375));
}

.is_big_2 {
  font-size: calc(24px + 8 * (100vw - 375px) / (1110 - 375));
}

.is_big_3 {
  font-size: calc(28px + 8 * (100vw - 375px) / (1110 - 375));
}

.is_big_4 {
  font-size: calc(32px + 8 * (100vw - 375px) / (1110 - 375));
}

.is_big_5 {
  font-size: calc(34px + 8 * (100vw - 375px) / (1110 - 375));
}

.is_big_ttl {
  font-size: calc(30px + 40 * (100vw - 375px) / (1110 - 375));
}

.orange {
  color: #fdc921;
}

.black {
  color: #333;
}

.bold {
  font-weight: bold;
}

.weight_700 {
  font-weight: 700;
}

.font_w_800 {
  font-weight: 800;
}

.font_w_900 {
  font-weight: 900;
}

.border_green {
  border: #2b9348 solid 4px;
}

.border_normal {
  border: #ccc 1px solid;
}

.border_t_none {
  border-top: none;
}

.border_l_none {
  border-left: none;
}

.border_r_none {
  border-right: none;
}

.border_green_bottom {
  border-bottom: #2b9348 solid 4px;
}

.border_white {
  border: white solid 4px;
}

.border_green_radius {
  border: #2b9348 solid 4px;
  border-radius: 16px;
}

.border_gray_radius {
  border: #eee solid 4px;
  border-radius: 16px;
}

.border_white_radius {
  border: white solid 4px;
  border-radius: 16px;
}

.mx_1 {
  margin-right: 1rem;
  margin-left: 1rem;
}

.mt_auto {
  margin-top: auto;
}

.mx_auto {
  margin-right: auto;
  margin-left: auto;
}

.my_auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mt_05 {
  margin-top: 0.5rem;
}

.mt_1 {
  margin-top: 1rem;
}

.mt_2 {
  margin-top: 2em;
}

.mt_3 {
  margin-top: 3rem;
}

.mt_4 {
  margin-top: 4rem;
}

.mt_5 {
  margin-top: 5rem;
}

.my_05 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my_2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my_3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mb_auto {
  margin-bottom: auto;
}

.mb_0 {
  margin-bottom: 0;
}

.mb_05 {
  margin-bottom: 0.5rem;
}

.mb_1 {
  margin-bottom: 1rem;
}

.mb_24 {
  margin-bottom: 24px;
}

.mb_2 {
  margin-bottom: 2rem;
}

.mb_3 {
  margin-bottom: 3rem;
}

.mr_auto {
  margin-right: auto;
}

.mr_1 {
  margin-right: 1rem;
}

.mr_05 {
  margin-right: 0.5rem;
}

.ml_auto {
  margin-left: auto;
}

.ml_05 {
  margin-left: 0.5rem;
}

.ml_1 {
  margin-left: 1rem;
}

.ml_3 {
  margin-left: 3rem;
}

.my_1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my_24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.p_05 {
  padding: 0.5rem;
}

.p_1 {
  padding: 1rem;
}

.p_2 {
  padding: 2rem;
}

.p_3 {
  padding: 3rem;
}

.pt_05 {
  padding-top: 0.5rem;
}

.pt_1 {
  padding-top: 1rem;
}

.pt_2 {
  padding-top: 2rem;
}

.pt_3 {
  padding-top: 3rem;
}

.pr_05 {
  padding-right: 0.5rem;
}

.pr_1 {
  padding-right: 1rem;
}

.py_05 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py_1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py_2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py_3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px_2 {
  padding-right: 2rem;
  padding-left: 2rem;
}

.px_3 {
  padding-right: 3rem;
  padding-left: 3rem;
}

.px_05 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.px_1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pb_05 {
  padding-bottom: 0.5rem;
}

.pb_1 {
  padding-bottom: 1rem;
}

.pb_2 {
  padding-bottom: 2rem;
}

.pb_3 {
  padding-bottom: 3rem;
}

.pl_05 {
  padding-left: 0.5rem;
}

.pl_1 {
  padding-left: 1rem;
}

.pl_2 {
  padding-left: 2rem;
}

.pl_3 {
  padding-left: 3rem;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.float_right {
  float: right;
}

.green_shadow {
  box-shadow: 0 7px 0 #00631c;
}

.linegreen_shadow {
  box-shadow: 0 7px 0 #008600;
}

.blue_shadow {
  box-shadow: 0 7px 0 #372b93;
}

@media screen and (min-width: 576px) {
  .sm_inline_block {
    display: inline-block;
  }

  .sm_w_100 {
    width: 100%;
  }

  .sm_w_80 {
    width: 80%;
  }

  .sm_w_60 {
    width: 60%;
  }

  .sm_d_flex {
    display: flex;
  }

  .sm_justify_between {
    justify-content: space-between;
  }

  .sm_justify_around {
    justify-content: space-around;
  }

  .sm_justify_center {
    justify-content: center;
  }

  .sm_col2 {
    width: calc(100% / 2 - 8px);
  }

  .sm_col3 {
    width: calc(100% / 3 - 8px);
  }

  .sm_is_big_2 {
    font-size: calc(22px + 8 * (100vw - 576px) / (1110 - 576));
  }

  .sm_mx_0 {
    margin-right: 0;
    margin-left: 0;
  }

  .sm_mt_0 {
    margin-top: 0;
  }

  .sm_mb_0 {
    margin-bottom: 0;
  }

  .sm_mb_1 {
    margin-bottom: 1rem;
  }

  .sm_ml_auto {
    margin-left: auto;
  }

  .sm_ml_05 {
    margin-left: 0.5rem;
  }

  .sm_mr_05 {
    margin-right: 0.5rem;
  }

  .sm_mx_0 {
    margin-right: 0;
    margin-left: 0;
  }

  .sm_pb_0 {
    padding-bottom: 0;
  }

  .sm_pl_05 {
    padding-left: 0.5rem;
  }

  .sm_block {
    display: block;
  }

  .sm_radius_0 {
    border-radius: 0;
  }

  .sm_border_bottom_green_dotted {
    border-bottom: #2b9348 5px dotted;
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .md_inline_block {
    display: inline-block;
  }

  .md_d_flex {
    display: flex;
  }

  .md_row {
    flex-direction: row;
  }

  .md_wrap {
    flex-wrap: wrap;
  }

  .md_justify_between {
    justify-content: space-between;
  }

  .md_justify_center {
    justify-content: center;
  }

  .md_col2 {
    width: calc(100% / 2 - 8px);
  }

  .md_col3 {
    width: calc(100% / 3 - 8px);
  }

  .md_col5 {
    width: calc(100% / 5 - 5px);
  }

  .md_col2_w_40 {
    width: calc(228.48px + 119.12 * (100vw - 768px) / (1110 - 768));
    max-width: 347.6px;
    height: auto;
  }

  .md_block {
    display: block;
  }

  .md_w_100 {
    width: 100%;
  }

  .md_w_90 {
    width: 90%;
  }

  .md_w_80 {
    width: 80%;

  }

  .md_w_60 {
    width: 60%;
  }

  .md_w_50 {
    width: 50%;
  }

  .md_d_none {
    display: none;
  }

  .md_d_block {
    display: block;
  }

  .md_right {
    text-align: right;
  }

  .md_left {
    text-align: left;
  }

  .md_center {
    text-align: center;
  }

  .md_border_bottom_green_dotted {
    border-bottom: #2b9348 5px dotted;
    padding-bottom: 2rem;
  }

  .green_button {
    padding: 16px;
    font-size: 30px;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }

  .md_p_0 {
    padding: 0;
  }

  .md_mb_0 {
    margin-bottom: 0;
  }

  .md_mb_2 {
    margin-bottom: 2rem;
  }

  .md_mb_3 {
    margin-bottom: 3rem;
  }

  .md_mt_0 {
    margin-top: 0;
  }

  .md_mt_2 {
    margin-top: 2rem;
  }

  .md_mt_70 {
    margin-top: 4.375rem;
  }

  .md_mr_auto {
    margin-right: auto;
  }

  .md_ml_0 {
    margin-left: 0;
  }

  .md_mx_0 {
    margin-right: 0;
    margin-left: 0;
  }

  .md_my_2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md_mb_2 {
    margin-bottom: 2rem;
  }

  .md_mb_70 {
    margin-bottom: 4.375rem;
  }

  .md_my_70 {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  .md_px_2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md_pl_3 {
    padding-left: 3rem;
  }

  .md_py_1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md_py_2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md_py_70 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .md_mx_auto {
    margin-right: auto;
    margin-left: auto;
  }

  .md_px_0 {
    padding-right: 0;
    padding-left: 0;
  }

  .md_px_05 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .md_pt_70 {
    padding-top: 4.375rem;
  }

  .md_pb_2 {
    padding-bottom: 2rem;
  }

  .md_pb_70 {
    padding-bottom: 4.375rem;
  }
}

@media screen and (min-width: 1110px) {
  html body {
    font-size: 20px;
  }

  .lg_row {
    flex-direction: row;
  }

  .lg_justify_center {
    justify-content: center;
  }

  .lg_col3 {
    width: calc(100% / 3 - 8px);
  }

  .lg_inline_block {
    display: inline-block;
  }

  .is_big {
    font-size: 24px;
  }

  .is_big_1 {
    font-size: 28px;
  }

  .is_big_2 {
    font-size: 32px;
  }

  .is_big_3 {
    font-size: 36px;
  }

  .is_big_4 {
    font-size: 40px;
  }

  .is_big_5 {
    font-size: 42px
  }

  .is_big_ttl {
    font-size: 70px;
  }

  .sm_is_big_2 {
    font-size: 30px;
  }

  .lg_px_2 {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .lg_mb_0 {
    margin-bottom: 0;
  }

  .lg_mb_70 {
    margin-bottom: 70px;
  }
}

/* ============================= ヘッダー ============================= */

.nav-form-container figure {
  max-width: 214px;
  width: calc(128.69px + 85.31 * (100vw - 375px) / (768 - 375));
  height: auto;
}

.nav-phone,
.nav-line,
.nav-mail {
  display: none;
}

.headerline_1 {
  font-size: 12px;
  padding: 5px 0;
}

.hamburger {
  display: block;
  position: fixed;
  right: 0;
  top: 35px;
  width: 50px;
  height: 10px;
  cursor: pointer;
  z-index: 900;
  padding: 35px;
  border-radius: 6px;
}

.hamburger__line {
  position: absolute;
  width: 50px;
  height: 4px;
  right: 10px;
  border-radius: 6px;
  background-color: #2b9348;
  transition: all 0.5s;
  display: block;
}

.hamburger__line--1 {
  top: 20px;
}

.hamburger__line--2 {
  top: 35px;
}

.hamburger__line--3 {
  top: 50px;
}

.scroll_sm {
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: initial;
  border-radius: 0 0 10% 10%;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.4);
  background: rgba(255, 255, 255, 0.8);
  margin-top: 0;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 33px;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 33px;
}

/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
  position: fixed;
  right: -100%;
  /*ハンバーガーがクリックされる前はWindow右側に隠す*/
  top: 0;
  width: 100%;
  /* 出てくるスライドメニューの幅 */
  height: 100vh;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto;
  /* メニューが多くなったらスクロールできるように */
}

.sp-nav .nav_sm {
  margin: 0;
  display: block;
  max-width: 100vw;
  height: 100vh;
  text-align: center;
  background-color: #f0fcf9;
  padding-top: 110px;
}

.sp-nav .nav_sm .nav_sm_list {
  display: block;
  margin-top: 32px;
  border-bottom: #ccc 1px solid;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

.sp-nav .nav_sm .nav_sm_list a {
  text-decoration: none;
  color: #333;
}

.sp-nav .nav_sm .nav_sm_list:nth-child(2) {
  display: block;
}

.sp-nav .nav_sm .nav_sm_list:last-child {
  border-bottom: none;
}

.sp-nav .nav_sm .nav_sm_list a::after {
  width: 8px;
  height: 14px;
  right: 5.3vw;
  content: "";
  background-image: url("imgs/right_yazirushi.png");
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  right: 0;
}

/* 
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}

#nav_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f0fcf9;
  z-index: 9999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.open #nav_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f0fcf9;
  z-index: 9999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.header_nav {
  display: none;
}

.sp-nav {
  display: block;
}

@media screen and (min-width: 768px) {
  .nav_wrapper {
    display: none;
  }

  .header_nav {
    display: block;
  }

  .nav-form-container figure {
    max-width: 214px;
    width: calc(173.025px + 249.75 * (100vw - 769px) / (1110 - 769));
    height: auto;
  }

  .nav-form-container {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }

  .form_button {
    display: flex;
    margin-left: auto;
  }

  .nav-phone,
  .nav-line,
  .nav-mail {
    display: block;
  }

  .nav-phone p,
  .nav-line p,
  .nav-mail p {
    display: flex;
    justify-content: flex-end;
  }

  .nav-phone p {
    flex-direction: column;
    text-align: center;
    background-color: #2b9348;
    border-radius: 10px;
    color: #fff;
    padding: 10px 10px;
    font-weight: bold;
    font-size: 16px;
    margin-right: 5px;
  }

  .nav-line p {
    text-align: center;
    background-color: #00c300;
    border-radius: 10px;
    color: #fff;
    padding: 10px 10px;
    font-weight: bold;
    height: 74.38px;
    align-items: center;
    font-size: 16px;
    margin-right: 5px;
  }

  .nav-mail p {
    text-align: center;
    background-color: #004fff;
    border-radius: 10px;
    color: #fff;
    padding: 10px 10px;
    font-weight: bold;
    height: 74.38px;
    align-items: center;
    margin: 0;
    font-size: 16px;
  }

  .header_nav ul li a {
    text-decoration: none;
    color: inherit;
  }

  .header_nav ul li {
    font-size: calc(14px + 2 * (100vw - 768px) / (1110 - 768));
  }

  .scroll {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    animation-name: anime;
    animation-duration: 0.3s;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }

  .scroll ul {
    align-items: center;
    padding: 5px 0;
    max-width: 1110px;
    width: 90%;
    margin: 0 auto;
  }

  .scroll ul li {
    font-size: calc(12px + 2 * (100vw - 768px) / (1110 - 768));
  }

  .scroll ul li figure {
    width: calc(103.815px + 46.035 * (100vw - 769px) / (1110 - 769));
    max-width: 214px;
    height: auto;
  }

  .scroll ul li:first-child {
    display: block;
  }

  @keyframes anime {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }
}

@media screen and (min-width: 1110px) {

  .scroll ul li,
  .header_nav ul li {
    font-size: 16px;
  }

  .scroll ul li figure {
    width: 149.8px;
  }
}

/* ============================= ファーストビュー ============================= */

.bg_gradient_phone ul {
  box-shadow: 0 7px #777;
}

.bg_gradient_phone {
  padding-bottom: 37px;
}

.bg_gradient_heroimage {
  background: linear-gradient(#f0fcf9 20%, rgba(253, 201, 33, 0.6), #2b9348);
}

.bg_gradient_phone figure {
  max-width: 80px;
  width: calc(70px + 10 * (100vw - 576px) / (1110 - 576));
  height: auto;
}

.bg_gradient_phone p {
  border-bottom: none;
  font-size: calc(20px + 6 * (100vw - 375px) / (767 - 375));
}

.bg_gradient_phone ul li span {
  font-size: calc(28px + 10 * (100vw - 375px) / (767 - 375));
  font-family: 'Lato';
  font-weight: 900;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .bg_gradient_phone p {
    font-size: calc(18px + 6 * (100vw - 768px) / (1110 - 768));
  }

  .bg_gradient_phone .number {
    font-size: calc(36px + 10 * (100vw - 768px) / (1110 - 768));
  }
}

@media screen and (min-width: 1110px) {
  .bg_gradient_phone p {
    font-size: 24px;
  }

  .bg_gradient_phone .number {
    font-size: 46px;
  }
}

/* ============================= トップ5つのポイント ============================= */

.top_point_contents {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(14, 162, 109, 1) 5px, rgba(14, 162, 109, 1) 10px);
}

@media screen and (min-width: 768px) {
  .top_point_list li .custom_font_size {
    font-size: calc(18px + 6 * (100vw - 768px) / (1110 - 768));
  }
}

@media screen and (min-width: 1110px) {
  .top_point_list li .custom_font_size {
    font-size: 24px;
  }
}

/* ============================= 口コミ ============================= */

.banner_sm {
  margin-top: calc(18.75px + 19.59 * (100vw - 375px) / (767 - 375));
  margin-bottom: calc(18.75px + 19.59 * (100vw - 375px) / (767 - 375));
}

@media screen and (min-width: 768px) {
  .banner_pc {
    max-width: 1110px;
    margin-top: calc(38.41px + 17.09 * (100vw - 768px) / (1110 - 768));
    margin-bottom: calc(38.41px + 17.09 * (100vw - 768px) / (1110 - 768));
  }
}

@media screen and (min-width: 1110px) {
  .banner_pc {
    margin-top: 55.5px;
    margin-bottom: 55.5px;
  }
}

/* ================================== パック料金 ================================== */

.price_card_txt {
  width: calc(168.75px + 168.75 * (100vw - 375px) / (767 - 375));
  display: block;
}

.price_ttl {
  background-color: #2b9348;
  border-radius: 0 50px 50px 0;
  padding: calc(14px + 6 * (100vw - 375px) / (767 - 375));
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: calc(16px + 20 * (100vw - 375px) / (767 - 375));
}

.price_container li dl dt figure {
  width: calc(207.36px + 69.12 * (100vw - 576px) / (767 - 576));
  height: auto;
}

.price {
  font-size: calc(32px + 38 * (100vw - 375px) / (767 - 375));
}

.price_container li dl dt p {
  line-height: 1.3;
  font-size: calc(16px + 10 * (100vw - 375px) / (767 - 375));
}

@media screen and (min-width: 768px) {
  .price_card_txt {
    max-width: 241.75px;
    width: calc(164.8px + 76.95 * (100vw - 768px) / (1110 - 768));
  }

  .price_ttl {
    padding: calc(14px + 8 * (100vw - 768px) / (1110 - 768));
    font-size: calc(16px + 6 * (100vw - 768px) / (1110 - 768));
  }

  .price_container li dl dt figure {
    max-width: 193.4px;
    width: calc(131.84px + 61.56 * (100vw - 768px) / (1110 - 768));
  }

  .price {
    font-size: calc(32px + 32 * (100vw - 768px) / (1110 - 768));
  }

  .price_container li dl dt p {
    font-size: calc(16px + 8 * (100vw - 768px) / (1110 - 768));
  }
}

@media screen and (min-width: 1110px) {
  .price_ttl {
    padding: 20px;
    font-size: 22px;
  }

  .price_container li dl dt p {
    font-size: 24px;
  }

  .price {
    font-size: 52px;
  }
}

/* ============================= トップフォーム ============================= */

.ballon_line,
.balloon_mail,
.baloon_phone {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0 5px;
  width: calc(90px + 40 * (100vw - 375px) / (1110 - 375));
  max-width: 130px;
  height: calc(90px + 40 * (100vw - 375px) / (1110 - 375));
  max-height: 130px;
  line-height: 90px;
  text-align: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 16px;
  box-sizing: border-box;
}

.ballon_line p,
.baloon_phone p,
.balloon_mail p {
  font-size: calc(20px + 14 * (100vw - 375px) / (1110 - 375));
  position: relative;
  top: calc(0px + 18 * (100vw - 375px) / (1110 - 375));
}

.ballon_line:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #00c300;
  z-index: 0;
}

.baloon_phone:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #2b9348;
  z-index: 0;
}

.balloon_mail:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #004fff;
  z-index: 0;
}

.phone_button {
  box-shadow: 0 10px 0 #007922;
  transition: 0.4s;
}

.phone_button:hover {
  transform: translateY(4px);
  box-shadow: 0 0 0 #a70000;
}

.line_button {
  border: #00c300 4px solid;
  box-shadow: 0 10px 0 #008600;
  transition: 0.4s;
}

.line_button:hover {
  transform: translateY(4px);
  box-shadow: 0 0 0 #008600;
}

.form_line_mail {
  font-size: calc(20px + 20 * (100vw - 375px) / (768 - 375));
  margin: 0 auto;
  font-weight: bold;
}

.mail_button {
  border: #004fff 5px solid;
  box-shadow: 0 10px 0 #372b93;
  transition: 0.4s;
}

.mail_button:hover {
  transform: translateY(4px);
  box-shadow: 0 0 0 #372b93;
}

.form_icon {
  width: calc(50.625px + 53.055 * (100vw - 375px) / (768 - 375));
  height: auto;
}

dl.cashless_container dt {
  font-size: calc(16px + 14 * (100vw - 375px) / (1110 - 375));
}

.cashless_container dd {
  max-width: 549.45px;
}

@media screen and (min-width: 768px) {
  .form_line_mail {
    font-size: calc(20px + 10 * (100vw - 769px) / (1110 - 769));
  }

  .form_icon {
    max-width: 83.9px;
    width: calc(53.21px + 30.69 * (100vw - 769px) / (1110 - 769));
  }
}

@media screen and (min-width: 1110px) {
  .form_ttl {
    font-size: 34px;
  }

  .form_ttl_big {
    font-size: 38px;
  }

  .balloon {
    font-size: 24px;
  }

  .top-nam {
    font-size: 70px;
  }

  .muryo-sodan {
    font-size: 38px;
  }

  dl.cashless_container dt {
    font-size: 30px;
  }

  .form_line_mail {
    font-size: 30px;
  }

  .ballon_line p,
  .baloon_phone p,
  .balloon_mail p {
    font-size: 34px;
    top: 18px;
  }
}

/* ============================= トップ悩み ============================= */

.top_bg_img {
  position: relative;
  padding: 48px 0;
  background: url("imgs/bg-nayami.jpg");
  background-size: cover;
  background-position: center;
  margin-top: 48px;
}

.top_bg_img::after {
  content: "";
  position: absolute;
  top: 97%;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 30px solid #2b9348;
  z-index: 1;
}

.top_bg_img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  left: 0;
}

.top_nayami_container dl dt {
  width: calc(103.68px + 34.38 * (100vw - 576px) / (767 - 576));
  height: auto;
}

.bg_kaiketsu_img {
  position: relative;
  background: url("imgs/top-nayami-bg.png");
  background-size: cover;
  background-position: center;
  padding: 48px 0;
}

.bg_kaiketsu_img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg_ttl {
  background: rgba(229, 250, 244, 0.7);
}

@media screen and (min-width: 768px) {
  .top_nayami_container dl dt {
    max-width: 99.9px;
    width: calc(69.21px + 30.69 * (100vw - 768px) / (1110 - 768));
    height: auto;
  }

  .top_nayami_container dl dd {
    font-size: calc(16px + 8 * (100vw - 768px) / (1110 - 768));
  }
}

@media screen and (min-width: 1110px) {
  .top_nayami_container dl dd {
    font-size: 24px;
  }
}

/* ================================== サービス紹介 ================================== */

.content_space .top_service_contents li dl .service_image {
  width: calc(299px + 357 * (100vw - 375px) / (768 - 375) - var(--webkit-scrollbar));
  height: auto;
}

.content_space .top_service_contents li dl dd .ttl {
  border-radius: 0 50px 50px 0;
  position: relative;
  bottom: 30px;
  right: 16px;
}

.underline_button {
  font-size: calc(18px + 6 * (100vw - 375px) / (1110 - 375));
  font-weight: bold;
  color: green;
  padding-bottom: 1rem;
  margin-top: 2rem;
  display: flex;
  width: 100%;
  align-items: center;
  border-bottom: #2b9348 3px solid;
  transition: transform 0.3s ease;
}

.top_service_ichiran_botton:hover {
  transform: translateY(-5px);
}

@media screen and (min-width: 768px) {
  .content_space .top_service_contents li dl .service_image {
    max-width: 495px;
    width: calc(291px + 153.9 * (100vw - 769px) / (1110 - 769)) - var(--webkit-scrollbar);
    height: auto;
  }
}

@media screen and (min-width: 1110px) {
  .underline_button {
    font-size: 24px;
  }
}

/* ================================== 比較テーブル ================================== */

.hikaku_table {
  width: 1110px;
  border-collapse: collapse;
  text-align: center;
}

.table_wrapper::-webkit-scrollbar {
  display: none;
}

.hikaku_table th.fixed01 {
  height: 100px;
  font-weight: bold;
}

.hikaku_table thead th.fixed01,
.hikaku_table tbody td.fixed01 {
  left: 0;
  background-color: #aaa;
  z-index: 2;
  width: 150px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  height: 100px;
}

.hikaku_table tbody th {
  background-color: #f5f5f5;
}

.hikaku_table th.fixed01 {
  top: 0;
}

.hikaku_table tbody td.fixed01 {
  background-color: inherit;
}

.hikaku_table th,
.hikaku_table td {
  padding: 5px;
  border: 3px solid #ccc;
  font-weight: bold;
  font-size: 18px;
  background-color: #fff;
}

.hikaku_table thead tr th:nth-child(2) {
  background-color: #2b9348;
  font-weight: bold;
  color: #fff;
  font-size: 36px;
}

.hikaku_table thead tr th:nth-child(3),
.hikaku_table thead tr th:nth-child(4) {
  background-color: #eee;
  font-weight: bold;
  color: #333;
  font-size: 36px;
}

.hikaku_table tbody tr td:nth-child(2) {
  font-weight: bold;
  font-size: 22px;
  background-color: #fff;
}

.hikaku_table thead tr th:nth-child(2),
.hikaku_table tbody tr td:nth-child(2) {
  border: #2b9348 5px solid;
  font-weight: bold;
}

@media screen and (min-width: 1173px) {
  .scroll_txt {
    display: none;
  }
}

/* ================================== キャッシュレス ================================== */

.cashless_font {
  font-size: calc(16px + 14 * (100vw - 375px) / (1110 - 375));
}

@media screen and (min-width: 768px) {
  .cashless_card {
    width: 70%;
    height: auto;
    margin: 0 auto;
  }
}

/* ================================== トップ質問 ================================== */

.qa-005,
.qa-006 {
  border-bottom: 3px dotted #d6dde3;
}

.qa-006 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  font-weight: 600;
  cursor: pointer;
}

.qa-005 summary {
  padding: 0 2em 1em 3em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-weight: 600;
  cursor: pointer;
}

.content_space summary:nth-child(3) {
  padding-top: 0;
}

.qa-005 summary::before,
.qa-005 p::before,
.qa-006 summary::before,
.qa-006 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}

.qa-005 summary::before,
.qa-006 summary::before {
  color: #2b9348;
  content: "Q";
}

.qa-005 summary::after,
.qa-006 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: "";
  transition: transform 0.5s;
}

.qa-005[open] summary::after,
.qa-006[open] summary::after {
  transform: rotate(225deg);
}

.qa-005 p,
.qa-006 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 3em 1.5em;
  color: #333;
  transition: transform 0.5s, opacity 0.5s;
  font-size: 18px;
}

.qa-005[open] p,
.qa-006[open] p {
  transform: none;
  opacity: 1;
}

.qa-005 p::before,
.qa-006 p::before {
  color: #ff8d8d;
  line-height: 1.2;
  content: "A";
}

/* ================================== お客様の声 ================================== */

.customer_voice figure {
  max-width: 57px;
  width: calc(37px + 20 * (100vw - 375px) / (576 - 375));
  height: auto;
}

.customer_voice p {
  font-size: 14px;
}

.customer_voice div .arrow {
  content: "";
  position: relative;
  top: 35%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right: #f0fcf9 20px solid;
}

@media screen and (min-width: 576px) {
  .customer_voice div .arrow {
    top: 30%;
  }
}

@media screen and (min-width: 768px) {
  .customer_voice p {
    font-size: 16px;
  }
}

/* ================================== フッター ================================== */

.foot_list li a p {
  border-bottom: #2b9348 solid 1px;
  padding: 0 0 16px 8px;
  font-size: calc(14px + 7 * (100vw - 375px) / (1110 - 375));
}

.foot_list li p.list_item::before {
  content: "・";
}

.foot {
  margin-bottom: calc(79.19px + 51.4 * (100vw - 375px) / (692 - 375));
}

@media screen and (min-width: 693px) {
  .foot {
    margin-bottom: calc(94.36px + 5.23 * (100vw - 693px) / (1110 - 693));
  }

  .foot_list {
    width: calc(100% / 2 - 32px);
  }
}

@media screen and (min-width: 1110px) {
  .foot {
    margin-bottom: 99.59px;
  }

  .foot_list li a p {
    font-size: 21px;
  }
}

/* ================================== 固定フッター================================== */

.ft_fixed_sm {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.phone_sm {
  width: 55%;
}

.phone_sm a div figure {
  width: calc(41.56px + 43.59 * (100vw - 375px) / (692 - 375));
  height: auto;
  align-items: bottom;
}

.phone_sm a div p {
  font-size: calc(18px + 16 * (100vw - 375px) / (692 - 375));
}

.line_sm {
  width: 22.5%;
}

.line_sm p {
  font-size: calc(14px + 10 * (100vw - 375px) / (692 - 375));
}

.line_sm figure {
  width: calc(45px + 38 * (100vw - 375px) / (692 - 375));
  height: auto;
  margin: 0 auto;
}

.mail_sm {
  width: 22.5%;
}

.mail_sm p {
  font-size: calc(12px + 10 * (100vw - 375px) / (692 - 375));
}

.mail_sm figure {
  width: calc(45px + 38 * (100vw - 375px) / (692 - 375));
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 693px) {
  .ft_fixed_sm {
    display: none;
  }

  .ft_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: #fdc921;
  }

  .ft_form ul li.ft_phone a {
    line-height: 1.3;
    display: flex;
    align-items: center;
  }

  .ft_form ul li.ft_phone figure {
    max-width: 99.92px;
    width: 62.37px;
    height: auto;
  }

  .ft_form ul li.ft_phone p {
    text-align: left;
  }

  .ft_form ul li.ft_line {
    display: flex;
    border: #00c300 4px solid;
    border-radius: 16px;
    font-weight: bold;
    background-color: white;
    color: #00c300;
    font-size: 16px;
    align-items: center;
  }

  .ft_form ul li.ft_line a figure {
    max-width: 49.95px;
    width: 31.18px;
    height: auto;
    margin: 0 auto;
  }

  .ft_form ul li.ft_mail {
    display: flex;
    border: #004fff 4px solid;
    border-radius: 16px;
    font-weight: bold;
    background-color: white;
    color: #004fff;
    font-size: 16px;
    align-items: center;
  }

  .ft_form ul li.ft_mail a figure {
    max-width: 49.95px;
    width: 31.18px;
    height: auto;
    margin: 0 auto;
  }

  .ft_form ul li.ft_line a,
  .ft_form ul li.ft_mail a {
    display: block;
    align-items: center;
  }
}

/* ================================== ポイント紹介 ================================== */

@media screen and (min-width: 768px) {
  .border_bg_green_ttl {
    position: relative;
    width: 97%;
    margin-left: auto;
  }

  .border_bg_green_ttl h3 {
    position: relative;
    right: 4%;
    border-radius: 50px 0 0 50px;
    width: 104%;
  }

  .border_bg_green_ttl li figure {
    position: absolute;
    right: 16px;
    top: 80px;
    width: calc(241.92px + 107.73 * (100vw - 768px) / (1110 - 768));
    max-width: 349.65px;
    height: auto;
  }
}

/* ================================== フォーム ================================== */

input,
textarea {
  margin-top: 1rem;
  width: 100%;
}

.form_btn {
  display: flex;
  justify-content: center;
  text-align: center;
  border: #2b9348 solid 2px;
  border-radius: 50px;
  padding: 15px;
  color: #2b9348;
  font-weight: bold;
  margin: 36px auto 16px;
  font-size: 24px;
  background-color: #fff;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .form_btn {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}

/* ================================== 固定：サービス内容 ================================== */

@media screen and (min-width: 768px) {

  .service_content dt,
  .service_content dd {
    width: calc(100% / 2 - 32px);
  }
}

/* ================================== 固定：粗大ごみ ================================== */

.reasons_list li dl dt p .costum_font {
  font-size: calc(20px + 13 * (100vw - 375px) / (767 - 375));
}

.reasons_list li dl dt figure {
  width: calc(136.572px + 142.98 * (100vw - 375px) / (767 - 375));
  height: auto;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .reasons_list li dl dt p .costum_font {
    font-size: calc(21px + 6 * (100vw - 768px) / (1110 - 768));
  }

  .reasons_list li dl dt figure {
    width: calc(214.4px + 102.6 * (100vw - 768px) / (1110 - 768)) - var(--webkit-scrollbar);
    max-width: 354px;
    height: auto;
  }

  .reasons_list li dl dt figure img {
    border-radius: inherit;
  }

  .sodai_ba figure {
    max-width: 483.5px;
    width: calc(329.6px + 153.9 * (100vw - 768px) / (1110 - 768));
    height: auto;
  }

  .sodai_service_contents dt {
    max-width: 499.55px;
    width: calc(311.04px + 138.51 * (100vw - 768px) / (1110 - 768));
    height: auto;
  }
}

@media screen and (min-width: 1110px) {
  .reasons_list li dl dt p {
    font-size: 22px;
  }

  .reasons_list li dl dt p .costum_font {
    font-size: 27px;
  }
}

/* ================================== 固定：コラム ================================== */

.blog_card {
  border-radius: 16px;
  transition-duration: 0.3s;
  box-shadow: 3px 3px 2px rgba(51, 51, 51, 0.2);
  background-color: #fff;
}

.blog_card:last-child {
  margin-bottom: 0;
}

.blog_card:hover {
  transform: translateY(-5px);
  box-shadow: 4px 4px 2px rgba(51, 51, 51, 0.4);
}

.blog_card h3 {
  font-size: 18px;
}

.blog_txt {
  border-top: #2b9348 3px dotted;
  font-size: 16px;
}

@media screen and (min-width: 567px) {
  .blog_card:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .blog_card:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }
}

/* ================================== 記事 ================================== */

.toc {
  background-color: #f9f9f9;
  padding: 15px;
  margin-bottom: 48px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}

.toc ul {
  list-style-type: none;
  padding-left: 15px;
}

.toc ul ul {
  margin-top: 15px;
  margin-bottom: 15px;
}

.toc li {
  margin-bottom: 10px;
  font-weight: bold;
}

.toc ul ul li {
  font-weight: normal;
}

.toc ul ul li::before {
  content: "・";
  font-weight: bold;
  color: #2b9348;
}

.toc a:hover {
  text-decoration: underline;
}

.entry_content {
  line-height: 2.4;
}

.entry_content ul.bullet_points {
  margin: 70px 0;
  color: #2b9348;
  border-top: solid #2b9348 2px;
  border-bottom: solid #2b9348 2px;
  padding: 2rem 0 2rem 1rem;
}

.entry_content ul.bullet_points li {
  font-weight: bold;
  margin-bottom: 32px;
}

.entry_content ul.bullet_points li:last-child {
  margin-bottom: 0;
}

.entry_content ul.bullet_points li::before {
  content: "・";
  color: #2b9348;
}

.entry_content p {
  margin-bottom: 48px;
}

.entry_content a {
  color: #0000ff;
  text-decoration: underline;
}

.entry_content h2 {
  font-size: calc(18px + 10 * (100vw - 375px) / (1110 - 375));
  font-weight: bold;
  border-left: #2b9348 15px solid;
  padding: 1.5em 1em 1.5em .5em;
  background-color: #f8f8f8;
  margin: 48px 0;
}

.entry_content h3 {
  font-size: calc(17px + 9 * (100vw - 375px) / (1110 - 375));
  font-weight: bold;
  border-left: #2b9348 10px solid;
  padding: .4em .8em;
  margin: 48px 0;
}

.entry_content h4 {
  font-size: calc(16px + 10 * (100vw - 375px) / (1110 - 375));
  font-weight: bold;
  margin: 48px 0;
  padding-left: .8em;
}

.entry_content h4::before {
  padding-right: 16px;
}

.entry_content table {
  width: 100%;
  margin: 48px 0;
}

.entry_content table thead tr th {
  border: #2b9348 2px solid;
  text-align: center;
  font-weight: 900;
  font-size: calc(16px + 10 * (100vw - 375px) / (1110 - 375));
  background-color: #f0fcf9;
  padding: 10px;
}

.entry_content table tbody tr th {
  border: #2b9348 2px solid;
  padding: 10px;
  border-radius: 10%;
  text-align: center;
  font-size: calc(16px + 8 * (100vw - 375px) / (1110 - 375));
  font-weight: bold;
}

.entry_content table tbody tr td {
  border: #2b9348 2px solid;
  border-radius: 10px;
  border-radius: 10%;
  font-size: calc(16px + 8 * (100vw - 375px) / (1110 - 375));
}

.entry_content dl {
  background-color: #f8f8f8;
  border: #2b9348 2px dotted;
  margin-bottom: 48px;
}

.entry_content dl dt {
  font-weight: bold;
  font-size: calc(16px + 8 * (100vw - 375px) / (1110 - 375));
  padding: 20px;
  color: #2b9348;
}

.entry_content dl dd {
  content: "・";
  font-size: calc(16px + 8 * (100vw - 375px) / (1110 - 375));
  padding: 0 20px;
}

.entry_content dl dd:last-child {
  margin-bottom: 20px;
}

.entry_content dl dd::before {
  content: "・";
}

.entry_content img {
  width: 100%;
  height: auto;
  margin-bottom: 48px;
}

@media screen and (min-width: 768px) {

  .entry_content img,
  .entry_content p,
  .entry_content dl {
    margin-bottom: 70px;
  }

  .entry_content_h1 {
    margin: 70px 0 16px 0;
  }

  .entry_content h2,
  .entry_content h3,
  .entry_content h4,
  .entry_content table {
    margin: 70px 0;
  }

  .entry_content dl dt {
    padding: 40px;
  }

  .entry_content dl dd {
    padding: 0 40px;
  }

  .entry_content ul.bullet_points {
    margin: 70px 0;
    padding: 70px 0;
  }

  .entry_content dl dd:last-child {
    margin-bottom: 40px;
  }
}

/* ================================== 固定：よくある質問 ================================== */

.question li h3::before {
  content: "Q.";
  color: white;
  margin-right: 16px;
  font-size: calc(22px + 10 * (100vw - 375px) / (1110 - 375));
}

.question li p::before {
  content: "A.";
  color: #2b9348;
  margin-right: 16px;
  font-weight: bold;
  font-size: calc(22px + 10 * (100vw - 375px) / (1110 - 375));
}

@media screen and (min-width: 1110px) {
  .question li h3::before {
    font-size: 32px;
  }

  .question li p::before {
    font-size: 32px;
  }
}

/* ================================== 固定：ゴミ屋敷================================== */

.page_gomi_contents figure,
.other_service figure {
  width: calc(486.4px + 171.9 * (100vw - 576px) / (767 - 576)) - var(--webkit-scrollbar);
  height: auto;
}

@media screen and (min-width: 768px) {

  .page_gomi_contents figure,
  .other_service figure {
    width: calc(244.48px + 123.12 * (100vw - 768px) / (1110 - 768));
    max-width: 367.6px;
  }

  .page_gomi_contents li,
  .other_service li {
    width: 55%;
  }
}

/* ================================== 固定：買取================================== */

.bg_img {
  position: relative;
  padding: 48px 0;
  background: url("imgs/bg_worry.jpg");
  background-size: cover;
  background-position: center;
  margin-top: 48px;
}

.bg_img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  left: 0;
}

.buying_worry dl dd::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 50px 0 50px;
  border-color: #2b9348 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
  margin: auto;
}

/* ================================== 固定：料金 ================================== */

.price_circle_contents_mitsumori,
.price_circle_contents_cancel,
.price_circle_contents_tsuikahiyo {
  width: 337.5px;
  height: 337.5px;
  border-radius: 50%;
  border: #2b9348 solid 4px;
}

.price_circle_contents_mitsumori h4,
.price_circle_contents_cancel h4,
.price_circle_contents_tsuikahiyo h4 {
  font-size: 20px;
}

.price_circle_contents_mitsumori p:nth-child(2),
.price_circle_contents_cancel p:nth-child(2),
.price_circle_contents_tsuikahiyo p:nth-child(2) {
  font-size: 24px;
}

.price_circle_contents_mitsumori p:last-child,
.price_circle_contents_cancel p:last-child,
.price_circle_contents_tsuikahiyo p:last-child {
  font-size: 16px;
}

.price_circle_contents_cancel {
  position: relative;
  bottom: 32px;
}

.price_circle_contents_tsuikahiyo {
  position: relative;
  bottom: 64px;
}

.price_table {
  width: 518.4px;
}

.price_table thead tr th,
.price_table tbody tr th,
.price_sticky_txt {
  position: sticky;
  left: 0;
}

.price_table,
.price_table thead tr th,
.price_table thead tr td,
.price_table tbody tr th,
.price_table tbody tr td {
  border: #2b9348 solid 1px;
  padding: 0.5rem;
}

.price_service_list li figure {
  width: calc(160.75px + 90.45 * (100vw - 375px) / (576 - 375));
  height: calc(160.75px + 90.45 * (100vw - 375px) / (576 - 375));
}

.price_service_list li figure img {
  width: calc(112.5px + 63.34 * (100vw - 375px) / (576 - 375));
  height: auto;
}

@media screen and (min-width: 576px) {
  .price_table {
    width: 100%;
  }

  .price_service_list li figure {
    width: calc(164.8px + 57.6 * (100vw - 576px) / (768 - 576));
    height: calc(164.8px + 57.6 * (100vw - 576px) / (768 - 576));
    max-width: 222.4px;
    max-height: 222.4px;
  }

  .price_service_list li figure img {
    width: calc(115.36px + 40.32 * (100vw - 576px) / (768 - 576));
    max-width: 155.68px;
    height: auto;
  }
}

@media screen and (min-width: 768px) {

  .price_circle_contents_mitsumori,
  .price_circle_contents_cancel,
  .price_circle_contents_tsuikahiyo {
    width: 345.6px;
    height: 345.6px;
  }

  .price_circle_contents_cancel {
    bottom: 0;
  }
}

@media screen and (min-width: 1110px) {

  .price_circle_contents_mitsumori,
  .price_circle_contents_cancel,
  .price_circle_contents_tsuikahiyo {
    width: 333px;
    height: 333px;
  }

  .price_circle_contents_mitsumori {
    position: relative;
    left: 20px;
  }

  .price_circle_contents_cancel {
    bottom: 0;
  }

  .price_circle_contents_tsuikahiyo {
    bottom: 0;
    right: 20px;
  }
}

/* ================================== 対応エリア ================================== */
/* スマホ */
.sm_area_list {
  display: none;
  background-color: #fff;
  justify-content: space-around;
  padding: 32px 0;
}

.sm_area_list li {
  font-size: 18px;
  font-weight: bold;
  border-bottom: #2b9348 2px solid;
  color: #2b9348;
  display: flex;
  align-items: center;
}

.sm_area_list li img {
  margin-left: 16px;
}

/* pc */
.area_list {
  display: none;
  max-width: 1110px;
  width: 90%;
  margin: 0 auto;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: calc(170px + 12 * (100vw - 768px) / (1110 - 768));
  z-index: 100;
  background-color: #fff;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 2px 5px rgba(51, 51, 51, 0.2);
  padding: 8px 0;
}

.area_list li {
  font-size: 18px;
  font-weight: bold;
  border-bottom: #2b9348 2px solid;
  color: #2b9348;
  display: flex;
  align-items: center;
}

.area_list li img {
  margin-left: 16px;
  vertical-align: middle;
}

.area_list_scroll {
  top: calc(49px + 20 * (100vw - 768px) / (1110 - 768));
}

@media screen and (min-width: 1110px) {
  .area_list {
    top: 182px;
  }
}

/* パンくずリスト */
.breadcrumb p {
  font-size: 14px;
  color: #999;
}

.breadcrumb p a:first-child {
  color: #0000ff;
  border-bottom: #0000ff 2px solid;
  font-size: 16px;
}

/* 目次 */
div#ez-toc-container {
  width: 100%;
  margin: 0 auto;
}

div#ez-toc-container .ez-toc-title-container .ez-toc-title {
  font-weight: bold;
}

div#ez-toc-container ul li a {
  padding: 8px 0;
  color: #2b9348;
}

/* トップ誘導 */
.post_contacts p.custom_font {
  font-size: calc(16px + 10 * (100vw - 375px) / (767 - 375));
}

.post_contacts span.custom_font {
  font-size: calc(24px + 24 * (100vw - 375px) / (767 - 375));
}

.post_contacts figure {
  max-width: 100px;
  height: auto;
}

@media screen and (min-width: 1110px) {
  .post_contacts p.custom_font {
    font-size: 28px;
  }

  .post_contacts span.custom_font {
    font-size: 60px;
  }
}