@charset "UTF-8";
/*===
  #common
  ===*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
body {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1.5;
  font-size: 16px;
  font-size: clamp(12px, 1.171vw, 16px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.main {
  overflow: hidden;
  padding-top: 97px;
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 54px;
  }
}

.l_main {
  padding-top: 96px;
}
@media screen and (max-width: 767px) {
  .l_main {
    padding-top: 53px;
  }
}

.container {
  width: 1246px;
  max-width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.container-in {
  width: 1070px;
  max-width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .container-in {
    padding: 0 20px;
  }
}

.sec_ttl_box {
  text-align: center;
}

.sec_ttl_logo {
  width: 47.83px;
  margin: 0 auto;
}

.sec_ttl {
  font-size: clamp(26px, 2.196vw, 30px);
  font-weight: 700;
  margin-top: 9px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sec_ttl {
    font-size: 26px;
    line-height: 1.23;
  }
}

.sec_sub_ttl {
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-top: -2px;
  font-family: "montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .sec_sub_ttl {
    font-size: 14px;
    margin-top: 6px;
  }
}

.sec_ttl_flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .sec_ttl_flex_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sec_ttl_flex_box .sec_ttl_flex_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .sec_ttl_flex_box .sec_ttl_flex_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.sec_ttl_flex_box .sec_ttl_logo {
  margin: 0;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .sec_ttl_flex_box .sec_ttl_logo {
    margin-right: 15px;
  }
}
.sec_ttl_flex_box .sec_ttl_flex {
  margin-top: 0;
  margin-right: 20px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sec_ttl_flex_box .sec_ttl_flex {
    font-size: 26px;
  }
}
.sec_ttl_flex_box .sec_sub_ttl {
  font-family: "montserrat", sans-serif;
}

.sec_btn {
  text-align: center;
}
.sec_btn a {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000;
  background-color: #b7ce50;
  border: 2px solid #000;
  padding: 15px 62px 17px 51px;
  border-radius: 999px;
  position: relative;
}
.sec_btn a::after {
  position: absolute;
  content: "";
  background: url(../img/arrow-icon.png) center center/cover no-repeat;
  right: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 17px;
}

.sec_btn.small a {
  padding: 5px 52px;
  font-size: 18px;
  line-height: 1.4444444444;
}

.sec_more_btn a {
  padding: 10px 79px 10px 84px;
}
.sec_more_btn a::after {
  right: 19px;
}

.published {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.1em;
  display: block;
  font-family: "din-2014", sans-serif;
  font-weight: 500;
}

.post_ttl {
  font-size: clamp(14px, 1.3177vw, 18px);
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #000;
  line-height: 1.55555;
}
@media screen and (max-width: 767px) {
  .post_ttl {
    font-size: 16px;
  }
}

.info {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 27px;
  padding: 30px 57px 35px 42px;
}
@media screen and (max-width: 767px) {
  .info {
    padding: 20px 20px 23px 20px;
  }
}

.info_btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .info_btn_wrapper {
    margin-top: 19px;
  }
}

.info_btn {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .info_btn {
    width: 49%;
  }
  .info_btn img {
    height: 47px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  .info_btn:nth-child(n+3) {
    margin-top: 5px;
  }
}

.info_txt {
  max-width: 600px;
  margin: 4px auto 0;
}
@media screen and (max-width: 767px) {
  .info_txt {
    margin-top: 17px;
  }
}

.col_num {
  background: url(../img/reason-fukidasi.png) center center/cover no-repeat;
  width: 114px;
  height: 58px;
  line-height: 45px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 5px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .col_num {
    font-size: 19px;
    width: 94px;
    height: 47.5px;
    line-height: 40px;
  }
}
.col_num span {
  font-size: 32px;
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
  .col_num span {
    font-size: 23px;
  }
}

.din {
  font-family: "din-2014", sans-serif;
}

/* ===============================================
# header
=============================================== */
/* ヘッダーとハンバーガーメニューの初期設定 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  border: 2px solid #000;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0 16px 23px;
  height: 94px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header-inner {
    height: 51px;
    padding: 9px 0 9px 10px;
  }
}

.header-inner .logo {
  width: 163.17px;
  min-width: 120px;
}
@media screen and (max-width: 767px) {
  .header-inner .logo {
    width: 83px;
    min-width: 60px;
  }
}

.header-inner nav {
  margin-left: auto;
  margin-right: 2.489vw;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .header-inner nav {
    display: none;
  }
}

.header-inner .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(10px, 2.3426vw, 32px);
}
@media screen and (max-width: 1240px) {
  .header-inner .nav-list {
    display: none;
  }
}

.header-inner .nav-list a {
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  display: block;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  height: 40px;
  line-height: 40px;
  font-size: clamp(10px, 1.098vw, 15px);
  white-space: nowrap;
}

.header-inner .nav-list a:hover {
  opacity: 0.6;
}

.nav-list .has-child > a {
  display: inline-block;
  padding-right: 20px; /* アイコン用の余白 */
  position: relative;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}

.nav-list .has-child > a::after {
  content: "+";
  position: absolute;
  right: -1px;
  top: 49%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 17px;
  cursor: pointer;
}

.nav-list .has-child.open > a::after {
  content: "ー"; /* 開いた状態のアイコン */
  position: absolute;
  right: 0;
  top: 46%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  cursor: pointer;
}

.nav-list .has-child .megaMenu {
  display: none; /* 初期状態では非表示 */
  padding: 50px 40px;
  position: absolute;
  background-color: #fff;
  border: 2px solid #000;
  top: 94px;
  left: calc(50% - 50vw);
  right: 0;
  width: 100vw;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}

.nav-list .has-child ul li {
  opacity: 0; /* 初期状態で透明 */
}

.nav-list .has-child ul li a {
  display: block;
  white-space: nowrap;
  position: relative;
  padding-right: 23px;
}
.nav-list .has-child ul li a::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow-icon.png) center center/cover no-repeat;
  width: 8px;
  height: 13px;
  right: 0;
}

.nav-list .has-child.open ul li {
  opacity: 1; /* 子要素を表示 */
}

.nav-list .has-child ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 352px;
  gap: 14px 65px;
}

.right-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 7.613vw;
  padding-right: clamp(98px, 7.613vw, 104px);
}
@media screen and (max-width: 767px) {
  .right-nav {
    padding-right: 53px;
    margin-left: auto;
  }
}
.right-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #dad10d;
  width: 104px;
  width: clamp(98px, 7.613vw, 104px);
  height: 94px;
  border-left: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .right-nav li {
    height: 51px;
    width: 54px;
  }
}
.right-nav li a {
  display: block;
  text-align: center;
}
.right-nav li a:hover {
  opacity: 0.6;
}
.right-nav li a p {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .right-nav li a p {
    font-size: 9.5px;
    letter-spacing: -0.03em;
  }
}
.right-nav .sp-header-line-icon {
  padding-top: 3px;
  background-color: #06c755;
}
.right-nav .sp-header-line-icon img {
  width: 24px;
}
.right-nav .sp-header-line-icon p {
  color: #fff;
  margin-top: 2px;
}

.header-truck {
  width: 66.53px;
  margin-bottom: 6.5px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .header-truck {
    width: 41.42px;
    margin-bottom: 3px;
    margin-top: 11px;
  }
}

.header-reserved {
  width: 44.89px;
  margin-bottom: 5px;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .header-reserved {
    width: 30px;
    margin-bottom: 3px;
  }
}

.header-contact {
  width: 37.41px;
  margin-bottom: 9.7px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .header-contact {
    width: 27px;
    margin-bottom: 4px;
  }
}

.hamburger-menu {
  position: fixed;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  z-index: 1000; /* ドロワーメニューより下に表示 */
  right: 2px;
  top: 2px;
  width: clamp(98px, 7.613vw, 104px);
  height: 94px;
  background-color: #b7ce50;
  border-left: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .hamburger-menu {
    top: 2px;
    right: 2px;
    width: 53px;
    height: 51px;
  }
}

.hamburger-menu .line {
  background-color: #000;
  width: 30px;
  height: 3px;
  border-radius: 5px;
  -webkit-transition: background-color 0.8s ease, top 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.8s ease, top 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.8s ease, top 0.3s ease;
  transition: transform 0.3s ease, background-color 0.8s ease, top 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute; /* 線を重ねて「×」を形成 */
}
@media screen and (max-width: 767px) {
  .hamburger-menu .line {
    width: 20px;
  }
}

.hamburger-menu .line:nth-child(1) {
  top: 34px;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .line:nth-child(1) {
    top: 17px;
  }
}

.hamburger-menu .line:nth-child(2) {
  top: 45px; /* ハンバーガーメニューの2本目の線の位置 */
}
@media screen and (max-width: 767px) {
  .hamburger-menu .line:nth-child(2) {
    top: 24px;
  }
}

.hamburger-menu .line:nth-child(3) {
  top: 57px; /* ハンバーガーメニューの2本目の線の位置 */
}
@media screen and (max-width: 767px) {
  .hamburger-menu .line:nth-child(3) {
    top: 31px;
  }
}

.hamburger-menu.open .line:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); /* 1本目を斜めに回転 */
  top: 8px; /* 「×」の中心に移動 */
}
@media screen and (max-width: 767px) {
  .hamburger-menu.open .line:nth-child(1) {
    top: -8px;
  }
}

.hamburger-menu.open .line:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); /* 2本目を逆方向に回転 */
  top: 8px; /* 「×」の中心に移動 */
}

.hamburger-menu.open .line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); /* 2本目を逆方向に回転 */
  top: 8px; /* 「×」の中心に移動 */
}
@media screen and (max-width: 767px) {
  .hamburger-menu.open .line:nth-child(3) {
    top: -8px;
  }
}

.hamburger-menu.open {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 開いたときの位置調整 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 線が中心に揃う */
}

/* ドロワーメニュー */
.drawer-menu {
  position: fixed;
  padding: 70px 20px 80px;
  top: 0;
  right: -100%; /* 初期位置を右端の外に */
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1001;
  -webkit-transition: right 0.8s ease-in-out;
  transition: right 0.8s ease-in-out; /* 右からスライドイン */
  border: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .drawer-menu {
    padding: 79px 20px 30px;
  }
}

.drawer-menu_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1136px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .drawer-menu_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.drawer-menu-left {
  width: 46.29%;
}
@media screen and (max-width: 767px) {
  .drawer-menu-left {
    width: 100%;
    margin-top: 37px;
  }
}
.drawer-menu-left .purch_item_wrapper {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .drawer-menu-left .purch_item_link:nth-child(n+2) {
    margin-top: 8px;
  }
}
.drawer-menu-left .purch_item_link:nth-child(n+3) {
  margin-top: 8px;
}
.drawer-menu-left .purch_item1_link {
  width: 65.98%;
}
@media screen and (max-width: 767px) {
  .drawer-menu-left .purch_item1_link {
    width: 100%;
  }
}
.drawer-menu-left .purch_item1_link img {
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .drawer-menu-left .purch_item1_link img {
    height: 160px;
  }
}
.drawer-menu-left .purch_item1_link .purch_item_ttl {
  font-size: clamp(20px, 1.83vw, 25px);
  left: clamp(5px, 2.196vw, 30px);
  top: 49%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .drawer-menu-left .purch_item1_link .purch_item_ttl {
    font-size: 21px;
    left: 23px;
  }
}
.drawer-menu-left .purch_item1_link .simple_btn {
  right: 35px;
  bottom: 10px;
}
@media screen and (max-width: 767px) {
  .drawer-menu-left .purch_item1_link .simple_btn {
    right: 32px;
    bottom: 11px;
  }
}
.drawer-menu-left .purch_item2_link {
  width: 31.95%;
}
@media screen and (max-width: 767px) {
  .drawer-menu-left .purch_item2_link {
    width: 48.65%;
  }
}
.drawer-menu-left .purch_item2_link img {
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .drawer-menu-left .purch_item2_link img {
    height: 138px;
  }
}
.drawer-menu-left .purch_item2_link .purch_item_ttl {
  font-size: clamp(18px, 1.537vw, 21px);
  left: clamp(5px, 1.024vw, 14px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .drawer-menu-left .purch_item2_link .purch_item_ttl {
    font-size: 21px;
    left: 22px;
  }
}
.drawer-menu-left .purch_item2_link .simple_btn {
  right: 27px;
  bottom: 10px;
}
@media screen and (max-width: 767px) {
  .drawer-menu-left .purch_item2_link .simple_btn {
    right: 26px;
    bottom: 6px;
  }
}
.drawer-menu-left .purch_item3_link {
  width: 31.95%;
}
@media screen and (max-width: 767px) {
  .drawer-menu-left .purch_item3_link {
    width: 48.65%;
  }
}
.drawer-menu-left .purch_item3_link img {
  height: 168px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .drawer-menu-left .purch_item3_link img {
    height: 138px;
  }
}
.drawer-menu-left .purch_item3_link .purch_item_ttl {
  font-size: clamp(18px, 1.537vw, 21px);
  left: clamp(5px, 1.024vw, 14px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .drawer-menu-left .purch_item3_link .purch_item_ttl {
    font-size: 21px;
    left: 21px;
  }
}
.drawer-menu-left .purch_item3_link .simple_btn {
  right: 29px;
  bottom: 10px;
}
@media screen and (max-width: 767px) {
  .drawer-menu-left .purch_item3_link .simple_btn {
    right: 28px;
    bottom: 8px;
  }
}
.drawer-menu-left .purch_item4_link {
  width: 31.95%;
}
@media screen and (max-width: 767px) {
  .drawer-menu-left .purch_item4_link {
    width: 100%;
  }
}
.drawer-menu-left .purch_item4_link img {
  height: 168px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .drawer-menu-left .purch_item4_link img {
    height: 139px;
  }
}
.drawer-menu-left .purch_item4_link .purch_item_ttl {
  font-size: 53px;
  font-size: clamp(20px, 1.976vw, 21px);
  left: clamp(5px, 2.56vw, 20px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .drawer-menu-left .purch_item4_link .purch_item_ttl {
    font-size: 23px;
    left: 18px;
  }
}
.drawer-menu-left .purch_item4_link .simple_btn {
  right: 35px;
  bottom: 12px;
}
@media screen and (max-width: 767px) {
  .drawer-menu-left .purch_item4_link .simple_btn {
    right: 32px;
    bottom: 7px;
  }
}
.drawer-menu-left .purch_item-col_link {
  width: 31.95%;
}
@media screen and (max-width: 767px) {
  .drawer-menu-left .purch_item-col_link {
    width: 48.65%;
  }
}
.drawer-menu-left .purch_item-col_link img {
  height: 84px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .drawer-menu-left .purch_item-col_link img {
    height: 73px;
  }
}
.drawer-menu-left .purch_item-col_link .purch_item_ttl {
  font-size: clamp(12px, 1.024vw, 14px);
  left: clamp(5px, 1.3177vw, 18px);
  top: 49%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .drawer-menu-left .purch_item-col_link .purch_item_ttl {
    font-size: 13px;
    left: 15px;
  }
}
.drawer-menu-left .purch_item-col_link .simple_btn {
  right: 16px;
  bottom: 8px;
}
@media screen and (max-width: 767px) {
  .drawer-menu-left .purch_item-col_link .simple_btn {
    right: 20px;
    bottom: 0px;
  }
}
.drawer-menu-left .simple_btn {
  font-size: 14px;
  right: 52px;
  bottom: 18px;
}
.drawer-menu-left .simple_btn p::after {
  width: 5px;
  height: 10px;
  right: -11px;
}
@media screen and (max-width: 767px) {
  .drawer-menu-left .simple_btn {
    right: 23px;
    bottom: 9px;
  }
}

.drawer-menu-left_ttl {
  font-size: 38px;
  font-size: clamp(20px, 2.781vw, 38px);
  letter-spacing: 0.1em;
  font-weight: 700;
}

.drawer-menu_right {
  width: 48.5%;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .drawer-menu_right {
    width: 100%;
    padding-top: 0;
  }
}

.drawer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.drawer-nav-list li {
  width: 50%;
}
.drawer-nav-list li:nth-child(n+3) {
  margin-top: 15px;
}
.drawer-nav-list li:nth-child(even) {
  padding-left: 40px;
}

.drawer-nav-list li a {
  display: block;
  font-size: clamp(16px, 1.756vw, 24px);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .drawer-nav-list li a {
    font-size: 15px;
  }
}
.drawer-nav-list li a::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow-icon.png) center center/cover no-repeat;
  width: 8px;
  height: 13px;
  right: 12px;
}
@media screen and (max-width: 767px) {
  .drawer-nav-list li a::after {
    right: -10px;
  }
}

.drawer-nav_btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 35px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.drawer-nav_btn_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 49.37%;
}
@media screen and (max-width: 767px) {
  .drawer-nav_btn_list li:nth-child(n+2) {
    margin-top: 5px;
  }
}
.drawer-nav_btn_list li a {
  background-color: #dad10d;
  border: 2px solid #000;
  border-radius: 15px;
  width: 100%;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #000;
  padding-right: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .drawer-nav_btn_list li a {
    font-size: 15px;
    width: 100%;
  }
}
.drawer-nav_btn_list li a::after {
  position: absolute;
  content: "";
  right: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow-icon.png) center center/cover no-repeat;
  width: 8px;
  height: 13px;
}
.drawer-nav_btn_list li a .truck-icon {
  width: 54px;
  margin-right: 2px;
}
.drawer-nav_btn_list li a .reserved-icon {
  width: 34px;
  margin-right: 6px;
}
.drawer-nav_btn_list li a .mail-icon {
  width: 28px;
  margin-right: 7.5px;
}

@media screen and (max-width: 767px) {
  .line-btn a {
    line-height: 1.2;
    background-color: #06C755 !important;
    color: #fff !important;
  }
  .line-btn a::after {
    background: url(../img/arrow-white-icon.png) center center/cover no-repeat !important;
  }
}

.drawer-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .drawer-info-wrapper {
    margin-top: 5px;
  }
}

.drawer-info {
  display: block;
  width: 67.76%;
}
@media screen and (max-width: 767px) {
  .drawer-info {
    width: 100%;
  }
}

.drawer-info_ttl {
  font-size: clamp(18px, 1.61vw, 22px);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.drawer-info_img {
  max-width: 388px;
  margin: 10px auto 0;
}
.drawer-info_time {
  margin-top: 4px;
  font-size: 20px;
  font-size: clamp(12px, 1.464vw, 14px);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.drawer-info_time span {
  font-size: 18px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .drawer-info_time span {
    font-size: 16px;
    margin-left: 5px;
  }
}

@media screen and (min-width: 768px) {
  .drawer-info-right {
    width: 31%;
  }
}
.drawer-info-right li a {
  background-color: #dad10d;
  border: 2px solid #000;
  border-radius: 15px;
  width: 100%;
  height: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #000;
  padding-right: 15px;
  position: relative;
}
.drawer-info-right li a::after {
  position: absolute;
  content: "";
  right: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow-icon.png) center center/cover no-repeat;
  width: 8px;
  height: 13px;
}
.drawer-info-right li a img {
  width: 27px;
  margin-right: 7px;
}
.drawer-info-right .line-btn {
  margin-top: 9px;
}
.drawer-info-right .line-btn a {
  background-color: #06C755;
  width: 100%;
  height: 61px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.125;
  color: #fff;
  padding: 0 20px 0 7px;
  border-radius: 15px;
  border: 2px solid #000;
  position: relative;
}
.drawer-info-right .line-btn a::after {
  position: absolute;
  content: "";
  background: url(../img/arrow-white-icon.png) center center/cover no-repeat;
  width: 10px;
  height: 11.4px;
  right: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.drawer-info-right .line-btn a img {
  margin-right: 7px;
}

.drawer-info_footer {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 767px) {
  .drawer-info_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.drawer-info_footer .footer_sns {
  margin: 16px auto 0;
}

.drawer-info_footer_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.drawer-info_footer_list li {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .drawer-info_footer_list li {
    margin-right: 23px;
  }
}
.drawer-info_footer_list li:last-child {
  margin-right: 0;
}
.drawer-info_footer_list li a {
  color: #000;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .drawer-info_footer_list li a {
    font-size: 14px;
  }
}
.drawer-info_footer_list li a::after {
  position: absolute;
  content: "";
  right: 0px;
  top: 58%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow-icon.png) center center/cover no-repeat;
  width: 8px;
  height: 15px;
}

/* ドロワーが開いている状態 */
.drawer-menu.open {
  right: 0; /* ドロワーメニューを右からスライド */
  overflow-y: scroll;
}

.hamburger-menu.open {
  z-index: 1002;
  top: 2px;
  width: 106px;
  height: 94px;
  right: 2px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .hamburger-menu.open {
    width: 53px;
    height: 53px;
  }
}

.hamburger-menu.open .line:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(25px, 25px);
          transform: rotate(45deg) translate(25px, 25px);
}

.hamburger-menu.open .line:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.open .line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(-25px, 25px);
          transform: rotate(-45deg) translate(-25px, 25px);
}

.hamburger-menu.open .line {
  width: 44px;
}
@media screen and (max-width: 767px) {
  .hamburger-menu.open .line {
    width: 30px;
  }
}

/* ===============================================
# 背景
=============================================== */
.t_sec_back {
  background: url(../img/back-sec123.webp);
}

