@charset "UTF-8";
/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* reset
---------------------------------------------------------------------------- */
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, 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, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

img {
  border: 0;
  vertical-align: bottom;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

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;
}

pre {
  white-space: pre-wrap;
}

/* common
---------------------------------------------------------------------------- */
/* common
---------------------------------------------------------------------------- */
/* color */
.bg-col {
  background: url("../images/common/bg01.png") repeat !important;
  background-size: 4rem 4rem;
}

.bg-col02 {
  background: url("../images/common/bg02.png") repeat !important;
  background-size: 4rem 4rem;
}

.bg-col03 {
  background: url("../images/common/bg03.png") repeat !important;
  background-size: 4rem 4rem;
}

.col01 {
  color: #fdda7c !important;
}

.col02 {
  color: #b2d270 !important;
}

.strong {
  font-weight: bold;
}

.semibold {
  font-weight: 600;
}

.letter-spacing0 {
  letter-spacing: 0 !important;
}

.c-line_yellow {
  padding: 0 10px;
  line-height: 2;
  background: radial-gradient(circle at calc(100% - 7px) calc(100% - 7px), #fdda7c 7px, rgba(255, 255, 255, 0) 7px), radial-gradient(circle at 7px calc(100% - 7px), #fdda7c 7px, rgba(255, 255, 255, 0) 7px), linear-gradient(to bottom, #fff calc(100% - 14px), rgba(255, 255, 255, 0) calc(100% - 14px)), linear-gradient(to right, rgba(255, 255, 255, 0) 7px, #fdda7c 7px, #fdda7c calc(100% - 7px), rgba(255, 255, 255, 0) calc(100% - 7px));
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 767px) {
  .c-line_yellow {
    padding: 0 1rem;
    background: radial-gradient(circle at calc(100% - 0.9rem) calc(100% - 0.9rem), #fdda7c 0.9rem, rgba(255, 255, 255, 0) 0.9rem), radial-gradient(circle at 0.9rem calc(100% - 0.9rem), #fdda7c 0.9rem, rgba(255, 255, 255, 0) 0.9rem), linear-gradient(to bottom, #fff calc(100% - 1.8rem), rgba(255, 255, 255, 0) calc(100% - 1.8rem)), linear-gradient(to right, rgba(255, 255, 255, 0) 0.9rem, #fdda7c 0.9rem, #fdda7c calc(100% - 0.9rem), rgba(255, 255, 255, 0) calc(100% - 0.9rem));
  }
}

/* title */
.c-title {
  font-size: 4rem;
  line-height: 1.15;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 0 #000000, -1px -1px 0 #000000, -1px 1px 0 #000000, 1px -1px 0 #000000, 0px 1px 0 #000000, -1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000;
  padding: 2px;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 6rem;
    line-height: 1.3333333333;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
}

.c-title02 {
  font-size: 2.8rem;
  line-height: 1.9285714286;
  letter-spacing: 0.25em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-title02 {
    font-size: 4rem;
    line-height: 1.95;
    letter-spacing: 0.097em;
    font-weight: 700;
  }
}

.c-title03 {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-weight: 700;
  font-size: 2.4rem !important;
  background: #fdda7c;
  border: 1px solid #000000;
  border-bottom: none;
  margin-bottom: 6rem;
  padding: 1.65rem 1.65rem !important;
  border-radius: 1rem 1rem 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-title03 {
    font-size: 3.2rem;
    line-height: 1.625;
    letter-spacing: 0.119em;
    font-weight: 700;
    font-size: 3.2rem !important;
    margin-bottom: 8rem;
    padding: 1.65rem 1.65rem !important;
    border-radius: 2rem 2rem 0 0;
  }
}

.c-title04 {
  text-align: center;
  margin: 0 auto 5.5rem auto;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.25em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-title04 {
    font-size: 3.2rem;
    line-height: 1.625;
    letter-spacing: 0.02em;
    font-weight: 700;
    margin: 0 auto 9.8rem auto;
  }
}
.c-title04 .fukidashi {
  position: relative;
  display: inline-block;
  padding: 0 7rem 0 5.4rem;
}
@media screen and (max-width: 767px) {
  .c-title04 .fukidashi {
    padding: 0 5rem;
  }
}
.c-title04 .fukidashi:before, .c-title04 .fukidashi:after {
  position: absolute;
  display: block;
  content: "";
  background-size: 100% auto !important;
}
.c-title04 .fukidashi:before {
  left: 0;
  top: -0.7rem;
  background: url("../images/common/fukidashi_left_pc.png") no-repeat center center;
  width: 4.6rem;
  height: 2.2rem;
}
@media screen and (max-width: 767px) {
  .c-title04 .fukidashi:before {
    width: 7.1rem;
    height: 3.3rem;
  }
}
.c-title04 .fukidashi:after {
  right: 0;
  bottom: -2rem;
  background: url("../images/common/fukidashi_right_pc.png") no-repeat center center;
  width: 9.8rem;
  height: 3.3rem;
}
@media screen and (max-width: 767px) {
  .c-title04 .fukidashi:after {
    bottom: -3.5rem;
    width: 15.2rem;
    height: 5.2rem;
  }
}
.c-title04 .c-line_yellow {
  padding: 0 5px;
  background-position: 0 3.3rem;
  background: radial-gradient(circle at calc(100% - 2px) calc(100% - 2px), #fdda7c 2px, rgba(255, 255, 255, 0) 2px), radial-gradient(circle at 2px calc(100% - 2px), #fdda7c 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to bottom, #fff calc(100% - 5px), rgba(255, 255, 255, 0) calc(100% - 5px)), linear-gradient(to right, rgba(255, 255, 255, 0) 2px, #fdda7c 2px, #fdda7c calc(100% - 2px), rgba(255, 255, 255, 0) calc(100% - 5px));
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 767px) {
  .c-title04 .c-line_yellow {
    background: radial-gradient(circle at calc(100% - 0.45rem) calc(100% - 0.45rem), #fdda7c 0.45rem, rgba(255, 255, 255, 0) 0.45rem), radial-gradient(circle at 0.45rem calc(100% - 0.45rem), #fdda7c 0.45rem, rgba(255, 255, 255, 0) 0.45rem), linear-gradient(to bottom, #fff calc(100% - 0.9rem), rgba(255, 255, 255, 0) calc(100% - 9rem)), linear-gradient(to right, rgba(255, 255, 255, 0) 0.45rem, #fdda7c 0.45rem, #fdda7c calc(100% - 0.45rem), rgba(255, 255, 255, 0) calc(100% - 0.45rem));
  }
}

/* hover */
@media screen and (min-width: 768px) {
  .c-hover {
    display: block;
    transition: opacity 0.4s;
  }
  .c-hover:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

/* link */
.c-link_txt {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.25em;
  font-weight: 700;
  color: #785422;
  border-bottom: 2px solid #785422;
  padding: 0 1.2rem 1rem 1.2rem;
  box-sizing: border-box;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .c-link_txt {
    font-size: 2.8rem;
    line-height: 1.0714285714;
    font-weight: 700;
    padding: 0 3.2rem 2.2rem 3.2rem;
  }
}
.c-link_txt.-arrow {
  position: relative;
  padding-right: 3.7rem;
}
@media screen and (max-width: 767px) {
  .c-link_txt.-arrow {
    padding-right: 7.6rem;
  }
}
.c-link_txt.-arrow:after {
  position: absolute;
  top: 1.3rem;
  right: 1.2rem;
  display: block;
  content: "";
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 0.8rem;
  width: 0.8rem;
  border-color: #785422;
  transform: rotate(-45deg);
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .c-link_txt.-arrow:after {
    height: 0.4rem;
    width: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-link_txt.-arrow:after {
    margin-top: -0.2rem;
    right: 3.8rem;
    border-style: solid;
    border-width: 0 2px 2px 0;
    content: "";
    display: inline-block;
    position: absolute;
    height: 1.6rem;
    width: 1.6rem;
    border-color: #785422;
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-link_txt.-arrow:after {
    height: 0.8rem;
    width: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .c-link_txt:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .c-link_txt:hover.-arrow:after {
    right: 0.8rem;
  }
}

/* button */
.c-button {
  position: relative;
  display: block;
  width: 48rem;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #785422;
  padding: 2.5rem 1rem;
  background: #b2d270;
  border-radius: 4rem;
  box-sizing: border-box;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .c-button {
    width: 100%;
    font-size: 2.8rem;
    line-height: 1.0714285714;
    letter-spacing: 0.125em;
    font-weight: 700;
    padding: 4rem 1rem;
    border-radius: 6rem;
  }
}
.c-button.-arrow {
  padding-right: 1rem;
}
.c-button.-arrow:after {
  position: absolute;
  right: 6.3rem;
  top: 50%;
  display: block;
  content: "";
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 0.8rem;
  width: 0.8rem;
  border-color: #785422;
  transform: rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .c-button.-arrow:after {
    height: 0.4rem;
    width: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-button.-arrow:after {
    margin-top: -0.5rem;
    right: 7rem;
    border-style: solid;
    border-width: 0 2px 2px 0;
    content: "";
    display: inline-block;
    position: absolute;
    height: 1.6rem;
    width: 1.6rem;
    border-color: #785422;
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-button.-arrow:after {
    height: 0.8rem;
    width: 0.8rem;
  }
}
.c-button.-arrow.-back {
  padding-left: 1rem;
  padding-right: 0;
}
.c-button.-arrow.-back:after {
  right: auto;
  left: 6.3rem;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 0.8rem;
  width: 0.8rem;
  border-color: #785422;
  transform: rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
}
@media screen and (max-width: 767px) {
  .c-button.-arrow.-back:after {
    height: 0.4rem;
    width: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-button.-arrow.-back:after {
    left: 7rem;
    margin-top: -0.5rem;
    border-style: solid;
    border-width: 0 2px 2px 0;
    content: "";
    display: inline-block;
    position: absolute;
    height: 1.6rem;
    width: 1.6rem;
    border-color: #785422;
    transform: rotate(135deg);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-button.-arrow.-back:after {
    height: 0.8rem;
    width: 0.8rem;
  }
}
.c-button.-dl:after {
  position: absolute;
  right: 3.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  background: url("../images/common/ico_dl.svg") no-repeat center center;
  background-size: 100% auto;
  width: 2.9rem;
  height: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-button.-dl:after {
    right: 6.5rem;
    width: 3.8rem;
    height: 3.1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-button:hover {
    text-decoration: none;
    background: #fdda7c;
  }
  .c-button:hover.-arrow:after {
    transform: translate(5px, -50%) rotate(-45deg);
  }
  .c-button:hover.-arrow.-back:after {
    transform: translate(-5px, -50%) rotate(135deg);
  }
}

/* c-page-head
---------------------------------------------------------------------------- */
.c-page-head {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  flex-direction: column;
  width: 100%;
  max-width: 120rem;
  height: 25rem;
  margin: 0 auto;
  background: url("../images/common/bg03.png") repeat !important;
  background-size: 4rem 4rem;
  border-radius: 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-page-head {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: inherit;
    height: 33rem;
    border-radius: 0;
    padding: 4rem 5rem 0 5rem;
  }
}
.c-page-head .title {
  position: relative;
  text-align: center;
  font-size: 3.5rem;
  line-height: 1.5428571429;
  letter-spacing: 0.25em;
  font-weight: 700;
  margin-bottom: 0.5rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-page-head .title {
    left: -1rem;
    text-align: left;
    font-size: 5.2rem;
    line-height: 1.5384615385;
    letter-spacing: 0.15em;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
}
.c-page-head .c-title {
  position: relative;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-page-head .c-title {
    text-align: left;
  }
}
.c-page-head:after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  background-size: 100% auto !important;
  z-index: 1;
}

/* breadcrumb_wrap
---------------------------------------------------------------------------- */
.breadcrumb_wrap {
  position: relative;
  margin-top: -3.8rem !important;
  margin-bottom: 9rem !important;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .breadcrumb_wrap {
    padding: 0 !important;
    margin-top: -5.6rem !important;
    margin-bottom: 8.5rem !important;
    margin-left: 0 !important;
    max-width: calc(100% - 5rem) !important;
  }
}
.breadcrumb_wrap .breadcrumb__list {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 3rem;
  background: #fff;
  padding: 1rem 1.2rem 1rem 0;
  border-radius: 0 1rem 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .breadcrumb_wrap .breadcrumb__list {
    display: block;
    padding: 1.2rem 1.6rem 1.2rem 1.6rem;
    border-radius: 0 2rem 0 0;
  }
}
.breadcrumb_wrap .breadcrumb__list .breadcrumb__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .breadcrumb_wrap .breadcrumb__list .breadcrumb__item {
    display: inline;
  }
}
.breadcrumb_wrap .breadcrumb__list .breadcrumb__item span {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  word-break: initial;
}
@media screen and (max-width: 767px) {
  .breadcrumb_wrap .breadcrumb__list .breadcrumb__item span {
    font-size: 2.1rem;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
.breadcrumb_wrap .breadcrumb__list .breadcrumb__item a {
  transition: 0.4s;
}
.breadcrumb_wrap .breadcrumb__list .breadcrumb__item a span {
  color: #e4dbc7;
}
@media screen and (min-width: 768px) {
  .breadcrumb_wrap .breadcrumb__list .breadcrumb__item a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb_wrap .breadcrumb__list .breadcrumb__item:not(:last-of-type) {
    margin-right: 3rem;
  }
}
.breadcrumb_wrap .breadcrumb__list .breadcrumb__item:not(:last-of-type):before, .breadcrumb_wrap .breadcrumb__list .breadcrumb__item:not(:last-of-type):after {
  position: absolute;
  right: -2rem;
  top: 50%;
  display: block;
  content: "";
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .breadcrumb_wrap .breadcrumb__list .breadcrumb__item:not(:last-of-type):before, .breadcrumb_wrap .breadcrumb__list .breadcrumb__item:not(:last-of-type):after {
    right: -2.2rem;
  }
}
.breadcrumb_wrap .breadcrumb__list .breadcrumb__item:not(:last-of-type):before {
  margin-right: 0.6rem;
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 0.3rem;
  width: 0.3rem;
  border-color: #fff;
  transform: translateY(-50%) rotate(-45deg);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .breadcrumb_wrap .breadcrumb__list .breadcrumb__item:not(:last-of-type):before {
    height: 0.15rem;
    width: 0.15rem;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb_wrap .breadcrumb__list .breadcrumb__item:not(:last-of-type):before {
    margin-right: 0.8rem;
    border-style: solid;
    border-width: 0 1px 1px 0;
    content: "";
    display: inline-block;
    position: absolute;
    height: 1rem;
    width: 1rem;
    border-color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .breadcrumb_wrap .breadcrumb__list .breadcrumb__item:not(:last-of-type):before {
    height: 0.5rem;
    width: 0.5rem;
  }
}
.breadcrumb_wrap .breadcrumb__list .breadcrumb__item:not(:last-of-type):after {
  width: 1.4rem;
  height: 1.4rem;
  background: #fdda7c;
  border-radius: 1rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .breadcrumb_wrap .breadcrumb__list .breadcrumb__item:not(:last-of-type):after {
    width: 2.1rem;
    height: 2.1rem;
  }
}

/* sec-contact
---------------------------------------------------------------------------- */
.sec-contact {
  position: relative;
  padding: 6.5rem 0 6.8rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-contact {
    padding: 7.8rem 0 7.5rem 0;
  }
}
.sec-contact .c-title {
  position: absolute;
  left: 0;
  right: 0;
  top: -2.8rem;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-contact .c-title {
    top: -4.5rem;
  }
}
.sec-contact .lead-txt {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.8636363636;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec-contact .lead-txt {
    font-size: 3.2rem;
    line-height: 1.6875;
    letter-spacing: -0.101em;
    font-weight: 700;
    margin-bottom: 5rem;
  }
}
.sec-contact .lead-txt .slash {
  position: relative;
  padding: 0 1.4rem 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .sec-contact .lead-txt .slash {
    display: inline-block;
    padding: 0 4rem;
  }
}
.sec-contact .lead-txt .slash:before, .sec-contact .lead-txt .slash:after {
  position: absolute;
  bottom: 0.2rem;
  display: block;
  content: "";
  width: 0.2rem;
  height: 2rem;
  background: #000000;
}
@media screen and (max-width: 767px) {
  .sec-contact .lead-txt .slash:before, .sec-contact .lead-txt .slash:after {
    bottom: -0.1rem;
    width: 0.4rem;
    height: 9rem;
  }
}
.sec-contact .lead-txt .slash:before {
  left: 0;
  transform: rotate(-30deg);
}
.sec-contact .lead-txt .slash:after {
  right: 0;
  transform: rotate(30deg);
}
.sec-contact .btn_wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 2rem;
}
@media screen and (max-width: 767px) {
  .sec-contact .btn_wrap {
    flex-direction: column;
    gap: 4rem 0;
  }
}
.sec-contact .btn_wrap .contact-btn__ttl {
  position: relative;
  margin-bottom: -1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  width: 15.4rem;
  height: 3.9rem;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  background: #fff;
  border-radius: 1rem 1rem 0 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-contact .btn_wrap .contact-btn__ttl {
    margin-bottom: -3.3rem;
    width: 21.5rem;
    height: 6.6rem;
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: 0.041em;
    font-weight: 700;
    border-radius: 2rem 2rem 0 0;
  }
}
.sec-contact .btn_wrap .contact-btn__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  flex-direction: column;
  width: 48.6rem;
  height: 14rem;
  border-radius: 1rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sec-contact .btn_wrap .contact-btn__link {
    width: 100%;
    height: 17.6rem;
    border-radius: 2rem;
  }
}
.sec-contact .btn_wrap .contact-btn__link .txt {
  position: relative;
  left: -1.2rem;
  font-size: 2.4rem;
  line-height: 2.1666666667;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-left: 5.5rem;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .sec-contact .btn_wrap .contact-btn__link .txt {
    left: 0;
    font-size: 3.6rem;
    line-height: 2.1666666667;
    letter-spacing: 0.07em;
    font-weight: 700;
    padding-left: 7.3rem;
  }
}
.sec-contact .btn_wrap .contact-btn__link .txt:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  background: url("../images/common/ico_mail.svg") no-repeat center center;
  background-size: 100% auto;
  width: 3.8rem;
  height: 2.3rem;
}
@media screen and (max-width: 767px) {
  .sec-contact .btn_wrap .contact-btn__link .txt:before {
    width: 5.3rem;
    height: 3.3rem;
  }
}
.sec-contact .btn_wrap .contact-btn__link .tel {
  position: relative;
  left: 0.6rem;
  font-size: 4.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-left: 6rem;
}
@media screen and (max-width: 767px) {
  .sec-contact .btn_wrap .contact-btn__link .tel {
    left: 0;
    font-size: 6.9rem;
    line-height: 1;
    letter-spacing: -0.006em;
    font-weight: 700;
    padding-left: 8.4rem;
  }
}
.sec-contact .btn_wrap .contact-btn__link .tel:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  background: url("../images/common/ico_tel.svg") no-repeat center center;
  background-size: 100% auto;
  width: 5.3rem;
  height: 3.3rem;
}
@media screen and (max-width: 767px) {
  .sec-contact .btn_wrap .contact-btn__link .tel:before {
    width: 6.8rem;
    height: 4rem;
  }
}
.sec-contact .btn_wrap .contact-btn__link .tel_txt {
  margin-top: 1rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 0.9285714286;
  letter-spacing: 0.12em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec-contact .btn_wrap .contact-btn__link .tel_txt {
    margin-top: 1rem;
    font-size: 2.1rem;
    line-height: 0.9523809524;
    letter-spacing: 0.12em;
    font-weight: 500;
  }
}
.sec-contact .btn_wrap .contact-btn__link.-arrow:before, .sec-contact .btn_wrap .contact-btn__link.-arrow:after {
  position: absolute;
  display: block;
  content: "";
}
.sec-contact .btn_wrap .contact-btn__link.-arrow:before {
  right: 1.8rem;
  bottom: 1.4rem;
  background: url("../images/common/arrow.svg") no-repeat center center;
  background-size: 100% auto;
  width: 0.8rem;
  height: 1.9rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .sec-contact .btn_wrap .contact-btn__link.-arrow:before {
    right: 3.2rem;
    bottom: 2.8rem;
    width: 1.4rem;
    height: 2.8rem;
  }
}
.sec-contact .btn_wrap .contact-btn__link.-arrow:after {
  right: 0.3rem;
  bottom: 0.3rem;
  width: 4rem;
  height: 4rem;
  background: #b2d270;
  border-radius: 1rem 0 1rem 0;
  z-index: 2;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .sec-contact .btn_wrap .contact-btn__link.-arrow:after {
    right: 0.6rem;
    bottom: 0.8rem;
    width: 7rem;
    height: 7rem;
    border-radius: 2rem 0 2rem 0;
  }
}
.sec-contact .btn_wrap .contact-btn__link.sp-link {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .sec-contact .btn_wrap .contact-btn__link.sp-link {
    pointer-events: auto;
  }
}
@media screen and (min-width: 768px) {
  .sec-contact .btn_wrap .contact-btn__link:hover {
    text-decoration: none;
  }
  .sec-contact .btn_wrap .contact-btn__link:hover.-arrow:after {
    background: #fdda7c;
  }
  .sec-contact .btn_wrap .contact-btn__link:hover .txt {
    opacity: 0.7;
  }
}

/* sec-about
---------------------------------------------------------------------------- */
.sec-about {
  padding: 9.8rem 0;
}
@media screen and (max-width: 767px) {
  .sec-about {
    padding: 9.6rem 0 10.6rem 0;
  }
  .sec-about .l-inner {
    padding: 0;
  }
}
.sec-about .about-head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .sec-about .about-head {
    flex-direction: column-reverse;
  }
}
.sec-about .about-head__txt {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  flex-direction: column;
  width: calc(100% - 79.2rem);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-about .about-head__txt {
    width: 100%;
    padding: 15.3rem 5rem 0 5rem;
    box-sizing: border-box;
  }
}
.sec-about .about-head__txt:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 1.8rem;
  margin: 0 auto;
  display: block;
  content: "";
  background: url("../../assets/images/top/deco01_about.png") no-repeat center center;
  background-size: 100% auto !important;
  width: 31.2rem;
  height: 27.1rem;
}
@media screen and (max-width: 767px) {
  .sec-about .about-head__txt:after {
    top: 0rem;
    left: auto;
    right: 15rem;
    background: url("../../assets/images/top/deco01_about_sp.png") no-repeat center center;
    width: 31.3rem;
    height: 14.1rem;
  }
}
.sec-about .about-head__txt .c-title {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .sec-about .about-head__txt .c-title {
    right: 5rem;
    top: 12rem;
    z-index: 3;
  }
}
.sec-about .about-head__txt .c-title02 {
  writing-mode: vertical-rl;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-about .about-head__txt .c-title02 {
    position: absolute;
    right: 1.6rem;
    top: -28rem;
    padding: 0 2rem;
    box-sizing: border-box;
  }
  .sec-about .about-head__txt .c-title02:after {
    position: absolute;
    left: 0;
    top: -5rem;
    display: block;
    content: "";
    width: 100%;
    height: calc(100% + 10rem);
    background: url("../images/common/bg01.png") repeat !important;
    background-size: 4rem 4rem;
    border-radius: 2rem 0 0 0;
  }
}
.sec-about .about-head__txt .c-title02 .line {
  position: relative;
  display: block;
}
.sec-about .about-head__txt .c-title02 .line:after {
  position: absolute;
  right: 1rem;
  top: -0.8rem;
  bottom: auto;
  display: block;
  content: "";
  width: 1rem;
  height: calc(100% + 1rem);
  margin: 0;
  background: #fff;
  border-radius: 1rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec-about .about-head__txt .c-title02 .line:after {
    right: 1.3rem;
    width: 1.4rem;
    border-radius: 2rem;
  }
}
.sec-about .about-head__txt .c-title02 .txt {
  position: relative;
  z-index: 2;
}
.sec-about .about-head__txt .txt__inner {
  position: relative;
  width: calc(100% + 11rem);
  margin-top: 2.5rem;
  margin-left: -10rem;
  padding: 2.4rem 0 9rem 5rem;
  border-radius: 1rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .sec-about .about-head__txt .txt__inner {
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
  }
}
.sec-about .about-head__txt .txt__inner .ttl {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.056em;
  font-weight: 700;
  margin-bottom: 1.1rem;
}
@media screen and (max-width: 767px) {
  .sec-about .about-head__txt .txt__inner .ttl {
    font-size: 3.4rem;
    line-height: 1.5882352941;
    letter-spacing: 0.091em;
    font-weight: 700;
    margin-bottom: 4rem;
  }
}
.sec-about .about-head__txt .txt__inner .txt {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 500;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .sec-about .about-head__txt .txt__inner .txt {
    font-size: 2.8rem;
    line-height: 2;
    letter-spacing: -0.03em;
    font-weight: 500;
    text-align: justify;
  }
}
.sec-about .about-head__slide {
  position: relative;
  width: 79.2rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec-about .about-head__slide {
    width: calc(100% - 5rem);
    margin: 0 auto 0 0;
  }
}
.sec-about .about-head__slide .about-slider .slick-slide {
  aspect-ratio: 792/520;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-about .about-head__slide .about-slider .slick-slide {
    aspect-ratio: 730/480;
    border-radius: 2rem;
  }
}
.sec-about .about-head__slide .about-slider .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-about .about-head__slide .slick-slider {
  margin-bottom: 0;
}
.sec-about .about-head__slide .about-slider__nav {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .sec-about .about-head__slide .about-slider__nav {
    position: relative;
    margin-top: 3rem;
    padding: 0 5rem;
    z-index: 3;
    box-sizing: border-box;
  }
}
.sec-about .about-head__slide .about-slider__nav .about-dots-box .about-dots-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 2rem;
}
@media screen and (max-width: 767px) {
  .sec-about .about-head__slide .about-slider__nav .about-dots-box .about-dots-list {
    gap: 0 2.4rem;
  }
}
.sec-about .about-head__slide .about-slider__nav .about-dots-box .about-dots-list li {
  position: relative;
  width: 3rem;
  height: 0.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sec-about .about-head__slide .about-slider__nav .about-dots-box .about-dots-list li {
    width: 3.6rem;
    height: 0.4rem;
  }
}
.sec-about .about-head__slide .about-slider__nav .about-dots-box .about-dots-list li button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}
.sec-about .about-head__slide .about-slider__nav .about-dots-box .about-dots-list li.slick-active {
  background: #b2d270;
}
.sec-about .menu-links {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .sec-about .menu-links {
    margin-top: 8rem;
    flex-wrap: wrap;
    gap: 8rem 6rem;
    padding: 0 5rem;
    box-sizing: border-box;
  }
}
.sec-about .menu-links .menu__item {
  width: calc((100% - 7.2rem) / 4);
}
@media screen and (max-width: 767px) {
  .sec-about .menu-links .menu__item {
    width: calc((100% - 6rem) / 2);
  }
}
.sec-about .menu-links .menu__item .link {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.25em;
  font-weight: 700;
  color: #785422;
  border-bottom: 2px solid #785422;
  padding-bottom: 1rem;
  box-sizing: border-box;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .sec-about .menu-links .menu__item .link {
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: -0.05em;
    font-weight: 700;
    padding-bottom: 2rem;
    border-bottom: 0.5rem solid #785422;
  }
}
.sec-about .menu-links .menu__item .link .arrow {
  position: relative;
  display: block;
  margin: 0.6rem auto 0 auto;
  width: 0.6rem;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .sec-about .menu-links .menu__item .link .arrow {
    margin: 0.8rem auto 0 auto;
    width: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .sec-about .menu-links .menu__item .link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .sec-about .menu-links .menu__item .link:hover .arrow {
    transform: translateX(5px);
  }
}

/* sec-menu
---------------------------------------------------------------------------- */
.sec-menu {
  padding: 0 0 10rem 0;
}
@media screen and (max-width: 767px) {
  .sec-menu {
    padding-bottom: 10rem;
  }
  .sec-menu .l-wrapper {
    padding: 0;
  }
}
.sec-menu .sec-head__txt {
  width: 74.8rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 5rem;
  padding: 9rem 9rem 15.8rem 7rem;
}
@media screen and (max-width: 767px) {
  .sec-menu .sec-head__txt {
    align-items: flex-start;
    gap: 0 5.3rem;
    padding: 9rem 3rem 15.5rem 5rem;
  }
}
.sec-menu .sec-head__txt:after {
  right: 7rem;
  top: 7.3rem;
  background: url("../../assets/images/top/deco01_menu.png") no-repeat center center;
  background-size: 100% auto !important;
  width: 13.8rem;
  height: 22.2rem;
}
@media screen and (max-width: 767px) {
  .sec-menu .sec-head__txt:after {
    right: 3rem;
    top: auto;
    bottom: 5.5rem;
    background: url("../../assets/images/top/deco01_menu_sp.png") no-repeat center center;
    width: 25.7rem;
    height: 9.8rem;
  }
}
.sec-menu .sec-head__txt .c-title02 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  align-content: stretch;
  flex-direction: column;
  writing-mode: vertical-rl;
  margin: 0;
  text-align: end;
}
.sec-menu .sec-head__txt .c-title02 .line {
  position: relative;
  display: inline-block;
}
.sec-menu .sec-head__txt .c-title02 .line:after {
  position: absolute;
  right: 1rem;
  top: 0;
  display: block;
  content: "";
  width: 1rem;
  height: 100%;
  background: #fdda7c;
  border-radius: 1rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec-menu .sec-head__txt .c-title02 .line:after {
    right: 1.3rem;
    width: 1.4rem;
    border-radius: 2rem;
  }
}
.sec-menu .sec-head__txt .c-title02 .line + .line {
  position: relative;
  top: 4rem;
}
.sec-menu .sec-head__txt .c-title02 .txt {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-menu .sec-head__txt .lead-txt {
    margin-top: 1rem;
  }
}
.sec-menu .sec-head__img {
  position: relative;
  width: calc(100% - 74.8rem);
}
@media screen and (max-width: 767px) {
  .sec-menu .sec-head__img {
    width: calc(100% - 10rem);
    margin: 0 auto;
  }
}
.sec-menu .sec-head__img .rotate10 {
  position: absolute;
  width: 100%;
  left: 5.6rem;
  top: 2rem;
}
@media screen and (max-width: 767px) {
  .sec-menu .sec-head__img .rotate10 {
    left: 0;
    top: -7rem;
  }
}
.sec-menu .sec-head__img .c-title {
  color: #fdda7c;
}
.sec-menu .sec-head__img .deco-img {
  display: block;
  margin: 3.7rem 12rem 0 auto;
  width: 36rem;
}
@media screen and (max-width: 767px) {
  .sec-menu .sec-head__img .deco-img {
    margin: -1.5rem 5rem 0 auto;
    width: 47.7rem;
  }
}
.sec-menu .menu-box__wrap {
  margin-top: -6rem;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 6rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .sec-menu .menu-box__wrap {
    margin-top: 6.4rem;
    flex-direction: column;
    gap: 5.8rem 0;
  }
}
.sec-menu .menu-box__wrap .menu-box {
  width: calc((100% - 4.8rem) / 3);
}
@media screen and (max-width: 767px) {
  .sec-menu .menu-box__wrap .menu-box {
    width: 100%;
  }
}
.sec-menu .menu-box__wrap .menu-box__links {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sec-menu .menu-box__wrap .menu-box__links .box-img {
  position: relative;
  width: calc(100% - 2.4rem);
  aspect-ratio: 360/252;
  margin: 0 0 0 auto;
  border-radius: 1rem;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-menu .menu-box__wrap .menu-box__links .box-img {
    width: calc(100% - 4.8rem);
    aspect-ratio: 630/441;
    border-radius: 2rem;
  }
}
.sec-menu .menu-box__wrap .menu-box__links .box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
}
.sec-menu .menu-box__wrap .menu-box__links .box-txt {
  position: relative;
  flex-grow: 1;
  margin-top: -4rem;
  width: calc(100% - 2.4rem);
  background: #f1ede3;
  padding: 6.5rem 3rem 2.5rem 2.5rem;
  border-radius: 1rem;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec-menu .menu-box__wrap .menu-box__links .box-txt {
    margin-top: -7rem;
    width: calc(100% - 4.5rem);
    padding: 12rem 5rem 3.7rem 5rem;
    border-radius: 2rem;
  }
}
.sec-menu .menu-box__wrap .menu-box__links .box-txt:before, .sec-menu .menu-box__wrap .menu-box__links .box-txt:after {
  position: absolute;
  display: block;
  content: "";
}
.sec-menu .menu-box__wrap .menu-box__links .box-txt:before {
  right: 1.4rem;
  bottom: 1.5rem;
  background: url("../images/common/arrow.svg") no-repeat center center;
  background-size: 100% auto !important;
  width: 0.8rem;
  height: 1.3rem;
  z-index: 2;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .sec-menu .menu-box__wrap .menu-box__links .box-txt:before {
    right: 2.5rem;
    bottom: 2rem;
    width: 1.2rem;
    height: 2.8rem;
  }
}
.sec-menu .menu-box__wrap .menu-box__links .box-txt:after {
  right: 0;
  bottom: 0;
  width: 4rem;
  height: 4rem;
  background: #b2d270;
  border-radius: 1rem 0 0 0;
  z-index: 1;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .sec-menu .menu-box__wrap .menu-box__links .box-txt:after {
    width: 7rem;
    height: 7rem;
    border-radius: 2rem 0 0 0;
  }
}
.sec-menu .menu-box__wrap .menu-box__links .box-txt .ttl {
  font-size: 2.2rem;
  line-height: 1.6363636364;
  letter-spacing: 0.25em;
  font-weight: 700;
  word-break: initial;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .sec-menu .menu-box__wrap .menu-box__links .box-txt .ttl {
    font-size: 3.8rem;
    line-height: 1.6578947368;
    letter-spacing: 0.223em;
    font-weight: 700;
  }
}
.sec-menu .menu-box__wrap .menu-box__links .box-txt .content-list__ttl {
  position: relative;
  left: -0.6rem;
  font-size: 1.4rem;
  line-height: 2.5714285714;
  letter-spacing: 0.25em;
  font-weight: 700;
  color: #647240;
}
@media screen and (max-width: 767px) {
  .sec-menu .menu-box__wrap .menu-box__links .box-txt .content-list__ttl {
    left: -0.6rem;
    font-size: 2.4rem;
    line-height: 2.625;
    letter-spacing: 0.217em;
    font-weight: 700;
  }
}
.sec-menu .menu-box__wrap .menu-box__links .box-txt .content-list__cnts .list li {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.7333333333;
  letter-spacing: -0.05em;
  font-weight: 500;
  padding-left: 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-menu .menu-box__wrap .menu-box__links .box-txt .content-list__cnts .list li {
    font-size: 2.6rem;
    line-height: 1.7692307692;
    letter-spacing: -0.05em;
    font-weight: 500;
    padding-left: 3rem;
  }
}
.sec-menu .menu-box__wrap .menu-box__links .box-txt .content-list__cnts .list li:before {
  position: absolute;
  left: 0;
  top: 1rem;
  display: block;
  content: "";
  background: #fdda7c;
  width: 1.2rem;
  height: 0.4rem;
}
@media screen and (max-width: 767px) {
  .sec-menu .menu-box__wrap .menu-box__links .box-txt .content-list__cnts .list li:before {
    top: 2rem;
    width: 2.2rem;
    height: 0.6rem;
  }
}
.sec-menu .menu-box__wrap .menu-box__links .box-txt .content-list__cnts .txt {
  font-size: 1.5rem;
  line-height: 1.7333333333;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding-left: 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-menu .menu-box__wrap .menu-box__links .box-txt .content-list__cnts .txt {
    font-size: 2.6rem;
    line-height: 1.7692307692;
    letter-spacing: -0.05em;
    font-weight: 500;
    padding-left: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .sec-menu .menu-box__wrap .menu-box__links:hover {
    text-decoration: none;
  }
  .sec-menu .menu-box__wrap .menu-box__links:hover .box-img img {
    transform: scale(1.1);
  }
  .sec-menu .menu-box__wrap .menu-box__links:hover .box-txt:before {
    transform: translateX(5px);
  }
  .sec-menu .menu-box__wrap .menu-box__links:hover .box-txt:after {
    background: #fdda7c;
  }
}

/* c-page-nav
---------------------------------------------------------------------------- */
.c-page-nav {
  position: relative;
  margin: 8rem 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 1rem;
}
@media screen and (max-width: 767px) {
  .c-page-nav {
    width: calc(100% - 9.8rem);
    margin: 7.6rem auto 0 auto;
    gap: 0 1.5rem;
  }
}
.c-page-nav a, .c-page-nav span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  width: 3.8rem;
  height: 3.8rem;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Mukta", sans-serif;
  font-style: normal;
  background: #f1ede3;
  border-radius: 100%;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .c-page-nav a, .c-page-nav span {
    width: 5.7rem;
    height: 5.7rem;
    font-size: 2.7rem;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}
.c-page-nav .current {
  color: #fff;
  background: #b2d270;
}
@media screen and (min-width: 768px) {
  .c-page-nav a:hover {
    color: #fff;
    background: #b2d270;
    text-decoration: none;
  }
}
.c-page-nav .dotted {
  background: none;
}
@media screen and (max-width: 767px) {
  .c-page-nav .dotted {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-page-nav .prev,
  .c-page-nav .next {
    position: absolute;
    bottom: -8.8rem;
  }
}
.c-page-nav .prev:before,
.c-page-nav .next:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  background: url("../images/common/arrow.svg") no-repeat center center;
  background-size: 100% auto !important;
  width: 0.6rem;
  height: 1rem;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .c-page-nav .prev:before,
  .c-page-nav .next:before {
    width: 1.2rem;
    height: 2rem;
  }
}
.c-page-nav .prev {
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .c-page-nav .prev {
    margin-right: 0;
    left: 1rem;
  }
}
.c-page-nav .prev:before {
  transform: translate(-50%, -50%) scale(-1, 1);
  margin-left: -0.1rem;
}
.c-page-nav .next {
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .c-page-nav .next {
    margin-left: 0;
    right: 1rem;
    background: #b2d270;
  }
}

/* c-post-nav
---------------------------------------------------------------------------- */
.c-post-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
}
.c-post-nav__btn {
  position: relative;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .c-post-nav__btn {
    font-size: 2.8rem;
    line-height: 1.2857142857;
    letter-spacing: 0.15em;
    font-weight: 700;
  }
}
.c-post-nav__btn:before, .c-post-nav__btn:after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  content: "";
  transition: 0.4s;
}
.c-post-nav__btn:before {
  background: url("../images/common/arrow.svg") no-repeat center center;
  background-size: 100% auto;
  width: 0.6rem;
  height: 1rem;
  margin: -0.1rem 1.6rem 0 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-post-nav__btn:before {
    width: 1rem;
    height: 1.8rem;
    margin: -0.1rem 2.2rem 0 0;
  }
}
.c-post-nav__btn:after {
  width: 3.8rem;
  height: 3.8rem;
  background: #b2d270;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .c-post-nav__btn:after {
    width: 5.7rem;
    height: 5.7rem;
  }
}
@media screen and (min-width: 768px) {
  .c-post-nav__btn:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .c-post-nav__btn:hover:before {
    transform: translate(3px, -50%);
  }
  .c-post-nav__btn:hover:after {
    background: #fdda7c;
  }
}
.c-post-nav__btn.-prev {
  padding-left: 4.8rem;
}
@media screen and (max-width: 767px) {
  .c-post-nav__btn.-prev {
    padding-left: 7.7rem;
  }
}
.c-post-nav__btn.-prev:before, .c-post-nav__btn.-prev:after {
  transform: translate(0, -50%) scale(-1, 1);
}
.c-post-nav__btn.-prev:before {
  margin: -0.1rem 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-post-nav__btn.-prev:before {
    margin: -0.1rem 0 0 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .c-post-nav__btn.-prev:hover:before {
    transform: translate(-3px, -50%) scale(-1, 1);
  }
}
.c-post-nav__btn.-next {
  padding-right: 4.8rem;
}
@media screen and (max-width: 767px) {
  .c-post-nav__btn.-next {
    padding-right: 7.7rem;
  }
}
.c-post-nav__btn.-next:before, .c-post-nav__btn.-next:after {
  left: auto;
  right: 0;
}
.c-post-nav__btn.-nolinks {
  pointer-events: none;
}
.c-post-nav__btn.-nolinks:after {
  background: #f1ede3;
}

/* fixed-btn
---------------------------------------------------------------------------- */
.fixed-btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateZ(0) translateY(-50%);
  -webkit-transform: translateZ(0) translateY(-50%);
  width: 5rem;
  z-index: 888;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .fixed-btn {
    width: auto;
    right: 15.5rem;
    top: auto;
    bottom: 2.8rem;
    transform: translateZ(0) translateY(0);
    -webkit-transform: translateZ(0) translateY(0);
  }
}
.fixed-btn__links {
  position: relative;
  display: block;
  margin: 0 0 0 auto;
  text-align: center;
  writing-mode: vertical-rl;
  background: #b2d270;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: 0.25em;
  font-weight: 500;
  padding: 4.5rem 1.4rem 4.7rem;
  border-radius: 0.8rem 0 0 0.8rem;
  box-sizing: border-box;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .fixed-btn__links {
    writing-mode: horizontal-tb;
    font-size: 3.2rem;
    line-height: 1.40625;
    letter-spacing: 0.2em;
    font-weight: 500;
    padding: 2rem 9.8rem 2rem 5rem;
    border-radius: 1.2rem;
  }
}
.fixed-btn__links:after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 2rem;
  margin: 0 auto;
  display: block;
  content: "";
  background: url("../images/common/arrow_b.svg") no-repeat center center;
  background-size: 100% auto;
  width: 0.6rem;
  height: 1.2rem;
  transform: translateX(1px) translateZ(0);
  transition: 0.4s;
  z-index: 2;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .fixed-btn__links:after {
    top: 50%;
    right: 5rem;
    left: auto;
    bottom: auto;
    width: 1.2rem;
    height: 2.4rem;
    transform: translate(0, -50%);
  }
}
@media screen and (min-width: 768px) {
  .fixed-btn__links:hover {
    text-decoration: none;
    background: #fdda7c;
  }
  .fixed-btn__links:hover:after {
    transform: translateX(5px) translateZ(0);
  }
}

/* animation
---------------------------------------------------------------------------- */
.js-fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s, transform 0.4s;
}
.js-fadein.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}

.text-animation {
  overflow: hidden;
  /* 空白文字のスタイル調整（必要であれば） */
}
.text-animation span {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px);
  font-family: "Mukta", sans-serif;
}
.text-animation.is-inview span {
  animation-name: animate-chars;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}
.text-animation.is-inview span:nth-child(1) {
  animation-delay: 0.2s;
}
.text-animation.is-inview span:nth-child(2) {
  animation-delay: 0.4s;
}
.text-animation.is-inview span:nth-child(3) {
  animation-delay: 0.6s;
}
.text-animation.is-inview span:nth-child(4) {
  animation-delay: 0.8s;
}
.text-animation.is-inview span:nth-child(5) {
  animation-delay: 1s;
}
.text-animation.is-inview span:nth-child(6) {
  animation-delay: 1.2s;
}
.text-animation.is-inview span:nth-child(7) {
  animation-delay: 1.4s;
}
.text-animation.is-inview span:nth-child(8) {
  animation-delay: 1.6s;
}
.text-animation.is-inview span:nth-child(9) {
  animation-delay: 1.8s;
}
.text-animation.is-inview span:nth-child(10) {
  animation-delay: 2s;
}
.text-animation.is-inview span:nth-child(11) {
  animation-delay: 2.2s;
}
.text-animation.is-inview span:nth-child(12) {
  animation-delay: 2.4s;
}
.text-animation.is-inview span:nth-child(13) {
  animation-delay: 2.6s;
}
.text-animation.is-inview span:nth-child(14) {
  animation-delay: 2.8s;
}
.text-animation.is-inview span:nth-child(15) {
  animation-delay: 3s;
}
.text-animation.is-inview span:nth-child(16) {
  animation-delay: 3.2s;
}
.text-animation.is-inview span:nth-child(17) {
  animation-delay: 3.4s;
}
.text-animation.is-inview span:nth-child(18) {
  animation-delay: 3.6s;
}
.text-animation.is-inview span:nth-child(19) {
  animation-delay: 3.8s;
}
.text-animation.is-inview span:nth-child(20) {
  animation-delay: 4s;
}
.text-animation.is-inview span:nth-child(21) {
  animation-delay: 4.2s;
}
.text-animation .char-space {
  /* 空白がアニメーションで動いてもレイアウトが崩れないように */
  width: 0.5em;
}

@keyframes animate-chars {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  50% {
    opacity: 1;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* layout
-----------------------------------------------------------------------------*/
.en {
  font-family: "Mukta", sans-serif;
  font-style: normal;
}

/* base
---------------------------------------------------------------------------- */
html {
  font-size: 0.6944444444vw;
}
@media screen and (min-width: 1441px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.2820512821vw;
  }
}

body {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 1.5rem;
  /*	min-width: 1280px;*/
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
}

a {
  text-decoration: none;
  color: #000000;
}
@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: underline;
  }
}

img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    max-width: inherit;
  }
}

