@charset "UTF-8";
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, fieldset, form, label, legend, caption, tfoot, thead, th, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #389739;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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 #000;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

ol li, ul li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  color: #333;
  -webkit-text-size-adjust: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

main section {
  padding: 70px 0;
  background-color: #fff;
  overflow: hidden;
}
main section .s_hdr {
  display: flex;
  width: 100%;
  align-items: center;
}
main section .inner {
  width: min(1024px, 100vw - 12px);
  margin: 0 auto;
  max-width: 100%;
  padding: 0 12px;
}
main section .inner::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 899px) {
  main section {
    padding: 7vw 0;
  }
  main section .inner {
    width: min(1024px, 94vw);
    margin: 0 auto;
    padding: 0;
  }
}

figure {
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
  line-height: 0;
}
figure img {
  max-width: 100%;
  margin: 0 auto;
  line-height: 1;
  height: auto;
}
figure:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  figure {
    margin-bottom: 7vw;
  }
}

p {
  font-size: clamp(15px, 4vw, 18px);
  margin-bottom: 1.5em;
  line-height: 1.65em;
}
p:last-child {
  margin-bottom: 0;
}

.box_txt {
  max-width: 1000px;
  margin: 0 auto;
}
.box_txt > figure {
  margin-bottom: 0;
}
.box_txt .txt {
  background-color: #fff;
  padding: 4%;
}
.box_txt .txt figure.f_r {
  margin-bottom: 0;
}
.box_txt .txt::after {
  content: "";
  display: block;
  clear: both;
}
.box_txt + .box_txt {
  margin-top: 7%;
}

.slider {
  display: none;
}
.slider.slick-initialized {
  display: block;
}

.box_video {
  position: relative;
  width: 100%;
  height: 56.25%;
  padding: 56.25% 0 0 0;
  text-align: center;
}
.box_video .video_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  margin: 0 auto;
}
.box_video .video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.faq {
  line-height: 1.65em;
  background-color: #fff;
  border-radius: 10px;
}
.faq dt {
  font-weight: bold;
  font-size: 24px;
  padding: 0.7em 1em 0.7em 2.5em;
  background: url(../img/icon_q.png.webp) no-repeat 1em 1.5em;
  margin-bottom: 0;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.faq dd {
  display: none;
  padding: 0.8em 1em 0.8em 2.5em;
  background: url(../img/icon_a.png.webp) no-repeat 1em 1.5em;
  margin-bottom: 2em;
  font-size: 20px;
  color: #606060;
  font-weight: bold;
  border: #dcdcdc solid 4px;
}
.faq dd:last-of-type {
  margin-bottom: 0;
}
.faq + .faq {
  margin-top: 3%;
}
@media screen and (max-width: 768px) {
  .faq {
    font-size: 4.2vw;
  }
  .faq dt {
    background-size: 1em auto;
    background-position: 0.5em 1.2em;
    padding: 1em 2.5em 1em;
    line-height: 1.3em;
    font-size: 4.3vw;
  }
  .faq dt::after {
    margin: auto auto auto 90%;
  }
  .faq dd {
    background-size: 0.9em auto;
    padding: 1em 1em 1em 2em;
    background-position: 0.5em 1.2em;
    font-size: 4.3vw;
  }
}

.ripple {
  position: relative;
  display: block;
}
.ripple img {
  max-width: 100%;
  margin: 0 auto;
}
.ripple span {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 90%;
  height: 100%;
  margin: auto;
  animation-name: rippleAnimation;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  border-radius: 100px;
  background-color: #fff072;
  box-shadow: 0 0 5px white;
}
@media screen and (max-width: 768px) {
  .ripple span {
    width: 100%;
  }
}
@keyframes rippleAnimation {
  0% {
    transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.1, 1.1);
    opacity: 0;
  }
}
.ripple2 {
  position: relative;
  display: block;
}
.ripple2 img {
  max-width: 100%;
  margin: 0 auto;
}
.ripple2 span.clr_1, .ripple2 span.clr_2 {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 70px;
  height: 70px;
  margin: auto;
  animation-name: rippleAnimation2;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  border-radius: 100%;
  box-shadow: 0 0 45px 1px #ff004a inset;
}
.ripple2 span.clr_2 {
  animation-delay: 0.3s;
}
@keyframes rippleAnimation2 {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  80% {
    transform: scale(4.5, 4.5);
    opacity: 0;
  }
  100% {
    transform: scale(4.5, 4.5);
    opacity: 0;
  }
}
ul.chk {
  margin: 0 auto 5%;
}
ul.chk li {
  font-size: 17px;
  padding: 0.7em 0.5em 0.7em 1.75em;
  background: url(../img/icon_chk.png.webp) no-repeat left 0.75em;
  line-height: 1.4em;
  /* font-weight: 600; */
}
ul.chk li ul{

}
ul.chk li + li {
  border-top:1px dotted #79544c;
}
@media screen and (max-width: 768px) {
  ul.chk li {
    font-size: 16px;
    background-size: 1.5em 1.5em;
  }
}