/* ===============================================
# t_sec
=============================================== */
.sec1 {
  padding-top: 115px;
}
@media screen and (max-width: 767px) {
  .sec1 {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .sec1 .container {
    padding: 0 16px;
  }
}

.t_sec {
  text-align: center;
}

.t_sec_head {
  text-align: center;
}
.t_sec_head img {
  width: 316px;
}

.t_sec_ttl {
  max-width: 658px;
  margin: 25px auto 0;
}
@media screen and (max-width: 767px) {
  .t_sec_ttl {
    width: 335px;
  }
}

.t_sec_txt {
  margin-top: 29px;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .t_sec_txt {
    font-size: 16px;
    text-align: justify;
    margin-top: 26px;
    line-height: 1.875;
  }
}

.t_sec_img {
  overflow: hidden;
  max-width: 684px;
  margin: 34px auto 0;
}
@media screen and (max-width: 767px) {
  .t_sec_img {
    margin-top: 31px;
  }
}
@media screen and (max-width: 767px) {
  .t_sec_img img {
    position: absolute;
    left: 0;
    right: 0;
  }
}

.t_sec_btn {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .t_sec_btn {
    margin-top: 36px;
  }
}

/* ===============================================
# sec2
=============================================== */
.sec2 {
  padding-top: 135px;
}
@media screen and (max-width: 767px) {
  .sec2 {
    padding-top: 246px;
  }
}
.sec2 .t_sec_head {
  text-align: center;
}
.sec2 .t_sec_head img {
  width: 233px;
}
.sec2 .t_sec_ttl {
  max-width: 1088px;
  margin: 18px auto 0;
}
@media screen and (max-width: 767px) {
  .sec2 .t_sec_ttl {
    width: 345px;
    margin: 19px auto 0;
  }
}
.sec2 .t_sec_img {
  max-width: 552px;
  margin: 48px auto 0;
}
@media screen and (max-width: 767px) {
  .sec2 .t_sec_img {
    margin-top: 34px;
  }
}
@media screen and (max-width: 767px) {
  .sec2 .t_sec_img img {
    position: static;
  }
}
.sec2 .t_sec_txt {
  margin-top: 31px;
}
@media screen and (max-width: 767px) {
  .sec2 .t_sec_txt {
    margin-top: 24px;
  }
}

/* ===============================================
# sec3
=============================================== */
.sec3 {
  padding-top: 150px;
  padding-bottom: 107px;
  max-width: 1197px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec3 {
    padding-top: 153px;
    padding-bottom: 130px;
  }
}
.sec3 .sec3_back {
  background: url(../img/top-sec3.webp) center center/cover no-repeat;
  padding: 146px 0 158px;
}
@media screen and (max-width: 767px) {
  .sec3 .sec3_back {
    padding: 161px 0 174px;
    background: none;
    position: relative;
  }
  .sec3 .sec3_back::before {
    position: absolute;
    content: "";
    background: url(../img/top-sec3-sp1.webp) center center/cover no-repeat;
    width: 100%;
    height: 172px;
    left: 0;
    right: 0;
    top: -50px;
  }
  .sec3 .sec3_back::after {
    position: absolute;
    content: "";
    background: url(../img/top-sec3-sp2.webp) center center/cover no-repeat;
    width: 100%;
    height: 190px;
    left: 0;
    right: 0;
    bottom: -50px;
  }
}
.sec3 .t_sec_head {
  text-align: center;
}
.sec3 .t_sec_head img {
  width: 316px;
}
.sec3 .t_sec_ttl {
  max-width: 725px;
  margin: 24px auto 0;
}
@media screen and (max-width: 767px) {
  .sec3 .t_sec_ttl {
    width: 343px;
    margin-top: 26px;
  }
}
.sec3 .t_sec_img {
  max-width: 552px;
  margin: 46px auto 0;
}
.sec3 .t_sec_txt {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .sec3 .t_sec_txt {
    padding: 0 17px;
    margin-top: 24px;
  }
}

/* ===============================================
# お知らせTOP
=============================================== */
.t_news {
  padding-top: 107px;
  padding-bottom: 106px;
}
@media screen and (max-width: 767px) {
  .t_news {
    padding-top: 87px;
    padding-bottom: 91px;
  }
}
@media screen and (max-width: 767px) {
  .t_news .container-in {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .t_news .sec_ttl {
    margin-top: 5px;
  }
}

.t_news_wrapper {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .t_news_wrapper {
    display: block;
    margin-top: 52px;
    padding-bottom: 60px;
  }
}

.t_news_wrapper.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.t_news_wrapper .slider-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.t_news_wrapper .slider-dots li {
  list-style: none;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #000000;
}
.t_news_wrapper .slider-dots li.slick-active {
  background-color: #B7CE50;
}
.t_news_wrapper .slider-dots button {
  display: none;
}

@media screen and (max-width: 767px) {
  .slider-2 .slick-slide {
    margin: 0 10px;
    width: 297px;
  }
  .slider-2 .slick-arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #4a864b;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    bottom: -73px;
    z-index: 1;
  }
  .slider-2 .slick-arrow::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-width: 3px 3px 0 0;
    position: absolute;
    top: 14px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .slider-2 .slick-next {
    right: 20px;
    bottom: 4px;
    top: initial;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  .slider-2 .slick-prev {
    left: 20px;
    bottom: 4px;
    top: initial;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  .slider-2 .slick-next::before {
    left: 11px;
  }
  .slider-2 .slick-prev::before {
    border-width: 0 0 3px 3px;
    right: 11px;
  }
  .dots-2 .slick-dots {
    text-align: center;
    line-height: 1;
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .dots-2 .slick-dots {
    margin-top: 38px;
  }
}
@media screen and (max-width: 767px) {
  .dots-2 .slick-dots li {
    display: inline-block;
  }
  .dots-2 .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 6px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background: black;
    border-radius: 50%;
  }
  .dots-2 .slick-dots .slick-active button {
    background: #b7ce50;
  }
}
.t_news_item {
  width: calc((100% - 5.22693vw) / 3);
  margin-right: 2.61346vw;
}
@media screen and (max-width: 767px) {
  .t_news_item {
    margin-right: 0;
    width: 100%;
  }
}
.t_news_item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .t_news_item:nth-child(3n) {
    margin-right: 10px;
  }
}
.t_news_item .published {
  margin-top: 20px;
}

.t_news_img img {
  height: clamp(150px, 15.739vw, 215px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  border: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .t_news_img img {
    height: 215px;
  }
}

.t_news_ttl {
  margin-top: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.t_news_btn {
  margin-top: 82px;
}
@media screen and (max-width: 767px) {
  .t_news_btn {
    margin-top: 42px;
  }
}

/* ===============================================
# 新着買取実績
=============================================== */
.t_purch {
  background-color: #d5d69f;
  padding-top: 85px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .t_purch {
    padding-bottom: 92px;
  }
}
@media screen and (max-width: 767px) {
  .t_purch .sec_ttl {
    margin-top: 14px;
  }
}
.t_purch .sec_sub_ttl {
  margin-top: 3px;
}

.t_purch_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 41px;
}
@media screen and (max-width: 767px) {
  .t_purch_wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 54px;
  }
}

.t_purch_item {
  width: calc((100% - 7.3792vw) / 4);
  margin-right: 2.4597vw;
}
@media screen and (max-width: 767px) {
  .t_purch_item {
    width: 48%;
    margin-right: 0;
  }
  .t_purch_item:nth-child(n+3) {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .t_purch_item:nth-child(n+3) {
    margin-top: 34px;
  }
}
.t_purch_item:nth-child(4n) {
  margin-right: 0;
}
.t_purch_item:nth-child(n+5) {
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .t_purch_item:nth-child(n+5) {
    margin-top: 32px;
  }
}
.t_purch_item .published {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .t_purch_item .published {
    margin-top: 6px;
  }
}

.t_purch_img img {
  height: clamp(120px, 12.59vw, 172px);
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .t_purch_img img {
    height: 130px;
    border-radius: 8px;
  }
}

.t_purch_ttl {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .t_purch_ttl {
    margin-top: 2px;
  }
}

.t_purch_btn {
  margin-top: 71px;
}
@media screen and (max-width: 767px) {
  .t_purch_btn {
    margin-top: 61px;
  }
}

.t_purch_info {
  margin-top: 94px;
}

/* ===============================================
# 買取アイテムTOP
=============================================== */
.purch_item {
  background-color: #4a864b;
  padding-top: 104px;
  padding-bottom: 147px;
}
@media screen and (max-width: 767px) {
  .purch_item {
    padding-top: 89px;
    padding-bottom: 97px;
  }
}
.purch_item .sec_ttl_box {
  color: #fff;
}
.purch_item .sec_ttl {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .purch_item .sec_ttl {
    margin-top: 12px;
  }
}
.purch_item .sec_sub_ttl {
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .purch_item .sec_sub_ttl {
    margin-top: 6px;
  }
}

.purch_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 57px;
}
@media screen and (max-width: 767px) {
  .purch_item_wrapper {
    margin-top: 53px;
  }
}

.purch_item_link {
  position: relative;
  display: block;
  border-radius: 28px;
}
@media screen and (max-width: 767px) {
  .purch_item_link:nth-child(n+2) {
    margin-top: 10px;
  }
}
.purch_item_link:nth-child(n+3) {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .purch_item_link:nth-child(n+3) {
    margin-top: 10px;
  }
}

.purch_item_ttl {
  position: absolute;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.4;
}

.simple_btn {
  position: absolute;
  display: block;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .simple_btn {
    font-size: 14px;
  }
}
.simple_btn p {
  position: relative;
}
.simple_btn p::after {
  position: absolute;
  content: "";
  background: url(../img/arrow-white-icon.png) center center/cover no-repeat;
  width: 9px;
  height: 17px;
  right: -23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .simple_btn p::after {
    width: 7px;
    height: 14px;
    right: -15px;
  }
}

.purch_item1_link {
  width: 65.98%;
}
@media screen and (max-width: 767px) {
  .purch_item1_link {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .purch_item1_link img {
    height: 175px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
}
.purch_item1_link .purch_item_ttl {
  font-size: clamp(35px, 3.879vw, 53px);
  left: clamp(5px, 4.026vw, 55px);
  top: 49%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .purch_item1_link .purch_item_ttl {
    font-size: 25px;
    left: 23px;
  }
}
.purch_item1_link .simple_btn {
  right: 58px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .purch_item1_link .simple_btn {
    right: 32px;
    bottom: 11px;
  }
}

.purch_item2_link {
  width: 31.95%;
}
@media screen and (max-width: 767px) {
  .purch_item2_link {
    width: 48.65%;
  }
}
@media screen and (max-width: 767px) {
  .purch_item2_link img {
    height: 175px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
}
.purch_item2_link .purch_item_ttl {
  font-size: clamp(30px, 2.928vw, 40px);
  left: clamp(5px, 2.342vw, 32px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .purch_item2_link .purch_item_ttl {
    font-size: 21px;
    left: 22px;
  }
}
.purch_item2_link .simple_btn {
  right: 47px;
  bottom: 16px;
}
@media screen and (max-width: 767px) {
  .purch_item2_link .simple_btn {
    right: 26px;
    bottom: 6px;
  }
}

.purch_item3_link {
  width: 31.95%;
}
@media screen and (max-width: 767px) {
  .purch_item3_link {
    width: 48.65%;
  }
}
@media screen and (max-width: 767px) {
  .purch_item3_link img {
    height: 175px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
}
.purch_item3_link .purch_item_ttl {
  font-size: clamp(30px, 2.928vw, 40px);
  left: clamp(5px, 2.342vw, 35px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .purch_item3_link .purch_item_ttl {
    font-size: 21px;
    left: 21px;
  }
}
.purch_item3_link .simple_btn {
  right: 47px;
  bottom: 16px;
}
@media screen and (max-width: 767px) {
  .purch_item3_link .simple_btn {
    right: 28px;
    bottom: 8px;
  }
}

.purch_item4_link {
  width: 31.95%;
}
@media screen and (max-width: 767px) {
  .purch_item4_link {
    width: 48.65%;
  }
}
@media screen and (max-width: 767px) {
  .purch_item4_link img {
    height: 175px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
}
.purch_item4_link .purch_item_ttl {
  font-size: 53px;
  font-size: clamp(35px, 3.879vw, 45px);
  left: clamp(5px, 2.56vw, 35px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .purch_item4_link .purch_item_ttl {
    font-size: 21px;
    left: 18px;
  }
}
.purch_item4_link .simple_btn {
  right: 53px;
  bottom: 23px;
}
@media screen and (max-width: 767px) {
  .purch_item4_link .simple_btn {
    right: 32px;
    bottom: 7px;
  }
}

.purch_item-col_link {
  width: 31.95%;
}
@media screen and (max-width: 767px) {
  .purch_item-col_link {
    width: 48.65%;
  }
}
@media screen and (max-width: 767px) {
  .purch_item-col_link img {
    height: 93px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
}
.purch_item-col_link .purch_item_ttl {
  font-size: clamp(20px, 1.976vw, 27px);
  left: clamp(5px, 2.56vw, 35px);
  top: 49%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .purch_item-col_link .purch_item_ttl {
    font-size: 13px;
    left: 15px;
  }
}
.purch_item-col_link .simple_btn {
  right: 52px;
  bottom: 18px;
}
@media screen and (max-width: 767px) {
  .purch_item-col_link .simple_btn {
    right: 23px;
    bottom: 9px;
  }
}

/* ===============================================
# 竜宮堂の買い取り
=============================================== */
.t_feature {
  background-color: #d5d69f;
  padding-top: 123px;
  padding-bottom: 138px;
}
@media screen and (max-width: 767px) {
  .t_feature {
    padding-top: 78px;
    padding-bottom: 82px;
  }
}
@media screen and (max-width: 767px) {
  .t_feature .sec_ttl {
    margin-top: 14px;
  }
}
.t_feature .sec_sub_ttl {
  margin-top: 5px;
}

.t_feature_txt {
  font-size: 22px;
  letter-spacing: 0.1em;
  margin-top: 22px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .t_feature_txt {
    font-size: 15px;
    margin-top: 27px;
  }
}

.t_feature_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.t_feature_wrap {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  margin-top: 38px;
  padding: clamp(20px, 3.587vw, 49px) clamp(20px, 5.856vw, 80px) clamp(20px, 4.172vw, 57px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .t_feature_wrap {
    margin-top: 52px;
    padding: 65px 22px 50px;
  }
}
.t_feature_wrap::before {
  position: absolute;
  content: "";
  background: url(../img/feature-num1.webp) center center/cover no-repeat;
  width: clamp(70px, 6.808vw, 93px);
  height: clamp(56px, 5.417vw, 74px);
  left: -15px;
  top: 17px;
}
@media screen and (max-width: 767px) {
  .t_feature_wrap::before {
    width: 67px;
    height: 53px;
    left: -11px;
    top: 10px;
  }
}

.t_feature_item_ttl {
  font-size: clamp(20px, 1.83vw, 25px);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .t_feature_item_ttl {
    font-size: 23px;
  }
}

.t_feature_item_txt {
  line-height: 1.875;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .t_feature_item_txt {
    line-height: 1.8;
  }
}
.t_feature_item_txt .big {
  font-size: 30px;
  font-weight: 700;
}
.t_feature_item_txt .small {
  font-size: 20px;
  font-weight: 700;
}

.t_feature_item_method {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  margin-top: 54px;
  margin-left: 7px;
  padding: 31px 0px 48px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .t_feature_item_method {
    background-color: transparent;
    padding: 0;
    text-align: center;
    margin-top: 42px;
    margin-left: 0;
  }
}

.method_num {
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #4a864b;
  border-radius: 999px;
  padding: 0px 43px 3px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .method_num {
    position: static;
    display: inline-block;
    -webkit-transform: none;
            transform: none;
    text-align: center;
    padding-bottom: 1px;
  }
}
.method_num span {
  font-size: 23px;
  margin-left: 5px;
  vertical-align: baseline;
  font-weight: 700;
}

.method_ttl {
  font-size: 30px;
  font-size: clamp(24px, 2.196vw, 30px);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .method_ttl {
    margin-top: 16px;
    font-size: 30px;
  }
}

.t_feature_item1 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .t_feature_item1 .t_feature_item_txt {
    font-size: 15px;
    margin-top: 14px;
  }
}
.t_feature_item1 .method_txt {
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  .t_feature_item1 .method_txt {
    margin-top: 11px;
  }
}
.t_feature_item1 .t_feature_item1_method_sub_txt {
  width: calc(50% - 35px);
}
@media screen and (max-width: 767px) {
  .t_feature_item1 .t_feature_item1_method_sub_txt {
    font-size: 15px;
    width: 100%;
  }
}

.t_feature_item1_method_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .t_feature_item1_method_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 22px;
  }
}

.t_feature_item1_method_left {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .t_feature_item1_method_left {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    padding: 23px 10px 35px;
  }
}

.t_feature_item1_method_sub_ttl {
  font-size: clamp(20px, 1.976vw, 27px);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .t_feature_item1_method_sub_ttl {
    font-size: 27px;
  }
}

.t_feature_item1_method_img {
  width: calc(50% - 35px);
}
@media screen and (max-width: 767px) {
  .t_feature_item1_method_img {
    width: 151px;
    margin-top: 21px;
  }
}

.t_feature_item1_btn {
  margin-top: 40px;
}

.t_feature_item1_method_right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .t_feature_item1_method_right {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    padding: 28px 10px 31px;
    margin-top: 43px;
  }
}

.t_feature_item1_method_right-sp-check {
  position: relative;
}
.t_feature_item1_method_right-sp-check::after {
  position: absolute;
  content: "";
  background: url(../img/method1-fukidasi-sp.webp) center center/cover no-repeat;
  width: 282px;
  height: 154px;
  left: 10px;
  bottom: -168px;
}

.t_feature_item1_method_info {
  text-align: center;
  margin-top: 17px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.t_feature_item1_method_info_ttl {
  background-color: #d2a700;
  display: inline-block;
  padding: 0px 15px 1px;
  border-radius: 999px;
}

.t_feature_item1_method_info_time {
  margin-top: 3px;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.b_check_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 33px;
}

.b_check_single {
  padding-left: 60px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .b_check_single {
    padding-left: 8px;
    margin-top: 10px;
    text-align: left;
  }
}
.b_check_single .b_check_list li {
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .b_check_single .b_check_list li {
    margin-top: 10px;
  }
}

.b_check_left {
  width: 50%;
  padding-left: 70px;
}

.b_check_list li {
  font-size: 21px;
  font-size: clamp(16px, 1.537vw, 21px);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 21px;
  padding-left: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .b_check_list li {
    font-size: 18px;
    margin-top: 12px;
    padding-left: 45px;
  }
}
.b_check_list li::before {
  position: absolute;
  content: "";
  background: url(../img/check-green.png) center center/cover no-repeat;
  width: 47px;
  height: 29px;
  left: -4px;
  top: -2px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .b_check_list li::before {
    width: 41px;
    height: 26px;
    left: -5px;
    top: 2px;
  }
}
.b_check_list li::after {
  position: absolute;
  content: "";
  background-color: #f5f5e8;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  left: 0;
  top: 3px;
}
.b_check_list li:first-child {
  margin-top: 0;
}

.b_check_txt {
  margin-top: 31px;
  text-align: left;
  line-height: 1.6875;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .b_check_txt {
    font-size: 16px;
    margin-top: 17px;
  }
}

.b_check_right {
  width: 50%;
  padding-left: 84px;
  position: relative;
}
.b_check_right::after {
  position: absolute;
  content: "";
  background: url(../img/method1-fukidasi.webp) center center/cover no-repeat;
  width: 506.29px;
  width: clamp(360px, 37vw, 506.29px);
  height: 153px;
  height: clamp(110px, 11.2vw, 153px);
  bottom: -78px;
  right: -22px;
}

.t_feature_item_method2 {
  padding-left: 30px;
  padding-right: 33px;
  padding-top: 37px;
  margin-left: 0;
  margin-top: 153px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .t_feature_item_method2 {
    padding: 0;
    margin-top: 254px;
  }
}
.t_feature_item_method2::after {
  position: absolute;
  content: "";
  background: url(../img/method2-fukidasi.png) center center/cover no-repeat;
  width: clamp(130px, 13.17vw, 180px);
  height: clamp(95px, 9.736vw, 133px);
  top: 97px;
  right: -48px;
}
@media screen and (max-width: 767px) {
  .t_feature_item_method2::after {
    top: 459px;
    right: -32px;
    width: 113px;
    height: 83px;
  }
}
.t_feature_item_method2 .method_txt {
  margin-top: 13px;
}
.t_feature_item_method2 .t_feature_item1_method_wrap {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .t_feature_item_method2 .t_feature_item1_method_wrap {
    margin-top: 30px;
  }
}
.t_feature_item_method2 .t_feature_item1_method_left::after {
  content: "";
  height: 99%;
  top: 49%;
}
.t_feature_item_method2 .t_feature_item2_method_sub_txt {
  font-size: 14px;
  margin-top: 21px;
}
@media screen and (max-width: 767px) {
  .t_feature_item_method2 .t_feature_item2_method_sub_txt {
    margin-top: 17px;
    line-height: 1.642;
  }
}

.t_feature_point_flex {
  margin-top: 48px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .t_feature_point_flex {
    margin: 0px 8.5px 0px 13.5px;
    padding: 0;
    padding-top: 35px;
    border-top: 2px solid #000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.t_feature_point_item {
  text-align: center;
  width: 30.5%;
}
@media screen and (max-width: 767px) {
  .t_feature_point_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .t_feature_point_item + .t_feature_point_item {
    margin-top: 8px;
  }
}

.t_feature_point_num {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 700;
  background-color: #d2a700;
  max-width: 200px;
  width: 100%;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 999px;
  font-family: "din-2014", sans-serif;
}
@media screen and (max-width: 767px) {
  .t_feature_point_num {
    display: block;
    max-width: 58px;
    width: 58px;
    height: 56px;
    line-height: 1;
    border-radius: 15px;
    font-size: 13px;
    padding: 0;
    padding-top: 8px;
  }
}
.t_feature_point_num span {
  font-size: 23px;
}
@media screen and (max-width: 767px) {
  .t_feature_point_num span {
    font-size: 30px;
  }
}

.t_feature_point_txt {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.588;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .t_feature_point_txt {
    font-size: 16px;
    text-align: left;
    margin-top: 0;
    margin-left: 17px;
  }
}

.t_feature_method_btn a {
  margin-top: 35px;
  padding: 10px 43px 10px 24px;
}
@media screen and (max-width: 767px) {
  .t_feature_method_btn a {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .t_feature_method_sp_back {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    padding-bottom: 47px;
  }
  .t_feature_method_sp_back .t_feature_item1_method_left {
    background-color: transparent;
    padding: 43px 0 0;
  }
  .t_feature_method_sp_back .t_feature_item1_method_left .t_feature_item1_method_sub_ttl {
    font-size: 24px;
  }
  .t_feature_method_sp_back .t_feature_item1_method_right {
    background-color: transparent;
    margin-top: 21px;
    padding-bottom: 41px;
  }
  .t_feature_method_sp_back .t_feature_item1_method_right .t_feature_item1_method_sub_ttl {
    font-size: 24px;
  }
}
.t_feature_half {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  width: 49.31%;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .t_feature_half {
    width: 100%;
  }
}

.t_feature_half_cat {
  max-width: 352px;
  width: 100%;
  background-color: #d2a700;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 999px;
  padding: 5px;
  margin: 18px auto 0;
}
@media screen and (max-width: 767px) {
  .t_feature_half_cat {
    margin-top: 22px;
    font-size: 17px;
  }
}

.t_feature_item2 {
  padding: 49px 20px 51px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .t_feature_item2 {
    padding: 68px 20px 51px;
  }
}
.t_feature_item2 .t_feature_item_txt {
  margin-top: 8px;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .t_feature_item2 .t_feature_item_txt {
    margin-top: 0;
    font-size: 15px;
    letter-spacing: 0.08em;
  }
}
.t_feature_item2::before {
  position: absolute;
  content: "";
  background: url(../img/feature-num2.webp) center center/cover no-repeat;
  width: clamp(70px, 6.808vw, 93px);
  height: clamp(56px, 5.417vw, 74px);
  left: -20px;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .t_feature_item2::before {
    width: 67px;
    height: 53px;
    left: -12px;
  }
}
.t_feature_item2::after {
  position: absolute;
  content: "";
  background: url(../img/feature2-icon.webp) center center/cover no-repeat;
  width: clamp(107px, 11.42vw, 156px);
  height: clamp(70px, 7.613vw, 104px);
  right: -25px;
  bottom: -11px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .t_feature_item2::after {
    width: 122px;
    height: 81px;
    right: 0;
    bottom: -40px;
  }
}

.t_feature_item3 {
  padding: 40px 20px 36px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .t_feature_item3 {
    padding: 51px 10px 40px 17px;
  }
  .t_feature_item3 .t_feature_item_txt {
    letter-spacing: 0.08em;
  }
}
.t_feature_item3::before {
  position: absolute;
  content: "";
  background: url(../img/feature-num3.webp) center center/cover no-repeat;
  width: clamp(70px, 6.808vw, 93px);
  height: clamp(56px, 5.417vw, 74px);
  left: -5px;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .t_feature_item3::before {
    width: 67px;
    height: 53px;
    left: -12px;
  }
}
.t_feature_item3 .t_feature_item_txt {
  margin-top: 23px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .t_feature_item3 .t_feature_item_txt {
    margin-top: 16px;
    font-size: 15px;
  }
}

.t_feature_item4 {
  padding: 62px 20px 48px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .t_feature_item4 {
    margin-top: 26px;
    padding: 62px 15px 42px;
  }
}
.t_feature_item4::before {
  position: absolute;
  content: "";
  background: url(../img/feature-num4.webp) center center/cover no-repeat;
  width: clamp(70px, 6.808vw, 93px);
  height: clamp(56px, 5.417vw, 74px);
  left: -20px;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .t_feature_item4::before {
    width: 67px;
    height: 53px;
    left: -12px;
  }
}
.t_feature_item4::after {
  position: absolute;
  content: "";
  background: url(../img/feature4-icon.webp) center center/cover no-repeat;
  width: clamp(100px, 10.17vw, 139px);
  height: clamp(120px, 12.29vw, 168px);
  right: -6px;
  bottom: -9px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .t_feature_item4::after {
    width: 112px;
    height: 135px;
    bottom: -34px;
    right: -13px;
  }
}
.t_feature_item4 .t_feature_item_txt {
  margin-top: 17px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .t_feature_item4 .t_feature_item_txt {
    letter-spacing: 0.08em;
    font-size: 15px;
    margin-top: 21px;
  }
}

.t_feature_item5 {
  padding: 36px 20px 37px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .t_feature_item5 {
    margin-top: 30px;
    padding: 60px 20px 48px;
  }
}
.t_feature_item5::before {
  position: absolute;
  content: "";
  background: url(../img/feature-num5.webp) center center/cover no-repeat;
  width: clamp(70px, 6.808vw, 93px);
  height: clamp(56px, 5.417vw, 74px);
  left: -5px;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .t_feature_item5::before {
    width: 67px;
    height: 53px;
    left: -12px;
  }
}
.t_feature_item5::after {
  position: absolute;
  content: "";
  background: url(../img/auction-icon.webp) center center/cover no-repeat;
  width: clamp(89px, 9vw, 123px);
  height: clamp(70px, 7.027vw, 96px);
  right: -29px;
  bottom: 3px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .t_feature_item5::after {
    width: 90px;
    height: 70px;
    right: unset;
    left: -35px;
    bottom: 0;
  }
}
.t_feature_item5 .t_feature_item_txt {
  margin-top: 14px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .t_feature_item5 .t_feature_item_txt {
    letter-spacing: 0.08em;
    font-size: 15px;
    line-height: 1.8;
    margin-top: 12px;
  }
}
.t_feature_item5 .sec_btn a {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .t_feature_item5 .sec_btn a {
    margin-top: 23px;
  }
}
.t_feature_item5 .t_feature_half_cat {
  margin-top: 14px;
}

.t_feature_full {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  width: 100%;
  margin-top: 15px;
}

.t_feature_item6 {
  padding: 50px 20px 49px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .t_feature_item6 {
    padding: 38px 18px 41px;
    margin-top: 29px;
  }
  .t_feature_item6 .t_feature_item_ttl {
    letter-spacing: 0.08em;
  }
}
.t_feature_item6::before {
  position: absolute;
  content: "";
  background: url(../img/feature-num6.webp) center center/cover no-repeat;
  width: clamp(70px, 6.808vw, 93px);
  height: clamp(56px, 5.417vw, 74px);
  left: -20px;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .t_feature_item6::before {
    width: 67px;
    height: 53px;
    left: -12px;
  }
}
.t_feature_item6::after {
  position: absolute;
  content: "";
  background: url(../img/feature6-icon.webp) center center/cover no-repeat;
  width: clamp(120px, 11.42vw, 156px);
  height: clamp(90px, 8.49vw, 116px);
  right: 37px;
  top: 20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .t_feature_item6::after {
    background: url(../img/feature6-icon-sp.png) center center/cover no-repeat;
    width: 91px;
    height: 112px;
    top: unset;
    bottom: 130px;
    right: -16px;
  }
}
.t_feature_item6 .t_feature_item_txt {
  font-size: clamp(15px, 1.317vw, 18px);
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .t_feature_item6 .t_feature_item_txt {
    font-size: 15px;
    margin-top: 22px;
  }
}

.t_feature_item6_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .t_feature_item6_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 25px;
  }
}

.t_feature_item6_cat {
  width: 269px;
  background-color: #d2a700;
  padding: clamp(10px, 1.24vw, 17px) 0;
  font-size: clamp(15px, 1.317vw, 18px);
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 20px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .t_feature_item6_cat {
    margin-right: 0;
    font-size: 17px;
    padding: 13px 0;
  }
  .t_feature_item6_cat + .t_feature_item6_cat {
    margin-top: 13px;
  }
}
.t_feature_item6_cat:last-child {
  margin-right: 0;
}

/* ===============================================
# スタッフブログTOP
=============================================== */
.t_blog {
  background-color: white;
  padding: 94px 0 91px;
}
@media screen and (max-width: 767px) {
  .t_blog {
    padding: 77px 0 91px;
  }
}
@media screen and (max-width: 767px) {
  .t_blog .container-in {
    padding: 0;
  }
}
.t_blog .sec_ttl {
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .t_blog .sec_ttl {
    margin-top: 11px;
  }
}
.t_blog .sec_sub_ttl {
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .t_blog .sec_sub_ttl {
    margin-top: 6px;
  }
}

.t_blog_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 767px) {
  .t_blog_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.t_blog_left {
  width: 290px;
}
@media screen and (max-width: 767px) {
  .t_blog_left {
    width: 100%;
  }
}
.t_blog_left .sec_ttl_box {
  text-align: left;
  color: black;
}
@media screen and (max-width: 767px) {
  .t_blog_left .sec_ttl_box {
    text-align: center;
  }
}
.t_blog_left .sec_ttl_box .sec_ttl_logo {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .t_blog_left .sec_ttl_box .sec_ttl_logo {
    margin: 0 auto;
  }
}
.t_blog_left .sec_btn {
  text-align: left;
  margin-top: 34px;
}

.t_blog_txt {
  font-size: 22px;
  font-size: clamp(18px, 1.61vw, 22px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.636;
  color: black;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .t_blog_txt {
    font-size: 15px;
    text-align: center;
    margin-top: 15px;
  }
}

.t_blog_right {
  width: calc(100% - 290px);
}
@media screen and (max-width: 767px) {
  .t_blog_right {
    width: 100%;
    margin-top: 37px;
  }
}
@media screen and (max-width: 767px) {
  .t_blog_right .sec_btn {
    margin-top: 74px;
  }
}

@media screen and (max-width: 767px) {
  .slider-3 .slick-slide {
    margin: 0 10px;
    width: 297px;
  }
  .slider-3 .slick-arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    bottom: -74px;
    top: unset;
    z-index: 1;
  }
  .slider-3 .slick-arrow::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #4a864b;
    border-width: 3px 3px 0 0;
    position: absolute;
    top: 14px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .slider-3 .slick-next {
    right: 20px;
  }
  .slider-3 .slick-prev {
    left: 20px;
  }
  .slider-3 .slick-next::before {
    left: 11px;
  }
  .slider-3 .slick-prev::before {
    border-width: 0 0 3px 3px;
    right: 11px;
  }
  .dots-3 .slick-dots {
    text-align: center;
    line-height: 1;
    margin-top: -10px;
    bottom: unset;
  }
  .dots-3 .slick-dots li {
    display: inline-block;
  }
  .dots-3 .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 6px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #ffffff;
    border-radius: 50%;
  }
  .dots-3 .slick-dots button::before {
    content: none;
  }
  .dots-3 .slick-dots .slick-active button {
    background: #b7ce50;
  }
}
.t_blog_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.t_blog_list li {
  width: calc((100% - 2.78184vw) / 3);
  margin-right: 1.390922vw;
}
@media screen and (max-width: 767px) {
  .t_blog_list li {
    width: 100%;
  }
}
.t_blog_list li:nth-child(3) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .t_blog_list li:nth-child(3) {
    margin-right: 10px;
  }
}
.t_blog_list li a {
  display: block;
}
.t_blog_list li a img {
  height: 191px;
  height: clamp(120px, 13.98vw, 191px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .t_blog_list li a img {
    height: 215px;
  }
}
.t_blog_list li a .published {
  color: black;
  font-weight: 700;
  margin-top: 10px;
}

.t_blog_ttl {
  font-size: clamp(14px, 1.317vw, 18px);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: black;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .t_blog_ttl {
    font-size: 16px;
    margin-top: 5px;
  }
}

/* ===============================================
# バナーコンテンツ
=============================================== */
.t_banner {
  padding: 153px 0 163px;
}
@media screen and (max-width: 767px) {
  .t_banner {
    padding: 101px 0 100px;
  }
}

.t_banner_wrap li {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .t_banner_wrap li {
    margin-top: 20px;
  }
}
.t_banner_wrap li:first-child {
  margin-top: 0;
}

/* ===============================================
# Youtube
=============================================== */
.youtube {
  background-color: #4a864b;
  padding-top: 105px;
  padding-bottom: 107px;
}
@media screen and (max-width: 767px) {
  .youtube {
    padding-top: 78px;
    padding-bottom: 86px;
  }
}
.youtube .sec_ttl_box {
  color: #fff;
}
.youtube .sec_ttl_box .sec_ttl {
  font-size: clamp(30px, 2.489vw, 34px);
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .youtube .sec_ttl_box .sec_ttl {
    font-size: 28px;
    margin-top: 8px;
  }
}
.youtube .sec_ttl_box .sec_sub_ttl {
  font-size: 22px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .youtube .sec_ttl_box .sec_sub_ttl {
    font-size: 15px;
    margin-top: 9px;
  }
}
.youtube .sec_btn {
  margin-top: 76px;
}
@media screen and (max-width: 767px) {
  .youtube .sec_btn {
    margin-top: 50px;
  }
}

.youtube_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 57px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .youtube_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 103px;
  }
}
.youtube_wrapper li {
  width: calc((100% - 48.8px) / 3);
  margin-right: 24.4px;
}
@media screen and (max-width: 767px) {
  .youtube_wrapper li {
    width: 100%;
    margin-right: 0;
    margin-top: 11.6px;
  }
  .youtube_wrapper li:first-child {
    margin-top: 0;
  }
}
.youtube_wrapper li:nth-child(3n) {
  margin-right: 0;
}
.youtube_wrapper li:nth-child(n+4) {
  margin-top: 21px;
}
@media screen and (max-width: 767px) {
  .youtube_wrapper li:nth-child(n+4) {
    margin-top: 10px;
  }
}
.youtube_wrapper li a img {
  width: clamp(220px, 27.27vw, 372.56px);
  height: clamp(120px, 14.4vw, 196.73px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .youtube_wrapper li a img {
    width: 100%;
    height: 168px;
    border-radius: 10px;
  }
}

.youtube_txt {
  position: absolute;
  top: -57px;
  left: 34px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .youtube_txt {
    display: inline-block;
    width: 100%;
    left: 48%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.youtube_txt p {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .youtube_txt p {
    letter-spacing: 0.06em;
  }
}
.youtube_txt p::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 45px;
  background-color: #fff;
  left: -7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  rotate: -17deg;
}
@media screen and (max-width: 767px) {
  .youtube_txt p::before {
    left: 35px;
  }
}
.youtube_txt p::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 45px;
  background-color: #fff;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  rotate: 15deg;
}
@media screen and (max-width: 767px) {
  .youtube_txt p::after {
    right: 26px;
  }
}

/* ===============================================
# アクセス
=============================================== */
.access {
  padding-top: 142px;
  padding-bottom: 147px;
}
@media screen and (max-width: 767px) {
  .access {
    padding-top: 94px;
    padding-bottom: 128px;
  }
}
.access .sec_ttl {
  margin-top: 12px;
}
.access .sec_sub_ttl {
  margin-top: 4px;
}

.access_wrapper {
  margin-top: 127px;
}
@media screen and (max-width: 767px) {
  .access_wrapper {
    margin-top: 91px;
  }
}

.access_code {
  margin-top: 33px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .access_code {
    font-size: 15px;
    margin-top: 46px;
    line-height: 1.8;
  }
}

.access_caution {
  margin-top: 26px;
  text-align: center;
  color: #367937;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .access_caution {
    margin-top: 46px;
  }
}

.access_caution_ttl {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #b7ce50));
  background: linear-gradient(transparent 70%, #b7ce50 30%);
  padding: 0 2px;
}

.access_caution_txt {
  margin-top: 13px;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .access_caution_txt {
    font-size: 14px;
    text-align: left;
    margin-top: 11px;
    line-height: 1.714;
  }
}

.access_map {
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .access_map {
    margin-top: 30px;
  }
}
.access_map iframe {
  width: 100%;
  height: 454px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .access_map iframe {
    height: 275px;
  }
}

/* ===============================================
# footer
=============================================== */
.footer {
  padding: 73px 0 50px;
  background-color: #d5d69f;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 38px 0 28px;
  }
}

.footer_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.footer_logo {
  width: clamp(300px, 30.087vw, 411px);
}
@media screen and (max-width: 767px) {
  .footer_logo {
    width: 288px;
    margin: 44px auto 0;
  }
}

.footer_info {
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .footer_info {
    margin-top: 21px;
  }
}

.footer_info_code {
  font-size: 18px;
  font-size: clamp(14px, 1.317vw, 18px);
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .footer_info_code {
    font-size: 15px;
    text-align: center;
    line-height: 1.6;
  }
}
.footer_info_code span {
  font-size: 16px;
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .footer_info_code span {
    font-size: 14px;
  }
}

.footer_info_permission {
  margin-top: 15px;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.714;
}
@media screen and (max-width: 767px) {
  .footer_info_permission {
    margin-top: 17px;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-align: justify;
    line-height: 1.7;
  }
}

.footer_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .footer_sns {
    margin-top: 19px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer_sns li a .facebook-icon {
  width: 33px;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .footer_sns li a .facebook-icon {
    width: 28px;
  }
}
.footer_sns li a .instagram-icon {
  width: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .footer_sns li a .instagram-icon {
    width: 25px;
  }
}
.footer_sns li a .youtube-icon {
  width: 33px;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .footer_sns li a .youtube-icon {
    width: 28px;
  }
}
.footer_sns li a .x-icon {
  width: 29px;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .footer_sns li a .x-icon {
    width: 25px;
  }
}
.footer_sns li a .tik-icon {
  width: 27px;
}
@media screen and (max-width: 767px) {
  .footer_sns li a .tik-icon {
    width: 23px;
  }
}

.copy {
  margin-top: 16px;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .copy {
    text-align: center;
    margin-top: 7px;
    font-size: 10px;
  }
}

.footer_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .footer_right {
    margin: 0;
  }
}

.footer_cat_ttl {
  font-size: clamp(16px, 1.464vw, 20px);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.footer_cat_nav_list {
  margin-top: 12px;
}
.footer_cat_nav_list li {
  margin-top: 6px;
}
.footer_cat_nav_list li:first-child {
  margin-top: 0;
}
.footer_cat_nav_list li a {
  color: #000;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.footer_main_nav {
  margin-left: 46px;
}
@media screen and (max-width: 767px) {
  .footer_main_nav {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer_nav_list li {
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .footer_nav_list li {
    margin-top: 6px;
    width: 50%;
  }
  .footer_nav_list li:nth-child(odd) {
    padding-left: 8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer_nav_list li:nth-child(odd) {
    padding-left: 17px;
  }
}
.footer_nav_list li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .footer_nav_list li:first-child {
    margin-top: 8px;
  }
}
.footer_nav_list li a {
  font-size: clamp(14px, 1.17vw, 16px);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .footer_nav_list li a {
    font-size: 14px;
  }
}

/* ===============================================
# LINE固定
=============================================== */
.line_fixed {
  position: fixed;
  right: 0;
  top: 49%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .line_fixed {
    display: none;
  }
}

.line_fixed.hidden {
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
}

.line_fixed_img {
  display: block;
  width: 60px;
}

/* ===============================================
# 下部固定
=============================================== */
.bottom_fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .bottom_fixed {
    left: 0;
  }
}

.bottom_fixed.hidden {
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
}

.bottom_fixed_wrapper img {
  width: 532px;
}
@media screen and (max-width: 767px) {
  .bottom_fixed_wrapper img {
    width: 100%;
  }
}

/* ===============================================
# 下層ページ
=============================================== */
.l_fv {
  background: url(../img/l_fv-back.webp) center center/cover no-repeat;
  padding: 46px 0 67px;
  padding: clamp(20px, 3.58711vw, 49px) 0 clamp(30px, 4.904vw, 67px);
  border-bottom: 2px solid #000;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l_fv {
    padding: 25px 0 35px;
  }
}
.l_fv .sec_ttl_box {
  color: #fff;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l_fv .sec_ttl_box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l_fv .sec_ttl_box .sec_ttl_logo {
    width: 36.36px;
  }
}
.l_fv .sec_ttl_box .sec_ttl {
  font-size: clamp(30px, 2.635vw, 36px);
  margin-top: 16px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .l_fv .sec_ttl_box .sec_ttl {
    font-size: 23px;
    margin-top: 8px;
  }
}
.l_fv .sec_ttl_box .sec_sub_ttl {
  font-size: 16px;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .l_fv .sec_ttl_box .sec_sub_ttl {
    font-size: 10px;
    line-height: 1;
    margin-top: 8px;
  }
}

.l_fv_back {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l_fv_back {
    position: relative;
  }
}

.kaitori-fv::before {
  position: absolute;
  content: "";
  background: url(../img/fv-kaitori-left.webp) center center/cover no-repeat;
  width: 416px;
  height: 88px;
  left: -455px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .kaitori-fv::before {
    background: url(../img/fv-kaitori-left-sp.webp) center center/cover no-repeat;
    width: 80px;
    height: 25px;
    left: 13px;
    bottom: -7px;
  }
}
.kaitori-fv::after {
  position: absolute;
  content: "";
  background: url(../img/fv-kaitori-right.webp) center center/cover no-repeat;
  width: 346px;
  height: 93px;
  right: -429px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .kaitori-fv::after {
    background: url(../img/fv-kaitori-right-sp.webp) center center/cover no-repeat;
    width: 46px;
    height: 37px;
    right: 16px;
    bottom: -7px;
  }
}

.pro-fv::before {
  position: absolute;
  content: "";
  background: url(../img/fv-pro-left.webp) center center/cover no-repeat;
  width: 370px;
  height: 103px;
  left: -490px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .pro-fv::before {
    background: url(../img/fv-pro-left-sp.webp) center center/cover no-repeat;
    width: 115px;
    height: 52px;
    left: 5px;
    bottom: -6px;
  }
}
.pro-fv::after {
  position: absolute;
  content: "";
  background: url(../img/fv-pro-right.webp) center center/cover no-repeat;
  width: 337px;
  height: 115px;
  right: -487px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .pro-fv::after {
    background: url(../img/fv-pro-right-sp.webp) center center/cover no-repeat;
    width: 108px;
    height: 62px;
    right: 10px;
    bottom: -7px;
  }
}

.new-fv::before {
  position: absolute;
  content: "";
  background: url(../img/fv-new-left.webp) center center/cover no-repeat;
  width: 391px;
  height: 83px;
  left: -497px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .new-fv::before {
    background: url(../img/fv-new-left-sp.webp) center center/cover no-repeat;
    width: 89px;
    height: 57px;
    left: 9px;
    bottom: -9px;
  }
}
.new-fv::after {
  position: absolute;
  content: "";
  background: url(../img/fv-new-right.webp) center center/cover no-repeat;
  width: 358px;
  height: 131px;
  right: -476px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .new-fv::after {
    background: url(../img/fv-new-right-sp.webp) center center/cover no-repeat;
    width: 91px;
    height: 76px;
    right: 10px;
    bottom: -10px;
  }
}

.acn-fv::before {
  position: absolute;
  content: "";
  background: url(../img/fv-acn-left.webp) center center/cover no-repeat;
  width: 373px;
  height: 100px;
  left: -450px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .acn-fv::before {
    background: url(../img/fv-acn-left-sp.webp) center center/cover no-repeat;
    width: 44px;
    height: 46px;
    left: 35px;
    bottom: -7px;
  }
}
.acn-fv::after {
  position: absolute;
  content: "";
  background: url(../img/fv-acn-right.webp) center center/cover no-repeat;
  width: 376px;
  height: 96px;
  right: -450px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .acn-fv::after {
    background: url(../img/fv-acn-right-sp.webp) center center/cover no-repeat;
    width: 48px;
    height: 39px;
    right: 37px;
    bottom: -8px;
  }
}

.news-fv::before {
  position: absolute;
  content: "";
  background: url(../img/fv-news-left.webp) center center/cover no-repeat;
  width: 382px;
  height: 132px;
  left: -450px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .news-fv::before {
    background: url(../img/fv-news-left-sp.webp) center center/cover no-repeat;
    width: 113px;
    height: 58px;
    left: 10px;
    bottom: -14px;
  }
}
.news-fv::after {
  position: absolute;
  content: "";
  background: url(../img/fv-news-right.webp) center center/cover no-repeat;
  width: 381px;
  height: 117px;
  right: -450px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .news-fv::after {
    background: url(../img/fv-news-right-sp.webp) center center/cover no-repeat;
    width: 121px;
    height: 67px;
    right: 5px;
    bottom: -19px;
  }
}

.blog-fv::before {
  position: absolute;
  content: "";
  background: url(../img/fv-blog-left.webp) center center/cover no-repeat;
  width: 386px;
  height: 100px;
  left: -450px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .blog-fv::before {
    background: url(../img/fv-blog-left-sp.webp) center center/cover no-repeat;
    width: 94px;
    height: 57px;
    left: 4px;
    bottom: -11px;
  }
}
.blog-fv::after {
  position: absolute;
  content: "";
  background: url(../img/fv-blog-right.webp) center center/cover no-repeat;
  width: 335px;
  height: 107px;
  right: -450px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .blog-fv::after {
    background: url(../img/fv-blog-right-sp.webp) center center/cover no-repeat;
    width: 88px;
    height: 58px;
    right: 8px;
    bottom: -13px;
  }
}

.reserved01-fv::before {
  position: absolute;
  content: "";
  background: url(../img/fv-reserved01-left.webp) center center/cover no-repeat;
  width: 415px;
  height: 90px;
  left: -513px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .reserved01-fv::before {
    background: url(../img/fv-reserved01-left-sp.webp) center center/cover no-repeat;
    width: 130px;
    height: 50px;
    left: 4px;
    bottom: -8px;
  }
}
.reserved01-fv::after {
  position: absolute;
  content: "";
  background: url(../img/fv-reserved01-right.webp) center center/cover no-repeat;
  width: 372px;
  height: 131px;
  right: -502px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .reserved01-fv::after {
    background: url(../img/fv-reserved01-right-sp.webp) center center/cover no-repeat;
    width: 110px;
    height: 63px;
    right: 11px;
    bottom: -8px;
  }
}

.reserved02-fv::before {
  position: absolute;
  content: "";
  background: url(../img/fv-reserved02-left.webp) center center/cover no-repeat;
  width: 387px;
  height: 115px;
  left: -492px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .reserved02-fv::before {
    background: url(../img/fv-reserved02-left-sp.webp) center center/cover no-repeat;
    width: 99px;
    height: 62px;
    left: 10px;
    bottom: -11px;
  }
}
.reserved02-fv::after {
  position: absolute;
  content: "";
  background: url(../img/fv-reserved02-right.webp) center center/cover no-repeat;
  width: 344px;
  height: 101px;
  right: -482px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .reserved02-fv::after {
    background: url(../img/fv-reserved02-right-sp.webp) center center/cover no-repeat;
    width: 112px;
    height: 49px;
    right: 7px;
    bottom: -13px;
  }
}

.contact-fv::before {
  position: absolute;
  content: "";
  background: url(../img/fv-contact-left.webp) center center/cover no-repeat;
  width: 377px;
  height: 117px;
  left: -450px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .contact-fv::before {
    background: url(../img/fv-contact-left-sp.webp) center center/cover no-repeat;
    width: 100px;
    height: 54px;
    left: 15px;
    bottom: -17px;
  }
}
.contact-fv::after {
  position: absolute;
  content: "";
  background: url(../img/fv-contact-right.webp) center center/cover no-repeat;
  width: 343px;
  height: 107px;
  right: -450px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .contact-fv::after {
    background: url(../img/fv-contact-right-sp.webp) center center/cover no-repeat;
    width: 104px;
    height: 62px;
    right: 8px;
    bottom: -14px;
  }
}

.antique-fv::before {
  position: absolute;
  content: "";
  background: url(../img/fv-antique-left.webp) center center/cover no-repeat;
  width: 351px;
  height: 100px;
  left: -472px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .antique-fv::before {
    background: url(../img/fv-antique-left-sp.webp) center center/cover no-repeat;
    width: 99px;
    height: 53px;
    left: 0px;
    bottom: -11px;
  }
}
.antique-fv::after {
  position: absolute;
  content: "";
  background: url(../img/fv-antique-right.webp) center center/cover no-repeat;
  width: 342px;
  height: 104px;
  right: -474px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .antique-fv::after {
    background: url(../img/fv-antique-right-sp.webp) center center/cover no-repeat;
    width: 110px;
    height: 53px;
    right: 0px;
    bottom: -6px;
  }
}

.work-fv::before {
  position: absolute;
  content: "";
  background: url(../img/fv-work-left.webp) center center/cover no-repeat;
  width: 355px;
  height: 115px;
  left: -501px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .work-fv::before {
    background: url(../img/fv-work-left-sp.webp) center center/cover no-repeat;
    width: 115px;
    height: 69px;
    left: 0px;
    bottom: -5px;
  }
}
.work-fv::after {
  position: absolute;
  content: "";
  background: url(../img/fv-work-right.webp) center center/cover no-repeat;
  width: 356px;
  height: 97px;
  right: -499px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .work-fv::after {
    background: url(../img/fv-work-right-sp.webp) center center/cover no-repeat;
    width: 120px;
    height: 73px;
    right: 0px;
    bottom: -13px;
  }
}

.l_color {
  background-color: rgba(213, 214, 159, 0.7);
}

.reason_top {
  text-align: center;
}

.reason_top_num {
  background: url(../img/reason-fukidasi.png) center center/cover no-repeat;
  width: 114px;
  height: 58px;
  line-height: 45px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 5px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .reason_top_num {
    font-size: 19px;
    width: 94px;
    height: 47.5px;
    line-height: 40px;
  }
}
.reason_top_num span {
  font-size: 32px;
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
  .reason_top_num span {
    font-size: 23px;
  }
}

.reason_top_ttl {
  display: inline-block;
  font-size: clamp(25px, 2.855vw, 39px);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 13px;
  line-height: 1.555;
}
.reason_top_ttl span {
  display: inline;
  position: relative;
  z-index: 0;
}
.reason_top_ttl span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background-color: #b7ce50;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .reason_top_ttl span::after {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .reason_top_ttl {
    font-size: 26px !important;
  }
}

.reason_top_txt {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8888;
}
@media screen and (max-width: 767px) {
  .reason_top_txt {
    margin-top: 22px;
    font-size: 15px;
  }
}

.reason_content {
  background-color: #edeed7;
  border-radius: 20px;
  position: relative;
}
.reason_content::before {
  position: absolute;
  content: "";
  background: url(../img/chara.webp) center center/cover no-repeat;
  width: 55px;
  height: 57.56px;
  top: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .reason_content::before {
    width: 44px;
    height: 46px;
    top: -19px;
  }
}

.reason_content_white {
  background-color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 767px) {
  .reason_content_white {
    background-color: rgba(237, 238, 215, 0.4);
  }
}

.reason_ttl {
  font-size: clamp(20px, 1.83vw, 25px);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reason_ttl {
    font-size: 18px;
  }
}

.reason_sec1 {
  background-color: #d5d69f;
  padding: 100px 0 111px;
}
@media screen and (max-width: 767px) {
  .reason_sec1 {
    padding: 88px 0 95px;
  }
}

.reason_sec1_inner {
  padding: 0 17px;
  text-align: center;
}

.reason_sec1_txtimg {
  max-width: 872px;
  margin: 0 auto;
}

.reason_sec1_txt {
  display: inline-block;
  margin-top: 30px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reason_sec1_txt {
    font-size: 13.5px;
    letter-spacing: 0.05em;
    margin-top: 25px;
  }
}
.reason_sec1_txt::before {
  position: absolute;
  content: "";
  background-color: #000;
  width: 30px;
  height: 2px;
  left: -41px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .reason_sec1_txt::before {
    width: 20px;
    left: -26.8px;
  }
}
.reason_sec1_txt::after {
  position: absolute;
  content: "";
  background-color: #000;
  width: 30px;
  height: 2px;
  right: -41px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .reason_sec1_txt::after {
    width: 20px;
    right: -26.8px;
  }
}

.reason1 {
  padding: 95px 0 112px;
}
@media screen and (max-width: 767px) {
  .reason1 {
    padding: 83px 0 82px;
  }
}

.reason1_content {
  margin-top: 64px;
  padding: clamp(30px, 3.367vw, 46px) clamp(20px, 5.856vw, 80px) clamp(20px, 4.026vw, 55px);
}
@media screen and (max-width: 767px) {
  .reason1_content {
    margin-top: 66px;
    padding: 36px 17px 40.5px;
  }
}

.reason1_ttl {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.reason1_wrapper {
  margin-top: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .reason1_wrapper {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.reason1_item {
  width: 23.36%;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .reason1_item {
    width: 48.95%;
  }
  .reason1_item:nth-child(n+3) {
    margin-top: 25px;
  }
}

.reason1_item_post {
  font-size: 16px;
  font-weight: 700;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .reason1_item_post {
    font-size: 13px;
    margin-top: 11px;
  }
}

.reason1_item_name {
  font-size: 22px;
  font-size: clamp(18px, 1.61vw, 22px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .reason1_item_name {
    font-size: 17px;
  }
}

.reason1_item_like {
  display: inline-block;
  font-weight: 700;
  padding-top: 10px;
  margin-top: 8px;
  border-top: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .reason1_item_like {
    font-size: 13px;
    padding-top: 7px;
    margin-top: 9px;
  }
}

.reason1_item_cat {
  margin-top: 4px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .reason1_item_cat {
    font-size: 14px;
  }
}

.reason2 {
  background-color: #d5d69f;
  padding: 106px 0px 113px;
}
@media screen and (max-width: 767px) {
  .reason2 {
    padding: 73px 0 95px;
  }
}
.reason2 .reason_top_ttl {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .reason2 .reason_top_ttl {
    margin-top: 14px;
  }
}
@media screen and (max-width: 767px) {
  .reason2 .reason_ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .reason2 .reason_top_txt {
    margin-top: 27px;
  }
}

.reason2_content {
  margin-top: 66px;
  padding: clamp(30px, 3.221vw, 44px) clamp(20px, 5.856vw, 80px) clamp(20px, 4.831vw, 66px);
}
@media screen and (max-width: 767px) {
  .reason2_content {
    margin-top: 57px;
    padding: 48px 20px 40px;
  }
}

.reason2_icon {
  position: relative;
}
.reason2_icon::before {
  position: absolute;
  content: "";
  background: url(../img/reason2_icon1.webp) center center/cover no-repeat;
  width: clamp(120px, 12.44vw, 170px);
  height: clamp(150px, 14.05vw, 192px);
  bottom: clamp(-80px, -9.22vw, -126px);
  left: clamp(-90px, -10.98vw, -150px);
  bottom: -126px;
  left: -150px;
}
@media screen and (max-width: 767px) {
  .reason2_icon::before {
    background: url(../img/reason2_icon1-sp.webp) center center/cover no-repeat;
    width: 200px;
    height: 93px;
    left: unset;
    right: -20px;
    bottom: -80px;
  }
}
.reason2_icon::after {
  position: absolute;
  content: "";
  background: url(../img/reason2_icon2.webp) center center/cover no-repeat;
  width: clamp(120px, 14.64vw, 200px);
  height: clamp(116px, 14.27vw, 195px);
  right: -137px;
  top: -95px;
}
@media screen and (max-width: 767px) {
  .reason2_icon::after {
    background: url(../img/reason2_icon2-sp.webp) center center/cover no-repeat;
    width: 90px;
    height: 97px;
    right: -38px;
  }
}

.reason2_ttl {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.reason2_item {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .reason2_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
.reason2_item + .reason2_item {
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .reason2_item + .reason2_item {
    margin-top: 36px;
  }
}

.reason2_img {
  width: 45.9%;
}
@media screen and (max-width: 767px) {
  .reason2_img {
    width: 100%;
  }
}

.reason2_item_txtbox {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .reason2_item_txtbox {
    width: 100%;
    margin-top: 20px;
  }
}

.reason2_item_ttl {
  font-size: clamp(18px, 1.61vw, 22px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .reason2_item_ttl {
    font-size: 19px;
  }
}

.reason2_item_txt {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7333;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .reason2_item_txt {
    margin-top: 10px;
    font-size: 14px;
  }
}

.reason3 {
  padding: 110px 0 116px;
}
@media screen and (max-width: 767px) {
  .reason3 {
    padding: 76px 0 86px;
  }
}
@media screen and (max-width: 767px) {
  .reason3 .container-in {
    padding: 0 15px;
  }
}
.reason3 .sec_btn {
  margin-top: 39px;
}
.reason3 .sec_btn a {
  padding: 12px 43px 12px 24px;
}
@media screen and (max-width: 767px) {
  .reason3 .sec_btn a {
    padding: 11px 43px 11px 24px;
  }
}
.reason3 .reason_top_ttl {
  line-height: 1.487;
  background: none;
}
@media screen and (max-width: 767px) {
  .reason3 .reason_top_ttl {
    font-size: 27px;
    letter-spacing: -0.04em;
    line-height: 1.555;
  }
}
.reason3 .reason_top_ttl span {
  position: relative;
}
.reason3 .reason_top_ttl span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 12px;
  background-color: #b7ce50;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .reason3 .reason_top_txt {
    margin-top: 28px;
  }
}

.reason3_content {
  margin-top: 65px;
  padding: clamp(30px, 3.294vw, 45px) clamp(20px, 5.856vw, 80px) clamp(20px, 3.513vw, 48px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reason3_content {
    margin: 69px 5px 0;
    padding: 51px 15px 45px;
  }
}
@media screen and (max-width: 767px) {
  .reason3_content .reason_ttl {
    font-size: 22px;
  }
}

.reason3_cat {
  display: inline-block;
  background-color: #d2a700;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 5px 88px;
  border-radius: 27px;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .reason3_cat {
    padding: 5px 59px;
    margin-top: 31px;
  }
}

.reason3_txt {
  margin-top: 21px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.73333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .reason3_txt {
    font-size: 14px;
    margin-top: 30px;
    line-height: 1.785;
  }
}

.reason3_wrapper {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 767px) {
  .reason3_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 34px;
  }
}

.reason3_item {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reason3_item {
    width: 33%;
  }
  .reason3_item:nth-child(n+4) {
    margin-top: 15px;
  }
}
.reason3_item .icon1 {
  width: 91px;
}
@media screen and (max-width: 767px) {
  .reason3_item .icon1 {
    width: 71px;
  }
}
.reason3_item .icon2 {
  width: 81px;
}
@media screen and (max-width: 767px) {
  .reason3_item .icon2 {
    width: 63px;
  }
}
.reason3_item .icon3 {
  width: 82px;
}
@media screen and (max-width: 767px) {
  .reason3_item .icon3 {
    width: 64px;
  }
}
.reason3_item .icon4 {
  width: 129px;
}
@media screen and (max-width: 767px) {
  .reason3_item .icon4 {
    width: 100px;
  }
}
.reason3_item .icon5 {
  width: 97px;
}
@media screen and (max-width: 767px) {
  .reason3_item .icon5 {
    width: 76px;
  }
}
.reason3_item .icon6 {
  width: 85px;
}
@media screen and (max-width: 767px) {
  .reason3_item .icon6 {
    width: 66px;
  }
}

.reason3_item_txt {
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .reason3_item_txt {
    font-size: 12.5px;
    letter-spacing: 0;
  }
}

.reason3-2_content {
  margin-top: 43px;
  padding: clamp(30px, 3.66vw, 50px) clamp(20px, 4.245vw, 58px) clamp(30px, 3.953vw, 54px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .reason3-2_content {
    margin-top: 37px;
    padding: 52px 26px 42px;
  }
}
.reason3-2_content::after {
  position: absolute;
  content: "";
  background: url(../img/feature6-icon.webp) center center/cover no-repeat;
  width: clamp(90px, 11.42vw, 156px);
  height: 116px;
  height: clamp(67px, 8.491vw, 116px);
  top: 18px;
  right: 37px;
}
@media screen and (max-width: 767px) {
  .reason3-2_content::after {
    background: url(../img/feature6-icon-sp.png) center center/cover no-repeat;
    width: 91px;
    height: 112px;
    right: -9px;
    top: unset;
    bottom: 128px;
  }
}
@media screen and (max-width: 767px) {
  .reason3-2_content .reason_ttl {
    font-size: 22px;
    line-height: 1.59;
  }
}

.reason3-2_cat_wrapper {
  margin-top: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .reason3-2_cat_wrapper {
    margin-top: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.reason3-2_cat {
  max-width: clamp(200px, 19.69vw, 269px);
  width: 100%;
  text-align: center;
  background-color: #d2a700;
  padding: 16px 10px;
  border-radius: 20px;
  font-size: clamp(16px, 1.317vw, 18px);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .reason3-2_cat {
    font-size: 17px;
    padding: 13px 10px;
    border-radius: 16px;
    max-width: 269px;
  }
  .reason3-2_cat + .reason3-2_cat {
    margin-top: 14px;
  }
}

.reason3-2_txt {
  margin-top: 29px;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: clamp(15px, 1.098vw, 18px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .reason3-2_txt {
    font-size: 15px;
    margin-top: 20px;
    line-height: 1.8;
  }
}

.reason4 {
  background-color: #d5d69f;
  padding: 110px 0 114px;
}
@media screen and (max-width: 767px) {
  .reason4 {
    padding: 67px 0 80px;
  }
}
.reason4 .reason_top_ttl {
  margin-top: 11px;
}
@media screen and (max-width: 767px) {
  .reason4 .reason_top_ttl {
    margin-top: 16px;
    letter-spacing: 0;
  }
}
.reason4 .reason_top_txt {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .reason4 .reason_top_txt {
    margin-top: 28px;
  }
}
.reason4 .t_feature_wrap {
  background-color: transparent;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .reason4 .t_feature_wrap {
    padding: 50px 22px 50px;
  }
}
.reason4 .t_feature_wrap::before {
  display: none;
}
.reason4 .b_check_list li::after {
  background-color: #fafaf4;
}

.reason4_content {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .reason4_content {
    margin-top: 67px;
  }
}

.reason5 {
  padding: 98px 0 102px;
}
@media screen and (max-width: 767px) {
  .reason5 {
    padding: 70px 0 77px;
  }
}
.reason5 .reason_top_txt {
  margin-top: 21px;
}
@media screen and (max-width: 767px) {
  .reason5 .reason_top_txt {
    margin-top: 25px;
  }
}
.reason5 .container-in {
  position: relative;
}
.reason5 .container-in::before {
  position: absolute;
  content: "";
  background: url(../img/reason5_icon1.webp) center center/cover no-repeat;
  width: clamp(200px, 21.81vw, 298px);
  height: clamp(89px, 9.736vw, 133px);
  right: clamp(45px, 5.051vw, 69px);
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  .reason5 .container-in::before {
    background: url(../img/reason5_icon1-sp.webp) center center/cover no-repeat;
    width: 214px;
    height: 101px;
    right: 10px;
    bottom: 92px;
  }
}
.reason5 .container-in::after {
  position: absolute;
  content: "";
  background: url(../img/reason5_icon2.webp) center center/cover no-repeat;
  width: clamp(112px, 12.15vw, 166px);
  height: clamp(80px, 8.784vw, 120px);
  bottom: -20px;
  left: 120px;
}
@media screen and (max-width: 767px) {
  .reason5 .container-in::after {
    width: 127px;
    height: 91px;
    bottom: 92px;
    left: 12px;
  }
}
.reason5 .sec_btn {
  margin-top: 49px;
}
@media screen and (max-width: 767px) {
  .reason5 .sec_btn {
    margin-top: 159px;
  }
}
.reason5 .sec_btn a {
  padding: 12px 72px;
}

/* ===============================================
# よくある質問cta
=============================================== */
.faq_cta {
  background-color: #d5d69f;
  padding: 88px 0 89px;
}
@media screen and (max-width: 767px) {
  .faq_cta {
    padding: 69px 0;
  }
}

.faq_cta_btn {
  max-width: 806px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.faq_cta_btn a {
  display: block;
  padding: 25px 0 22px 63px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .faq_cta_btn a {
    padding: 28px 0 27px 9px;
    font-size: 19px;
  }
}
.faq_cta_btn a::after {
  right: 60px;
}
@media screen and (max-width: 767px) {
  .faq_cta_btn a::after {
    right: 22px;
  }
}
.faq_cta_btn a span {
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq_cta_btn a span {
    letter-spacing: 0.05em;
  }
}
.faq_cta_btn a span::after {
  position: absolute;
  content: "";
  background: url(../img/question-icon.png) center center/cover no-repeat;
  width: 33px;
  height: 33px;
  left: -43px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .faq_cta_btn a span::after {
    width: 24px;
    height: 24px;
    left: -26px;
  }
}

.faq_cta_btn-kaitori a {
  display: block;
  padding: 25px 0 22px 63px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .faq_cta_btn-kaitori a {
    padding: 28px 0 27px 40px;
    padding-left: 26px !important;
    font-size: 19px;
  }
}
.faq_cta_btn-kaitori a::after {
  right: 60px;
}
@media screen and (max-width: 767px) {
  .faq_cta_btn-kaitori a::after {
    right: 22px;
  }
}
.faq_cta_btn-kaitori a span {
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq_cta_btn-kaitori a span {
    letter-spacing: 0.05em;
  }
}
.faq_cta_btn-kaitori a span::after {
  position: absolute;
  content: "";
  background: url(../img/question-icon.png) center center/cover no-repeat;
  width: 33px;
  height: 33px;
  left: -43px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .faq_cta_btn-kaitori a span::after {
    width: 33px;
    height: 33px;
    left: -40px;
  }
}

/* ===============================================
# インフォフッター
=============================================== */
.info_footer {
  padding: 122px 0 106px;
}
@media screen and (max-width: 767px) {
  .info_footer {
    padding: 115px 0 108px;
  }
}

/* ===============================================
# 買取アイテム　下層
=============================================== */
.l_purch_item {
  padding-bottom: 125px;
}
@media screen and (max-width: 767px) {
  .l_purch_item {
    padding-top: 51px;
    padding-bottom: 79px;
  }
}
@media screen and (max-width: 767px) {
  .l_purch_item .sec_sub_ttl {
    margin-top: -3px;
  }
}
.l_purch_item .purch_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 51px;
}
@media screen and (max-width: 767px) {
  .l_purch_item .purch_item_wrapper {
    margin-top: 23px;
  }
}
.l_purch_item .purch_item_link {
  position: relative;
  display: block;
  border-radius: 28px;
}
@media screen and (max-width: 767px) {
  .l_purch_item .purch_item_link:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l_purch_item .purch_item_link:nth-child(n+2) {
    margin-top: 8px;
  }
}
.l_purch_item .purch_item_link:nth-child(n+3) {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .l_purch_item .purch_item_link:nth-child(n+3) {
    margin-top: 8px;
  }
}
.l_purch_item .purch_item_ttl {
  position: absolute;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.4;
}
.l_purch_item .simple_btn {
  position: absolute;
  display: block;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l_purch_item .simple_btn {
    font-size: 14px;
  }
}
.l_purch_item .simple_btn p {
  position: relative;
}
.l_purch_item .simple_btn p::after {
  position: absolute;
  content: "";
  background: url(../img/arrow-white-icon.png) center center/cover no-repeat;
  width: 9px;
  height: 17px;
  right: -23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l_purch_item .simple_btn p::after {
    width: 7px;
    height: 14px;
    right: -15px;
  }
}
.l_purch_item .purch_item1_link {
  width: 65.98%;
}
@media screen and (max-width: 767px) {
  .l_purch_item .purch_item1_link {
    width: 100%;
  }
}
.l_purch_item .purch_item1_link img {
  height: 274px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .l_purch_item .purch_item1_link img {
    height: 210px;
    border-radius: 10px;
  }
}
.l_purch_item .purch_item1_link .purch_item_ttl {
  font-size: clamp(30px, 2.708vw, 37px);
  left: 55px;
  top: 51%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l_purch_item .purch_item1_link .purch_item_ttl {
    font-size: 25px;
    left: 23px;
  }
}
.l_purch_item .purch_item1_link .simple_btn {
  right: 49px;
  bottom: 12px;
}
@media screen and (max-width: 767px) {
  .l_purch_item .purch_item1_link .simple_btn {
    right: 32px;
    bottom: 11px;
  }
}
.l_purch_item .purch_item2_link {
  width: 31.95%;
}
@media screen and (max-width: 767px) {
  .l_purch_item .purch_item2_link {
    width: 48.65%;
  }
}
.l_purch_item .purch_item2_link img {
  height: 274px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .l_purch_item .purch_item2_link img {
    height: 138px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
}
.l_purch_item .purch_item2_link .purch_item_ttl {
  font-size: clamp(22px, 2.049vw, 28px);
  left: 32px;
  top: 51%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l_purch_item .purch_item2_link .purch_item_ttl {
    font-size: 21px;
    left: 22px;
  }
}
.l_purch_item .purch_item2_link .simple_btn {
  right: 50px;
  bottom: 12px;
}
@media screen and (max-width: 767px) {
  .l_purch_item .purch_item2_link .simple_btn {
    right: 26px;
    bottom: 6px;
  }
}
.l_purch_item .purch_item3_link {
  width: 31.95%;
}
@media screen and (max-width: 767px) {
  .l_purch_item .purch_item3_link {
    width: 48.65%;
  }
}
.l_purch_item .purch_item3_link img {
  height: 274px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .l_purch_item .purch_item3_link img {
    height: 138px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
}
.l_purch_item .purch_item3_link .purch_item_ttl {
  font-size: clamp(22px, 2.049vw, 28px);
  left: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l_purch_item .purch_item3_link .purch_item_ttl {
    font-size: 21px;
    left: 21px;
  }
}
.l_purch_item .purch_item3_link .simple_btn {
  right: 47px;
  bottom: 16px;
}
@media screen and (max-width: 767px) {
  .l_purch_item .purch_item3_link .simple_btn {
    right: 28px;
    bottom: 8px;
  }
}
.l_purch_item .purch_item4_link {
  width: 31.95%;
}
@media screen and (max-width: 767px) {
  .l_purch_item .purch_item4_link {
    width: 48.65%;
  }
}
.l_purch_item .purch_item4_link img {
  height: 274px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .l_purch_item .purch_item4_link img {
    height: 138px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
}
.l_purch_item .purch_item4_link .purch_item_ttl {
  font-size: clamp(30px, 2.708vw, 37px);
  left: 55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l_purch_item .purch_item4_link .purch_item_ttl {
    font-size: 21px;
    left: 18px;
  }
}
.l_purch_item .purch_item4_link .simple_btn {
  right: 50px;
  bottom: 16px;
}
@media screen and (max-width: 767px) {
  .l_purch_item .purch_item4_link .simple_btn {
    right: 32px;
    bottom: 7px;
  }
}
.l_purch_item .purch_item-col_link {
  width: 31.95%;
}
@media screen and (max-width: 767px) {
  .l_purch_item .purch_item-col_link {
    width: 48.65%;
  }
}
.l_purch_item .purch_item-col_link img {
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .l_purch_item .purch_item-col_link img {
    height: 73px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
}
.l_purch_item .purch_item-col_link .purch_item_ttl {
  font-size: 20px;
  left: 25px;
  top: 49%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l_purch_item .purch_item-col_link .purch_item_ttl {
    font-size: 13px;
    left: 15px;
  }
}
.l_purch_item .purch_item-col_link .simple_btn {
  right: 52px;
  bottom: clamp(5px, 1.317vw, 18px);
}
@media screen and (max-width: 767px) {
  .l_purch_item .purch_item-col_link .simple_btn {
    right: 23px;
    bottom: 9px;
  }
}
.l_purch_item .purch_item-col_link .different_top_ttl {
  font-size: 20px;
  left: 23px;
  top: 39%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l_purch_item .purch_item-col_link .different_top_ttl {
    font-size: 13px;
    left: 15px;
  }
}

/* ===============================================
# 買取アイテム　下層
=============================================== */
.l_item_head_box {
  padding: 123px 0 172px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l_item_head_box {
    padding: 95px 0 79px;
  }
}

.l_item_head_txt_box {
  text-align: center;
}

.l_item_head_top {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
}
.l_item_head_top::before {
  position: absolute;
  content: "";
  background: url(../img/sec1-head-left.webp) center center/cover no-repeat;
  width: 25px;
  height: 60px;
  left: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l_item_head_top::after {
  position: absolute;
  content: "";
  background: url(../img/sec1-head-right.webp) center center/cover no-repeat;
  width: 25px;
  height: 60px;
  right: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l_item_head_top span {
  position: relative;
}
.l_item_head_top span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background-color: #b7ce50;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.l_item_head_center {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 16px;
}

.l_item_head_bottom {
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l_item_head_bottom {
    margin-top: -5px;
    margin-left: 15px;
  }
}

.l_item_head_box-nottl {
  padding: 123px 0 134px;
}

.l_item_head_box-kutani {
  padding: 123px 0 158px;
}
@media screen and (max-width: 767px) {
  .l_item_head_box-kutani {
    padding: 95px 0 54px;
  }
}
.l_item_head_box-kutani .l_item_head_txtimg img {
  max-width: 476px;
}
@media screen and (max-width: 767px) {
  .l_item_head_box-kutani .l_item_head_txtimg img {
    max-width: 316px;
  }
}

.l_item_head_box-kimono {
  padding: 123px 0 158px;
}
@media screen and (max-width: 767px) {
  .l_item_head_box-kimono {
    padding: 95px 0 54px;
  }
}
.l_item_head_box-kimono .l_item_head_txtimg img {
  max-width: 584px;
}
@media screen and (max-width: 767px) {
  .l_item_head_box-kimono .l_item_head_txtimg img {
    max-width: 262px;
  }
}

.l_item_head_box-china {
  padding: 123px 0 134px;
}
@media screen and (max-width: 767px) {
  .l_item_head_box-china {
    padding: 96px 0 64px;
  }
}
.l_item_head_box-china .l_item_head_txtimg img {
  max-width: 382px;
}
@media screen and (max-width: 767px) {
  .l_item_head_box-china .l_item_head_txtimg img {
    max-width: 262px;
  }
}

@media screen and (max-width: 767px) {
  .l_item_head_box-chadougu {
    padding: 96px 0 64px;
  }
}
.l_item_head_box-chadougu .l_item_head_txtimg img {
  max-width: 382px;
}
@media screen and (max-width: 767px) {
  .l_item_head_box-chadougu .l_item_head_txtimg img {
    max-width: 262px;
  }
}

.l_item_head_box-kakejiku {
  padding-bottom: 159px;
}
@media screen and (max-width: 767px) {
  .l_item_head_box-kakejiku {
    padding: 95px 0 74px;
  }
}
.l_item_head_box-kakejiku .l_item_head_txtimg img {
  max-width: 806px;
}
.l_item_head_box-kakejiku .l_item_head_txt_box img {
  max-width: 262px;
}
.l_item_head_box-kakejiku .l_item_head_bottom {
  font-size: 45px;
  line-height: 1.222;
  margin-top: 13px;
  margin-left: 0;
}

.l_item_head_box-antique {
  padding-bottom: 159px;
}
@media screen and (max-width: 767px) {
  .l_item_head_box-antique {
    padding: 95px 0 131px;
  }
}
.l_item_head_box-antique .l_item_head_txtimg img {
  max-width: 880px;
}
.l_item_head_box-antique .l_item_head_txt_box img {
  max-width: 262px;
}
.l_item_head_box-antique .l_item_head_bottom {
  font-size: 45px;
  line-height: 1.222;
  margin-top: 13px;
  margin-left: 0;
  letter-spacing: -0.06em;
}

.l_item_head_box-youshoku {
  padding-bottom: 159px;
}
@media screen and (max-width: 767px) {
  .l_item_head_box-youshoku {
    padding-bottom: 131px;
  }
}
.l_item_head_box-youshoku .l_item_head_txtimg img {
  max-width: 880px;
}
.l_item_head_box-youshoku .l_item_head_txt_box img {
  max-width: 262px;
}
.l_item_head_box-youshoku .l_item_head_bottom {
  font-size: 45px;
  line-height: 1.222;
  margin-top: 13px;
  margin-left: 0;
  letter-spacing: -0.05em;
}

.l_item_head_box-retro {
  padding: 123px 0 131px;
}
@media screen and (max-width: 767px) {
  .l_item_head_box-retro {
    padding: 95px 0 75px;
  }
}
.l_item_head_box-retro .l_item_head_txtimg img {
  max-width: 806px;
}
.l_item_head_box-retro .l_item_head_txt_box img {
  max-width: 262px;
}
.l_item_head_box-retro .l_item_head_bottom {
  font-size: 45px;
  line-height: 1.222;
  margin-top: 13px;
  margin-left: 0;
  letter-spacing: 0;
}

.l_item_head_box-gold {
  padding: 118px 0 160px;
}
@media screen and (max-width: 767px) {
  .l_item_head_box-gold {
    padding: 93px 0 70px;
  }
}
.l_item_head_box-gold .l_item_head_txtimg img {
  max-width: 732px;
}
@media screen and (max-width: 767px) {
  .l_item_head_box-gold .l_item_head_txtimg img {
    max-width: 302px;
  }
}

.l_item_head_txtimg img {
  max-width: 458px;
}
@media screen and (max-width: 767px) {
  .l_item_head_txtimg img {
    max-width: 315px;
  }
}

.l_item {
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .l_item {
    padding-bottom: 116px;
  }
}

.l_item_content + .l_item_content {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .l_item_content + .l_item_content {
    margin-top: 60px;
  }
}

.l_item_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l_item_ttl img {
  width: 55px;
}
@media screen and (max-width: 767px) {
  .l_item_ttl img {
    width: 43px;
  }
}
.l_item_ttl h3 {
  font-size: clamp(35px, 3.44vw, 47px);
  font-weight: 700;
  letter-spacing: 0.085em;
  margin-left: 17px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l_item_ttl h3 {
    font-size: 27px;
  }
}
.l_item_ttl h3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background-color: #b7ce50;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .l_item_ttl-gold h3 {
    letter-spacing: 0.045em;
  }
}

.l_item_kimono-ttl {
  font-size: clamp(30px, 3.4407vw, 47px);
  font-weight: 700;
  letter-spacing: 0.085em;
  line-height: 1.489;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l_item_kimono-ttl {
    font-size: 26px;
    margin-bottom: 76px;
  }
}
.l_item_kimono-ttl span {
  position: relative;
}
.l_item_kimono-ttl span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background-color: #b7ce50;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.l_item_kutani-ttl {
  font-size: clamp(30px, 3.4407vw, 47px);
  font-weight: 700;
  letter-spacing: 0.085em;
  line-height: 1.489;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l_item_kutani-ttl {
    font-size: 27px;
    margin-bottom: 107px;
  }
}
.l_item_kutani-ttl span {
  position: relative;
}
.l_item_kutani-ttl span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background-color: #b7ce50;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.l_item_box {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  margin-top: 26px;
  padding: 74px clamp(20px, 5.8565vw, 80px) 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l_item_box {
    margin-top: 34px;
    padding: 50px 19px 56px;
  }
}

.l_item_makimono_box::before {
  position: absolute;
  content: "";
  background: url(../img/icon-makimono.webp) center center/cover no-repeat;
  width: 129px;
  height: 169px;
  top: -90px;
  left: -42px;
}
@media screen and (max-width: 767px) {
  .l_item_makimono_box::before {
    width: 70px;
    height: 93px;
    top: -50px;
    left: 0;
  }
}

.l_item_kottou_box::after {
  position: absolute;
  content: "";
  background: url(../img/icon-kottou.webp) center center/cover no-repeat;
  width: 187px;
  height: 201px;
  top: -127px;
  right: 60px;
}
@media screen and (max-width: 767px) {
  .l_item_kottou_box::after {
    width: 90px;
    height: 97px;
    top: -62px;
    right: 6px;
  }
}

.l_item_china_box {
  margin-top: 0;
}
.l_item_china_box::before {
  position: absolute;
  content: "";
  background: url(../img/icon-china1.webp) center center/cover no-repeat;
  width: 252px;
  height: 156px;
  top: -50px;
  right: 27px;
}
@media screen and (max-width: 767px) {
  .l_item_china_box::before {
    width: 145px;
    height: 91px;
    top: -50px;
    right: -10px;
  }
}
.l_item_china_box::after {
  position: absolute;
  content: "";
  background: url(../img/icon-china2.webp) center center/cover no-repeat;
  width: 137px;
  height: 169px;
  bottom: -58px;
  left: -57px;
}
@media screen and (max-width: 767px) {
  .l_item_china_box::after {
    width: 74px;
    height: 91px;
    bottom: -50px;
    left: 13px;
  }
}

.l_item_chadougu_box::before {
  position: absolute;
  content: "";
  background: url(../img/icon-chadougu1.webp) center center/cover no-repeat;
  width: 167px;
  height: 114px;
  top: -42px;
  right: 18px;
}
@media screen and (max-width: 767px) {
  .l_item_chadougu_box::before {
    width: 91px;
    height: 63px;
    top: -45px;
    right: -4px;
  }
}
.l_item_chadougu_box .icon-chadogu2 {
  position: relative;
}
.l_item_chadougu_box .icon-chadogu2::after {
  position: absolute;
  content: "";
  background: url(../img/icon-chadougu2.webp) center center/cover no-repeat;
  width: 145px;
  height: 118px;
  top: -75px;
  left: -175px;
}
@media screen and (max-width: 767px) {
  .l_item_chadougu_box .icon-chadogu2::after {
    width: 92px;
    height: 74px;
    top: 0px;
    left: -33px;
  }
}
.l_item_chadougu_box .icon-chadogu3 {
  position: relative;
}
.l_item_chadougu_box .icon-chadogu3::after {
  position: absolute;
  content: "";
  background: url(../img/icon-chadougu3.webp) center center/cover no-repeat;
  width: 157px;
  height: 120px;
  top: -59px;
  right: -106px;
}
@media screen and (max-width: 767px) {
  .l_item_chadougu_box .icon-chadogu3::after {
    width: 90px;
    height: 62px;
    top: -60px;
    right: -28px;
  }
}

.l_item_macha_box::before {
  position: absolute;
  content: "";
  background: url(../img/icon-macha.png) center center/cover no-repeat;
  width: 157px;
  height: 120px;
  top: -52px;
  right: -56px;
}
@media screen and (max-width: 767px) {
  .l_item_macha_box::before {
    width: 90px;
    height: 69px;
    top: -30px;
    right: 0px;
  }
}
.l_item_macha_box::after {
  position: absolute;
  content: "";
  background: url(../img/icon-chadougu4.webp) center center/cover no-repeat;
  width: 136px;
  height: 109px;
  bottom: 566px;
  left: -100px;
}
@media screen and (max-width: 767px) {
  .l_item_macha_box::after {
    width: 76px;
    height: 61px;
    bottom: 920px;
    left: -10px;
  }
}

.l_item_bijutu_box::after {
  position: absolute;
  content: "";
  background: url(../img/icon-bijutu.webp) center center/cover no-repeat;
  width: 188px;
  height: 155px;
  top: -85px;
  left: -60px;
}
@media screen and (max-width: 767px) {
  .l_item_bijutu_box::after {
    width: 94px;
    height: 77px;
    top: -32px;
    left: -6px;
  }
}

.l_item_kobijutu_box::after {
  position: absolute;
  content: "";
  background: url(../img/icon-kobijutu.webp) center center/cover no-repeat;
  width: 228px;
  height: 180px;
  top: -58px;
  right: -34px;
}
@media screen and (max-width: 767px) {
  .l_item_kobijutu_box::after {
    width: 105px;
    height: 82px;
    top: -35px;
    right: 10px;
  }
}

.l_item_kacyu_box::after {
  position: absolute;
  content: "";
  background: url(../img/icon-kacyu.webp) center center/cover no-repeat;
  width: 162px;
  height: 123px;
  bottom: 7.8px;
  left: -100px;
}
@media screen and (max-width: 767px) {
  .l_item_kacyu_box::after {
    width: 90px;
    height: 69px;
    bottom: unset;
    top: -19px;
    left: -20px;
  }
}

.l_item_katana_box::after {
  position: absolute;
  content: "";
  background: url(../img/icon-katana.webp) center center/cover no-repeat;
  width: 225px;
  height: 92px;
  top: 30px;
  right: -53px;
}
@media screen and (max-width: 767px) {
  .l_item_katana_box::after {
    width: 123px;
    height: 50px;
    top: -7px;
    right: -20px;
  }
}

.l_item_kunshou_box::after {
  position: absolute;
  content: "";
  background: url(../img/icon-kunshou.webp) center center/cover no-repeat;
  width: 137px;
  height: 186px;
  top: -54px;
  right: 108px;
}
@media screen and (max-width: 767px) {
  .l_item_kunshou_box::after {
    width: 72px;
    height: 88px;
    top: -35px;
    right: 0;
  }
}

.l_item_kakejiku_box::after {
  position: absolute;
  content: "";
  background: url(../img/icon-shoga.webp) center center/cover no-repeat;
  width: 143px;
  height: 137px;
  top: -68px;
  right: 82px;
}
@media screen and (max-width: 767px) {
  .l_item_kakejiku_box::after {
    width: 73px;
    height: 70px;
    top: -40px;
    right: 12px;
  }
}

.l_item_kaiga_box::after {
  position: absolute;
  content: "";
  background: url(../img/icon-kaiga.webp) center center/cover no-repeat;
  width: 179px;
  height: 173px;
  top: -113px;
  left: -84px;
}
@media screen and (max-width: 767px) {
  .l_item_kaiga_box::after {
    width: 73px;
    height: 70px;
    top: -50px;
    left: 8px;
  }
}

.l_item_byoubu_box::after {
  position: absolute;
  content: "";
  background: url(../img/icon-byoubu.webp) center center/cover no-repeat;
  width: 288px;
  height: 196px;
  top: -132px;
  right: -64px;
}
@media screen and (max-width: 767px) {
  .l_item_byoubu_box::after {
    width: 112px;
    height: 76px;
    top: -50px;
    right: -10px;
  }
}

.l_item_kodougu_box::after {
  position: absolute;
  content: "";
  background: url(../img/icon-kodougu.webp) center center/cover no-repeat;
  width: 168px;
  height: 131px;
  top: -47px;
  right: 25px;
}
@media screen and (max-width: 767px) {
  .l_item_kodougu_box::after {
    width: 93px;
    height: 73px;
    top: -40px;
    right: 0;
  }
}

.l_item_antique_box::before {
  position: absolute;
  content: "";
  background: url(../img/antique-kagu4.webp) center center/cover no-repeat;
  width: 157px;
  height: 171px;
  bottom: -14px;
  right: -52px;
}
@media screen and (max-width: 767px) {
  .l_item_antique_box::before {
    width: 93px;
    height: 101px;
    right: 20px;
    bottom: -39px;
  }
}
.l_item_antique_box::after {
  position: absolute;
  content: "";
  background: url(../img/antique-kagu1.webp) center center/cover no-repeat;
  width: 145px;
  height: 203px;
  top: -61px;
  left: -86px;
}
@media screen and (max-width: 767px) {
  .l_item_antique_box::after {
    width: 60px;
    height: 83px;
    top: -26px;
    left: -9px;
  }
}
.l_item_antique_box .icon-antique2 {
  position: relative;
}
.l_item_antique_box .icon-antique2::after {
  position: absolute;
  content: "";
  background: url(../img/antique-kagu2.webp) center center/cover no-repeat;
  width: 204px;
  height: 156px;
  top: -46px;
  right: -168px;
}
@media screen and (max-width: 767px) {
  .l_item_antique_box .icon-antique2::after {
    width: 74px;
    height: 54px;
    right: -39px;
    top: -42px;
  }
}
.l_item_antique_box .icon-antique3 {
  position: relative;
}
.l_item_antique_box .icon-antique3::after {
  position: absolute;
  content: "";
  background: url(../img/antique-kagu3.webp) center center/cover no-repeat;
  width: 140px;
  height: 130px;
  top: -87px;
  left: -180px;
}
@media screen and (max-width: 767px) {
  .l_item_antique_box .icon-antique3::after {
    width: 69px;
    height: 64px;
    left: -31px;
    top: -672px;
  }
}

.l_item_seiyou_box::after {
  position: absolute;
  content: "";
  background: url(../img/icon-seiyou.webp) center center/cover no-repeat;
  width: 125px;
  height: 153px;
  top: -90px;
  left: -11px;
}
@media screen and (max-width: 767px) {
  .l_item_seiyou_box::after {
    width: 59px;
    height: 72px;
    top: -22px;
    left: -7px;
  }
}

.l_item_youshoki_box::after {
  position: absolute;
  content: "";
  background: url(../img/icon-antique3.webp) center center/cover no-repeat;
  width: 172px;
  height: 111px;
  top: -71px;
  right: 80px;
}
@media screen and (max-width: 767px) {
  .l_item_youshoki_box::after {
    width: 95px;
    height: 61px;
    top: -38px;
    right: 6px;
  }
}

.l_item_retro_box {
  margin-top: 0;
}
.l_item_retro_box::before {
  position: absolute;
  content: "";
  background: url(../img/icon-retro1.webp) center center/cover no-repeat;
  width: 192px;
  height: 119px;
  top: -36px;
  right: 37px;
}
@media screen and (max-width: 767px) {
  .l_item_retro_box::before {
    width: 130px;
    height: 81px;
    top: -51px;
    right: 0;
  }
}
.l_item_retro_box::after {
  position: absolute;
  content: "";
  background: url(../img/icon-retro2.webp) center center/cover no-repeat;
  width: 139px;
  height: 106px;
  bottom: -41px;
  left: -73px;
}
@media screen and (max-width: 767px) {
  .l_item_retro_box::after {
    width: 97px;
    height: 74px;
    bottom: -37px;
    left: 28px;
  }
}

.l_item_kimono_box1::after {
  position: absolute;
  content: "";
  background: url(../img/kimono/kimono-all-icon2.webp) center center/cover no-repeat;
  width: 255px;
  height: 255px;
  bottom: -110px;
  left: -110px;
}
@media screen and (max-width: 767px) {
  .l_item_kimono_box1::after {
    width: 174px;
    height: 174px;
    bottom: -70px;
    left: initial;
    right: -40px;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
}

.l_item_kimono-all_box1::after {
  position: absolute;
  content: "";
  background: url(../img/kimono/kimono-all-icon.webp) center center/cover no-repeat;
  width: 208px;
  height: 206px;
  top: -96px;
  right: -70px;
}
@media screen and (max-width: 767px) {
  .l_item_kimono-all_box1::after {
    width: 118px;
    height: 120px;
    right: initial;
    top: -68px;
    left: -16px;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}

.l_item_kutani-all_box::after {
  position: absolute;
  content: "";
  background: url(../img/kutani-all-icon.webp) center center/cover no-repeat;
  width: 140px;
  height: 128px;
  top: -63px;
  left: -60px;
}
@media screen and (max-width: 767px) {
  .l_item_kutani-all_box::after {
    width: 92px;
    height: 85px;
    top: -46px;
    left: 12px;
  }
}

.l_item_kutani_box::after {
  position: absolute;
  content: "";
  background: url(../img/kutani-icon.webp) center center/cover no-repeat;
  width: 160px;
  height: 177px;
  top: -79px;
  right: 0px;
}
@media screen and (max-width: 767px) {
  .l_item_kutani_box::after {
    width: 94px;
    height: 104px;
    top: -54px;
    right: 0;
  }
}

.l_item_wajima_box::before {
  position: absolute;
  content: "";
  background: url(../img/wajima1-icon.webp) center center/cover no-repeat;
  width: 155px;
  height: 107px;
  top: -25px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .l_item_wajima_box::before {
    display: none;
  }
}
.l_item_wajima_box::after {
  position: absolute;
  content: "";
  background: url(../img/wajima2-icon.webp) center center/cover no-repeat;
  width: 123px;
  height: 101px;
  bottom: 0px;
  left: -81px;
}
@media screen and (max-width: 767px) {
  .l_item_wajima_box::after {
    width: 102px;
    height: 85px;
    bottom: -54px;
    left: inherit;
    right: 0;
  }
}

.l_item_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .l_item_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 46px;
  }
}
.l_item_list li:first-child {
  margin-top: 0;
}

.slick-slider-byobu {
  margin-bottom: 0 !important;
}
.slick-slider-byobu li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-slider-byobu .slick-dots {
  position: absolute;
  bottom: 17px;
  display: block;
  width: 243px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .slick-slider-byobu .slick-dots {
    width: 100%;
  }
}
.slick-slider-byobu .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 1px solid #000000;
  border-radius: 50%;
  outline: none;
  background: #fff;
}
.slick-slider-byobu .slick-dots li button:before {
  content: none;
}
.slick-slider-byobu .slick-dots li.slick-active button {
  background-color: #B7CE50 !important;
}
.slick-slider-byobu .slick-arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #B7CE50;
  cursor: pointer;
  border: 1px solid #000;
  outline: none;
  font-size: 0;
  position: absolute;
  bottom: -4px;
  top: unset;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-slider-byobu .slick-arrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid transparent;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 8px;
}
.slick-slider-byobu .slick-arrow:hover {
  opacity: 0.6;
}
.slick-slider-byobu .slick-prev {
  left: 13px;
}
@media screen and (max-width: 767px) {
  .slick-slider-byobu .slick-prev {
    left: calc(50% - 105px);
  }
}
.slick-slider-byobu .slick-prev::before {
  border-color: #000;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 10px;
}
.slick-slider-byobu .slick-next {
  right: 40px;
}
@media screen and (max-width: 767px) {
  .slick-slider-byobu .slick-next {
    right: calc(50% - 105px);
  }
}
.slick-slider-byobu .slick-next::before {
  border-color: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 10px;
}

.l_item_list_img {
  width: 273px;
}
@media screen and (max-width: 767px) {
  .l_item_list_img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.l_item_list_img img {
  width: 243px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l_item_list_img img {
    width: 226px;
    margin: 0 auto;
  }
}

.l_item_list_right {
  width: calc(100% - 273px);
}
@media screen and (max-width: 767px) {
  .l_item_list_right {
    width: 100%;
    margin-top: 20px;
  }
}

.l_item_list_ttl {
  font-size: 25px;
  font-size: clamp(20px, 1.83vw, 25px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.48;
}
@media screen and (max-width: 767px) {
  .l_item_list_ttl {
    font-size: 18px;
    text-align: center;
    line-height: 1.333;
  }
}

.l_item_list_txt {
  margin-top: 15px;
  font-weight: 500;
  font-size: clamp(14px, 1.2445vw, 17px);
  line-height: 1.647;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l_item_list_txt {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.785;
    text-align: justify;
  }
}

.l_item_purch {
  background-color: #4a864b;
  padding: 116px 0 86px;
}
@media screen and (max-width: 767px) {
  .l_item_purch {
    padding: 55px 0 69px;
  }
}
@media screen and (max-width: 767px) {
  .l_item_purch .t_purch_item:nth-child(n+3) {
    margin-top: 30px;
  }
}
.l_item_purch .published {
  color: #fff;
}
.l_item_purch .post_ttl {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l_item_purch .post_ttl {
    font-size: 14px;
    line-height: 1.785;
    margin-top: 6px;
  }
}
.l_item_purch .t_purch_wrapper {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l_item_purch .sec_btn {
    margin-top: 30px;
  }
}

.l_item_flex_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l_item_flex_ttl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l_item_flex_ttl img {
  width: 47px;
}
.l_item_flex_ttl h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .l_item_flex_ttl h2 {
    font-size: 26px;
    line-height: 1;
    margin-right: 0;
  }
}
.l_item_flex_ttl span {
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l_item_flex_ttl span {
    width: calc(100% - 100px);
    margin-left: 0;
  }
}

.l_item_purch_ttl {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l_item_purch_ttl span {
    margin-left: 0;
  }
}

.select_purch {
  background-color: #e1e2bb;
  padding: 85px 0 111px;
}
@media screen and (max-width: 767px) {
  .select_purch {
    padding: 112px 0 81px;
  }
}
.select_purch .t_feature_item1_method_wrap {
  max-width: 892px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  padding: 70px 0 77px;
  margin: 37px auto 0;
}
@media screen and (max-width: 767px) {
  .select_purch .t_feature_item1_method_wrap {
    background-color: transparent;
    padding: 0;
    margin: 46px auto 0;
  }
}
.select_purch .t_feature_item1_method_wrap .t_feature_item1_method_sub_ttl {
  font-size: clamp(25px, 2.415vw, 33px);
}
@media screen and (max-width: 767px) {
  .select_purch .t_feature_item1_method_wrap .t_feature_item1_method_sub_ttl {
    font-size: 27px;
  }
}
.select_purch .t_feature_item1_method_wrap .t_feature_item_txt {
  font-size: clamp(16px, 1.39vw, 18px);
}
@media screen and (max-width: 767px) {
  .select_purch .t_feature_item1_method_wrap .t_feature_item_txt {
    margin-top: 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .select_purch .t_feature_item1_method_wrap .t_feature_item1_method_img {
    width: 151px;
    margin-top: 18px;
  }
}
.select_purch .t_feature_item1_method_wrap .t_feature_item1_btn {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .select_purch .t_feature_item1_method_wrap .t_feature_item1_btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .select_purch .t_feature_item1_method_left {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .select_purch .t_feature_item1_method_right {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 0 0 20px 20px;
    margin-top: 0;
    position: relative;
  }
  .select_purch .t_feature_item1_method_right::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #000;
    width: 90%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
}
.select_purch .t_feature_item1_method_info {
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  .select_purch .t_feature_item1_method_info {
    margin-top: 20px;
  }
}
.select_purch .t_feature_item1_method_info_ttl {
  font-size: clamp(19px, 1.61vw, 22px);
}
@media screen and (max-width: 767px) {
  .select_purch .t_feature_item1_method_info_ttl {
    font-size: 18px;
  }
}
.select_purch .t_feature_item1_method_info_time {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .select_purch .t_feature_item1_method_info_time {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .select_purch .t_feature_item1_method_wrap-kantei .t_feature_item1_method_wrap .t_feature_item1_method_left {
    border-radius: 20px 20px 0 0;
    background-color: rgba(255, 255, 255, 0.4);
  }
}
.select_purch .t_feature_item1_method_wrap-kantei .t_feature_item1_method_wrap .t_feature_item1_method_left .t_feature_item_txt {
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .select_purch .t_feature_item1_method_wrap-kantei .t_feature_item1_method_wrap .t_feature_item1_method_right {
    margin-top: 0;
    border-radius: 0 0 20px 20px;
    background-color: rgba(255, 255, 255, 0.4);
    position: relative;
  }
  .select_purch .t_feature_item1_method_wrap-kantei .t_feature_item1_method_wrap .t_feature_item1_method_right::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #000;
    width: 90%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
}
.select_purch .t_feature_item1_method_wrap-kantei .t_feature_item1_method_wrap .t_feature_item1_method_right .t_feature_item_txt {
  margin-top: 38px;
}
.select_purch .t_feature_item1_method_wrap-kantei .t_feature_item1_method_wrap .t_feature_item1_method_right .t_feature_item1_method_info {
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  .select_purch .t_feature_item1_method_wrap-kantei .t_feature_item1_method_wrap .t_feature_item1_method_right .t_feature_item1_method_info {
    margin-top: 14px;
  }
}

.t_feature_item_txt-kantei {
  margin-top: 38px !important;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .t_feature_item_txt-kantei {
    margin-top: 13px !important;
    margin-bottom: -6px;
  }
}

.t_feature_item1_method_info-kantei {
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  .t_feature_item1_method_info-kantei {
    margin-top: 15px;
  }
}
.t_feature_item1_method_info-kantei .t_feature_item1_method_info_ttl {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .t_feature_item1_method_info-kantei .t_feature_item1_method_info_ttl {
    font-size: 18px;
  }
}
.t_feature_item1_method_info-kantei .t_feature_item1_method_info_time {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .t_feature_item1_method_info-kantei .t_feature_item1_method_info_time {
    font-size: 19px;
  }
}

.l_item-gold_price_content {
  margin-top: 50px;
  border: 2px solid #000;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l_item-gold_price_content {
    margin-top: 35px;
  }
}
.l_item-gold_price_content::before {
  position: absolute;
  content: "";
  background: url(../img/icon-price.webp) center center/cover no-repeat;
  width: 178px;
  height: 100px;
  top: -64px;
  left: 28px;
}
@media screen and (max-width: 767px) {
  .l_item-gold_price_content::before {
    width: 83px;
    height: 47px;
    top: -28px;
    left: -3px;
  }
}

.l_item-gold_price_head {
  background-color: #4a864b;
  border-radius: 20px 20px 0 0;
  padding: 9px 0 10px 133px;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l_item-gold_price_head {
    font-size: 24px;
    line-height: 1.2;
    padding: 22px 0 15px;
    border-bottom: 2px solid #000;
  }
}
.l_item-gold_price_head .din {
  font-size: 34px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .l_item-gold_price_head .din {
    font-size: 26px;
  }
}
.l_item-gold_price_head span {
  font-size: 22px;
  font-weight: 700;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .l_item-gold_price_head span {
    font-size: 18px;
    margin-left: 0;
  }
}

.l_item-gold_price_body {
  background-color: #fff;
  border-radius: 0 0 19px 19px;
}
.l_item-gold_price_body dl {
  padding: 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .l_item-gold_price_body dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px 0 19px;
  }
}
.l_item-gold_price_body dl:last-child {
  border-bottom: none;
}
.l_item-gold_price_body dl dt {
  width: 63.5%;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-right: 2px solid #000;
  padding: 18px 0;
}
@media screen and (max-width: 767px) {
  .l_item-gold_price_body dl dt {
    width: 100%;
    border-right: none;
    font-size: 18px;
    text-align: center;
    padding: 0;
  }
}
.l_item-gold_price_body dl dd {
  width: 36.5%;
  text-align: right;
  font-size: 55px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #4a864b;
  font-family: "din-2014", sans-serif;
}
@media screen and (max-width: 767px) {
  .l_item-gold_price_body dl dd {
    width: 100%;
    font-size: 44px;
    text-align: center;
    line-height: 1;
  }
}
.l_item-gold_price_body dl dd span {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l_item-gold_price_body dl dd span {
    font-size: 18px;
  }
}

.l_item-gold_price_txt {
  margin-top: 28px;
  letter-spacing: 0.1em;
  line-height: 1.875;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l_item-gold_price_txt {
    margin-top: 24px;
    padding: 0 19px;
    font-size: 14px;
    line-height: 1.785;
  }
}

.l_item-gole_price-read {
  margin-top: 50px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 25px 20px 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l_item-gole_price-read {
    margin-top: 32px;
    padding: 15px 10px 18px;
  }
}
.l_item-gole_price-read p {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l_item-gole_price-read p {
    font-size: 18px;
  }
}
.l_item-gole_price-read p span {
  color: #4B854C;
  font-size: 39px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l_item-gole_price-read p span {
    font-size: 24px;
  }
}
.l_item-gole_price-read p span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 15px;
  background-color: #b7ce50;
  opacity: 0.6;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l_item-gole_price-read p span::after {
    height: 10px;
    bottom: 3px;
  }
}

.l_item-gold_product {
  padding: 170px 0 113px;
}
@media screen and (max-width: 767px) {
  .l_item-gold_product {
    padding: 125px 0 117px;
  }
}

.l_item_gold_product_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 53px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l_item_gold_product_wrapper {
    margin-top: 48px;
  }
}
.l_item_gold_product_wrapper::before {
  position: absolute;
  content: "";
  background: url(../img/icon-gold-content.webp) center center/cover no-repeat;
  width: 154px;
  height: 109px;
  top: -85px;
  right: -6px;
}
@media screen and (max-width: 767px) {
  .l_item_gold_product_wrapper::before {
    width: 112px;
    height: 79px;
    top: -40px;
    right: 15px;
  }
}
.l_item_gold_product_wrapper::after {
  position: absolute;
  content: "";
  background: url(../img/icon-gold-content3.webp) center center/cover no-repeat;
  width: 274px;
  height: 249px;
  bottom: 127px;
  right: -15px;
}
@media screen and (max-width: 767px) {
  .l_item_gold_product_wrapper::after {
    background: url(../img/icon-gold-content3-sp.webp) center center/cover no-repeat;
    width: 279px;
    height: 91px;
    bottom: -69px;
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.l_item_gold_product_wrapper .icon-gold {
  position: relative;
}
.l_item_gold_product_wrapper .icon-gold::after {
  position: absolute;
  content: "";
  background: url(../img/icon-gold-content2.webp) center center/cover no-repeat;
  width: 135px;
  height: 138px;
  top: -47px;
  left: -92px;
}
@media screen and (max-width: 767px) {
  .l_item_gold_product_wrapper .icon-gold::after {
    width: 88px;
    height: 90px;
    top: -60px;
    left: 3px;
  }
}

.l_item-gold_product_item {
  width: 31.06%;
  width: calc((100% - 64.8px) / 3);
  margin-right: 32.4px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  padding: 32px 26px 31px;
}
@media screen and (max-width: 767px) {
  .l_item-gold_product_item {
    width: 100%;
    margin-right: 0;
    padding: 50px 20px 54px;
  }
  .l_item-gold_product_item + .l_item-gold_product_item {
    margin-top: 29px;
  }
}
.l_item-gold_product_item:nth-child(3n) {
  margin-right: 0;
}
.l_item-gold_product_item:nth-child(n+4) {
  margin-top: 31px;
}
@media screen and (max-width: 767px) {
  .l_item-gold_product_item:nth-child(n+4) {
    margin-top: 29px;
  }
}

.l_item-gold_product_ttl {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l_item-gold_product_ttl {
    font-size: 23px;
  }
}

.l_item-gold_product_img {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .l_item-gold_product_img img {
    display: block;
    width: 246px;
    margin: 0 auto;
  }
}

.l_item-gold_product_txt {
  margin-top: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .l_item-gold_product_txt {
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.785;
  }
}

.l_item-gold_reason {
  background-color: #fff;
  padding: 138px 0 140px;
}
@media screen and (max-width: 767px) {
  .l_item-gold_reason {
    padding: 117px 0 116px;
  }
}

.l_item-gold_reason_content {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .l_item-gold_reason_content {
    margin-top: 108px;
  }
}

.l_item-gold_reason_item {
  padding: 78px 80px 68px;
  background-color: #f8f8ef;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l_item-gold_reason_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 15px 52px;
  }
}
.l_item-gold_reason_item + .l_item-gold_reason_item {
  margin-top: 69px;
}

.l_item-gold_reason_num {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .l_item-gold_reason_num {
    top: -24px;
  }
}

.l_item-gold_reason_img img {
  width: 243px;
}

.l_item-gold_reason_right {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .l_item-gold_reason_right {
    margin-left: 0;
    margin-top: 23px;
  }
}

.l_item-gold_reason_ttl {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.48;
}
@media screen and (max-width: 767px) {
  .l_item-gold_reason_ttl {
    text-align: center;
    font-size: 23px;
    line-height: 1.434;
  }
}
.l_item-gold_reason_ttl span {
  color: #4ba042;
}

.l_item-gold_reason_txt {
  margin-top: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.647;
}
@media screen and (max-width: 767px) {
  .l_item-gold_reason_txt {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.785;
  }
}

/* ===============================================
# 竜宮オークション
=============================================== */
.l_acn_head_box {
  text-align: center;
  padding: 77px 0 113px;
}
@media screen and (max-width: 767px) {
  .l_acn_head_box {
    padding: 54px 0 65px;
  }
}
.l_acn_head_box .l_item_head_bottom {
  font-size: 36px;
  letter-spacing: -0.1em;
  margin-top: 18px;
  margin-left: 0;
}

.l_acn_head_txtimg img {
  max-width: 682px;
}

.l_sec1-txt {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 7px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l_sec1-txt {
    font-size: 13.5px;
    margin-top: 15px;
  }
}
.l_sec1-txt::before {
  position: absolute;
  content: "";
  background-color: #000;
  width: 30px;
  height: 2px;
  left: -41px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l_sec1-txt::before {
    width: 32px;
    left: -36px;
  }
}
.l_sec1-txt::after {
  position: absolute;
  content: "";
  background-color: #000;
  width: 30px;
  height: 2px;
  right: -41px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l_sec1-txt::after {
    width: 32px;
    right: -36px;
  }
}

.l_sec1_cat p {
  display: inline-block;
  margin-top: 40px;
  font-size: 24px;
  font-size: clamp(18px, 1.7569vw, 24px);
  font-weight: 700;
  letter-spacing: 0.1em;
  background-color: #d2a700;
  border-radius: 27px;
  padding: 10px 36px;
}
@media screen and (max-width: 767px) {
  .l_sec1_cat p {
    margin-top: 24px;
    font-size: 18px;
    padding: 5px 58px;
  }
}

.l_scd {
  padding-bottom: 93px;
}
@media screen and (max-width: 767px) {
  .l_scd {
    padding-bottom: 80px;
  }
}

.l_scd_box {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  padding: clamp(30px, 3.879vw, 53px) clamp(20px, 4.685vw, 64px) clamp(30px, 3.879vw, 53px) clamp(20px, 5.856vw, 80px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .l_scd_box {
    padding: 47px 0px 59px 17px;
  }
}
.l_scd_box::after {
  position: absolute;
  content: "";
  background: url(../img/chara.webp) center center/cover no-repeat;
  width: 48px;
  height: 50px;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .l_scd_box::after {
    width: 43px;
    height: 45px;
    top: -18px;
  }
}

.l_scd_ttl {
  font-size: 39px;
  font-size: clamp(30px, 2.855vw, 39px);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l_scd_ttl {
    font-size: 22px;
    margin-right: 20px;
  }
}

.l_scd_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .l_scd_info {
    margin-top: 15px;
    margin-right: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.l_scd_info_cat {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  background-color: #d2a700;
  padding: 2px 22px;
  border-radius: 14px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .l_scd_info_cat {
    font-size: 12px;
    padding: 7px 8px;
    border-radius: 999px;
  }
}

.l_scd_info_place {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.l_scd_info_place .ttl {
  font-size: 23px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .w-100 {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.785;
  }
}

.l_scd_content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l_scd_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 22px;
  }
}
.l_scd_content::after {
  position: absolute;
  content: "";
  background-color: #707070;
  width: 2px;
  height: 100%;
  left: 49%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .l_scd_content::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l_scd_content ul {
    margin-top: 25px;
  }
  .l_scd_content ul:first-child {
    margin-top: 0;
  }
}
.l_scd_content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l_scd_content ul li:nth-child(2n) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l_scd_content ul li:nth-child(2n) {
    margin-top: 25px;
  }
}

.l_scd_list_left {
  font-size: clamp(14px, 1.244vw, 17px);
  font-weight: 700;
  letter-spacing: 0.1em;
  background-color: #367937;
  color: #fff;
  padding: 15px 14px 20px 14px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .l_scd_list_left {
    padding: 13px 15px 16px 17px;
    font-size: 13px;
    border-radius: 15px;
  }
}
.l_scd_list_left span {
  font-size: clamp(20px, 2.196vw, 30px);
}
@media screen and (max-width: 767px) {
  .l_scd_list_left span {
    font-size: 24px;
  }
}

.l_scd_list_right {
  margin-left: 14px;
}
@media screen and (max-width: 767px) {
  .l_scd_list_right {
    margin-left: 10px;
  }
}

.l_scd_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l_scd_list + .l_scd_list {
  margin-top: 8px;
}

.l_scd_cat {
  font-size: clamp(12px, 1.024vw, 14px);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 8px 20px;
  padding: clamp(3px, 0.5856vw, 8px) clamp(5px, 1.464vw, 20px);
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .l_scd_cat {
    font-size: 10px;
    padding: 6px 17px;
  }
}

.bg_white {
  background-color: #fff;
}

.bg_yellow {
  background-color: #d2a700;
}

.l_scd_day {
  font-size: clamp(16px, 1.7569vw, 24px);
  font-weight: 700;
  margin-left: 17px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l_scd_day {
    font-size: 18px;
    margin-left: 10px;
  }
}

.l_acn_feature {
  background-color: #fff;
  padding: 130px 0 120px;
}
@media screen and (max-width: 767px) {
  .l_acn_feature {
    padding: 79px 0 71px;
  }
}
@media screen and (max-width: 767px) {
  .l_acn_feature .container-in {
    padding: 0;
  }
}

.l_acn_feature_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l_acn_feature_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l_acn_feature_content + .l_acn_feature_content {
  margin-top: 74px;
}
@media screen and (max-width: 767px) {
  .l_acn_feature_content + .l_acn_feature_content {
    margin-top: 67px;
  }
}

.l_acn_feature_content1::after {
  position: absolute;
  content: "";
  background: url(../img/icon-acn-feature1.webp) center center/cover no-repeat;
  width: 174px;
  height: 128px;
  bottom: -2px;
  left: -43px;
}
@media screen and (max-width: 767px) {
  .l_acn_feature_content1::after {
    width: 131px;
    height: 96px;
    bottom: 316px;
    left: 28px;
  }
}

.l_acn_feature_content2::after {
  position: absolute;
  content: "";
  background: url(../img/icon-acn-feature2.webp) center center/cover no-repeat;
  width: 141px;
  height: 174px;
  top: -32px;
  right: -62px;
}
@media screen and (max-width: 767px) {
  .l_acn_feature_content2::after {
    width: 124px;
    height: 153px;
    top: 166px;
    right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .l_acn_feature_left {
    text-align: center;
  }
}
.l_acn_feature_left img {
  width: 337px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l_acn_feature_left img {
    width: 296px;
    height: 229px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 17px;
  }
}

.l_acn_feature_right {
  margin-left: 45px;
}
@media screen and (max-width: 767px) {
  .l_acn_feature_right {
    text-align: center;
    margin-top: 35px;
    margin-left: 0;
  }
}

.l_acn_feature_no {
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-left: 20px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l_acn_feature_no {
    font-size: 19px;
    margin-left: 0;
  }
}
.l_acn_feature_no::after {
  position: absolute;
  content: "";
  background: url(../img/acn-feature-fukidasi.webp) center center/cover no-repeat;
  width: 114px;
  height: 58px;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l_acn_feature_no::after {
    width: 92px;
    height: 47px;
  }
}
.l_acn_feature_no span {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .l_acn_feature_no span {
    font-size: 23px;
  }
}

.l_acn_feature_ttl {
  margin-top: 28px;
  font-size: clamp(23px, 2.855vw, 39px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.487;
}
@media screen and (max-width: 767px) {
  .l_acn_feature_ttl {
    font-size: 27px;
    margin-top: 26px;
    line-height: 1.555;
  }
}
.l_acn_feature_ttl span {
  position: relative;
  z-index: 1;
}
.l_acn_feature_ttl span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background-color: rgba(183, 206, 80, 0.6);
  bottom: 9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l_acn_feature_ttl span::after {
    bottom: 3px;
  }
}
.l_acn_feature_ttl .font-big {
  font-size: 46px;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .l_acn_feature_ttl .font-big {
    font-size: 27px;
  }
}

.l_acn_feature_txt {
  margin-top: 11px;
  font-size: clamp(16px, 1.3177vw, 18px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.888;
}
@media screen and (max-width: 767px) {
  .l_acn_feature_txt {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.866;
  }
}
.l_acn_feature_txt span {
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l_acn_feature_txt span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
    line-height: 1.785;
  }
}

.l_acn_merit {
  padding-top: 132px;
}
@media screen and (max-width: 767px) {
  .l_acn_merit {
    padding-top: 124px;
  }
}

.l_acn_merit_box {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  padding: 46px 5.856vw 69px;
  padding: clamp(30px, 3.367vw, 46px) clamp(20px, 5.856vw, 80px) clamp(30px, 5.051vw, 69px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .l_acn_merit_box {
    padding: 20px 20px 223px;
  }
}
.l_acn_merit_box::after {
  position: absolute;
  content: "";
  background: url(../img/chara.webp) center center/cover no-repeat;
  width: 48px;
  height: 50px;
  top: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .l_acn_merit_box::after {
    top: -60px;
  }
}

.l_acn_merit_ttl {
  font-size: 30px;
  font-size: clamp(25px, 2.1961vw, 30px);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l_acn_merit_ttl {
    font-size: 22px;
    line-height: 1.59;
  }
}

.l_acn_merit_wrapper {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l_acn_merit_wrapper {
    margin-top: 30px;
  }
}

.l_acn_merit_content {
  background-color: #4ba042;
  border: 2px solid #000;
  border-radius: 15px;
  position: relative;
}
.l_acn_merit_content::before {
  position: absolute;
  content: "";
  width: 53px;
  height: 42px;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l_acn_merit_content::after {
  position: absolute;
  content: "";
}
.l_acn_merit_content:nth-child(n+4) {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .l_acn_merit_content:nth-child(n+4) {
    margin-top: 35px;
  }
}
.l_acn_merit_content:nth-child(1)::before {
  background: url(../img/acn-merit-no1.webp) center center/cover no-repeat;
}
.l_acn_merit_content:nth-child(1)::after {
  background: url(../img/acn-merit1.webp) center center/cover no-repeat;
  width: 113px;
  height: 70px;
  right: -41px;
  bottom: -20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l_acn_merit_content:nth-child(1)::after {
    right: -15px;
    bottom: -25px;
  }
}
.l_acn_merit_content:nth-child(2)::before {
  background: url(../img/acn-merit-no2.webp) center center/cover no-repeat;
}
.l_acn_merit_content:nth-child(2)::after {
  background: url(../img/acn-merit2.webp) center center/cover no-repeat;
  width: 57px;
  height: 74px;
  right: -19px;
  bottom: -22px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l_acn_merit_content:nth-child(2)::after {
    right: -12px;
    bottom: -26px;
  }
}
.l_acn_merit_content:nth-child(3)::before {
  background: url(../img/acn-merit-no3.webp) center center/cover no-repeat;
}
.l_acn_merit_content:nth-child(3)::after {
  background: url(../img/acn-merit3.webp) center center/cover no-repeat;
  width: 121px;
  height: 74px;
  right: -58px;
  bottom: -27px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l_acn_merit_content:nth-child(3)::after {
    right: -37px;
    bottom: -29px;
  }
}
.l_acn_merit_content:nth-child(4)::before {
  background: url(../img/acn-merit-no4.webp) center center/cover no-repeat;
}
.l_acn_merit_content:nth-child(4)::after {
  background: url(../img/acn-merit4.webp) center center/cover no-repeat;
  width: 96px;
  height: 103px;
  right: -24px;
  bottom: -8px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l_acn_merit_content:nth-child(4)::after {
    right: -12px;
    bottom: -20px;
  }
}
.l_acn_merit_content:nth-child(5)::before {
  background: url(../img/acn-merit-no5.webp) center center/cover no-repeat;
}
.l_acn_merit_content:nth-child(5)::after {
  background: url(../img/acn-merit5.webp) center center/cover no-repeat;
  width: 97px;
  height: 90px;
  right: -32px;
  bottom: -20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l_acn_merit_content:nth-child(5)::after {
    right: -15px;
  }
}
.l_acn_merit_content:nth-child(6)::before {
  background: url(../img/acn-merit-no6.webp) center center/cover no-repeat;
}
.l_acn_merit_content:nth-child(6)::after {
  background: url(../img/acn-merit6.webp) center center/cover no-repeat;
  width: 107px;
  height: 51px;
  right: -30px;
  bottom: -8px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l_acn_merit_content:nth-child(6)::after {
    right: -12px;
    bottom: -12px;
  }
}
.l_acn_merit_content:nth-child(7)::before {
  background: url(../img/acn-merit-no7.webp) center center/cover no-repeat;
}

.l_acn_merit_content_col3 {
  width: 31.64%;
  height: 151px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l_acn_merit_content_col3 {
    width: 100%;
    height: 150px;
  }
  .l_acn_merit_content_col3 + .l_acn_merit_content_col3 {
    margin-top: 30px;
  }
}

.l_acn_merit_content_col1 {
  width: 100%;
  color: #fff;
  padding: 40px 10px 39px;
}
@media screen and (max-width: 767px) {
  .l_acn_merit_content_col1 {
    padding: 57px 30px 60px;
  }
}
.l_acn_merit_content_col1 ul {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l_acn_merit_content_col1 ul {
    margin-top: 43px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l_acn_merit_content_col1 ul li {
  width: 25%;
  height: 110px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.466;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l_acn_merit_content_col1 ul li {
    width: 100%;
    height: auto;
    padding-bottom: 24px;
    margin-bottom: 22px;
  }
  .l_acn_merit_content_col1 ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.l_acn_merit_content_col1 ul li::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 153px;
  height: 1px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .l_acn_merit_content_col1 ul li::before {
    height: 1.5px;
    width: 100%;
  }
}
.l_acn_merit_content_col1 ul li::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 1px;
  height: 84px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .l_acn_merit_content_col1 ul li::after {
    display: none;
  }
}
.l_acn_merit_content_col1 ul li:nth-child(4n)::after {
  display: none;
}
.l_acn_merit_content_col1 ul li:nth-child(n+5)::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .l_acn_merit_content_col1 ul li:nth-child(n+5)::before {
    display: block;
  }
}
.l_acn_merit_content_col1 ul li span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1.545;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .l_acn_merit_content_col1 ul .last::before {
    display: none !important;
  }
}

.l_acn_merit_content_col3_txt {
  font-size: clamp(14px, 1.2445vw, 17px);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.588;
}
@media screen and (max-width: 767px) {
  .l_acn_merit_content_col3_txt {
    font-size: 17px;
  }
}

.l_acn_merit_content_col1_ttl {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.acn_check {
  margin-left: 44px;
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .acn_check {
    margin-left: 11px;
    margin-top: 56px;
  }
}
.acn_check::after {
  position: absolute;
  content: "";
  background: url(../img/acn-merit-fukidasi.webp) center center/cover no-repeat;
  width: clamp(240px, 26.93vw, 368px);
  height: clamp(100px, 11.2vw, 153px);
  right: -21px;
  top: 17px;
}
@media screen and (max-width: 767px) {
  .acn_check::after {
    width: 294px;
    height: 122px;
    top: unset;
    bottom: -155px;
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .acn_check li {
    margin-top: 9px;
  }
}

.l_acn_tob {
  padding-top: 123px;
}
@media screen and (max-width: 767px) {
  .l_acn_tob {
    padding-top: 90px;
  }
}

.l_acn_tob_box {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  padding: clamp(30px, 3.806vw, 52px) clamp(20px, 5.8565vw, 80px) clamp(30px, 5.417vw, 74px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .l_acn_tob_box {
    padding: 48px 19px 55px;
  }
}
.l_acn_tob_box::after {
  position: absolute;
  content: "";
  background: url(../img/chara.webp) center center/cover no-repeat;
  width: 48px;
  height: 50px;
  top: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l_acn_tob_box::before {
  position: absolute;
  content: "";
  background: url(../img/reason3_icon3.webp) center center/cover no-repeat;
  width: 82px;
  height: 104px;
  right: 80px;
  top: -23px;
}
@media screen and (max-width: 767px) {
  .l_acn_tob_box::before {
    width: 53px;
    height: 67px;
    top: -15px;
    right: 20px;
  }
}

.l_acn_tob_ttl {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l_acn_tob_ttl {
    font-size: 22px;
  }
}

.l_acn_tob_txt {
  margin-top: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.875;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l_acn_tob_txt {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 18px;
  }
}

.l_acn_tob_content {
  margin-top: 50px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  padding: clamp(20px, 3.221vw, 44px) clamp(20px, 4.392vw, 60px) clamp(20px, 3.8799vw, 53px) clamp(20px, 4.6852vw, 64px);
}
@media screen and (max-width: 767px) {
  .l_acn_tob_content {
    margin-top: 36px;
    padding: 38px 14px 42px;
  }
}

.l_acn_tob_content_ttl {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l_acn_tob_content_ttl {
    font-size: 22px;
  }
}

.l_acn_tob_area {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 2px #4ba042;
  border-radius: 15px;
  background-color: #4ba042;
  height: 102px;
}
@media screen and (max-width: 767px) {
  .l_acn_tob_area {
    margin-top: 20px;
    height: 60px;
    border-radius: 7px;
  }
}

.l_acn_tob_area_left {
  width: 50%;
  height: 98px;
  line-height: 98px;
  background-color: #fff;
  border-radius: 15px 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .l_acn_tob_area_left {
    height: 56px;
    line-height: 56px;
    border-radius: 7px 0 0 7px;
  }
}
.l_acn_tob_area_left p {
  font-size: clamp(18px, 1.83vw, 25px);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l_acn_tob_area_left p {
    font-size: 13px;
    line-height: 1.15;
  }
}
.l_acn_tob_area_left p span {
  color: #4ba042;
}

.l_acn_tob_area_right {
  color: #fff;
  text-align: center;
  width: 50%;
  font-size: 22px;
  font-size: clamp(18px, 1.61vw, 22px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l_acn_tob_area_right {
    font-size: 13px;
  }
}
.l_acn_tob_area_right::after {
  position: absolute;
  content: "";
  background-color: #4ba042;
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 100% 51%, 0 0);
  width: 46px;
  height: 102px;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l_acn_tob_area_right::after {
    width: 26px;
    height: 60px;
    left: -24px;
  }
}
.l_acn_tob_area_right .font_big {
  font-size: clamp(32px, 3.294vw, 45px);
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .l_acn_tob_area_right .font_big {
    font-size: 30px;
    margin-left: 34px;
  }
}
.l_acn_tob_area_right .font_small {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .l_acn_tob_area_right .font_small {
    font-size: 8px;
  }
}

.l_acn_tob_content_txt {
  margin-top: 12px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l_acn_tob_content_txt {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 22px;
  }
}
.l_acn_tob_content_txt::after {
  position: absolute;
  content: "";
  background: url(../img/under-arrow.png) center center/cover no-repeat;
  width: 34px;
  height: 17px;
  bottom: -38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .l_acn_tob_content_txt::after {
    width: 23px;
    height: 11px;
    bottom: -30px;
  }
}
.l_acn_tob_content_txt span {
  font-size: 25px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l_acn_tob_content_txt span {
    font-size: 20px;
  }
}

.l_acn_tob_wrapper {
  margin-top: 62px;
}
@media screen and (max-width: 767px) {
  .l_acn_tob_wrapper {
    margin-top: 25px;
  }
}

.l_acn_tob_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #000;
  padding-bottom: 18px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .l_acn_tob_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
    margin-top: 2px;
  }
}
.l_acn_tob_item:first-child {
  margin-top: 0;
}
.l_acn_tob_item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.l_acn_tob_item:nth-child(1) .l_acn_tob_item_cmsn_right {
  color: #4ba042;
}
.l_acn_tob_item:nth-child(1) .l_acn_tob_item_cmsn_right span {
  font-weight: 700;
  font-family: "din-2014", sans-serif;
}
.l_acn_tob_item:nth-child(1) .l_acn_tob_item_list_profit {
  width: 67.81%;
  font-size: clamp(18px, 1.61vw, 22px);
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 15px 0 0 15px;
}
@media screen and (max-width: 767px) {
  .l_acn_tob_item:nth-child(1) .l_acn_tob_item_list_profit {
    font-size: 11px;
    border-radius: 10px 0 0 10px;
  }
}
.l_acn_tob_item:nth-child(1) .l_acn_tob_item_list_profit span {
  font-size: clamp(34px, 3.294vw, 45px);
  letter-spacing: 0.05em;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .l_acn_tob_item:nth-child(1) .l_acn_tob_item_list_profit span {
    font-size: 23px;
  }
}
.l_acn_tob_item:nth-child(1) .l_acn_tob_item_list_cmsn {
  width: 22.54%;
}
.l_acn_tob_item:nth-child(1) .l_acn_tob_item_list_personnel {
  width: 9.66%;
}
.l_acn_tob_item:nth-child(2) .l_acn_tob_item_list_profit {
  width: 53.12%;
}
.l_acn_tob_item:nth-child(2) .l_acn_tob_item_list_cmsn {
  width: 27.57%;
}
.l_acn_tob_item:nth-child(2) .l_acn_tob_item_list_postage {
  width: 9.66%;
}
.l_acn_tob_item:nth-child(2) .l_acn_tob_item_list_personnel {
  width: 9.66%;
}
.l_acn_tob_item:nth-child(3) .l_acn_tob_item_ttl {
  letter-spacing: -0.05em;
}
.l_acn_tob_item:nth-child(3) .l_acn_tob_item_list_profit {
  width: 57.55%;
}
.l_acn_tob_item:nth-child(3) .l_acn_tob_item_list_cmsn {
  width: 23.14%;
}
.l_acn_tob_item:nth-child(3) .l_acn_tob_item_list_postage {
  width: 9.66%;
}
.l_acn_tob_item:nth-child(3) .l_acn_tob_item_list_personnel {
  width: 9.66%;
}

.l_acn_tob_item_left {
  width: 165px;
}
@media screen and (max-width: 767px) {
  .l_acn_tob_item_left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l_acn_tob_item_ttl {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l_acn_tob_item_ttl {
    font-size: 15px;
  }
}

.l_acn_tob_item_cmsn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
}

.l_acn_tob_item_cmsn_left {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l_acn_tob_item_cmsn_left {
    font-size: 12px;
    margin-right: 3px;
  }
}

.l_acn_tob_item_cmsn_right {
  font-size: 22px;
  font-family: "din-2014", sans-serif;
}
.l_acn_tob_item_cmsn_right span {
  font-size: clamp(35px, 3.294vw, 45px);
  font-weight: 700;
  font-family: "din-2014", sans-serif;
}
@media screen and (max-width: 767px) {
  .l_acn_tob_item_cmsn_right span {
    font-size: 45px;
  }
}

.l_acn_tob_item_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  width: calc(100% - 178px);
  margin-left: 20px;
  color: #fff;
  height: 66px;
}
@media screen and (max-width: 767px) {
  .l_acn_tob_item_right {
    width: 100%;
    margin-left: 0;
    height: 35px;
    margin-top: 14px;
  }
}

.l_acn_tob_item_list_profit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #4ba042;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 15px 0 0 15px;
}
@media screen and (max-width: 767px) {
  .l_acn_tob_item_list_profit {
    font-size: 8px;
    border-radius: 10px 0 0 10px;
  }
}
.l_acn_tob_item_list_profit span {
  font-size: 33px;
  font-size: clamp(22px, 2.415vw, 33px);
  letter-spacing: 0.05em;
  margin-left: 10px;
  font-family: "din-2014", sans-serif;
}
@media screen and (max-width: 767px) {
  .l_acn_tob_item_list_profit span {
    font-size: 17px;
  }
}

.l_acn_tob_item_list_cmsn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(75, 160, 66, 0.8);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l_acn_tob_item_list_cmsn {
    font-size: 9px;
  }
}

.l_acn_tob_item_list_postage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background-color: rgba(75, 160, 66, 0.6);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l_acn_tob_item_list_postage {
    font-size: 8px;
  }
}

.l_acn_tob_item_list_personnel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background-color: rgba(75, 160, 66, 0.4);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 0 15px 15px 0;
}
@media screen and (max-width: 767px) {
  .l_acn_tob_item_list_personnel {
    border-radius: 0 10px 10px 0;
    font-size: 8px;
  }
}

.l_acn_toc {
  padding-top: 125px;
  padding-bottom: 114px;
}
@media screen and (max-width: 767px) {
  .l_acn_toc {
    padding-top: 98px;
    padding-bottom: 70px;
  }
}

.l_acn_toc_box {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  padding: clamp(30px, 3.66vw, 50px) clamp(20px, 5.856vw, 80px) clamp(30px, 5.124vw, 70px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .l_acn_toc_box {
    padding: 47px 20px 60px;
  }
}
.l_acn_toc_box::before {
  position: absolute;
  content: "";
  background: url(../img/reason3_icon2.webp) center center/cover no-repeat;
  width: 81px;
  height: 102px;
  top: -10px;
  right: 77px;
}
@media screen and (max-width: 767px) {
  .l_acn_toc_box::before {
    width: 56px;
    height: 70px;
    top: -24px;
    right: 16px;
  }
}
.l_acn_toc_box::after {
  position: absolute;
  content: "";
  background: url(../img/chara.webp) center center/cover no-repeat;
  width: 48px;
  height: 50px;
  top: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l_acn_toc_ttl {
  font-size: 30px;
  font-size: clamp(24px, 2.196vw, 30px);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l_acn_toc_ttl {
    font-size: 22px;
  }
}

.l_acn_toc_txt {
  margin-top: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.875;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l_acn_toc_txt {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 18px;
  }
}

.l_acn_toc_wrapper {
  margin-top: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l_acn_toc_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
}
.l_acn_toc_wrapper::after {
  position: absolute;
  content: "";
  background: url(../img/method2-fukidasi.png) center center/cover no-repeat;
  width: 180px;
  height: 133px;
  top: -57px;
  right: -90px;
}
@media screen and (max-width: 767px) {
  .l_acn_toc_wrapper::after {
    width: 121px;
    height: 89px;
    top: 251px;
    right: -34px;
  }
}

.l_acn_toc_item {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  text-align: center;
  width: 48.51%;
  padding: 35px 10px 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l_acn_toc_item {
    width: 100%;
    padding: 32px 10px 30px;
  }
  .l_acn_toc_item + .l_acn_toc_item {
    margin-top: 43px;
  }
}

.l_acn_toc_cat {
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #d2a700;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  width: 200px;
  height: 35px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .l_acn_toc_cat {
    font-size: 15px;
    width: 174px;
    height: 31px;
    top: -15px;
  }
}
.l_acn_toc_cat span {
  font-size: 23px;
}
@media screen and (max-width: 767px) {
  .l_acn_toc_cat span {
    font-size: 19px;
  }
}

.l_acn_toc_item_ttl {
  font-size: clamp(22px, 1.976vw, 27px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.407;
}
@media screen and (max-width: 767px) {
  .l_acn_toc_item_ttl {
    font-size: 22px;
    line-height: 1.59;
  }
}

.l_acn_toc_item_txt {
  margin-top: 27px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l_acn_toc_item_txt {
    font-size: 15px;
    margin-top: 10px;
    line-height: 1.8;
  }
}

.l_acn_toc_col1 {
  width: 100%;
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  padding: clamp(30px, 3.221vw, 44px) clamp(20px, 4.685vw, 64px) clamp(30px, 4.5387vw, 62px);
}
@media screen and (max-width: 767px) {
  .l_acn_toc_col1 {
    margin-top: 34px;
    padding: 38px 10px 39px;
  }
}
.l_acn_toc_col1 ul {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .l_acn_toc_col1 ul {
    margin-top: 22px;
  }
}
.l_acn_toc_col1 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #4ba042;
  border: 2px solid #4ba042;
  border-radius: 15px;
  height: 103px;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .l_acn_toc_col1 ul li {
    height: 60px;
    border-radius: 6px;
    margin-top: 20px;
  }
}
.l_acn_toc_col1 ul li:first-child {
  margin-top: 0;
}

.l_acn_toc_col1_ttl {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l_acn_toc_col1_ttl {
    font-size: 22px;
  }
}

.l_acn_toc_col1_txt {
  margin-top: 27px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l_acn_toc_col1_txt {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.8;
  }
}

.l_acn_toc_col1_left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #fff;
  border-radius: 15px 0 0 15px;
}
@media screen and (max-width: 767px) {
  .l_acn_toc_col1_left {
    width: 55%;
    padding-bottom: 10px;
    padding-right: 10px;
    border-radius: 6px 0 0 6px;
  }
}

.l_acn_toc_col1_left_head {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l_acn_toc_col1_left_head {
    font-size: 10px;
  }
}
.l_acn_toc_col1_left_head::before {
  position: absolute;
  content: "";
  background-color: #4ba042;
  width: 63px;
  height: 2px;
  left: -76px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l_acn_toc_col1_left_head::before {
    width: 24px;
    left: -29px;
  }
}
.l_acn_toc_col1_left_head::after {
  position: absolute;
  content: "";
  background-color: #4ba042;
  width: 63px;
  height: 2px;
  right: -76px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l_acn_toc_col1_left_head::after {
    width: 24px;
    right: -29px;
  }
}

.l_acn_toc_col1_left_price {
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .l_acn_toc_col1_left_price {
    font-size: 10px;
    margin-top: 0;
  }
}
.l_acn_toc_col1_left_price .price-small {
  font-size: clamp(30px, 2.635vw, 35px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l_acn_toc_col1_left_price .price-small {
    font-size: 16px;
  }
}
.l_acn_toc_col1_left_price .price-big {
  font-size: clamp(35px, 3.221vw, 44px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l_acn_toc_col1_left_price .price-big {
    font-size: 16px;
  }
}
.l_acn_toc_col1_left_price .price-mid {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l_acn_toc_col1_left_price .price-mid {
    font-size: 10px;
  }
}

.l_acn_toc_col1_right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 15px 15px 0;
  font-size: clamp(18px, 1.61vw, 22px);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 12px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l_acn_toc_col1_right {
    width: 45%;
    font-size: 13px;
    line-height: 1;
    padding-bottom: 0;
  }
}
.l_acn_toc_col1_right::after {
  position: absolute;
  content: "";
  background-color: #4ba042;
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 100% 51%, 0 0);
  width: 46px;
  height: 102px;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l_acn_toc_col1_right::after {
    height: 60px;
    width: 26px;
    left: -24px;
  }
}
.l_acn_toc_col1_right .price-big {
  font-size: clamp(38px, 3.294vw, 45px);
}
@media screen and (max-width: 767px) {
  .l_acn_toc_col1_right .price-big {
    font-size: 25px;
    margin-left: 10px;
  }
}
.l_acn_toc_col1_right .price-small {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .l_acn_toc_col1_right .price-small {
    font-size: 10px;
  }
}
.l_acn_toc_col1_right .price-mid {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l_acn_toc_col1_right .price-mid {
    font-size: 8px;
  }
}

.l_acn_flow {
  padding: 108px 0 116px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l_acn_flow {
    padding: 60px 0 78px;
  }
}

.l_acn_flow_box {
  margin-top: 50px;
  background-color: rgba(237, 238, 215, 0.4);
  padding: clamp(30px, 4.538vw, 62px) clamp(20px, 5.856vw, 80px) clamp(30px, 5.783vw, 79px);
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .l_acn_flow_box {
    margin-top: 40px;
    padding: 56px 20px 60px;
  }
}
.l_acn_flow_box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 63px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l_acn_flow_box ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
}
.l_acn_flow_box ul li::after {
  position: absolute;
  content: "";
  background: url(../img/icon-acn-flow.png) center center/cover no-repeat;
  width: 28px;
  height: 14px;
  bottom: -41px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .l_acn_flow_box ul li::after {
    bottom: -27px;
  }
}
.l_acn_flow_box ul li:first-child {
  margin-top: 0;
}
.l_acn_flow_box ul li:last-child::after {
  display: none;
}

.l_acn_flow_left {
  width: 38.71%;
}
@media screen and (max-width: 767px) {
  .l_acn_flow_left {
    width: 100%;
  }
}
.l_acn_flow_left img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l_acn_flow_left img {
    border-radius: 15px 15px 0 0;
  }
}

.l_acn_flow_right {
  width: 61.29%;
  background-color: #fff;
  border-radius: 0 15px 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 0 37px;
}
@media screen and (max-width: 767px) {
  .l_acn_flow_right {
    width: 100%;
    border-radius: 0 0 15px 15px;
    padding: 18px 13px 40px;
  }
}

.l_acn_flow_right_ttl {
  font-size: clamp(24px, 2.196vw, 30px);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l_acn_flow_right_ttl {
    text-align: center;
    font-size: 22px;
  }
}

.l_acn_flow_right_txt {
  margin-top: 12px;
  font-size: clamp(12px, 1.2445vw, 17px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.647;
}
@media screen and (max-width: 767px) {
  .l_acn_flow_right_txt {
    font-size: 14px;
    margin-top: 13px;
    line-height: 1.785;
  }
}

.l_acn_faq {
  padding: 103px 0 110px;
}
@media screen and (max-width: 767px) {
  .l_acn_faq {
    padding: 70px 0 80px;
  }
}

.l_acn_faq-wrapper {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .l_acn_faq-wrapper {
    margin-top: 51px;
  }
}

.faq-item {
  background: white;
  color: #000;
  margin-bottom: 40px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .faq-item {
    margin-bottom: 30px;
  }
}
.faq-item:last-child {
  margin-bottom: 0;
}

/* 質問ボタン */
.faq-question {
  width: 100%;
  padding: 25px 28px 22px 110px;
  font-size: 25px;
  font-size: clamp(18px, 1.83vw, 25px);
  text-align: left;
  border: none;
  background: white;
  color: #000;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq-question {
    padding: 20px 15px 20px 54px;
    font-size: 18px;
    line-height: 1.333;
  }
}

.faq-question::before {
  position: absolute;
  content: "Q";
  font-size: 40px;
  font-weight: 700;
  color: #4ba042;
  left: 37px;
}
@media screen and (max-width: 767px) {
  .faq-question::before {
    font-size: 30px;
    left: 19px;
  }
}

/* + - アイコンのデザイン */
.faq-icon {
  font-size: 36px;
  font-weight: 900;
  margin-right: 15px;
  color: #4ba142;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .faq-icon {
    font-size: 25px;
    margin-right: 0;
    margin-left: 10px;
  }
}

/* 回転アニメーション */
.faq-item.open .faq-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* 回答部分（初期状態は非表示） */
.faq-answer {
  max-height: 0; /* 初期状態で閉じている */
  overflow: hidden;
  padding: 0 119px 0 110px;
  font-size: 17px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.647;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: max-height 0.6s ease-in-out, padding 0.2s ease-in-out;
  transition: max-height 0.6s ease-in-out, padding 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .faq-answer {
    font-size: 14px;
    line-height: 1.785;
    -webkit-transition: max-height 0.6s ease-in-out, padding 0s ease-in-out;
    transition: max-height 0.6s ease-in-out, padding 0s ease-in-out;
  }
}

/* 開いているとき */
.faq-item.open .faq-answer {
  max-height: 1000px !important; /* 大きめの値を指定（実際の内容より大きく設定） */
  padding: 28px 119px 39px 110px;
}
@media screen and (max-width: 767px) {
  .faq-item.open .faq-answer {
    padding: 20px 20px 25px 54px;
  }
}

/* ===============================================
# 士業の方へ
=============================================== */
.l_item_head_box-pro {
  padding: 119px 0 128px;
  margin-left: 61px;
}
@media screen and (max-width: 767px) {
  .l_item_head_box-pro {
    padding: 55px 0 40px;
    margin-left: 0;
  }
}
.l_item_head_box-pro .l_item_head_txtimg img {
  max-width: 828px;
}

.pro_sec1 {
  padding-bottom: 109px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pro_sec1 {
    padding-bottom: 70px;
  }
}

.slider-pro .slick-slide {
  width: 342px;
  height: auto;
  position: relative;
  overflow: hidden;
  margin: 0 40px;
}

.slider-pro .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pro_sec1_equal {
  width: 296px;
  margin: 40px auto 0;
}

.pro_sec1_txt {
  display: inline-block;
  margin-top: 80px;
  font-size: clamp(16px, 1.6837vw, 23px);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .pro_sec1_txt {
    text-align: center;
    font-size: 17px;
    line-height: 1.588;
    margin-top: 38px;
  }
}
.pro_sec1_txt span {
  position: relative;
}
.pro_sec1_txt span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background-color: #b7ce50;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .pro_sec1_txt span::after {
    height: 8px;
    bottom: 0;
  }
}

.pro_reason {
  background-color: #fff;
  padding: 102px 0 128px;
}
@media screen and (max-width: 767px) {
  .pro_reason {
    padding: 112px 0 74px;
  }
}
.pro_reason .sec_sub_ttl {
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .pro_reason .sec_sub_ttl {
    margin-top: 7px;
  }
}

.pro_reason_content {
  margin-top: 88px;
}
@media screen and (max-width: 767px) {
  .pro_reason_content {
    margin-top: 58px;
  }
}

.pro_reason_ttl {
  margin-top: 13px;
  text-align: center;
  font-size: clamp(30px, 2.855vw, 39px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.38;
}
@media screen and (max-width: 767px) {
  .pro_reason_ttl {
    font-size: 27px;
    line-height: 1.555;
  }
}
.pro_reason_ttl span {
  display: inline;
  position: relative;
  z-index: 0;
}
.pro_reason_ttl span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background-color: rgba(183, 206, 80, 0.6);
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .pro_reason_ttl span::after {
    bottom: 0px;
    height: 16px;
  }
}
.pro_reason_ttl span p {
  display: inline;
  font-size: 46px;
}
@media screen and (max-width: 767px) {
  .pro_reason_ttl span p {
    font-size: 27px;
  }
}

.pro_reason1_box {
  background-color: rgba(237, 238, 215, 0.4);
  border-radius: 20px;
  padding: 41px clamp(20px, 5.8565vw, 80px) 60px;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .pro_reason1_box {
    margin-top: 58px;
    padding: 44px 20px 48px;
  }
}

.pro_reason1_box_ttl {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pro_reason1_box_ttl {
    font-size: 22px;
  }
}

.pro_reason1_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .pro_reason1_wrapper {
    margin-top: 24px;
  }
}

.pro_reason1_img {
  position: relative;
}
.pro_reason1_img p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pro_reason1_img p {
    font-size: 14px;
  }
}

.col_3 {
  width: 32.13%;
}
.col_3:nth-child(n+4) {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .col_3 {
    width: 47.62%;
  }
  .col_3:nth-child(n+3) {
    margin-top: 14px;
  }
}

.col_4 {
  width: 23.7%;
  margin-top: 14px;
}
.col_4 p {
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .col_4 p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .col_4 {
    width: 47.62%;
  }
}

.pro_reason1_ex {
  margin-top: 37px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pro_reason1_ex {
    margin-top: 53px;
  }
}
.pro_reason1_ex h5 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .pro_reason1_ex h5 {
    font-size: 18px;
  }
}
.pro_reason1_ex p {
  margin-top: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .pro_reason1_ex p {
    margin-top: 9px;
    text-align: justify;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}

.pro_reason2 {
  margin-top: 152px;
}
@media screen and (max-width: 767px) {
  .pro_reason2 {
    margin-top: 67px;
  }
}

.pro_reason2_box {
  background-color: rgba(237, 238, 215, 0.4);
  border-radius: 20px;
  margin-top: 68px;
  padding: 48px 80px 49px;
  padding: 48px clamp(20px, 5.8565vw, 80px) 49px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pro_reason2_box {
    margin-top: 78px;
    padding: 44px 20px 66px;
  }
}
.pro_reason2_box::before {
  position: absolute;
  content: "";
  background: url(../img/pro-reason2-fukidasi.webp) center center/cover no-repeat;
  width: 137px;
  height: 101px;
  top: -35px;
  right: 80px;
  right: clamp(20px, 5.8565vw, 80px);
}
@media screen and (max-width: 767px) {
  .pro_reason2_box::before {
    width: 122px;
    height: 90px;
    top: -52px;
    right: -9px;
  }
}
.pro_reason2_box::after {
  position: absolute;
  content: "";
  background: url(../img/auction-icon.webp) center center/cover no-repeat;
  width: 91px;
  height: 70px;
  top: 70px;
  left: 80px;
}
@media screen and (max-width: 767px) {
  .pro_reason2_box::after {
    display: none;
  }
}
.pro_reason2_box .sec_btn {
  margin-top: 33px;
}
.pro_reason2_box .sec_btn a {
  padding: 10px 38px 9px 25px;
}
@media screen and (max-width: 767px) {
  .pro_reason2_box .sec_btn {
    margin-top: 30px;
  }
  .pro_reason2_box .sec_btn a {
    padding: 9px 65px 9px 64px;
  }
}

.pro_reason2_box_ttl {
  font-size: clamp(20px, 1.83vw, 25px);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .pro_reason2_box_ttl {
    font-size: 22px;
    line-height: 1.59;
  }
}

.pro_reason2_cat {
  margin-top: 20px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  background-color: #d2a700;
  padding: 5px 88px;
  border-radius: 27px;
}
@media screen and (max-width: 767px) {
  .pro_reason2_cat {
    margin-top: 23px;
    padding: 5px 58px;
  }
}

.pro_reason2_box_txt {
  margin-top: 22px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.733;
}
@media screen and (max-width: 767px) {
  .pro_reason2_box_txt {
    margin-top: 28px;
    text-align: justify;
    line-height: 1.8;
  }
}

.pro_reason2_img_wrapper {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pro_reason2_img_wrapper {
    margin-top: 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.pro_reason2_img_wrapper img {
  display: block;
  width: 48.88%;
}
@media screen and (max-width: 767px) {
  .pro_reason2_img_wrapper img {
    width: 100%;
    margin-top: 15px;
  }
  .pro_reason2_img_wrapper img:last-child {
    margin-top: 0;
  }
}

.pro_reason2-2_box {
  margin-top: 29px;
  text-align: center;
  background-color: rgba(237, 238, 215, 0.4);
  border-radius: 20px;
  padding: 39px clamp(20px, 5.8565vw, 80px) 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pro_reason2-2_box {
    padding: 60px 20px;
    margin-top: 30px;
  }
}
.pro_reason2-2_box::after {
  position: absolute;
  content: "";
  background: url(../img/icon-pro-reason2.webp) center center/cover no-repeat;
  width: 102px;
  height: 113px;
  top: -11px;
  right: clamp(20px, 3.66vw, 50px);
}
@media screen and (max-width: 767px) {
  .pro_reason2-2_box::after {
    top: unset;
    bottom: 46px;
    right: 24px;
    width: 96px;
    height: 106px;
  }
}
.pro_reason2-2_box img {
  max-width: 451px;
}
@media screen and (max-width: 767px) {
  .pro_reason2-2_box img {
    width: 264px;
  }
}
.pro_reason2-2_box p {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .pro_reason2-2_box p {
    margin-top: 30px;
    max-width: 184px;
    text-align: justify;
    font-size: 15px;
    line-height: 1.43;
  }
}
.pro_reason2-2_box p span {
  font-size: 23px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .pro_reason2-2_box p span {
    font-size: 18px;
  }
}

.pro_price {
  padding: 105px 0 110px;
}
@media screen and (max-width: 767px) {
  .pro_price {
    padding: 70px 0 80px;
  }
}
.pro_price .sec_sub_ttl {
  margin-top: 4px;
}

.pro_price_content {
  background-color: #edeed6;
  border-radius: 20px;
  padding: 46px 47px 34px;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .pro_price_content {
    margin-top: 52px;
    padding: 55px 34px 70px;
  }
}

.pro_price_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pro_price_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.pro_price_item {
  text-align: center;
  width: 29.85%;
}
@media screen and (max-width: 767px) {
  .pro_price_item {
    width: 100%;
  }
  .pro_price_item + .pro_price_item {
    margin-top: 26px;
  }
}
.pro_price_item:nth-child(1) .pro_price_body img {
  width: 160px;
}
.pro_price_item:nth-child(2) {
  position: relative;
}
.pro_price_item:nth-child(2)::after {
  position: absolute;
  content: "";
  background: #000;
  width: 2px;
  height: 100%;
  right: -26px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .pro_price_item:nth-child(2)::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pro_price_item:nth-child(2) {
    padding-right: 0;
    border-right: none;
    border-bottom: 2px solid #000;
    padding-bottom: 28px;
  }
}
.pro_price_item:nth-child(2) .pro_price_body img {
  width: 141px;
}
.pro_price_item:nth-child(3) .pro_price_body img {
  width: 183px;
}

.pro_price_body {
  margin-top: 20px;
}

.pro_price_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(14px, 1.3177vw, 18px);
  font-weight: 700;
  letter-spacing: 0.1em;
  max-width: 260px;
  height: 37px;
  border-radius: 999px;
  background-color: #d2a700;
}
@media screen and (max-width: 767px) {
  .pro_price_cat {
    font-size: 15px;
    height: 30px;
    margin: 0 auto;
  }
}

.pro_price_txt {
  margin-top: 35px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.733;
  margin-left: 33px;
}
@media screen and (max-width: 767px) {
  .pro_price_txt {
    margin-left: 0;
    font-size: 14px;
    line-height: 1.785;
    margin-top: 59px;
  }
}

.pro_service {
  background-color: #fff;
  padding: 107px 0 116px;
}
@media screen and (max-width: 767px) {
  .pro_service {
    padding: 80px 0 86px;
  }
}
.pro_service .sec_sub_ttl {
  margin-top: 4px;
}

.pro_service_box {
  background-color: #f8f8ef;
  border-radius: 20px;
  margin-top: 42px;
  padding: clamp(30px, 5.1244vw, 70px) clamp(20px, 5.8565vw, 80px);
}
@media screen and (max-width: 767px) {
  .pro_service_box {
    padding: 68px 17px 75px;
    margin-top: 45px;
  }
}

.pro_service_head {
  margin-top: 40px;
  font-size: clamp(20px, 1.83vw, 25px);
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .pro_service_head {
    font-size: 17px;
    margin-top: 24px;
    line-height: 1.588;
  }
}
.pro_service_head span {
  position: relative;
  z-index: 1;
}
.pro_service_head span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background-color: rgba(183, 206, 80, 0.6);
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .pro_service_head span::after {
    height: 8px;
    bottom: 0;
  }
}

.pro_service_txt {
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.733;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .pro_service_txt {
    margin-top: 40px;
  }
}

.pro_service_cat {
  text-align: center;
}
.pro_service_cat p {
  margin-top: 67px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  background-color: #d2a700;
  padding: 5px 60px;
  border-radius: 999px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .pro_service_cat p {
    font-size: 15px;
    padding: 4px 26px;
    margin-top: 47px;
  }
}

.pro_service_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .pro_service_wrapper {
    margin-top: 23px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pro_service_wrapper li {
  width: 12.16%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: clamp(70px, 7.17423vw, 98px);
  background-color: #4ba042;
  border-radius: 20px;
  font-size: clamp(14px, 1.3177vw, 18px);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pro_service_wrapper li {
    width: 60px;
    height: 62px;
    margin-right: 13.7px;
    font-size: 12px;
    border-radius: 15px;
  }
  .pro_service_wrapper li:nth-child(4) {
    margin-right: 0;
  }
  .pro_service_wrapper li:nth-child(n+5) {
    margin-top: 13.7px;
  }
}

/* ===============================================
# 会社概要
=============================================== */
.company_read {
  background-color: #d5d69f;
  text-align: center;
  padding: 106px 0 108px;
}
@media screen and (max-width: 767px) {
  .company_read {
    padding: 69px 0 68px;
  }
}
.company_read .container-in {
  padding: 0 5px;
}
.company_read h2 {
  font-size: clamp(35px, 4.0263vw, 55px);
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .company_read h2 {
    font-size: 29px;
    text-align: left;
    margin-left: 35px;
    letter-spacing: 0;
    line-height: 1.435;
  }
}
.company_read p {
  margin-top: 48px;
  font-size: clamp(16px, 1.4641vw, 20px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 2.6;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company_read p {
    text-align: justify;
    padding: 0 35px;
    font-size: 17px;
    line-height: 2.47;
    letter-spacing: 0.1em;
    margin-top: 36px;
  }
}
.company_read p::before {
  position: absolute;
  content: "";
  background: url(../img/company-icon1.webp) center center/cover no-repeat;
  width: 294px;
  height: 416px;
  left: 4px;
  bottom: -157px;
}
@media screen and (max-width: 767px) {
  .company_read p::before {
    background: url(../img/company-icon1-sp.webp) center center/cover no-repeat;
    width: 98px;
    height: 112px;
    left: 20px;
    bottom: -150px;
  }
}
.company_read p::after {
  position: absolute;
  content: "";
  background: url(../img/company-icon2.webp) center center/cover no-repeat;
  width: 294px;
  height: 416px;
  right: -1px;
  bottom: -171px;
}
@media screen and (max-width: 767px) {
  .company_read p::after {
    background: url(../img/company-icon2-sp.webp) center center/cover no-repeat;
    width: 106px;
    height: 123px;
    right: 20px;
    bottom: -150px;
  }
}
.company_read img {
  width: 128px;
  margin-top: 51px;
}
@media screen and (max-width: 767px) {
  .company_read img {
    width: 92px;
  }
}

.company_message {
  background: url(../img/company-message.webp) center center/cover no-repeat;
  width: 100%;
  height: auto;
  padding: 154px 77px 152px 20px;
}
@media screen and (max-width: 767px) {
  .company_message {
    padding: 84px 40px 191px;
    background: url(../img/company-message-sp.webp) center center/cover no-repeat;
  }
}

.company_message_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company_message_right {
  max-width: 553px;
  margin-left: auto;
}
.company_message_right h2 {
  font-family: "montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.company_message_right p {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.352;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .company_message_right p {
    font-size: 14px;
    line-height: 1.785;
    margin-top: 42px;
  }
}

.company_message_name {
  margin-top: 35px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .company_message_name {
    margin-top: 112px;
    font-size: 18px;
    line-height: 1.7777;
  }
}

.company_message_ceo {
  margin-top: 19px;
  font-size: 25px;
  letter-spacing: 0.14em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .company_message_ceo {
    margin-top: 18px;
  }
}
.company_message_ceo span {
  font-size: 13px;
}

.company_info {
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .company_info {
    padding-top: 83px;
  }
}

.company_info_box {
  background-color: rgba(237, 238, 215, 0.4);
  border-radius: 20px;
  padding: 0px 80px 103px;
  padding: 0px clamp(20px, 5.8565vw, 80px) 78px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company_info_box {
    padding: 0 20px 50px;
  }
}
.company_info_box .sec_ttl_box {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .company_info_box .sec_ttl_box {
    top: -26px;
  }
}

.company_info_wrap {
  padding-top: 159px;
}
@media screen and (max-width: 767px) {
  .company_info_wrap {
    padding-top: 115px;
  }
}
.company_info_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(15px, 1.3177vw, 18px);
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.722;
  border-bottom: 1px solid #000;
  padding-bottom: 23px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .company_info_wrap dl {
    font-size: 15px;
    letter-spacing: 0;
    padding-bottom: 9px;
    margin-top: 10px;
  }
}
.company_info_wrap dl:last-child {
  border: none;
}
.company_info_wrap dl dt {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .company_info_wrap dl dt {
    width: 90px;
  }
}
.company_info_wrap dl dd {
  width: calc(100% - 150px);
}
@media screen and (max-width: 767px) {
  .company_info_wrap dl dd {
    width: calc(100% - 90px);
  }
}

.company .access {
  padding-top: 137px;
  padding-bottom: 162px;
}
@media screen and (max-width: 767px) {
  .company .access {
    padding-top: 57px;
    padding-bottom: 111px;
  }
}
.company .access_wrapper {
  margin-top: 0;
}
.company .access_code {
  font-size: 18px;
  line-height: 1.722;
}
@media screen and (max-width: 767px) {
  .company .access_code {
    font-size: 14px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .company .access_code .margin {
    display: inline-block;
    margin: 20px 0;
    border-bottom: none;
  }
}
.company .access_code span {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .company .access_map {
    margin-top: 65px;
  }
}
.company .access_map iframe {
  border-radius: 0;
  height: 591px;
}
@media screen and (max-width: 767px) {
  .company .access_map iframe {
    height: 550px;
  }
}
.company .info {
  margin-top: 168px;
}
@media screen and (max-width: 767px) {
  .company .info {
    margin-top: 115px;
  }
}

.company-section-info {
  padding-bottom: 88px;
}
@media screen and (max-width: 767px) {
  .company-section-info {
    padding-bottom: 110px;
  }
}
.company-section-info .info {
  margin-top: 0;
}

/* ===============================================
# 採用recruit
=============================================== */
.recruit_fv {
  padding: 73px 20px 0;
  background-color: #d5d69f;
}
@media screen and (max-width: 767px) {
  .recruit_fv {
    padding: 59px 0 0;
  }
}

.recruit_fv_wrapper {
  text-align: center;
  position: relative;
}
.recruit_fv_wrapper::before {
  position: absolute;
  content: "";
  background: url(../img/recruit-fv-icons-left.webp) center center/cover no-repeat;
  width: 174px;
  height: 717px;
  top: -18px;
  left: -20px;
}
@media screen and (max-width: 767px) {
  .recruit_fv_wrapper::before {
    background: url(../img/recruit-fv-icons-left-sp.webp) center center/cover no-repeat;
    width: 41px;
    height: 844px;
    left: -20px;
  }
}
.recruit_fv_wrapper::after {
  position: absolute;
  content: "";
  width: 131px;
  background: url(../img/recruit-fv-icons-right.webp) center center/cover no-repeat;
  height: 722px;
  top: -22px;
  right: -8px;
}
@media screen and (max-width: 767px) {
  .recruit_fv_wrapper::after {
    background: url(../img/recruit-fv-icons-right-sp.webp) center center/cover no-repeat;
    width: 48px;
    height: 846px;
    right: -20px;
  }
}

.recruit_fv_ttl_en {
  font-family: "montserrat", sans-serif;
}
.recruit_fv_ttl_en span {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.recruit_fv_ttl {
  margin-top: 50px;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.369;
}
@media screen and (max-width: 767px) {
  .recruit_fv_ttl {
    margin-top: 18px;
    font-size: 32px;
    line-height: 1.375;
    letter-spacing: 0;
  }
}

.recruit_fv_txt {
  margin-top: 57px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .recruit_fv_txt {
    margin-top: 25px;
    padding: 0 36px;
    font-size: 17px;
    line-height: 2.47;
    text-align: justify;
  }
}

.recruit_fv_bottom {
  display: block;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .recruit_fv_bottom {
    margin-top: 50px;
  }
}

.recruit_profile {
  padding: 100px 0 110px;
}
@media screen and (max-width: 767px) {
  .recruit_profile {
    padding: 63px 0 91px;
  }
}

.recruit_profile_wrapper {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .recruit_profile_wrapper {
    margin-top: 50px;
  }
}

.recruit_profile_item {
  position: relative;
}
.recruit_profile_item + .recruit_profile_item {
  margin-top: 29px;
}
@media screen and (max-width: 767px) {
  .recruit_profile_item + .recruit_profile_item {
    margin-top: 40px;
  }
}
.recruit_profile_item:nth-child(1)::after {
  position: absolute;
  content: "";
  background: url(../img/recruit-fv-icon1.webp) center center/cover no-repeat;
  width: 150px;
  height: 129px;
  left: -91px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .recruit_profile_item:nth-child(1)::after {
    display: none;
  }
}
.recruit_profile_item:nth-child(2)::after {
  position: absolute;
  content: "";
  background: url(../img/recruit-fv-icon2.webp) center center/cover no-repeat;
  width: 125px;
  height: 130px;
  right: -47px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .recruit_profile_item:nth-child(2)::after {
    display: none;
  }
}
.recruit_profile_item:nth-child(3)::after {
  position: absolute;
  content: "";
  background: url(../img/recruit-fv-icon3.webp) center center/cover no-repeat;
  width: 110px;
  height: 126px;
  left: -61px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .recruit_profile_item:nth-child(3)::after {
    display: none;
  }
}
.recruit_profile_item:nth-child(4)::after {
  position: absolute;
  content: "";
  background: url(../img/recruit-fv-icon4.webp) center center/cover no-repeat;
  width: 171px;
  height: 116px;
  right: -59px;
  bottom: -3px;
}
@media screen and (max-width: 767px) {
  .recruit_profile_item:nth-child(4)::after {
    width: 121px;
    right: -10px;
    bottom: 0;
    height: 82px;
  }
}

.recruit_check {
  background-color: #e1e2bb;
  padding: 110px 0 117px;
}
@media screen and (max-width: 767px) {
  .recruit_check {
    padding: 95px 0 82px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_check .container-in {
    padding: 0;
  }
}

.recruit_check-read {
  margin-top: 40px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.545;
}
@media screen and (max-width: 767px) {
  .recruit_check-read {
    font-size: 17px;
    line-height: 1.588;
  }
}

.recruit_check_wrapper {
  margin-top: 76px;
}
@media screen and (max-width: 767px) {
  .recruit_check_wrapper {
    margin-top: 40px;
    padding: 0 20px;
  }
}

.recruit_ex {
  padding: 104px 0 122px;
}
@media screen and (max-width: 767px) {
  .recruit_ex {
    padding: 80px 0 72px;
  }
}
.recruit_ex .container-in {
  padding: 0;
}

.recruit_ex_read {
  font-size: clamp(16px, 1.61vw, 22px);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 27px;
}

.recruit_ex_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 965px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .recruit_ex_wrapper {
    display: block;
    margin-top: 27px;
    padding-left: 20px;
    overflow-x: auto; /* **横スクロールを明示** */
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory; /* **スライド位置をスナップ** */
  }
}

.recruit_ex_item {
  width: 32.19%;
  background-color: #edeed6;
  border-radius: 20px;
  text-align: center;
  padding-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .recruit_ex_item {
    width: 266px !important;
    margin-right: 24px;
    -ms-flex-negative: 0;
        flex-shrink: 0; /* **スライドが縮まないようにする** */
    scroll-snap-align: start; /* **スクロール位置を調整** */
  }
}
.recruit_ex_item h3 {
  font-size: clamp(18px, 1.683vw, 23px);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 10px;
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #d2a700;
  text-align: center;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 767px) {
  .recruit_ex_item h3 {
    font-size: 19px;
    height: 75px;
  }
}
.recruit_ex_item picture {
  height: 280px;
}
@media screen and (max-width: 767px) {
  .recruit_ex_item picture {
    height: 230px;
  }
}
.recruit_ex_item picture img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  height: 100%;
}
.recruit_ex_item:nth-child(1) picture {
  display: block;
  text-align: center;
  margin-top: -3px;
}
.recruit_ex_item:nth-child(1) picture img {
  max-width: 260px;
}
@media screen and (max-width: 767px) {
  .recruit_ex_item:nth-child(1) picture img {
    max-width: 220px;
    margin: 0 auto;
  }
}
.recruit_ex_item:nth-child(1) .recruit_ex_comment {
  text-align: center;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .recruit_ex_item:nth-child(1) .recruit_ex_comment {
    margin-top: 32px;
  }
}
.recruit_ex_item:nth-child(1) .recruit_ex_comment img {
  max-width: 230px;
}
@media screen and (max-width: 767px) {
  .recruit_ex_item:nth-child(1) .recruit_ex_comment img {
    width: 197px;
    margin: 0 auto;
  }
}
.recruit_ex_item:nth-child(2) picture {
  display: block;
  text-align: center;
  margin-top: -1px;
}
.recruit_ex_item:nth-child(2) picture img {
  max-width: 295px;
}
@media screen and (max-width: 767px) {
  .recruit_ex_item:nth-child(2) picture img {
    max-width: 237px;
    margin: 0 auto;
  }
}
.recruit_ex_item:nth-child(2) .recruit_ex_comment {
  text-align: center;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .recruit_ex_item:nth-child(2) .recruit_ex_comment {
    margin-top: 32px;
  }
}
.recruit_ex_item:nth-child(2) .recruit_ex_comment img {
  width: 211px;
}
@media screen and (max-width: 767px) {
  .recruit_ex_item:nth-child(2) .recruit_ex_comment img {
    width: 181px;
    margin: 0 auto;
  }
}
.recruit_ex_item:nth-child(3) picture {
  display: block;
  text-align: center;
  margin-top: -19px;
}
@media screen and (max-width: 767px) {
  .recruit_ex_item:nth-child(3) picture {
    margin-top: 0;
  }
}
.recruit_ex_item:nth-child(3) picture img {
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  .recruit_ex_item:nth-child(3) picture img {
    max-width: 210px;
    margin: 0 auto;
  }
}
.recruit_ex_item:nth-child(3) .recruit_ex_comment {
  text-align: center;
  margin-top: 30px;
}
.recruit_ex_item:nth-child(3) .recruit_ex_comment img {
  width: 229px;
}
@media screen and (max-width: 767px) {
  .recruit_ex_item:nth-child(3) .recruit_ex_comment img {
    width: 195px;
    margin: 0 auto;
  }
}

.recruit_ex_btn {
  margin-top: 16px;
}
.recruit_ex_btn a {
  padding: 10px 69px 10px 76px;
}
@media screen and (max-width: 767px) {
  .recruit_ex_btn a {
    font-size: 15px;
    padding: 10px 62px 10px 73px;
  }
}
.recruit_ex_btn a::before {
  position: absolute;
  content: "";
  background: url(../img/recruit-ex-btn.webp) center center/cover no-repeat;
  width: 33px;
  height: 27px;
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .recruit_ex_btn a::before {
    left: 30px;
  }
}

.recruit_work {
  background-color: #e1e2bb;
  padding: 104px 0 110px;
}
@media screen and (max-width: 767px) {
  .recruit_work {
    padding: 63px 0 73px;
  }
}

.recruit_work_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  .recruit_work_wrapper {
    margin-top: 51px;
  }
}

.recruit_work_item {
  width: 48.65%;
  text-align: center;
  background-color: #edeed6;
  border-radius: 20px;
  padding: 40px 10px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit_work_item {
    width: 100%;
    padding: 36px 10px 30px;
  }
  .recruit_work_item + .recruit_work_item {
    margin-top: 48px;
  }
}
.recruit_work_item h3 {
  font-size: clamp(18px, 1.83vw, 25px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.52;
}
@media screen and (max-width: 767px) {
  .recruit_work_item h3 {
    font-size: 18px;
  }
}
.recruit_work_item p {
  margin-top: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .recruit_work_item p {
    font-size: 14px;
    line-height: 1.785;
  }
}
.recruit_work_item:nth-child(n+3) {
  margin-top: 50px;
}
.recruit_work_item:nth-child(1)::before {
  position: absolute;
  content: "";
  background: url(../img/recruit-work-icon1-1.webp) center center/cover no-repeat;
  width: 120px;
  height: 136px;
  top: -11px;
  right: -39px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruit_work_item:nth-child(1)::before {
    width: 66px;
    height: 75px;
    right: 11px;
    bottom: -20px;
    top: unset;
  }
}
.recruit_work_item:nth-child(1)::after {
  position: absolute;
  content: "";
  background: url(../img/recruit-work-icon1-2.webp) center center/cover no-repeat;
  width: 122px;
  height: 138px;
  top: 40px;
  left: -65px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruit_work_item:nth-child(1)::after {
    width: 85px;
    height: 96px;
    left: 0;
    top: -48px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_work_item:nth-child(3) {
    padding-bottom: 56px;
  }
}
.recruit_work_item:nth-child(3)::after {
  position: absolute;
  content: "";
  background: url(../img/recruit-work-icon3.webp) center center/cover no-repeat;
  width: 240px;
  height: 128px;
  bottom: -2px;
  left: -119px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruit_work_item:nth-child(3)::after {
    width: 127px;
    height: 68px;
    bottom: -16px;
    left: 21px;
  }
}
.recruit_work_item:nth-child(4)::after {
  position: absolute;
  content: "";
  background: url(../img/recruit-work-icon4.webp) center center/cover no-repeat;
  width: 121px;
  height: 172px;
  bottom: -2px;
  right: -47px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruit_work_item:nth-child(4)::after {
    width: 81px;
    height: 116px;
    right: 11px;
    bottom: -21px;
  }
}

.recruit_work_cat {
  position: absolute;
  top: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #d2a700;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 125px;
  height: 35px;
  border-radius: 30px;
}
.recruit_work_cat span {
  font-size: 23px;
  margin-left: 3px;
}

.recruit_info {
  padding: 97px 0 152px;
}
@media screen and (max-width: 767px) {
  .recruit_info {
    padding: 64px 0 80px;
  }
}

.recruit_info_box {
  margin-top: 40px;
  background-color: rgba(237, 238, 215, 0.4);
  border-radius: 20px;
  padding: clamp(50px, 5.27vw, 72px) clamp(20px, 5.85vw, 80px) clamp(30px, 4.172vw, 57px);
}
@media screen and (max-width: 767px) {
  .recruit_info_box {
    margin-top: 42px;
    padding: 38px 20px 66px;
  }
}
.recruit_info_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1.5px solid #000;
  padding-bottom: 36px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .recruit_info_box dl {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding-bottom: 14px;
    margin-bottom: 11px;
  }
}
.recruit_info_box dl:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.recruit_info_box dl dt {
  width: 173px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .recruit_info_box dl dt {
    width: 88px;
    font-size: 15px;
  }
}
.recruit_info_box dl dd {
  width: calc(100% - 173px);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.866;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .recruit_info_box dl dd {
    width: calc(100% - 88px);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.785;
  }
}
.recruit_info_box dl dd .big {
  display: block;
  font-size: clamp(15px, 1.537vw, 21px);
  margin-top: 30px;
}
.recruit_info_box .method_info {
  font-size: 15px;
  margin-top: 64px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.recruit_info_box .method_info span {
  margin-top: 25px;
  display: block;
}

/* ===============================================
# プライバシーポリシー
=============================================== */
.policy {
  background-color: #d5d69f;
  padding: 95px 0 127px;
}
@media screen and (max-width: 767px) {
  .policy {
    padding: 80px 20px 90px;
  }
}

.policy_wrapper {
  max-width: 806px;
  margin: 0 auto;
}

.policy_read {
  margin-top: 93px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.823;
}
@media screen and (max-width: 767px) {
  .policy_read {
    margin-top: 60px;
    font-size: 14px;
    line-height: 1.785;
  }
}

.policy_content {
  margin-top: 59px;
}
@media screen and (max-width: 767px) {
  .policy_content {
    margin-top: 50px;
  }
}
.policy_content li {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .policy_content li {
    margin-top: 50px;
  }
}
.policy_content li:first-child {
  margin-top: 0;
}
.policy_content li h2 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .policy_content li h2 {
    font-size: 17px;
    letter-spacing: 0.1em;
  }
}
.policy_content li p {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .policy_content li p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.785;
  }
}

.policy_contact {
  margin-top: 60px;
  padding-top: 18px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.823;
  border-top: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .policy_contact {
    margin-top: 50px;
    padding-top: 50px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .policy_contact span {
    display: inline-block;
    margin: 5px 0;
  }
}

/* ===============================================
# よくあるご質問
=============================================== */
.qa {
  background-color: #d5d69f;
  padding: 95px 0 136px;
}
@media screen and (max-width: 767px) {
  .qa {
    padding: 80px 0;
  }
}

.qa_wrapper {
  margin-top: 73px;
}

/* ===============================================
# 出張・店頭買取
=============================================== */
.l_item_head_box-kaitori {
  padding-top: 106px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .l_item_head_box-kaitori {
    padding-top: 56px;
  }
}
.l_item_head_box-kaitori .l_item_head_txtimg img {
  max-width: 683px;
}
.l_item_head_box-kaitori .l_item_head_bottom {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l_item_head_box-kaitori .l_item_head_bottom {
    margin-top: 21px;
  }
}
.l_item_head_box-kaitori .l_item_head_bottom img {
  width: 326px;
}

.l_kaitori_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .l_kaitori_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
}

.l_kaitori_tab + .l_kaitori_tab {
  margin-left: 58px;
}
@media screen and (max-width: 767px) {
  .l_kaitori_tab + .l_kaitori_tab {
    margin-left: 0;
    margin-top: 16px;
  }
}
.l_kaitori_tab a {
  padding: 10px 74px;
  font-size: 33px;
  font-size: clamp(25px, 2.415vw, 33px);
}
@media screen and (max-width: 767px) {
  .l_kaitori_tab a {
    font-size: 22px;
    padding: 10px 98px;
  }
}
.l_kaitori_tab a::after {
  rotate: 90deg;
  right: 31px;
  top: 37%;
}

.l_kaitori_about {
  padding-top: 99px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .l_kaitori_about {
    padding-bottom: 79px;
  }
}

.l_kaitori_about_wrapper {
  text-align: center;
}
.l_kaitori_about_wrapper h3 {
  display: inline-block;
  margin-top: 17px;
  font-size: clamp(30px, 2.708vw, 37px);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l_kaitori_about_wrapper h3 {
    font-size: 30px;
    margin-top: 2px;
  }
}
.l_kaitori_about_wrapper h3 span {
  position: relative;
}
.l_kaitori_about_wrapper h3 span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background-color: #b7ce50;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.l_kaitori_about_wrapper p {
  font-size: clamp(16px, 1.537vw, 21px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l_kaitori_about_wrapper p {
    text-align: left;
    margin-top: 27px;
    font-size: 21px;
    line-height: 1.9;
  }
}

.l_kaitori_about_logo {
  width: 47px;
  margin: 0 auto;
}

.l_kaitori_head_box_easy {
  position: relative;
}
.l_kaitori_head_box_easy::before {
  position: absolute;
  content: "";
  background: url(../img/kaitori-easy-icon1.png) center center/cover no-repeat;
  width: 153px;
  height: 110px;
  left: -20px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .l_kaitori_head_box_easy::before {
    width: 109px;
    height: 78px;
    left: 48px;
    bottom: -105px;
  }
}
.l_kaitori_head_box_easy::after {
  position: absolute;
  content: "";
  background: url(../img/kaitori-easy-icon2.png) center center/cover no-repeat;
  width: 177px;
  height: 101px;
  right: -30px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .l_kaitori_head_box_easy::after {
    width: 126px;
    height: 71px;
    right: 23px;
    bottom: -101px;
  }
}

.l_kaitori_easy {
  background-color: #fff;
  padding: 93px 0 94px;
}
@media screen and (max-width: 767px) {
  .l_kaitori_easy {
    padding: 85px 0 80px;
  }
}

.l_kaitori_head_box {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l_kaitori_head_box {
    margin-bottom: 131px;
  }
}
.l_kaitori_head_box h3 {
  font-size: 47px;
  font-size: clamp(35px, 3.44vw, 47px);
  font-weight: 700;
  letter-spacing: 0.085em;
}
@media screen and (max-width: 767px) {
  .l_kaitori_head_box h3 {
    font-size: 40px;
  }
}

.l_kaitori_head_fukidasi img {
  width: 180px;
}

.l_kaitori_easy_ttl {
  font-size: clamp(28px, 2.489vw, 34px);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .l_kaitori_easy_ttl {
    font-size: 27px;
  }
}
.l_kaitori_easy_ttl span {
  z-index: 1;
  position: relative;
}
.l_kaitori_easy_ttl span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background-color: #b7ce50;
  opacity: 0.6;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l_kaitori_easy_ttl span::after {
    left: 48%;
  }
}

.l_kaitori_easy_txt {
  font-size: clamp(14px, 1.3177vw, 18px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.888;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l_kaitori_easy_txt {
    font-size: 17px;
    margin-top: 40px;
    line-height: 1.588;
  }
}

.l_kaitori_easy_box {
  margin-top: 56px;
  background-color: rgba(237, 238, 215, 0.4);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 44px 80px 30px;
  padding: clamp(20px, 3.221vw, 44px) clamp(20px, 5.856vw, 80px) clamp(20px, 2.196vw, 30px);
}
@media screen and (max-width: 767px) {
  .l_kaitori_easy_box {
    margin-top: 49px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 20px 47px;
  }
}

.l_kaitori_easy_point {
  width: 30.15%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l_kaitori_easy_point {
    width: 100%;
  }
  .l_kaitori_easy_point + .l_kaitori_easy_point {
    margin-top: 50px;
  }
}
.l_kaitori_easy_point h4 {
  font-size: 18px;
  font-size: clamp(16px, 1.317vw, 18px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.611;
  margin-top: 17px;
  line-height: 1.333;
}
@media screen and (max-width: 767px) {
  .l_kaitori_easy_point h4 {
    font-size: 18px;
  }
}
.l_kaitori_easy_point p {
  text-align: left;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.571;
}
@media screen and (max-width: 767px) {
  .l_kaitori_easy_point p {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 19px;
  }
}

.l_kaitori_easy_point_cat {
  font-family: "din-2014", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  background-color: #d2a700;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 36px;
}
@media screen and (max-width: 767px) {
  .l_kaitori_easy_point_cat {
    height: 37px;
  }
}
.l_kaitori_easy_point_cat span {
  font-size: 23px;
}
@media screen and (max-width: 767px) {
  .l_kaitori_easy_point_cat span {
    font-size: 18px;
  }
}

.l_kaitori_head_box_fast {
  position: relative;
}
.l_kaitori_head_box_fast::before {
  position: absolute;
  content: "";
  background: url(../img/kaitori-fast-icon.webp) center center/cover no-repeat;
  width: 169px;
  height: 135px;
  left: -20px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .l_kaitori_head_box_fast::before {
    width: 135px;
    height: 108px;
    left: 10px;
    bottom: -108px;
  }
}
.l_kaitori_head_box_fast::after {
  position: absolute;
  content: "";
  background: url(../img/header-reserved-icon.png) center center/cover no-repeat;
  width: 115px;
  height: 84px;
  right: -30px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .l_kaitori_head_box_fast::after {
    width: 91px;
    height: 67px;
    right: 55px;
    bottom: -102px;
  }
}

.l_kaitori_fast {
  padding: 93px 0 94px;
}
@media screen and (max-width: 767px) {
  .l_kaitori_fast {
    padding: 80px 0;
  }
}

.l_kaitori_head_fukidasi img {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .l_kaitori_head_fukidasi img {
    width: 150px;
  }
}

.l_kaitori_fast_ttl {
  font-size: clamp(28px, 2.489vw, 34px);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .l_kaitori_fast_ttl {
    font-size: 27px;
    line-height: 1.555;
  }
}
.l_kaitori_fast_ttl span {
  z-index: 1;
  position: relative;
}
.l_kaitori_fast_ttl span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background-color: #b7ce50;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.l_kaitori_fast_time {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l_kaitori_fast_time {
    margin-top: 37px;
  }
}
.l_kaitori_fast_time p {
  display: inline-block;
  padding: 5px 27px;
  background-color: #d2a700;
  border-radius: 19px;
  font-size: 19px;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l_kaitori_fast_time p {
    background-color: transparent;
    font-size: 18px;
    padding: 2px 12px;
  }
}
.l_kaitori_fast_time .cat {
  background-color: #d2a700;
}

.l_kaitori_fast_txt {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.888;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l_kaitori_fast_txt {
    margin-top: 35px;
    font-size: 17px;
    line-height: 1.588;
  }
}

.l_kaitori_fast_box {
  margin-top: 56px;
  background-color: rgba(237, 238, 215, 0.4);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: clamp(20px, 3.221vw, 44px) clamp(20px, 5.856vw, 80px) clamp(20px, 2.196vw, 30px);
}
@media screen and (max-width: 767px) {
  .l_kaitori_fast_box {
    margin-top: 51px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 20px 47px;
  }
}

.l_kaitori_fast_point {
  width: 30.15%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l_kaitori_fast_point {
    width: 100%;
  }
  .l_kaitori_fast_point + .l_kaitori_fast_point {
    margin-top: 30px;
  }
}
.l_kaitori_fast_point h4 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.611;
  margin-top: 17px;
}
.l_kaitori_fast_point p {
  text-align: left;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.571;
}
@media screen and (max-width: 767px) {
  .l_kaitori_fast_point p {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 19px;
  }
}

.l_kaitori_fast_point_cat {
  font-family: "din-2014", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  background-color: #d2a700;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 36px;
}
@media screen and (max-width: 767px) {
  .l_kaitori_fast_point_cat {
    padding: 5px 0;
    height: 37px;
  }
}
.l_kaitori_fast_point_cat span {
  font-size: 23px;
}
@media screen and (max-width: 767px) {
  .l_kaitori_fast_point_cat span {
    font-size: 18px;
  }
}

.l_kaitori_flow {
  background-color: #fff;
  padding: 80px 0 106px;
}

.l_kaitori_flow_box {
  margin-top: 56px;
  background-color: #f8f8ef;
  border-radius: 20px;
  padding: 53px 80px 65px;
  padding: clamp(30px, 3.879vw, 53px) clamp(20px, 5.856vw, 80px) clamp(30px, 4.758vw, 65px);
}
@media screen and (max-width: 767px) {
  .l_kaitori_flow_box {
    padding: 73px 20px 70px;
  }
}

.l_kaitori_flow_head_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l_kaitori_flow_head_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l_kaitori_flow_head_wrap .trip {
  position: relative;
}
.l_kaitori_flow_head_wrap .trip::after {
  position: absolute;
  content: "";
  background: url(../img/truck-icon.webp) center center/cover no-repeat;
  width: 148px;
  height: 47px;
  top: -38px;
  left: 56%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l_kaitori_flow_head_wrap .shop {
  position: relative;
}
.l_kaitori_flow_head_wrap .shop::after {
  position: absolute;
  content: "";
  background: url(../img/header-reserved-icon.png) center center/cover no-repeat;
  width: 91px;
  height: 67px;
  top: -57px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .l_kaitori_flow_head_wrap .shop::after {
    width: 70px;
    height: 51px;
    top: -43px;
  }
}

.l_kaitori_flow_head p {
  background-color: #d2a700;
  font-size: 30px;
  font-size: clamp(24px, 2.196vw, 30px);
  font-weight: 700;
  letter-spacing: 0.085em;
  padding: 10px clamp(90px, 9.15vw, 125px);
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .l_kaitori_flow_head p {
    font-size: 22px;
    padding: 9px 0;
    text-align: center;
  }
}

.l_kaitori_flow_block {
  margin-top: 32px;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .l_kaitori_flow_block {
    margin-top: 30px;
  }
}

.l_kaitori_flow_block_first {
  padding: 25px 40px 45px;
}
@media screen and (max-width: 767px) {
  .l_kaitori_flow_block_first {
    padding: 28px 14px;
  }
}

.l_kaitori_flow_block_second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .l_kaitori_flow_block_second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
}
.l_kaitori_flow_block_second .l_kaitori_flow_block_item {
  width: 47.64%;
  background-color: #fff;
  padding: 30px 42px;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l_kaitori_flow_block_second .l_kaitori_flow_block_item {
    width: 100%;
    margin-top: 42px;
    padding: 28px 14px 33px;
  }
  .l_kaitori_flow_block_second .l_kaitori_flow_block_item:first-child {
    margin-top: 0;
  }
}
.l_kaitori_flow_block_second .l_kaitori_flow_block_item::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #4a864b;
  border-bottom: 0;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .l_kaitori_flow_block_second .l_kaitori_flow_block_item::before {
    top: -25px;
  }
}
.l_kaitori_flow_block_second .l_kaitori_flow_block_item::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #4a864b;
  border-bottom: 0;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .l_kaitori_flow_block_second .l_kaitori_flow_block_item::after {
    display: none;
  }
}

.l_kaitori_flow_block_third {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l_kaitori_flow_block_third {
    margin-top: 40px;
  }
}
.l_kaitori_flow_block_third::after {
  position: absolute;
  content: "";
  background: url(../img/kaitori-flow-icon-cash.webp) center center/cover no-repeat;
  width: 110px;
  height: 101px;
  right: 0;
  top: -24px;
}
@media screen and (max-width: 767px) {
  .l_kaitori_flow_block_third::after {
    width: 79px;
    height: 74px;
    right: -7px;
    top: -20px;
  }
}
.l_kaitori_flow_block_third .l_kaitori_flow_block_item {
  width: 100%;
  padding: 28px 40px 30px;
}
@media screen and (max-width: 767px) {
  .l_kaitori_flow_block_third .l_kaitori_flow_block_item {
    padding: 28px 14px 33px;
    position: relative;
  }
  .l_kaitori_flow_block_third .l_kaitori_flow_block_item::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-top: 14px solid #4a864b;
    border-bottom: 0;
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.l_kaitori_flow_block_four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: transparent;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l_kaitori_flow_block_four {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    margin-bottom: 100px;
  }
}
.l_kaitori_flow_block_four::before {
  position: absolute;
  content: "";
  background: url(../img/kaitori-flow-icon-truck.webp) center center/cover no-repeat;
  width: 148px;
  height: 105px;
  left: -40px;
  top: -37px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l_kaitori_flow_block_four::before {
    width: 109px;
    height: 77px;
    top: -23px;
    left: -9px;
  }
}
.l_kaitori_flow_block_four .l_kaitori_flow_block_item {
  width: 47.64%;
  background-color: #fff;
  padding: 30px 42px;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l_kaitori_flow_block_four .l_kaitori_flow_block_item {
    width: 100%;
    padding: 28px 14px 33px;
  }
}
.l_kaitori_flow_block_four .l_kaitori_flow_block_item::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #4a864b;
  border-bottom: 0;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l_kaitori_flow_block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l_kaitori_flow_block_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l_kaitori_flow_block_item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .l_kaitori_flow_block_item {
    width: 100%;
  }
}

.l_kaitori_flow_block_item-sp {
  margin-top: 40px;
  background-color: #fff;
  border-radius: 20px;
  padding: 28px 14px 33px;
  position: relative;
}
.l_kaitori_flow_block_item-sp::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #4a864b;
  border-bottom: 0;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l_kaitori_flow_block_item-left {
  margin-right: clamp(20px, 8.784vw, 120px);
}
@media screen and (max-width: 767px) {
  .l_kaitori_flow_block_item-left {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .l_kaitori_flow_block_item-right {
    background-color: #fff;
    border-radius: 20px;
    margin-top: 30px;
    padding: 28px 14px 37px;
  }
}

.l_kaitori_flow_block_ttl {
  font-size: clamp(20px, 1.9765vw, 27px);
  font-weight: 700;
  letter-spacing: 0.085em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l_kaitori_flow_block_ttl {
    font-size: 18px;
  }
}

.l_kaitori_flow_block_txt {
  font-size: clamp(14px, 1.171vw, 16px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .l_kaitori_flow_block_txt {
    font-size: 15px;
    margin-top: 14px;
  }
}

.l_kaitori_flow_block_img {
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .l_kaitori_flow_block_img {
    margin-top: 30px;
  }
}

.l_kaitori_flow_btn {
  margin-top: 19px;
}
@media screen and (max-width: 767px) {
  .l_kaitori_flow_btn {
    margin-top: 21px;
  }
}
.l_kaitori_flow_btn a {
  display: block;
  text-align: center;
  padding: 11px 0;
  font-size: clamp(18px, 1.83vw, 25px);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000;
  background-color: #dad10d;
  border-radius: 15px;
  border: 2px solid #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l_kaitori_flow_btn a {
    font-size: 22px;
    padding: 7px 0;
  }
}
.l_kaitori_flow_btn a::after {
  position: absolute;
  content: "";
  background: url(../img/arrow-icon.png) center center/cover no-repeat;
  right: 31px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 17px;
}

.l_kaitori_flow_block_note {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #367937;
  margin-top: 1px;
}
@media screen and (max-width: 767px) {
  .l_kaitori_flow_block_note {
    margin-top: 17px;
    font-size: 15px;
  }
}

.l_kaitori_flow_block_code {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.714;
}
@media screen and (max-width: 767px) {
  .l_kaitori_flow_block_code {
    font-size: 14px;
  }
}

.l_kaitori_flow_tel {
  margin-top: 30px;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .l_kaitori_flow_tel {
    margin-top: 20px;
  }
}

.l_kaitori_flow_ID {
  margin-top: 55px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l_kaitori_flow_ID {
    margin-top: 35px;
  }
}
.l_kaitori_flow_ID h4 {
  display: inline-block;
  font-size: clamp(20px, 1.976vw, 27px);
  font-weight: 700;
  letter-spacing: 0.085em;
  color: #4a864b;
}
@media screen and (max-width: 767px) {
  .l_kaitori_flow_ID h4 {
    font-size: 27px;
  }
}
.l_kaitori_flow_ID h4 span {
  position: relative;
  z-index: 1;
}
.l_kaitori_flow_ID h4 span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background-color: #b7ce50;
  opacity: 0.6;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.l_kaitori_flow_ID p {
  font-size: clamp(14px, 1.17vw, 16px);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .l_kaitori_flow_ID p {
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
    margin-top: 30px;
  }
}
.l_kaitori_flow_ID img {
  margin-top: 31px;
  max-width: 407px;
}
@media screen and (max-width: 767px) {
  .l_kaitori_flow_ID img {
    margin-top: 56px;
    width: 259px;
  }
}

.l_kaitori_flow_txt {
  margin-top: 36px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l_kaitori_flow_txt {
    font-size: 15px;
    text-align: left;
    line-height: 1.8;
  }
}

.cta_parts {
  padding: 101px 0 96px;
}

.cta_parts_item {
  max-width: 806px;
  margin: 0 auto;
}
.cta_parts_item + .cta_parts_item {
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  .cta_parts_item + .cta_parts_item {
    margin-top: 20px;
  }
}
.cta_parts_item a {
  display: block;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 25px 0 22px 63px;
}
@media screen and (max-width: 767px) {
  .cta_parts_item a {
    font-size: 18px;
    padding: 17px 0 16px 4px;
  }
}
.cta_parts_item a::after {
  right: 60px;
}
@media screen and (max-width: 767px) {
  .cta_parts_item a::after {
    right: 25px;
  }
}

/* ===============================================
# お知らせ・ブログ一覧
=============================================== */
.l_archive {
  padding: 107px 0 93px;
  background-color: #e1e2bb;
}
@media screen and (max-width: 767px) {
  .l_archive {
    padding: 80px 0;
  }
}

.l_archive_wrapper {
  margin-top: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l_archive_wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .l_archive_wrapper .t_news_item {
    margin-top: 40px;
  }
  .l_archive_wrapper .t_news_item:first-child {
    margin-top: 0;
  }
}
.l_archive_wrapper .t_news_item:nth-child(n+4) {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .l_archive_wrapper .t_news_item:nth-child(n+4) {
    margin-top: 40px;
  }
}

.archive_icon {
  text-align: center;
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .archive_icon {
    margin-top: 80px;
  }
}
.archive_icon img {
  width: 376px;
}
@media screen and (max-width: 767px) {
  .archive_icon img {
    width: 187px;
  }
}

/* ===============================================
# 買取実績
=============================================== */
.l_work {
  background-color: #e1e2bb;
  padding: 62px 20px 93px 4.02vw;
}
@media screen and (max-width: 767px) {
  .l_work {
    padding: 63px 20px 79px;
  }
}

.l_work_wrapper {
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
  gap: 65px;
}
@media screen and (max-width: 767px) {
  .l_work_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l_work_wrap {
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .l_work_wrap {
    margin-top: 11.5px;
  }
}

.l_work_item {
  background-color: rgba(255, 255, 255, 0.4);
  padding: clamp(20px, 3.66vw, 50px);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l_work_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 19px 33px;
  }
}
.l_work_item + .l_work_item {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .l_work_item_img {
    text-align: center;
  }
}
.l_work_item_img img {
  width: 17.78vw;
  max-width: 243px;
  height: 17.42vw;
  max-height: 238px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .l_work_item_img img {
    width: 244px;
    height: 220px;
  }
}

.l_work_item_right {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .l_work_item_right {
    margin-left: 0;
    margin-top: 30px;
  }
}
.l_work_item_right .published {
  font-size: 20px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .l_work_item_right .published {
    margin-top: 8px;
  }
}

.l_work_item_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l_work_item_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.l_work_ttl {
  font-size: clamp(14px, 1.83vw, 25px);
  line-height: 1.48;
  margin-top: 20px;
  margin-top: clamp(10px, 1.464vw, 20px);
}
@media screen and (max-width: 767px) {
  .l_work_ttl {
    font-size: 18px;
    text-align: center;
  }
}

.l_work_item_cat {
  font-size: clamp(14px, 1.317vw, 18px);
  font-weight: 700;
  letter-spacing: 0.1em;
  background-color: #d2a700;
  min-width: 180px;
  padding: 7px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .l_work_item_cat {
    padding: 4px 10px;
    max-width: 250px;
    min-width: 130px;
    font-size: 14px;
  }
}

.l_work_txt {
  margin-top: 17px;
  margin-top: clamp(10px, 1.2445vw, 17px);
  font-size: 17px;
  font-size: clamp(12px, 1.24vw, 17px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.647;
  max-height: 60px; /* 最初は2〜3行分の高さ */
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .l_work_txt {
    font-size: 14px;
    line-height: 1.785;
    margin-top: 11px;
    max-height: 50px;
  }
}

.l_work_txt.open {
  max-height: 500px; /* 十分に大きな値にする */
}

.more-btn {
  background-color: transparent;
  color: #4ba142;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
  margin-top: 7px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .more-btn {
    margin: 10px auto 0;
    font-size: 17px;
  }
}

.more-btn img {
  width: 14px; /* アイコンのサイズ調整 */
  height: 14px;
  margin-top: 2px;
}

.more-btn img.minus-icon {
  width: 14px;
  height: 4px; /* 「-」アイコンだけサイズ変更 */
}

.sidebar {
  max-width: 244px;
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  .sidebar {
    max-width: 296px;
    min-width: 296px;
    margin: 0 auto;
  }
}

.sidebar_wrap ul {
  margin-top: 32px;
}
.sidebar_wrap ul li {
  margin-top: 19px;
  margin-left: 40px;
}
.sidebar_wrap ul li.is-active a {
  color: #4BA142;
}
.sidebar_wrap ul li:first-child {
  margin-top: 0;
}
.sidebar_wrap ul li a {
  font-size: clamp(12px, 1.17vw, 16px);
  color: #000;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.375;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sidebar_wrap ul li a {
    font-size: 16px;
  }
}
.sidebar_wrap ul li a::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 1px;
  background-color: #000;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sideber_ttl {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sideber_ttl {
    cursor: pointer;
    position: relative;
  }
  .sideber_ttl::after {
    position: absolute;
    content: "";
    background: url(../img/under-arrow_blk.png) center center/cover no-repeat;
    width: 15px;
    height: 8px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .sideber_ttl.active::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
}

@media screen and (max-width: 767px) {
  .category-list {
    display: none;
  }
}

/* 表示状態のリスト */
/* ===============================================
# ページネーション
=============================================== */
.post-navigation {
  text-align: center;
  margin: 20px 0;
}

.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-navigation .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 35px;
  color: #000;
  margin: 0 30px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .post-navigation .page-numbers {
    font-size: 20px;
    margin: 0 9px;
  }
}

