@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: text;
  }
}
.fw-exl {
  font-weight: 200;
}

.fw-l {
  font-weight: 300;
}

.fw-r {
  font-weight: 400;
}

.fw-m {
  font-weight: 500;
}

.fw-sm {
  font-weight: 600;
}

.fw-b {
  font-weight: 700;
}

.fw-exb {
  font-weight: 800;
}

.fw-bl {
  font-weight: 900;
}

.fs-italic {
  font-style: italic;
}

body {
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--cl-black);
  letter-spacing: 0;
}

.fnt-notosan {
  font-family: "Noto Sans JP", sans-serif;
}

.fnt-serif {
  font-family: "Noto Serif JP", serif;
}

.fnt-zen {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.fnt-roboto {
  font-family: "Roboto", sans-serif;
}

:root {
  --cl-orange: #F57C43;
  --cl-orange2: #F06D2F;
  --cl-orange3: #EF9020;
  --cl-green: #008040;
  --cl-black: #484F47;
  --cl-yellow: #E8DA3E;
  --cl-yellow2: #FFF698;
}

.cl-orange {
  color: var(--cl-orange);
}

.cl-orange2 {
  color: var(--cl-orange2);
}

.cl-orange3 {
  color: var(--cl-orange3);
}

.cl-green {
  color: var(--cl-green);
}

.cl-yellow {
  color: var(--cl-yellow);
}

.cl-yellow2 {
  color: var(--cl-yellow2);
}

.dib {
  display: inline-block;
}

.img-ob {
  position: relative;
}
.img-ob img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .img-ob-pc {
    position: relative;
  }
  .img-ob-pc img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .img-ob-sp {
    position: relative;
  }
  .img-ob-sp img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.txt-vertical {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
}
.txt-vertical .int {
  writing-mode: lr-tb;
  -o-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  -moz-writing-mode: horizontal-tb;
  -webkit-writing-mode: horizontal-tb;
  display: inline-block;
  text-align: center;
  line-height: 1;
}
.txt-vertical .txt-latin {
  cursor: vertical-text;
  direction: rtl;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: sideways-right;
  -o-text-orientation: sideways-right;
  -ms-text-orientation: upright;
  -ms-text-orientation: sideways-right;
  -moz-text-orientation: sideways-right;
  -webkit-text-orientation: sideways-right;
  letter-spacing: 0.25em;
}
.txt-vertical .txt-dot {
  cursor: vertical-text;
  direction: ltr;
  writing-mode: vertical-lr;
  -o-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  -moz-writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  text-orientation: sideways-right;
  -o-text-orientation: sideways-right;
  -ms-text-orientation: upright;
  -ms-text-orientation: sideways-right;
  -moz-text-orientation: sideways-right;
  -webkit-text-orientation: sideways-right;
  line-height: 0.4;
  display: inline-block;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .txt-vertical-pc {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .txt-vertical-pc .int {
    writing-mode: lr-tb;
    -o-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -moz-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    display: inline-block;
    text-align: center;
    line-height: 1;
  }
  .txt-vertical-pc .txt-latin {
    cursor: vertical-text;
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    letter-spacing: 0.25em;
  }
  .txt-vertical-pc .txt-dot {
    cursor: vertical-text;
    direction: ltr;
    writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    -moz-writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    line-height: 0.4;
    display: inline-block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .txt-vertical-sp {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .txt-vertical-sp .int {
    writing-mode: lr-tb;
    -o-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -moz-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    display: inline-block;
    text-align: center;
    line-height: 1;
  }
  .txt-vertical-sp .txt-latin {
    cursor: vertical-text;
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    letter-spacing: 0.25em;
  }
  .txt-vertical-sp .txt-dot {
    cursor: vertical-text;
    direction: ltr;
    writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    -moz-writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    line-height: 0.4;
    display: inline-block;
    margin: 0 auto;
  }
}
header .inner {
  height: auto;
  max-width: 1240px;
  width: 100%;
  box-sizing: border-box;
  padding-right: 0;
  padding-right: 1%;
}
@media screen and (max-width: 767px) {
  header .inner {
    padding-left: 3%;
    padding-right: 0;
  }
}
header .logo {
  width: 134px;
  margin-left: 13px;
}
@media screen and (max-width: 767px) {
  header .logo {
    margin-left: 0;
  }
}
header .info p:nth-of-type(n+2) {
  margin-left: 0;
}
header .info .tel,
header .info .access {
  width: auto;
}
header .info .tel a,
header .info .access a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  color: #fff;
  padding: 0 20px;
  gap: 6px;
  text-decoration: none;
  transition: all 0.3s;
}
header .info .tel a:hover,
header .info .access a:hover {
  opacity: 0.85;
}
header .info .tel a {
  background: linear-gradient(180deg, #06994F 0%, #0B6D3C 100%);
}
header .info .access a {
  background: linear-gradient(180deg, #F89B5A 0%, #F06D2F 100%);
}
header .info .tel a::before {
  content: "";
  background: url("../img/header_tel.webp") no-repeat center/100% auto;
  width: 12px;
  height: 18.5px;
}
header .info .access a svg {
  width: 11px;
  height: auto;
}
header .info .tel a span,
header .info .access a span {
  text-align: center;
  font-size: 13px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  header .info {
    gap: 0;
  }
  header .info .tel a,
  header .info .access a {
    padding: 0 18px;
    height: 45px;
  }
}

#mainvisual {
  position: relative;
  background: url(../img/mv_bg.webp) no-repeat center top;
}
@media screen and (max-width: 767px) {
  #mainvisual {
    background: url(../img/sp/mv_bg.webp) no-repeat center top / 100% auto;
  }
}
#mainvisual .inner {
  max-width: 1200px;
  padding-top: 22px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #mainvisual .inner {
    padding: 3vw 3% 3.5vw;
  }
}
#mainvisual .mv_visual {
}
#mainvisual .mv_catch {
    width: 49%;
}
#mainvisual .mv_catch .catch_label {
  width: 21.8%;
  margin-left: 7.7%;
  margin-bottom: -11px;
}
#mainvisual .mv_catch .catch_label img {
  width: 100%;
  height: auto;
}
#mainvisual .catch_pills {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 37px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: var(--cl-black);
  margin-right: 1%;
}
#mainvisual .catch_pills .hl_box_qm {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 8px 20px;
}
#mainvisual .catch_pills > .hl_box {
  display: inline-block;
  white-space: nowrap;
  background: #fff;
  padding: 8px 20px;
  color: #5b514f;
}
#mainvisual .catch_pills .hl_box .cl-orange {
  color: #e68b48;
}
#mainvisual .catch_pills .hl_box .cl-orange.rev {
  color: #FFF;
  text-shadow:
     1px  1px 1px #e68b48,
    -1px  1px 1px #e68b48,
     1px -1px 1px #e68b48,
    -1px -1px 1px #e68b48,
     1.5px  1.5px 1px #e68b48,
    -1.5px  1.5px 1px #e68b48,
     1.5px -1.5px 1px #e68b48,
    -1.5px -1.5px 1px #e68b48;
}
#mainvisual .catch_pills .qmark {
  display: inline-block;
  width: 44px;
  flex-shrink: 0;
  line-height: 0;
}
#mainvisual .catch_pills .qmark img {
  width: 100%;
  height: auto;
}
#mainvisual .mv_catch_sub {
  margin: 39px 0 30px;
  text-align: center;
  font-size: 26px;
  line-height: 1.5;
  color: #594a41;
  letter-spacing: 0.04em;
}
#mainvisual .mv_catch_sub .row {
  display: block;
  font-size: min(2.5vw, 33px);
}
#mainvisual .mv_catch_sub .row.big {
  margin-top: 10px;
  font-size: 54px;
  display: inline-block;
  letter-spacing: 0.2em;
  padding-left: 9%;
}
#mainvisual .mv_catch_sub .row.big .emph {
  font-size: min(5vw, 64px);
  position: relative;
}
#mainvisual .mv_catch_sub .row.big .emph::after {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  margin: auto;
  width: 17px;
  height: 18px;
  background: url(../img/mv_title_parts.webp) no-repeat center center / contain;
}
#mainvisual .mv_ttl {display: flex;flex-direction: column;align-items: center;}
#mainvisual .mv_ttl dl {
  display: flex;
  gap: 7px;
  align-items: center;
}
#mainvisual .mv_ttl dl dt {
  color: #fff;
  background: var(--cl-orange);
  font-size: 12px;
  border-radius: 41.78px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
}
#mainvisual .mv_ttl dl dd {
  font-size: 20px;
  color: var(--cl-orange2);
}
#mainvisual .mv_ttl .ttl {
  color: #484F47;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-top: 1em;
}
#mainvisual .mv_ttl .ttl::before, #mainvisual .mv_ttl .ttl:after {
  content: "";
  background: url("../img/mv_arrow.svg") no-repeat center/100% auto;
  width: 9px;
  height: 7px;
  position: relative;
  top: 1px;
}
#mainvisual .mv_ttl2 {
  display: flex;
  position: absolute;
  z-index: 2;
  bottom: 35px;
  left: calc(50% - 7px);
  width: 568px;
  height: 210px;
  box-sizing: border-box;
  padding: 0 8px;
  background: url("../img/mv_ttl_bg.webp") no-repeat center/100% auto;
}
#mainvisual .mv_ttl2 .item {
  width: calc(33.3333333333% + 7px);
  text-align: center;
  padding: 42px 0 0;
}
#mainvisual .mv_ttl2 .item .tit {
  font-size: 21px;
  line-height: 25.5px;
}
#mainvisual .mv_ttl2 .item .ttl {
  background: linear-gradient(180deg, #FC7E00 0%, #EE5700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 28px;
  line-height: 1;
}
#mainvisual .mv_ttl2 .item .ttl .fs {
  font-size: 55px;
}
#mainvisual .mv_ttl2 .item + .item {
  margin-left: -11px;
}
#mainvisual .mv_ttl2 .item.item2 {
  padding-top: 43.5px;
}
#mainvisual .mv_ttl2 .item.item2 .ttl {
  font-size: 37.5px;
}
#mainvisual .mv_ttl2 .item.item2 .ttl .fs {
  font-size: 68px;
}
#mainvisual .mv_ttl2 .item.item2 .ttl .note {
  width: 28px;
  display: inline-block;
  margin: 0 7px 0 0;
  line-height: 0;
}
#mainvisual .mv_ttl2 .item.item2 .ttl .note img {
  vertical-align: unset;
}
#mainvisual .mv_ttl2 .item.item3 {
  padding-top: 39px;
}
#mainvisual .mv_ttl2 .item.item3 .ttl {
  font-size: 37.5px;
}
#mainvisual .mv_ttl2 .item.item3 .ttl .fs {
  font-size: 68px;
}
#mainvisual .mv_ttl2 .item.item3 .ttl .note {
  width: 28px;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 5px 0 0;
  line-height: 0;
}
#mainvisual .mv_ttl2 .item.item3 .ttl .note img {
  vertical-align: unset;
}
#mainvisual .mv_ttl2 .item.item3 .notice {
  font-size: 15px;
  line-height: 1.3;
  margin: 3px 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #mainvisual .mv_visual {
    height: 48vw;
  }
  #mainvisual .mv_catch {
    top: 5vw;
  }
  #mainvisual .mv_catch .catch_label {
    width: 16.6vw;
    margin: 0 0 -0.6vw 2vw;
  }
  #mainvisual .catch_pills {
    gap: 0.6vw;
    font-size: 3vw;
  }
  #mainvisual .catch_pills .hl_box {
    padding: 0.66vw 1.66vw;
  }
  #mainvisual .catch_pills .hl_box_qm {
    gap: 0.83vw;
  }
  #mainvisual .catch_pills .qmark {
    width: 3.16vw;
  }
  #mainvisual .mv_catch_sub {
    font-size: 2.16vw;
    margin-bottom: 10px;
  }
  #mainvisual .mv_catch_sub .row.big {
    font-size: 4.5vw;
  }
  #mainvisual .mv_ttl dl {
    gap: 0.6vw;
  }
  #mainvisual .mv_ttl dl dt {
    font-size: 1vw;
    padding: 0 1.167vw;
    height: 1.83vw;
  }
  #mainvisual .mv_ttl dl dd {
    font-size: 1.67vw;
  }
  #mainvisual .mv_ttl .ttl {
    gap: 0.4vw;
    font-size: 1.1vw;
  }
  #mainvisual .mv_ttl .ttl::before, #mainvisual .mv_ttl .ttl:after {
    width: 0.75vw;
    height: 0.6vw;
  }
  #mainvisual .mv_ttl2 {
    left: 50%;
    width: calc(50vw - 10px);
    height: 19vw;
    bottom: 3vw;
    padding: 0 0.67vw;
  }
  #mainvisual .mv_ttl2 .item {
    width: calc(33.3333333333% + 2vw);
    padding: 3.5vw 0 0;
  }
  #mainvisual .mv_ttl2 .item + .item {
    margin-left: -2vw;
  }
  #mainvisual .mv_ttl2 .item .tit {
    font-size: 1.75vw;
    line-height: 1.214;
  }
  #mainvisual .mv_ttl2 .item .ttl {
    font-size: 2.3vw;
  }
  #mainvisual .mv_ttl2 .item .ttl .fs {
    font-size: 4.6vw;
  }
  #mainvisual .mv_ttl2 .item.item2 {
    padding-top: 3.625vw;
  }
  #mainvisual .mv_ttl2 .item.item2 .ttl {
    font-size: 3.125vw;
  }
  #mainvisual .mv_ttl2 .item.item2 .ttl .fs {
    font-size: 5.67vw;
  }
  #mainvisual .mv_ttl2 .item.item2 .ttl .note {
    width: 2.3vw;
    margin: 0 0.6vw 0 0;
  }
  #mainvisual .mv_ttl2 .item.item3 {
    padding-top: 3.25vw;
  }
  #mainvisual .mv_ttl2 .item.item3 .ttl {
    font-size: 3.125vw;
  }
  #mainvisual .mv_ttl2 .item.item3 .ttl .fs {
    font-size: 5.67vw;
  }
  #mainvisual .mv_ttl2 .item.item3 .ttl .note {
    width: 2.3vw;
    margin: 0 0.4vw 0 0;
  }
  #mainvisual .mv_ttl2 .item.item3 .notice {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  #mainvisual .mv_visual {
    height: auto;
    padding-bottom: 65vw;
  }
  #mainvisual .mv_catch {
    width: auto;
  }
  #mainvisual .mv_catch .catch_label {
    width: 22vw;
    margin: 0 0 -2vw 9%;
  }
  #mainvisual .catch_pills {
    font-size: 6.6vw;
    line-height: 1.35;
    writing-mode: vertical-rl; /* 縦書きの指定 (右から左) */
    margin-left: 6%;
    gap: 0;
    align-items: flex-start;
    letter-spacing: 0;
  }
  #mainvisual .catch_pills > .hl_box,
  #mainvisual .catch_pills > .hl_box_qm {
    padding: 2.6vw 1.2vw;
  }
  #mainvisual .catch_pills .hl_box_qm {
    gap: 0;
  }
  #mainvisual .catch_pills .qmark {
    width: 8vw;
  }
  #mainvisual .mv_catch_sub {
    margin: 0;
    padding: 10vw 0 1.4vw;
    text-align: center;
    line-height: 1.5;
  }
  #mainvisual .mv_catch_sub .row {
    font-size: 4.7vw;
  }
  #mainvisual .mv_catch_sub .row.big {
    font-size: 6.9vw;
    margin-top: 2vw;
    padding-left: 6.8%;
  }
  #mainvisual .mv_catch_sub .row.big .emph {
    font-size: 9vw;
  }
  #mainvisual .mv_catch_sub .row.big .emph::after {
    width: 3vw;
    height: 3vw;
  }
  #mainvisual .mv_ttl {
    bottom: 5.64vw;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 39.6vw;
    justify-content: center;
    padding-right: 0;
  }
  #mainvisual .mv_ttl dl {
    gap: 1.8vw;
  }
  #mainvisual .mv_ttl dl dt {
    font-size: 3vw;
    padding: 0 3.6vw;
    height: 5.6vw;
  }
  #mainvisual .mv_ttl dl dd {
    font-size: 5.13vw;
  }
  #mainvisual .mv_ttl .ttl {
    gap: 1.28vw;
    font-size: 3.3vw;
    margin-left: 0;
  }
  #mainvisual .mv_ttl .ttl::before, #mainvisual .mv_ttl .ttl:after {
    width: 2.3vw;
    height: 1.8vw;
  }
  #mainvisual .mv_ttl2 {
    left: 1.54vw;
    width: 97vw;
    height: 36vw;
    bottom: 13.2vw;
  }
  #mainvisual .mv_ttl2 .item {
    width: calc(33.3333333333% + 1vw);
    padding: 7.2vw 0 0;
  }
  #mainvisual .mv_ttl2 .item + .item {
    margin-left: -1vw;
  }
  #mainvisual .mv_ttl2 .item .tit {
    font-size: 3.6vw;
    line-height: 1.214;
  }
  #mainvisual .mv_ttl2 .item .ttl {
    font-size: 4.87vw;
  }
  #mainvisual .mv_ttl2 .item .ttl .fs {
    font-size: 9.5vw;
  }
  #mainvisual .mv_ttl2 .item.item2 {
    padding-top: 7.5vw;
  }
  #mainvisual .mv_ttl2 .item.item2 .ttl {
    font-size: 6.4vw;
  }
  #mainvisual .mv_ttl2 .item.item2 .ttl .fs {
    font-size: 11.7vw;
  }
  #mainvisual .mv_ttl2 .item.item2 .ttl .note {
    margin: 0 1vw 0 0;
    width: 4.87vw;
  }
  #mainvisual .mv_ttl2 .item.item3 {
    padding-top: 6.67vw;
  }
  #mainvisual .mv_ttl2 .item.item3 .ttl {
    font-size: 6.4vw;
  }
  #mainvisual .mv_ttl2 .item.item3 .ttl .fs {
    font-size: 11.7vw;
  }
  #mainvisual .mv_ttl2 .item.item3 .ttl .note {
    margin: 0 0.77vw 0 0;
    width: 4.87vw;
  }
  #mainvisual .mv_ttl2 .item.item3 .notice {
    font-size: 2.56vw;
  }
}