* {
  word-break: break-all;
}

input,
textarea {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
}

/*------------- .l-pagebody -------------*/
.main_cnts {
  width: 100%;
  overflow: hidden;
}

.l-wrapper {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (min-width: 1240px) {
  .l-wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    width: 100%;
    max-width: inherit;
    padding: 0 3rem;
    box-sizing: border-box;
  }
}

.l-inner {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (min-width: 1240px) {
  .l-inner {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: inherit;
    padding: 0 5rem;
    box-sizing: border-box;
  }
}

/*------------- .l-footer -------------*/
.l-footer {
  padding: 3.8rem 0 4.5rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 6.5rem 0 13.5rem 0;
  }
}
.l-footer .footer__inner {
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
}
@media screen and (max-width: 767px) {
  .l-footer .footer__inner {
    max-width: inherit;
    padding: 0 5rem;
    flex-direction: column;
    gap: 8rem 0;
  }
}
.l-footer .f-logo_wrap {
  width: 38.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer .f-logo_wrap {
    width: 100%;
    text-align: center;
  }
}
.l-footer .f-logo_wrap .f-logo {
  width: 30.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer .f-logo_wrap .f-logo {
    width: 45.8rem;
    margin: 0 auto 7rem auto;
  }
}
.l-footer .f-logo_wrap .f-logo_txt {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.2em;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer .f-logo_wrap .f-logo_txt {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.0833333333;
    letter-spacing: 0.2em;
    font-weight: 700;
    margin-bottom: 2rem;
  }
}
.l-footer .f-logo_wrap .tel {
  position: relative;
  padding-left: 5.6rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer .f-logo_wrap .tel {
    display: inline-block;
    padding-left: 8.5rem;
    margin-bottom: 2rem;
  }
}
.l-footer .f-logo_wrap .tel:before {
  position: absolute;
  left: 0;
  top: 0.5rem;
  display: block;
  content: "";
  background: url("../images/common/ico_tel.svg") no-repeat center center;
  background-size: 100% auto;
  width: 4.8rem;
  height: 2.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer .f-logo_wrap .tel:before {
    background-size: 98% auto;
    width: 7.8rem;
    height: 4.4rem;
  }
}
.l-footer .f-logo_wrap .tel .tel-link {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-footer .f-logo_wrap .tel .tel-link {
    text-align: center;
    font-size: 6rem;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}
.l-footer .f-logo_wrap .tel02 {
  font-size: 2.1rem;
  line-height: 0.9523809524;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-footer .f-logo_wrap .tel02 {
    text-align: center;
    font-size: 3.2rem;
    line-height: 1.40625;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}
.l-footer .f-logo_wrap .info-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.12em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-footer .f-logo_wrap .info-txt {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.75;
    letter-spacing: 0.12em;
    font-weight: 700;
  }
}
.l-footer .f-logo_wrap .info-txt02 {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.12em;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer .f-logo_wrap .info-txt02 {
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.6363636364;
    letter-spacing: 0.12em;
    font-weight: 500;
    margin-bottom: 2rem;
  }
}
.l-footer .f-logo_wrap .lixil-txt {
  position: relative;
  font-size: 1.7rem;
  line-height: 1.5294117647;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .l-footer .f-logo_wrap .lixil-txt {
    display: inline-block;
    text-align: center;
    font-size: 2.6rem;
    line-height: 1.5;
    letter-spacing: 0.12em;
    font-weight: 700;
    padding-left: 7rem;
  }
}
.l-footer .f-logo_wrap .lixil-txt .logo {
  position: absolute;
  left: 0.3rem;
  top: -0.3rem;
  width: 3.7rem;
}
@media screen and (max-width: 767px) {
  .l-footer .f-logo_wrap .lixil-txt .logo {
    left: 0.3rem;
    top: -0.3rem;
    width: 5.4rem;
  }
}
.l-footer .f-nav__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  align-content: stretch;
  width: calc(100% - 38.4rem);
  padding-top: 2rem;
  padding-left: 5.5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .l-footer .f-nav__wrap {
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
    gap: 6rem 3.5rem;
  }
}
.l-footer .f-nav__wrap .f-nav {
  position: relative;
  padding: 0 0 0 3.5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .l-footer .f-nav__wrap .f-nav {
    width: 50%;
    padding: 0 0 0 2.5rem;
  }
}
.l-footer .f-nav__wrap .f-nav:before {
  position: absolute;
  left: 0;
  top: 0.5rem;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: #000000;
}
@media screen and (max-width: 767px) {
  .l-footer .f-nav__wrap .f-nav:before {
    top: 50%;
    transform: translateY(-50%);
    height: 96%;
  }
}
.l-footer .f-nav__wrap .f-nav__links {
  font-size: 1.7rem;
  line-height: 2.1176470588;
  letter-spacing: 0.12em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-footer .f-nav__wrap .f-nav__links {
    display: block;
    font-size: 2.6rem;
    line-height: 2;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
.l-footer .f-nav__wrap .f-nav__sub {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer .f-nav__wrap .f-nav__sub {
    margin-top: 4rem;
  }
}
.l-footer .f-nav__wrap .f-nav__sub .nav-items {
  position: relative;
  padding-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer .f-nav__wrap .f-nav__sub .nav-items {
    padding-left: 2.8rem;
  }
}
.l-footer .f-nav__wrap .f-nav__sub .nav-items:before {
  position: absolute;
  left: 0;
  top: 1.5rem;
  display: block;
  content: "";
  width: 1.28rem;
  height: 0.3rem;
  background: #fdda7c;
}
@media screen and (max-width: 767px) {
  .l-footer .f-nav__wrap .f-nav__sub .nav-items:before {
    top: 2.2rem;
    width: 1.8rem;
    height: 0.4rem;
  }
}
.l-footer .f-nav__wrap .f-nav__sub .nav-items a {
  font-size: 1.5rem;
  line-height: 2.0666666667;
  letter-spacing: -0.018em;
  font-weight: 500;
  word-break: initial;
}
@media screen and (max-width: 767px) {
  .l-footer .f-nav__wrap .f-nav__sub .nav-items a {
    font-size: 2.2rem;
    line-height: 2.0909090909;
    letter-spacing: -0.018em;
    font-weight: 500;
  }
}
.l-footer .f-nav__wrap .f-nav:nth-of-type(1) {
  width: 27rem;
}
@media screen and (max-width: 767px) {
  .l-footer .f-nav__wrap .f-nav:nth-of-type(1) {
    width: 50%;
  }
}
.l-footer .f-nav__wrap .f-nav:nth-of-type(2) {
  width: 25rem;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer .f-nav__wrap .f-nav:nth-of-type(2) {
    width: calc(50% - 3.5rem);
    padding-right: 0;
  }
}
.l-footer .copy {
  max-width: 120rem;
  margin: -2rem auto 0 auto;
  text-align: right;
  font-size: 1.2rem;
  line-height: 2.3333333333;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-footer .copy {
    max-width: inherit;
    padding: 0 5rem;
    font-size: 2rem;
    line-height: 2;
    letter-spacing: 0.086em;
    font-weight: 500;
    margin-top: -4.5rem;
    box-sizing: border-box;
  }
}

/* pagetop
---------------------------------------------------------------------------- */
.pagetop {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  width: 5.5rem;
  height: 5.5rem;
  right: 2rem;
  bottom: 2.2rem;
  background: #b2d270;
  border-radius: 100%;
  z-index: 998;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .pagetop {
    width: 10rem;
    height: 10rem;
    right: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .pagetop:hover {
    background: #fdda7c;
  }
}
.pagetop p {
  position: relative;
  top: -0.4rem;
  width: 1.5rem;
}
@media screen and (max-width: 767px) {
  .pagetop p {
    width: 1.9rem;
  }
}

/*------------- .l-header -------------*/
.l-header {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
  }
}
.l-header .header__inner {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  max-width: 144rem;
  margin: 0 auto;
  padding: 1.8rem 0 1.8rem 0;
}
@media screen and (max-width: 767px) {
  .l-header .header__inner {
    max-width: inherit;
    padding: 1rem 4rem 1.5rem 4rem;
  }
}
.l-header .header__inner .logo-wrap {
  width: 40.2rem;
}
@media screen and (max-width: 767px) {
  .l-header .header__inner .logo-wrap {
    width: 35.4rem;
  }
}
.l-header .header__inner .logo-wrap .h-logo {
  position: relative;
  width: 26.7rem;
  margin: -1rem 1.2rem 0 auto;
}
@media screen and (max-width: 767px) {
  .l-header .header__inner .logo-wrap .h-logo {
    width: 100%;
  }
}
.l-header .header__inner .h-cnts {
  width: calc(100% - 40.2rem);
  padding-left: 2.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .l-header .header__inner .h-cnts {
    display: none;
    position: fixed;
    left: 0;
    top: 9.7rem;
    width: 100%;
    height: calc(100% - 9.7rem);
    background: #b2d270;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.l-header .header__inner .h-cnts .h-telwrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  padding-left: 25rem;
  margin-bottom: 1.9rem;
}
@media screen and (max-width: 767px) {
  .l-header .header__inner .h-cnts .h-telwrapper {
    display: none;
  }
}
.l-header .header__inner .h-cnts .h-telwrapper .tel-txt {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-weight: 700;
}
.l-header .header__inner .h-cnts .h-telwrapper .tel {
  margin-left: 1.5rem;
  position: relative;
  font-size: 3.1rem;
  line-height: 0.5806451613;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-left: 4.2rem;
}
.l-header .header__inner .h-cnts .h-telwrapper .tel:before {
  position: absolute;
  left: 0;
  top: -0.3rem;
  display: block;
  content: "";
  background: url("../images/common/ico_tel.svg") no-repeat center center;
  background-size: 100% auto;
  width: 3.8rem;
  height: 2.2rem;
}
.l-header .header__inner .h-cnts .h-telwrapper .reception__wrap {
  margin-left: 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .l-header .header__inner .h-cnts .h-telwrapper .reception__wrap {
    display: none;
  }
}
.l-header .header__inner .h-cnts .h-telwrapper .reception__wrap .reception_ttl {
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  letter-spacing: 0.12em;
  font-weight: 500;
  border: 1px solid #000000;
  padding: 0.2rem 0.8rem;
  border-radius: 1.1rem;
  box-sizing: border-box;
}
.l-header .header__inner .h-cnts .h-telwrapper .reception__wrap .reception_txt {
  font-size: 1.2rem;
  line-height: 1.0833333333;
  letter-spacing: 0.12em;
  font-weight: 500;
}
.l-header .header__inner .h-cnts .h-telwrapper .reception__wrap .reception_txt .small {
  font-size: 1.1rem;
  line-height: 1.1818181818;
  letter-spacing: 0.12em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-header .header__inner .h-cnts .nav__wrapper {
    padding: 5.8rem 7.8rem 10.2rem 7.8rem;
    box-sizing: border-box;
  }
}
.l-header .header__inner .h-cnts .nav__wrapper .g-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 4.4rem;
}
@media screen and (max-width: 767px) {
  .l-header .header__inner .h-cnts .nav__wrapper .g-menu {
    flex-direction: column;
    gap: 2rem 0;
  }
}
.l-header .header__inner .h-cnts .nav__wrapper .g-menu__items {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header .header__inner .h-cnts .nav__wrapper .g-menu__items {
    width: 100%;
  }
}
.l-header .header__inner .h-cnts .nav__wrapper .g-menu__items:after {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  content: "";
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  background: #b2d270;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  transition: 0.4s;
}
.l-header .header__inner .h-cnts .nav__wrapper .g-menu__items a {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  letter-spacing: 0.06em;
  font-weight: 500;
  z-index: 2;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-header .header__inner .h-cnts .nav__wrapper .g-menu__items a {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 3.4rem;
    line-height: 3.5294117647;
    letter-spacing: 0.064em;
    font-weight: 700;
    background: #fff;
    border-radius: 1rem;
  }
  .l-header .header__inner .h-cnts .nav__wrapper .g-menu__items a:before, .l-header .header__inner .h-cnts .nav__wrapper .g-menu__items a:after {
    position: absolute;
    right: 0.3rem;
    bottom: 0.3rem;
    display: block;
    content: "";
    z-index: 2;
  }
  .l-header .header__inner .h-cnts .nav__wrapper .g-menu__items a:before {
    bottom: 1.4rem;
    right: 1.7rem;
    background: url("../images/common/arrow.svg") no-repeat center center;
    background-size: 100% auto;
    width: 0.9rem;
    height: 1.8rem;
    z-index: 3;
  }
  .l-header .header__inner .h-cnts .nav__wrapper .g-menu__items a:after {
    width: 4rem;
    height: 4rem;
    border-radius: 1rem 0 1rem 0;
    background: #b2d270;
  }
}
@media screen and (min-width: 768px) {
  .l-header .header__inner .h-cnts .nav__wrapper .g-menu__items:hover:after {
    opacity: 1;
  }
}
.l-header .header__inner .h-cnts .nav__wrapper .sp-contact {
  margin-top: 2rem;
}
.l-header .header__inner .h-cnts .nav__wrapper .sp-contact .sp-tel_link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  flex-direction: column;
  background: #fff;
  border: 1rem;
  padding: 3rem 0 3rem 0;
  box-sizing: border-box;
}
.l-header .header__inner .h-cnts .nav__wrapper .sp-contact .sp-tel_link .tel-ttl {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.6428571429;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 2rem;
}
.l-header .header__inner .h-cnts .nav__wrapper .sp-contact .sp-tel_link .tel {
  position: relative;
  font-size: 6.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.l-header .header__inner .h-cnts .nav__wrapper .sp-contact .sp-tel_link .tel:before {
  position: relative;
  display: inline-block;
  content: "";
  background: url("../images/common/ico_tel.svg") no-repeat center center;
  background-size: 100% auto;
  width: 7.8rem;
  height: 4.5rem;
}
.l-header .header__inner .h-cnts .nav__wrapper .sp-contact .sp-tel_link .tel-txt {
  font-size: 2.6rem;
  line-height: 1.8846153846;
  letter-spacing: 0.087em;
  font-weight: 500;
}
.l-header .header__inner .h-cnts .nav__wrapper .sp-contact .sp-tel_link .tel-txt .subttl {
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.074em;
  font-weight: 500;
  border: 1px solid #000000;
  padding: 0.4rem 0.9rem;
  border-radius: 2.1rem;
}
.l-header .header__inner .h-cnts .nav__wrapper .sp-contact .sp-tel_link .tel-txt .small {
  margin-left: 0.8rem;
  font-size: 2.2rem;
  line-height: 2.2272727273;
  letter-spacing: 0.074em;
  font-weight: 500;
}
.l-header .header__inner .h-cnts .nav__wrapper .sp-contact .sp-tel_link:before, .l-header .header__inner .h-cnts .nav__wrapper .sp-contact .sp-tel_link:after {
  position: absolute;
  right: 0.3rem;
  bottom: 0.3rem;
  display: block;
  content: "";
  z-index: 2;
}
.l-header .header__inner .h-cnts .nav__wrapper .sp-contact .sp-tel_link:before {
  bottom: 1.4rem;
  right: 1.7rem;
  background: url("../images/common/arrow.svg") no-repeat center center;
  background-size: 100% auto;
  width: 0.9rem;
  height: 1.8rem;
  z-index: 3;
}
.l-header .header__inner .h-cnts .nav__wrapper .sp-contact .sp-tel_link:after {
  width: 4rem;
  height: 4rem;
  border-radius: 1rem 0 1rem 0;
  background: #b2d270;
}
.l-header .header__inner .h-cnts .nav__wrapper .close-btn {
  position: relative;
  margin-top: 7rem;
  text-align: center;
  box-sizing: border-box;
}
.l-header .header__inner .h-cnts .nav__wrapper .close-btn:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.9rem;
  margin: 0 auto;
  display: block;
  content: "";
  width: 25rem;
  height: 0.4rem;
  background: #785422;
}
.l-header .header__inner .h-cnts .nav__wrapper .close-btn p {
  position: relative;
  display: inline-block;
  font-size: 2.8rem;
  line-height: 1.0714285714;
  letter-spacing: 0.068em;
  font-weight: 700;
  color: #785422;
  padding-right: 4rem;
  box-sizing: border-box;
}
.l-header .header__inner .h-cnts .nav__wrapper .close-btn p:before, .l-header .header__inner .h-cnts .nav__wrapper .close-btn p:after {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  content: "";
  width: 1.6rem;
  height: 0.4rem;
  background: #785422;
}
.l-header .header__inner .h-cnts .nav__wrapper .close-btn p:before {
  transform: rotate(45deg) translateY(-50%);
}
.l-header .header__inner .h-cnts .nav__wrapper .close-btn p:after {
  right: -1px;
  transform: rotate(-45deg) translateY(-50%);
}
.l-header .nav-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header .nav-btn {
    display: block;
    position: fixed;
    right: 1rem;
    top: 1rem;
  }
}
.l-header .nav-btn__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  flex-direction: column;
  gap: 1rem 0;
  width: 8rem;
  height: 8rem;
  background: #b2d270;
  border-radius: 2rem 0 2rem 0;
}
.l-header .nav-btn__inner .nav-border {
  display: block;
  width: 4.2rem;
  height: 0.4rem;
  background: #785422;
}