.post-navigation .page-numbers:hover {
  color: #fff;
  opacity: 0.8;
}

.post-navigation .page-numbers.current {
  color: #2c5e1a;
}

.post-navigation .page-numbers.prev,
.post-navigation .page-numbers.next {
  border-radius: 50%;
  background: #4A864B;
  width: 42px;
  height: 42px;
  aspect-ratio: 1;
}
.post-navigation .page-numbers.prev img,
.post-navigation .page-numbers.next img {
  width: 11px;
  height: 17px;
}

@media screen and (max-width: 767px) {
  .post-navigation .prev {
    margin-right: 8px;
  }
}

@media screen and (max-width: 767px) {
  .post-navigation .next {
    margin-left: 8px;
  }
}

/* ===============================================
# 詳細ページ
=============================================== */
.l_single {
  background-color: #e1e2bb;
  padding: 67px 0 133px;
}
@media screen and (max-width: 767px) {
  .l_single {
    padding: 80px 0 74px;
  }
}

.l_single_box {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  padding: 73px clamp(20px, 8.784vw, 120px) 70px;
}
@media screen and (max-width: 767px) {
  .l_single_box {
    padding: 50px 20px 70px;
  }
}
.l_single_box .published {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l_single_box .published {
    font-size: 18px;
  }
}
.l_single_box .l_single_ttl {
  margin-top: 20px;
  font-size: clamp(19px, 1.6837vw, 23px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.826;
}
@media screen and (max-width: 767px) {
  .l_single_box .l_single_ttl {
    font-size: 22px;
    margin-top: 14px;
  }
}

.l_single_img {
  margin-top: 30px;
}
.l_single_img img {
  border-radius: 20px;
}

.l_single_txt {
  margin-top: 34px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.058;
}
@media screen and (max-width: 767px) {
  .l_single_txt {
    margin-top: 39px;
    font-size: 15px;
    line-height: 1.8;
  }
}
.l_single_txt p {
  word-break: break-all;
}
.l_single_txt p iframe {
  max-width: 100%;
}

.l_single_btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .l_single_btn_wrapper {
    margin-top: 43px;
  }
}

