@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: #00449a;
}

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%;
}
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, 87vw);
  }
}

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

p {
  font-size: clamp(16px, 4.3vw, 16px);
  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%;
}

.slick-slider {
  display: none;
}
.slick-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: #f5f5f5;
  border-radius: 10px;
  padding: 1% 1%;
}
.faq dt {
  font-weight: bold;
  font-size: 18px;
  padding: 0.7em 1em 0.7em 2.5em;
  background: url(../img/icon_q.png.webp) no-repeat 0.8em 1.2em;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}
.faq dt::after {
  display: block;
  content: "▼";
  position: absolute;
  color: #b5b5b5;
  width: 1em;
  height: 1em;
  top: 20%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto auto 96%;
  transition-duration: 0.3s;
  transform: rotate(0deg);
}
.faq dt.active::after {
  top: 50%;
  transform: rotate(180deg);
}
.faq dd {
  display: none;
  padding: 0.8em 1em 0.8em 2.5em;
  background: url(../img/icon_a.png.webp) no-repeat 0.8em 1.2em;
  margin-bottom: 2em;
  font-size: 16px;
  color: #606060;
  font-weight: bold;
  border-top: #e0e2e5 solid 2px;
}
.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: 18px;
  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 + li {
  border-top: #efefef dotted 2px;
}
@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: #eecf8c;
}

.t_3 {
  color: #fff;
}

.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_mk {
  background: linear-gradient(transparent 60%, #e4c6cf 60%);
  background: linear-gradient(transparent 60%, #f6e4bd 60%);  
}

.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: linear-gradient(90deg, rgb(140, 17, 65) 0%, rgb(38, 52, 78) 100%);
  padding: 1em;
  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;
  }
}

