/* CSS Document */
/*reset css--------------------*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li, a,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, improve, nav, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-weight: normal;
  word-break: break-all;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
}

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

/*reset css--------------------*/
/*base--------------------*/
a {
  transition: all 0.5s;
}
a:hover {
  opacity: 0.8;
  cursor: pointer;
}

html {
  -webkit-text-size-adjust: 100%;
}

/*base--------------------*/
/*font--------------------*/
body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #9c7a59;
}

/*font--------------------*/
/*inner--------------------*/
.l-inner {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}

/*inner--------------------*/
/*inner--------------------*/
/*inner--------------------*/
/*button--------------------*/
.c-button-link {
  font-size: clamp(1.063rem, 0.813rem + 0.93vw, 1.25rem);
  font-weight: bold;
  color: #ffffff;
  padding: 15px;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  border: 8px solid #009f60;
  border-radius: 20px;
  background: linear-gradient(180deg, rgb(154, 176, 153) 0%, rgb(0, 159, 96) 100%);
  position: relative;
}
@media screen and (max-width: 450px) {
  .c-button-link {
    font-size: 14px;
  }
}
.c-button-link span {
  font-size: clamp(2rem, 1.668rem + 1.24vw, 2.25rem);
}
@media screen and (max-width: 450px) {
  .c-button-link span {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-button-link {
    padding: 5px;
  }
}
.c-button-link::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/btn_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-button-link::before {
    width: 20px;
    height: 20px;
    right: 5px;
  }
}

/*button--------------------*/
/*home--------------------*/
.home {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .home {
    width: 100%;
  }
}

.home .fv {
  position: relative;
}
.home .fv__catch {
  position: absolute;
  width: 46.7%;
  top: 20px;
  left: 7.2%;
}
.home .fv__ttl {
  font-size: clamp(1.438rem, 0.856rem + 2.17vw, 1.875rem);
  line-height: 1.5217391304;
  letter-spacing: 0.44em;
  font-weight: bold;
  writing-mode: vertical-rl;
  color: #ffffff;
  position: absolute;
  top: 20px;
  right: 3.5%;
}
.home .fv__content {
  position: absolute;
  bottom: 6.2%;
  left: 7.2%;
}
.home .fv__content-icon {
  width: 31.6%;
  margin-bottom: 20px;
}
@media screen and (max-width: 450px) {
  .home .fv__content-icon {
    width: 25.6%;
  }
}
.home .fv__content-top {
  font-size: clamp(0.938rem, 0.522rem + 1.55vw, 1.25rem);
  font-weight: bold;
  color: #fff100;
  margin-bottom: 15px;
}
@media screen and (max-width: 450px) {
  .home .fv__content-top {
    font-size: 13px;
  }
}
.home .fv__content-post {
  font-size: clamp(0.938rem, 0.522rem + 1.55vw, 1.25rem);
  color: #004386;
  border-radius: 20px;
  padding: 10px 15px;
  background: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
}
@media screen and (max-width: 450px) {
  .home .fv__content-post {
    font-size: 13px;
  }
}
@media screen and (max-width: 450px) {
  .home .fv__content-post {
    padding: 5px 10px;
  }
}
.home .fv__content-product {
  font-size: clamp(2.5rem, 2.085rem + 1.55vw, 2.813rem);
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  margin-bottom: 25px;
}
@media screen and (max-width: 450px) {
  .home .fv__content-product {
    font-size: 30px;
  }
}
@media screen and (max-width: 450px) {
  .home .fv__content-product {
    margin-bottom: 15px;
  }
}
.home .fv__content-txt {
  font-size: clamp(0.938rem, 0.522rem + 1.55vw, 1.25rem);
  line-height: 1.6666666667;
  letter-spacing: 0.196em;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 45px;
}
@media screen and (max-width: 450px) {
  .home .fv__content-txt {
    font-size: 13px;
  }
}
@media screen and (max-width: 450px) {
  .home .fv__content-txt {
    margin-bottom: 35px;
  }
}
.home .fv__content-logo {
  width: 44%;
}