.l_single_btn_prev {
  padding-left: 54px;
}
.l_single_btn_prev a {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000;
  position: relative;
}
.l_single_btn_prev a::after {
  position: absolute;
  content: "";
  background: url(../img/prev-icon.webp) center center/cover no-repeat;
  width: 42px;
  height: 42px;
  left: -54px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l_single_all_btn a {
  padding: 16px 89px 16px 85px;
}
@media screen and (max-width: 767px) {
  .l_single_all_btn a {
    font-size: 14px;
    padding: 12px 52px 12px 33px;
  }
}

.l_single_btn_next {
  padding-right: 54px;
}
.l_single_btn_next a {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000;
  position: relative;
}
.l_single_btn_next a::after {
  position: absolute;
  content: "";
  background: url(../img/next-icon.webp) center center/cover no-repeat;
  width: 42px;
  height: 42px;
  right: -54px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* ===============================================
# フォーム共通
=============================================== */
.form {
  background-color: #e1e2bc;
}

.form_box.confirm .contact_comfirm_input {
  font-size: 18px;
  font-weight: bold;
}

.form_top {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form_top {
    text-align: justify;
  }
}
.form_top .contact_comfirm_input {
  font-size: clamp(19px, 1.6837vw, 23px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.086;
}
@media screen and (max-width: 767px) {
  .form_top .contact_comfirm_input {
    font-size: 18px;
  }
}

.form_top > p {
  font-size: 23px;
  font-weight: bold;
  line-height: 2.0869565217;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .form_top > p {
    font-size: 17px;
    line-height: 1.8888888889;
  }
}

.form_top.confirm p {
  font-size: 23px;
  font-weight: bold;
  line-height: 2.0869565217;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .form_top.confirm p {
    font-size: 18px;
    line-height: 1.8888888889;
  }
}

.form_completion {
  text-align: center;
}

.form_top_tel {
  margin-top: 43px;
  text-align: center;
}
.form_top_tel img {
  width: 750px;
}
@media screen and (max-width: 767px) {
  .form_top_tel img {
    width: 334px;
  }
}

.form_required_txt {
  max-width: 806px;
  margin: 59px auto 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .form_required_txt {
    font-size: 14px;
    margin: 55px auto 20px;
  }
}

.form_box {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  padding: 60px 80px;
  padding: clamp(30px, 4.3923vw, 60px) clamp(20px, 5.8565vw, 80px);
}
@media screen and (max-width: 767px) {
  .form_box {
    padding: 40px 19px 58px;
  }
}
.form_box + .form_box {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .form_box + .form_box {
    margin-top: 70px;
  }
}

.form_box.confirm {
  margin-top: 138px;
}
@media screen and (max-width: 767px) {
  .form_box.confirm {
    margin-top: 50px;
  }
}

/* ===============================================
# 予約フォーム
=============================================== */
.reserved {
  padding: 101px 0 180px;
}
@media screen and (max-width: 767px) {
  .reserved {
    padding: 67px 0 80px;
  }
}

.reserved_box_ttl {
  font-size: clamp(19px, 1.6837vw, 23px);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .reserved_box_ttl {
    font-size: 18px;
    line-height: 1.333;
    margin-bottom: 26px;
  }
}

.reserved_box_txt_top {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reserved_box_txt_top {
    font-size: 18px;
  }
}
.reserved_box_txt_top::after {
  position: absolute;
  content: "*";
  font-size: 20px;
  color: #000000;
  top: 0;
  line-height: 1;
}

.reserved_box_txt_bottom {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.875;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .reserved_box_txt_bottom {
    font-size: 13px;
    line-height: 1.615;
    margin: 7px 0 30px;
  }
}

.reserved_item_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .reserved_item_radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.reserved_item_radio_left {
  width: 38.46%;
}
@media screen and (max-width: 767px) {
  .reserved_item_radio_left {
    width: 100%;
  }
}

.reserved_item_radio_right {
  width: 61.54%;
}
@media screen and (max-width: 767px) {
  .reserved_item_radio_right {
    width: 100%;
    margin-top: 15px;
  }
}

.reserved_item_radio_left label,
.reserved_item_radio_right label {
  margin-bottom: 15px;
}

/* 最後の要素の余白を消す */
.reserved_item_radio_left label:last-child,
.reserved_item_radio_right label:last-child {
  margin-bottom: 0;
}

.item_about_txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  margin-top: 15px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .item_about_txt {
    font-size: 13px;
    margin-bottom: 25px;
  }
}

.contact {
  padding-bottom: 100px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact {
    padding-bottom: 50px;
  }
}
.contact .sec_en_ttl {
  margin-bottom: 10px;
}

.contact_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .contact_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact_wrap {
  margin-left: 78.5px;
  padding: 57px 100px 0 42px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact_wrap {
    margin-left: 0;
    padding: 30px 0px 0 0px;
  }
}
.contact_wrap::before {
  position: absolute;
  content: "";
  background-color: #cbcbcb;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
}

.contact_wrap::after {
  position: absolute;
  content: "";
  background-color: #21a8c9;
  height: 1px;
  width: 100px;
  top: 0;
  left: 0;
}

.contact_txt {
  line-height: 2;
}

.contact_box_wrap {
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .contact_box_wrap {
    padding: 25px 13px;
  }
}
.contact_box {
  max-width: 1000px;
  margin: 0 auto;
  color: #333;
  background-color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  padding: 80px 130px 77px;
  -webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.75));
          filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.75));
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.358), inset 0 0 15px 0 rgba(255, 255, 255, 0.546);
          box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.358), inset 0 0 15px 0 rgba(255, 255, 255, 0.546);
}