h2 {
  text-align: center;
  font-size: clamp(22px, 5.7vw, 30px);
  line-height: 1.75em;
  margin-bottom: 1.5em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
h2 i {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(14px, 3.7vw, 18px);
  font-style: normal;
  display: block;
  width: fit-content;
  padding: .1em .8em;
  /* color: #c98da1; */
  margin: 0 auto .5em;
  color: #b2b2b2;
  /* background: #e4c6cf; */
  /* border: 1px solid #8d1141; */
  border-radius: 40px;
  line-height: 1.3em;
}
h2 em {
  font-style: normal;
  color: #8d1141;
}
@media screen and (max-width: 768px) {
  h2 {
    margin-bottom: 1em;
  }
}
header {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #8c1141;
  padding: 0 0 0 1%;
  height: 60px;
}
header figure {
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: inherit;
}
header figure.logo {
  display: flex;
  align-items: center;
}
header figure.logo img{
height: 71%;
}
header figure img {
  max-width: 100%;
  max-height: 100%;
}
header figure.logo {
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  header{
    height: auto;
    padding-left: 3%;
  }
  header figure {
    width: 45%;
  }
  header figure.logo {
    width: 20%;
  }
}

.sec_1 {
  background: url(../img/bg_01.jpg.webp) no-repeat center top;
  padding-bottom: 45px;
  padding-top: 45px;
}
.mama .sec_1 {
  background: url(../img/m/bg_01.jpg.webp) no-repeat center top;
}
.sec_1 figure {
  text-align: left;
}
.sec_1 figure img {
  margin-left: 0;
  width: 796px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .sec_1 {
    background: url(../img/bg_01_sp.jpg.webp) no-repeat center 25%;
    background-size: cover;
    padding-bottom: 0;
  }
  .mama .sec_1 {
    background: url(../img/m/bg_01_sp.jpg.webp) no-repeat center top;
    background-size: cover;
  }
  .sec_1 .inner {
    margin: 0;
    width: 100vw;
  }
}

.sec_cta {
  background-image: linear-gradient(0deg, #f1e4e8 0%, #e6e6e9 100%);
  padding: 45px 0;
}
.sec_cta figure {
  position: relative;
}
.sec_cta figure a {
  position: absolute;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  inset: 61% 0 0 55.5%;
  margin: 0 auto auto 0;
  width: 40%;
}
.sec_cta figure a img {
  max-width: 100%;
}
.sec_cta figure a span {
  background-color: #a25b6e;
  border-radius: 15px;
  width: 100%;
}
.lp2 .sec_cta figure a span {
    background-color: #845e76;
}
@media screen and (max-width: 767px) {
  .sec_cta{
    padding: 5vw 0;
  }
  .sec_cta figure a {
    width: 90%;
    margin: 0 auto auto;
    inset: 81% 0 0 0;
  }
  .sec_cta figure a span {
    border-radius: 8px;
  }
}

.sec_2 {
  background: url(../img/bg_02.jpg.webp) no-repeat center top;
  padding: 4% 0;
}
.sec_2 .f_box {
  align-items: center;
}
.sec_2 .f_box h3 {
  color: #fff;
  /* font-size: 130%; */
  line-height: 1.75em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(21px, 4.7vw, 30px);
}
.sec_2 .f_box p {
  font-size: clamp(14px, 3.7vw, 16px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec_2 {
    background: url(../img/bg_02_sp.jpg.webp) no-repeat center top;
    background-size: cover;
    padding: 10vw 6vw;
    background-position-x: left;
  }
  .sec_2 .f_box h3 {
    margin-bottom: 2em;
  }
  .sec_2 .f_box p br {
    display: none;
  }
}

.sec_3 {
  background: url(../img/bg_10.jpg.webp) center top;
}

.sec_4 {
  background-color: #fbf7f7;
}
.sec_4 h2 {
  text-align: left;
  font-size: clamp(22px, 5.5vw, 30px);
}
.sec_4 h2 i {
  color: #8d1141;
  line-height: 1;
  margin-bottom: 0.5em;
  margin-left: 0;
}
.sec_4 .f_box {
  justify-content: flex-start;
  gap: 2%;
  width: 100%;
}

.slider_item {
  background-color: #fff;
  box-shadow: 0 0 6px #ccc;
  border-radius: 16px;
  margin: 0 15px 15px;
  max-width: 314px;
}
.slider_item figure {
  margin-bottom: 0;
}
.slider_item figure img {
  width: 100%;
}
.slider_item .txt {
  padding: 0.75em 0.5em;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.slider_item .txt p {
  font-size: 16px;
  margin-bottom: 0.5em;
}
.slider_item .txt p.sld_1 {
  padding-left: 0.5em;
  font-weight: bold;
  margin-bottom: 1em;
  border-left: #8c1141 solid 5px;
}
.slider_item .txt p.sld_2 {
  color: #8c1141;
  font-weight: bold;
  margin: auto 0 0;
}
@media screen and (max-width: 767px) {
  .slider_item .txt{
    padding: 0.75em 1.2em;
  }
  .slider_item .txt p {
    font-size: 19px;
  }
  .slider_item {
    max-width: 100vw;
    margin: 0 15px;
  }
}

.slider .slick-prev,
.slider .slick-next,
.slider_2 .slick-prev,
.slider_2 .slick-next {
  width: 26px;
  height: 26px;
}
.slider .slick-prev::before,
.slider .slick-next::before,
.slider_2 .slick-prev::before,
.slider_2 .slick-next::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
}
.slider .slick-prev,
.slider_2 .slick-prev {
  z-index: 10;
  left: 12px;
}
.slider .slick-prev::before,
.slider_2 .slick-prev::before {
  background: url(../img/arw-left.png.webp) no-repeat center top;
  /* background-size: 26px auto; */
  background-size: cover;
}
.slider .slick-next,
.slider_2 .slick-next {
  z-index: 10;
  right: 18px;
}
.slider .slick-next::before,
.slider_2 .slick-next::before {
  background: url(../img/arw-right.png.webp) no-repeat center top;
  /* background-size: 40px auto; */
  background-size: cover;
}
.slick-dots li{
  /* width: 40px;
height: 40px;   */
}
.slick-dots li button{
width: 40px;
height: 40px;  
}
.slick-dots li button:before{
  font-size: 16px;
}
.sec_5 {
  background: url(../img/bg_03.jpg.webp);
  background: #e6e6e9;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec_5 h2 i {
  /* color: #8c1141; */
}
@media screen and (max-width: 767px) {
  .sec_5 {
    background-size: cover;
    background-attachment: inherit;
  }
}

.box_1 {
  background-color: #fff;
  box-shadow: 0 0 6px #ccc;
  border-radius: 16px;
  padding: 3%;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 3%;
  flex-flow: row-reverse;
}
.box_1 figure {
  width: 36%;
  margin-bottom: 0;
}
.box_1 .txt {
  width: 61%;
}
.box_1 .txt h3 {
  color: #333;
  padding-bottom: 0.5em;
  font-size: clamp(20px, 4.3vw, 24px);
  line-height: 1.5em;
  margin-bottom: 0.5em;
  display: block;
  position: relative;
}
.box_1 .txt h3::after {
  position: absolute;
  display: block;
  content: "";
  width: 60%;
  height: 2px;
  background: #5d677b;
  inset: 0 0 0 0;
  margin: auto auto 0 0;
}
.box_1 .txt h3 i {
  display: block;
  color: #8c1141;
  font-style: normal;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0.5em;
}
.box_1 .txt h3 i em {
  color: #333;
  font-style: normal;
}
.box_1 .txt .f_l,
.box_1 .txt .f_r {
  margin-bottom: 0;
}
.box_1:nth-last-of-type(2n) {
  flex-flow: row;
}
.box_1 + .box_1 {
  margin-top: 4%;
}
@media screen and (max-width: 767px) {
  .box_1{
    border-radius: 6px;
    padding: 3%;
  }

  .box_1 figure {
    width: 100%;
    margin-bottom: 1em;
  }
  .box_1 .txt {
    width: 100%;
  }
}

.sec_6 {

    background-image: -moz-linear-gradient( 0deg, rgb(255,238,245) 0%, rgb(237,243,254) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,238,245) 0%, rgb(237,243,254) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,238,245) 0%, rgb(237,243,254) 100%);

  
}
.sec_6 h2{ 
font-size: clamp(20px, 5vw, 30px);
}
.sec_6 h2 i {
  color: #8c1141;
}
.sec_6 h2 em {
  color: #fff;
  font-size: clamp(26px, 6.3vw, 36px);
  padding: 0 0.2em 0.1em;
}
.sec_6 h2 em.clr_1 {
  background-color: #8d1141;
}
.sec_6 h2 em.clr_2 {
  background-color: #26344e;
}
.sec_6 p.end{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(20px, 5.3vw, 24px);
  color:#8d1141;
  font-weight: bold;
}

.box_2 {
  max-width: 966px;
  box-shadow: 0 0 6px #ccc;
  background-color: #fff;
  padding: 2%;
  border-radius: 16px;
  margin: 0 auto;
}
.box_2 h3 {
  font-size: clamp(20px, 4.3vw, 24px);
  background: url(../img/icon_chk.png.webp) no-repeat left;
  padding: 0.5em 0 0.5em 2em;
  line-height: 1.3em;
  margin-bottom: .7em;
}
.box_2 h4 {
  color: #8d1141;
  margin-bottom: 1em;
}
.box_2 .item {
  border: #8d1141 solid 1px;
  border-radius: 8px;
  background-color: #fbf7f7;
  padding: 2%;
  position: relative;
  margin-bottom: 3%;
}
.box_2 .item figure {
  margin-bottom: 0;
}
.box_2 .item p {
  font-size: clamp(14px, 3.7vw, 16px);
}
.box_2 .item p.ttl {
  font-size: 18px;
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-bottom: 0.75em;
}
.box_2 .item p.ttl img {
  margin-right: 0.5em;
}
.box_2 .item::after {
  content: "";
  display: block;
  clear: both;
}
.box_2 .item + .item {
  z-index: 2;
}
.box_2 .item + .item::before {
  position: absolute;
  display: block;
  content: "";
  width: 2px;
  height: 16%;
  background: #8c1141;
  inset: -16% 0 0 0;
  margin: 0 auto auto auto;
  z-index: 1;
}
.box_2 .t_l {
  padding-left: 0.5em;
  margin-bottom: 1em;
}
.box_2 + .box_2 {
  margin-top: 5%;
}
.box_2 + .box_2 h3 {
  background: url(../img/icon_chk_2.png.webp) no-repeat left;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .box_2 h3 {
padding-left: 2em;
    background: url(../img/icon_chk.png.webp) no-repeat left .5em;
    background-size: 1.5em;
  }
  .box_2 .item {
    position: relative;
  }
  .box_2 .item figure.f_r {
    position: absolute;
    right: 0.5em;
    top: 40%;
    width: 30%;
  }
  .box_2 .item p {
    width: 65%;
  }
  .box_2 .item p.ttl {
    width: 100%;
    flex-flow: column;
    text-align: left;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .box_2 .item p.ttl img {
    margin: 0 auto 0 0;
    width: 20%;
  }
  .box_2 .item + .item::before {
    height: 7%;
    inset: -7% 0 0 0;
  }
  .box_2 .t_l {
    padding-left: 0;
    margin: 1em auto;
    text-align: center;
  }
  .box_2 .t_l img {
    width: 80%;
  }
  .box_2 + .box_2 {
    margin-top: 8%;
  }
  .box_2 + .box_2 h3 {
    background: url(../img/icon_chk_2.png.webp) no-repeat left .5em;
    background-size: 1.5em auto;
  }
}

.sec_7 {
  background-color: #fbf7f7;
  padding-bottom: 0;
}
.sec_7 h2 i {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1.5em;
  padding: 0.35em 0.75em 0.2em;
  color: #fff;
  margin: 0 auto 0.5em;
  background-color: #c98da1;
  letter-spacing: 0.12em;
  line-height: 1;
}
.sec_7 .box_3 {
  background: linear-gradient(90deg, rgb(172, 83, 113) 0%, rgb(228, 198, 207) 100%);
  padding: 3%;
  /* border: #8c1141 solid 2px; */
  border-radius: 16px;
  display: flex;
  gap: 5%;
  max-width: 950px;
  margin: 0 auto;
}
.sec_7 .box_3 .txt {
  width: 55%;
}
.sec_7 .box_3 .txt p {
  color: #fff;
}
.sec_7 .box_3 figure {
  width: 40%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sec_7 .box_3 {
    background: linear-gradient(180deg, rgb(172, 83, 113) 0%, rgb(228, 198, 207) 100%);
    padding: 3vw;
    border-radius: 10px;
  }
  .sec_7 .box_3 {
    flex-flow: column;
  }
  .sec_7 .box_3 .txt {
    width: 100%;
  }
  .sec_7 .box_3 .txt p br {
    display: none;
  }
  .sec_7 .box_3 figure {
    width: 80%;
    margin: 1em auto 0;
  }
}
.sec_7 .f_box {
  max-width: 950px;
  margin: 5% auto 0;
}
.sec_7 .f_box .w5 {
  background-color: #fff;
  padding: 3%;
  box-shadow: 0 0 8px #ccc;
  border-radius: 18px;
  margin-bottom: 5%;
}
.sec_7 .f_box .w5 h3 {
  padding: 0.75em 0 0.75em 3em;
  font-size: clamp(20px, 4.3vw, 24px);
  margin-bottom: 1em;
  background-size: 2.5em!important;
}
.sec_7 .f_box .w5 h3.ttl_1 {
  background: url(../img/icon_01.png.webp) no-repeat left;
}
.sec_7 .f_box .w5 h3.ttl_2 {
  background: url(../img/icon_02.png.webp) no-repeat left;
}
.sec_7 .f_box .w5 h3.ttl_3 {
  background: url(../img/icon_03.png.webp) no-repeat left;
}
.sec_7 .f_box .w5 h3.ttl_4 {
  background: url(../img/icon_04.png.webp) no-repeat left;
}
.sec_7 .f_box .w5 h4 {
  font-size: 16px;
  background: url(../img/icon_chk.png.webp) no-repeat left;
  background-size: auto 1.75em;
  padding: 0.5em 0 0.5em 2.2em;
  margin-bottom: 0.5em;
}

.sec_8 {
  /* background: url(../img/bg_04.jpg.webp) no-repeat center top; */
  background:#26354e;
  background-size: cover;
}
.sec_8 h2 {
  color: #fff;
  line-height: 1.3em;
}
.sec_8 h2 i {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1.5em;
  padding: 0.35em 0.75em 0.2em;
  color: #fff;
  margin: 0 auto 1.5em;
  background-color: #c98da1;
  background: none;
  letter-spacing: 0.12em;
  line-height: 1;
}
.sec_8 .box_txt {
  max-width: 966px;
  margin: 0 auto;
}
.sec_8 .box_txt .txt {
  padding: 3% 4%;
}
.sec_8 .t_r{
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .sec_8 {
    background-size: cover;
  }
  .sec_8 h2 img {
    max-width: 100%;
  }
  .sec_8 .t_r{
    margin-right: 0;
  }
}

.sec_9 {
  background: url(../img/bg_09.jpg.webp) no-repeat center top;
  padding-bottom: 0;
  background-size: cover;
}
.sec_9 h2 {
  color: #545454;
  line-height: 1.5em;
  letter-spacing: 0.12em;
}
.mama .sec_9 h2 em {
  color:#26344e;
}
.sec_9 h2 img {
  margin-right: 0.5em;
}
.sec_9 h2 i {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1.5em;
  padding: 0.35em 0.75em 0.2em;
  color: #fff;
  color: #c98da1;
  margin: 0 auto 1em;
  background-color: #c98da1;
  background: none;
  letter-spacing: 0.12em;
  line-height: 1;
}
.mama .sec_9 h2 i {
  background-color:#26344e;
  background: none;
  color:#26344e;
}
.sec_9 .f_box {
  align-items: center;
  position: relative;
}
.sec_9 .f_box .w4 {
  position: relative;
}
.sec_9 .f_box .w4 img {
  margin-top: -9%;
}
.sec_9 .f_box .w6 .box_w {
  background-color: #fff;
  padding: 4%;
  color: #545454;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0%;
}
.sec_9 .f_box .w6 .box_w p {
  font-size: clamp(12px, 3vw, 20px);
}
.sec_9 .f_box .w6 .box_w span {
  font-size: 110%;
  font-weight: bold;
  display: block;
  margin-bottom: .5em;
}
@media screen and (max-width: 767px) {
  .sec_9 .inner{
    width: 100%;
  }
  .sec_9 .f_box .w4{
    text-align: right;
    margin-bottom: 0;
  }
  .sec_9 .f_box .w4 img {
    width: 50%;
    margin: 0 0 0 auto;
    margin-right: -11vw;
  }

  .sec_9 .f_box.gtr .w6{
    position: absolute;
    width: 67%;
    left: 4vw;
    top: 9vw;
  }
}

.sec_10 {
  background: url(../img/bg_05.jpg.webp) no-repeat center top;
  position: relative;
  overflow: visible;
  padding: 6% 0;
  background-size: cover;
}
.sec_10::before {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 75px;
  background: url(../img/arw_1.png.webp) no-repeat center top;
  inset: -2em 0 0 -2px;
  margin: 0 auto auto auto;
}
.sec_10 h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  text-align: center;
  margin-bottom: 2em;
  letter-spacing: 0.12em;
  font-size: clamp(22px, 5.3vw, 30px);
}
.sec_10 h3 i {
  font-style: normal;
  letter-spacing: 0.12em;
  position: relative;
}
.sec_10 h3 i::after {
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 100%;
  inset: -0.5em 0 0 -2px;
  margin: 0 auto auto auto;
}
.sec_10 p {
  letter-spacing: 0.12em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(14px, 3vw, 16px);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_10 {
    background-size: auto 100%;
    background: url(../img/bg_05_sp.jpg.webp) no-repeat center top;
    background-position-x: 65%;
    padding: 20% 0 10%;
  }
  .sec_10 .inner{
  /* width: min(1024px, 85vw); */
  }
  .sec_10 p {
    text-align: left;
  }
  .sec_10 p br {
    display: none;
  }
  .sec_10::before {
    height: 13vw;
    background-size: contain;
    inset: -5vw 0 0 -2px;
  }
}

.sec_11 {
  background: url(../img/bg_06_sp.jpg.webp) no-repeat center top;
  padding: 4% 0;
}
.sec_11 h3 {
  font-size: clamp(22px, 5.3vw, 30px);
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  margin-bottom: 1.5em;
  letter-spacing: 0.12em;
  line-height: 1.5em;
}
.sec_11 p {
  letter-spacing: 0.12em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(16px, 4.3vw, 16px);
  text-align: center;
  /* font-weight: bold; */
}
@media screen and (max-width: 767px) {
  .sec_11 {
    padding: 13vw 0;
    background-size: cover;
  }
  .sec_11 p {
    text-align: left;
  }
  .sec_11 p br {
    display: none;
  }
}

.sec_12 {
  background: url(../img/bg_07.jpg.webp) no-repeat center top;
  padding: 2% 0;
}
.sec_12 h3 {
  font-size: clamp(22px, 5.3vw, 30px);
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  text-align: center;
  margin-bottom: 1.5em;
  letter-spacing: 0.12em;
  line-height: 1.5em;
}
.sec_12 p {
  color: #fff;
  letter-spacing: 0.12em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(16px, 4.3vw, 16px);
  text-align: center;
  /* font-weight: bold; */
}
@media screen and (max-width: 767px) {
  .sec_12 {
    background: url(../img/bg_07_sp.jpg.webp) no-repeat center top;
    padding: 13vw 0;
    background-size: cover;
  }
  .sec_12 p {
    text-align: left;
  }
  .sec_12 p br {
    display: none;
  }
}

.sec_13 {
  padding-top: 0;
  background: url(../img/bg_12.jpg.webp) no-repeat center bottom;
}
.sec_13 .s_hdr {
  background-color: #e4e4ea;
  background: url(../img/bg_11.jpg.webp) no-repeat center top;
  padding: 7% 0;
  margin-bottom: 3%;
}
.sec_13 .s_hdr h2 {
  background-color: #8d1141;
  color: #fff;
  display: block;
  width: 100%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(20px, 6.3vw, 30px);
  padding: 1em 0;
  margin-bottom: 0;
  height: 10%;
}
.sec_13 .s_hdr h2 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: -2em auto 1%;
  padding: 0 1em;
  border-radius: 1.5em;
  color: #8d1141;
  font-size: 80%;
  background-color: #fff;
}
.sec_13 p {
  text-align: center;
  /* color: #8d1141; */
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  /* font-weight: bold; */
}
@media screen and (max-width: 767px) {
  .sec_13 {
  background: url(../img/bg_12_sp.jpg.webp) no-repeat center bottom;
  background-size: cover;
  padding: 0 0 13vw;
}
  .sec_13 .s_hdr {
    background: url(../img/bg_11_sp.jpg.webp) no-repeat center center;
    padding: 70vw 0;
    margin-bottom: 13vw;
  }
  .sec_13 .s_hdr h2 span {
    font-size: 20px;
    margin: -12.5% auto 1%;
  }
}