.ft {
  background: url("../img/ft_bg.webp") no-repeat center/cover;
  padding: 11px 0 18px;
  text-align: center;
}
.ft .tit {
  margin: 0 0 -13px;
}
.ft .tit span {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: var(--cl-yellow);
  border-radius: 454.67px;
  font-size: 12px;
  line-height: 1.5;
  padding: 1px 40px;
  color: var(--cl-green);
}
.ft .tit span small {
  color: var(--cl-black);
  font-weight: 400;
}
.ft .button {
  width: 594px;
  margin: 0 auto;
}
.ft .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 61px;
  gap: 7px;
  font-size: 18px;
  background: #fff;
  border-radius: 454.67px;
  box-shadow: 0px 2px 0px #103924;
  text-decoration: none;
  transition: all 0.5s;
}
.ft .button a::before {
  content: "";
  background: url("../img/ft_icon.webp") no-repeat center/100% auto;
  width: 17px;
  height: 18px;
  position: relative;
  top: 2px;
}
.ft .button a .cl {
  color: var(--cl-green);
  font-weight: 700;
}
.ft .button a .fs {
  font-size: 24px;
}
@media (hover: hover) {
  .ft .button a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .ft {
    padding: 8px 0 12px;
    background-image: url("../img/sp//ft_bg.webp");
  }
  .ft .button {
    width: calc(100% - 37px);
  }
}