@media screen and (max-width: 767px) {
  .contact_box {
    width: 350px;
    padding: 48px 40px 55px;
  }
}
.contact_ttl_box {
  text-align: center;
}

.contact_ttl_box h2 {
  color: #15327e;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .contact_ttl_box h2 {
    font-size: 21px;
  }
}
.contact_ttl_box p {
  color: #15327e;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .contact_ttl_box p {
    font-size: 13px;
    letter-spacing: 0.03em;
  }
}
.contact-contents__items {
  margin-top: 63px;
}

@media screen and (max-width: 767px) {
  .contact-contents__items {
    margin-top: 57px;
  }
}
.contact-contents__item--required .read {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.875;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .contact-contents__item--required .read {
    font-size: 13px;
    line-height: 1.615;
  }
}

@media screen and (max-width: 767px) {
  .contact-contents__item--required {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.contact-contents__item--required + .contact-contents__item--required {
  margin-top: 49px;
}

@media screen and (max-width: 767px) {
  .contact-contents__item--required + .contact-contents__item--required {
    margin-top: 32px;
  }
}
.flex_start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.required {
  position: relative;
}

.required::after {
  position: absolute;
  content: "*";
  font-size: 20px;
  color: #000000;
  top: 0;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .required::after {
    right: unset;
  }
}
.contact-contents__item-title {
  font-size: clamp(18px, 1.4641vw, 20px);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .contact-contents__item-title {
    display: inline;
    width: auto;
    font-size: 18px;
  }
}
.contact-contents__item-input--text {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .contact-contents__item-input--text {
    margin-top: 12px;
  }
}

.sp-height input[type=text] {
  height: 70px;
  border-radius: 20px;
}

.item-quantity {
  background-color: #fff;
  padding: 27px 38px 26px;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .item-quantity {
    border-radius: 20px;
    padding: 24px 10px 30px;
  }
}

.contact-contents__quantity_ttl {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-bottom: 1.5px solid #707070;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .contact-contents__quantity_ttl {
    padding-bottom: 20px;
  }
}

.contact-contents__quantity_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .contact-contents__quantity_bottom {
    margin-top: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: block;
  }
}
.contact-contents__quantity_bottom .flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contact-contents__quantity_bottom .flex {
    margin-top: 10px;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    margin-left: auto;
  }
}
.contact-contents__quantity_bottom .flex::after {
  display: block;
  content: "点";
}
.contact-contents__quantity_bottom input[type=text] {
  width: 154px;
  height: 42px;
  border: 1.5px solid #707070;
  border-radius: 20px;
  margin-right: 10px;
}