.sec_14 {
  background: url(../img/bg_08.jpg.webp) no-repeat center top;
  padding: 4% 0;
}
.sec_14 h3 {
  font-size: clamp(20px, 5.3vw, 30px);
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  text-align: center;
  margin-bottom: 1.5em;
  letter-spacing: 0.12em;
  line-height: 1.5em;
}
.sec_14 p {
  color: #fff;
  letter-spacing: 0.12em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(14px, 3vw, 16px);
  text-align: center;
  /* font-weight: bold; */
}
@media screen and (max-width: 767px) {
.sec_14 {
  background: url(../img/bg_08_sp.jpg.webp) no-repeat center top;
  padding: 13vw 0;
  /* background-position-x: -79vw; */
  background-size: cover;
}
.sec_14 .inner{
  /* width: min(1024px, 85vw); */
  }
.sec_14 p {
text-align: left;
}
}
.sec_15 {
  background: url(../img/bg_09.jpg.webp) no-repeat center top;
  padding-bottom: 0;
}
.sec_15.ex2,.sec_15.ex3 {
  background: url(../img/bg_09_2.jpg.webp) no-repeat center top;
  padding-bottom: 0;
}
.sec_15.ex3 {
  /* background: url(../img/bg_25.jpg.webp) no-repeat center top;
  padding-bottom: 0; */
}
.sec_15 h2 {
  color: #545454;
  line-height: 1.5em;
  letter-spacing: 0.12em;
}
.sec_15 h2 img {
  margin-right: 0.5em;
}
.sec_15 h2 i {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1.5em;
  padding: 0.35em 0.75em 0.2em;
  color: #fff;
  color: #c98da1;
  margin: 0 auto 1em;
  background-color: #c98da1;
  background: none;
  letter-spacing: 0.12em;
  line-height: 1;
}
.sec_15 .f_box {
  align-items: center;
  position: relative;
}
.sec_15 .f_box .w3 {
  position: relative;
}
.sec_15 .f_box .w3 img {
  margin-top: -9%;
}
.sec_15.ex2 .f_box.gtr .w3{
  width: 35%;
}
.sec_15 .f_box .w7 figure {
  text-align: left;
}
.sec_15 .f_box .w7 .box_w {
  background-color: #fff;
  padding: 4%;
  color: #545454;
  width: -moz-fit-content;
  width: fit-content;
}
.sec_15 .f_box .w7 .box_w p {
  font-size: clamp(12px, 3vw, 20px);
}