.fixed_sp {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: calc(12px + env(safe-area-inset-bottom));
}
.page-top-pc {
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: var(--cl-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  text-decoration: none;
  transition: opacity 0.3s;
}
.page-top-pc:hover {
  opacity: 0.8;
}
.page-top-pc svg {
  width: 22px;
  height: 22px;
}
.floatbox .page-top {
  position: absolute;
  top: -52px;
  right: 12px;
  width: 40px;
  height: 40px;
  background: var(--cl-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  text-decoration: none;
  transition: opacity 0.3s;
}
.floatbox .page-top:hover {
  opacity: 0.8;
}
.floatbox .page-top svg {
  width: 18px;
  height: 18px;
}

#sec01 .set1 {
  background: url("../img/sec01_bg01.webp") no-repeat center/cover;
  padding: 59px 0 68px;
  text-align: center;
  position: relative;
  z-index: 2;
}
#sec01 .set1 h2 {
  width: 307.5px;
  margin: 0 auto 35px;
}
#sec01 .set1 .list {
  margin: 0 auto;
  width: 630px;
  max-width: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  filter: drop-shadow(0px 0px 14px #FDD9C2);
}
#sec01 .set1 .list li {
  width: 100%;
  border-radius: 50px;
  position: relative;
  background: #fff;
  padding: 14px 0 14px 10px;
}
#sec01 .set1 .list li .stt {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 9px;
  border-radius: 50%;
  box-sizing: border-box;
  width: 34px;
  height: 34px;
  border: 6px solid #FEE2CD;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cl-orange);
  font-size: 14px;
  line-height: 1;
  padding: 0 1px 2px 0;
}
#sec01 .set1 .list li .text {
  font-size: 16px;
  line-height: 1.5;
}
#sec01 .set1 .list li .text .cl {
  color: var(--cl-orange);
}
@media screen and (max-width: 767px) {
  #sec01 .set1 {
    padding: 67px 0 116px;
    background-image: url("../img/sp/sec01_bg01.webp");
  }
}
#sec01 .set2 {
  background: url("../img/sec01_bg02.webp") no-repeat center/cover;
  padding: 51px 0;
}
#sec01 .set2 .box {
  width: 1080px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  background: rgba(65, 59, 59, 0.84);
  color: #fff;
  text-align: center;
  padding: 39px 20px;
  box-sizing: border-box;
  border-radius: 22px;
}
#sec01 .set2 .box h2 {
  font-size: 20px;
  line-height: 1.5;
  margin: 0 23.5px 12px;
}
#sec01 .set2 .box h2 span {
  font-size: 28px;
  display: inline-block;
}
#sec01 .set2 .box .note {
  margin: 0 auto 24px;
  width: 366px;
  max-width: calc(100% - 47px);
  min-width: -moz-max-content;
  min-width: max-content;
  box-sizing: border-box;
  font-size: 14px;
  border: 1px solid;
  border-radius: 500px;
  line-height: 1.5;
  padding: 7.5px 0;
}
#sec01 .set2 .box .list {
  width: 994px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
