@charset "UTF-8";
/* =========================================================
reset
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, select {
  vertical-align: middle;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #333333;
}

.bold {
  font-weight: 700;
}

.color-o {
  color: #f57f00;
}

.color-w {
  color: #fff;
}

.txt-pop {
  font-family: "Poppins", sans-serif;
}

a:hover {
  opacity: 0.7;
}

section {
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section {
    padding: 13.3333333333vw 0;
  }
}

.txt-bold {
  font-weight: 700;
}

.inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 89.3333333333vw;
  }
}

.cv-btn {
  background: orange;
  display: block;
  color: #fff;
  width: 340px;
  height: 80px;
  border-radius: 100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 32px;
  position: relative;
}

@media (max-width: 767px) {
  .cv-btn {
    width: 89.3333333333vw;
    height: 16vw;
    border-radius: 13.3333333333vw;
    padding: 0 4.2666666667vw;
  }
}
.cv-btn:hover {
  opacity: 0.8;
}

.cv-btn-txt {
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 0.8em;
  letter-spacing: 0.13em;
}

@media (max-width: 767px) {
  .cv-btn-txt {
    margin-top: 0vw;
    font-size: 4.8vw;
    letter-spacing: 0.13em;
  }
}
.cv-btn-stxt {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .cv-btn-stxt {
    font-size: 2.9333333333vw;
    margin-bottom: 6vw;
  }
}

@media screen and (max-width: 767px) {
  .cv-btn-icon {
    width: 6.6666666667vw;
    position: absolute;
    left: 5.6vw;
  }
}

@media screen and (max-width: 767px) {
  .tel-btn .cv-btn-icon {
    width: 4.2666666667vw;
  }
}

.cv-btn-txt .small {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .cv-btn-txt .small {
    font-size: 2.6666666667vw;
  }
}
.cv-btn .fa-solid {
  font-size: 24px;
}

@media (max-width: 767px) {
  .cv-btn .fa-solid {
    font-size: 4.2666666667vw;
  }
}
.cv-btn-baloon-wrap {
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
}

.cv-btn-baloon {
  position: relative;
  color: #c1a226;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  background: #ffffff;
  width: 178px;
  height: 27px;
  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;
  letter-spacing: 0.001em;
  border: solid 2px #c1a226;
  padding-bottom: 0.15625vw;
  letter-spacing: 0.03em;
  line-height: 1em;
}

@media (max-width: 767px) {
  .cv-btn-baloon {
    font-size: 3.7333333333vw;
    width: 30.6666666667vw;
    height: 6.8vw;
    padding-left: 1.3333333333vw;
    border: solid 0.2666666667vw #c1a226;
    padding-bottom: 0.4vw;
  }
}
.cv-btn-baloon-stxt {
  margin-left: -4px;
}

@media (max-width: 767px) {
  .cv-btn-baloon-stxt {
    margin-left: -0.8vw;
  }
}
.cv-btn-area {
  background-color: #fffdc0;
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  .cv-btn-area {
    padding: 2.1333333333vw 0 1.6vw 0;
  }
}
.cv-btn-area .cv-btn-area-stxt {
  font-size: 18px;
  color: #3b884d;
  margin-bottom: 16px;
  text-align: center;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .cv-btn-area .cv-btn-area-stxt {
    font-size: 3.4666666667vw;
    margin-bottom: 0.8vw;
  }
}

.header-cv-btn {
  background: orange;
  display: block;
  color: #fff;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  -webkit-box-shadow: 0px 12px 0px 0px #8b0528;
          box-shadow: 0px 12px 0px 0px #8b0528;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header-cv-btn {
    width: 380px;
    height: 56px;
  }
}

@media (max-width: 767px) {
  .header-cv-btn {
    width: 54.9333333333vw;
    height: 8.5333333333vw;
    border-radius: 100px;
    padding: 0 3.7333333333vw;
    -webkit-box-shadow: 0px 1.3333333333vw 0px 0px #8b0528;
            box-shadow: 0px 1.3333333333vw 0px 0px #8b0528;
  }
}
.header-cv-btn:hover {
  opacity: 0.8;
}

.header-cv-btn-txt {
  letter-spacing: 0.08em;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 0.9em;
}

@media (max-width: 767px) {
  .header-cv-btn-txt {
    letter-spacing: 0.08em;
    font-size: 2.9333333333vw;
  }
}
.header-cv-btn .fa-solid {
  font-size: 24px;
}

@media (max-width: 767px) {
  .header-cv-btn .fa-solid {
    font-size: 2.9333333333vw;
  }
}
.notes {
  color: #777777 !important;
  text-align: left;
  font-size: 14px !important;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .notes {
    font-size: 2.6666666667vw !important;
  }
}

/* =========================================================
Web fonts
========================================================= */
/* =========================================================
base
========================================================= */
html, body {
  width: 100%;
  min-width: 1300px;
  height: auto;
}
@media screen and (max-width: 767px) {
  html, body {
    min-width: 100%;
  }
}