.contact-contents_quantity_name {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .contact-contents_quantity_name {
    text-align: left;
  }
}

.wpcf7-acceptance span.wpcf7-list-item-label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .wpcf7-acceptance span.wpcf7-list-item-label {
    font-size: 15px;
  }
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
  border-radius: 0;
  border: 1px solid #000000;
}

.contact_check_left .wpcf7-acceptance span.wpcf7-list-item-label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .contact_check_left .wpcf7-acceptance span.wpcf7-list-item-label {
    font-size: 14px;
  }
}

.reserved_hope.inputed input[type=text] {
  background: white;
}
@media screen and (max-width: 767px) {
  .reserved_hope.inputed input[type=text] {
    padding-left: 24px;
  }
}
.reserved_hope .wpcf7-form-control {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .reserved_hope .wpcf7-form-control {
    margin-top: 20px;
  }
}
.reserved_hope .wpcf7-list-item {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .reserved_hope .wpcf7-list-item {
    width: 100%;
    margin-top: 10px;
  }
  .reserved_hope .wpcf7-list-item:first-child {
    margin-top: 0;
  }
}
.reserved_hope span.wpcf7-list-item-label::before {
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .contact-contents__item-input--text {
    width: 100%;
  }
}
.wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-reason .wpcf7-form-control.wpcf7-radio {
  display: grid;
  grid-template-columns: 1fr 180px 1fr 135px 1fr;
  gap: 13px 35px;
}
@media screen and (max-width: 1240px) {
  .item-reason .wpcf7-form-control.wpcf7-radio {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .item-reason .wpcf7-form-control.wpcf7-radio {
    grid-template-columns: 1fr;
  }
}

.item-chance .wpcf7-form-control.wpcf7-radio {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 250px;
  gap: 13px 30px;
}
@media screen and (max-width: 1240px) {
  .item-chance .wpcf7-form-control.wpcf7-radio {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .item-chance .wpcf7-form-control.wpcf7-radio {
    grid-template-columns: 1fr;
  }
}

.reserved_code_wrap {
  margin-top: 22px;
}

.contact-contents__item-title_small {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .contact-contents__item-title_small {
    font-size: 14px;
  }
}
.contact-contents__item-title_small:first-child {
  margin-top: 22px;
}

.sale_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sale_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sale_flex .read {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .sale_flex .read {
    margin-top: 14px;
    font-size: 14px;
  }
}

.reserved-content textarea {
  height: 124px;
}
@media screen and (max-width: 767px) {
  .reserved-content textarea {
    height: 220px;
  }
}

.contact-contents__item-input--text_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-contents__item-input--text_flex p {
  font-size: 16px;
}

.contact-contents__item-input--text_flex .input_first {
  max-width: 160px;
  margin-right: 10px;
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  .contact-contents__item-input--text_flex .input_first {
    max-width: 120px;
  }
}
.contact-contents__item-input--text textarea {
  height: 335px;
}

.contact-contents__item-input--text.--small textarea {
  height: 124px;
}

.wpcf7-form-control-wrap {
  display: contents;
}

.contact_btn_wrap {
  text-align: center;
  margin-top: 40px;
}

.attention_text {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .attention_text {
    font-size: 16px;
  }
}

.contact-contents__submit {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact-contents__submit {
    text-align: center;
  }
}

.contact-contents__submit::after {
  position: absolute;
  content: "";
  background: url(../img/arrow-icon.png) center center/cover no-repeat;
  right: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 17px;
}

@media screen and (max-width: 767px) {
  .contact-contents__submit::after {
    position: absolute;
    content: "";
    background: url(../img/arrow-icon.png) center center/cover no-repeat;
    right: 23px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9px;
    height: 17px;
  }
}
.contact-contents__btn {
  margin: 0 auto;
  border: none;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000;
  background-color: #b7ce50;
  border: 2px solid #000;
  padding: 16px 90px 18px 85px;
  width: 305px;
  border-radius: 999px;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .contact-contents__btn {
    font-size: 12px;
    max-width: 223px;
    height: 51px !important;
    padding: 12px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    text-align: center;
    font-size: 18px;
  }
}
.contact_comfirm_back_btn_wrap {
  margin-top: 49px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_comfirm_back_btn_wrap {
    margin-top: 30px;
  }
}

.contact_comfirm_back_btn__submit {
  display: inline-block;
  position: relative;
}
.contact_comfirm_back_btn__submit::after {
  position: absolute;
  content: "";
  position: absolute;
  content: "";
  background: url(../img/arrow-icon.png) center center/cover no-repeat;
  left: 23px;
  top: 22%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 17px;
  rotate: 180deg;
}
@media screen and (max-width: 767px) {
  .contact_comfirm_back_btn__submit::after {
    left: 13px;
    top: 13%;
  }
}

.contact_comfirm_back__btn {
  margin: 0 auto;
  border: none;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000;
  background-color: #c9c9c9;
  border: 2px solid #000;
  padding: 13px 70px;
  border-radius: 999px;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .contact_comfirm_back__btn {
    font-size: 14px;
    padding: 10px 49px;
  }
}

.contact_comfirm_back__btn {
  display: block !important;
}

input[type=text],
input[type=email],
input[type=tel] {
  background: #ffffff;
  border: none;
  height: 62px;
  padding: 0 5px 0 60px;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=tel] {
    padding-left: 15px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=tel] {
    height: 42px;
  }
}
input[type=date] {
  background: #ffffff;
  border: none;
  height: 62px;
  padding: 0 30px 0 30px;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  border-radius: 40px;
}

.w-adress {
  width: 229px;
}
@media screen and (max-width: 767px) {
  .w-adress {
    width: 126px;
  }
}

.dete_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dete_flex p {
  margin-left: 8px;
  font-size: 17px;
  font-weight: 500;
  color: #15327e;
}

textarea {
  width: 100%;
  height: 335px;
  resize: vertical;
  border: none;
  background: #ffffff;
  padding: 20px 40px;
  border-radius: 40px;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  textarea {
    font-size: 15px;
    border-radius: 20px;
    padding: 20px 13px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  textarea {
    min-height: 175px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  textarea {
    min-height: 220px;
  }
}
.contact-contents__item-input--text.select .wpcf7-form-control {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .contact-contents__item-input--text.select .wpcf7-form-control {
    grid-template-columns: 100%;
  }
}

.contact-contents__item-input--text.small textarea {
  height: 72px;
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .contact-contents__item-input--text.small textarea {
    height: 68px;
    min-height: unset;
    padding: 0.6em 1em;
  }
}

@media screen and (min-width: 768px) {
  .wpcf7-form-control {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media screen and (max-width: 767px) {
  .gender_sp_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}
input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-list-item {
  display: block;
  font-size: clamp(16px, 1.3177vw, 18px);
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .wpcf7-list-item {
    font-size: 18px;
  }
}
span.wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding-left: 32px;
}

span.wpcf7-list-item-label::before {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  border-radius: 6px;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  top: 3px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  span.wpcf7-list-item-label::before {
    width: 22px;
    height: 22px;
    top: 3px;
  }
}

span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  background: url(../img/check.png) center center/cover no-repeat;
  width: 23px;
  height: 16px;
  left: 2px;
  display: none;
  top: 8px;
}
@media screen and (max-width: 767px) {
  span.wpcf7-list-item-label::after {
    width: 20px;
    height: 16px;
    top: 7px;
  }
}

input[type=radio]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

input[type=checkbox]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 1.2em;
  font-weight: bold;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232; /* Red */
  background-color: #fff;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28; /* Orange */
  background-color: #fff;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900; /* Yellow */
  background-color: #fff;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
}

.policy_box {
  margin-top: 82px;
  border: 1px solid #15327e;
  padding: 36px 60px 30px;
  position: relative;
  color: #15327e;
}

@media screen and (max-width: 767px) {
  .policy_box {
    margin-top: 78px;
    padding: 32px 23px 25px;
  }
}
.policy_ttl {
  position: absolute;
  top: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  background-color: #fff;
  padding: 0 10px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .policy_ttl {
    display: inline;
    font-size: 15px;
    width: 60%;
  }
}
.contact_txt_polisy {
  line-height: 1.928;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .contact_txt_polisy {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
}
.contact_txt_polisy a {
  color: #3e3e3e;
  border-bottom: 1px solid #c6c6c6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact_txt_polisy a:hover {
  opacity: 0.6;
}

.contact-contents__item--checkbox {
  margin-top: 33px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #000;
}
.contact-contents__item--checkbox span.wpcf7-list-item-label::before {
  top: 5px;
}
@media screen and (max-width: 767px) {
  .contact-contents__item--checkbox span.wpcf7-list-item-label::before {
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .contact-contents__item--checkbox {
    margin-top: 20px;
    font-size: 14px;
  }
}
.contact_check_left {
  font-size: 17px;
}
.contact_check_left .contact-checkbox {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media screen and (max-width: 767px) {
  .contact_check_left .contact-checkbox {
    font-size: 15px;
  }
}
.contact_check_left input[type=checkbox] {
  width: 18px;
  height: 18px;
  display: none;
}
.contact_check_left input[type=checkbox]:checked::before {
  z-index: 2;
  width: 12px;
  height: 10px;
}
.contact_check_left a {
  color: #000;
  border-bottom: 1px solid #000;
}

.contact-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .contact-checkbox {
    font-size: 18px;
  }
}

.contact-checkbox span.wpcf7-list-item-label::before {
  display: none;
}

.contact-checkbox .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .contact-checkbox .wpcf7-list-item {
    width: 100%;
  }
}
input[type=checkbox] {
  margin: 0;
  margin-right: 8px;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: 1px solid #000;
  border-radius: 0px;
  cursor: pointer;
  position: relative;
}

input[type=checkbox]:checked::before {
  position: absolute;
  content: "";
  background: url(../img/check.png) center center/cover no-repeat;
  width: 22px;
  height: 13px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wpcf7 input::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder {
  color: #ACACAC;
  opacity: 0.3;
  font-size: 14px;
}

.wpcf7 input::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
  color: #ACACAC;
  opacity: 0.3;
  font-size: 14px;
}

.wpcf7 input:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder {
  color: #ACACAC;
  opacity: 0.3;
  font-size: 14px;
}

.wpcf7 input::-ms-input-placeholder, .wpcf7 textarea::-ms-input-placeholder {
  color: #ACACAC;
  opacity: 0.3;
  font-size: 14px;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #ACACAC;
  opacity: 0.3;
  font-size: 14px;
}

.contact-contents__item--checkbox .wpcf7-list-item {
  width: 100%;
}

.contact_accordion {
  margin-top: 60px;
  width: 100%;
}

.contact_accordion-button {
  width: 100%;
  background-color: #367937; /* 緑色 */
  color: white;
  border: none;
  padding: 20px 36px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 20px; /* 角の丸み */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: border-radius 0.5s ease-in-out;
  transition: border-radius 0.5s ease-in-out;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact_accordion-button {
    font-size: 22px;
    padding: 14px 20px;
  }
}

.contact_accordion-button.active {
  border-radius: 20px 20px 0 0;
}

.contact_accordion-button .plus-icon {
  position: absolute;
  right: 36px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 38px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contact_accordion-button .plus-icon {
    right: 14px;
    font-size: 30px;
  }
}

.contact_accordion-content {
  display: none;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 80px;
  border-radius: 0 0 30px 30px;
}
@media screen and (max-width: 767px) {
  .contact_accordion-content {
    padding: 20px;
  }
}

/* アコーディオンが開いたとき */
.contact_accordion-content.active {
  opacity: 1;
  padding: 77px 70px;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .contact_accordion-content.active {
    padding: 15px;
  }
}

/* ボタンの角丸を開いたとき変更 */
.contact_accordion-button.active {
  border-radius: 20px 20px 0 0;
}

.file-label {
  display: block;
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}

.file-input {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.contact_plan_txt {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .contact_plan_txt {
    margin-top: 36px;
  }
}
.contact_plan_txt p {
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.875;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contact_plan_txt p {
    font-size: 13px;
    line-height: 1.615;
  }
}

.contact_polisy_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .contact_polisy_txt {
    font-size: 13px;
    line-height: 1;
  }
}
.contact_polisy_txt a {
  color: #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .contact_polisy_txt a {
    line-height: 1;
  }
}

.contact_comfirm_item {
  text-align: left;
}
.contact_comfirm_item + .contact_comfirm_item {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .contact_comfirm_item + .contact_comfirm_item {
    margin-top: 30px;
  }
}

.contact_comfirm_item_title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 6px 24px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .contact_comfirm_item_title {
    padding: 6px 13px;
    font-size: 18px;
  }
}

.contact_comfirm_input {
  margin-top: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .contact_comfirm_input {
    margin-top: 10px;
    margin-left: 10px;
  }
}

.contact_comfirm_input-item {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.contact_comfirm_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1.5px solid #707070;
  padding-bottom: 18px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .contact_comfirm_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.contact_comfirm_flex:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.contact_comfirm_flex_ttl {
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 176px;
}

.contact_comfirm_agree_txt {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .contact_comfirm_agree_txt {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
  }
}

.file-input__text {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7222222222;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .file-input__text {
    font-size: 14px;
  }
}

.file-input__text > span {
  color: #4A864B;
}

.file-input__text .u-border {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(80%, #B7CE50));
  background: linear-gradient(to bottom, transparent 60%, #B7CE50 80%);
}

.file-input__text a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: inherit;
  gap: 9px;
  background-color: #D2A700;
  border-radius: 14px;
  padding: 4px 24px 6px;
  line-height: 1;
  margin-top: 5px;
}
.file-input__text a img {
  width: 21px;
  display: inline-block;
  margin-top: 4px;
}

.file-input__text-box {
  background-color: #fff;
  margin-top: 45px;
  padding: 42px;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .file-input__text-box {
    padding: 20px 20px 50px;
    border-radius: 20px;
  }
}

.file-input__row + .file-input__row {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .file-input__row + .file-input__row {
    margin-top: 60px;
  }
}

.file-input__row {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1.5em 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 500;
}
.file-input__row input[type=file] {
  display: none;
}
.file-input__row .file-input__select {
  background-color: #D3D3D3;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 165px;
  height: 44px;
  border: none;
  border-radius: 25px;
  margin-right: 16px;
  color: black;
  cursor: pointer;
}
.file-input__row .file-input__select .wpcf7-not-valid-tip {
  white-space: nowrap;
  margin-top: 43px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .file-input__row .file-input__select .wpcf7-not-valid-tip {
    white-space: initial;
    font-size: 10px;
    line-height: 1.25;
    letter-spacing: -0.05em;
    width: calc(100% + 50px);
    margin-top: 75px;
  }
}
.file-input__row .file-input__select span.file-name {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  left: 200px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .file-input__row .file-input__select span.file-name {
    width: calc(100% - 2rem);
    left: 0;
    top: initial;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    bottom: -2em;
    font-size: 14px;
    margin-left: 2rem;
  }
}
.file-input__row .file-input__select span.input-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 165px;
  text-align: center;
  display: inline-block;
  pointer-events: none;
  left: 1.5em;
}

.recruit-modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}

.recruit-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.recruit-modal__frame {
  position: absolute;
  content: "";
  width: max(1004px, 73.5vw);
  height: max(1004px, 73.5vw);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  z-index: 2;
  -webkit-transition: all 1s 0.5s;
  transition: all 1s 0.5s;
}
@media screen and (max-width: 767px) {
  .recruit-modal__frame {
    width: 170vw;
    height: 170vw;
  }
}

.recruit-modal.is-active .recruit-modal__frame {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.recruit-modal__frame img {
  position: absolute;
  z-index: -2;
  width: max(15vw, 206px);
  top: 50%;
  left: -326px;
}

.recruit-modal__frame::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/frame.png) center center/contain no-repeat;
}