#sec01 .set2 .box .list li {
  width: calc(50% - 1px);
  background: #413E3E;
  padding: 11px 10px 11px 20px;
  display: flex;
  align-items: center;
}
#sec01 .set2 .box .list li span {
  display: flex;
  align-items: center;
  padding: 0 0 0 41px;
  min-height: 33px;
  box-sizing: border-box;
  font-size: 13px;
  text-align: left;
  line-height: 22px;
  background: url("../img/sec01_check_icon.webp") no-repeat center left/33px auto;
}
@media screen and (max-width: 767px) {
  #sec01 .set2 {
    margin: -70px 0 0;
    padding: 87px 0 46px;
    background-image: url("../img/sec01_bg02.webp");
  }
  #sec01 .set2 .box {
    overflow: hidden;
    padding: 39px 0 0;
  }
  #sec01 .set2 .box h2 span {
    line-height: 1.3;
  }
  #sec01 .set2 .box .list li {
    width: 100%;
  }
}
#sec01 .set3 {
  padding: 62px 0 89px;
  background: url("../img/sec01_bg03.webp") no-repeat center right 30%/cover;
}
#sec01 .set3 .wrap {
  width: 1072px;
  margin: 0 auto;
  max-width: calc(100% - 40px);
}
#sec01 .set3 .group-content {
  width: 553px;
  max-width: 100%;
}
#sec01 .set3 .group-content h2 {
  width: 269.5px;
  margin: 0 auto 37.5px;
}
#sec01 .set3 .group-content .list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#sec01 .set3 .group-content .list li {
  width: 100%;
  background: #F88149;
  color: #fff;
  text-align: center;
  min-height: 76px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19px 10px;
  box-sizing: border-box;
  line-height: 1.1875;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #sec01 .set3 {
    background: url("../img/sp/sec01_bg03.webp") no-repeat top center/cover;
    padding: 45px 0 115px;
  }
  #sec01 .set3 .group-content {
    margin: 0 auto;
  }

  #sec01 .set3 .group-content .list li {
    font-size: 16px;
  }
}