@media screen and (max-width: 767px) {
  .main_cnts {
    margin-top: 9.7rem;
  }
}
/* layout
-----------------------------------------------------------------------------*/
/* module
---------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .nopc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .nosp {
    display: none !important;
  }
}
/* clearfix
---------------------------------------------------------------------------- */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* text
---------------------------------------------------------------------------- */
.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.fwb {
  font-weight: bold !important;
}

@media screen and (max-width: 767px) {
  .sptal {
    text-align: left !important;
  }
  .sptac {
    text-align: center !important;
  }
  .sptar {
    text-align: right !important;
  }
  .spfwb {
    font-weight: bold !important;
  }
}
/* margin
---------------------------------------------------------------------------- */
.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

@media screen and (max-width: 767px) {
  .spmt100 {
    margin-top: 27.7777777778vw !important;
  }
  .spmb100 {
    margin-bottom: 27.7777777778vw !important;
  }
  .spml100 {
    margin-left: 27.7777777778vw !important;
  }
  .spmr100 {
    margin-right: 27.7777777778vw !important;
  }
  .spmt95 {
    margin-top: 26.3888888889vw !important;
  }
  .spmb95 {
    margin-bottom: 26.3888888889vw !important;
  }
  .spml95 {
    margin-left: 26.3888888889vw !important;
  }
  .spmr95 {
    margin-right: 26.3888888889vw !important;
  }
  .spmt90 {
    margin-top: 25vw !important;
  }
  .spmb90 {
    margin-bottom: 25vw !important;
  }
  .spml90 {
    margin-left: 25vw !important;
  }
  .spmr90 {
    margin-right: 25vw !important;
  }
  .spmt85 {
    margin-top: 23.6111111111vw !important;
  }
  .spmb85 {
    margin-bottom: 23.6111111111vw !important;
  }
  .spml85 {
    margin-left: 23.6111111111vw !important;
  }
  .spmr85 {
    margin-right: 23.6111111111vw !important;
  }
  .spmt80 {
    margin-top: 22.2222222222vw !important;
  }
  .spmb80 {
    margin-bottom: 22.2222222222vw !important;
  }
  .spml80 {
    margin-left: 22.2222222222vw !important;
  }
  .spmr80 {
    margin-right: 22.2222222222vw !important;
  }
  .spmt75 {
    margin-top: 20.8333333333vw !important;
  }
  .spmb75 {
    margin-bottom: 20.8333333333vw !important;
  }
  .spml75 {
    margin-left: 20.8333333333vw !important;
  }
  .spmr75 {
    margin-right: 20.8333333333vw !important;
  }
  .spmt70 {
    margin-top: 19.4444444444vw !important;
  }
  .spmb70 {
    margin-bottom: 19.4444444444vw !important;
  }
  .spml70 {
    margin-left: 19.4444444444vw !important;
  }
  .spmr70 {
    margin-right: 19.4444444444vw !important;
  }
  .spmt65 {
    margin-top: 18.0555555556vw !important;
  }
  .spmb65 {
    margin-bottom: 18.0555555556vw !important;
  }
  .spml65 {
    margin-left: 18.0555555556vw !important;
  }
  .spmr65 {
    margin-right: 18.0555555556vw !important;
  }
  .spmt60 {
    margin-top: 16.6666666667vw !important;
  }
  .spmb60 {
    margin-bottom: 16.6666666667vw !important;
  }
  .spml60 {
    margin-left: 16.6666666667vw !important;
  }
  .spmr60 {
    margin-right: 16.6666666667vw !important;
  }
  .spmt55 {
    margin-top: 15.2777777778vw !important;
  }
  .spmb55 {
    margin-bottom: 15.2777777778vw !important;
  }
  .spml55 {
    margin-left: 15.2777777778vw !important;
  }
  .spmr55 {
    margin-right: 15.2777777778vw !important;
  }
  .spmt50 {
    margin-top: 13.8888888889vw !important;
  }
  .spmb50 {
    margin-bottom: 13.8888888889vw !important;
  }
  .spml50 {
    margin-left: 13.8888888889vw !important;
  }
  .spmr50 {
    margin-right: 13.8888888889vw !important;
  }
  .spmt45 {
    margin-top: 12.5vw !important;
  }
  .spmb45 {
    margin-bottom: 12.5vw !important;
  }
  .spml45 {
    margin-left: 12.5vw !important;
  }
  .spmr45 {
    margin-right: 12.5vw !important;
  }
  .spmt40 {
    margin-top: 11.1111111111vw !important;
  }
  .spmb40 {
    margin-bottom: 11.1111111111vw !important;
  }
  .spml40 {
    margin-left: 11.1111111111vw !important;
  }
  .spmr40 {
    margin-right: 11.1111111111vw !important;
  }
  .spmt35 {
    margin-top: 9.7222222222vw !important;
  }
  .spmb35 {
    margin-bottom: 9.7222222222vw !important;
  }
  .spml35 {
    margin-left: 9.7222222222vw !important;
  }
  .spmr35 {
    margin-right: 9.7222222222vw !important;
  }
  .spmt30 {
    margin-top: 8.3333333333vw !important;
  }
  .spmb30 {
    margin-bottom: 8.3333333333vw !important;
  }
  .spml30 {
    margin-left: 8.3333333333vw !important;
  }
  .spmr30 {
    margin-right: 8.3333333333vw !important;
  }
  .spmt25 {
    margin-top: 6.9444444444vw !important;
  }
  .spmb25 {
    margin-bottom: 6.9444444444vw !important;
  }
  .spml25 {
    margin-left: 6.9444444444vw !important;
  }
  .spmr25 {
    margin-right: 6.9444444444vw !important;
  }
  .spmt20 {
    margin-top: 5.5555555556vw !important;
  }
  .spmb20 {
    margin-bottom: 5.5555555556vw !important;
  }
  .spml20 {
    margin-left: 5.5555555556vw !important;
  }
  .spmr20 {
    margin-right: 5.5555555556vw !important;
  }
  .spmt15 {
    margin-top: 4.1666666667vw !important;
  }
  .spmb15 {
    margin-bottom: 4.1666666667vw !important;
  }
  .spml15 {
    margin-left: 4.1666666667vw !important;
  }
  .spmr15 {
    margin-right: 4.1666666667vw !important;
  }
  .spmt10 {
    margin-top: 2.7777777778vw !important;
  }
  .spmb10 {
    margin-bottom: 2.7777777778vw !important;
  }
  .spml10 {
    margin-left: 2.7777777778vw !important;
  }
  .spmr10 {
    margin-right: 2.7777777778vw !important;
  }
  .spmt5 {
    margin-top: 1.3888888889vw !important;
  }
  .spmb5 {
    margin-bottom: 1.3888888889vw !important;
  }
  .spml5 {
    margin-left: 1.3888888889vw !important;
  }
  .spmr5 {
    margin-right: 1.3888888889vw !important;
  }
  .spmt0 {
    margin-top: 0vw !important;
  }
  .spmb0 {
    margin-bottom: 0vw !important;
  }
  .spml0 {
    margin-left: 0vw !important;
  }
  .spmr0 {
    margin-right: 0vw !important;
  }
}
/* padding
---------------------------------------------------------------------------- */
.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