.bounce {
  position: relative;
}
.bounce::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 50px;
  margin: 0 auto auto;
  content: "";
  background: url(../img/down.png) no-repeat center top;
  animation-name: bounce;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.Fade-In {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.Fade-In.Fade-In-2 {
  transition-delay: 0.2s;
}
.Fade-In.Fade-In-3 {
  transition-delay: 0.3s;
}
.Fade-In.Fade-In-4 {
  transition-delay: 0.4s;
}

.Fade-In-Down {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 1s;
}
.Fade-In-Down.Fade-In-Down-2 {
  transition-delay: 0.2s;
}
.Fade-In-Down.Fade-In-Down-3 {
  transition-delay: 0.3s;
}
.Fade-In-Down.Fade-In-Down-4 {
  transition-delay: 0.4s;
}

.Fade-In-Left {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 1s;
}
.Fade-In-Left.Fade-In-Left-2 {
  transition-delay: 0.2s;
}
.Fade-In-Left.Fade-In-Left-3 {
  transition-delay: 0.3s;
}
.Fade-In-Left.Fade-In-Left-4 {
  transition-delay: 0.4s;
}

.Fade-In-Right {
  opacity: 0;
  transform: translateX(20px);
  transition: all 1s;
}
.Fade-In-Right.Fade-In-Right-2 {
  transition-delay: 0.2s;
}
.Fade-In-Right.Fade-In-Right-3 {
  transition-delay: 0.3s;
}
.Fade-In-Right.Fade-In-Right-4 {
  transition-delay: 0.4s;
}

.t_1 {
  color: #e00;
}

.t_2 {
  color: #090;
}

.t_3 {
  color: #00c;
}

.t_4 {
  color: #c00;
}

.t_5 {
  color: #c00;
}

.t_1_b {
  padding: 0.1em;
  color: #e00;
  background-color: #ff0;
}

.t_2_b {
  padding: 0.1em;
  color: #000;
  background-color: #ff0;
}

.t_3_b {
  padding: 0.1em;
  color: #ff0;
  background-color: #e00;
}

.t_4_b {
  padding: 0.1em;
  color: #c00;
  background-color: #ff0;
}

.t_5_b {
  padding: 0.1em;
  color: #c00;
  background-color: #ff0;
}

.t_lrg {
  font-size: 130%;
}

.t_xlrg {
  font-size: 170%;
}

.t_sml {
  font-size: 80%;
}

.t_stg {
  font-weight: bold;
}

.t_ul {
  text-decoration: underline;
}

.t_c {
  text-align: center;
}

.t_r {
  text-align: right;
}

.t_l {
  text-align: left;
}

.f_l {
  float: left;
  margin-right: 1em;
  width: auto;
}

.f_r {
  float: right;
  margin-left: 1em;
  width: auto;
}

@media screen and (max-width: 768px) {
  .f_l, .f_r {
    float: none;
    margin: 0 0 1em;
  }
}
.mb0 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.mb210 {
  margin-bottom: 210px !important;
}

.mb220 {
  margin-bottom: 220px !important;
}

.mb230 {
  margin-bottom: 230px !important;
}

.mb240 {
  margin-bottom: 240px !important;
}

.mb250 {
  margin-bottom: 250px !important;
}

.mb260 {
  margin-bottom: 260px !important;
}

.mb270 {
  margin-bottom: 270px !important;
}

.mb280 {
  margin-bottom: 280px !important;
}

.mb290 {
  margin-bottom: 290px !important;
}

.mb300 {
  margin-bottom: 300px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.pb110 {
  padding-bottom: 110px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.pb170 {
  padding-bottom: 170px !important;
}

.pb180 {
  padding-bottom: 180px !important;
}

.pb190 {
  padding-bottom: 190px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

.pb210 {
  padding-bottom: 210px !important;
}

.pb220 {
  padding-bottom: 220px !important;
}

.pb230 {
  padding-bottom: 230px !important;
}

.pb240 {
  padding-bottom: 240px !important;
}

.pb250 {
  padding-bottom: 250px !important;
}

.pb260 {
  padding-bottom: 260px !important;
}

.pb270 {
  padding-bottom: 270px !important;
}

.pb280 {
  padding-bottom: 280px !important;
}

.pb290 {
  padding-bottom: 290px !important;
}

.pb300 {
  padding-bottom: 300px !important;
}

.w1 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w2 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w3 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w4 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w5 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w6 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w7 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w8 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w9 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w33 {
  width: 33%;
}

.f_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.f_box.gtr .w1 {
  width: 8%;
}
.f_box.gtr .w2 {
  width: 18%;
}
.f_box.gtr .w3 {
  width: 28%;
}
.f_box.gtr .w4 {
  width: 38%;
}
.f_box.gtr .w5 {
  width: 48%;
}
.f_box.gtr .w6 {
  width: 58%;
}
.f_box.gtr .w7 {
  width: 68%;
}
.f_box.gtr .w8 {
  width: 78%;
}
.f_box.gtr .w9 {
  width: 88%;
}
.f_box.gtr .w15 {
  width: 13%;
}
.f_box.gtr .w25 {
  width: 23%;
}
.f_box.gtr .w35 {
  width: 33%;
}
.f_box.gtr .w45 {
  width: 43%;
}
.f_box.gtr .w55 {
  width: 53%;
}
.f_box.gtr .w65 {
  width: 63%;
}
.f_box.gtr .w75 {
  width: 73%;
}
.f_box.gtr .w85 {
  width: 83%;
}
.f_box.gtr .w95 {
  width: 93%;
}
.f_box.gtr .w33 {
  width: 31%;
}
.f_box.flw {
  flex-flow: wrap;
}
.f_box.r_rvs {
  flex-flow: row-reverse;
}
.f_box.w_rvs {
  flex-flow: wrap-reverse;
}
.f_box.al_c {
  align-items: center;
}
.f_box.al_s {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .f_box {
    flex-flow: column;
  }
  .f_box .w1 .w2, .f_box .w3, .f_box .w4, .f_box .w5, .f_box .w6, .f_box .w7, .f_box .w8, .f_box .w9, .f_box .w15, .f_box .w25, .f_box .w35, .f_box .w45, .f_box .w55, .f_box .w65, .f_box .w75, .f_box .w85, .f_box .w95, .f_box .w33 {
    width: 100%;
    margin-bottom: 3%;
  }
  .f_box.gtr .w1 .w2, .f_box.gtr .w3, .f_box.gtr .w4, .f_box.gtr .w5, .f_box.gtr .w6, .f_box.gtr .w7, .f_box.gtr .w8, .f_box.gtr .w9, .f_box.gtr .w15, .f_box.gtr .w25, .f_box.gtr .w35, .f_box.gtr .w45, .f_box.gtr .w55, .f_box.gtr .w65, .f_box.gtr .w75, .f_box.gtr .w85, .f_box.gtr .w95, .f_box.gtr .w33 {
    width: 100%;
  }
  .f_box.gtr.sp_2 .w1 .w2, .f_box.gtr.sp_2 .w3, .f_box.gtr.sp_2 .w4, .f_box.gtr.sp_2 .w5, .f_box.gtr.sp_2 .w6, .f_box.gtr.sp_2 .w7, .f_box.gtr.sp_2 .w8, .f_box.gtr.sp_2 .w9, .f_box.gtr.sp_2 .w15, .f_box.gtr.sp_2 .w25, .f_box.gtr.sp_2 .w35, .f_box.gtr.sp_2 .w45, .f_box.gtr.sp_2 .w55, .f_box.gtr.sp_2 .w65, .f_box.gtr.sp_2 .w75, .f_box.gtr.sp_2 .w85, .f_box.gtr.sp_2 .w95, .f_box.gtr.sp_2 .w33 {
    width: 48%;
  }
  .f_box.gtr.sp_3 .w1 .w2, .f_box.gtr.sp_3 .w3, .f_box.gtr.sp_3 .w4, .f_box.gtr.sp_3 .w5, .f_box.gtr.sp_3 .w6, .f_box.gtr.sp_3 .w7, .f_box.gtr.sp_3 .w8, .f_box.gtr.sp_3 .w9, .f_box.gtr.sp_3 .w15, .f_box.gtr.sp_3 .w25, .f_box.gtr.sp_3 .w35, .f_box.gtr.sp_3 .w45, .f_box.gtr.sp_3 .w55, .f_box.gtr.sp_3 .w65, .f_box.gtr.sp_3 .w75, .f_box.gtr.sp_3 .w85, .f_box.gtr.sp_3 .w95, .f_box.gtr.sp_3 .w33 {
    width: 31%;
  }
  .f_box.flw {
    flex-flow: wrap;
  }
  .f_box.r_rvs {
    flex-flow: column;
  }
  .f_box.w_rvs {
    flex-flow: column;
  }
}

footer {
  text-align: center;
  background-color: #c07f76;
  background-color:#79544c;
  background-color:#cd979a;
  padding: 3em 0 2em;
  line-height: 1.65em;
  color: #fff;
}
footer .f_link a {
  color: #fff;
}
footer .copyright {
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer {
    font-size: 3.4vw;
    padding-bottom: 40vw;
  }
}

h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(21px, 5.3vw, 30px);
  position: relative;
  text-align: center;
  padding-bottom: 0.75em;
  margin-bottom: 2em;
  line-height: 1.5em;
  letter-spacing: 0.04em;
}
h2 span {
  font-size: 90%;
  color: #c57c77;
  display: block;
  margin-bottom: 0.5em;
  letter-spacing: 0.12em;
}
h2::after {
  position: absolute;
  display: block;
  content: "";
  width: 30px;
  height: 4px;
  background-color: #c57c77;
  inset: 0;
  margin: auto auto 0;
}
h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(21px, 5.2vw, 30px);
  position: relative;
  color:#cc4f47;
  padding: 0;
  margin-bottom: 0.5em;
  line-height: 1.3;
}
h3 span {
  color: #c57c77;
  padding: 0.3em;
  background-color: #fae9e7;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 70%;
  margin-bottom: 0.75em;
  color: #fff;
    background-color: #c96f69;
}

h4 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  margin-bottom: 1em;
  font-size: clamp(18px, 5.3vw, 22px);
}
h4 span {
  font-size: 140%;
}
.law .inner a{
  text-decoration: none;
  color: #333;

}
.law h3 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: clamp(21px, 5.2vw, 21px);
  margin-bottom: .7em;
}
.law h4 {
text-align: left;
font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
margin-bottom: .7em;
font-size: clamp(18px, 4.3vw, 18px);
}
.law p {
margin-bottom: 1em;
}
.law ol,.law ul {
  padding-left: 1em;
  margin-bottom: 1em;
}
.law ol li,.law ul li {
  list-style: circle;
  line-height: 1.5;
}
.law footer{
  padding-bottom: 20px;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  height: 53px;
  width: 100%;
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
header .inner figure {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
header figure.logo {
width: 220px;
}
@media screen and (max-width: 767px) {
  header .inner {
    padding: 0 0 0 2%;
  }
  header .inner .logo {
    width: 30vw;
    max-width: 182px;
  }
  header .inner .btn {
    width: 50vw;
    max-width: 310px;
  }
}
header.gnav{
position: fixed;
/* display: flex;
align-items: center; */
z-index: 10;
padding-top: 8px;
background: rgba(255, 255, 255, 0.801);
/* background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.35) 20%, rgba(255, 255, 255, 0.73) 49%, rgba(255, 255, 255, 0.87) 71%, rgba(255, 255, 255, 1)); */

}
header .add_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .add_menu .logo {
  /* width: -moz-fit-content;
  width: fit-content; */
  margin: 0 auto 0 0.5em;
}
header .add_menu .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
header .add_menu .menu {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 1em 0 auto;
}
header .add_menu .menu ul {
  display: flex;
  flex-flow: row;
}
header .add_menu .menu ul li.sp_li {
  display: none;
}
header .add_menu .menu ul li a {
  text-decoration: none;
  padding: 0 0.5em;
  font-size: clamp(14px, 4.3vw, 14px);
  /* font-weight: 600; */
  color: #79544c;
}
header .add_menu .menu ul li .sp_btn {
  display: none;
}
header .add_menu .menu-icon {
  display: none;

}
@media screen and (max-width: 1440px) {
  header.gnav{
    background: none;
  }
  header .add_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 50px;
    z-index: 10;
    /* background-color: rgba(0, 0, 0, 0.4); */
  }
  header .add_menu .menu-icon {
    z-index: 20;
    display: block;
    background-color: #79544c;
    width: 50px;
    height: 50px;
    position: relative;
    margin: 0;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    border-radius: 0 0 0 15px;
  }
  header .add_menu .menu-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 44%;
    background: white;
    border-radius: 9px;
    opacity: 1;
    left: 14px;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  header .add_menu .menu-icon span:nth-child(1) {
    top: 10px;
  }
  header .add_menu .menu-icon span:nth-child(2), header .add_menu .menu-icon span:nth-child(3) {
    top: 20px;
  }
  header .add_menu .menu-icon span:nth-child(4) {
    top: 30px;
  }
  header .add_menu .menu-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  header .add_menu .menu-icon.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  header .add_menu .menu-icon.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  header .add_menu .menu-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  header .add_menu .menu-icon {
    width: 50px;
    height: 50px;
  }
  header .add_menu .menu-icon span {
    left: 14px;
  }
  header .add_menu .menu-icon span:nth-child(1) {
    top: 13px;
  }
  header .add_menu .menu-icon span:nth-child(2), header .add_menu .menu-icon span:nth-child(3) {
    top: 23px;
  }
  header .add_menu .menu-icon span:nth-child(4) {
    top: 33px;
  }
}
@media screen and (max-width: 1440px) {
  header .add_menu .menu {
    position: fixed;
    top: 52px;
    right: -750px;
    width: 100%;
    max-width: 600px;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 400px;
    background-color: #c57c77;
    transition: 0.5s;
    z-index: 10;
    margin: 0;
  }
  header .add_menu .menu.open {
    right: 0;
  }
  header .add_menu .menu ul {
    margin: 0;
    padding: 0 7%;
    list-style: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    flex-flow: column;
  }
  header .add_menu .menu ul span {
    display: none;
  }
  header .add_menu .menu ul li {
    width: 100%;
    padding: 10px 0;
    text-align: left;
    border-bottom: #fff dotted 2px;
  }
  header .add_menu .menu ul li:last-of-type {
    border-bottom: none;
  }
  header .add_menu .menu ul li a {
    color: white;
    font-size: clamp(16px, 4.7vw, 20px);
    text-decoration: none;
    padding: 0.5em 0;
    display: block;
  }
  header .add_menu .menu ul li .sp_btn {
    display: block;
    width: 80%;
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  header .add_menu .menu {
    top: 0;
    right: -100vw;
    width: 100vw;
    height: 300px;
  }
  header .add_menu .menu ul {
    padding: 0 7%;
  }
}
@media screen and (max-width: 1440px) {
  header .add_menu .logo {
    max-width: 182px;
    width: 40vw;
    margin-left: 0.5em;
  }
}
@media screen and (max-width: 1440px) {
  header .add_menu .btn {
    display: none;
  }
}

.sec_1 {
  padding-bottom: 0;
  background: url(../img/bg_01_2.jpg.webp) no-repeat center top;
  padding-bottom: 20px;
}
.sec_1 figure {
  text-align: left;
}
.sec_1 figure.mv img{
  margin-left: 0;
}
.sec_1 .inner{

}
.lp02 .sec_1 {
  padding-bottom: 0;
  background: url(../img/bg_01_3.jpg.webp) no-repeat center top;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec_1 {
    padding-top: 12vw;
    background: url(../img/bg_01_sp_2.jpg.webp) no-repeat center top;
    background-size: cover;
  }
  .lp02 .sec_1 {
    padding-top: 12vw;
    background: url(../img/bg_01_sp_2.jpg.webp) no-repeat center top;
    background-size: cover;
  }
  .sec_1 figure.mv {
    margin: 5% auto 0;
  }
  .sec_1 .inner{
    /* padding-bottom: 0; */
  }
}

.slider_1 figure {
  margin-bottom: 0;
}
.slider_1{
  display: none;
}
.slider_1.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}


.sec_2 {
  padding: 2% 0;
  background-color: #fffbf4;
}
.sec_2 figure {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .sec_2 {
    padding: 5% 0;
  }
  .sec_2 p {
    width: 100%;
  }
  .sec_2 h4{
    font-size:4.5vw;
  }
  .sec_2 figure.ribbon {
    width: 90%;
  }
}
.sec_3{
background: #fffcf8;
}

.sec_3 .inner > figure {
  margin-bottom: 3em;
}
.sec_3 .inner > p {
  margin-bottom: 3em;
}
.sec_3 .inner .w25 figure {
  margin-bottom: 1em;
}
.sec_3 .inner .w25 p .t_stg {
  display: flex;
  padding-bottom: 0.5em;
  height: 80px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.sec_3 .f_box.gtr .w25{
  border-right: 1px solid #c07f76;
}
.sec_3 .f_box.gtr .w25:last-of-type{
border-right: none;
}
@media screen and (max-width: 767px) {
  .sec_3 .inner .w25 {
    display: flex;
  }
  .sec_3 .inner .w25 figure {
    width: 17%;
    padding-top: 0.5em;
    text-align: left;
  }
  .sec_3 .f_box.gtr .w25:last-of-type{
    border-bottom: none;
  }
  .sec_3 .inner .w25 figure img {
    width: 70%;
  }
  .sec_3 .inner .w25 p {
    width: 83%;
  }
  .sec_3 .inner .w25 p .t_stg {
    justify-content:flex-start ;
    text-align: left;
    height: auto;
  }
  .sec_3 .f_box.gtr .w25{
    border-right: none;
    border-bottom: 1px solid #c07f76;
    padding-bottom: 3vw;
    height: auto;
  }
  .sec_3 .inner .w25 figure{
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.sec_4 {
  background: url(../img/bg_02.jpg.webp) no-repeat center top;
  padding: 4% 0 2%;
}
.sec_4 p.t_stg {
  margin-bottom: 1em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(21px, 5.3vw, 30px);
}
@media screen and (max-width: 767px) {
  .sec_4 {
    background: url(../img/bg_02_sp.jpg.webp) no-repeat center top;
    padding: 29vw 0;
    background-size: cover;
  }
}

.sec_5 {
  background: #0c1002 url(../img/bg_03.jpg.webp) no-repeat center top;
}
.sec_5 h2 {
  color: #fff;
}

.box_1 {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.box_1 figure {
  position: absolute;
  top: 30px;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
}
.box_1 .txt {
  max-width: 635px;
  width: 64%;
  background-color: #fefcfb;
  margin-right: 0;
  padding: 3% 2.5% 3.5%;
  border-radius: 10px;
}
.box_1.box_1 {
  margin-top: 5%;
}
.box_1.rvs figure {
  right: auto;
  left: 0;
  text-align: left;
}
.box_1.rvs .txt {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .box_1 h3 {
    margin-bottom: 1em;
  }
  .box_1 figure {
    top: 0;
    position: relative;
    margin-bottom: 1em;
  }
  .box_1 .txt {
    width: 100%;
    padding: 4%;
  }
  .box_1 .txt h3 {
    line-height: 1.4em;
  }
  .box_1 .txt h3 span {
    line-height: 1;
  }
}

.sec_6 {
  background-color: #faf2f0;
}
@media screen and (max-width: 767px) {
  .sec_6 h2 {
    font-size: clamp(19px, 4.7vw, 30px);
  }
}

.box_2 p {
  margin-bottom: 1em;
}
.box_2 p span {
  background-color: #c57c77;
  color: #faf2f0;
  padding: 0.1em 0.4em;
  display: inline-block;
  margin-bottom: 0.25em;
  font-weight: 700;
}
.box_2 + .box_2 {
  margin-top: 5%;
}
.box_2 + .box_2 p:last-of-type {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .box_2 p:last-of-type {
    text-align: right;
  }
}
.sec_7{
  padding-bottom: 0;
}
.sec_7 h2 {
  color: #0c1002;
}
.sec_7 h2::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec_7 h2 {
margin-bottom: 5vw;
  }
}

.slider_2 figure {
  padding: 0;
  margin-left: 7px;
  margin-right: 7px;
}
.slider_2 .slick-prev, .slider_2 .slick-next {
  z-index: 10;
}
.slider_2 .slick-prev::before, .slider_2 .slick-next::before {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 47px;
  height: 47px;
}
.slider_2 .slick-prev::before {
  background: url(../img/arw_l.png.webp) no-repeat center top;
  left: 50%;
  margin-left: 500px;
  margin-left: calc(100vw / 7);
  transform: translate(-115%, -50%);
}
.slider_2 .slick-next::before {
  background: url(../img/arw_r.png.webp) no-repeat center top;
  left: 50%;
  margin-left: -500px;
  margin-left: calc(100vw / 7 * -1);
  transform: translate(65%, -50%);
}
.slider_2 .slick-list{
  /* padding: 0 calc(100% / 3)!important; */
}
@media screen and (max-width: 767px) {
  .slider_2 figure img {
    width: 100%;
  }
  .slider_2 .slick-prev::before {
    background-size: 70% auto;
    margin-left: 0;
    transform: translate(65%, -20%);
  }
  .slider_2 .slick-next::before {
    background-size: 70% auto;
    margin-left: 0;
    transform: translate(-120%, -20%);
  }
}

.sec_8 {
  background: url(../img/bg_04.jpg.webp) no-repeat center top;
  padding: 30px 0 410px;
}
.sec_8 h2 {
  margin-bottom: 1em;
}
.sec_8 .f_box .txt {
  border-radius: 20px;
  box-shadow: 0 0 8px #ccc;
  padding: 1em 3%;
  display: flex;
  align-items: center;
  margin-bottom: 5%;
  background-color: #fff;
}
.sec_8 .f_box .txt.bg {
  background-color: #fff2f1;
}
.sec_8 .f_box .txt p span {
  font-weight: 800;
  color: #c57c77;
}
@media screen and (max-width: 767px) {
  .sec_8 {
    background-size: cover;
    background-position-x: 52.5%
  }
}

.sec_9 .dl_box {
  position: relative;
}
.sec_9 .dl_box::after {
  position: absolute;
  display: block;
  content: "";
  width: 2px;
  height: 88%;
  background-color: #f1dedc;
  inset: 0 0 0 26px;
  margin: 0 auto auto 0;
}
.sec_9 .dl_box dl {
  position: relative;
  padding-left: 80px;
  line-height: 1.75em;
  font-size: clamp(16px, 4.3vw, 18px);
  z-index: 2;
}
.sec_9 .dl_box dl dt {
  padding-top: 0.75em;
  font-weight: 700;
}
.sec_9 .dl_box dl + dl {
  margin-top: 5%;
}
.sec_9 .dl_box dl.item_1 {
  background: url(../img/icon_01.png.webp) no-repeat left top;
}
.sec_9 .dl_box dl.item_2 {
  background: url(../img/icon_02.png.webp) no-repeat left top;
}
.sec_9 .dl_box dl.item_3 {
  background: url(../img/icon_03.png.webp) no-repeat left top;
}
.sec_9 .dl_box dl.item_4 {
  background: url(../img/icon_04.png.webp) no-repeat left top;
}
.sec_9 .dl_box dl.item_5 {
  background: url(../img/icon_05.png.webp) no-repeat left top;
}
.sec_9 .dl_box dl.item_6 {
  background: url(../img/icon_06.png.webp) no-repeat left top;
}
.sec_9 .dl_box dl.item_7 {
  background: url(../img/icon_07.png.webp) no-repeat left top;
}

.sec_10 {
  background: url(../img/bg_05.jpg.webp);
}
.sec_10 dl.faq {
  background: none;
}
.sec_10 dl.faq dt, .sec_10 dl.faq dd {
  padding: 1em 0;
  font-size: clamp(16px, 4.3vw, 18px);
  font-weight: normal;
  color: #000;
  /* background: none; */
  padding-left: 5rem;
  line-height: 1.45em;
}
.sec_10 dl.faq dt {
  display: flex;
  font-weight: bold;
  align-items: center;
  justify-content: space-between;
}
.sec_10 dl.faq dt::after {
  position: absolute;
  display: block;
  content: "";
  width: 60px;
  height: 4px;
  background-color: #c57c77;
  inset: 0;
  margin: auto auto 0 0;
  transition-duration: 0.5s;
}
.sec_10 dl.faq dt::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ffe8e7;
  inset: 0;
  margin: auto auto 0 0;

}
.sec_10 dl.faq dt span {
  position: relative;
  width: 2em;
  min-width: 2em;
  height: 2em;
  min-height: 2em;
  display: inline-block;
  border: #ccc solid 1px;
  border-radius: 100%;
}
.sec_10 dl.faq dt span::before, .sec_10 dl.faq dt span::after {
  display: block;
  content: "";
  position: absolute;
  width: 1em;
  height: 2px;
  background-color: #000;
  inset: 0;
  margin: auto;
  transition-duration: 0.5s;
  transform: rotate(0deg);
}
.sec_10 dl.faq dt span::after {
  transform: rotate(90deg);
}
.sec_10 dl.faq dt.active::after {
  width: 100%;
  height: 2px;
}
.sec_10 dl.faq dt.active span::after {
  transform: rotate(180deg);
}
.sec_10 dl.faq dd {
  border: none;
}

.sec_11 {
  background: url(../img/bg_06.jpg.webp) no-repeat center top;
  background-size: cover;
}
.sec_11 h2 {
  color: #fff;
}
.sec_11 h2 span {
  color: #fff;
}
.sec_11 h2::after {
  background-color: #fff;
}
.sec_11 .box_txt .txt {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.sec_11 .box_txt .txt ul {
  padding-left: 1em;
}
.sec_11 .box_txt .txt ul li {
  line-height: 1.4em;
  list-style: disc;
  margin-bottom: 0.5em;
}
.sec_11 .box_txt .txt h3 {
  color: #000;
  font-size: 120%;
}
.sec_11 .box_txt .txt h3 span {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  background: none;
  color: #000;
  font-weight: normal;
  font-size: 60%;
}
.sec_11 .box_txt .txt h3.bar {
  margin: 2em auto 1.5em;
  text-align: center;
}
.sec_11 .box_txt .txt h3.bar::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #c57c77;
  inset: 0 0 0 0;
  margin: auto;
}
.sec_11 .box_txt .txt h3.bar span {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #c57c77;
  background-color: #fff;
  padding: 0 1em;
  position: relative;
  margin: 0 auto;
  font-size: clamp(22px, 5.7vw, 30px);
}
.sec_11 .box_txt .txt p {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .sec_11 .box_txt .txt h3 {
    margin: 1.5em 0;
  }
  .sec_11 .box_txt .txt ul li {
    font-size: clamp(16px, 4.3vw, 18px);
  }
}

.sec_12 table {
  border-collapse: collapse;
  width: 100%;
}
.sec_12 table th, .sec_12 table td {
  padding: 1em 0.5em;
  color: #3b210a;
  border-bottom: #3b210a solid 1px;
  font-size: clamp(14px, 3.7vw, 18px);
  font-weight: normal;
  line-height: 1.65em;
  text-align: left;
}
.sec_12 table tr:last-of-type th,.sec_12 table tr:last-of-type td{
  /* border-bottom: none; */
border-bottom: none;
}

.sec_13 {
  background: url(../img/bg_07.jpg.webp) no-repeat center top;
  background-size: cover;
}

@media screen and (max-width: 767px) {
.sec_13 h2{
font-size: 4.7vw;
}
}
.sec_14 {
background: #c07f76;
padding: 10px 0;
}

.slider_3 figure {
  margin: 0 20px;
}
.slider_4 {
  display: none!important;
  }
.slider_4 figure{
  width: 45%;
  margin-bottom: 3vw;
}
.sec_15 figure.news{
  margin-top: 70px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec_15 h2{
    font-size: 4.7vw;
  }
  .sec_15 figure.news{
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .slider_4 {
    display: flex!important;
    flex-wrap: wrap;
    }
  }

.f_cta {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 400px;
  padding: 1em;
  border-radius: 10px 0 0 0;
  background-color: #fffbf4;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.5s;
  background: #c67c77e3;
  color: #fff;
}
.f_cta p span.t_1{
  color: #ffeaae;
    }
.f_cta figure {
  margin-bottom: 0.5em;
}
.f_cta p {
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
}
.f_cta p.fm {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .f_cta {
    background: #c67c77e3;
    width: 100vw;
    border-radius: 0;
    padding: 2vw 0;
    color: #fff;
  }

  .f_cta figure{
width: 80%;
  }
}
/*# sourceMappingURL=map/style.css.map */