.cv_common {
  background: #F2883B;
  padding: 19px 17px;
}
.cv_common .box {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 40px 18px 45px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 0px 11px rgba(205, 117, 35, 0.7);
  border-radius: 20px;
}
.cv_common .box h2 {
  font-size: 38px;
  line-height: 1.5;
}
.cv_common .box h2 small {
  font-size: 30px;
  display: inline-block;
  margin: 0 0 0 -17px;
}
.cv_common .box .txt {
  margin: 10px 0 36px;
  font-size: 17px;
  line-height: 26px;
}
.cv_common .box .list {
  display: flex;
  justify-content: center;
  gap: 5px 9px;
  text-align: left;
  color: #fff;
}
.cv_common .box .list li {
  width: 390px;
  max-width: calc(50% - 4.5px);
}
.cv_common .box .list .ttl1 {
  display: flex;
  align-items: center;
  padding: 0 0 0 26px;
  box-sizing: border-box;
  background: url("../img/cv_img01.webp") no-repeat center right/auto 100%, linear-gradient(180deg, #FFA228 0%, #FC7E00 100%);
  font-size: 20px;
  line-height: 1.5;
}
.cv_common .box .list .ttl1 .dot {
  position: relative;
}
.cv_common .box .list .ttl1 .dot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  background: #fff;
  width: 3px;
  height: 3px;
}
.cv_common .box .list .ttl2 {
  position: relative;
  background: url("../img/cv_img02.webp") no-repeat center right/auto 100%, linear-gradient(180deg, #FFA228 0%, #FC7E00 100%);
  box-sizing: border-box;
  padding: 20px 0 22px 19px;
}
.cv_common .box .list .ttl2 .price-old {
  font-size: 16px;
  line-height: 1.1875;
  position: relative;
}
.cv_common .box .list .ttl2 .price-old::before {
  content: "";
  position: absolute;
  background: url("../img/cv_arrow.webp") no-repeat center/100% auto;
  width: 52px;
  height: 22px;
  top: -9px;
  left: 80px;
}
.cv_common .box .list .ttl2 .price {
  line-height: 1;
  font-size: 50px;
}
.cv_common .box .list .ttl2 .price .note {
  display: inline-block;
  background: #fff;
  width: 21px;
  height: 38px;
  box-sizing: border-box;
  font-size: 12px;
  padding: 0 4.5px;
  border-radius: 3px;
  text-align: center;
  vertical-align: bottom;
  margin: 0 4px 0 0;
}
.cv_common .box .list .ttl2 .price small {
  font-size: 23px;
}
.cv_common .box .list .ttl2 .price .fs {
  font-size: 33px;
}
.cv_common .box .list .ttl2 .sale {
  position: absolute;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  top: -19px;
  right: -15px;
  background: #E8DA3E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
.cv_common .box .list .ttl2 .sale::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 1px dashed #2C7A39;
}
.cv_common .box .list .ttl2 .sale .fs {
  font-size: 21px;
}
.cv_common .box .title {
  margin: 22px 0 19px;
  font-size: 20px;
  line-height: 1.45;
}
.cv_common .box .title .text {
  display: inline-block;
  padding: 0 0 10px;
  border-bottom: 1px solid;
}
.cv_common .box .group-btn .tit {
  width: 175px;
  margin: 0 auto -15px;
  position: relative;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  padding: 3px 0;
  border-radius: 454.67px;
  background: #fff;
  position: relative;
  z-index: 2;
  border: 2px solid #07964F;
}
.cv_common .box .group-btn .button {
  width: 591px;
  max-width: 100%;
  margin: 0 auto;
}
.cv_common .box .group-btn .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  padding: 22px 0;
  background: linear-gradient(180deg, #06994F 8.07%, #0B6D3C 99.49%);
  box-shadow: 0px 3.63739px 0px rgba(0, 0, 0, 0.15);
  border-radius: 454.674px;
  transition: all 0.5s;
  text-decoration: none;
}
.cv_common .box .group-btn .button a::before {
  content: "";
  background: url("../img/cv_icon.webp") no-repeat center/100% auto;
  width: 21px;
  height: 25px;
}
.cv_common .box .group-btn .button a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .cv_common .box {
    padding: 50px 18px 40px;
  }
  .cv_common .box h2 {
    font-size: 30px;
    line-height: 1.3;
  }
  .cv_common .box h2 .dib {
    display: block;
    font-size: 33px;
    padding-left: 32px;
  }
  .cv_common .box h2 .dib .fs {
    font-size: 38px;
  }
  .cv_common .box .txt {
    margin: 9px 0 30px;
  }
  .cv_common .box .list {
    flex-wrap: wrap;
  }
  .cv_common .box .list li {
    width: 100%;
    max-width: 100%;
  }
  .cv_common .box .list .ttl1 {
    height: 74px;
    padding: 0 0 0 17px;
  }
  .cv_common .box .list .ttl2 .sale {
    top: auto;
    bottom: -14px;
    right: -13px;
  }
  .cv_common .box .title {
    margin: 27px 0 23px;
  }
}

#sec02 .set1 {
  background: url("../img/sec02_bg01.webp") no-repeat top center/cover;
  padding: 58px 0 0;
  text-align: center;
}
#sec02 .set1 h2 {
  font-size: 38px;
  line-height: 1.5;
}
#sec02 .set1 h2 small {
  font-size: 32px;
}
#sec02 .set1 .note {
  margin: 10px auto 40px;
  background: #FFFFFF;
  box-shadow: 0px 0px 7px #FFE0CC;
  border-radius: 500px;
  width: 303px;
  max-width: 100%;
  font-size: 14px;
  line-height: 1.5;
  padding: 8.5px 0;
}
#sec02 .set1 .sec02-slider {
  width: 1125px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