.sec_15 .f_box .w7 .box_w p span {
  font-size: 120%;
  font-weight: bold;
  display: block;
  margin-bottom: .5em;
  /* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
}
@media screen and (max-width: 767px) {
  .sec_15 {
    background-size: cover;
  }
  .sec_15 .inner{
    width: 100%;
  }
  .sec_15 h2 img {
    width: 30%;
  }
  .sec_15 .f_box .w7{
position: absolute;
width: 63%;
        left: 3vw;
        top: 17vw;
  }
  .sec_15.ex2 .f_box .w7{
    top: 11vw;
  }
  .sec_15.ex3 .f_box .w7{
    top: 23vw;
  }
  .sec_15 .f_box .w7 figure {
    width: 100%;
    margin-left: 2vw;
  }
  .sec_15.ex2 .f_box.gtr .w3{
    width: 100%;
  }
  .sec_15.ex2 .f_box .w3 img{
    width: 49%;
  }
  .sec_15 .f_box .w3 {
    margin-bottom: 0;
    text-align: right;
    margin-right: -10vw;
  }
  .sec_15.ex2 .f_box .w7{
    position: absolute;
    width: 54%;
  }
  .sec_15.ex2 .f_box .w3{
    margin-bottom: 0;
    text-align: right;
    margin-right: 0vw;
  }
  .sec_15.ex3 .f_box .w3{
    margin-bottom: 0;
    text-align: right;
    margin-right: 0vw;
  }
  .sec_15 .f_box .w3 img {
    margin-top: 0;
    width: 43%;
  }
  
}

.sec_16 {
  background-color: #fbf7f7;
}
.sec_16 h2 {
  color: #545454;
  line-height: 1.5em;
  letter-spacing: 0.12em;
}
.sec_16 h2 i {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1.5em;
  padding: 0.35em 0.75em 0.2em;
  color: #fff;
  margin: 0 auto 1em;
  background-color: #c98da1;
  letter-spacing: 0.12em;
  line-height: 1;
}
.sec_16 .f_box {
  justify-content: flex-start;
  gap: 2%;
  margin-top: 8%;
  width: 100%;
}
.sec_16 .slider_item {
  background-color: #fff;
  box-shadow: 0 0 6px #ccc;
  border-radius: 16px;
  margin: 52px 15px 40px;
  position: relative;
  max-width: 314px;
}
.sec_16 .slider_item .tag {
  position: absolute;
  inset: -9% 0 0 0;
  margin: 0 auto auto;
}
.sec_16 .slider_item figure {
  margin-bottom: 0;
}
.sec_16 .slider_item figure img {
  width: 100%;
}
.sec_16 .slider_item .txt {
  padding: 0.75em 0.5em;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.sec_16 .slider_item .txt p {
  font-size: 16px;
  margin-bottom: 0.5em;
}
.sec_16 .slider_item .txt p strong {
  font-size: 18px;
  color: #8c1141;
}
@media screen and (max-width: 767px) {
  .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before{
    opacity: 0;
  }
  .sec_16 {
    /* padding: 7vw; */
  }
  .sec_16 .slider_item {
    max-width: 90vw;
    margin: 3em 10vw 0;
  }
  .sec_16 .slider_item .tag {
    width: 28%;
    inset: -9% 0 0 0;
  }
}