@media screen and (max-width: 767px) {
  .sppt100 {
    padding-top: 27.7777777778vw !important;
  }
  .sppb100 {
    padding-bottom: 27.7777777778vw !important;
  }
  .sppl100 {
    padding-left: 27.7777777778vw !important;
  }
  .sppr100 {
    padding-right: 27.7777777778vw !important;
  }
  .sppt95 {
    padding-top: 26.3888888889vw !important;
  }
  .sppb95 {
    padding-bottom: 26.3888888889vw !important;
  }
  .sppl95 {
    padding-left: 26.3888888889vw !important;
  }
  .sppr95 {
    padding-right: 26.3888888889vw !important;
  }
  .sppt90 {
    padding-top: 25vw !important;
  }
  .sppb90 {
    padding-bottom: 25vw !important;
  }
  .sppl90 {
    padding-left: 25vw !important;
  }
  .sppr90 {
    padding-right: 25vw !important;
  }
  .sppt85 {
    padding-top: 23.6111111111vw !important;
  }
  .sppb85 {
    padding-bottom: 23.6111111111vw !important;
  }
  .sppl85 {
    padding-left: 23.6111111111vw !important;
  }
  .sppr85 {
    padding-right: 23.6111111111vw !important;
  }
  .sppt80 {
    padding-top: 22.2222222222vw !important;
  }
  .sppb80 {
    padding-bottom: 22.2222222222vw !important;
  }
  .sppl80 {
    padding-left: 22.2222222222vw !important;
  }
  .sppr80 {
    padding-right: 22.2222222222vw !important;
  }
  .sppt75 {
    padding-top: 20.8333333333vw !important;
  }
  .sppb75 {
    padding-bottom: 20.8333333333vw !important;
  }
  .sppl75 {
    padding-left: 20.8333333333vw !important;
  }
  .sppr75 {
    padding-right: 20.8333333333vw !important;
  }
  .sppt70 {
    padding-top: 19.4444444444vw !important;
  }
  .sppb70 {
    padding-bottom: 19.4444444444vw !important;
  }
  .sppl70 {
    padding-left: 19.4444444444vw !important;
  }
  .sppr70 {
    padding-right: 19.4444444444vw !important;
  }
  .sppt65 {
    padding-top: 18.0555555556vw !important;
  }
  .sppb65 {
    padding-bottom: 18.0555555556vw !important;
  }
  .sppl65 {
    padding-left: 18.0555555556vw !important;
  }
  .sppr65 {
    padding-right: 18.0555555556vw !important;
  }
  .sppt60 {
    padding-top: 16.6666666667vw !important;
  }
  .sppb60 {
    padding-bottom: 16.6666666667vw !important;
  }
  .sppl60 {
    padding-left: 16.6666666667vw !important;
  }
  .sppr60 {
    padding-right: 16.6666666667vw !important;
  }
  .sppt55 {
    padding-top: 15.2777777778vw !important;
  }
  .sppb55 {
    padding-bottom: 15.2777777778vw !important;
  }
  .sppl55 {
    padding-left: 15.2777777778vw !important;
  }
  .sppr55 {
    padding-right: 15.2777777778vw !important;
  }
  .sppt50 {
    padding-top: 13.8888888889vw !important;
  }
  .sppb50 {
    padding-bottom: 13.8888888889vw !important;
  }
  .sppl50 {
    padding-left: 13.8888888889vw !important;
  }
  .sppr50 {
    padding-right: 13.8888888889vw !important;
  }
  .sppt45 {
    padding-top: 12.5vw !important;
  }
  .sppb45 {
    padding-bottom: 12.5vw !important;
  }
  .sppl45 {
    padding-left: 12.5vw !important;
  }
  .sppr45 {
    padding-right: 12.5vw !important;
  }
  .sppt40 {
    padding-top: 11.1111111111vw !important;
  }
  .sppb40 {
    padding-bottom: 11.1111111111vw !important;
  }
  .sppl40 {
    padding-left: 11.1111111111vw !important;
  }
  .sppr40 {
    padding-right: 11.1111111111vw !important;
  }
  .sppt35 {
    padding-top: 9.7222222222vw !important;
  }
  .sppb35 {
    padding-bottom: 9.7222222222vw !important;
  }
  .sppl35 {
    padding-left: 9.7222222222vw !important;
  }
  .sppr35 {
    padding-right: 9.7222222222vw !important;
  }
  .sppt30 {
    padding-top: 8.3333333333vw !important;
  }
  .sppb30 {
    padding-bottom: 8.3333333333vw !important;
  }
  .sppl30 {
    padding-left: 8.3333333333vw !important;
  }
  .sppr30 {
    padding-right: 8.3333333333vw !important;
  }
  .sppt25 {
    padding-top: 6.9444444444vw !important;
  }
  .sppb25 {
    padding-bottom: 6.9444444444vw !important;
  }
  .sppl25 {
    padding-left: 6.9444444444vw !important;
  }
  .sppr25 {
    padding-right: 6.9444444444vw !important;
  }
  .sppt20 {
    padding-top: 5.5555555556vw !important;
  }
  .sppb20 {
    padding-bottom: 5.5555555556vw !important;
  }
  .sppl20 {
    padding-left: 5.5555555556vw !important;
  }
  .sppr20 {
    padding-right: 5.5555555556vw !important;
  }
  .sppt15 {
    padding-top: 4.1666666667vw !important;
  }
  .sppb15 {
    padding-bottom: 4.1666666667vw !important;
  }
  .sppl15 {
    padding-left: 4.1666666667vw !important;
  }
  .sppr15 {
    padding-right: 4.1666666667vw !important;
  }
  .sppt10 {
    padding-top: 2.7777777778vw !important;
  }
  .sppb10 {
    padding-bottom: 2.7777777778vw !important;
  }
  .sppl10 {
    padding-left: 2.7777777778vw !important;
  }
  .sppr10 {
    padding-right: 2.7777777778vw !important;
  }
  .sppt5 {
    padding-top: 1.3888888889vw !important;
  }
  .sppb5 {
    padding-bottom: 1.3888888889vw !important;
  }
  .sppl5 {
    padding-left: 1.3888888889vw !important;
  }
  .sppr5 {
    padding-right: 1.3888888889vw !important;
  }
  .sppt0 {
    padding-top: 0vw !important;
  }
  .sppb0 {
    padding-bottom: 0vw !important;
  }
  .sppl0 {
    padding-left: 0vw !important;
  }
  .sppr0 {
    padding-right: 0vw !important;
  }
}
/* print
---------------------------------------------------------------------------- */
/* print
---------------------------------------------------------------------------- */
@media print {
  * html body {
    zoom: 70%;
  }
}