#sec02 .set1 .sec02-slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 44px;
  height: 44px;
  background-color: var(--cl-orange);
  background-image: url("../img/slide_left.webp");
  background-position: center;
  background-size: 8.5px auto;
  background-repeat: no-repeat;
  border-radius: 50%;
  z-index: 2;
  transform: none;
}
#sec02 .set1 .sec02-slider .slick-arrow::before {
  display: none;
}
#sec02 .set1 .sec02-slider .slick-arrow.slick-prev {
  left: -12.5px;
}
#sec02 .set1 .sec02-slider .slick-arrow.slick-next {
  right: -12.5px;
  background-image: url("../img/slide_right.webp");
}
#sec02 .set1 .sec02-slider .item {
  margin: 0 12.5px;
  border: 4px solid #FFDAC9;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 31px 22px;
}
#sec02 .set1 .sec02-slider .item .inn {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
}
#sec02 .set1 .sec02-slider .item dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 289px;
  text-align: center;
  min-width: -moz-max-content;
  min-width: max-content;
  gap: 25px;
}
#sec02 .set1 .sec02-slider .item dl dt {
  text-align: center;
  width: 163px;
  min-width: -moz-max-content;
  min-width: max-content;
}
#sec02 .set1 .sec02-slider .item dl dt .ttl1 {
  background: #FFE4C2;
  font-size: 15px;
  line-height: 1.4;
  padding: 4px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 29px;
}
#sec02 .set1 .sec02-slider .item dl dt .ttl1.small {
  font-size: 11px;
  line-height: 16px;
}
#sec02 .set1 .sec02-slider .item dl dt .ttl2 {
  display: block;
  margin: 8px 0 0;
  color: var(--cl-orange2);
  font-size: 22px;
  line-height: 36px;
}
#sec02 .set1 .sec02-slider .item dl dt .ttl2 small {
  font-size: 16px;
}
#sec02 .set1 .sec02-slider .item dl dd {
  width: 101px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.13));
}
#sec02 .set1 .sec02-slider .item .txt {
  width: calc(100% - 319px);
  text-align: left;
}
#sec02 .set1 .list {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin: 40px 0 0;
  position: relative;
  z-index: 3;
}
#sec02 .set1 .list li {
  background: url("../img/sec02_point_bg.webp") no-repeat center/cover;
  width: 161px;
  height: 158px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 27px 0 0;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#sec02 .set1 .list li .tit {
  font-size: 19px;
  line-height: 23px;
  font-weight: 500;
}
#sec02 .set1 .list li .num {
  line-height: 1.08;
  font-size: 32px;
  font-weight: 700;
}
#sec02 .set1 .list li .num span {
  font-size: 45px;
}
#sec02 .set1 .list li .note2 {
  font-size: 15px;
  line-height: 18px;
}
#sec02 .set1 .list li.item2 {
  padding-top: 31px;
}
#sec02 .set1 .list li.item2 .num {
  margin: 10px 0 5px;
}
@media screen and (max-width: 767px) {
  #sec02 .set1 {
    background: url("../img/sp/sec02_bg01.webp") no-repeat top center/cover;
    padding: 58px 0 0;
  }
  #sec02 .set1 .note {
    margin-bottom: 35px;
  }
  #sec02 .set1 .sec02-slider {
    max-width: calc(100% - 18px);
  }
  #sec02 .set1 .sec02-slider .slick-arrow {
    width: 48px;
    border-radius: 0 20px 20px 0;
  }
  #sec02 .set1 .sec02-slider .slick-arrow.slick-prev {
    left: -9px;
  }
  #sec02 .set1 .sec02-slider .slick-arrow.slick-next {
    border-radius: 20px 0 0 20px;
    right: -9px;
  }
  #sec02 .set1 .sec02-slider .item {
    margin: 0 9px;
    padding: 35px 28.5px;
  }
  #sec02 .set1 .sec02-slider .item .inn {
    display: block;
  }
  #sec02 .set1 .sec02-slider .item dl {
    width: 100%;
    min-width: auto;
    max-width: 289px;
    margin: 0 auto;
    gap: 0;
  }
  #sec02 .set1 .sec02-slider .item .txt {
    width: auto;
    margin: 40px 1px 0;
    height: auto !important;
  }
  #sec02 .set1 .list {
    margin: 35px auto 0;
    justify-content: space-between;
    gap: 0;
    width: 388px;
    max-width: 100%;
  }
  #sec02 .set1 .list li {
    width: 126px;
    height: 124px;
    max-width: calc((100% - 10px) / 3);
    padding: 21px 0 0;
  }
  #sec02 .set1 .list li .tit {
    font-size: 15px;
    line-height: 18px;
  }
  #sec02 .set1 .list li .num {
    font-size: 25px;
    margin: 5px 0 0;
  }
  #sec02 .set1 .list li .num span {
    font-size: 35px;
  }
  #sec02 .set1 .list li .note2 {
    font-size: 12px;
    line-height: 14px;
  }
  #sec02 .set1 .list li.item2 {
    padding-top: 24px;
  }
  #sec02 .set1 .list li.item2 .num {
    margin: 5px 0 3px;
  }
  #sec02 .set1 .list li.item3 .num {
    margin: 0;
  }
}
#sec02 .set2 {
  margin: -75px 0 0;
  background: url("../img/sec02_bg02.webp") no-repeat top center/1920px auto, #FAF6F2;
  padding: 115px 0 82px;
}
#sec02 .set2 .tit {
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}
#sec02 .set2 .tit span {
  display: inline-block;
  letter-spacing: 0.15em;
  border-bottom: 1px solid;
  padding: 0 0 10px;
}
#sec02 .set2 h2 {
  text-align: center;
  font-size: 55px;
  line-height: 1.4;
}
#sec02 .set2 h2 .small {
  font-size: 47.5px;
}
#sec02 .set2 h2 .fs {
  font-size: 68px;
}
#sec02 .set2 .note {
  font-size: 14px;
  line-height: 24px;
  margin: 7px 0 45px;
}
#sec02 .set2 .list-reason {
  margin: 0 auto;
  width: 906px;
  max-width: calc(100% - 40px);
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}
#sec02 .set2 .list-reason .item {
  width: calc(50% - 13px);
  box-shadow: 0px 0px 14px #ECE1D5;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  padding: 0 0 40px;
}
#sec02 .set2 .list-reason .item .gr-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  background: linear-gradient(180deg, #FC7E00 0%, #EE5700 100%);
  color: #fff;
  min-height: 157px;
  box-sizing: border-box;
  text-align: left;
}
#sec02 .set2 .list-reason .item .gr-top .stt {
  width: 105px;
  background: #fff;
  border-radius: 500px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}
#sec02 .set2 .list-reason .item .gr-top .stt .fs {
  font-size: 16px;
}
#sec02 .set2 .list-reason .item .gr-top .stt .cl {
  color: #FACD96;
}
#sec02 .set2 .list-reason .item .gr-top .name {
  font-size: 22px;
  line-height: 30px;
}
#sec02 .set2 .list-reason .item .txt {
  text-align: left;
  margin: 40px auto 0;
  width: 325px;
  max-width: calc(100% - 40px);
  color: #333;
}
#sec02 .set2 .list-reason .item .txt small {
  font-size: 12px;
}
#sec02 .set2 .list-reason .item .txt span {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #sec02 .set2 {
    margin: -47px 0 0;
    background: url("../img/sp/sec02_bg02.webp") no-repeat top center/100% auto, #FAF6F2;
    padding: 77px 0 68px;
  }
  #sec02 .set2 .tit {
    font-size: 19px;
    line-height: 27px;
  }
  #sec02 .set2 .tit span {
    padding: 0 0 7px;
  }
  #sec02 .set2 h2 {
    font-size: 44px;
  }
  #sec02 .set2 h2 .small {
    font-size: 38px;
  }
  #sec02 .set2 h2 .fs {
    font-size: 54px;
  }
  #sec02 .set2 .list-reason {
    width: calc(100% - 18px);
    max-width: 100%;
    margin: 0 0 0 auto;
    gap: 16px;
  }
  #sec02 .set2 .list-reason .item {
    width: 100%;
    border-radius: 20px 0 0 20px;
  }
  #sec02 .set2 .list-reason .item .gr-top {
    padding: 30px 10px 30px 20px;
    min-height: auto;
  }
  #sec02 .set2 .list-reason .item .txt {
    margin: 40px 23.5px 0;
    max-width: calc(100% - 47px);
  }
}

#voice {
  position: relative;
  background: url("../img/voice_bg.webp") no-repeat center/cover;
  padding: 71px 0 107px;
}
#voice h2 {
  width: 466px;
  line-height: 0;
  margin: 0 auto;
}
#voice .note {
  font-size: 20px;
  line-height: 1.65;
  letter-spacing: 0.02em;
  text-decoration: underline;
  text-underline-offset: 11px;
  text-decoration-thickness: 1px;
  text-align: center;
  margin: 24px 0 51px;
}
#voice .reviews {
  position: absolute;
  width: 227px;
  top: 30px;
  left: calc(50% + 275px);
  max-width: calc(50% - 220px);
}
@media screen and (max-width: 900px) {
  #voice .reviews {
    left: calc(50% + 230px);
  }
}
#voice .list-reviews {
  width: 1100px;
  max-width: calc(100% - 36px);
  margin: 0 auto;
  gap: 30px;
  display: flex;
  flex-direction: column;
}
#voice .list-reviews .item {
  display: flex;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 10px #F1DCCC;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 23px;
}
#voice .list-reviews .item:nth-child(even) {
  flex-direction: row;
}
@media screen and (max-width: 900px) {
  #voice .list-reviews .item {
    gap: 0;
  }
}
#voice .list-reviews .item .gr-top {
  width: 449px;
  background: #FDF7F4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
