@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* リセットCSS
===================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
button,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

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

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

img {
  border: none;
  vertical-align: bottom;
}

/* 基本設定
===================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Koburina Gothic Std", sans-serif;
  font-weight: 300;
  background-color: white;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.tab-show {
  display: none;
}
@media (max-width: 1024px) {
  .tab-show {
    display: block;
  }
}

.tab-hide {
  display: block;
}
@media (max-width: 1024px) {
  .tab-hide {
    display: none;
  }
}

.sp-show {
  display: none;
}
@media (max-width: 767px) {
  .sp-show {
    display: block;
  }
}

.sp-hide {
  display: block;
}
@media (max-width: 767px) {
  .sp-hide {
    display: none;
  }
}

img.sp-hide,
span.sp-hide {
  display: inline;
}
@media (max-width: 767px) {
  img.sp-hide,
  span.sp-hide {
    display: none;
  }
}

main {
  overflow: hidden;
}
@media (max-width: 1024px) {
  main {
    overflow: hidden;
  }
}

.fv {
  height: 61.7361111111vw;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 767px) {
  .fv {
    height: 144.2666666667vw;
  }
}
.fv .swiper {
  position: relative;
  z-index: 1;
}
.fv .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv .section-inner {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.fv .section-inner .logo {
  position: absolute;
  top: 1.8055555556vw;
  right: 2.5vw;
}
.fv .section-inner .logo img {
  width: 10.2083333333vw;
  height: auto;
}
@media (max-width: 767px) {
  .fv .section-inner .logo {
    top: 2.6666666667vw;
    right: 2.9066666667vw;
  }
  .fv .section-inner .logo img {
    width: 27.224vw;
    height: 5.0106666667vw;
  }
}
.fv .section-inner .ttl {
  padding-top: 20.0694444444vw;
  padding-left: 13.8888888889vw;
}
@media (max-width: 767px) {
  .fv .section-inner .ttl {
    padding-top: 44.8vw;
    padding-left: 4.8vw;
  }
}
.fv .section-inner .ttl h1 {
  font-size: 3.4722222222vw;
  font-weight: bold;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  color: white;
  line-height: 1.8em;
}
@media (max-width: 767px) {
  .fv .section-inner .ttl h1 {
    font-size: 6.1333333333vw;
    line-height: 1.47826em;
  }
}
.fv .section-inner .ttl h1 span {
  color: white;
}
.fv .section-inner .ttl h1 .span1 {
  letter-spacing: -0.13em;
}
.fv .section-inner .ttl h1 .span2 {
  letter-spacing: -0.05em;
}
.fv .section-inner .ttl h1 .span3 {
  letter-spacing: -0.05em;
}
.fv .section-inner .ttl h1 .span4 {
  margin-left: 0.2em;
}
.fv .section-inner .ttl h1 .span5 {
  letter-spacing: -0.15em;
}

.sec2 {
  margin-top: -13.1944444444vw;
  background-image: url(../img/sec2-bg.webp);
  background-size: cover;
  background-position: center top;
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 3.4027777778vw;
}
@media (max-width: 767px) {
  .sec2 {
    margin-top: -58.6666666667vw;
    background-image: url(../img/sec2-bg-sp.webp);
    background-size: contain;
    padding-bottom: 0;
  }
}
.sec2 .section-inner .top {
  display: flex;
  justify-content: center;
  padding-bottom: 1.25vw;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .sec2 .section-inner .top {
    padding-bottom: 4.8vw;
  }
}
.sec2 .section-inner .top .left {
  position: relative;
  margin-right: 4.1541666667vw;
  margin-left: 5.3472222222vw;
  padding-top: 7.0833333333vw;
}
@media (max-width: 767px) {
  .sec2 .section-inner .top .left {
    padding-top: 12.2666666667vw;
    margin-left: 8vw;
    margin-right: 2.4vw;
  }
}
.sec2 .section-inner .top .left::before {
  content: "";
  width: 14.6872222222vw;
  height: 3.3886805556vw;
  background-image: url(../img/sec2-limited_231207.svg);
  position: absolute;
  top: 1.8055555556vw;
  left: calc(50% - 7.2047222222vw);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .sec2 .section-inner .top .left::before {
    width: 31.2693333333vw;
    height: 8.0133333333vw;
    top: 2.9333333333vw;
    left: calc(50% - 15.6373333333vw);
  }
}
.sec2 .section-inner .top .left img {
  width: 16.1805555556vw;
  height: auto;
}
@media (max-width: 767px) {
  .sec2 .section-inner .top .left img {
    width: 32.0493333333vw;
  }
}
.sec2 .section-inner .top .right {
  display: flex;
  padding-top: 7.0833333333vw;
  padding-bottom: 0.7638888889vw;
}
@media (max-width: 767px) {
  .sec2 .section-inner .top .right {
    padding-top: unset;
    padding-bottom: unset;
    position: relative;
    margin-bottom: -2.6666666667vw;
  }
}
.sec2 .section-inner .top .right .circle {
  margin-left: 0.2vw;
  margin-right: 0.2vw;
  width: 11.8222916667vw;
  height: 11.0847916667vw;
  background-image: url(../img/sec2-circle.webp);
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .sec2 .section-inner .top .right .circle {
    width: 26.3306666667vw;
    height: 24.688vw;
    margin-left: 1.768vw;
    margin-right: 1.768vw;
  }
  .sec2 .section-inner .top .right .circle.circle2 {
    position: absolute;
    top: -21.3333333333vw;
    left: calc(50% - 13.1653333333vw);
    margin-left: 0;
    margin-right: 0;
  }
}
.sec2 .section-inner .top .right .circle p {
  text-align: center;
  color: #534741;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: bold;
}
.sec2 .section-inner .top .right .circle p span {
  color: #534741;
}
.sec2 .section-inner .top .right .circle .p1 {
  font-size: 1.5972222222vw;
  line-height: 1.1em;
  padding-top: 1em;
}
@media (max-width: 767px) {
  .sec2 .section-inner .top .right .circle .p1 {
    font-size: 4vw;
  }
}
.sec2 .section-inner .top .right .circle .p1 .span1,
.sec2 .section-inner .top .right .circle .p1 .span2 {
  font-size: 1.46923em;
}
@media (max-width: 767px) {
  .sec2 .section-inner .top .right .circle .p1 .span1,
  .sec2 .section-inner .top .right .circle .p1 .span2 {
    font-size: 1.33333em;
  }
}
.sec2 .section-inner .top .right .circle .p1 .span1 {
  letter-spacing: -0.05em;
}
.sec2 .section-inner .top .right .circle .p1 .span3 {
  letter-spacing: -0.05em;
}
.sec2 .section-inner .top .right .circle .p1 .span4 {
  letter-spacing: -0.1em;
}
.sec2 .section-inner .top .right .circle .p2 {
  font-size: 1.3888888889vw;
  letter-spacing: -0.15em;
}
@media (max-width: 767px) {
  .sec2 .section-inner .top .right .circle .p2 {
    font-size: 3.2vw;
  }
}
.sec2 .section-inner .top .right .circle .p3 {
  font-size: 1.5277777778vw;
  line-height: 1.04545em;
  letter-spacing: -0.05em;
  padding-top: 1.6818em;
}
@media (max-width: 767px) {
  .sec2 .section-inner .top .right .circle .p3 {
    font-size: 3.2vw;
    padding-top: 6.6666666667vw;
  }
}
.sec2 .section-inner .top .right .circle .p3 .span1 {
  letter-spacing: -0.1em;
}
.sec2 .section-inner .top .right .circle .p3 .span2 {
  letter-spacing: 0;
}
.sec2 .section-inner .top .right .circle .p3 .span3 {
  font-size: 1.590909em;
  line-height: 1em;
}
@media (max-width: 767px) {
  .sec2 .section-inner .top .right .circle .p3 .span3 {
    font-size: 1.666666em;
  }
}
.sec2 .section-inner .top .right .circle .p3 .span4 {
  font-size: 1.6666666667vw;
  letter-spacing: -0.1em;
  line-height: 1.16666em;
}
@media (max-width: 767px) {
  .sec2 .section-inner .top .right .circle .p3 .span4 {
    font-size: 1.083333em;
  }
}
.sec2 .section-inner .top .right .circle .p4 {
  font-size: 1.7361111111vw;
  padding-top: 1.4592em;
}
@media (max-width: 767px) {
  .sec2 .section-inner .top .right .circle .p4 {
    font-size: 4vw;
    padding-top: 5.3333333333vw;
  }
}
.sec2 .section-inner .top .right .circle .p5 {
  font-size: 3.2638888889vw;
}
@media (max-width: 767px) {
  .sec2 .section-inner .top .right .circle .p5 {
    font-size: 7.2vw;
  }
}
.sec2 .section-inner .top .right .circle .p5 .span1 {
  letter-spacing: 0.05em;
}
.sec2 .section-inner .top .right .circle .p5 .span2 {
  letter-spacing: -0.15em;
  font-size: 1.9444444444vw;
}
@media (max-width: 767px) {
  .sec2 .section-inner .top .right .circle .p5 .span2 {
    font-size: 4.2666666667vw;
  }
}
.sec2 .section-inner .top .right .circle .p5 .span3 {
  font-size: 1.9444444444vw;
}
@media (max-width: 767px) {
  .sec2 .section-inner .top .right .circle .p5 .span3 {
    font-size: 4.2666666667vw;
  }
}
.sec2 .section-inner .fv_cta {
  width: 100%;
  position: relative;
}
.sec2 .section-inner .fv_cta .fv_cta_bg {
  width: 100%;
}
.sec2 .section-inner .fv_cta .btn-wrapper {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 767px) {
  .sec2 .section-inner .fv_cta .btn-wrapper {
    bottom: 4%;
  }
}
.sec2 .section-inner .fv_cta .btn-wrapper .btn {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  display: block;
  border-radius: 99px;
  border: 2px solid #fff;
  background: #70d04f;
  box-shadow: -3px -3px 15px 0px #007b0c inset, 0.2083333333vw 0.2083333333vw 0.6944444444vw 0px #fff inset, 0px 0px 7px lightgray;
  padding-top: 18px;
  padding-bottom: 14px;
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sec2 .section-inner .fv_cta .btn-wrapper .btn {
    width: 90%;
    border-width: 1px;
    padding-top: 1.25vw;
    padding-bottom: 0.9722222222vw;
  }
}
.sec2 .section-inner .fv_cta .btn-wrapper .btn p {
  text-align: center;
  text-shadow: 0.5px 0.5px 2px rgba(255, 255, 255, 0.6), -1px -1px 2px rgba(0, 0, 0, 0.25);
  font-size: min(2.22vw, 33px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.115em;
  margin: 1% 0;
  color: white;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  .sec2 .section-inner .fv_cta .btn-wrapper .btn p {
    font-size: 4vw;
    line-height: 1.2;
  }
}
.sec2 .section-inner .fv_cta .btn-wrapper .btn p .span-color {
  color: #ffff50;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .sec2 .section-inner .fv_cta .btn-wrapper .btn p .span-color {
    font-size: 3.7vw;
  }
}

.first_arrival {
  font-size: 40px;
  text-align: center;
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 2% 0 0;
}
.first_arrival.cta_2 {
  padding: 1% 0;
}
@media (max-width: 767px) {
  .first_arrival {
    line-height: 1.38em;
    font-size: 5vw;
  }
  .first_arrival .sp-span {
    color: white;
  }
}

.cta {
  width: 66.4583333333vw;
  margin: auto;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
}
@media (min-width: 1441px) {
  .cta {
    width: 957px;
  }
}
@media (max-width: 767px) {
  .cta {
    width: 100%;
  }
}
.cta .cta-top {
  border-radius: 30px 30px 0 0;
  background: linear-gradient(0deg, #ed2d50 0%, #f7931e 100%);
}
@media (max-width: 767px) {
  .cta .cta-top {
    border-radius: 20px 20px 0 0;
  }
}
.cta .cta-top h2,
.cta .cta-top h3 {
  text-align: center;
}
.cta .cta-top h2 {
  color: white;
  font-size: 2.7777777778vw;
  font-weight: bold;
  line-height: 1.6em;
  padding-top: 0.2em;
  padding-right: 0.4em;
}
@media (min-width: 1441px) {
  .cta .cta-top h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .cta .cta-top h2 {
    font-size: 5.3333333333vw;
    padding-right: 2.6666666667vw;
  }
}
.cta .cta-top h2 > span {
  position: relative;
}
.cta .cta-top h2 > span::before, .cta .cta-top h2 > span::after {
  content: "";
  width: 5.8322916667vw;
  height: 4.3115277778vw;
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: -0.6944444444vw;
}
@media (min-width: 1441px) {
  .cta .cta-top h2 > span::before, .cta .cta-top h2 > span::after {
    width: 83.985px;
    height: 62.086px;
    top: -10px;
  }
}
@media (max-width: 767px) {
  .cta .cta-top h2 > span::before, .cta .cta-top h2 > span::after {
    width: 10.6864vw;
    height: 7.8992vw;
    top: -1.3333333333vw;
  }
}
.cta .cta-top h2 > span::before {
  background-image: url(../img/cta-ashirai1.svg);
  left: -4.6527777778vw;
}
@media (min-width: 1441px) {
  .cta .cta-top h2 > span::before {
    left: -67px;
  }
}
@media (max-width: 767px) {
  .cta .cta-top h2 > span::before {
    left: -6.6666666667vw;
  }
}
.cta .cta-top h2 > span::after {
  background-image: url(../img/cta-ashirai2.svg);
  right: -5.8333333333vw;
}
@media (min-width: 1441px) {
  .cta .cta-top h2 > span::after {
    right: -84px;
  }
}
@media (max-width: 767px) {
  .cta .cta-top h2 > span::after {
    right: -10.1333333333vw;
  }
}
.cta .cta-top h2 > span .span1 {
  letter-spacing: -0.4em;
}
.cta .cta-top h2 > span .span2 {
  letter-spacing: -0.15em;
}
.cta .cta-top h3 {
  color: #fff799;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 2.2916666667vw;
  font-weight: bold;
  line-height: 2em;
  padding-left: 2.4em;
  margin-top: 1.25%;
  padding: 0 0 1% 2.4rem;
}
@media (min-width: 1441px) {
  .cta .cta-top h3 {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  .cta .cta-top h3 {
    font-size: 4.2vw;
  }
}
.cta .cta-top h3 > span {
  position: relative;
}
.cta .cta-top h3 > span .span1 {
  letter-spacing: -0.1em;
}
.cta .cta-top h3 > span .span2 {
  letter-spacing: -0.02em;
  margin-left: -0.1em;
}
.cta .cta-top h3 > span::before {
  content: "";
  width: 8.6805555556vw;
  height: 8.6805555556vw;
  background-image: url(../img/cta-limited-circle.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -9.2361111111vw;
  top: calc(50% - 3.7152777778vw);
}
@media (min-width: 1441px) {
  .cta .cta-top h3 > span::before {
    width: 125px;
    height: 125px;
    left: -133px;
    top: calc(50% - 53.5px);
  }
}
@media (max-width: 767px) {
  .cta .cta-top h3 > span::before {
    width: 14.1173333333vw;
    height: 14.1173333333vw;
    left: -14.6666666667vw;
    top: calc(50% - 5.3333333333vw);
    background-image: url(../img/cta-limited-circle.png);
  }
}
.cta .cta-bottom {
  border-radius: 0 0 30px 30px;
  border: 7px solid #ed2d50;
  background: #fff8f8;
  padding-bottom: 1.4583333333vw;
  margin-top: -0.4861111111vw;
  padding-top: 3%;
}
@media (min-width: 1441px) {
  .cta .cta-bottom {
    padding-bottom: 21px;
    margin-top: -7px;
  }
}
@media (max-width: 767px) {
  .cta .cta-bottom {
    border-width: 3px;
    border-radius: 0;
    padding-bottom: 2.6666666667vw;
    margin-top: 0vw;
    background-color: #fcecee;
    border-top: none;
  }
}
.cta .cta-bottom .bottom-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2%;
}
.cta .cta-bottom .bottom-flex .ff {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  white-space: nowrap;
}
.cta .cta-bottom .bottom-flex .ff p {
  color: #736357;
  text-align: center;
  font-size: 2.7777777778vw;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 2%;
  white-space: nowrap;
}
.cta .cta-bottom .bottom-flex .ff p.p1 {
  letter-spacing: -0.15em;
}
.cta .cta-bottom .bottom-flex .ff p.p1 span {
  letter-spacing: -0.05em;
}
@media (min-width: 1441px) {
  .cta .cta-bottom .bottom-flex .ff p {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .cta .cta-bottom .bottom-flex .ff p {
    font-size: 6.4vw;
  }
}
.cta .cta-bottom .bottom-flex .ff h4 {
  color: #ed2d50;
  text-align: center;
  font-size: 4.1666666667vw;
  font-weight: bold;
}
@media (min-width: 1441px) {
  .cta .cta-bottom .bottom-flex .ff h4 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cta .cta-bottom .bottom-flex .ff h4 {
    font-size: 7.4666666667vw;
  }
}
.cta .cta-bottom .bottom-flex .ff h4 span {
  position: relative;
  z-index: 2;
}
.cta .cta-bottom .bottom-flex .ff h4 span::before {
  content: "";
  background-color: #ffff50;
  position: absolute;
  width: 12.5vw;
  height: 1.4583333333vw;
  bottom: -0.3472222222vw;
  left: calc(50% - 6.25vw);
  z-index: -1;
}
@media (min-width: 1441px) {
  .cta .cta-bottom .bottom-flex .ff h4 span::before {
    width: 180px;
    height: 21px;
    bottom: -5px;
    left: calc(50% - 90px);
  }
}
@media (max-width: 767px) {
  .cta .cta-bottom .bottom-flex .ff h4 span::before {
    width: 21.3333333333vw;
    height: 2.7013333333vw;
    left: calc(50% - 10.6666666667vw);
  }
}
.cta .cta-bottom .bottom-flex .f2 {
  margin-left: 1.1111111111vw;
  margin-right: 2.0833333333vw;
}
@media (min-width: 1441px) {
  .cta .cta-bottom .bottom-flex .f2 {
    margin-left: 16px;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .cta .cta-bottom .bottom-flex .f2 {
    margin-left: 1.6vw;
    margin-right: 2.6666666667vw;
  }
}
.cta .cta-bottom .bottom-flex .f2 p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4583333333vw;
  height: 3.4583333333vw;
  border-radius: 50%;
  background-color: #ed2d50;
  color: #fcecee;
  text-align: center;
  font-size: 1.875vw;
  font-weight: bold;
}
@media (min-width: 1441px) {
  .cta .cta-bottom .bottom-flex .f2 p {
    width: 49.8px;
    height: 49.8px;
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .cta .cta-bottom .bottom-flex .f2 p {
    width: 6.336vw;
    height: 6.336vw;
    font-size: 3.7333333333vw;
  }
}
.cta .cta-bottom .btn {
  display: block;
  margin-left: 7.9861111111vw;
  margin-right: 7.9861111111vw;
  border-radius: 99px;
  border: 0.1388888889vw solid #fff;
  background: #70d04f;
  box-shadow: -3px -3px 15px 0px #007b0c inset, 0.2083333333vw 0.2083333333vw 0.6944444444vw 0px #fff inset, 0px 0px 7px lightgray;
  padding-top: 1.25vw;
  padding-bottom: 0.9722222222vw;
}
@media (min-width: 768px) {
  .cta .cta-bottom .btn {
    position: relative;
    transition: all 0.4s;
    top: 0;
  }
  .cta .cta-bottom .btn:hover {
    top: -4px;
    box-shadow: -3px -3px 15px 0px #007b0c inset, 0.2083333333vw 0.2083333333vw 0.6944444444vw 0px #fff inset, 0px 4px 7px gray;
  }
}
@media (min-width: 1441px) {
  .cta .cta-bottom .btn {
    margin-left: 115px;
    margin-right: 115px;
    border-width: 2px;
    padding-top: 18px;
    padding-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .cta .cta-bottom .btn {
    margin-left: 4.2666666667vw;
    margin-right: 4vw;
    border-width: 1px;
    box-shadow: -1.5px -1.5px 8.5px 0px #007b0c inset, 1.5px 1.5px 5px 0px #fff inset, 0px 0px 3.5px lightgray;
  }
}
.cta .cta-bottom .btn p {
  color: #ffff50;
  text-align: center;
  text-shadow: 0.5px 0.5px 2px rgba(255, 255, 255, 0.6), -1px -1px 2px rgba(0, 0, 0, 0.25);
  font-size: 2.2916666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.115em;
  padding-right: 0.5em;
  margin: 1% 0;
}
@media (min-width: 1441px) {
  .cta .cta-bottom .btn p {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  .cta .cta-bottom .btn p {
    font-size: 4vw;
  }
}
@media (max-width: 767px) {
  .cta .cta-bottom .btn p > span .span-w {
    font-size: 0.7894em;
  }
}
.cta .cta-bottom .btn p > span .span1 {
  letter-spacing: 0.1em;
}
.cta .cta-bottom .btn p > span .span2 {
  color: #fff;
  letter-spacing: 0;
}
.cta .cta-bottom .btn p > span .span3 {
  color: #fff;
}
.cta .cta-bottom .btn p > span .span4 {
  color: #fff;
}
.cta .cta-bottom .btn p > span .span5 {
  color: #fff;
}

.sec3-1 {
  background-image: url(../img/sec3-bg.webp);
  background-size: cover;
  background-position: center top;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  padding-bottom: 9.7222222222vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .sec3-1 {
    background-image: url(../img/sec3-bg-sp.webp);
    padding-top: 7.4666666667vw;
    background-position: center bottom;
  }
}
.sec3-1 .section-inner {
  padding-left: 8.6805555556vw;
}
@media (max-width: 767px) {
  .sec3-1 .section-inner {
    padding-left: 0;
  }
}
.sec3-1 .section-inner .row p {
  color: #7a685f;
  text-align: center;
  font-size: 2.5694444444vw;
  font-weight: bold;
  line-height: 1.48em;
  letter-spacing: -0.1em;
}
@media (max-width: 767px) {
  .sec3-1 .section-inner .row p {
    font-size: 5.3333333333vw;
  }
}
.sec3-1 .section-inner .row li {
  font-size: 1.875vw;
  font-weight: bold;
  line-height: 1.59259em;
  letter-spacing: -0.05em;
  padding-left: 1.6666em;
  position: relative;
}
@media (max-width: 767px) {
  .sec3-1 .section-inner .row li {
    font-size: 3.6vw;
  }
}
.sec3-1 .section-inner .row li::before {
  content: "";
  width: 2.5863194444vw;
  height: 2.1388194444vw;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .sec3-1 .section-inner .row li::before {
    width: 5.672vw;
    height: 4.6906666667vw;
  }
}
.sec3-1 .section-inner .row1 {
  display: flex;
}
.sec3-1 .section-inner .row1 .left {
  position: relative;
}
.sec3-1 .section-inner .row1 .left img {
  width: 25.9875694444vw;
  height: 14.5348611111vw;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: -0.1388888889vw;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .sec3-1 .section-inner .row1 .left img {
    width: auto;
    height: 37.0666666667vw;
    -o-object-fit: contain;
       object-fit: contain;
    left: 0;
  }
}
@media (max-width: 767px) {
  .sec3-1 .section-inner .row1 .left {
    flex-shrink: 0;
  }
}
.sec3-1 .section-inner .row1 .left p {
  position: relative;
  z-index: 2;
  padding-left: 4.9375vw;
  padding-top: 2.8472222222vw;
  padding-right: 3.125vw;
}
@media (max-width: 767px) {
  .sec3-1 .section-inner .row1 .left p {
    padding-left: 5.3333333333vw;
    padding-top: 5.0666666667vw;
    padding-right: unset;
    text-align: left;
    line-height: 8.5333333333vw;
  }
}
.sec3-1 .section-inner .row1 .left p .span1 {
  letter-spacing: 0.05em;
}
.sec3-1 .section-inner .row1 .left p .span2 {
  font-size: 1.3243em;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .sec3-1 .section-inner .row1 .left p .span2 {
    font-size: 1.25em;
    line-height: 8.5333333333vw;
  }
}
.sec3-1 .section-inner .row1 .left p .span3 {
  letter-spacing: -0.15em;
}
.sec3-1 .section-inner .row1 .left p .span4 {
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .sec3-1 .section-inner .row1 .left p .span-mini {
    font-size: 0.8em;
    line-height: 6.9333333333vw;
  }
}
.sec3-1 .section-inner .row1 .right {
  padding-top: 6.25vw;
  margin-left: 3.4722222222vw;
}
@media (max-width: 767px) {
  .sec3-1 .section-inner .row1 .right {
    padding-top: 0;
    margin-left: 2.6666666667vw;
  }
}
.sec3-1 .section-inner .row1 .right li {
  color: #b59cd0;
  margin-bottom: 2.0138888889vw;
  text-shadow: 1px 1px 5px #ebedf7, -1px -1px 5px #ebedf7, -1px 1px 5px #ebedf7, 1px -1px 5px #ebedf7, 0px 1px 5px #ebedf7, 0 -1px 5px #ebedf7, -1px 0 5px #ebedf7, 1px 0 5px #ebedf7;
}
@media (max-width: 767px) {
  .sec3-1 .section-inner .row1 .right li {
    margin-bottom: 3.7333333333vw;
  }
}
.sec3-1 .section-inner .row1 .right li::before {
  background-image: url(../img/sec3-ck1.svg);
}
.sec3-1 .section-inner .row1 .right li:last-child {
  margin-bottom: 1.6666666667vw;
}
@media (max-width: 767px) {
  .sec3-1 .section-inner .row1 .right li:last-child {
    margin-bottom: 5.0666666667vw;
  }
}
.sec3-1 .section-inner .row2 {
  padding-left: 44.0277777778vw;
}
@media (max-width: 767px) {
  .sec3-1 .section-inner .row2 {
    padding-left: 51.7333333333vw;
  }
}
.sec3-1 .section-inner .row2 .top {
  position: relative;
  margin-bottom: 1.5277777778vw;
  margin-left: -18.75vw;
  padding-top: 0.6944444444vw;
}
@media (max-width: 767px) {
  .sec3-1 .section-inner .row2 .top {
    margin-left: unset;
    padding-top: 8vw;
    margin-bottom: unset;
  }
}
.sec3-1 .section-inner .row2 .top img {
  position: absolute;
  width: 26.5972222222vw;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: calc(50% - 13.2986111111vw);
  opacity: 0.6;
}
@media (max-width: 767px) {
  .sec3-1 .section-inner .row2 .top img {
    width: 50.9333333333vw;
    height: 33.6vw;
    top: -1.8666666667vw;
    left: calc(50% - 25.4666666667vw);
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.sec3-1 .section-inner .row2 .top p {
  position: relative;
  z-index: 2;
  font-size: 2.4305555556vw;
  letter-spacing: 0.05em;
  padding-top: 1.6em;
  padding-bottom: 1.8em;
}
@media (max-width: 767px) {
  .sec3-1 .section-inner .row2 .top p {
    font-size: 4.8vw;
    padding-top: 0;
    padding-bottom: 11.2vw;
  }
}
.sec3-1 .section-inner .row2 .top p .span1 {
  font-size: 2.5694444444vw;
  letter-spacing: -0.1em;
}
@media (max-width: 767px) {
  .sec3-1 .section-inner .row2 .top p .span1 {
    font-size: 4.8vw;
  }
}
.sec3-1 .section-inner .row2 .top p .span2 {
  font-size: 1.3243em;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .sec3-1 .section-inner .row2 .top p .span2 {
    font-size: 6.1333333333vw;
  }
}
.sec3-1 .section-inner .row2 .bottom li {
  color: rgb(144, 156, 208);
  margin-bottom: 2.0138888889vw;
  text-shadow: 1px 1px 5px #ebedf7, -1px -1px 5px #ebedf7, -1px 1px 5px #ebedf7, 1px -1px 5px #ebedf7, 0px 1px 5px #ebedf7, 0 -1px 5px #ebedf7, -1px 0 5px #ebedf7, 1px 0 5px #ebedf7;
}
@media (max-width: 767px) {
  .sec3-1 .section-inner .row2 .bottom li {
    margin-bottom: 3.7333333333vw;
  }
}
.sec3-1 .section-inner .row2 .bottom li::before {
  background-image: url(../img/sec3-ck2.svg);
}
.sec3-1 .section-inner .row2 .bottom li:last-child {
  margin-bottom: 0vw;
}

.sec3-2 {
  margin-top: -6.9444444444vw;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: bold;
  padding-bottom: 7.6388888889vw;
  position: relative;
}
@media (max-width: 767px) {
  .sec3-2 {
    margin-top: -10.6666666667vw;
  }
}
.sec3-2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  top: 0;
  left: 0;
}
.sec3-2 .section-inner {
  padding-top: 9.9305555556vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .sec3-2 .section-inner {
    padding-top: 16vw;
    padding-bottom: 8vw;
  }
}
.sec3-2 .section-inner h3,
.sec3-2 .section-inner h2 {
  text-align: center;
  color: #ed2d50;
}
.sec3-2 .section-inner h3 {
  font-size: 3.125vw;
  margin-bottom: 0.6em;
}
@media (max-width: 767px) {
  .sec3-2 .section-inner h3 {
    font-size: 7.2vw;
  }
}
.sec3-2 .section-inner h2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 3.125vw;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .sec3-2 .section-inner h2 {
    font-size: 7.2vw;
  }
}
.sec3-2 .section-inner h2 > span {
  padding-bottom: 0.1em;
  position: relative;
  left: 0.4em;
}
.sec3-2 .section-inner h2 img {
  width: 11.7232638889vw;
  height: auto;
}
@media (max-width: 767px) {
  .sec3-2 .section-inner h2 img {
    width: 22.9333333333vw;
  }
}
.sec3-2 .section-inner h2 .span1 {
  font-size: 1.488888em;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .sec3-2 .section-inner h2 .span1 {
    font-size: 9.3333333333vw;
  }
}
.sec3-2 .section-inner h2 .span2 {
  letter-spacing: 0;
}

.sec4 {
  background-image: url(../img/sec4-bg.webp);
  background-size: cover;
  background-position: top center;
  margin-top: -9.0277777778vw;
  padding-top: 12.8472222222vw;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 44px;
}
@media (max-width: 767px) {
  .sec4 {
    margin-top: -16vw;
    padding-top: 24vw;
    background-image: url(../img/sec4-bg-sp.webp);
    padding-bottom: 2.1333333333vw;
  }
}
.sec4 .section-inner {
  max-width: 1040px;
  margin: 0 auto;
}
.sec4 .ttl h2 {
  text-align: center;
  color: white;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 50px;
  font-weight: bold;
  padding-bottom: 65px;
}
@media (max-width: 767px) {
  .sec4 .ttl h2 {
    font-size: 7.2vw;
    padding-bottom: 0;
    margin-bottom: 6.9333333333vw;
  }
}
.sec4 .ttl h2 > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sec4 .ttl h2 > span::before, .sec4 .ttl h2 > span::after {
  content: "";
  width: 118.744px;
  height: 72.14px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .sec4 .ttl h2 > span::before, .sec4 .ttl h2 > span::after {
    width: 16.0213333333vw;
    height: 9.7333333333vw;
  }
}
.sec4 .ttl h2 > span::before {
  background-image: url(../img/sec4-1-ashirai1.svg);
  left: -54px;
  top: -40px;
}
@media (max-width: 767px) {
  .sec4 .ttl h2 > span::before {
    top: -5.3333333333vw;
    left: -5.3333333333vw;
  }
}
.sec4 .ttl h2 > span::after {
  background-image: url(../img/sec4-1-ashirai2.svg);
  right: -54px;
  bottom: -40px;
}
@media (max-width: 767px) {
  .sec4 .ttl h2 > span::after {
    bottom: -5.3333333333vw;
    right: -5.3333333333vw;
  }
}
.sec4 .ttl h2 > span img {
  width: 129px;
  height: auto;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .sec4 .ttl h2 > span img {
    width: 17.1733333333vw;
  }
}
.sec4 .ttl h2 > span .span1 {
  color: white;
}
.sec4 .ttl h2 > span .span2 {
  letter-spacing: -0.05em;
}
.sec4 .bg-white {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #fff;
  max-width: 1040px;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .sec4 .bg-white {
    padding-top: 6.9333333333vw;
    margin-bottom: 5%;
  }
}
.sec4 .bg-white .col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec4 .bg-white .col img {
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .sec4 .bg-white .col img {
    width: 13.0376vw;
    height: auto;
    margin-bottom: 3.4666666667vw;
  }
}
.sec4 .bg-white .col h3 {
  text-align: center;
  font-size: 35px;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: bold;
  color: #7a685f;
  margin-bottom: 0.6em;
}
@media (max-width: 767px) {
  .sec4 .bg-white .col h3 {
    font-size: 7.4666666667vw;
  }
}
.sec4 .bg-white .col h3 > span {
  display: inline-block;
  padding-bottom: 13px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.sec4 .bg-white .col h3 > span span {
  font-size: 0.857em;
}
@media (max-width: 767px) {
  .sec4 .bg-white .col h3 > span span {
    font-size: 6.1333333333vw;
  }
}
.sec4 .bg-white .col h3 > span::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #ffd8dd;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sec4 .bg-white .col p {
  color: #414141;
  text-align: center;
  font-family: "Koburina Gothic Std", sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.73em;
  position: relative;
}
@media (max-width: 767px) {
  .sec4 .bg-white .col p {
    font-size: 4vw;
    text-align: left;
    padding-right: 40vw;
  }
}
.sec4 .bg-white .col p .bb {
  padding-bottom: 4px;
  background: linear-gradient(transparent 50%, #ffff50 0%);
}
.sec4 .bg-white .col p .red {
  color: #ed2d50;
  font-weight: 600;
}
.sec4 .bg-white .col p::after {
  content: "";
  width: 349px;
  height: 349px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .sec4 .bg-white .col p::after {
    width: 42.8053333333vw;
    height: 42.8053333333vw;
  }
}
.sec4 .bg-white .col1 {
  margin-bottom: 50px;
}
.sec4 .bg-white .col1 p::after {
  background-image: url(../img/sec4-1-c1.webp);
  right: -345px;
  top: -230px;
}
@media (max-width: 767px) {
  .sec4 .bg-white .col1 p::after {
    right: -5.3333333333vw;
    top: -2.6666666667vw;
  }
}
@media (max-width: 767px) {
  .sec4 .bg-white .col1 p {
    padding-left: 6.6666666667vw;
  }
}
.sec4 .bg-white .col2 {
  margin-bottom: 70px;
}
.sec4 .bg-white .col2 p::after {
  background-image: url(../img/sec4-1-c2.webp);
  left: -320px;
  top: -340px;
  width: 370px;
  height: 370px;
}
@media (max-width: 767px) {
  .sec4 .bg-white .col2 p::after {
    width: 42.8053333333vw;
    height: 42.8053333333vw;
    left: -10.6666666667vw;
    top: 10.6666666667vw;
  }
}
@media (max-width: 767px) {
  .sec4 .bg-white .col2 p {
    padding-right: 2.6666666667vw;
    text-align: right;
  }
  .sec4 .bg-white .col2 p.sp-show {
    padding-left: 8vw;
  }
  .sec4 .bg-white .col2 p.sp-show::after {
    display: none;
  }
}
.sec4 .bg-white .col3 h3 span::after {
  bottom: 5px;
  width: 96%;
  left: 2%;
}
.sec4 .bg-white .col3 p::after {
  background-image: url(../img/sec4-1-c3.webp);
  right: -300px;
  top: -370px;
}
@media (max-width: 767px) {
  .sec4 .bg-white .col3 p::after {
    width: 42.8053333333vw;
    height: 42.8053333333vw;
    right: -18.6666666667vw;
    top: 10.6666666667vw;
  }
}
@media (max-width: 767px) {
  .sec4 .bg-white .col3 p {
    padding-left: 2.6666666667vw;
    padding-right: 0;
  }
}

.sec4-2 {
  padding-top: 46px;
  background-image: url(../img/sec4-2-inner-bg.webp);
  background-size: cover;
}
@media (max-width: 767px) {
  .sec4-2 {
    padding-top: 5.8666666667vw;
  }
}
.sec4-2 .section-inner {
  max-width: 1180px;
  margin: auto;
}
.sec4-2 .section-inner p {
  font-family: "Koburina Gothic Std", sans-serif;
}
.sec4-2 .section-inner h2 {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner h2 {
    margin-bottom: 4.2666666667vw;
  }
}
.sec4-2 .section-inner h2 span {
  display: inline-block;
  padding-left: 100px;
  padding-right: 100px;
  color: #ed2d50;
  text-align: center;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 50px;
  font-weight: 700;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner h2 span {
    padding-top: 3.2vw;
    padding-bottom: 5.3333333333vw;
    font-size: 6.6666666667vw;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
.sec4-2 .section-inner h2 span::before {
  content: "";
  background-image: url(../img/sec4-2-ashirai1.svg);
  height: 2.57px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner h2 span::before {
    background-image: url(../img/sec4-2-ashirai1-sp.svg);
    height: 0.2666666667vw;
  }
}
.sec4-2 .section-inner h2 span::after {
  content: "";
  background-image: url(../img/sec4-2-ashirai2.svg);
  height: 40.706px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -25px;
  background-size: cover;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner h2 span::after {
    background-image: url(../img/sec4-2-ashirai2-sp.svg);
    height: 4.224vw;
    bottom: 0vw;
  }
}
.sec4-2 .section-inner .tab {
  filter: drop-shadow(0px 0px 20px #e1cace);
}
.sec4-2 .section-inner .tab .ttl {
  border-radius: 70px 70px 0px 0px;
  background: #fbb096;
  padding-top: 44px;
  padding-bottom: 36px;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab .ttl {
    border-radius: 30px 30px 0 0;
    padding-top: 5.6vw;
    padding-bottom: 5.3333333333vw;
  }
}
.sec4-2 .section-inner .tab .ttl h4 {
  text-align: center;
  font-size: 42px;
  font-family: "Koburina Gothic Std", sans-serif;
  color: #7a685f;
  font-weight: 600;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab .ttl h4 {
    font-size: 6.1333333333vw;
  }
}
.sec4-2 .section-inner .tab .ttl h4 span {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  color: white;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab .ttl h4 span {
    padding-bottom: 2.6666666667vw;
  }
}
.sec4-2 .section-inner .tab .ttl h4 span::before {
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../img/wave.svg);
  background-size: contain;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab .ttl h4 span::before {
    height: 4px;
    background-size: contain;
    background-repeat: unset;
  }
}
.sec4-2 .section-inner .tab .content {
  background-color: #fff;
  padding-top: 32px;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab .content {
    padding-left: 3.4666666667vw;
    padding-right: 3.2vw;
  }
}
.sec4-2 .section-inner .tab .content .desc {
  color: #414141;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.31em;
  margin-bottom: 43px;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab .content .desc {
    font-size: 3.7333333333vw;
    text-align: left;
    padding-left: 5.0666666667vw;
    padding-right: 5.0666666667vw;
    line-height: 1.78em;
  }
}
.sec4-2 .section-inner .tab .content .flow-wrapper {
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab .content .flow-wrapper {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab .content .flow-wrapper .flow {
    width: calc(50% - 2px);
  }
}
.sec4-2 .section-inner .tab .content .flow-wrapper .flow .label {
  display: flex;
  justify-content: center;
}
.sec4-2 .section-inner .tab .content .flow-wrapper .flow .label p {
  color: white;
  font-size: 25px;
  font-weight: bold;
  border-radius: 20px 20px 0px 0px;
  background: #b3b3b3;
  width: 244px;
  line-height: 2.2em;
  text-align: center;
  padding-top: 3px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab .content .flow-wrapper .flow .label p {
    width: 41.0666666667vw;
    font-size: 4.8vw;
    line-height: 9.6vw;
  }
}
.sec4-2 .section-inner .tab .content .flow-wrapper .flow .flow-flex {
  display: flex;
  border-radius: 20px;
  background: #f1f1f1;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab .content .flow-wrapper .flow .flow-flex {
    flex-direction: column;
    border-radius: 10px 0 0 10px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #fff;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.3));
  }
}
.sec4-2 .section-inner .tab .content .flow-wrapper .flow .flow-flex .step {
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 45px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab .content .flow-wrapper .flow .flow-flex .step {
    flex-direction: row;
    padding-top: 5.3333333333vw;
    padding-bottom: 4.8vw;
    padding-left: 0;
    justify-content: center;
  }
}
.sec4-2 .section-inner .tab .content .flow-wrapper .flow .flow-flex .step::after {
  content: "";
  position: absolute;
  width: 18.78px;
  height: calc(100% - 10px);
  top: 5px;
  right: -14px;
  background-image: url(../img/sec4-2-arrow1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab .content .flow-wrapper .flow .flow-flex .step::after {
    height: 2.416vw;
    width: 100%;
    background-image: url(../img/sec4-2-arrow1-sp.svg);
    top: unset;
    left: 0;
    right: unset;
    bottom: -2.6666666667vw;
    background-size: cover;
  }
}
.sec4-2 .section-inner .tab .content .flow-wrapper .flow .flow-flex .step .num {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5a5a5a;
  color: white;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: bold;
  font-size: 30px;
  border-radius: 50%;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab .content .flow-wrapper .flow .flow-flex .step .num {
    display: none;
  }
}
.sec4-2 .section-inner .tab .content .flow-wrapper .flow .flow-flex .step .step-ttl {
  text-align: center;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 23px;
  line-height: 1.3em;
  font-weight: bold;
  color: #5a5a5a;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab .content .flow-wrapper .flow .flow-flex .step .step-ttl {
    text-align: left;
    height: auto;
    font-size: 4vw;
    letter-spacing: -0.05em;
  }
  .sec4-2 .section-inner .tab .content .flow-wrapper .flow .flow-flex .step .step-ttl .sp-show {
    margin-right: 0.8vw;
    display: inline;
  }
}
.sec4-2 .section-inner .tab .content .flow-wrapper .flow .flow-flex .step1 {
  width: 18.5%;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab .content .flow-wrapper .flow .flow-flex .step1 {
    width: 100%;
  }
}
.sec4-2 .section-inner .tab .content .flow-wrapper .flow .flow-flex .steps {
  width: 16.3325%;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab .content .flow-wrapper .flow .flow-flex .steps {
    width: 100%;
  }
}
.sec4-2 .section-inner .tab .content .flow-wrapper .flow .flow-flex .step6 {
  width: 16.81%;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab .content .flow-wrapper .flow .flow-flex .step6 {
    width: 100%;
  }
}
.sec4-2 .section-inner .tab .content .flow-wrapper .flow .flow-flex .step6::after {
  display: none;
}
.sec4-2 .section-inner .tab .content .flow-wrapper .flow2 .label p {
  background-color: #ed2d50;
}
.sec4-2 .section-inner .tab .content .flow-wrapper .flow2 .flow-flex {
  background-color: #feebee;
  margin-bottom: unset;
  margin-bottom: 66px;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab .content .flow-wrapper .flow2 .flow-flex {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0 10px 10px 0;
    margin-bottom: 0;
  }
}
.sec4-2 .section-inner .tab .content .flow-wrapper .flow2 .flow-flex .step .num {
  background-color: #ed2d50;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab .content .flow-wrapper .flow2 .flow-flex .step .num {
    background-color: transparent;
  }
}
.sec4-2 .section-inner .tab .content .flow-wrapper .flow2 .flow-flex .step::after {
  display: none;
}
.sec4-2 .section-inner .tab .content .flow-wrapper .flow2 .flow-flex .steps {
  width: 65.33%;
  position: relative;
  padding-right: 25px;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab .content .flow-wrapper .flow2 .flow-flex .steps {
    width: 100%;
    padding-right: 0;
    padding-top: 16vw;
    padding-bottom: 13.3333333333vw;
    background-color: #ffd8dd;
    position: relative;
  }
  .sec4-2 .section-inner .tab .content .flow-wrapper .flow2 .flow-flex .steps::before {
    content: "";
    width: 30px;
    height: 10px;
    position: absolute;
    background-color: #feebee;
    top: 0;
  }
}
.sec4-2 .section-inner .tab .content .flow-wrapper .flow2 .flow-flex .steps .ab {
  position: absolute;
  left: 0px;
  top: 0%;
  width: 103%;
  height: 100%;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab .content .flow-wrapper .flow2 .flow-flex .steps .ab {
    width: 100%;
    height: calc(100% + 2.6666666667vw);
  }
}
.sec4-2 .section-inner .tab .content .flow-wrapper .flow2 .flow-flex .steps p {
  position: relative;
  z-index: 2;
}
.sec4-2 .section-inner .tab .content .flow-wrapper .flow2 .flow-flex .steps p .red {
  color: #ed2d50;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab .content .flow-wrapper .flow2 .flow-flex .steps p .red {
    position: relative;
  }
  .sec4-2 .section-inner .tab .content .flow-wrapper .flow2 .flow-flex .steps p .red::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -3px;
  }
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab .content .flow-wrapper .flow2 .flow-flex .steps p {
    line-height: 2em !important;
  }
}
.sec4-2 .section-inner .tab .content .flow-wrapper .flow2 .flow-flex .steps .step-ttl {
  display: inline;
  color: #7a685f;
}
.sec4-2 .section-inner .tab .content .b-flex {
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab .content .b-flex {
    flex-direction: column;
    margin-left: -3.4666666667vw;
    margin-right: -3.2vw;
    margin-top: -26.6666666667vw;
  }
}
.sec4-2 .section-inner .tab .content .b-flex .left {
  width: 55%;
  position: absolute;
}
.sec4-2 .section-inner .tab .content .b-flex .left img {
  width: 100%;
}
.sec4-2 .section-inner .tab .content .b-flex .right {
  padding-top: 25px;
  padding-bottom: 120px;
  position: relative;
  z-index: 2;
  padding-left: 480px;
}
@media (max-width: 1024px) {
  .sec4-2 .section-inner .tab .content .b-flex .right {
    padding-left: 450px;
  }
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab .content .b-flex .right {
    padding-left: 0;
    background-image: url(../img/sec4-2-left-sp.webp);
    background-size: cover;
    background-position: center;
  }
}
.sec4-2 .section-inner .tab .content .b-flex .right h5 {
  color: var(--main_, #7a685f);
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3em; /* 130.769% */
  padding-bottom: 34px;
}
.sec4-2 .section-inner .tab .content .b-flex .right h5 img {
  margin-right: 2px;
}
.sec4-2 .section-inner .tab .content .b-flex .right h5 .red {
  color: #ed2d50;
  font-size: 1.65em;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab .content .b-flex .right h5 {
    text-align: center;
    font-size: 5.8666666667vw;
    padding-top: 26.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }
  .sec4-2 .section-inner .tab .content .b-flex .right h5 .red {
    font-size: 7.2vw;
  }
  .sec4-2 .section-inner .tab .content .b-flex .right h5 .sp-1 {
    display: inline-block;
    margin-bottom: 1.8666666667vw;
  }
  .sec4-2 .section-inner .tab .content .b-flex .right h5 .sp-size {
    font-size: 4.8vw;
  }
  .sec4-2 .section-inner .tab .content .b-flex .right h5 img {
    width: 22.9333333333vw;
    height: auto;
  }
}
.sec4-2 .section-inner .tab .content .b-flex .right p {
  color: #ed2d50;
  font-family: "Koburina Gothic Std", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.9em;
  padding-left: 40px;
}
.sec4-2 .section-inner .tab1 {
  margin-bottom: -70px;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab1 {
    margin-bottom: -30px;
  }
}
.sec4-2 .section-inner .tab1 .ttl h4 span {
  color: white;
}
.sec4-2 .section-inner .tab2 {
  margin-bottom: -170px;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab2 {
    margin-bottom: -8vw;
  }
}
.sec4-2 .section-inner .tab2 .ttl {
  background-color: #87d7b3;
}
.sec4-2 .section-inner .tab2 .ttl h4 {
  font-size: 38px;
}
.sec4-2 .section-inner .tab2 .ttl h4 span {
  padding-left: 0;
  padding-right: 0;
  color: white;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab2 .ttl h4 {
    font-size: 5.0666666667vw;
    line-height: 1.3em;
  }
}
.sec4-2 .section-inner .tab2 .content {
  padding-top: 26px;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab2 .content {
    padding-right: 0;
  }
}
.sec4-2 .section-inner .tab2 .content .table-wrapper {
  padding-left: 70px;
  padding-right: 70px;
  filter: drop-shadow(0px 0px 20px rgb(154, 154, 154));
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .sec4-2 .section-inner .tab2 .content .table-wrapper {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab2 .content .table-wrapper {
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
    filter: drop-shadow(0px 0px 3px rgb(154, 154, 154));
    margin-bottom: 5.8666666667vw;
  }
}
.sec4-2 .section-inner .tab2 .content table {
  width: 100%;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab2 .content table {
    width: 173.6vw;
  }
}
.sec4-2 .section-inner .tab2 .content table .thead .th1 {
  width: 51.48px;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab2 .content table .thead .th1 {
    width: 12vw;
  }
}
.sec4-2 .section-inner .tab2 .content table .thead .yuno,
.sec4-2 .section-inner .tab2 .content table .thead .other {
  width: 53.8666666667vw;
}
.sec4-2 .section-inner .tab2 .content table .thead th {
  vertical-align: bottom;
}
.sec4-2 .section-inner .tab2 .content table .thead th p {
  border-radius: 15px 15px 0 0;
  color: white;
  text-align: center;
  font-weight: bold;
}
.sec4-2 .section-inner .tab2 .content table .thead .yuno {
  border-radius: 10px 10px 0 0;
  background-color: #ed2d50;
  font-size: 29px;
}
.sec4-2 .section-inner .tab2 .content table .thead .yuno p {
  line-height: 45px;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab2 .content table .thead .yuno {
    font-size: 6.1333333333vw;
  }
  .sec4-2 .section-inner .tab2 .content table .thead .yuno p {
    line-height: 12vw;
  }
}
.sec4-2 .section-inner .tab2 .content table .thead .other p {
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 1.7em;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab2 .content table .thead .other p {
    font-size: 4.5173333333vw;
  }
}
.sec4-2 .section-inner .tab2 .content table .thead .other1 p {
  background-color: #998675;
}
.sec4-2 .section-inner .tab2 .content table .thead .other2 p {
  background-color: #bb9f81;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab2 .content table .body-tr p {
    font-size: 3.7333333333vw;
  }
}
.sec4-2 .section-inner .tab2 .content table .body-tr .th1 {
  background-color: #f7a1b1;
  text-align: center;
  border-radius: 10px 0 0 0;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab2 .content table .body-tr .th1 img {
    width: 3.8506666667vw;
  }
}
.sec4-2 .section-inner .tab2 .content table .body-tr .td1 {
  position: relative;
  padding-left: 16px;
  padding-top: 18px;
  padding-bottom: 20px;
  background-color: #fff;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab2 .content table .body-tr .td1 {
    padding-left: 10px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 10px;
  }
}
.sec4-2 .section-inner .tab2 .content table .body-tr .td1::before {
  content: "";
  width: 100%;
  height: 1px;
  background-image: url(../img/dot-red.svg);
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab2 .content table .body-tr .td1::before {
    background-size: unset;
  }
}
.sec4-2 .section-inner .tab2 .content table .body-tr .td1 .bold {
  color: #736357;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  padding-bottom: 5px;
  padding-left: 8px;
  line-height: 1.5em;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab2 .content table .body-tr .td1 .bold {
    font-size: 3.7333333333vw;
    line-height: 1.28em;
    padding-bottom: 1.0666666667vw;
  }
}
.sec4-2 .section-inner .tab2 .content table .body-tr .td1 ul li {
  font-family: "Koburina Gothic Std", sans-serif;
  color: #736357;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.47em; /* 147.059% */
  position: relative;
  padding-left: 1em;
}
.sec4-2 .section-inner .tab2 .content table .body-tr .td1 ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab2 .content table .body-tr .td1 ul li {
    font-size: 3.4666666667vw;
    line-height: 1.38em;
  }
}
.sec4-2 .section-inner .tab2 .content table .body-tr .td2,
.sec4-2 .section-inner .tab2 .content table .body-tr .td3 {
  padding-left: 1em;
  color: #736357;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.47em; /* 147.059% */
  position: relative;
}
.sec4-2 .section-inner .tab2 .content table .body-tr .td2::before,
.sec4-2 .section-inner .tab2 .content table .body-tr .td3::before {
  content: "";
  width: 100%;
  height: 1px;
  background-image: url(../img/dot-brown.svg);
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sec4-2 .section-inner .tab2 .content table .body-tr .td2 {
  background-color: #f2f2f2;
}
.sec4-2 .section-inner .tab2 .content table .body-tr .td3 {
  background-color: #e6e6e6;
  padding-right: 10px;
}
.sec4-2 .section-inner .tab2 .content table .body-tr .td3.td3-2 p {
  margin-top: -1.5em;
}
.sec4-2 .section-inner .tab2 .content table .tr2 .th1 {
  background-color: #f4798f;
  border-radius: 0;
}
.sec4-2 .section-inner .tab2 .content table .tr3 ul li {
  padding-left: 0 !important;
}
.sec4-2 .section-inner .tab2 .content table .tr3 ul li::before {
  display: none;
}
.sec4-2 .section-inner .tab2 .content table .tr3 .th1 {
  background-color: #f15975;
  border-radius: 0 0 0px 10px;
}
.sec4-2 .section-inner .tab2 .content table .tr3 td::before {
  display: none;
}
.sec4-2 .section-inner .tab2 .content table .tr3 td.td2 {
  padding-left: 1.5em;
  padding-top: 10px;
}
.sec4-2 .section-inner .tab2 .content table .tr3 td.td3 {
  padding-top: 10px;
}
.sec4-2 .section-inner .tab2 .content table .tr3 .td1 {
  padding-top: 25px;
  padding-left: 20px;
  padding-bottom: 25px;
  position: relative;
}
.sec4-2 .section-inner .tab2 .content table .tr3 .td1::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-image: url(../img/dot-red.svg);
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab2 .content table .tr3 .td1::before {
    background-size: unset;
  }
}
.sec4-2 .section-inner .tab2 .content table .tr3 .td3 {
  border-radius: 0 0 10px 0;
}
.sec4-2 .section-inner .tab2 .content table .tr4 ul li {
  padding-left: 0 !important;
}
.sec4-2 .section-inner .tab2 .content table .tr4 ul li::before {
  display: none;
}
.sec4-2 .section-inner .tab2 .content table .tr4 .th1 {
  background-color: #ed2d50;
  border-radius: 0 0 0px 10px;
  padding-top: 7px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab2 .content table .tr4 .th1 {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
.sec4-2 .section-inner .tab2 .content table .tr4 .td1 {
  padding-left: 20px;
}
.sec4-2 .section-inner .tab2 .content table .tr4 th::before,
.sec4-2 .section-inner .tab2 .content table .tr4 td::before {
  display: none;
}
.sec4-2 .section-inner .tab2 .content .b-flex2 {
  padding-left: 84px;
  padding-top: 49px;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab2 .content .b-flex2 {
    margin-left: -3.4666666667vw;
    padding-top: 0;
    padding-left: 0;
  }
}
.sec4-2 .section-inner .tab2 .content .b-flex2 .right {
  width: 52.7%;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .sec4-2 .section-inner .tab2 .content .b-flex2 .right {
    top: -80px;
  }
}
.sec4-2 .section-inner .tab2 .content .b-flex2 .right img {
  width: 100%;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab2 .content .b-flex2 .right {
    display: none;
  }
}
.sec4-2 .section-inner .tab2 .content .b-flex2 .left {
  position: relative;
  z-index: 2;
  padding-bottom: 210px;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab2 .content .b-flex2 .left {
    padding-left: 0;
    background-image: url(../img/sec4-2-right-sp.webp);
    background-size: 100%;
    background-position: center;
    width: 100%;
  }
}
.sec4-2 .section-inner .tab2 .content .b-flex2 h5 {
  color: #7a685f;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1333em;
  letter-spacing: -0.1em;
  margin-bottom: 40px;
}
.sec4-2 .section-inner .tab2 .content .b-flex2 h5 .red {
  color: #ed2d50;
  font-size: 1.43333em;
  letter-spacing: 0;
}
.sec4-2 .section-inner .tab2 .content .b-flex2 h5 .span1 {
  letter-spacing: 0.05em;
}
.sec4-2 .section-inner .tab2 .content .b-flex2 h5 .red1 {
  letter-spacing: -0.1em;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab2 .content .b-flex2 h5 {
    font-size: 6.1333333333vw;
    line-height: 1.43em;
    padding-left: 2.9333333333vw;
  }
  .sec4-2 .section-inner .tab2 .content .b-flex2 h5 .red {
    font-size: 1em;
  }
}
.sec4-2 .section-inner .tab2 .content .b-flex2 p {
  color: #ed2d50;
  font-family: Koburina Gothic Std;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 38px; /* 190% */
}
.sec4-2 .section-inner .tab3 .ttl {
  background-color: #f9cede;
}
.sec4-2 .section-inner .tab3 .content {
  padding-top: 52px;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab3 .content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 4.5333333333vw;
  }
  .sec4-2 .section-inner .tab3 .content .desc2 {
    text-align: center;
    font-size: 3.7333333333vw;
    margin-bottom: 3.4666666667vw;
  }
}
.sec4-2 .section-inner .tab3 .content .table-wrapper {
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 60px;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.3));
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab3 .content .table-wrapper {
    padding-left: 0;
    padding-right: 0;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
    padding-bottom: 0;
  }
}
.sec4-2 .section-inner .tab3 .content .table-wrapper table {
  width: 100%;
  table-layout: fixed;
}
.sec4-2 .section-inner .tab3 .content .table-wrapper table th,
.sec4-2 .section-inner .tab3 .content .table-wrapper table td {
  font-family: "Koburina Gothic Std", sans-serif;
}
.sec4-2 .section-inner .tab3 .content .table-wrapper table .thead .th1 {
  width: 200px;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab3 .content .table-wrapper table .thead .th1 {
    width: 19.2vw;
  }
}
.sec4-2 .section-inner .tab3 .content .table-wrapper table .thead .th2,
.sec4-2 .section-inner .tab3 .content .table-wrapper table .thead .th3,
.sec4-2 .section-inner .tab3 .content .table-wrapper table .thead .th4 {
  text-align: center;
  width: calc((100% - 200px) / 3);
  width: 100%;
}
.sec4-2 .section-inner .tab3 .content .table-wrapper table .thead .th2 p,
.sec4-2 .section-inner .tab3 .content .table-wrapper table .thead .th3 p,
.sec4-2 .section-inner .tab3 .content .table-wrapper table .thead .th4 p {
  margin: auto;
  display: flex;
  justify-content: center;
  width: calc(100% - 26px);
  border: 1px solid #ebe9ea;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  line-height: 45px;
  font-size: 20px;
  font-weight: 600;
  color: #736357;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab3 .content .table-wrapper table .thead .th2 p,
  .sec4-2 .section-inner .tab3 .content .table-wrapper table .thead .th3 p,
  .sec4-2 .section-inner .tab3 .content .table-wrapper table .thead .th4 p {
    font-size: 3.2vw;
    width: calc(100% - 5px);
    line-height: 8vw;
  }
}
.sec4-2 .section-inner .tab3 .content .table-wrapper table .thead .th3 p {
  background-color: #fef6f7;
}
.sec4-2 .section-inner .tab3 .content .table-wrapper table .thead .th4 {
  position: relative;
}
.sec4-2 .section-inner .tab3 .content .table-wrapper table .thead .th4::before {
  content: "";
  background-image: url(../img/sec4-2-popular.svg);
  width: 113.009px;
  height: 24.904px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 56.5045px);
  top: -35px;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab3 .content .table-wrapper table .thead .th4::before {
    display: none;
  }
}
.sec4-2 .section-inner .tab3 .content .table-wrapper table .thead .th4 p {
  background-color: #fcedf2;
  font-size: 22px;
  color: #ed2d50;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab3 .content .table-wrapper table .thead .th4 p {
    font-size: 3.2vw;
  }
}
.sec4-2 .section-inner .tab3 .content .table-wrapper table .b-tr {
  border-bottom: 1px dashed #ccc;
}
.sec4-2 .section-inner .tab3 .content .table-wrapper table .b-tr.tr1 th {
  border-radius: 5px 0 0 0;
}
.sec4-2 .section-inner .tab3 .content .table-wrapper table .b-tr.tr1 .td2 {
  border-radius: 0 5px 0 0;
}
.sec4-2 .section-inner .tab3 .content .table-wrapper table .b-tr.tr8 {
  border-bottom: unset;
}
.sec4-2 .section-inner .tab3 .content .table-wrapper table .b-tr.tr8 th {
  border-radius: 0 0 0 5px;
}
.sec4-2 .section-inner .tab3 .content .table-wrapper table .b-tr.tr8 .td2 {
  border-radius: 0 0 5px 0;
}
.sec4-2 .section-inner .tab3 .content .table-wrapper table .b-tr th,
.sec4-2 .section-inner .tab3 .content .table-wrapper table .b-tr td {
  height: 57px;
  text-align: center;
  color: #736357;
  font-size: 17px;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab3 .content .table-wrapper table .b-tr th,
  .sec4-2 .section-inner .tab3 .content .table-wrapper table .b-tr td {
    height: 12.5333333333vw;
    font-size: 3.368vw;
  }
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab3 .content .table-wrapper table .b-tr th {
    line-height: 1.1em;
  }
}
.sec4-2 .section-inner .tab3 .content .table-wrapper table .b-tr td span {
  font-size: 0.7em;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab3 .content .table-wrapper table .b-tr td {
    font-size: 3.2vw;
  }
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab3 .content .table-wrapper table .b-tr.tr7 th,
  .sec4-2 .section-inner .tab3 .content .table-wrapper table .b-tr.tr7 td {
    height: 19.2vw;
  }
}
.sec4-2 .section-inner .tab3 .content .table-wrapper table .b-tr th {
  font-weight: 600;
  background-color: #e6e6e6;
}
.sec4-2 .section-inner .tab3 .content .table-wrapper table .b-tr .td1 {
  background-color: #fff;
}
.sec4-2 .section-inner .tab3 .content .table-wrapper table .b-tr .td2 {
  background-color: #fef6f7;
}
.sec4-2 .section-inner .tab3 .content .table-wrapper table .b-tr .td3 {
  background-color: #fcedf2;
}
.sec4-2 .section-inner .tab3.charge_list img {
  width: 100%;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab3.charge_list img.pc_active {
    display: none;
  }
}
.sec4-2 .section-inner .tab3.charge_list img.sp_active {
  display: none;
}
@media (max-width: 767px) {
  .sec4-2 .section-inner .tab3.charge_list img.sp_active {
    display: block;
  }
}

