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

footer {
  text-align: center;
  background-color: #fff;
  padding: 2em 0;
  line-height: 1.65em;
  color: #000;
  display: flex;
  align-items: center;
  font-size: clamp(12px, 3.4vw, 15px);
}

footer .inner {
  width: min(1024px, 100vw - 12px);
  margin: 0 auto;
  max-width: 100%;
  display: flex;
  align-items: center;
}

footer .inner .logo {
  width: 30%;
  margin: 0;
  text-align: left;
}

footer .inner .f_link {
  width: 50%;
}

footer .inner .f_link a {
  color: #000;
}

footer .inner .copyright {
  width: 20%;
  color: #000;
}

@media screen and (max-width: 767px) {
  footer .inner {
    flex-flow: column;
  }

  footer .inner .logo {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  footer .inner .f_link {
    margin: 1em auto;
    width: 100%;
  }

  footer .inner .copyright {
    width: 100%;
  }
}

@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(1000px, 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, 94vw);
  }
}

p {
  font-size: clamp(16px, 4.3vw, 18px);
  margin-bottom: 1.5em;
  line-height: 1.65em;
}

p:last-child {
  margin-bottom: 0;
}

p:has(img) {
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
  line-height: 0;
}

p:has(img) img {
  max-width: 100%;
  margin: 0 auto;
  line-height: 1;
}

p:has(img):last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  p:has(img) {
    margin-bottom: 7vw;
  }
}

.box_txt {
  max-width: 1000px;
  margin: 0 auto;
}

.box_txt>p:has(img) {
  margin-bottom: 0;
}

.box_txt .txt {
  background-color: #fff;
  box-shadow: 0 0 8px #eee;
  padding: 4%;
}

.box_txt .txt p:has(img).f_r {
  margin-bottom: 0;
}

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

.box_txt .txt h2 {
  margin-bottom: 1em;
}

.box_txt .txt h3 {
  margin-top: 3em;
  margin-bottom: 1em;
}

.box_txt .txt ul {
  margin-left: 2em;
  margin-bottom: 1.5em;
}

.box_txt .txt ul li {
  list-style: disc;
  margin-top: 0.5em;
}

.box_txt .txt dl {
  display: flex;
  flex-flow: wrap;
  font-size: 16px;
}

.box_txt .txt dl dt,
.box_txt .txt dl dd {
  margin-top: 1em;
  padding: 0.5em 1em;
  line-height: 1.25em;
}

.box_txt .txt dl dt {
  width: 30%;
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
}

.box_txt .txt dl dd {
  width: 70%;
}

.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: #fff;
  border-radius: 10px;
}

.faq dt {
  font-weight: bold;
  font-size: 24px;
  padding: 0.7em 1em 0.7em 2.5em;
  background: #2b4682 url(../img/icon_q.png.webp) no-repeat 0.8em 0.8em;
  margin-bottom: 0;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.faq dt::after {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/arw_1.png.webp) no-repeat center top;
  width: 24px;
  height: 15px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto auto 95%;
  transition-duration: 0.5s;
  transform: rotate(0deg);
}

.faq dt.active::after {
  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 0.9em;
  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: 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;
}

ul.chk li+li {
  border-top: #efefef dotted 2px;
}

ul.chk li {
  font-weight: 600;
}

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

.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%, #fff400 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;
  }
}

header {
  background-color: #fff;
  height: -moz-fit-content;
  height: fit-content;
}

header .inner {
  width: min(1024px, 100vw - 12px);
  margin: 0 auto;
  max-width: 100%;
  display: flex;
  align-items: center;
}

header .inner .logo {
  margin-right: auto;
}

header .inner .h_btn_box {
  display: flex;
  justify-content: flex-end;
}

header .inner .h_btn_box img {
  max-width: 100%;
}

header .inner p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}

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