@media screen and (max-width: 900px) {
  #voice .list-reviews .item .gr-top {
    width: 400px;
  }
}
#voice .list-reviews .item .gr-top .img {
  width: 162px;
  line-height: 0;
}
#voice .list-reviews .item .gr-top dl {
  width: 163px;
}
#voice .list-reviews .item .gr-top dl dt {
  font-size: 22px;
  line-height: 1;
  margin: 0 0 15px;
  text-align: left;
}
#voice .list-reviews .item .gr-top dl dt small {
  font-size: 16px;
}
#voice .list-reviews .item .gr-top dl dd {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#voice .list-reviews .item .gr-top dl dd span {
  width: calc(50% - 4px);
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #F57C43;
  border-radius: 5px;
  color: var(--cl-orange);
  background: #fff;
  font-size: 15px;
  line-height: 1.4;
  padding: 2px 0 4px;
}
#voice .list-reviews .item .gr-top dl dd span.ps {
  width: 100%;
}
#voice .list-reviews .item .title {
  line-height: 1.55;
  font-size: 20px;
  text-align: left;
}
#voice .list-reviews .item .gr-content {
  width: calc(100% - 472px);
  box-sizing: border-box;
  padding: 51px 33px 63px;
  text-align: left;
}
@media screen and (max-width: 900px) {
  #voice .list-reviews .item .gr-content {
    width: calc(100% - 400px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
#voice .list-reviews .item .gr-content .txt {
  margin: 33px 0 0;
  max-width: 100%;
  width: 555px;
}
#voice .list-reviews .item .gr-content .txt span {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--cl-yellow);
  text-decoration-thickness: 20%;
  text-underline-offset: 24.5%;
}
@media screen and (max-width: 767px) {
  #voice {
    background-image: url("../img/sp/voice_bg.webp");
    padding: 51px 0 58px;
  }
  #voice h2 {
    width: 354px;
    max-width: calc(100% - 36px);
  }
  #voice .note {
    text-align: left;
    margin: 37.5px 0 51px 25px;
    font-size: 17px;
    line-height: 39.7px;
  }
  #voice .reviews {
    width: 186px;
    top: 157px;
    left: auto;
    right: 23px;
    max-width: 100%;
  }
  #voice .list-reviews .item {
    display: block;
    padding: 31px 0 43px;
  }
  #voice .list-reviews .item .gr-top {
    width: 100%;
    padding: 20px 0 20px 6px;
  }
  #voice .list-reviews .item .gr-top .img {
    width: 112px;
  }
  #voice .list-reviews .item .title {
    margin: 0 30px 23px;
  }
  #voice .list-reviews .item .gr-content {
    width: 100%;
    padding: 33px 32.5px 0;
  }
  #voice .list-reviews .item .gr-content .txt {
    margin: 0;
  }
}

#flow {
  padding: 72px 0 103px;
  background: #FCF3ED;
}
#flow h2 {
  font-size: 47.5px;
  line-height: 1.5;
  text-align: center;
}
#flow h2 small {
  font-size: 40px;
}
#flow .note {
  margin: 15px 0 69.5px;
  text-align: center;
}
#flow .note span {
  display: inline-block;
  background: #FFFFFF;
  box-shadow: 0px 0px 8.75px #FFE0CC;
  border-radius: 625px;
  padding: 9.75px 32px;
  font-size: 17.5px;
  line-height: 1.6;
}
#flow .list-flow {
  width: 1100px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
#flow .list-flow .item {
  overflow: hidden;
  border-radius: 18px;
  background: var(--cl-orange3);
  display: flex;
}
#flow .list-flow .item .img {
  width: 350px;
}
#flow .list-flow .item .gr-content {
  width: calc(100% - 350px);
  box-sizing: border-box;
  position: relative;
  padding: 35px 20px;
}
@media screen and (max-width: 1000px) {
  #flow .list-flow .item .gr-content {
    padding-top: 60px;
  }
}
#flow .list-flow .item .gr-content .stt {
  position: absolute;
  left: 0;
  top: 20px;
  background: #fff;
  border-radius: 0 50px 50px 0;
  text-align: center;
  color: var(--cl-orange2);
  font-size: 14px;
  line-height: 1.5;
  padding: 4px 0;
  width: 107px;
}
#flow .list-flow .item .gr-content .title {
  text-align: center;
  position: relative;
  font-size: 26px;
  line-height: 1;
  padding: 0 0 22px;
  margin: 0 0 21px;
  color: #fff;
}
#flow .list-flow .item .gr-content .title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  height: 2px;
  background: #FFE1BC;
  width: 28px;
}
#flow .list-flow .item .gr-content .title small {
  display: block;
  font-size: 16px;
  line-height: 26px;
}
#flow .list-flow .item .gr-content .box-txt {
  background: #fff;
  border-radius: 22px;
  padding: 11.5px 20px;
}
#flow .list-flow .item .gr-content .box-txt .txt {
  text-align: left;
}
#flow .list-flow .item .gr-content .box-txt .txt span {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--cl-yellow);
  text-decoration-thickness: 20%;
  text-underline-offset: 24.5%;
}
#flow .list-flow .item .gr-content .box-txt2 {
  margin: 21px 0 0;
  top: 100%;
  left: -350px;
  margin-top: 20px;
  z-index: 2;
}
#flow .list-flow .item .gr-content .box-txt2 .tit {
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 0 0 -17px;
  font-size: 13px;
  line-height: 2;
}
#flow .list-flow .item .gr-content .box-txt2 .tit span {
  background: #2C7A39;
  border-radius: 500px;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 270px;
  padding: 4.5px 0;
}
#flow .list-flow .item .gr-content .box-txt2 .list {
  border-radius: 16px;
  border: 1px solid var(--cl-green);
  background: #fff;
  padding: 45px 20px 40px;
}
#flow .list-flow .item .gr-content .box-txt2 .list dl {
  text-align: left;
}
#flow .list-flow .item .gr-content .box-txt2 .list dl dt {
  background: url("../img/flow_check_icon.webp") no-repeat center left/20.25px auto;
  padding: 0 0 0 25px;
  font-size: 14px;
  color: var(--cl-green);
  height: 20.25px;
  display: flex;
  align-items: center;
}
#flow .list-flow .item .gr-content .box-txt2 .list dl dd {
  margin: 10px 0 0 5px;
  font-size: 13px;
  line-height: 21px;
}
#flow .list-flow .item .gr-content .box-txt2 .list dl + dl {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  #flow {
    background: url("../img/sp/flow_bg.webp") no-repeat top center/100% auto;
    padding: 57px 0 22px;
  }
  #flow h2 {
    font-size: 38px;
  }
  #flow h2 small {
    font-size: 32px;
  }
  #flow .note {
    margin: 12px 0 31px;
  }
  #flow .note span {
    padding: 8.5px 25.5px;
    font-size: 14px;
    line-height: 1.5;
  }
  #flow .list-flow .item {
    display: block;
  }
  #flow .list-flow .item .img {
    width: 100%;
  }
  #flow .list-flow .item .gr-content {
    width: 100%;
    padding: 35px 20px;
  }
  #flow .list-flow .item .gr-content .stt {
    top: -14px;
  }
}

