@charset "UTF-8";

:root {
  /* コンテンツ幅 */
  --contents_width: 1240px;
  --contents_width_narrow: 1000px;

  /* サイト全体の左右の余白 */
  --side_padding: 20px;

  /* メインカラー */
  --main_color: #04a864;
  --main_color_dark: #097246;
  --main_color_light: #6ccaa3;
  --main_color_super_light: #e6f2ee;

  /* サブカラー */
  --sub_color: #f8b62d;
  --sub_color_dark: #ff8800;
  --sub_color_light: #ffee00;
  --sub_color_super_light: #fff9d0;

  /* グレースケール */
  --black_color: #333;
  --gray_color: #8e8e8e;
  --gray_color_dark: #555;
  --gray_color_light: #ccc;
  --gray_color_super_light: #f4f4f4;
  --white_color: #fff;

  /* 重要 */
  --important_color: #c90000;

  /* お気に入りボタン */
  --favorite_button_color: #ffdc00;

  /* NEWマーク */
  --new_icon_color: #ffaa00;
  /* 更新マーク */
  --update_icon_color: #2271b1;
}

@media (max-width: 767px) {
  :root {
    /* サイト全体の左右の余白 */
    --side_padding: 3.2%;
  }
}

/* ==========================================================================
  Global / Base Styles
  ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  font-variant-ligatures: none;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

img[src$='.svg'] {
  width: 100%;
  height: auto;
  flex-shrink: 0;
}

.font-roboto {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

a {
  transition: 0.3s ease;
  text-decoration: none;
  color: var(--black_color);
}

a:active,
a:focus {
  outline: none;
}

a img {
  transition: 0.3s ease;
}

@media (min-width: 768px) {
  .hidden-pc {
    display: none !important;
  }
  .link-hidden-pc {
    pointer-events: none;
  }
}

@media (max-width: 767px) {
  .hidden-sp {
    display: none !important;
  }
}

@media (min-width: 768px) {
  body,
  .site-header {
    min-width: 0;
  }
}

main {
  padding-bottom: 20px;
}

/* ==========================================================================
  Main Visual (Hero)
  ========================================================================== */

.hero-main-title {
  width: 674.36px;
  margin: 0 auto;
}

.hero-point-badge {
  width: 1097.76px;
  margin: 22px auto 0;
}

#lp_vendor #main,
#lp_vendor #content {
  width: 100%;
}

#lp_vendor #main h1 {
  border: none;
  margin: 0;
  padding: 0;
}

#lp_vendor #main h2 {
  border: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  #lp_vendor #main_content > .wrapper {
    padding: 0;
  }

  #lp_vendor #container {
    margin: 0;
    padding: 0;
  }
}

/* =============================================
mainImg
============================================= */
#mainImg {
  background: url('../img/mainImgBg_001.jpg') no-repeat center center;
  background-size: cover;
  padding: 50px 0 30px;
}

#mainImg .mainTitle {
  text-align: center;
  font-size: 80px;
  font-weight: bold;
  line-height: 1.5;
}

#mainImg .mainTitle .txt {
  text-align: center;
  display: block;
  width: 280px;
  margin: 0 auto 25px;
  line-height: 1;
}

#mainImg .mainTitle .txt img {
  width: 100%;
}

#mainImg .mainTitle .txt2 {
  color: var(--main_color);
  border-bottom: var(--main_color) 3px solid;
  font-size: 98px;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  padding: 5px 0;
}

#mainImg .mainTitle .txt2 .txt2Inner {
  border-bottom: var(--main_color) 3px solid;
  display: inline-block;
  padding: 8px 0;
}

#mainImg .mainTxtBox {
  background: rgba(255, 255, 255, 0.8);
  margin: 20px auto 0;
  position: relative;
  padding: 35px 0 30px 0;
  max-width: 1010px;
}

#mainImg .mainTxtBox .telIcon {
  background: url('../img/mainImgIcon_001.gif') no-repeat center center;
  background-size: 106px;
  width: 106px;
  height: 106px;
  display: block;
  position: absolute;
  top: -40px;
  left: 40px;
  font-size: 18px;
  text-align: center;
  padding: 30px 0 0 0;
  line-height: 1.5;
}

#mainImg .mainTxtBox .titleBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 50px;
}

#mainImg .mainTxtBox .titleBox .title {
  font-size: 30px;
  color: var(--main_color);
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#mainImg .mainTxtBox .titleBox .title2 {
  font-size: 20px;
  color: var(--main_color);
  border: var(--main_color) 1px solid;
  background: #fff;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 3px 15px;
  margin-left: 15px;
}

#mainImg .mainTxtBox .list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 810px;
  margin: 15px auto 0;
}

#mainImg .mainTxtBox .list li {
  font-size: 20px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url('../img/mainImgIcon_002.gif') no-repeat left center;
  background-size: 33px;
  padding: 0 0 0 44px;
  width: 400px;
}