@media screen and (max-width: 767px) {
  header .inner {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  header .inner .logo {
    width: 40%;
    margin: auto 2.5%;
  }

  header .inner .h_btn_box {
    width: 55%;
  }
}

.sec_1 {
  background: url(../img/bg_01.webp) no-repeat center -60px;
  padding: 35px 0 15px;
  margin-bottom: 0;
}

.sec_1 .inner {
  width: min(1084px, 100vw - 80px);
}

.sec_1 p {
  text-align: left;
}

.sec_1 p.mv {
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  .sec_1 {
    background: url(../img/bg_01_sp.webp) no-repeat 3vw 27vw;
    background-size: cover;
    padding: 15px 0;
  }

  .sec_1 .inner {
    width: 100%;
  }

  .sec_1 .inner p {
    text-align: left;
  }

  .sec_1 .inner p.mv {
    margin: 10px auto 0;
  }

  .sec_1 .inner .card_box {
    display: none;
  }
}

.card_box {
  display: flex;
  gap: 1.5%;
  max-width: 1010px;
  margin: -30px 0 0 50px;
}

.card_box .card {
  position: relative;
  width: 32%;
  padding: 0.75em;
  box-shadow: 0 0 8px rgba(204, 204, 204, 0.8);
  display: flex;
  flex-flow: column;
}

.card_box .card .sakura {
  position: absolute;
  top: -5%;
  right: -3%;
  z-index: 2;
}

.card_box .card::before {
  position: absolute;
  display: block;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: auto;
  inset: 0;
  border: #ffd2d6 solid 2px;
}

.card_box .card p {
  font-size: 14px;
  color: #20294f;
  font-weight: 600;
  line-height: 1.25em;
  margin-bottom: 0;
}

.card_box .card p.name {
  margin-top: auto;
}

.card_box .card.card_1 {
  background: #fff url(../img/img_001.webp) no-repeat 95%;
}

.card_box .card.card_2 {
  background: #fff url(../img/img_002.webp) no-repeat 95%;
}

.card_box .card.card_3 {
  background: #fff url(../img/img_003.webp) no-repeat 95%;
}

@media screen and (max-width: 767px) {
  .card_box {
    margin: 0 auto 5%;
    flex-flow: column;
  }

  .card_box .card {
    width: 92%;
    margin: 5% auto 0;
  }

  .card_box .card.card_3 {
    display: none;
  }
}

.slider_1 {
  background-color: #fff;
}

.slider_1 li {
  padding: 10px;
}

.slider_1 li img {
  max-width: 100%;
}

.sec_cta {
  background-color: #20294f;
  padding: 30px 0 70px;
}

.sec_cta p {
  color: #fff;
  margin-bottom: 1em;
}

.sec_cta p i {
  color: #f6fa08;
  font-size: 1.15em;
  font-style: normal;
}

.sec_cta .btn_box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.sec_cta .btn_box p {
  margin-bottom: 0;
}

.sec_cta+.card_box {
  display: none;
}

@media screen and (max-width: 767px) {
  .sec_cta {
    padding: 20px 0;
  }

  .sec_cta .btn_box .w5+.w5 {
    margin-top: 3%;
  }

  .sec_cta+.card_box {
    display: flex;
  }
}

.sec_cta_2 {
  padding: 11% 0 0;
  background: url(../img/bg_02.webp) no-repeat;
  background-size: cover;
  position: relative;
  overflow: visible;
}

.sec_cta_2 .ttl {
  position: absolute;
  inset: -30px 0 0;
  margin: 0 auto auto;
}

@media screen and (max-width: 767px) {
  .sec_cta_2 {
    background: url(../img/bg_02_sp.webp) no-repeat;
    background-size: cover;
    padding-top: 8%;
  }

  .sec_cta_2 .ttl {
    position: relative;
    inset: 0;
    margin-bottom: 1.5em;
  }
}

.sec_2 {
  padding: 30px 0 60px;
  background: url(../img/bg_03.webp) no-repeat center top;
}

.sec_2 p {
  color: #fff;
}

.sec_2 .ttl {
  margin-bottom: 15%;
}

.sec_2 .f_r img {
  margin-top: -15%;
}

.sec_2 .txt_box_1 {
  background: url(../img/bg_04.webp);
  padding: 3%;
  position: relative;
}

.sec_2 .txt_box_1 .f_r {
  margin: 3% 3% 0 0;
}

.sec_2 .txt_box_1 p {
  color: #000;
  max-width: 80%;
}

@media screen and (max-width: 767px) {
  .sec_2 {
    background: url(../img/bg_03_sp.webp) no-repeat center top;
    background-size: cover;
  }

  .sec_2 .f_r {
    margin: 0 0 -2.5em auto;
    padding-top: 5%;
    text-align: right;
  }

  .sec_2 .f_r img {
    width: 36%;
  }

  .sec_2 .txt_box_1 .f_r {
    position: absolute;
    margin: 0 0 auto auto;
    padding: 0;
    inset: 30px 0 0 0;
    width: -moz-fit-content;
    width: fit-content;
  }

  .sec_2 .txt_box_1 .f_r img {
    width: 50%;
  }

  .sec_2 .txt_box_1 p {
    max-width: 100%;
  }

  .sec_2 .txt_box_1 .f_box {
    background-color: #fff;
    padding: 6%;
  }

  .sec_2 .txt_box_1 .f_box p+p {
    margin-top: 8%;
  }
}

.s_hdr p {
  font-size: clamp(20px, 5.3vw, 32px);
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 800;
  text-align: center;
  margin: 0 auto;
}

.s_hdr p i {
  font-style: normal;
  background: linear-gradient(transparent 60%, #fff400 60%);
}

.s_hdr p em {
  font-style: normal;
  color: #ba0714;
}

.sec_3 {
  background-color: #fdf3f4;
  padding-top: 0;
}

.sec_3 .s_hdr {
  background: url(../img/s_hdr_bg_1.webp) no-repeat center;
  height: 191px;
  margin-bottom: 3%;
}

.sec_3 .bg_box {
  padding: 3%;
  background: url(../img/bg_04.webp);
  box-shadow: 0 0 8px rgba(204, 204, 204, 0.8);
}

@media screen and (max-width: 767px) {
  .sec_3 .s_hdr {
    background: #fff url(../img/s_hdr_bg_1_sp.webp) no-repeat center;
    background-size: cover;
    height: 43vw;
    margin-bottom: 3%;
  }

  .sec_3 .s_hdr p {
    text-align: left;
    margin-left: 20%;
  }
}

.sec_4 {
  background: url(../img/bg_05.webp);
  padding-top: 0;
}

.sec_4 .s_hdr {
  background: url(../img/s_hdr_bg_2.webp) no-repeat center;
  height: 210px;
  margin-bottom: 3%;
}

.sec_4 .bg_box {
  padding: 3%;
  background: #fff;
  box-shadow: 0 0 8px rgba(204, 204, 204, 0.8);
  margin-bottom: 4%;
}

@media screen and (max-width: 767px) {
  .sec_4 .s_hdr {
    background: #fff url(../img/s_hdr_bg_2_sp.webp) no-repeat center;
    background-size: cover;
    height: 43vw;
    margin-bottom: 3%;
  }

  .sec_4 .s_hdr p {
    text-align: left;
    margin-left: 4%;
  }
}

.sec_5 {
  background-color: #ba0714;
}

.sec_5 .txt_box {
  background: url(../img/bg_06.webp) no-repeat;
  background-size: cover;
  padding: 3%;
  position: relative;
  box-shadow: 0 0 8px rgba(102, 102, 102, 0.8);
}

.sec_5 .txt_box .tag {
  position: absolute;
  margin: 0 auto auto 0;
  inset: -14px 0 0 2%;
  width: -moz-fit-content;
  width: fit-content;
}

.sec_5 .txt_box h3 {
  padding: 0 0 1em 4em;
  margin-bottom: 1.5em;
  font-size: clamp(18px, 4.7vw, 26px);
  border-bottom: #bbb solid 2px;
  line-height: 1.5em;
}

.sec_5 .txt_box h3 i {
  padding: 0.1em;
  color: #e00;
  background-color: #ff0;
  font-style: normal;
}

.sec_5 .txt_box .teacher_box {
  position: relative;
  border: #bfc2cc solid 2px;
  padding: 2.5%;
  background: url(../img/bg_07.webp);
  align-items: center;
}

.sec_5 .txt_box .teacher_box p {
  margin-bottom: 0;
  line-height: 1.5em;
}

.sec_5 .txt_box .teacher_box .prof {
  text-align: left;
}

.sec_5 .txt_box .teacher_box .name {
  margin-top: 0.5em;
  font-size: clamp(18px, 4.7vw, 22px);
  line-height: 1.1em;
}

.sec_5 .txt_box .teacher_box .name span {
  font-size: 0.55em;
}

.sec_5 .txt_box .teacher_box .history {
  margin-top: 1em;
  background-color: #ffffeb;
  padding: 0.5em;
}

.sec_5 .txt_box .teacher_box::before,
.sec_5 .txt_box .teacher_box::after {
  position: absolute;
  display: block;
  content: "";
  width: 28px;
  height: 28px;
  background: url(../img/corner_b.webp) no-repeat;
  inset: -5px 0 0 -5px;
  margin: 0 auto auto 0;
}

.sec_5 .txt_box .teacher_box::after {
  inset: 0 -5px -5px 0;
  margin: auto 0 0 auto;
  transform: rotate(180deg);
}

.sec_5 .txt_box .teacher_box+.teacher_box {
  margin-top: 5%;
}

.sec_5 .txt_box .teacher_box+.teacher_box::before,
.sec_5 .txt_box .teacher_box+.teacher_box::after {
  background: url(../img/corner_lb.webp) no-repeat;
}

.sec_5 .txt_box+.txt_box {
  margin-top: 8%;
}

.sec_5 .txt_box+p {
  margin-top: 5%;
}

@media screen and (max-width: 767px) {
  .sec_5 .txt_box .tag {
    inset: -10px 0 0 2%;
    width: 16%;
  }

  .sec_5 .txt_box h3 {
    padding: 0 0 1em 3.5em;
  }

  .sec_5 .txt_box h3 i {
    font-size: 1.25em;
    padding: 0 0.1em;
  }

  .sec_5 .txt_box .teacher_ttl img {
    width: 70%;
  }

  .sec_5 .txt_box .teacher_box .prof {
    margin-top: 5%;
  }

  .sec_5 .txt_box .teacher_box .w5 {
    width: 100%;
  }
}

.sec_6 {
  padding: 40px 0 30px;
  background: url(../img/bg_08.webp) no-repeat center top;
}

.sec_6 .img_box {
  position: relative;
  margin-top: -80px;
}

.sec_6 .img_box p {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.sec_6 .img_box p.img_1 {
  inset: 25% 0 0 35%;
  margin: 0 auto auto 0;
}

.sec_6 .img_box p.img_2 {
  margin: auto auto 0 0;
  inset: 0 0 -5px 20%;
}

.sec_6 .img_box p.img_3 {
  position: relative;
  margin: 0 0 0 auto;
}

.sec_6 .txt_box {
  background-color: #fff;
  padding: 3%;
}

.sec_6 .txt_box p {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .sec_6 {
    background: url(../img/bg_08_sp.webp) no-repeat center top;
    background-size: cover;
  }

  .sec_6 .img_box {
    position: relative;
    margin-top: -40px;
    z-index: 1;
  }

  .sec_6 .img_box p.img_1 {
    inset: 20% 0 0 5%;
    width: 45%;
  }

  .sec_6 .img_box p.img_2 {
    margin: auto auto 0 0;
    inset: 0 0 40px 20%;
    z-index: 3;
  }

  .sec_6 .img_box p.img_3 {
    position: relative;
    margin: 0 0 0 -3vw;
    max-width: 100vw;
    width: 100vw;
  }

  .sec_6 .txt_box {
    position: relative;
    margin-top: -10%;
    z-index: 2;
  }
}

.sec_form {
  background-color: #f1fdfd;
}

.sec_form .box_form {
  background-color: #fff;
  padding: 3%;
  box-shadow: 0 0 12px rgba(204, 204, 204, 0.8);
}

.sec_form .box_form dl dt,
.sec_form .box_form dl dd {
  padding: 0.65em;
}

.sec_form .box_form dl dt {
  width: 30%;
  font-weight: 500;
}

.sec_form .box_form dl dt .require {
  background-color: #ec000b;
  color: #fff;
  padding: 0.1em 0.3em;
  font-size: 0.75em;
  margin-left: 1em;
}

.sec_form .box_form dl dd {
  width: 70%;
}

.sec_form .box_form dl dd input[type=text] {
  min-width: 15em;
  background-color: #f3f3f3;
  border: none;
  padding: 0.5em;
  line-height: 1.5em;
  font-size: clamp(16px, 4.3vw, 18px);
  border-radius: 0.25em;
}

.sec_form .box_form input[type=image] {
  display: block;
  margin: 1em auto 0;
}

@media screen and (max-width: 767px) {
  .sec_form .box_form dl {
    flex-flow: column;
  }

  .sec_form .box_form dl dt,
  .sec_form .box_form dl dd {
    width: 100%;
  }

  .sec_form .box_form dl dd input[type=text] {
    width: 100%;
  }

  .sec_form .box_form input[type=image] {
    width: 80%;
  }
}

.f_cta {
  background-color: rgba(3, 39, 89, 0.8);
  padding: 1em;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
  max-width: 360px;
  border-radius: 2em 0 0 0;
  opacity: 0;
  transition-duration: 1s;
}

.f_cta p {
  color: #fff;
  font-size: clamp(12px, 3.4vw, 16px);
  margin-bottom: 0.5em;
}

.f_cta p i {
  color: #f6fa08;
  font-size: 1.15em;
  font-style: normal;
}

.f_cta p:last-child {
  font-size: clamp(11px, 3.4vw, 14px);
  text-align: center;
  margin-bottom: 0;
}

.f_cta .btn_box {
  margin-bottom: 0.5em;
  flex-flow: column;
  align-items: flex-end;
}

.f_cta .btn_box p {
  width: 100%;
  margin: 0.5em auto 0;
}

@media screen and (max-width: 767px) {
  .f_cta {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    padding: 0.5em 1em;
  }

  .f_cta .btn_box {
    flex-flow: row;
  }

  .f_cta .btn_box p {
    width: 49%;
  }
}

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