.cta-sec2 {
  margin-top: -3px;
  position: relative;
  z-index: 2;
}

.cta-sec {
  background: linear-gradient(0deg, #ed2d50 0%, #f7931e 100%);
  padding-top: 20px;
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .cta-sec {
    padding-top: 3.7333333333vw;
    padding-bottom: 0;
  }
}
.cta-sec.adjust {
  padding: 0;
}
.cta-sec .img-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .cta-sec .img-wrapper img {
    width: 48.5333333333vw;
    height: auto;
  }
}
.cta-sec .cta {
  width: 957px;
}
@media (max-width: 767px) {
  .cta-sec .cta {
    width: 100%;
  }
}
.cta-sec .cta .cta-top {
  background: transparent;
}
.cta-sec .cta .cta-top h3 {
  background-color: #ed2d50;
  border-radius: 30px 30px 0 0;
  font-size: 33px;
}
@media (max-width: 767px) {
  .cta-sec .cta .cta-top h3 {
    border-radius: 0px 0px 0 0;
    font-size: 4.8vw;
    text-align: left;
    line-height: 1.38em;
    padding-left: 32.5333333333vw;
    padding: 3% 0 3% 32.533vw;
    font-size: 4vw;
  }
  .cta-sec .cta .cta-top h3 .sp-span {
    color: white;
  }
}
.cta-sec .cta .cta-top h3 > span::before {
  content: "";
  width: 125px;
  height: 125px;
  left: -133px;
  top: calc(50% - 53.5px);
}
@media (max-width: 767px) {
  .cta-sec .cta .cta-top h3 > span::before {
    width: 21.0666666667vw;
    height: 21.0666666667vw;
    left: -24vw;
    top: calc(50% - 12vw);
    background-image: url(../img/cta-limited-circle.png);
  }
}
.cta-sec .cta .cta-top h2 {
  font-size: 52px;
  padding-top: 5px;
  letter-spacing: -0.05em;
  padding-left: 0.02em;
  padding-right: 0.7em;
}
@media (max-width: 767px) {
  .cta-sec .cta .cta-top h2 {
    font-size: 5.3333333333vw;
    padding-bottom: 4vw;
  }
  .cta-sec .cta .cta-top h2 .sp-span {
    color: #fff799;
  }
}
.cta-sec .cta .cta-top h2 .span1 {
  margin-left: 0.05em;
  margin-right: 0.05em;
}
.cta-sec .cta .cta-top h2 .span2 {
  letter-spacing: -0.2em;
}
.cta-sec .cta .cta-top h2 span::before, .cta-sec .cta .cta-top h2 span::after {
  width: 108.952px;
  height: 62.541px;
  top: 0;
}
@media (max-width: 767px) {
  .cta-sec .cta .cta-top h2 span::before, .cta-sec .cta .cta-top h2 span::after {
    width: 10.6864vw;
    height: 7.8992vw;
    top: -1.3333333333vw;
  }
}
.cta-sec .cta .cta-top h2 span::before {
  left: -70px;
}
@media (max-width: 767px) {
  .cta-sec .cta .cta-top h2 span::before {
    left: -6.6666666667vw;
  }
}
.cta-sec .cta .cta-top h2 span::after {
  right: -110px;
}
@media (max-width: 767px) {
  .cta-sec .cta .cta-top h2 span::after {
    right: -10.1333333333vw;
  }
}
.cta-sec .cta .cta-bottom {
  border-top: 0;
  margin-top: 0;
}
@media (max-width: 767px) {
  .cta-sec .cta .cta-bottom {
    border-width: 3px;
    border-radius: 0;
    padding-bottom: 2.6666666667vw;
    margin-top: 0vw;
    background-color: #fcecee;
    border-top: none;
  }
}
.cta-sec .cta .cta-bottom .bottom-flex .ff {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.cta-sec .cta .cta-bottom .bottom-flex .ff p {
  font-size: 2.7777777778vw;
  line-height: 1.6em;
}
@media (min-width: 1441px) {
  .cta-sec .cta .cta-bottom .bottom-flex .ff p {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .cta-sec .cta .cta-bottom .bottom-flex .ff p {
    font-size: 6.4vw;
  }
}
.cta-sec .cta .cta-bottom .bottom-flex .ff h4 {
  font-size: 4.1666666667vw;
}
@media (min-width: 1441px) {
  .cta-sec .cta .cta-bottom .bottom-flex .ff h4 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cta-sec .cta .cta-bottom .bottom-flex .ff h4 span {
    position: relative;
    left: unset;
  }
}
@media (max-width: 767px) {
  .cta-sec .cta .cta-bottom .bottom-flex .ff h4 span::before {
    width: 21.3333333333vw;
    height: 2.7013333333vw;
    left: calc(50% - 10.6666666667vw);
  }
}
@media (max-width: 767px) {
  .cta-sec .cta .cta-bottom .bottom-flex .ff h4 {
    font-size: 7.4666666667vw;
  }
}
.cta-sec .cta .cta-bottom .bottom-flex .f2 {
  margin-left: 16px;
  margin-right: 30px;
}
.cta-sec .cta .cta-bottom .bottom-flex .f2 p {
  width: 49.8px;
  height: 49.8px;
  font-size: 27px;
}
@media (max-width: 767px) {
  .cta-sec .cta .cta-bottom .bottom-flex .f2 p {
    width: 6.336vw;
    height: 6.336vw;
    font-size: 3.7333333333vw;
  }
}
@media (max-width: 767px) {
  .cta-sec .cta .cta-bottom .bottom-flex .f2 {
    margin-left: 1.6vw;
    margin-right: 2.6666666667vw;
  }
}
.cta-sec .cta .cta-bottom .btn {
  margin-left: 115px;
  margin-right: 115px;
  border-width: 2px;
  padding-top: 18px;
  padding-bottom: 14px;
}
@media (max-width: 767px) {
  .cta-sec .cta .cta-bottom .btn {
    padding-top: 0.8vw;
    padding-bottom: 1.3333333333vw;
  }
}
.cta-sec .cta .cta-bottom .btn p {
  font-size: 33px;
}
@media (max-width: 767px) {
  .cta-sec .cta .cta-bottom .btn p {
    font-size: 5.0666666667vw;
    line-height: 5.3333333333vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cta-sec .cta .cta-bottom .btn p > span .span-w {
    font-size: 0.7894em;
  }
}
@media (max-width: 767px) {
  .cta-sec .cta .cta-bottom .btn {
    margin-left: 4.2666666667vw;
    margin-right: 4vw;
    border-width: 1px;
  }
}
.cta-sec .cta_img {
  width: 100%;
  position: relative;
}
.cta-sec .cta_img .cta_bg {
  width: 100%;
}
.cta-sec .cta_img .btn-wrapper {
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 767px) {
  .cta-sec .cta_img .btn-wrapper {
    bottom: 4%;
  }
}
.cta-sec .cta_img .btn-wrapper .btn {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  display: block;
  border-radius: 99px;
  border: 2px solid #fff;
  background: #70d04f;
  box-shadow: -3px -3px 15px 0px #007b0c inset, 0.2083333333vw 0.2083333333vw 0.6944444444vw 0px #fff inset, 0px 0px 7px lightgray;
  width: 33%;
  padding: 2px 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cta-sec .cta_img .btn-wrapper .btn {
    width: 90%;
    border-width: 1px;
    padding-top: 1.25vw;
    padding-bottom: 0.9722222222vw;
  }
}
.cta-sec .cta_img .btn-wrapper .btn p {
  text-align: center;
  text-shadow: 0.5px 0.5px 2px rgba(255, 255, 255, 0.6), -1px -1px 2px rgba(0, 0, 0, 0.25);
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.115em;
  margin: 1% 0;
  color: white;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  .cta-sec .cta_img .btn-wrapper .btn p {
    font-size: 4vw;
    line-height: 1.2;
  }
}
.cta-sec .cta_img .btn-wrapper .btn p .span-color {
  color: #ffff50;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .cta-sec .cta_img .btn-wrapper .btn p .span-color {
    font-size: 3.7vw;
  }
}

.sec5 {
  background: linear-gradient(0deg, #ed2d50 1.36%, #f1e9ed 62%);
  padding-top: 40px;
}
@media (max-width: 767px) {
  .sec5 {
    padding-top: 8vw;
  }
}
.sec5 .ttl-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .sec5 .ttl-wrapper {
    padding-left: 4.5333333333vw;
    padding-right: 4.5333333333vw;
    align-items: center;
    justify-content: space-between;
  }
}
.sec5 .ttl-wrapper h4 {
  color: #e1afb7;
  text-align: center;
  font-family: "Heiti TC";
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.2em;
  padding-top: 1.3em;
}
@media (max-width: 767px) {
  .sec5 .ttl-wrapper h4 {
    font-size: 4vw;
    padding-top: 0;
  }
}
.sec5 .ttl-wrapper h4 .span1 {
  letter-spacing: 0.1em;
}
.sec5 .ttl-wrapper h4 .span2 {
  letter-spacing: -0.5em;
}
.sec5 .ttl-wrapper .h4-1 {
  margin-right: 44px;
}
@media (max-width: 767px) {
  .sec5 .ttl-wrapper .h4-1 {
    margin-right: unset;
    padding-bottom: 8vw;
  }
}
.sec5 .ttl-wrapper .h4-2 {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .sec5 .ttl-wrapper .h4-2 {
    margin-left: unset;
    padding-bottom: 8vw;
  }
}
.sec5 .ttl-wrapper h3 span {
  color: #767676;
  text-align: center;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 0.15em;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 30px;
  padding-bottom: 57px;
  display: block;
  text-align: center;
  background-image: url(../img/sec5-fukidashi.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .sec5 .ttl-wrapper h3 span {
    color: #7a685f;
    padding-top: 2.1333333333vw;
    background-position: center top;
    font-size: 6.6666666667vw;
    padding-left: 6.6666666667vw;
    padding-right: 5.8666666667vw;
    letter-spacing: 0.05em;
    padding-bottom: 12vw;
  }
}
.sec5 .swiper {
  padding-bottom: 73px;
}
@media (max-width: 767px) {
  .sec5 .swiper {
    padding-bottom: 60px;
  }
}
.sec5 .swiper .swiper-slide {
  background-color: #fff;
  height: auto;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.sec5 .swiper .swiper-slide .slide-inner {
  position: relative;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .sec5 .swiper .swiper-slide .slide-inner {
    flex-direction: column;
  }
}
.sec5 .swiper .swiper-slide .img-container {
  padding-top: 58px;
  width: 46%;
  flex-shrink: 0;
}
.sec5 .swiper .swiper-slide .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .sec5 .swiper .swiper-slide .img-container {
    padding-top: unset;
    width: 100%;
    height: 400px;
  }
  .sec5 .swiper .swiper-slide .img-container img {
    -o-object-position: top left;
       object-position: top left;
  }
}
@media (max-width: 767px) {
  .sec5 .swiper .swiper-slide .img-container {
    height: 210px;
  }
}
.sec5 .swiper .swiper-slide .txt-container {
  padding-top: 30px;
  margin-right: -200px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .sec5 .swiper .swiper-slide .txt-container {
    margin-right: unset;
    padding-top: 19px;
    padding-right: 17px;
  }
}
.sec5 .swiper .swiper-slide .txt-container .label {
  background-color: #fbb096;
  padding-left: 39px;
  padding-right: 17px;
  padding-top: 15px;
  padding-bottom: 14px;
  color: #736357;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2em; /* 120% */
  display: inline-block;
}
@media (max-width: 1024px) {
  .sec5 .swiper .swiper-slide .txt-container .label {
    font-size: 14px;
    padding-left: 17px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.7em;
  }
}
.sec5 .swiper .swiper-slide .txt-container .label-wrapper {
  height: 53px;
  margin-bottom: 26px;
}
@media (max-width: 1024px) {
  .sec5 .swiper .swiper-slide .txt-container .label-wrapper {
    height: unset;
    margin-bottom: 19px;
  }
}
.sec5 .swiper .swiper-slide .txt-container .desc {
  color: #736357;
  font-family: "Koburina Gothic Std", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.7777em; /* 177.778% */
  padding-left: 35px;
  padding-bottom: 50px;
  text-shadow: 0 0 3px white;
}
@media (max-width: 1024px) {
  .sec5 .swiper .swiper-slide .txt-container .desc {
    padding-left: 17px;
    font-size: 18px;
    padding-bottom: 0;
    margin-bottom: -100px;
  }
  .sec5 .swiper .swiper-slide .txt-container .desc.desc2 {
    margin-right: -5px;
  }
}
@media (max-width: 767px) {
  .sec5 .swiper .swiper-slide .txt-container .desc {
    font-size: 14px;
  }
}
.sec5 .swiper .slide2 .slide-inner .txt-container .label {
  background-color: #87d7b3;
}
.sec5 .swiper .slide3 .slide-inner .txt-container .label {
  background-color: #f9cede;
}
.sec5 .flow-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .sec5 .flow-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.sec5 .flow-wrapper .flow {
  max-width: 1257px;
  margin: auto;
}
.sec5 .flow-wrapper h3 {
  text-align: center;
  position: relative;
  margin-bottom: -67px;
}
@media (max-width: 767px) {
  .sec5 .flow-wrapper h3 {
    margin-bottom: unset;
    width: 78.9333333333vw;
    margin: auto;
  }
  .sec5 .flow-wrapper h3 img {
    width: 100%;
  }
}
.sec5 .flow-wrapper h3 span {
  position: absolute;
  width: 410.018px;
  line-height: 75px;
  background-color: #7a685f;
  color: white;
  font-size: 35px;
  font-weight: 600;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  border-radius: 10px;
  left: calc(50% - 209.009px);
  top: 1px;
}
@media (max-width: 767px) {
  .sec5 .flow-wrapper h3 span {
    font-size: 6.1333333333vw;
    width: 76.5333333333vw;
    line-height: 11.7066666667vw;
    top: 0.8vw;
    left: calc(50% - 38.6666666667vw);
  }
}
.sec5 .flow-wrapper .content {
  border-radius: 50px 50px 0px 0px;
  background-color: #ed2d50;
  padding-top: 82px;
  padding-bottom: 65px;
  padding-left: 93px;
  padding-right: 90px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .sec5 .flow-wrapper .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .sec5 .flow-wrapper .content {
    border-radius: 0;
    margin-top: -8vw;
    padding-top: 12.2666666667vw;
    padding-left: 2.9333333333vw;
    padding-right: 2.9333333333vw;
    padding-bottom: 2.6666666667vw;
  }
}
.sec5 .flow-wrapper .content .row {
  height: 330px;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .sec5 .flow-wrapper .content .row {
    height: unset;
  }
}
.sec5 .flow-wrapper .content .row > img {
  width: 100%;
  height: 105%;
  position: absolute;
  left: 0%;
  top: 0%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .sec5 .flow-wrapper .content .row > img {
    -o-object-fit: unset;
       object-fit: unset;
    top: -10%;
  }
}
@media (max-width: 767px) {
  .sec5 .flow-wrapper .content .row > img {
    display: none;
  }
}
.sec5 .flow-wrapper .content .row .inner {
  position: relative;
  z-index: 2;
  padding-top: 33px;
  display: flex;
}
.sec5 .flow-wrapper .content .row .inner::after {
  content: "";
  width: 60px;
  height: 94.34px;
  background-image: url(../img/sec5-flow-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: calc(50% + 7.83px);
  right: -53px;
}
@media screen and (max-width: 1200px) {
  .sec5 .flow-wrapper .content .row .inner::after {
    right: -60px;
    display: none;
    top: 55%;
  }
}
@media (max-width: 767px) {
  .sec5 .flow-wrapper .content .row .inner::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .sec5 .flow-wrapper .content .row .inner {
    flex-direction: column;
  }
}
.sec5 .flow-wrapper .content .row .inner .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .sec5 .flow-wrapper .content .row .inner .txt {
    position: relative;
    padding-top: 5.8666666667vw;
    padding-bottom: 8.5333333333vw;
  }
  .sec5 .flow-wrapper .content .row .inner .txt img {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
  }
}
.sec5 .flow-wrapper .content .row .inner .txt .num {
  width: 42.84px;
  height: 42.84px;
  color: #736357;
  text-align: center;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #736357;
}
@media (max-width: 767px) {
  .sec5 .flow-wrapper .content .row .inner .txt .num {
    font-family: "ltc-goudy-oldstyle-pro", serif;
    font-size: 5.3333333333vw;
    font-weight: normal;
    position: relative;
    z-index: 2;
    width: 8.8vw;
    height: 8.8vw;
  }
}
.sec5 .flow-wrapper .content .row .inner .txt h6 {
  color: #7a685f;
  text-align: center;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 25px;
  line-height: 2em;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.sec5 .flow-wrapper .content .row .inner .txt h6 span {
  letter-spacing: -0.1em;
}
@media screen and (max-width: 1200px) {
  .sec5 .flow-wrapper .content .row .inner .txt h6 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .sec5 .flow-wrapper .content .row .inner .txt h6 {
    font-size: 5.3333333333vw;
    position: relative;
    z-index: 2;
  }
}
.sec5 .flow-wrapper .content .row .inner .txt p {
  text-align: center;
  color: #534741;
  font-family: "Koburina Gothic Std", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.75em; /* 175% */
}
.sec5 .flow-wrapper .content .row .inner .txt p span {
  background: linear-gradient(transparent 50%, #fff8a8 0%);
}
@media screen and (max-width: 1200px) {
  .sec5 .flow-wrapper .content .row .inner .txt p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .sec5 .flow-wrapper .content .row .inner .txt p {
    font-size: 3.7333333333vw;
    line-height: 1.78em;
    position: relative;
    z-index: 2;
    padding-bottom: 2.6666666667vw;
  }
}
.sec5 .flow-wrapper .content .row .inner .one {
  width: 34.114%;
  margin-right: -50px;
}
@media (max-width: 767px) {
  .sec5 .flow-wrapper .content .row .inner .one {
    width: 100%;
    margin-right: 0;
  }
}
.sec5 .flow-wrapper .content .row .inner .two {
  width: 37.77%;
  margin-right: -50px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .sec5 .flow-wrapper .content .row .inner .two {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    padding-top: 13.3333333333vw;
    margin-top: -8vw;
  }
}
.sec5 .flow-wrapper .content .row .inner .two p {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 767px) {
  .sec5 .flow-wrapper .content .row .inner .two p {
    padding-left: 0;
    padding-right: 0;
  }
}
.sec5 .flow-wrapper .content .row .inner .three {
  width: 37.77%;
}
@media (max-width: 767px) {
  .sec5 .flow-wrapper .content .row .inner .three {
    width: 100%;
    margin-top: -2.6666666667vw;
    padding-top: 13.3333333333vw;
  }
}
.sec5 .flow-wrapper .content .row .inner .three p {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 767px) {
  .sec5 .flow-wrapper .content .row .inner .three p {
    padding-left: 0;
    padding-right: 0;
  }
}
.sec5 .flow-wrapper .content .row .inner2::after {
  content: "";
  width: 60.57px;
  height: 94.34px;
  background-image: url(../img/sec5-flow-arrow.svg);
  top: calc(50% + 13.83px);
  left: -15px;
}
@media screen and (max-width: 1200px) {
  .sec5 .flow-wrapper .content .row .inner2::after {
    left: -60px;
    top: 55%;
  }
}
@media (max-width: 767px) {
  .sec5 .flow-wrapper .content .row .inner2::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .sec5 .flow-wrapper .content .row .inner2 {
    padding-top: 0;
  }
}
.sec5 .flow-wrapper .content .row .inner2 .one {
  width: 37.77%;
  margin-right: -50px;
  padding-left: 80px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .sec5 .flow-wrapper .content .row .inner2 .one {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 13.3333333333vw;
    margin-top: -9.3333333333vw;
  }
}
.sec5 .flow-wrapper .content .row .inner2 .two {
  width: 37.77%;
  margin-right: -50px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .sec5 .flow-wrapper .content .row .inner2 .two {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    padding-top: 13.3333333333vw;
    margin-top: -2.6666666667vw;
  }
}
.sec5 .flow-wrapper .content .row .inner2 .two p {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 767px) {
  .sec5 .flow-wrapper .content .row .inner2 .two p {
    padding-left: 0;
    padding-right: 0;
  }
}
.sec5 .flow-wrapper .content .row .inner2 .three {
  width: 34.114%;
}
@media (max-width: 767px) {
  .sec5 .flow-wrapper .content .row .inner2 .three {
    width: 100%;
    margin-right: 0;
  }
}
.sec5 .flow-wrapper .content .row .inner2 .three p {
  padding-left: 60px;
  padding-right: 60px;
}
.sec5 .flow-wrapper .content .row1 {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .sec5 .flow-wrapper .content .row1 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .sec5 .flow-wrapper .content .row1 {
    margin-bottom: -30px;
  }
}
.sec5 .flow-wrapper .content .row1 .inner2 .one {
  padding-left: 60px;
}
.sec5 .flow-wrapper .content .row1 .inner2 .one p {
  padding-left: 20px;
}
.sec5 .flow-wrapper .content .row2 {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sec5 .flow-wrapper .content .row2 {
    width: 100%;
    margin-top: -2vw;
  }
}
.sec5 .flow-wrapper .content .row2 .inner {
  justify-content: flex-end;
}
.sec5 .flow-wrapper .content .row2 .inner2 .two {
  width: 46%;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .sec5 .flow-wrapper .content .row2 .inner2 .two {
    width: 100%;
    padding-top: 13.33vw;
    margin-bottom: 9vw;
  }
}
.sec5 .flow-wrapper .content .row2 .inner2 .three {
  width: 47%;
}
@media (max-width: 767px) {
  .sec5 .flow-wrapper .content .row2 .inner2 .three {
    width: 100%;
    margin-top: -2.66vw;
    padding-top: 13.33vw;
  }
}

.sec6 {
  background-color: #f9dade;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .sec6 {
    background-image: url(../img/sec6-img-sp.webp);
    background-size: cover;
    background-position: center top;
  }
}
.sec6::before {
  content: "";
  width: 662.89px;
  height: 324.08px;
  background-image: url(../img/sec6-circle.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .sec6::before {
    display: none;
  }
}
.sec6 .section-inner {
  max-width: 1040px;
  padding-top: 44px;
  margin: auto;
  position: relative;
  z-index: 2;
  background-image: url(../img/sec6-bg.webp);
  background-size: cover;
  background-position: center bottom;
  padding-bottom: 60px;
  filter: drop-shadow(0px -5px 20px rgba(191, 121, 129, 0.75));
}
@media (max-width: 767px) {
  .sec6 .section-inner {
    background-image: unset;
    padding-bottom: 4.2666666667vw;
  }
}
.sec6 .section-inner .ttl {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .sec6 .section-inner .ttl {
    padding-left: unset;
  }
}
.sec6 .section-inner .ttl p {
  color: #7a685f;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.71em; /* 171.429% */
  letter-spacing: -0.05em;
  margin-left: 24px;
}
.sec6 .section-inner .ttl p .support {
  position: relative;
  left: 10px;
}
@media (max-width: 767px) {
  .sec6 .section-inner .ttl p .support {
    left: 0;
  }
}
@media (max-width: 767px) {
  .sec6 .section-inner .ttl p {
    font-size: 5.3333333333vw;
    text-align: center;
    line-height: 1.5em;
    margin-left: 0;
  }
  .sec6 .section-inner .ttl p img.sp-show {
    display: inline;
  }
}
.sec6 .section-inner .img {
  width: 100%;
  margin-top: -150px;
}
.sec6 .section-inner h6 {
  text-align: center;
  margin-bottom: 25px;
  margin-top: -40px;
}
@media (max-width: 767px) {
  .sec6 .section-inner h6 {
    margin-top: 2.6666666667vw;
    padding-top: 92vw;
    margin-bottom: 4vw;
  }
}
.sec6 .section-inner h6 span {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  font-size: 30px;
  line-height: 2em;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #7a685f;
}
.sec6 .section-inner h6 span::after {
  content: "";
  width: 100%;
  height: 19.81px;
  background-image: url(../img/sec6-ashirai.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  left: 0;
  bottom: -10px;
}
@media (max-width: 767px) {
  .sec6 .section-inner h6 span {
    font-size: 4.2666666667vw;
    line-height: 6.6666666667vw;
  }
}
.sec6 .section-inner .btn-wrapper .btn {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  display: block;
  margin-left: 97px;
  margin-right: 97px;
  border-radius: 99px;
  border: 2px solid #fff;
  background: #70d04f;
  box-shadow: -3px -3px 15px 0px #007b0c inset, 0.2083333333vw 0.2083333333vw 0.6944444444vw 0px #fff inset, 0px 0px 7px lightgray;
  padding-top: 18px;
  padding-bottom: 14px;
}
@media (min-width: 768px) {
  .sec6 .section-inner .btn-wrapper .btn {
    position: relative;
    transition: all 0.4s;
    top: 0;
  }
  .sec6 .section-inner .btn-wrapper .btn:hover {
    top: -4px;
    box-shadow: -3px -3px 15px 0px #007b0c inset, 0.2083333333vw 0.2083333333vw 0.6944444444vw 0px #fff inset, 0px 4px 7px gray;
  }
}
@media (max-width: 767px) {
  .sec6 .section-inner .btn-wrapper .btn {
    margin-left: 1.0416666667vw;
    margin-right: 4vw;
    padding-top: 1.3333333333vw;
    padding-bottom: 2.6666666667vw;
    box-shadow: -1.5px -1.5px 8.5px 0px #007b0c inset, 1.5px 1.5px 5px 0px #fff inset, 0px 0px 3.5px lightgray;
  }
}
.sec6 .section-inner .btn-wrapper .btn p {
  color: #ffff50;
  text-align: center;
  text-shadow: 0.5px 0.5px 2px rgba(255, 255, 255, 0.6), -1px -1px 2px rgba(0, 0, 0, 0.25);
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.115em;
  letter-spacing: -0.1em;
  padding-right: 24px;
  margin: 1% 0;
}
@media (max-width: 767px) {
  .sec6 .section-inner .btn-wrapper .btn p {
    font-size: 5.0666666667vw;
    padding-right: unset;
    line-height: 5.8666666667vw;
  }
  .sec6 .section-inner .btn-wrapper .btn p .span-w {
    font-size: 4vw;
  }
}
.sec6 .section-inner .btn-wrapper .btn p > span .span1 {
  letter-spacing: 0.1em;
}
.sec6 .section-inner .btn-wrapper .btn p > span .span2 {
  color: #fff;
  letter-spacing: 0;
}
.sec6 .section-inner .btn-wrapper .btn p > span .span3 {
  color: #fff;
}
.sec6 .section-inner .btn-wrapper .btn p > span .span4 {
  color: #fff;
}
.sec6 .section-inner .btn-wrapper .btn p > span .span5 {
  color: #fff;
}

.annotation {
  text-align: end;
  color: #fff;
}
@media (max-width: 767px) {
  .annotation {
    padding-bottom: 5px;
    font-size: 12px;
  }
}

.sec4-2_annotation {
  margin: 0 5% 10px 0;
  text-shadow: 1px 1px 2px #707070;
}

@media (max-width: 767px) {
  .sec4-5_annotation {
    margin-right: 2%;
  }
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  background-color: #fff;
}

/* プライバシーページ追加==================================================*/
.header_container {
  padding: 30px;
}
@media (max-width: 767px) {
  .header_container {
    padding: 3%;
  }
}

.privacy_logo {
  width: 30%;
  max-width: 180px;
  transition: 0.3s;
}
.privacy_logo:hover {
  opacity: 0.7;
}
.privacy_logo img {
  width: 100%;
}

.privacy_container {
  background-image: linear-gradient(130deg, #EBF8F7 0, #33B8B0 50%, #33B8B0 51%, #EBF8F7 100%);
  padding: 5.2% 8.85%;
}
@media (max-width: 767px) {
  .privacy_container {
    padding: 13.3% 4%;
  }
}

.privacy_inner {
  background-color: #fff;
  padding: 5.93% 1.75%;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .privacy_inner {
    padding: 15% 8% 10%;
  }
}
.privacy_inner .container {
  width: 70%;
  margin: 6.25% auto;
}
@media (max-width: 767px) {
  .privacy_inner .container {
    width: 100%;
  }
}
.privacy_inner h2.main_title {
  font-size: min(60px, 4.16vw);
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 600;
  color: #33B8B0;
  position: relative;
}
@media (max-width: 767px) {
  .privacy_inner h2.main_title {
    font-size: 30px;
    margin-bottom: 12%;
  }
}
.privacy_inner h2.main_title:after {
  content: "プライバシーポリシー";
  font-size: 20px;
  position: absolute;
  bottom: 110%;
  left: 0;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
}
@media (max-width: 767px) {
  .privacy_inner h2.main_title:after {
    font-size: 16px;
  }
}
.privacy_inner h2.terms:after {
  content: "利用規約";
  font-size: 20px;
  position: absolute;
  bottom: 110%;
  left: 0;
}
@media (max-width: 767px) {
  .privacy_inner h2.deactive {
    font-size: 24px;
  }
}
.privacy_inner h2.deactive:after {
  content: "";
}
.privacy_inner p,
.privacy_inner h3 {
  font-family: "Koburina Gothic Std", sans-serif;
  line-height: 1.7;
}
.privacy_inner h3 {
  margin-top: 6.25%;
  font-weight: bold;
  font-size: 22px;
}
@media (max-width: 767px) {
  .privacy_inner h3 {
    margin-top: 12%;
    font-size: 16px;
  }
}
.privacy_inner .border {
  display: block;
  width: 100%;
  height: 2px;
  background: #EBF8F7;
  margin-top: 0.5%;
}
.privacy_inner p {
  margin-top: 2.5%;
  font-weight: 400;
  font-size: 20px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .privacy_inner p {
    font-size: 16px;
    margin-top: 4%;
  }
}
.privacy_inner ul {
  margin-top: 2%;
}
.privacy_inner ul.terms li {
  padding-left: 20px;
}
.privacy_inner ul.terms li:before {
  content: "";
}
.privacy_inner li {
  font-size: 18px;
  padding-left: 30px;
  margin-top: 2%;
  position: relative;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .privacy_inner li {
    font-size: 14px;
  }
}
.privacy_inner li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 10px;
  font-weight: 400;
}

/* 特商法ページ==================================================== */
.flex_wrapper {
  display: flex;
  margin-top: 3%;
}

.left_content,
.right_content {
  font-family: "Koburina Gothic Std", sans-serif;
  line-height: 1.5;
}

.left_content {
  padding: 3% 0% 3% 2%;
  width: 35%;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .left_content {
    font-size: 14px;
  }
}

.right_content {
  padding: 3% 3% 3% 4%;
  width: 70%;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .right_content {
    font-size: 12px;
  }
}
.right_content .need_left_space {
  padding-left: 5%;
}
.right_content .need_left_space span {
  position: relative;
  display: block;
}
.right_content .need_left_space span:before {
  content: "・";
  font-size: 20px;
  position: absolute;
  right: 102%;
}
@media (max-width: 767px) {
  .right_content .need_left_space span:before {
    font-size: 15px;
  }
}
.right_content .mail {
  display: inline-block;
}
@media (max-width: 1120px) {
  .right_content .mail {
    margin-left: 6%;
  }
}

.br_sp {
  display: none;
}
@media (max-width: 767px) {
  .br_sp {
    display: block;
  }
}

.footer_link {
  text-align: center;
  padding: 8% 0;
}
@media (max-width: 767px) {
  .footer_link {
    padding-bottom: 0;
  }
}
.footer_link a {
  color: #7a685f;
  margin: 0 5%;
  font-size: 22px;
  cursor: pointer;
  transition: 0.3s;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 700;
}
.footer_link a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .footer_link a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 6% auto;
    font-size: 18px;
  }
}

.terms_header_container {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 30px 20px;
}
@media (max-width: 767px) {
  .terms_header_container {
    padding: 20px;
  }
}
.terms_header_container .terms_logo {
  display: block;
  width: 8vw;
  max-width: 120px;
  transition: 0.3s;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .terms_header_container .terms_logo {
    width: 25vw;
  }
}

.terms_container {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.terms_innner {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 100px;
}

.terms_tile {
  font-size: 38px;
  margin: 5% auto;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .terms_tile {
    font-size: 20px;
  }
}

.terms_title_sub {
  display: block;
  text-align: center;
  margin: 5% auto 0;
  color: #8a8a8a;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 767px) {
  .terms_title_sub {
    font-size: 12px;
  }
}
.terms_title_sub span {
  font-family: YakuHanJP_Narrow;
}

.p-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin: 5% auto 0;
}
@media (max-width: 767px) {
  .p-title {
    font-size: 12px;
  }
}

.box {
  border: 2px solid #7d7d7d;
  height: 40vh;
  width: 100%;
  margin: 1% auto 5%;
  padding: 0 35px 60px;
  overflow: scroll;
}
@media (max-width: 767px) {
  .box {
    height: 40vh;
    padding: 0 20px 40px;
  }
}
.box .p {
  font-size: 14px;
}
.box h3 {
  margin-top: 6.25%;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .box h3 {
    margin-top: 12%;
    font-size: 16px;
  }
}
.box .border {
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  margin-top: 0.5%;
}
.box p {
  margin-top: 2.5%;
  font-weight: 400;
  font-size: 20px;
  padding: 0 10px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .box p {
    font-size: 16px;
    margin-top: 4%;
  }
}
.box ul {
  margin-top: 2%;
}
.box ul .list-sub {
  display: block;
  margin-top: 2%;
  padding-left: 55px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .box ul .list-sub {
    font-size: 12px;
    padding-left: 45px;
  }
}
.box li {
  font-size: 18px;
  padding-left: 52px;
  margin-top: 2%;
  position: relative;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .box li {
    font-size: 14px;
    padding-left: 45px;
  }
}
.box li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  font-weight: 400;
}
.box li:nth-of-type(1):before {
  content: "(1)";
}
.box li:nth-of-type(2):before {
  content: "(2)";
}
.box li:nth-of-type(3):before {
  content: "(3)";
}
.box li:nth-of-type(4):before {
  content: "(4)";
}
.box li:nth-of-type(5):before {
  content: "(5)";
}
.box li:nth-of-type(6):before {
  content: "(6)";
}
.box li:nth-of-type(7):before {
  content: "(7)";
}
.box li:nth-of-type(8):before {
  content: "(8)";
}
.box li:nth-of-type(9):before {
  content: "(9)";
}
.box li:nth-of-type(10):before {
  content: "(10)";
}
.box li:nth-of-type(11):before {
  content: "(11)";
}
.box li:nth-of-type(12):before {
  content: "(12)";
}
.box li:nth-of-type(13):before {
  content: "(13)";
}
.box li:nth-of-type(14):before {
  content: "(14)";
}
.box li:nth-of-type(15):before {
  content: "(15)";
}

.terms_btn {
  border-radius: 10px;
  border: none;
  background-color: #7d7d7d;
  width: 100%;
  margin: 0 auto 10px;
  padding: 12px;
  color: #fff;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .terms_btn {
    margin-bottom: 10px;
  }
}
.terms_btn #termCheck {
  border: none;
}
.terms_btn label {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 20px;
}
@media (max-width: 767px) {
  .terms_btn label {
    font-size: 16px;
  }
}

#submitButton {
  transition: 0.3s;
  font-size: 16px;
  pointer-events: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 767px) {
  #submitButton {
    font-size: 16px;
  }
}
#submitButton.is-active {
  background-color: #31b7af;
  pointer-events: visible;
}/*# sourceMappingURL=style.css.map */