@media (max-width: 1000px) {
  #mainImg .mainTitle {
    font-size: 60px;
  }
  #mainImg .mainTitle .txt {
    width: 220px;
    margin: 0 auto 20px;
  }
  #mainImg .mainTitle .txt2 {
    border-bottom: var(--main_color) 3px solid;
    font-size: 78px;
    padding: 5px 0;
  }
  #mainImg .mainTitle .txt2 .txt2Inner {
    border-bottom: var(--main_color) 3px solid;
  }

  #mainImg .mainTxtBox {
    margin: 10px 18px 0;
    padding: 25px 0 20px 0;
  }
  #mainImg .mainTxtBox .telIcon {
    background-size: 90px;
    width: 90px;
    height: 90px;
    top: -34px;
    left: calc((100% - 550px) / 2 - 90px);
    font-size: 16px;
    padding: 20px 0 0 0;
  }
  #mainImg .mainTxtBox .titleBox {
    margin: 0 0 0 40px;
  }
  #mainImg .mainTxtBox .titleBox .title {
    font-size: 23px;
  }
  #mainImg .mainTxtBox .titleBox .title2 {
    font-size: 17px;
    padding: 2px 12px;
    margin-left: 10px;
  }
  #mainImg .mainTxtBox .list {
    gap: 8px;
    margin: 12px auto 0;
  }
  #mainImg .mainTxtBox .list li {
    font-size: 16px;
    background-size: 28px;
    padding: 0 0 0 38px;
    width: 300px;
  }
}
@media (max-width: 767px) {
  #mainImg {
    padding: 50px 0 30px;
  }

  #mainImg .mainTitle {
    font-size: 30px;
  }

  #mainImg .mainTitle .txt {
    width: 220px;
    margin: 0 auto 10px;
  }

  #mainImg .mainTitle .txt2 {
    font-size: 44px;
    border-bottom: var(--main_color) 2px solid;
    margin-bottom: 5px;
  }

  #mainImg .mainTitle .txt2 .txt2Inner {
    border-bottom: var(--main_color) 2px solid;
    padding: 6px 0;
  }

  #mainImg .mainTxtBox {
    max-width: 90%;
    padding: 25px 0 25px 0;
    width: 90%;
    margin: 20px auto 0;
  }

  #mainImg .mainTxtBox .telIcon {
    background: url('../img/mainImgIcon_001.gif') no-repeat center center;
    background-size: 80px;
    width: 80px;
    height: 80px;
    top: -10px;
    left: calc((100% - 224px) / 2 - 80px);
    font-size: 14px;
    padding: 25px 0 0 0;
  }

  #mainImg .mainTxtBox .titleBox {
    display: block;
    margin: 0;
    text-align: center;
  }

  #mainImg .mainTxtBox .titleBox .title {
    font-size: 23px;
    line-height: 1.5;
  }

  #mainImg .mainTxtBox .titleBox .title2 {
    font-size: 16px;
    padding: 3px 15px;
    margin: 10px auto 0;
    width: 90%;
  }

  #mainImg .mainTxtBox .list {
    width: 90%;
    margin: 20px auto 0;
  }

  #mainImg .mainTxtBox .list li {
    font-size: 17px;
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  #mainImg .mainTxtBox .telIcon {
    left: calc((100% - 200px) / 2 - 80px);
  }
  #mainImg .mainTxtBox .titleBox .title {
    font-size: 20px;
  }
}

/* ==========================================================================
  satei_box
  ========================================================================== */

.satei_box {
  background: var(--main_color);
  max-width: 1000px;
  margin: 50px auto 0 auto;
  color: #fff;
  padding: 28px 16px 40px 16px;
  text-align: center;
}