body {
  letter-spacing: 0;
  background: #fff;
  font-weight: 400;
  font-size: 18.6666666667px;
  line-height: 2;
  padding-bottom: 227px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
    line-height: 1.7;
    padding-bottom: 32.1333333333vw;
  }
}

img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  vertical-align: middle;
}

a {
  color: #333;
  display: block;
  text-decoration: none;
}

p {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

img {
  line-height: 0;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.pc-in {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-in {
    display: none;
  }
}

.sp-in {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-in {
    display: block;
  }
}

/* border-box
--------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header {
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 0px 15px -5px #777777;
          box-shadow: 0px 0px 15px -5px #777777;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .header {
    width: 100vw;
    -webkit-box-shadow: 0px 0px 2vw -0.6666666667vw #777777;
            box-shadow: 0px 0px 2vw -0.6666666667vw #777777;
    max-width: 1920px;
  }
}
.header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header .header-inner {
    width: 1200px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-inner {
    max-width: 94.6666666667vw;
    height: 15.4666666667vw;
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .header .header-inner .logo {
    width: 220px;
    max-width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-inner .logo {
    width: 29.3333333333vw;
    height: auto;
  }
}
.header .header-inner .logo img {
  width: 100%;
}
.header .header-tell-txt {
  font-size: 40px;
  line-height: 1.1em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .header .header-tell-txt {
    font-size: 4.8vw;
  }
}
.header .header-tell-stxt {
  font-size: 16px;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .header .header-tell-stxt {
    font-size: 2vw;
  }
}
.header .tell-icon {
  width: 27px;
  height: auto;
  margin-bottom: 5px;
  margin-right: 2px;
}
@media screen and (max-width: 767px) {
  .header .tell-icon {
    width: 3.6vw;
    margin-bottom: 0.6666666667vw;
    margin-right: 0.2666666667vw;
  }
}

.floating {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
}
.floating .cv-btn {
  width: 460px;
  background-color: #24863b;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .floating .cv-btn {
    width: 80vw;
    font-size: 4.2666666667vw;
  }
}

.floating.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.mv {
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv {
    background: url(../img/mv_bg.webp) top center/100% auto no-repeat;
    padding: 0;
    width: 100%;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    padding-top: 0;
    height: 82.6666666667vw;
    background: url(../img/mv-bg-sp.webp) center top/100% auto no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .mv:before {
    content: "";
    display: block;
    padding-top: 37.4%;
  }
}
.mv .mv-inner {
  position: relative;
}
.mv .mv-copy {
  position: absolute;
  top: 39%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
  width: 33.3333333333vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .mv .mv-copy {
    min-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv-copy {
    top: 38%;
    width: 82.9333333333vw;
  }
}
.mv .mv-btn {
  position: absolute;
  top: 82%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 22.9166666667vw;
  overflow: hidden;
  height: auto;
}
@media screen and (min-width: 768px) {
  .mv .mv-btn {
    min-width: 275px;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv-btn {
    top: 86%;
    width: 58.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .mv .shine span a {
    position: relative;
    left: -3px;
  }
}
@media screen and (max-width: 767px) {
  .mv .shine span a {
    position: relative;
    left: -0.4vw;
  }
}
.mv .shine {
  width: 23.3333333333vw;
}
@media screen and (min-width: 768px) {
  .mv .shine {
    min-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .mv .shine {
    width: 59.7333333333vw;
  }
}
.mv .shine span.mask::before {
  height: 4.3229166667vw;
}
@media screen and (min-width: 768px) {
  .mv .shine span.mask::before {
    min-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .mv .shine span.mask::before {
    height: 11.2vw;
  }
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.footer .company-txt {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer .company-txt {
    text-align: left;
    padding-top: 80px;
    font-size: 14px;
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .footer .company-txt {
    width: 92.4vw;
    font-size: 3.4666666667vw;
    padding-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .footer .company-address {
    font-size: 3.2vw;
  }
}
.footer .examination {
  margin: 0 auto;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .footer .examination {
    width: 340px;
    margin: 0 auto;
    font-size: 14px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .footer .examination {
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
    width: 92.4vw;
  }
}
.footer .copy-txt {
  text-align: center;
  background-color: #003366;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .footer .copy-txt {
    font-size: 12px;
    padding: 12px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .copy-txt {
    margin-top: 10.6666666667vw;
    font-size: 3.2vw;
    padding: 1.6vw 0;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  padding-bottom: 126px;
}
@media screen and (max-width: 767px) {
  body {
    padding-bottom: 17.8666666667vw;
  }
}

/*アンカーリンク*/
.anc-link-box {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 46.875vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .anc-link-box {
    min-width: 800px;
    margin-top: -80px;
  }
}
@media screen and (max-width: 767px) {
  .anc-link-box {
    width: 93.3333333333vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 5.3333333333vw;
  }
}
.anc-link-box .anc-link {
  width: 22%;
  border: solid #333333 2px;
  border-radius: 8px;
  padding: 1.5% 0 1.5% 0;
  font-size: 100%;
  text-align: center;
  -webkit-box-shadow: 0px 8px 0px 0 #333333;
          box-shadow: 0px 8px 0px 0 #333333;
  line-height: 1.3em;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .anc-link-box .anc-link {
    width: 48%;
    font-size: 3.7333333333vw;
    -webkit-box-shadow: 0px 1.3333333333vw 0px 0 #333333;
            box-shadow: 0px 1.3333333333vw 0px 0 #333333;
    border: solid #333333 0.2666666667vw;
    margin-bottom: 4.2666666667vw;
    padding: 1% 0 1% 0;
  }
}
.anc-link-box .anc-link span {
  display: block;
  width: 10%;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .anc-link:nth-child(2),
  .anc-link:nth-child(4) {
    padding-top: 4.2666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .anc-link:nth-child(2) span,
  .anc-link:nth-child(4) span {
    margin-top: 2.1333333333vw;
  }
}

/*number*/
.num-txt {
  font-family: "Poppins", sans-serif;
}

/*slider*/
@media screen and (min-width: 768px) {
  .slick-slider {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .slick-slider img {
    height: 26.8vw !important;
    width: 71.8666666667vw !important;
  }
}

/*trouble*/
.trouble {
  background: url("../img/trouble-bg.webp") top center/auto no-repeat;
  background-color: #fffcf6;
  margin-top: 120px;
  padding-top: 236px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .trouble {
    background: url("../img/trouble-bg-sp.webp") top center/100% auto no-repeat;
    background-color: #fffcf6;
    margin-top: 6.4vw;
    padding-top: 31.2vw;
  }
}
.trouble .trouble-ttl {
  width: 499px;
  height: auto;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -40px;
}
@media screen and (max-width: 767px) {
  .trouble .trouble-ttl {
    width: 82.6666666667vw;
    top: -5.3333333333vw;
  }
}
.trouble .trouble-table {
  background-color: #ffffff;
  width: 700px;
  padding: 48px 40px 48px 84px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 15px -5px #a5a5a5;
          box-shadow: 0px 0px 15px -5px #a5a5a5;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .trouble .trouble-table {
    width: 89.3333333333vw;
    padding: 3.6vw 0 4.6666666667vw 10.6666666667vw;
    border-radius: 2.1333333333vw;
    -webkit-box-shadow: 0px 0px 2vw -0.6666666667vw #a5a5a5;
            box-shadow: 0px 0px 2vw -0.6666666667vw #a5a5a5;
  }
}
.trouble .trouble-table .trouble-list {
  position: relative;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .trouble .trouble-table .trouble-list {
    margin-bottom: 7.4666666667vw;
  }
}
.trouble .trouble-table .trouble-list:before {
  content: "";
  top: 12px;
  left: -43px;
  position: absolute;
  width: 33px;
  height: 33px;
  background: url("../img/check-img.webp") top center/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .trouble .trouble-table .trouble-list:before {
    top: 1.6vw;
    left: -5.7333333333vw;
    width: 4.4vw;
    height: 4.4vw;
  }
}
.trouble .trouble-table .trouble-list:after {
  content: "";
  bottom: -35px;
  left: -43px;
  position: absolute;
  width: 620px;
  height: 6px;
  background: url("../img/dot.webp") repeat-x top center/auto 100%;
}
@media screen and (max-width: 767px) {
  .trouble .trouble-table .trouble-list:after {
    bottom: -4.2666666667vw;
    left: -8vw;
    width: 82.6666666667vw;
    height: 0.8vw;
  }
}
.trouble .trouble-table .trouble-list:last-child {
  margin-bottom: 0;
}
.trouble .trouble-table .trouble-list:last-child:after {
  display: none;
}
.trouble .trouble-table .trouble-list-txt {
  font-size: 28px;
  text-align: left;
  line-height: 1.7em;
}
@media screen and (max-width: 767px) {
  .trouble .trouble-table .trouble-list-txt {
    font-size: 4.8vw;
    line-height: 1.6em;
  }
}
.trouble .trouble-table .trouble-list-txt-band {
  background-color: #333333;
  color: #ffffff;
  font-weight: 700;
  padding: 3px;
}
@media screen and (max-width: 767px) {
  .trouble .trouble-table .trouble-list-txt-band {
    padding: 0.1333333333vw;
  }
}
.trouble .trouble-sttl {
  width: 836px;
  margin: 0 auto;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .trouble .trouble-sttl {
    width: 93.3333333333vw;
    margin-top: 13.3333333333vw;
    margin-right: 0;
    margin-left: auto;
  }
}

.item-table {
  width: 900px;
  border-radius: 16px;
  border: solid #f57f00 3px;
  background-color: #ffffff;
  position: relative;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .item-table {
    width: 89.3333333333vw;
    border-radius: 2.1333333333vw;
    border: solid #f57f00 0.4vw;
    padding-left: 1.6vw;
    padding-bottom: 5.3333333333vw;
  }
}
.item-table .item-table-list {
  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) {
  .item-table .item-table-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.item-table .item-table-ttl {
  font-size: 32px;
  color: #ffffff;
  background-color: #f57f00;
  border-radius: 0 0 16px 16px;
  width: 680px;
  padding: 16px;
  margin: 0 auto;
  line-height: 1em;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .item-table .item-table-ttl {
    font-size: 5.3333333333vw;
    width: 66.6666666667vw;
    border-radius: 0 0 2.1333333333vw 2.1333333333vw;
    margin-bottom: 3.2vw;
    padding: 1.8666666667vw;
    line-height: 1.3em;
  }
}
.item-table .item-table-list-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: 700;
  margin: 0 16px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .item-table .item-table-list-txt {
    font-size: 4vw;
    margin-right: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}

.Purchase-sttl {
  font-size: 32px;
  position: relative;
  width: 259px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .Purchase-sttl {
    margin-top: 6.4vw;
    font-size: 5.3333333333vw;
    margin-bottom: 4.2666666667vw;
    width: 42.6666666667vw;
  }
}

.Purchase-sttl::before {
  content: "";
  bottom: 26px;
  left: -234px;
  position: absolute;
  width: 205px;
  height: 6px;
  background: url("../img/dot-orange.webp") repeat-x top center/auto 100%;
}
@media screen and (max-width: 767px) {
  .Purchase-sttl::before {
    bottom: 3.4666666667vw;
    left: -23.8666666667vw;
    width: 19.7333333333vw;
    height: 0.8vw;
  }
}

.Purchase-sttl::after {
  content: "";
  bottom: 26px;
  right: -234px;
  position: absolute;
  width: 205px;
  height: 6px;
  background: url("../img/dot-orange.webp") repeat-x top center/auto 100%;
}
@media screen and (max-width: 767px) {
  .Purchase-sttl::after {
    bottom: 3.4666666667vw;
    right: -23.8666666667vw;
    width: 19.7333333333vw;
    height: 0.8vw;
  }
}

.Purchase-item-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .Purchase-item-contents {
    width: 80vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.Purchase-item {
  padding: 20px 0;
  background-color: #ffffff;
  border: solid #333333 2px;
  border-radius: 8px;
  width: 133px;
  height: 133px;
}
@media screen and (max-width: 767px) {
  .Purchase-item {
    width: 17.7333333333vw;
    height: 17.7333333333vw;
    border-radius: 1.0666666667vw;
    padding: 2.6666666667vw 0;
    border: solid #333333 0.2666666667vw;
    margin: 0 0.6666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .Purchase-item img {
    width: 47%;
  }
}

.Purchase-txt {
  font-size: 22px;
  font-weight: 700;
  line-height: 1em;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .Purchase-txt {
    font-size: 2.9333333333vw;
    margin-top: 0.8vw;
  }
}

.Purchase-item:nth-child(2) {
  padding-top: 31px;
}
@media screen and (max-width: 767px) {
  .Purchase-item:nth-child(2) {
    padding-top: 4.1333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .Purchase-item:nth-child(3) img {
    width: 34%;
  }
}

@media screen and (max-width: 767px) {
  .Purchase-item:nth-child(4) img {
    width: 36%;
  }
}

.Purchase-item:nth-child(5) {
  padding-top: 22px;
}
@media screen and (max-width: 767px) {
  .Purchase-item:nth-child(5) {
    padding-top: 2.9333333333vw;
  }
}

.Purchase-item:nth-child(6) .Purchase-txt {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .Purchase-item:nth-child(6) .Purchase-txt {
    margin-top: 2.1333333333vw;
  }
}

.Purchase-item:nth-child(7) {
  padding-top: 34px;
}
@media screen and (max-width: 767px) {
  .Purchase-item:nth-child(7) {
    padding-top: 3.7333333333vw;
  }
}

.notes {
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .notes {
    margin-top: 2.1333333333vw;
  }
}

/*point*/
.point-ttl {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .point-ttl {
    width: 73.3333333333vw;
    margin: 0 auto;
    margin-bottom: 6.4vw;
  }
}

.point-img {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .point-img {
    width: 97.7333333333vw;
    margin-right: 0;
    margin-left: auto;
  }
}

.point-txt {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  margin-top: 32px;
  margin-bottom: 40px;
  font-size: 20px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .point-txt {
    margin-top: 1.7333333333vw;
    width: 89.3333333333vw;
    margin-bottom: 4.9333333333vw;
    font-size: 3.4666666667vw;
  }
}

.point-bottom {
  width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid #f57f00 2px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .point-bottom {
    width: 89.3333333333vw;
    border: solid #f57f00 0.2666666667vw;
    border-radius: 1.0666666667vw;
  }
}
.point-bottom .point-bottom-txt {
  font-size: 20px;
  text-align: left;
  width: 87%;
  padding-left: 27px;
  padding-top: 14px;
  line-height: 1.8em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .point-bottom .point-bottom-txt {
    line-height: 1.6em;
    font-size: 3.2vw;
    padding-left: 2.1333333333vw;
    padding-top: 0.9333333333vw;
    padding-right: 2.1333333333vw;
    line-height: 1.5em;
  }
}
.point-bottom .point-icon {
  width: 109px;
}
@media screen and (max-width: 767px) {
  .point-bottom .point-icon {
    width: 10.6666666667vw;
  }
}

.point-02 {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .point-02 {
    margin-top: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .point-02 .point-img {
    width: 1126px;
    padding-left: 89px;
  }
}
@media screen and (max-width: 767px) {
  .point-02 .point-img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .point-02 .point-bottom-txt {
    padding-top: 3.2vw;
  }
}

/*reason*/
.reason {
  background-color: #fffcf6;
}
.reason .reason-ttl {
  width: 314px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .reason .reason-ttl {
    width: 54.8vw;
    margin-bottom: 6.9333333333vw;
  }
}
.reason .reason-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .reason .reason-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    width: 89.7333333333vw;
    margin-bottom: 6.4vw;
  }
}
.reason .reason-content .reason-content-img {
  width: 420px;
}
@media screen and (max-width: 767px) {
  .reason .reason-content .reason-content-img {
    width: 89.7333333333vw;
    position: absolute;
    top: 24vw;
  }
}
.reason .reason-content .reason-content-txt {
  padding-top: 24px;
  width: 537px;
}
@media screen and (max-width: 767px) {
  .reason .reason-content .reason-content-txt {
    width: 89.7333333333vw;
  }
}
.reason .reason-content .reason-content-stxt {
  letter-spacing: 0.03em;
  padding-top: 48px;
  font-size: 20px;
  text-align: left;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .reason .reason-content .reason-content-stxt {
    font-size: 3.4666666667vw;
    padding-top: 3.2vw;
  }
}
.reason .reason-ttl-box {
  position: relative;
}
.reason .reason-ttl-box .reason-content-num {
  background-color: #7d4007;
  color: #ffffff;
  font-size: 16px;
  line-height: 1em;
  padding: 5px;
  margin-bottom: 10px;
  width: 100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .reason .reason-ttl-box .reason-content-num {
    font-size: 3.4666666667vw;
    padding: 0.6666666667vw;
    width: 24vw;
    margin-bottom: 0.4vw;
  }
}
.reason .reason-ttl-box .reason-content-sttl {
  text-align: center;
  font-size: 28px;
  font-family: "Zen Old Mincho", serif;
  color: #7d4007;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .reason .reason-ttl-box .reason-content-sttl {
    font-size: 4.8vw;
    margin-bottom: 76vw;
    letter-spacing: -0.05em;
    line-height: 1.3em;
  }
}
.reason .reason-ttl-box::before {
  content: "";
  top: -12px;
  left: 0;
  position: absolute;
  width: 62px;
  height: 119px;
  background: url("../img/laurel.webp") top center/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .reason .reason-ttl-box::before {
    background: url("../img/laurel-sp.webp") top center/100% auto no-repeat;
    width: 8.2666666667vw;
    height: 15.8666666667vw;
    top: -0.8vw;
  }
}
.reason .reason-ttl-box::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  content: "";
  top: -12px;
  right: 12px;
  position: absolute;
  width: 62px;
  height: 119px;
  background: url("../img/laurel.webp") top center/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .reason .reason-ttl-box::after {
    background: url("../img/laurel-sp.webp") top center/100% auto no-repeat;
    width: 8.2666666667vw;
    height: 15.8666666667vw;
    top: -0.8vw;
  }
}

.reason-02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

@media screen and (max-width: 767px) {
  .reason-03 {
    padding-top: 10.6666666667vw;
  }
}
.reason-03 .reason-ttl-box {
  width: 670px;
  margin: 0 auto;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .reason-03 .reason-ttl-box {
    width: 89.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.reason-03 .reason-content {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .reason-03 .reason-content {
    padding-right: 0;
    padding-top: 4vw !important;
  }
}
@media screen and (max-width: 767px) {
  .reason-03 .reason-content-num {
    margin-bottom: 1.0666666667vw !important;
  }
}
@media screen and (max-width: 767px) {
  .reason-03 .reason-ttl-box::before,
  .reason-03 .reason-ttl-box::after {
    top: 1.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .reason-03 .reason-content-sttl {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .reason-03 .reason-content-img {
    position: relative !important;
    top: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .reason-03 .reason-content-txt {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .reason-03 .reason-content-stxt {
    padding-top: 0 !important;
  }
}

.stxt {
  font-size: 80%;
}

.flow {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .flow {
    padding-bottom: 10.6666666667vw;
  }
}
.flow .flow-ttl {
  color: #24863b;
  font-size: 40px;
  font-family: "Zen Old Mincho", serif;
  position: relative;
  letter-spacing: 0.01em;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .flow .flow-ttl {
    font-size: 6.4vw;
    margin-bottom: 10.6666666667vw;
  }
}
.flow .flow-ttl::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 1px;
  width: 279px;
  height: 6px;
  background: url("../img/dot-green.webp") repeat-x top center/auto 100%;
}
@media screen and (max-width: 767px) {
  .flow .flow-ttl::after {
    bottom: -1.2vw;
    width: 43.4666666667vw;
    height: 0.9333333333vw;
  }
}
.flow .flow-line-ttl {
  width: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flow .flow-line-ttl {
    width: 60vw;
  }
}
.flow .point-baloon {
  position: absolute;
  width: 67px;
  height: auto;
  right: 0;
  top: -35px;
}
@media screen and (max-width: 767px) {
  .flow .point-baloon {
    width: 10.6666666667vw;
    top: -5.8666666667vw;
    right: 1.4666666667vw;
  }
}
.flow .flow-line-ttl-txt {
  line-height: 1.1em;
  font-weight: 700;
  text-align: left;
  font-size: 32px;
  color: #24863b;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .flow .flow-line-ttl-txt {
    font-size: 5.0666666667vw;
  }
}
.flow .flow-line-ttl-stxt {
  text-align: left;
  font-size: 24px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .flow .flow-line-ttl-stxt {
    font-size: 3.7333333333vw;
  }
}
.flow .flow-step-contents {
  width: 800px;
  margin: 0 auto;
  border: solid #24863b 2px;
  border-radius: 16px;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .flow .flow-step-contents {
    width: 89.3333333333vw;
    border: solid #24863b 0.4vw;
    border-radius: 2.1333333333vw;
    padding-bottom: 3.2vw;
    margin-bottom: 8.5333333333vw;
  }
}
.flow .flow-step-contents .flow-step-num {
  font-size: 20px;
  color: #ffffff;
  background-color: #24863b;
  border-radius: 0 0 8px 8px;
  width: 103px;
  padding: 7px;
  margin: 0 auto;
  line-height: 1em;
  margin-bottom: 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .flow .flow-step-contents .flow-step-num {
    font-size: 4vw;
    border-radius: 0 0 1.0666666667vw 1.0666666667vw;
    width: 19.2vw;
    padding: 0.9333333333vw;
    margin-bottom: 1.0666666667vw;
  }
}
.flow .flow-step-contents .flow-step-ttl {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #24863b;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .flow .flow-step-contents .flow-step-ttl {
    font-size: 4vw;
    margin-bottom: 3.2vw;
  }
}
.flow .flow-step-contents .flow-step-contents-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 610px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .flow .flow-step-contents .flow-step-contents-box {
    width: 74.6666666667vw;
  }
}
.flow .flow-step-contents .flow-step-contents-box .flow-step-item {
  width: 225px;
  height: 240px;
  background-color: #e5ffeb;
  border-radius: 16px;
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .flow .flow-step-contents .flow-step-contents-box .flow-step-item {
    width: 30vw;
    height: 32vw;
    border-radius: 2.1333333333vw;
    padding-top: 3.2vw;
  }
}
.flow .flow-step-contents .flow-step-contents-box .flow-step-item .flow-step-item-txt {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 56px;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .flow .flow-step-contents .flow-step-contents-box .flow-step-item .flow-step-item-txt {
    font-size: 2.6666666667vw;
    margin-bottom: 6.9333333333vw;
  }
}
.flow .flow-step-contents .flow-id-img {
  width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .flow .flow-step-contents .flow-id-img {
    width: 26.6666666667vw;
  }
}
.flow .flow-step-contents .qr-box .flow-step-item-txt {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .flow .flow-step-contents .qr-box .flow-step-item-txt {
    margin-bottom: 2.6666666667vw !important;
  }
}
.flow .flow-step-contents .qr-box .flow-qr-img {
  width: 155px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .flow .flow-step-contents .qr-box .flow-qr-img {
    width: 20.6666666667vw;
  }
}
.flow .flow-step-middle {
  font-size: 40px;
  font-weight: 700;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .flow .flow-step-middle {
    font-size: 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}

.flow-step-contents:after {
  content: "";
  width: 31px;
  height: 14px;
  background: url("../img/angle.webp") top center/100% auto no-repeat;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -27px;
}
@media screen and (max-width: 767px) {
  .flow-step-contents:after {
    width: 8.9333333333vw;
    height: 4vw;
    bottom: -6.8vw;
  }
}

@media screen and (max-width: 767px) {
  .flow-step-txt-box {
    width: 81.7333333333vw;
  }
}
.flow-step-txt-box .flow-step-txt {
  font-size: 18px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.5em;
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .flow-step-txt-box .flow-step-txt {
    font-size: 3.4666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}

.flow-02 .flow-step-contents-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow-02, .flow-03 {
  padding-left: 22px;
  padding-right: 22px;
}
.flow-02 .flow-step-contents-box, .flow-03 .flow-step-contents-box {
  width: 750px !important;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .flow-02 .flow-step-contents-box, .flow-03 .flow-step-contents-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 82.2666666667vw !important;
    margin-left: -1.0666666667vw !important;
  }
}
.flow-02 .flow-step-txt-box, .flow-03 .flow-step-txt-box {
  width: 480px;
}
@media screen and (max-width: 767px) {
  .flow-02 .flow-step-txt-box, .flow-03 .flow-step-txt-box {
    width: 81.7333333333vw;
  }
}
.flow-02 .flow-step-ttl, .flow-03 .flow-step-ttl {
  margin-bottom: 36px;
}

.flow-step-img-box {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .flow-step-img-box {
    width: 40vw;
    margin: 0 auto;
    margin-bottom: 3.2vw;
  }
}
.flow-step-img-box img {
  width: 100%;
}

.flow-03 .flow-step-contents-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .flow-03 .flow-step-contents-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flow-03:after {
  display: none;
}

.line-reception-bg {
  background-color: #e5ffeb;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .line-reception-bg {
    padding: 6.4vw 0;
  }
}
.line-reception-bg .line-reception {
  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;
}
@media screen and (max-width: 767px) {
  .line-reception-bg .line-reception {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.line-reception-bg .line-reception .line-reception-ttl {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .line-reception-bg .line-reception .line-reception-ttl {
    font-size: 4vw;
  }
}
.line-reception-bg .line-reception .line-reception-ttl .color-w {
  background-color: #24863b;
  border-radius: 100px;
  padding: 6px 24px;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .line-reception-bg .line-reception .line-reception-ttl .color-w {
    border-radius: 13.3333333333vw;
    padding: 1.0666666667vw 0;
    display: block;
    width: 45.3333333333vw;
    margin: 0 auto;
  }
}
.line-reception-bg .line-reception .line-reception-ttl .time {
  font-size: 56px;
  color: #24863b;
  line-height: 1.3em;
}
@media screen and (max-width: 767px) {
  .line-reception-bg .line-reception .line-reception-ttl .time {
    font-size: 9.6vw;
  }
}
.line-reception-bg .line-reception .line-reception-txt {
  font-size: 20px;
  text-align: left;
  padding-left: 40px;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .line-reception-bg .line-reception .line-reception-txt {
    text-align: center;
    font-size: 3.4666666667vw;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .flow-line-ttl-img {
    width: 21.2vw;
  }
}

/*other-btn*/
.other-btn .other-btn-ttl {
  font-size: 32px;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  margin-bottom: 62px;
}
@media screen and (max-width: 767px) {
  .other-btn .other-btn-ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 6.4vw;
  }
}
.other-btn .cv-btn {
  width: 340px;
}
@media screen and (max-width: 767px) {
  .other-btn .cv-btn {
    width: 89.3333333333vw;
  }
}
.other-btn .cv-btn-baloon {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .other-btn .cv-btn-baloon {
    font-size: 3.2vw;
  }
}
.other-btn .delivery-btn {
  background-color: #c1a226;
}
.other-btn .delivery-btn .cv-btn-txt {
  padding-top: 9px;
}
@media screen and (max-width: 767px) {
  .other-btn .delivery-btn .cv-btn-txt {
    padding-top: 1.8666666667vw;
  }
}
.other-btn .shop-btn {
  background-color: #20acaa;
}
.other-btn .shop-btn .cv-btn-baloon {
  color: #20acaa !important;
  border: solid 2px #20acaa !important;
}
@media screen and (max-width: 767px) {
  .other-btn .shop-btn .cv-btn-baloon {
    border: solid 0.2666666667vw #20acaa !important;
  }
}
.other-btn .tel-btn {
  background-color: #54b83a;
}
.other-btn .tel-btn .cv-btn-baloon {
  color: #54b83a !important;
  border: solid 2px #54b83a !important;
}
@media screen and (max-width: 767px) {
  .other-btn .tel-btn .cv-btn-baloon {
    border: solid 0.2666666667vw #54b83a !important;
  }
}
.other-btn .tel-btn .cv-btn-txt {
  padding-top: 9px;
}
@media screen and (max-width: 767px) {
  .other-btn .tel-btn .cv-btn-txt {
    padding-top: 1.8666666667vw;
  }
}
.other-btn .tel-btn .cv-btn-stxt {
  letter-spacing: 0.03em;
}
.other-btn .tel-notes {
  text-align: center;
  color: #3b884d;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .other-btn .tel-notes {
    font-size: 3.2vw;
  }
}

.btn-item-culm {
  width: 1060px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .btn-item-culm {
    width: 89.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .btn-item-culm .btn-item {
    margin-bottom: 6.4vw;
  }
}

.footer {
  background-color: #333333;
  padding: 40px 0 0 0;
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 5.3333333333vw 0 0 0;
    margin-top: 7.4666666667vw;
  }
}
.footer .footer-txt {
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .footer .footer-txt {
    font-size: 2.6666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
.footer .copy-txt {
  margin-top: 26px;
  background-color: #f1f1f1;
  line-height: 1em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .footer .copy-txt {
    font-size: 2.6666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .footer-logo {
    width: 42.4vw;
    margin: 0 auto;
  }
}

.shine {
  margin: 0 auto 0;
  position: relative;
  overflow: hidden; /*拡大してはみ出る要素を隠す*/
  width: 460px;
}
@media screen and (max-width: 767px) {
  .shine {
    width: 80vw;
  }
}

.shine span.mask {
  position: relative; /*キラッの基点となる位置を定義*/
  display: block;
  line-height: 0; /*行の高さを0にする*/
  overflow: hidden; /*拡大してはみ出る要素を隠す*/
}

.shine span.mask::before {
  position: absolute;
  content: "";
  width: 50%; /*キラッの横幅*/
  height: 100%; /*キラッの縦幅*/
  top: 0; /*.shine span.maskのトップ0を基点*/
  left: -75%; /*画面の見えていない左から右へ移動するスタート地点*/
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg); /*背景白透過を斜めに*/
  z-index: 2;
}

@-webkit-keyframes shine {
  100% {
    left: 125%; /*画面の見えていない左から右へ移動する終了地点*/
  }
}
@keyframes shine {
  100% {
    left: 125%; /*画面の見えていない左から右へ移動する終了地点*/
  }
}
.shine span.mask::before {
  -webkit-animation: shine 1.4s ease-in infinite;
  animation: shine 1.4s ease-in infinite; /*アニメーションの名前と速度を定義*/
}

.slick-track {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .slick-slider {
    height: 26.8vw !important;
  }
}

@media screen and (max-width: 767px) {
  .slick-list {
    height: 26.8vw !important;
  }
}

@media screen and (max-width: 767px) {
  .slick-slide {
    width: 71.8666666667vw !important;
    height: 26.8vw !important;
  }
}