#info {
  padding: 0 0 83px;
}
#info h2 {
  text-align: center;
  background: #FFECE0;
  font-size: 40px;
  line-height: 1.5;
  padding: 38.5px 0;
}
#info .group-ttl {
  margin: 68px 0 40px;
  display: inline-block;
}
#info .group-ttl dl {
  display: flex;
  gap: 8px;
  justify-content: center;
  line-height: 1;
}
#info .group-ttl dl dt {
  font-size: 14px;
  color: #fff;
  border-radius: 50px;
  background: var(--cl-green);
  padding: 6px 17px;
}
#info .group-ttl dl dd {
  font-size: 24px;
}
#info .group-ttl .tit {
  margin: 15px 0 0;
  border-top: 1px solid #C7D9CA;
  font-size: 14px;
  line-height: 24px;
  padding: 9px 0 0;
}
#info .map {
  margin: 0 auto;
  max-width: calc(100% - 40px);
  height: 260px;
  width: 1200px;
}
#info .map iframe {
  width: 100%;
  height: 100%;
}
#info .flex {
  margin: 40px auto 0;
  max-width: calc(100% - 60px);
  width: 1120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#info .flex .info-slider {
  line-height: 0;
  width: 520px;
  max-width: 46.5%;
}
#info .flex .info-slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 44px;
  height: 44px;
  background-color: var(--cl-orange);
  background-image: url("../img/slide_left.webp");
  background-position: center;
  background-size: 8.5px auto;
  background-repeat: no-repeat;
  border-radius: 50%;
  z-index: 2;
  transform: none;
}
#info .flex .info-slider .slick-arrow::before {
  display: none;
}
#info .flex .info-slider .slick-arrow.slick-prev {
  left: -29.5px;
}
#info .flex .info-slider .slick-arrow.slick-next {
  right: -19.5px;
  background-image: url("../img/slide_right.webp");
}
#info .flex .info-slider .img {
  padding: 0 10px 0 0;
}
#info .flex .info {
  width: 518px;
  max-width: 46.25%;
  font-size: 15px;
  text-align: left;
  line-height: 28px;
}
#info .flex .info .note {
  font-size: 12px;
  line-height: 22px;
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  #info {
    padding: 0 0 45px;
  }
  #info h2 {
    font-size: 24px;
    padding: 33px 0;
  }
  #info .group-ttl {
    margin: 39px 0 31px;
  }
  #info .map {
    height: 220px;
    max-width: 100%;
  }
  #info .flex {
    margin: 30px 0 0;
    display: block;
    max-width: 100%;
  }
  #info .flex .info-slider {
    padding: 0 0 0 20px;
    max-width: 100%;
    width: 100%;
    text-align: left;
  }
  #info .flex .info-slider .img {
    width: 350px !important;
    max-width: calc(100vw - 40px);
  }
  #info .flex .info-slider .slick-arrow {
    width: 48px;
    border-radius: 0 20px 20px 0;
  }
  #info .flex .info-slider .slick-arrow.slick-prev {
    left: 0;
  }
  #info .flex .info-slider .slick-arrow.slick-next {
    border-radius: 20px 0 0 20px;
    right: 0;
  }
  #info .flex .info {
    margin: 37px auto 0;
    width: 308px;
    font-size: 17px;
    line-height: 30px;
    max-width: 100%;
  }
}

#faq {
  background: #FFECE0;
  padding: 80px 0 67px;
}
#faq h2 {
  text-align: center;
  font-size: 40px;
  line-height: 1.5;
  margin: 0 0 78px;
  letter-spacing: 0.2em;
}
#faq .faqbox {
  margin: 0 auto;
  width: 1200px;
  max-width: calc(100% - 33px);
  text-align: left;
}
#faq .faqbox li {
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0px 0px 10px #F3DEC3;
}
#faq .faqbox li + li {
  margin-top: 23px;
}
#faq .faqbox li .que {
  background: var(--cl-orange);
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 94px;
  padding: 0 58px 0 22px;
  color: #fff;
  position: relative;
  cursor: pointer;
}
#faq .faqbox li .que .ini {
  min-width: 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: var(--cl-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  flex: 0;
  font-size: 18px;
  line-height: 1;
}
#faq .faqbox li .que .txt {
  font-size: 14px;
  line-height: 22px;
}
#faq .faqbox li .que::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 18px;
  height: 2px;
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 22px;
}
#faq .faqbox li .que:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 18px;
  background: #fff;
  right: 30px;
  margin: auto 0;
  transition: all 0.5s;
}
#faq .faqbox li.open .que:after {
  opacity: 0;
}
#faq .faqbox li .ans .inn {
  background: #fff;
  padding: 25px 22px 30px;
  min-height: 99px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 19px;
  text-align: left;
}
#faq .faqbox li .ans .ini {
  min-width: 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--cl-orange);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  flex: 0;
  font-size: 18px;
  line-height: 1;
}
#faq .faqbox li .ans .txt {
  color: #333333;
  min-height: 54px;
}

@media screen and (min-width: 768px) {
  #flow .list-flow .item {
    background: transparent !important;
    flex-wrap: wrap;
    overflow: visible;
  }

  #flow .list-flow .item .img {
    border-radius: 10px 0 0 10px;
    overflow: hidden;
  }

  #flow .list-flow .item .gr-content {
    background: var(--cl-orange3);
    border-radius: 0 10px 10px 0;
  }

  #flow .list-flow .item .gr-content .box-txt2 .list {
    background: #fff;
    border: 2px solid var(--cl-green);
    border-radius: 20px;
    width: 100%;
    box-sizing: border-box;
  }

  #flow .list-flow .item:nth-child(4) .img img {
    object-fit: cover;
    object-position: top;
  }

  #flow .list-flow .item .gr-content .box-txt2 {
    top: 100%;
    left: -350px;
    margin-top: 20px;
    z-index: 2;
    width: calc(100% + 350px);
  }
  #flow .list-flow .item:nth-child(4) .gr-content:nth-of-type(2) {
    background: transparent !important;
    height: auto !important; 
    padding: 0 !important;  
  }
}

  #flow .list-flow .item:nth-child(4) .gr-content:nth-of-type(2) {
    padding: 0 20px 35px 20px;
  }