.satei_box h2 {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.satei_box form {
  margin-top: 16px;
}

.satei_box .wrap-form-input {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.form-input-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.form-input-group .input-label {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.form-input-group .input-select {
  width: 200px;
  color: var(--black_color);
  height: 46px;
}

.form-input-group .select-icon {
  width: 30px;
  height: 30px;
}

.satei_box .form-submit-btn {
  background: url('../img/icon_002.gif') no-repeat 25px center;
  background-size: 30px auto;
  background-color: var(--sub_color);
  border: none;
  font-size: 23px;
  font-weight: bold;
  padding: 18px 40px 18px 70px;
  margin-top: 26px;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  color: var(--black_color);
}
.satei_box .form-submit-btn:before {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 2px var(--black_color);
  border-right: solid 2px var(--black_color);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .satei_box h2 {
    font-size: 30px;
  }
}
@media all and (max-width: 600px) {
  .satei_box .wrap-form-input {
    flex-flow: column;
    align-items: center;
    gap: 15px;
  }
  .form-input-group .input-label {
    width: 4em;
  }
  .satei_box .form-submit-btn {
    background-position: 25px center;
    background-size: 23px auto;
    font-size: 18px;
    padding: 16px 40px 16px 64px;
    margin-top: 22px;
  }
}

/* =============================================
telBlock
============================================= */
.telBlock {
  padding: 50px 0;
}

.telBlock .title {
  text-align: center;
}

.telBlock .title span {
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: var(--main_color);
  border-radius: 100px;
  display: inline-block;
  padding: 5px 40px;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.telBlock .inner {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 10px 0 0 0;
}

.telBlock .inner .telBox .tel {
  font-size: 80px;
  font-weight: bold;
  color: var(--main_color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  background: url('../img/tel_001.gif') no-repeat left 20px;
  background-size: 41px;
  padding: 0 0 0 60px;
  white-space: nowrap;
}
.telBlock .inner .telBox .tel a {
  color: var(--main_color);
}

.telBlock .inner .telBox .time {
  font-size: 16px;
  padding: 0 0 0 60px;
  margin: 10px 0 0 0;
}

.telBlock .inner .iconBox .icon {
  font-size: 18px;
  background: var(--sub_color);
  padding: 10px 20px;
  margin: 10px 0 0 0;
  line-height: 1;
}

@media (max-width: 1000px) {
  .telBlock .inner .telBox .tel {
    font-size: 70px;
    background: url('../img/tel_001.gif') no-repeat left 14px;
    background-size: 39px;
    padding: 0 0 0 50px;
  }
}

@media (max-width: 767px) {
  .telBlock {
    padding: 30px 0;
  }

  .telBlock .title span {
    font-size: 16px;
    padding: 5px 30px;
  }

  .telBlock .inner {
    display: block;
  }

  .telBlock .inner .telBox {
    text-align: center;
  }

  .telBlock .inner .telBox .tel {
    font-size: 38px;
    line-height: 1;
    background: url('../img/tel_001.gif') no-repeat left 7px;
    background-size: 25px;
    padding: 0 0 0 32px;
    display: inline-block;
  }

  .telBlock .inner .telBox .tel a {
    color: var(--main_color);
    text-decoration: none;
  }

  .telBlock .inner .telBox .time {
    font-size: 13px;
    padding: 0;
    text-align: center;
    margin: 8px 0 0 0;
  }

  .telBlock .inner .iconBox {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 10px 0 0 0;
  }

  .telBlock .inner .iconBox .icon {
    font-size: 15px;
    margin: 0;
    padding: 8px 15px;
  }
}

/* =============================================
pageLinkBlock
============================================= */
#pageLinkBlock {
}

#pageLinkBlock ul {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

#pageLinkBlock ul li a {
  display: block;
  position: relative;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

#pageLinkBlock ul li a::after {
  font-family: icon_set_v1 !important;
  speak: none !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  content: '\e910';
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 26px;
}

@media (max-width: 767px) {
  .hero-wrapper {
    width: 100%;
    height: auto;
    display: block;
  }
  .hero-main-title {
    width: 315px;
    max-width: 90%;
    margin-bottom: 25px;
  }
  .hero-visual-img {
    width: 325px;
    max-width: 90%;
    margin-top: 15px;
  }
}

/* ==========================================================================
  Contact Header Bar
  ========================================================================== */
.contact-header-bar {
  width: 1040px;
  margin: 0 auto;
  padding: 40px 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-msg-box {
  width: 273px;
}

.contact-tel-box {
  display: flex;
}

.contact-icon {
  width: 83px;
  padding-top: 12px;
}

.contact-info {
  margin-left: 9px;
}

.tel-number {
  font-size: 80px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: var(--main_color_dark);
}

.business-hours {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  color: var(--main_color_dark);
}

.contact-tags {
  width: 120px;
}

.tag-item {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  color: var(--white_color);
  background-color: var(--main_color_dark);
  border-radius: 100px;
}

.tag-item + .tag-item {
  margin-top: 9px;
}

@media (max-width: 767px) {
  .contact-header-bar {
    width: 100%;
    padding: 25px 0;
    display: block;
  }
  .contact-msg-box {
    width: 293px;
    margin: 0 auto;
  }
  .contact-tel-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
  }
  .contact-icon {
    width: 44px;
    padding-top: 0;
  }
  .tel-number {
    font-size: 43px;
  }
  .business-hours {
    font-size: 14px;
    margin-top: 9px;
  }
  .contact-tags {
    width: 100%;
    padding-left: 24px;
    margin-top: 5px;
    display: flex;
    justify-content: center;
  }
  .tag-item {
    width: 110px;
    height: 30px;
    font-size: 15px;
  }
  .tag-item + .tag-item {
    margin-top: 0;
    margin-left: 4px;
  }
}

/* ==========================================================================
  Global Navigation (Local Navigation)
  ========================================================================== */
.local-navigation {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.nav-list {
  width: 100%;
  display: flex;
  justify-content: center;
}

.nav-list > .nav-item {
  width: calc(100% / 5);
  position: relative;
}
.nav-list > .nav-item::before,
.nav-list > .nav-item:last-child::after,
.nav-list > .nav-item:nth-child(2)::after {
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  display: block;
  width: 1px;
  height: 80%;
  background: var(--black_color);
  transform: rotate(14deg);
}
.nav-list > .nav-item:nth-child(2)::after {
  content: none;
}
.nav-list > .nav-item:nth-child(2)::after,
.nav-list > .nav-item:last-child::after {
  left: auto;
  right: 0;
}

.nav-list .nav-link {
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.nav-list .nav-link .nav-text {
  padding-bottom: 18px;
  position: relative;
}

.nav-list a.nav-link .nav-text::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--black_color);
  border-bottom: 2px solid var(--black_color);
  transform: rotate(45deg);
}

@media all and (max-width: 1000px) {
  .nav-list .nav-link {
    height: 50px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .local-navigation {
    width: 100%;
    padding: 0 4%;
    margin-bottom: 25px;
  }
  .nav-list {
    flex-flow: wrap;
  }
  .nav-list .nav-link {
    height: 44px;
    font-size: 13px;
  }
  .nav-list > .nav-item {
    width: calc(100% / 4);
  }
}
@media all and (max-width: 600px) {
  .local-navigation {
    max-width: 380px;
  }
  .nav-list {
    gap: 10px 0;
  }
  .nav-list > .nav-item {
    width: calc(100% / 2);
  }
  .nav-list > .nav-item:nth-child(2)::after {
    content: '';
  }
}

/* ==========================================================================
  onayami
  ========================================================================== */

.onayami {
  background-color: var(--main_color);
  color: #fff;
  text-align: center;
  position: relative;
  margin-bottom: 190px;
  padding: 78px 3% 0 2%;
}
.onayami:after {
  background: var(--main_color);
  position: absolute;
  bottom: -79px;
  left: 0;
  content: '';
  height: calc(160px / 2);
  width: 100%;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

.onayami .section-heading {
  text-align: center;
  color: #fff;
  font-size: clamp(23px, calc(1.5vw + 22px), 44px);
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 700;
}

/* ==========================================================================
  Section: Feature (System)
  ========================================================================== */
.feature-section {
  background-color: var(--main_color_super_light);
  padding: 0 0 80px 0;
  position: relative;
  margin-bottom: 160px;
}
.feature-section:after {
  background: var(--main_color_super_light);
  position: absolute;
  bottom: -79px;
  left: 0;
  content: '';
  height: calc(160px / 2);
  width: 100%;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

.feature-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3%;
}

.section-heading {
  text-align: center;
  color: var(--main_color_dark);
}

.section-heading .heading-sub {
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 2.56;
}

.section-heading .heading-main {
  display: block;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.15;
}

.section-heading .heading-main.d-flex {
  display: flex;
  justify-content: center;
}

.section-heading .heading-main .company-logo {
  width: 230px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  padding-top: 6px;
}

.feature-anchor-list {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.feature-anchor-list > li {
  position: relative;
}

.feature-anchor-list > li p {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 19px;
  font-weight: 600;
  width: 100%;
  padding-top: 24px;
}
.feature-anchor-list > li.anchor-item-1 p {
  padding-right: 54px;
}
.feature-anchor-list > li.anchor-item-3 p {
  padding-left: 80px;
}

@media (max-width: 1200px) {
  .feature-anchor-list > li p {
    font-size: clamp(14px, calc(0.55vw + 10px), 19px);
    padding-top: 20px;
  }

  .feature-anchor-list > li.anchor-item-1 p {
    padding-right: 16%;
  }
  .feature-anchor-list > li.anchor-item-3 p {
    padding-left: calc(16% + 8px);
  }
}
@media (max-width: 1100px) {
  .feature-anchor-list > li p {
    padding-top: 18px;
  }
}
@media (max-width: 1000px) {
  .feature-anchor-list > li p {
    padding-top: 16px;
  }
}
@media (max-width: 900px) {
  .feature-anchor-list > li p {
    padding-top: 13px;
  }
}
@media (max-width: 800px) {
  .feature-anchor-list > li p {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .onayami {
    padding: 40px 3% 0 2%;
    margin-bottom: 120px;
  }
  .onayami:after {
    bottom: -49px;
    height: calc(100px / 2);
  }
  .feature-section {
    padding: 0 0 30px 0;
    margin-bottom: 90px;
  }
  .onayami .section-heading {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .feature-container {
    width: 100%;
    padding: 0 20px;
  }
  .section-heading .heading-sub {
    font-size: 15px;
    line-height: 1.6;
  }
  .section-heading .heading-main {
    font-size: 22px;
    line-height: 1.36;
    margin-top: 5px;
  }
  .section-heading .heading-main .company-logo {
    width: 130px;
    padding-top: 2px;
    margin-right: 5px;
  }
  .feature-anchor-list {
    max-width: 560px;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px 3%;
  }
  .feature-anchor-list li {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    width: 48.5%;
  }

  .feature-anchor-list > li.anchor-item-1 {
    order: 1;
  }
  .feature-anchor-list > li.anchor-item-2 {
    order: 3;
  }
  .feature-anchor-list > li.anchor-item-3 {
    order: 2;
  }

  .feature-anchor-list > .anchor-item {
    width: calc((100% - 16px) / 3);
  }

  .feature-anchor-list > li p {
    max-width: 320px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 12px 16px !important;
    background-color: #55be92;
    font-size: 16px;
    font-weight: 600;
  }

  .feature-anchor-list > li p::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #55be92 transparent transparent;
    translate: calc(-50% - 0.4px) 100%;
  }
  .feature-anchor-list > li.anchor-item-1 img {
    max-width: 120px;
  }
  .feature-anchor-list > li.anchor-item-2 img {
    max-width: 170px;
  }
  .feature-anchor-list > li.anchor-item-3 img {
    max-width: 140px;
  }
}

@media (max-width: 550px) {
  .feature-anchor-list > li p {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .feature-anchor-list {
    gap: 14px 3%;
  }
  .feature-anchor-list > li p {
    font-size: 12px;
    padding: 10px 8px !important;
  }
  .feature-anchor-list > li.anchor-item-1 img {
    max-width: 100px;
  }
  .feature-anchor-list > li.anchor-item-2 img {
    max-width: 130px;
  }
  .feature-anchor-list > li.anchor-item-3 img {
    max-width: 110px;
  }
}

.kaitori_system {
  text-align: center;
  margin-bottom: 80px;
}
.kaitori_system p {
  font-size: 18px;
  font-weight: 700;
}
.kaitori_system p strong {
  font-size: 42px;
  font-weight: 700;
  color: var(--main_color);
}

.feature-block {
  background-color: var(--white_color);
  position: relative;
  padding: 0 3%;
  padding-bottom: 65px;
}
.feature-block.variant-3 {
  padding-bottom: 30px;
}

.feature-block + .feature-block {
  margin-top: 160px;
}

.block-heading {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  gap: 30px;
  top: -45px;
  color: var(--main_color);
  margin-bottom: -45px;
}

.block-heading .num {
  display: block;
  font-size: 68px;
  font-weight: 500;
  text-align: center;
  line-height: 90px;
  background-color: var(--main_color);
  width: 90px;
  height: 90px;
  color: #fff;
}

.block-heading .text {
  display: block;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 1.45;
  padding-top: 25px;
}

.block-desc {
  font-size: 16px;
  text-align: center;
  line-height: 2;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .kaitori_system p {
    font-size: 16px;
  }
  .kaitori_system p strong {
    font-size: 25px;
  }
  .feature-block {
    padding-bottom: 1px;
  }
  .feature-block + .feature-block {
    margin-top: 100px;
  }
  .feature-block::before {
    width: 63px;
    height: 48px;
    top: -48px;
  }

  .block-heading {
    top: -35px;
    margin-bottom: -30px;
  }
  .block-heading .num {
    font-size: 42px;
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .block-heading .num::after {
    height: 4px;
  }
  .block-heading .text {
    font-size: 20px;
    padding-top: 10px;
  }
  .block-desc {
    font-size: 14px;
    margin-top: 20px;
    text-align: left;
  }
}

.card-list {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 2%;
  justify-content: center;
}

.card-list .card-item {
  width: 15%;
  background-color: #f7f7f7;
  padding-top: 20px;
}

.card-text {
  margin: 0 18px 14px 18px;
  font-size: 20px;
  padding-bottom: 6px;
  text-align: center;
  font-weight: 700;
  color: var(--main_color);
  position: relative;
  border-bottom: 1px solid;
}

.card-text:before,
.card-text:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: '';
  height: 0;
  width: 0;
}

.card-text:before {
  border: 8px solid;
  border-color: transparent;
  border-top-color: var(--main_color);
  margin-left: -8px;
}

.card-text:after {
  border: 7px solid;
  border-color: transparent;
  border-top-color: #f7f7f7;
  margin-left: -7px;
}

@media (max-width: 900px) {
  .card-list {
    max-width: 500px;
    gap: 14px;
    padding-top: 24px;
  }
  .card-list .card-item {
    width: 140px;
  }
}

.sub-feature-box {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 80px;
  border: 1px solid var(--main_color);
  padding: 50px 30px 30px 30px;
  position: relative;
}

.sub-feature-title {
  width: fit-content;
  height: 50px;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0 50px;
  background-color: var(--main_color);
  color: var(--white_color);
  font-size: 19px;
  font-weight: 700;
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
  margin: auto;
}

.sub-feature-list {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px 42px;
}

.sub-feature-list .list-item {
  font-size: 17px;
  font-weight: 700;
  color: var(--black_color);
  position: relative;
  padding-left: 36px;
}

.sub-feature-list .list-item::before {
  content: '';
  width: 28px;
  height: 20px;
  background: url('../img/check_001.png') center / contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .sub-feature-title {
    height: 64px;
    padding: 0 20px;
    font-size: 16px;
    top: -32px;
  }
  .card-text {
    font-size: 18px;
  }
  .sub-feature-list .list-item::before {
    width: 18px;
    height: 13px;
  }
  .sub-feature-box {
    margin-top: 60px;
    padding: 46px 5% 20px 5%;
  }

  .sub-feature-list {
    gap: 12px 2%;
    justify-content: flex-start;
  }
  .sub-feature-list .list-item {
    font-size: 15px;
    width: 49%;
    padding-left: 24px;
  }
}

@media (max-width: 540px) {
  .sub-feature-list .list-item {
    font-size: 13px;
  }
}

.consultation-box {
  max-width: 880px;
  margin: 0 auto;
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
}

.consultation-title {
  color: var(--main_color);
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.consultation-title .small-text {
  font-size: 17px;
  color: var(--black_color);
}

.consultation-desc {
  color: var(--black_color);
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 2;
  margin-top: 10px;
}

.consultation-box .img-area {
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .consultation-box {
    width: 100%;
    padding: 40px 0 0;
    display: block;
  }
  .consultation-title {
    font-size: 22px;
  }
  .consultation-title .small-text {
    font-size: 14px;
  }
  .consultation-desc {
    font-size: 14px;
    padding: 0 20px;
    text-align: left;
  }
  .consultation-box .img-area {
    width: 100%;
    margin-top: 20px;
  }
  .consultation-box .img-area img {
    max-width: 330px;
    width: 90%;
  }
}

.area-map-img {
  max-width: 880px;
  margin: 0 auto;
  margin-top: 40px;
}

.area-reason-box {
  padding-top: 60px;
}

.reason-title {
  font-size: 27px;
  color: var(--main_color_dark);
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

.reason-title .accent-dot {
  position: relative;
}

.reason-title .accent-dot::after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--black_color);
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  margin: auto;
}

.reason-list {
  padding-top: 25px;
  display: inline-block;
  text-align: left;
}
.reason-list li {
  margin-top: 20px;
}
.reason-list li:first-child {
  margin-top: 0;
}

.reason-def .def-term {
  font-size: 20px;
  font-weight: 700;
  color: var(--main_color_dark);
  padding-left: 46px;
  position: relative;
  margin-bottom: 8px;
}

.reason-def .def-term::before {
  content: '';
  display: block;
  width: 31px;
  height: 22px;
  margin: auto;
  background: url('../img/check_001.png') center / contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.reason-def .def-desc {
  font-size: 16px;
  color: var(--black_color);
  padding-left: 46px;
}

.area-reason-box {
  background-color: var(--main_color_super_light);
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 40px 40px 48px 40px;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .area-map-img {
    margin-top: 20px;
  }
  .area-reason-box {
    margin-top: 34px;
    padding: 36px 6% 38px 6%;
  }
  .reason-title {
    font-size: 18px;
  }
  .reason-list {
    width: 100%;
    margin: 0 auto;
  }
  .reason-list li {
    margin-top: 12px;
  }
  .reason-def {
    display: block;
  }
  .reason-def .def-term {
    font-size: 16px;
    padding-left: 34px;
    margin-bottom: 2px;
  }
  .reason-def .def-term::before {
    width: 25px;
    height: 18px;
  }
  .reason-def .def-desc {
    font-size: 14px;
    padding-left: 34px;
  }
}

.support-list {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 30px;
  display: flex;
  flex-flow: wrap;
  gap: 20px 3.5%;
}

.support-list > .list-item {
  width: 31%;
}

.support-def dt {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  color: var(--main_color);
}

.support-def dd {
  color: var(--black_color);
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.8;
}

.support-def dd .note {
  color: var(--gray_color_dark);
  display: block;
  font-size: 13px;
  margin-top: 8px;
}

@media (max-width: 900px) {
  .support-def dt {
    font-size: 20px;
    margin-top: 14px;
  }
  .support-def dd {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .feature-section:after {
    bottom: -49px;
    height: calc(100px / 2);
  }

  .support-list {
    max-width: 960px;
    margin: 0 auto;
    padding-top: 30px;
    display: flex;
    flex-flow: wrap;
    gap: 20px 4%;
  }

  .support-list > .list-item {
    width: 48%;
  }

  .support-def dt {
    font-size: 18px;
    margin-top: 12px;
  }
  .support-def dd {
    font-size: 14px;
    margin-top: 6px;
  }
}
@media (max-width: 500px) {
  .support-list > .list-item {
    width: 100%;
  }

  .support-def dt {
    font-size: 18px;
    margin-top: 12px;
  }
  .support-def dd {
    font-size: 14px;
    margin-top: 6px;
  }
}

/* ==========================================================================
  CTA Banner (Global/Common)
  ========================================================================== */
.cta-list {
  width: 1030px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.cta-list > .cta-item {
  width: 500px;
}

.cta-list .cta-btn {
  display: block;
}

@media (min-width: 768px) {
  .cta-list .cta-btn:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .cta-list {
    width: 100%;
    display: block;
  }
  .cta-list > .cta-item {
    width: 100%;
  }
  .cta-list > .cta-item:nth-of-type(1n + 2) {
    margin-top: 15px;
  }
}

/* ==========================================================================
  Section: Process (Flow)
  ========================================================================== */
.process-section {
  padding: 80px 3% 100px 3%;
}

.process-section .section-heading {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: var(--main_color);
}

.process-list {
  max-width: 1000px;
  margin: 26px auto 0;
}

.process-list > .list-item {
  background-color: var(--gray_color_super_light);
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.process-list > .list-item p {
  font-size: 18px;
  padding: 0 20px;
}

.process-list > .list-item .note {
  font-size: 14px;
}
.process-list > .list-item::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  min-height: 80px;
  font-size: 34px;
  background-color: var(--main_color);
  color: #fff;
}
.process-list > .list-item.flow01::before {
  content: '1';
}
.process-list > .list-item.flow02::before {
  content: '2';
}
.process-list > .list-item.flow03::before {
  content: '3';
}
.process-list > .list-item.flow04::before {
  content: '4';
}
.process-list > .list-item.flow05::before {
  content: '5';
}
.process-list > .list-item.flow06::before {
  content: '6';
}
.process-list > .list-item.flow07::before {
  content: '7';
}

@media (max-width: 767px) {
  .process-section {
    padding: 50px 3% 60px 3%;
  }
  .process-section .section-heading {
    font-size: 23px;
  }
  .process-list > .list-item {
    align-items: stretch;
  }
  .process-list > .list-item p {
    font-size: 13px;
    gap: 14px;
    padding: 10px 14px;
  }
  .process-list > .list-item::before {
    width: 40px;
    font-size: 23px;
    flex-shrink: 0;
    min-height: 0;
  }
  .process-list > .list-item .note {
    display: block;
    font-size: 12px;
  }
}

/* ==========================================================================
  Section: Record
  ========================================================================== */
.record-section {
  width: 100%;
  padding: 100px 0 15px;
  background-color: var(--main_color);
  color: var(--white_color);
  position: relative;
  margin-bottom: 115px;
}
.record-section:after {
  background: var(--main_color);
  position: absolute;
  bottom: -79px;
  left: 0;
  content: '';
  height: calc(160px / 2);
  width: 100%;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.record-section .section-heading {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.record-section .inner {
  padding: 0 3%;
}
.record-list {
  max-width: 1000px;
  margin: 0 auto;
  padding: 36px 0 50px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 16px 3%;
}

.record-list .list-item {
  width: 31.3%;
  font-size: 17px;
  font-weight: 700;
}

.record-section .more {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
}
.record-section .more strong {
  color: var(--sub_color_light);
}

@media (max-width: 900px) {
  .record-list .list-item {
    font-size: 15px;
  }
  .record-section .more {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .record-section {
    padding: 40px 0 20px;
    margin-bottom: 50px;
  }
  .record-section .section-heading {
    font-size: 23px;
  }
  .record-list {
    gap: 16px 4%;
    padding-top: 20px;
    padding-bottom: 36px;
  }

  .record-list .list-item {
    font-size: 14px;
    width: 48%;
    max-width: 16em;
  }
  .record-section .more {
    font-size: 19px;
  }
  .record-section:after {
    bottom: -49px;
    height: calc(100px / 2);
  }
}
@media (max-width: 500px) {
  .record-section .inner {
    text-align: center;
  }
  .record-list {
    display: inline-block;
    text-align: left;
    padding-bottom: 28px;
  }

  .record-list .list-item {
    font-size: 14px;
    width: auto;
    margin-top: 6px;
  }
  .record-section .more {
    font-size: 16px;
  }
}

/* ==========================================================================
  Section: Feedback (Voice)
  ========================================================================== */
.feedback-section {
  padding: 50px 3% 0 3%;
}

.feedback-section .section-heading {
  color: var(--main_color);
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.case-list {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  gap: 34px 3%;
}

.case-list .list-item {
  width: 48.5%;
  background-color: #f7f7f7;
  padding: 30px 30px;
}
.case-list .list-item header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--main_color);
}

.case-tags {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tag-type {
  background-color: var(--main_color);
  color: var(--white_color);
  font-size: 16px;
  font-weight: 700;
  padding: 4px 10px;
}

.tag-area {
  font-size: 23px;
  font-weight: 700;
  color: var(--main_color);
}

.case-title {
  font-size: 16px;
  margin-top: 6px;
}

.case-text-box {
  padding-top: 20px;
}

.case-icon {
  width: 100px;
}

.case-desc {
  line-height: 1.9;
  font-size: 16px;
}

@media (max-width: 1100px) {
  .tag-type {
    font-size: 14px;
    padding: 3px 8px;
  }

  .tag-area {
    font-size: 20px;
  }

  .case-title {
    font-size: 14px;
    margin-top: 6px;
  }

  .case-text-box {
    padding-top: 18px;
  }

  .case-icon {
    width: 90px;
  }
  .case-desc {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .tag-type {
    font-size: 13px;
  }

  .tag-area {
    font-size: 18px;
  }

  .case-title {
    font-size: 13px;
    margin-top: 5px;
  }

  .case-text-box {
    padding-top: 16px;
  }

  .case-icon {
    width: 80px;
  }
  .case-desc {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .feedback-section .section-heading {
    font-size: 23px;
    margin-bottom: 30px;
  }
  .case-list {
    gap: 20px;
    max-width: 480px;
  }

  .case-list .list-item {
    width: 100%;
    padding: 20px 3%;
  }

  .tag-type {
    font-size: 12px;
  }

  .tag-area {
    font-size: 16px;
  }

  .case-title {
    font-size: 12px;
  }

  .case-text-box {
    padding-top: 14px;
  }

  .case-icon {
    width: 80px;
  }
  .case-desc {
    font-size: 14px;
  }
  .case-icon {
    width: 70px;
  }
}

.wrap_shop_map {
  margin-top: 60px;
  position: relative;
  width: 100%;
  padding-top: 380px;
  overflow: hidden;
  background-color: #fff;
}

.wrap_shop_map iframe {
  position: absolute;
  top: -190px;
  left: 0;
  width: 100%;
  height: calc(100% + 190px + 190px);
  pointer-events: none;
  filter: grayscale(100%);
}

/* ==========================================================================
  Footer
  ========================================================================== */
.site-footer {
  background-color: var(--main_color);
  padding: 40px 0 30px;
  color: #fff;
}

.footer-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 46px;
}

.footer-logo {
  width: 210px;
  text-align: center;
}

.footer-link-btn {
  color: #fff;
  margin-top: 10px;
  font-size: 14px;
  display: inline-block;
}

.footer-link-btn span {
  text-decoration: underline;
}
.footer-link-btn:hover span {
  text-decoration: none;
}

.footer-link-btn::after {
  font-family: icon_set_v1 !important;
  speak: none !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  content: '\e93d';
  font-size: 16px;
  color: #fff;
  margin-left: 4px;
}

.footer-info-list {
  padding-top: 14px;
  line-height: 1.75;
  font-size: 14px;
}
.footer-info-list .tel_link a {
  text-decoration: underline;
  color: #fff;
}
.footer-info-list .tel_link:hover a {
  text-decoration: none;
}

.footer-copyright {
  font-size: 12px;
  text-align: center;
  margin-top: 36px;
  color: #fff;
}

.footer_fixed_btn {
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  left: 0;
  bottom: 0;
  height: 100px;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #e1e1e1;
  display: flex;
  padding: 0 8%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);

  /* アニメーション */
  transition:
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s;
}
.lp_footer_fixed .footer_fixed_btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.footer_fixed_btn p {
  display: inline-block;
  width: 18em;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  padding: 10px 10px;
  border-radius: 4px;
  color: #fff;
  background-color: var(--important_color);
  background-image: url('../img/icon_003.png');
  background-repeat: no-repeat;
  background-position: 25px center;
  background-size: 24px auto;
  position: relative;
  cursor: pointer;
}

.footer_fixed_btn p::after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

@media (min-width: 768px) {
  .lp_footer_fixed .site-footer {
    padding-bottom: 126px;
  }
  .lp_footer_fixed #pagetop a {
    bottom: 124px;
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding: 26px 0 24px;
  }
  .footer-logo {
    width: 180px;
  }
  .footer-inner {
    flex-flow: column;
    align-items: center;
    gap: 8px;
  }
  .footer-info-list {
    text-align: center;
  }
  .footer-link-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-copyright {
    margin-top: 30px;
  }
  .lp_footer_fixed #pagetop {
    margin-bottom: 100px;
  }
}