.sec_17 h2 {
  color: #545454;
  line-height: 1.5em;
  letter-spacing: 0.12em;
}
.sec_17 h2 i {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1.5em;
  padding: 0.35em 0.75em 0.2em;
  color: #fff;
  margin: 0 auto 1em;
  background-color: #c98da1;
  letter-spacing: 0.12em;
  line-height: 1;
}

.sec_18 {
  background-color: #073a5d;
}
.sec_18 .box_txt {
  position: relative;
  /* max-width: 954px; */
  margin: 0 auto;
  padding: 3%;
  border: 5px solid #bdbcbc;
  background: repeating-linear-gradient(
    45deg,
    #192f5d,
    #192f5d 20px,
    white 20px,
    white 30px,
    #8b2332 30px,
    #8b2332 50px,
    white 50px,
    white 60px
  );
}
.sec_18 .box_txt figure{
position: absolute;
bottom: -40px;
right: -20px;
text-align: right;
}
.sec_18 .box_txt h3 {
  margin-bottom: 2em;
  text-align: center;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .sec_18 .box_txt figure img{
width: 30%;
  }
  .sec_18 {
padding-bottom: 20vw;
  }
}
.sec_19{
  background-image: -moz-linear-gradient( 0deg, rgb(255,238,245) 0%, rgb(237,243,254) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(255,238,245) 0%, rgb(237,243,254) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(255,238,245) 0%, rgb(237,243,254) 100%);
  padding: 50px 0;
}
.sec_19 .inner p{
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.sec_20{
  background: #2d3a55;
}
.sec_20 h2{
  color: #fff;
  /* font-size: clamp(22px, 4.7vw, 30px); */
}
.sec_20 .inner p{
  color: #fff;
  text-align: center;
}
.sec_20 figure{
  margin-bottom: 0;
}
.sec_21 {
  padding: 30px 0;
}
.sec_21 .f_box .w25 figure{
width: 65px;
}
.sec_21 .box_4{
  background: url(../img/bg_13.jpg.webp) no-repeat center center;
  padding: 50px 0;
  background-size: cover;
}
.sec_21 .box_4.ex2{
  background: url(../img/bg_14.jpg.webp) no-repeat center center;
  background-size: cover;
}
.sec_21 .box_4.ex3{
  background: url(../img/bg_15.jpg.webp) no-repeat center center;
  background-size: cover;
}
.sec_21 .box_4.ex4{
  background: url(../img/bg_16.jpg.webp) no-repeat center center;
  background-size: cover;
}
.sec_21 .box_4 p {
  font-size: clamp(17px, 2.7vw, 22px);
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.3;
}
.sec_21 .box_4 p span{
  background-image: -moz-linear-gradient( 0deg, rgb(255,238,245) 0%, rgb(237,243,254) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(255,238,245) 0%, rgb(237,243,254) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(255,238,245) 0%, rgb(237,243,254) 100%);
}

.sec_21 .box_4.ex2 .inner,.sec_21 .box_4.ex4 .inner{
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sec_21{
    padding: 10vw 0;
  }
  .sec_21 .f_box .w25{
    display: flex;
flex-flow: row;
margin-bottom: 5vw;
  }
  .sec_21 .f_box .w25 figure{
    width: 40%;
    height: auto;
    margin-right: 3vw;
  }
  .sec_21 .f_box .w25 figure img{
width: 100%;
height: auto;
  }
  .sec_21 .box_4{
    background-position-x: 55%;
  }
  .sec_21 .box_4.ex2{
    background-position-x: 40%;
  }
.sec_21 .box_4.ex3{
  background-position-x: 55%;
}
  .sec_21 .box_4.ex4{
    background-position-x: 40%;
  }
  }

.sec_22{
  background: url(../img/bg_17.jpg.webp) no-repeat center top;
  padding: 50px 0;
  background-size: cover;
}
.sec_22 h3 {
  font-size: clamp(20px, 5.3vw, 30px);
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  text-align: center;
  margin-bottom: 1.5em;
  letter-spacing: 0.12em;
  line-height: 1.5em;
}
.sec_22 .inner p{
  text-align: center;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  
}
@media screen and (max-width: 767px) {
  .sec_22{
    background: url(../img/bg_17_sp.jpg.webp) no-repeat center top;
background-size: cover;
  }
  .sec_22 .inner {
  width: min(1024px, 85vw);
  }
}
.sec_23{
  background: url(../img/bg_18.jpg.webp) no-repeat center top;
  background: #26354e;
  padding: 30px 0;
  background-size: cover;
}
.sec_23 h3 {
  font-size: clamp(20px, 5.3vw, 30px);
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  text-align: center;
  margin-bottom: 1.5em;
  letter-spacing: 0.12em;
  line-height: 1.5em;
}
.sec_23 .inner p{
  text-align: center;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(14px, 3vw, 16px);
}
.sec_24{
  background: url(../img/bg_19.jpg.webp) no-repeat center top;
  padding: 30px 0;
  background-size: cover;
}
.sec_24 h3 {
  font-size: clamp(20px, 5.3vw, 30px);
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  text-align: center;
  margin-bottom: 1.5em;
  letter-spacing: 0.12em;
  line-height: 1.5em;
}
.sec_24 .inner p{
  text-align: center;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(14px, 3vw, 16px);
}
@media screen and (max-width: 767px) {
  .sec_24{
    background: url(../img/bg_19_sp.jpg.webp) no-repeat center top;
    background-size: cover;
  }
}
.sec_25{
  background: url(../img/bg_20.jpg.webp) no-repeat center top;
  background-size: cover;
  background: #fff;
  padding: 30px 0;
}
.sec_25 h3 {
  font-size: clamp(20px, 5.3vw, 30px);
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  /* color: #fff; */
  text-align: center;
  margin-bottom: 1.5em;
  letter-spacing: 0.12em;
  line-height: 1.5em;
}
.sec_25 .inner p{
  text-align: center;
  /* color: #fff; */
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(14px, 3vw, 16px);
}
.sec_26{
  background: url(../img/bg_21.jpg.webp) no-repeat center top;
  background-size: cover;
  padding: 30px 0;
}
.sec_26 h3 {
  font-size: clamp(20px, 5.3vw, 30px);
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  /* color: #fff; */
  text-align: center;
  margin-bottom: 1.5em;
  letter-spacing: 0.12em;
  line-height: 1.5em;
}
.sec_26 .inner p{
  text-align: center;
  /* color: #fff; */
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(14px, 3vw, 16px);
}
@media screen and (max-width: 767px) {
.sec_26{
  background: url(../img/bg_21_sp.jpg.webp) no-repeat center top;
  background-size: cover;
}
}

.sec_27 {
  background: url(../img/bg_22.jpg.webp) no-repeat center top;
  padding: 4% 0;
}
.sec_27.ex2 {
  background: url(../img/bg_24.jpg.webp) no-repeat center top;
  padding: 4% 0;
}
.sec_27.ex3 {
  background: url(../img/bg_26.jpg.webp) no-repeat center top;
  padding: 4% 0;
}
.sec_27 h3 {
  font-size: clamp(20px, 5.3vw, 30px);
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  text-align: center;
  margin-bottom: 1.5em;
  letter-spacing: 0.12em;
  line-height: 1.5em;
}
.sec_27 p {
  color: #fff;
  letter-spacing: 0.12em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(14px, 3vw, 16px);
  text-align: center;
  /* font-weight: bold; */
}
@media screen and (max-width: 767px) {
.sec_27 {
  background: url(../img/bg_22_sp.jpg.webp) no-repeat center top;
  padding: 13vw 0;
  /* background-position-x: -79vw; */
  background-size: cover;
}
.sec_27.ex2 {
  background: url(../img/bg_24_sp.jpg.webp) no-repeat center top;
  padding: 13vw 0;
  /* background-position-x: -79vw; */
  background-size: cover;
}
.sec_27.ex3 {
  background: url(../img/bg_26_sp.jpg.webp) no-repeat center top;
  padding: 13vw 0;
  /* background-position-x: -79vw; */
  background-size: cover;
}
.sec_27 .inner{
  /* width: min(1024px, 85vw); */
  }
.sec_27 p {
text-align: left;
}
}
/*# sourceMappingURL=map/style.css.map */