.home .l-trial__ttl {
  background: linear-gradient(180deg, rgba(34, 119, 84, 0.1) 0%, rgb(34, 119, 84) 10%, rgb(34, 119, 84) 100%);
  padding: 10px 0 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .l-trial__ttl-head {
  width: 8.6%;
  margin-right: 10px;
}
.home .l-trial__ttl span {
  font-weight: bold;
}
.home .l-trial__ttl span:not(:nth-of-type(3)) {
  color: #ffffff;
}
.home .l-trial__ttl-span01 {
  font-size: clamp(1.5rem, 0.835rem + 2.48vw, 2rem);
}
@media screen and (max-width: 450px) {
  .home .l-trial__ttl-span01 {
    font-size: 18px;
  }
}
.home .l-trial__ttl-span02 {
  font-size: clamp(1.5rem, 0.835rem + 2.48vw, 2rem);
}
@media screen and (max-width: 450px) {
  .home .l-trial__ttl-span02 {
    font-size: 18px;
  }
}
.home .l-trial__ttl-span03 {
  font-size: clamp(2.5rem, 2.085rem + 1.55vw, 2.813rem);
  color: #fff100;
}
@media screen and (max-width: 450px) {
  .home .l-trial__ttl-span03 {
    font-size: 30px;
  }
}
.home .l-trial__ttl-span04 {
  font-size: clamp(1.5rem, 0.835rem + 2.48vw, 2rem);
}
@media screen and (max-width: 450px) {
  .home .l-trial__ttl-span04 {
    font-size: 18px;
  }
}
.home .l-trial__frame {
  background: #f8e9dd;
  padding: 25px 10% 40px 10%;
}
@media screen and (max-width: 768px) {
  .home .l-trial__frame {
    padding: 10px;
  }
}
.home .l-trial__frame-image {
  margin-bottom: 20px;
}
.home .l-trial__frame figure:last-of-type {
  margin-top: -15px;
}
.home .l-trial__catch {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}
.home .l-trial__catch-txt {
  font-size: 13px;
  color: #ffffff;
  background: #7db386;
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.home .l-trial__catch-txt:first-of-type {
  width: 30%;
}
.home .l-trial__catch-txt:last-of-type {
  width: calc(100% - (30% + 15px));
}
.home .l-trial__txt {
  font-size: 13px;
  line-height: 1.6153846154;
  margin-bottom: 10px;
}

.home .problem__group {
  padding: 25px 0;
}
.home .problem__group-list {
  font-size: clamp(1.063rem, 0.813rem + 0.93vw, 1.25rem);
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 450px) {
  .home .problem__group-list {
    font-size: 14px;
  }
}
.home .problem__group-list span {
  font-weight: bold;
  padding: 6px;
  background: #fff100;
  display: inline-block;
}
.home .problem__group-list:not(:last-of-type) {
  margin-bottom: 15px;
}
.home .problem__frame {
  position: relative;
}
.home .problem__comment {
  background-image: url(../images/problem_comment.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 44.15%;
  aspect-ratio: 189/164;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.25rem, 0.419rem + 3.11vw, 1.875rem);
  line-height: 1.4;
  font-weight: bold;
  position: absolute;
  top: 9.1%;
  left: 7%;
}
@media screen and (max-width: 450px) {
  .home .problem__comment {
    font-size: 16px;
  }
}
.home .problem__ttl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.home .problem__ttl span {
  width: -moz-max-content;
  width: max-content;
  background: #ffffff;
  padding: 5px 10px;
  display: block;
  font-size: clamp(1.625rem, 0.96rem + 2.48vw, 2.125rem);
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 450px) {
  .home .problem__ttl span {
    font-size: 20px;
  }
}
.home .problem__txt {
  padding: 25px;
  font-size: clamp(1.25rem, 0.419rem + 3.11vw, 1.875rem);
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #997958;
  text-align: center;
  background: #e7ded4;
}
@media screen and (max-width: 450px) {
  .home .problem__txt {
    font-size: 16px;
  }
}

.home .about {
  padding: 0 0 55px 0;
}
.home .about__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 25px 0;
}
.home .about__ttl img {
  width: 21%;
}
.home .about__ttl-span01 {
  font-size: clamp(2.375rem, 1.793rem + 2.17vw, 2.813rem);
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #004386;
}
@media screen and (max-width: 768px) {
  .home .about__ttl-span01 {
    font-size: 28px;
  }
}
.home .about__ttl-span02 {
  font-size: clamp(1.25rem, 0.419rem + 3.11vw, 1.875rem);
  font-weight: bold;
  color: #231815;
}
@media screen and (max-width: 450px) {
  .home .about__ttl-span02 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .home .about__ttl-span02 {
    font-size: 20px;
  }
}
.home .about__main {
  margin-bottom: 25px;
}
.home .about__txt {
  font-size: clamp(2.188rem, 1.606rem + 2.17vw, 2.625rem);
  line-height: 1.3714285714;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 450px) {
  .home .about__txt {
    font-size: 29px;
  }
}
.home .about__catch {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
.home .about__intro {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.home .about__intro p {
  font-weight: bold;
  writing-mode: vertical-rl;
}
.home .about__intro-txt01 {
  font-size: clamp(1.625rem, 0.96rem + 2.48vw, 2.125rem);
  line-height: 1.5925925926;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 450px) {
  .home .about__intro-txt01 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .home .about__intro-txt01 {
    font-size: 26px;
  }
}
.home .about__intro-image {
  width: 39.4%;
}
.home .about__intro-txt02 {
  font-size: clamp(2.625rem, 1.96rem + 2.48vw, 3.125rem);
}

.home .work {
  padding: 30px 0 40px 0;
  background: #e7ded4;
}
.home .work__ttl {
  font-size: clamp(2.188rem, 1.606rem + 2.17vw, 2.625rem);
  font-weight: bold;
  line-height: 1.2857142857;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 450px) {
  .home .work__ttl {
    font-size: 29px;
  }
}
.home .work__ttl span {
  font-size: clamp(3.375rem, 3.043rem + 1.24vw, 3.625rem);
  font-weight: bold;
  line-height: 1;
  margin-top: -15px;
  display: inline-block;
}
.home .work__group-list {
  width: 76%;
  max-width: 420px;
  height: 123px;
  background: #ffffff;
  color: #997958;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 450px) {
  .home .work__group-list {
    height: 113px;
  }
}
.home .work__group-list:first-of-type {
  padding-left: 25px;
}
@media screen and (max-width: 450px) {
  .home .work__group-list:first-of-type {
    padding-left: 5%;
  }
}
.home .work__group-list:nth-of-type(2) {
  margin-left: auto;
  padding-right: 20px;
}
@media screen and (max-width: 450px) {
  .home .work__group-list:nth-of-type(2) {
    padding-right: 3%;
  }
}
.home .work__group-list:nth-of-type(2) .work__group-frame {
  margin-left: auto;
}
.home .work__group-list:last-of-type {
  padding-left: 15px;
}
@media screen and (max-width: 450px) {
  .home .work__group-list:last-of-type {
    padding-left: 8%;
  }
}
.home .work__group-list:not(:last-of-type) {
  margin-bottom: 10px;
}
.home .work__group-list:nth-of-type(odd) .work__group-icon {
  right: 0;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 450px) {
  .home .work__group-list:nth-of-type(odd) .work__group-icon {
    right: -10px;
  }
}
.home .work__group-list:nth-of-type(even) .work__group-icon {
  left: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 450px) {
  .home .work__group-list:nth-of-type(even) .work__group-icon {
    left: -10px;
  }
}
.home .work__group-frame {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.home .work__group-lead {
  font-size: clamp(1.25rem, 0.419rem + 3.11vw, 1.875rem);
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 450px) {
  .home .work__group-lead {
    font-size: 16px;
  }
}
.home .work__group-txt {
  font-size: clamp(0.813rem, 0.563rem + 0.93vw, 1rem);
  line-height: 1.6153846154;
  font-weight: bold;
}
@media screen and (max-width: 450px) {
  .home .work__group-txt {
    font-size: 12px;
  }
}
.home .work__group-icon {
  height: 130px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 450px) {
  .home .work__group-icon {
    height: 115px;
  }
}

.home .what__ttl {
  padding: 25px 0;
  font-size: clamp(2.188rem, 1.606rem + 2.17vw, 2.625rem);
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .home .what__ttl {
    font-size: 29px;
  }
}
.home .what__main {
  background-image: url(../images/what_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 35px 0 55px 0;
  position: relative;
  color: #ffffff;
}
.home .what__main p {
  position: relative;
  z-index: 10;
}
.home .what__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 24, 21, 0.4);
  z-index: 1;
}
.home .what__main-frame {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 450px) {
  .home .what__main-frame {
    width: 90%;
  }
}
.home .what__main-txt01 {
  font-size: clamp(1.25rem, 0.419rem + 3.11vw, 1.875rem);
  line-height: 1.55;
  font-weight: bold;
  text-align: justify;
  margin-bottom: 25px;
}
@media screen and (max-width: 450px) {
  .home .what__main-txt01 {
    font-size: 16px;
  }
}
.home .what__main-txt01 span {
  font-size: clamp(2.438rem, 1.939rem + 1.86vw, 2.813rem);
  font-weight: bold;
}
@media screen and (max-width: 450px) {
  .home .what__main-txt01 span {
    font-size: 30px;
  }
}
.home .what__main-txt02 {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5384615385;
}
.home .what__bg {
  background: #f7f4e2;
  padding: 0 0 40px 0;
}
.home .what__post {
  width: 28%;
  min-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  gap: 5px;
  background: #997958;
  border-radius: 30% 70% 50% 50%/0% 0% 100% 100%;
  aspect-ratio: 119/57;
  color: #ffffff;
  padding: 10px 0 25px 0;
  margin-bottom: 25px;
}
.home .what__post div {
  display: flex;
  gap: 5px;
}
.home .what__post span {
  font-size: clamp(0.938rem, 0.522rem + 1.55vw, 1.25rem);
  font-weight: bold;
}
@media screen and (max-width: 450px) {
  .home .what__post span {
    font-size: 13px;
  }
}
.home .what__lead {
  text-align: center;
  margin-bottom: 30px;
}
.home .what__lead span {
  font-weight: bold;
  display: block;
}
.home .what__lead-span01 {
  font-size: clamp(1.813rem, 0.733rem + 4.04vw, 2.625rem);
  line-height: 1.5862068966;
  color: #9b8950;
}
@media screen and (max-width: 450px) {
  .home .what__lead-span01 {
    font-size: 26px;
  }
}
.home .what__lead-span02 {
  font-size: clamp(2.438rem, 1.939rem + 1.86vw, 2.813rem);
  line-height: 1.4615384615;
  color: #9b8950;
  margin-bottom: 10px;
}
@media screen and (max-width: 450px) {
  .home .what__lead-span02 {
    font-size: 30px;
  }
}
.home .what__lead-span03 {
  font-size: 13px;
  font-weight: 400;
  color: #997958;
  font-family: "Noto Sans JP", sans-serif;
}
.home .what__image {
  margin-bottom: 25px;
}
.home .what__txt {
  font-size: clamp(1.063rem, 0.813rem + 0.93vw, 1.25rem);
  line-height: 1.9411764706;
  color: #997958;
}
@media screen and (max-width: 450px) {
  .home .what__txt {
    font-size: 14px;
  }
}

.home .trust {
  padding: 40px 0;
  background: #f8e9dd;
}
.home .trust__ttl {
  font-size: clamp(1.813rem, 0.733rem + 4.04vw, 2.625rem);
  line-height: 1.5862068966;
  text-align: center;
  font-weight: bold;
  color: #9b8950;
  margin-bottom: 25px;
}
@media screen and (max-width: 450px) {
  .home .trust__ttl {
    font-size: 26px;
  }
}
.home .trust__ttl span {
  font-size: clamp(2.438rem, 1.939rem + 1.86vw, 2.813rem);
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 450px) {
  .home .trust__ttl span {
    font-size: 30px;
  }
}
.home .trust__image {
  margin-bottom: 25px;
}
.home .trust__txt {
  font-size: clamp(1.063rem, 0.813rem + 0.93vw, 1.25rem);
  line-height: 1.9411764706;
  color: #997958;
}
@media screen and (max-width: 450px) {
  .home .trust__txt {
    font-size: 14px;
  }
}

.home .support {
  padding: 30px 0 35px 0;
  background: #f7f4e2;
}
.home .support__ttl {
  font-size: clamp(1.813rem, 0.733rem + 4.04vw, 2.625rem);
  line-height: 1.5862068966;
  text-align: center;
  font-weight: bold;
  color: #9b8950;
  margin-bottom: 25px;
}
@media screen and (max-width: 450px) {
  .home .support__ttl {
    font-size: 26px;
  }
}
.home .support__ttl span {
  font-size: clamp(2.438rem, 1.939rem + 1.86vw, 2.813rem);
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 450px) {
  .home .support__ttl span {
    font-size: 30px;
  }
}
.home .support__image {
  margin-bottom: 25px;
}
.home .support__txt {
  font-size: clamp(1.063rem, 0.813rem + 0.93vw, 1.25rem);
  line-height: 1.9411764706;
  color: #997958;
}
@media screen and (max-width: 450px) {
  .home .support__txt {
    font-size: 14px;
  }
}

.home .relax {
  padding: 30px 0 35px 0;
  background: #f8e9dd;
}
.home .relax__ttl {
  font-size: clamp(1.813rem, 0.733rem + 4.04vw, 2.625rem);
  line-height: 1.5862068966;
  text-align: center;
  color: #9b8950;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 450px) {
  .home .relax__ttl {
    font-size: 26px;
  }
}
.home .relax__ttl span {
  font-size: clamp(2.438rem, 1.939rem + 1.86vw, 2.813rem);
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 450px) {
  .home .relax__ttl span {
    font-size: 30px;
  }
}
.home .relax__image {
  margin-bottom: 25px;
}
.home .relax__txt {
  font-size: clamp(1.063rem, 0.813rem + 0.93vw, 1.25rem);
  line-height: 1.9411764706;
  color: #997958;
}
@media screen and (max-width: 450px) {
  .home .relax__txt {
    font-size: 14px;
  }
}

.home .quality {
  padding: 60px 0 70px 0;
  background: #f7f4e2;
}
.home .quality__image {
  width: 79%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.home .quality__ttl {
  font-size: clamp(1.813rem, 0.733rem + 4.04vw, 2.625rem);
  line-height: 1.6551724138;
  font-weight: bold;
  color: #9b8950;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 450px) {
  .home .quality__ttl {
    font-size: 26px;
  }
}
.home .quality__ttl span {
  font-size: clamp(2.438rem, 1.939rem + 1.86vw, 2.813rem);
  font-weight: bold;
}
@media screen and (max-width: 450px) {
  .home .quality__ttl span {
    font-size: 30px;
  }
}
.home .quality__group {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 60px;
}
.home .quality__group-list {
  width: calc(33.3333333333% - 10px);
  max-width: 180px;
}
@media screen and (max-width: 768px) {
  .home .quality__group-list {
    max-width: 120px;
  }
}
.home .quality__group-list .quality__group-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .quality__group-list:last-of-type img {
  width: 75%;
}
.home .quality__group-image {
  aspect-ratio: 1/1;
  margin-bottom: 15px;
}
.home .quality__group p {
  font-size: clamp(0.938rem, 0.522rem + 1.55vw, 1.25rem);
  line-height: 1.3333333333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #9b8950;
}
@media screen and (max-width: 450px) {
  .home .quality__group p {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .home .quality__group p {
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  .home .quality__group p {
    font-size: 11px;
  }
}
.home .quality__txt {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.home .quality__txt p {
  font-size: clamp(1rem, 0.668rem + 1.24vw, 1.25rem);
  line-height: 1.7647058824;
  letter-spacing: 0.2em;
  font-weight: bold;
  text-align: center;
}
.home .quality__txt::before {
  content: "";
  width: 61px;
  aspect-ratio: 61/123;
  background-image: url(../images/quality_txt_left.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(-100%, -50%);
}
.home .quality__txt::after {
  content: "";
  width: 61px;
  aspect-ratio: 61/123;
  background-image: url(../images/quality_txt_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(100%, -50%);
}

.home .voice__main {
  position: relative;
}
.home .voice__main-ttl {
  font-size: clamp(2.438rem, 1.939rem + 1.86vw, 2.813rem);
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 12.9%;
  transform: translateX(-50%);
}
@media screen and (max-width: 450px) {
  .home .voice__main-ttl {
    font-size: 30px;
  }
}
.home .voice__main-ttl span {
  font-size: clamp(1rem, 0.668rem + 1.24vw, 1.25rem);
  line-height: 1.5454545455;
  display: block;
  margin-top: 15px;
}
.home .voice__frame {
  background-image: url(../images/voice_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 45px 0 85px 0;
}
.home .voice__group {
  display: flex;
  flex-direction: column;
}
.home .voice__group-list {
  position: relative;
}
.home .voice__group-list:nth-of-type(odd) .voice__group-thumbnail {
  margin-left: auto;
}
.home .voice__group-list:first-of-type {
  margin-bottom: 120px;
}
.home .voice__group-list:first-of-type .voice__group-txt {
  background: #f9f3da;
  position: absolute;
  bottom: 0;
  transform: translateY(75px);
}
.home .voice__group-list:nth-of-type(2) {
  margin-bottom: 80px;
}
.home .voice__group-list:nth-of-type(2) .voice__group-txt {
  background: #f7ecef;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(50px);
}
.home .voice__group-list:nth-of-type(3) {
  margin-bottom: 30px;
}
.home .voice__group-list:nth-of-type(3) .voice__group-txt {
  background: #eaf3d7;
  position: absolute;
  bottom: 0;
  transform: translateY(-15px);
}
.home .voice__group-list:last-of-type .voice__group-txt {
  background: #d9ede9;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(45px);
}
.home .voice__group-thumbnail {
  width: 64%;
}
.home .voice__group-txt {
  font-size: clamp(1rem, 0.668rem + 1.24vw, 1.25rem);
  line-height: 1.5333333333;
  font-weight: bold;
  padding: 15px 20px;
  width: 42%;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .home .voice__group-txt {
    width: 70%;
  }
}

.home .stage {
  padding: 40px 0;
  background: #faf7e6;
}
.home .stage__ttl {
  font-size: clamp(3.125rem, 2.793rem + 1.24vw, 3.375rem);
  line-height: 1.28;
  font-weight: bold;
  text-align: center;
  margin-bottom: 75px;
}
.home .stage__group-item:not(:last-of-type) {
  margin-bottom: 80px;
}
.home .stage__group-item:first-of-type .stage__group-icon {
  position: absolute;
  width: 24%;
  right: 15px;
  bottom: -35px;
}
.home .stage__group-item:first-of-type .stage__group-product {
  position: absolute;
  top: -30px;
  left: 10px;
  transform: rotate(20deg);
  width: 13.6%;
}
.home .stage__group-item:nth-of-type(2) .stage__group-icon {
  position: absolute;
  width: 22%;
  left: 20px;
  bottom: -55px;
}
.home .stage__group-item:nth-of-type(2) .stage__group-product {
  position: absolute;
  bottom: -55px;
  right: 20px;
  transform: rotate(-15deg);
  width: 13.6%;
}
.home .stage__group-item:nth-of-type(3) .stage__group-icon {
  position: absolute;
  width: 23.7%;
  right: -20px;
  bottom: -105px;
}
.home .stage__group-item:nth-of-type(3) .stage__group-product {
  position: absolute;
  bottom: -35px;
  left: 0;
  transform: rotate(10deg);
  width: 12.6%;
}
.home .stage__group-item:last-of-type .stage__group-icon {
  position: absolute;
  width: 23.2%;
  left: -10px;
  bottom: -85px;
}
.home .stage__group-item:last-of-type .stage__group-product {
  position: absolute;
  bottom: -55px;
  right: 20px;
  transform: rotate(-10deg);
  width: 13.8%;
}
.home .stage__group-lead {
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: solid 3px #9b8950;
  position: relative;
}
.home .stage__group-lead span {
  font-size: clamp(1.813rem, 0.733rem + 4.04vw, 2.625rem);
  font-weight: bold;
  text-align: center;
  color: #227754;
  display: block;
}
@media screen and (max-width: 450px) {
  .home .stage__group-lead span {
    font-size: 26px;
  }
}
.home .stage__group-post {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(0.938rem, 0.522rem + 1.55vw, 1.25rem);
  background: #9b8950;
  border-radius: 20px;
  padding: 10px 0;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}
@media screen and (max-width: 450px) {
  .home .stage__group-post {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .home .stage__group-post {
    width: 160px;
    font-size: 18px;
  }
}
.home .stage__group-txt {
  font-size: clamp(1.188rem, 0.772rem + 1.55vw, 1.5rem);
  line-height: 1.4736842105;
  color: #9b8950;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .home .stage__group-txt {
    font-size: 18px;
  }
}
.home .stage__group-border {
  margin: 25px 0;
  border-bottom: dotted 3px #9b8950;
  position: relative;
}
.home .stage__group-product {
  position: absolute;
}

.home .rhythm {
  padding: 35px 0 40px 0;
}
.home .rhythm__ttl {
  font-size: clamp(1.813rem, 0.733rem + 4.04vw, 2.625rem);
  line-height: 1.5862068966;
  color: #9b8950;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 450px) {
  .home .rhythm__ttl {
    font-size: 26px;
  }
}
.home .rhythm__ttl span {
  font-size: clamp(2.375rem, 1.793rem + 2.17vw, 2.813rem);
  font-weight: bold;
  display: block;
}
.home .rhythm__main {
  margin-bottom: 35px;
}
.home .rhythm__txt {
  font-size: clamp(1.813rem, 0.733rem + 4.04vw, 2.625rem);
  line-height: 1.4137931034;
  color: #9b8950;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 450px) {
  .home .rhythm__txt {
    font-size: 26px;
  }
}
@media screen and (max-width: 450px) {
  .home .rhythm__txt {
    margin-bottom: 30px;
  }
}
.home .rhythm__frame {
  position: relative;
  margin-bottom: 35px;
}
.home .rhythm__frame-lead {
  width: 100%;
  font-size: clamp(2.438rem, 1.939rem + 1.86vw, 2.813rem);
  line-height: 1.4615384615;
  color: #7e6c67;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 450px) {
  .home .rhythm__frame-lead {
    font-size: 30px;
  }
}
@media screen and (max-width: 450px) {
  .home .rhythm__frame-lead {
    top: 0;
  }
}
.home .rhythm__frame-txt {
  width: 100%;
  font-size: clamp(1.313rem, 0.565rem + 2.8vw, 1.875rem);
  line-height: 1.1428571429;
  color: #9b8950;
  text-align: center;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3.8%;
}
.home .rhythm__note {
  font-size: clamp(1.813rem, 0.733rem + 4.04vw, 2.625rem);
  line-height: 1.4615384615;
  color: #7e6c67;
  text-align: center;
  font-weight: bold;
  margin-bottom: 35px;
}
@media screen and (max-width: 450px) {
  .home .rhythm__note {
    font-size: 26px;
  }
}

.home .bottom .l-inner {
  border-top: 1px solid #7e6c67;
  padding-top: 30px;
}
.home .bottom__image {
  width: 69%;
  margin-left: auto;
  margin-right: auto;
}

.home .left {
  position: fixed;
  top: 0;
  left: 0;
  width: calc((100% - 750px) / 2);
  height: 100%;
  background: #feecd6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1366px) {
  .home .left {
    display: none;
  }
}
.home .left__icon {
  width: 165px;
  margin-bottom: 20px;
}
.home .left__txt {
  font-size: clamp(0.938rem, 0.522rem + 1.55vw, 1.25rem);
  color: #231815;
}
@media screen and (max-width: 450px) {
  .home .left__txt {
    font-size: 13px;
  }
}

.home .right {
  position: fixed;
  top: 0;
  right: 0;
  width: calc((100% - 750px) / 2);
  height: 100%;
  background: #feecd6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1366px) {
  .home .right {
    display: none;
  }
}
.home .right__icon {
  width: 135px;
  margin-bottom: 60px;
}
.home .right .c-button {
  min-width: 280px;
}
.home .right .c-button-link {
  font-size: 13px;
  text-align: left;
}
.home .right .c-button-link span {
  font-size: 18px;
}
.home .right .c-button-link::before {
  content: "";
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .home .right .c-button-link::before {
    width: 20px;
    height: 20px;
  }
}

.home .spBottom {
  position: fixed;
  bottom: 5px;
  left: 0;
  display: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .home .spBottom {
    display: block;
  }
}

/*home--------------------*//*# sourceMappingURL=style.css.map */