.recruit-modal__frame::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: max(330px, 24vw);
  height: max(168px, 12vw);
  left: max(-13vw, -200px);
  background: url(../img/frame2.png) center center/contain no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit-modal__frame::after {
    display: none;
  }
}

.recruit-modal__contents {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  width: max(1004px, 73.5vw);
  height: max(1004px, 73.5vw);
  overflow-y: auto;
  border-radius: 50%;
  padding: max(10vw, 140px);
  -webkit-transition: all 1s 0.5s;
  transition: all 1s 0.5s;
  background-color: #EDEED6;
}
@media screen and (max-width: 767px) {
  .recruit-modal__contents {
    width: 170vw;
    height: 170vw;
    padding-block: 35vw;
    padding-inline: 35px;
  }
}

.recruit-modal.is-active .recruit-modal__contents {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.recruit-modal__content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100%;
  width: 100%;
  display: none;
}
@media screen and (max-width: 767px) {
  .recruit-modal__content {
    max-width: 100vw;
    margin-inline: auto;
    padding-inline: 35px;
  }
}

.recruit-modal__content.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.recruit-modal__img {
  display: block;
  width: max(43vw, 594px);
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .recruit-modal__img {
    width: 100%;
  }
}

.recruit-modal__btn {
  margin-top: 30px;
}

.recruit-modal__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.5;
}

html.is-fixed {
  overflow: hidden;
}

a {
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
.wpcf7-not-valid-tip {
  margin-top: 12px;
}

input[type=checkbox] {
  display: none;
}

.reserved_hope .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html {
  scroll-behavior: smooth;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .info_btn_wrapper > a:nth-child(1) {
    width: 100%;
  }
  .info_btn_wrapper > a:nth-child(2) {
    margin-top: 5px;
  }
  .t_feature_item1_method_content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100% !important;
    gap: inherit !important;
  }
  .trip_text {
    text-align: center !important;
  }
}
.t_feature_item1_method_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 67%;
  margin: 40px auto 0;
  gap: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.trip_text {
  text-align: left;
}

.method_ov {
  text-align: center;
}

.trip {
  width: 100%;
}

#method1 .t_feature_item1_method_left::after {
  content: "";
  display: none;
}

.kaitori_hedding {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .kaitori_hedding {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.kaitori_hedding img {
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .kaitori_hedding img {
    margin-bottom: 0px;
  }
}
.kaitori_hedding > span {
  margin-top: 13px;
}

.select_purch .t_feature_item1_method_content {
  margin: 60px auto 0px;
}
@media screen and (max-width: 767px) {
  .select_purch .t_feature_item1_method_content {
    margin: 0px auto 0px;
  }
}

.drawer-nav_btn_list li:nth-child(1) {
  width: 100%;
}

.sp-header-contact_btn,
.sp-header-line_btn {
  width: 100%;
}

.auction-table.l_scd_content ul li:nth-child(2n) {
  margin-top: 30px;
}
.auction-table.l_scd_content ul li:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .auction-table.l_scd_content ul .l_scd_list_left {
    font-size: 12px;
  }
  .auction-table.l_scd_content ul .l_scd_list_left span {
    font-size: 18px;
  }
  .auction-table.l_scd_content ul .l_scd_day {
    font-size: 14px;
  }
}

.fukui-trip {
  width: inherit !important;
}

.t_feature_item_txt {
  margin-top: 19px;
}

.fukui-track_icon {
  margin: 26px auto 0;
}

.fukui-separate_solid::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 2px;
  height: 97%;
  top: 52%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .fukui-separate_solid::after {
    content: "";
    display: none;
  }
}

.fukui-store_btn {
  margin-top: 38px !important;
}
@media screen and (max-width: 768px) {
  .fukui-store_btn {
    margin-top: 24px !important;
  }
}

.fukui-kantei-width {
  max-width: inherit !important;
}

@media screen and (max-width: 768px) {
  .t_feature_item1_method_left.fukui-separate_solid {
    border-radius: 20px 20px 0 0;
  }
}
.wrap-lh {
  line-height: 1.3 !important;
}

.purch_item1_link .purch_item_img {
  height: 100%;
}
.purch_item1_link img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .purch_item1_link img {
    height: 210px;
  }
}

.sigyo .select_purch.sigyo-purch {
  padding: 25px 0 111px;
}
@media screen and (max-width: 767px) {
  .sigyo .select_purch.sigyo-purch {
    padding: 0px 0 20px;
  }
}

.genre-kutani .l_item_head_box-kutani .l_item_head_txtimg img {
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .genre-kutani .l_item_head_box-kutani .l_item_head_txtimg img {
    max-width: 100%;
  }
}
.genre-kutani .l_item_head_box-kutani {
  padding: 123px 0 90px;
}
@media screen and (max-width: 767px) {
  .genre-kutani .l_item_head_box-kutani {
    padding: 95px 0 54px;
  }
}

@media screen and (max-width: 767px) {
  .syuttyou.t_feature_item1_method_content {
    margin: 0px auto 0 !important;
  }
}
.t_feature_item1_method_sub_ttl.is-sp {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .l_item_box.kofu::after {
    position: absolute;
    content: "";
    background: url(../img/wajima1-icon.webp) center center/cover no-repeat;
    width: 110px;
    height: 75px;
    top: -50px;
    left: -10px;
  }
}

.relative {
  position: relative;
}

.ihin-sec1-items_box {
  max-width: 570px;
  margin: 48px auto 0;
}

.ihin-container {
  width: 1070px;
  max-width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}

.reason-content {
  width: 95%;
  margin: 0 auto;
}

.ihin_sec1_inner {
  width: 90%;
  max-width: 1070px;
  margin: 160px auto 40px;
  padding: 45px 80px;
  background-color: #E1E2BC;
  border-radius: 20px;
}
.ihin_sec1_inner .marker {
  position: relative;
  z-index: 2;
}
.ihin_sec1_inner .marker::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #b7ce50;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.ihin_sec1_inner::after {
  content: "";
  position: absolute;
  background: url(../img/chara.webp) center center/cover no-repeat;
  width: 55px;
  height: 57.56px;
  top: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.ihin_sec1_inner .ihin_sec1_hedding {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 35px;
  letter-spacing: 0.2rem;
}
.ihin_sec1_inner .ihin_sec1_txt {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08rem;
}
.ihin_sec1_inner .ihin_sec1-img-pc {
  position: absolute;
  width: 325px;
  bottom: -50px;
  left: -50px;
}

.ihin-container_fild.sec2 {
  padding-bottom: 160px;
}
.ihin-container_fild.sec2 .fp-list-content {
  position: relative;
  width: 95%;
  max-width: 967px;
  margin: 50px auto 0px;
}
.ihin-container_fild.sec2 .fp-list-content::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: -64px;
  width: 368px;
  height: 153px;
  background-image: url(../img/sec2-checklist-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ihin-container_fild.sec3 {
  padding: 170px 0 244px;
  background-color: #D5D69F;
  max-width: inherit;
  width: 100%;
}
.ihin-container_fild.sec3 .sec_ttl_box {
  margin-bottom: 60px;
}

.ihin-container_fild.sec4 {
  background-color: white;
  padding: 145px 0 165px;
}
.ihin-container_fild.sec4 .sec_ttl_box {
  margin-bottom: 70px;
}
.ihin-container_fild.sec4 .point-content .point-item2-icon::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/point-item2-icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 200px;
  height: 147px;
  right: -77px;
  top: -67px;
}
.ihin-container_fild.sec4 .point-content .point-item3-icon::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/point-item3-icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 190px;
  height: 190px;
  right: -147px;
  top: 0;
}
.ihin-container_fild.sec4 .point-content .point-item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
}
.ihin-container_fild.sec4 .point-content .point-item__wrapper:not(:last-child) {
  margin-bottom: 45px;
}
.ihin-container_fild.sec4 .point-content .point-item__wrapper .point-item-img {
  width: 337px;
}
.ihin-container_fild.sec4 .point-content .point-item__wrapper .point-item-text_box {
  width: calc(100% - 382px);
}
.ihin-container_fild.sec4 .point-content .point-item__wrapper .point-item-text_box .point-item-bubble_box {
  width: 132px;
  margin-bottom: 8px;
}
.ihin-container_fild.sec4 .point-content .point-item__wrapper .point-item-text_box .point-item-hedding {
  margin-bottom: 8px;
}
.ihin-container_fild.sec4 .point-content .point-item__wrapper .point-item-text_box .point-item-hedding span {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  z-index: 1;
}
.ihin-container_fild.sec4 .point-content .point-item__wrapper .point-item-text_box .point-item-hedding span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #B7CE50;
  opacity: 0.6;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.ihin-container_fild.sec4 .point-content .point-item__wrapper .point-item-text_box .point-item-txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}

.ihin-container_fild.sec5 {
  padding: 90px 0 130px;
  background-color: #D5D69F;
}
.ihin-container_fild.sec5 .process_content__wrapper .process-next_icon_box {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ihin-container_fild.sec5 .process_content__wrapper .process-next_icon_box span {
  width: 29px;
}
.ihin-container_fild.sec5 .ihin-container .sec_ttl_box {
  margin-bottom: 50px;
}
.ihin-container_fild.sec5 .ihin-container .process_content {
  padding: 62px 80px;
  background-color: #f1f1d6;
  border-radius: 20px;
}
.ihin-container_fild.sec5 .ihin-container .process_content .process-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ihin-container_fild.sec5 .ihin-container .process_content .process-item .process-item-img {
  width: 312px;
}
.ihin-container_fild.sec5 .ihin-container .process_content .process-item .process-item-txt_box {
  width: calc(100% - 312px);
  background-color: white;
  padding: 34px 37px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.ihin-container_fild.sec5 .ihin-container .process_content .process-item .process-item-txt_box .process-item-hedding {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 10px;
}
.ihin-container_fild.sec5 .ihin-container .process_content .process-item .process-item-txt_box .process-item-txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .ihin_sec1_inner {
    padding: 35px 20px;
    margin: 130px auto 0px;
  }
  .ihin_sec1_inner .ihin_sec1_hedding {
    font-size: 27px;
  }
  .hin_sec1-img-bubble {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reason_sec1.ihin {
    padding: 88px 0 80px !important;
  }
  .ihin-container {
    padding: 0 20px;
  }
  .is-sp.ihin_sec1-img-sp {
    position: relative;
    width: 228px;
    margin: 20px auto 20px;
  }
  .is-sp.ihin_sec1-img-sp::after {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../img/ihin_sec1-img-bubble-sp.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -70px;
    right: -39px;
    width: 72px;
    height: 56px;
  }
  .ihin-container_fild.sec2 {
    padding-top: 80px !important;
  }
  .ihin-container_fild.sec2 .fp-list-content {
    width: 100%;
  }
  .ihin-container_fild.sec2 .fp-list-content::after {
    width: 231px;
    height: 96px;
    right: -11px;
    bottom: -31px;
  }
  .ihin-container_fild.sec2 {
    padding-bottom: 120px;
  }
  .ihin-container_fild.sec3 {
    padding: 100px 0 125px;
  }
  .ihin-container_fild.sec4 {
    padding: 80px 0 95px;
  }
  .ihin-container_fild.sec4 .point-item__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ihin-container_fild.sec4 .point-item-text_box {
    width: 100% !important;
  }
  .ihin-container_fild.sec4 .point-item__wrapper {
    gap: 25px !important;
  }
  .ihin-container_fild.sec4 .point-item-bubble_box {
    width: 122px !important;
  }
  .ihin-container_fild.sec4 .point-item-hedding span {
    font-size: 22px !important;
  }
  .ihin-container_fild.sec4 .point-content .point-item__wrapper:not(:last-child) {
    margin-bottom: 107px;
  }
  .ihin-container_fild.sec4 .point-content .point-item2-icon::after {
    width: 150px;
    height: 110px;
    right: -5px;
    top: 207px;
  }
  .ihin-container_fild.sec4 .point-content .point-item3-icon::after {
    background-image: url(../img/point-item3-icon-sp.svg);
    right: -23px;
    top: 181px;
    width: 235px;
    height: 147px;
  }
  .ihin-container_fild.sec4 .sec_ttl_box {
    margin-bottom: 50px;
  }
  .ihin-container_fild.sec5 .ihin-container .process_content {
    padding: 50px 20px;
  }
  .ihin-container_fild.sec5 .ihin-container .process_content .process-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ihin-container_fild.sec5 .ihin-container .process_content .process-item .process-item-img {
    width: 100%;
  }
  .ihin-container_fild.sec5 .ihin-container .process_content .process-item .process-item-txt_box {
    width: 100%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 19px 14px;
  }
  .ihin-container_fild.sec5 .ihin-container .process_content .process-item .process-item-txt_box .process-item-hedding {
    text-align: center;
    font-size: 22px;
  }
  .ihin-container_fild.sec5 .ihin-container .process_content .process-item .process-item-txt_box .process-item-txt {
    font-size: 14px;
  }
  .ihin-container_fild.sec5 .process_content__wrapper .process-next_icon_box {
    height: 45px;
  }
  .ihin-container_fild.sec5 {
    padding: 90px 0 100px;
  }
  .reason-content {
    width: 100%;
  }
  .ihin_sec1_inner .ihin_sec1_txt {
    text-align: left;
  }
}
.att-red_txt {
  color: red;
}

.column_category-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.column_category-container.container-in {
  width: 1270px;
}
@media screen and (max-width: 767px) {
  .column_category-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 55px;
  }
}
.column_category-container .l_archive_wrapper {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .column_category-container .l_archive_wrapper {
    width: 100%;
  }
}
.column_category-container .column_category-swich_content {
  border-radius: 8px;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .column_category-container .column_category-swich_content {
    width: 100%;
  }
}
.column_category-container .column_category-swich_content .category__wrapper {
  cursor: pointer;
  display: block;
  background-color: #EDEED6;
}
.column_category-container .column_category-swich_content .category__wrapper .category-inner {
  width: 85%;
  margin: 0 auto;
  padding: 18px 8px;
}
.column_category-container .column_category-swich_content .category__wrapper .category-inner.border-bottom {
  border-bottom: solid 1px #707070;
}
.column_category-container .column_category-swich_content .category__wrapper .category-inner .category-column-txt {
  font-size: 18px;
  font-weight: bold;
  color: black;
}
.column_category-container .column_category-swich_content .category__wrapper:first-child {
  border-radius: 17px 17px 0 0;
  background-color: #B7CE50;
}
.column_category-container .column_category-swich_content .category__wrapper:last-child {
  border-radius: 0 0 17px 17px;
}
.column_category-container .column-category-ditail_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.column_category-container .column-category-ditail_box .column-category_mark {
  background-color: #D2A700;
  padding: 0px 17px;
  border-radius: 9999px;
}
.column_category-container .column-category-ditail_box .column-category_mark span {
  font-size: 14px;
  font-weight: bold;
}

.column_single-container {
  width: 1270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .column_single-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 55px;
    width: 100%;
  }
}
.column_single-container .container-in {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .column_single-container .container-in {
    width: 100%;
  }
}
.column_single-container .column_category-swich_content {
  border-radius: 8px;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .column_single-container .column_category-swich_content {
    width: 100%;
    padding: 0 20px;
  }
}
.column_single-container .column_category-swich_content .category__wrapper {
  cursor: pointer;
  display: block;
  background-color: #EDEED6;
}
.column_single-container .column_category-swich_content .category__wrapper .category-inner {
  width: 85%;
  margin: 0 auto;
  padding: 18px 8px;
}
.column_single-container .column_category-swich_content .category__wrapper .category-inner.border-bottom {
  border-bottom: solid 1px #707070;
}
.column_single-container .column_category-swich_content .category__wrapper .category-inner .category-column-txt {
  font-size: 18px;
  font-weight: bold;
  color: black;
}
.column_single-container .column_category-swich_content .category__wrapper:first-child {
  border-radius: 17px 17px 0 0;
  background-color: #B7CE50;
}
.column_single-container .column_category-swich_content .category__wrapper:last-child {
  border-radius: 0 0 17px 17px;
}
.column_single-container .column-category-ditail_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.column_single-container .column-category-ditail_box .column-category_mark {
  background-color: #D2A700;
  padding: 1px 17px;
  border-radius: 9999px;
}
.column_single-container .column-category-ditail_box .column-category_mark span {
  font-size: 14px;
  font-weight: bold;
}

.top.column-category-ditail_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.top.column-category-ditail_box .column-category_mark {
  width: 120px;
  height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #D2A700;
  border-radius: 9999px;
}
.top.column-category-ditail_box .column-category_mark span {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  margin-top: 1px;
}/*# sourceMappingURL=style.css.map */