article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
img,
menu,
nav,
section,
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  outline: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
}
body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: #302E2E;
}
body.no_scroll {
  overflow: hidden;
}

a {
  color: #000;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.none {
  display: none;
}

.relative {
  position: relative;
}

.hidden {
  position: relative;
  overflow: hidden;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-cc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}

.flex-cw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex-sb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .hover:hover {
    opacity: 0.6;
  }
}

.bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.maker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #f7f273));
  background: -webkit-linear-gradient(transparent 70%, #f7f273 70%);
  background: linear-gradient(transparent 70%, #f7f273 70%);
}

.pink {
  color: #E0245D;
  font-weight: bold;
}

section {
  position: relative;
}

main {
  position: relative;
  overflow: hidden;
}

.cotainer {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 200px;
}

.inner {
  position: relative;
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 769px) and (max-width: 1920px) {
  .cotainer {
    max-width: 100vw;
    padding-bottom: 10.4166666667vw;
  }
  .inner {
    max-width: 59.8958333333vw;
    padding: 0 0.78125vw;
  }
}
@media (max-width: 768px) {
  .cotainer {
    padding-bottom: 65px;
  }
  .inner {
    max-width: 1150px;
    padding: 0 20px;
  }
}
.logo {
  display: block;
  width: 555px;
  margin-top: 50px;
  margin-left: 80px;
}

@media screen and (min-width: 769px) and (max-width: 1920px) {
  .logo {
    width: 28.90625vw;
    margin-top: 2.6041666667vw;
    margin-left: 4.1666666667vw;
  }
}
@media (max-width: 768px) {
  .header {
    position: relative;
    z-index: 10;
  }
  .header__flex {
    padding: 3.2vw 5.8666666667vw 3.2vw 6.1333333333vw;
  }
  .header__logo {
    display: block;
    width: 45.8666666667vw;
    height: auto;
  }
  .header__btn {
    width: 12.2666666667vw;
    height: 12.2666666667vw;
  }
  .header__btn.active .header__open {
    display: none;
  }
  .header__btn.active .header__colose {
    display: block;
  }
  .header__colose {
    display: none;
  }
  .header__menu {
    position: absolute;
    display: none;
    top: 25.8666666667vw;
    left: 0;
    width: 100%;
    height: calc(100vh - 25.8666666667vw);
    background: #ECECE3;
  }
  .header__links {
    padding: 8vw 5.3333333333vw;
  }
  .header__link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7.7333333333vw;
    margin-bottom: 6.6666666667vw;
    padding-left: 2.4vw;
    padding-bottom: 2.6666666667vw;
    border-bottom: 1px dashed #302E2E;
    font-size: 5.0666666667vw;
    font-weight: 500;
  }
  .header__link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 6.1333333333vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    background: url(../img/icon_header_arrow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .header__link::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 10.6666666667vw;
    height: 0.5333333333vw;
    background: #F5BE8C;
  }
}
.footer {
  position: relative;
  max-width: 1120px;
  width: 100%;
  margin: 100px auto 0;
  padding-top: 60px;
  z-index: 5;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(50% - 900px);
  border-top: 2px solid #302E2E;
  border-right: 2px solid #302E2E;
  border-radius: 0 40px 0 0;
  width: 100vw;
  height: 100%;
}

.footer__flex {
  position: relative;
  margin-bottom: 60px;
}

.footer__meta {
  padding-right: 40px;
  border-right: 1px solid #1E2973;
}

.footer__logo {
  display: block;
  width: 277px;
  height: auto;
}

.footer__ad {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
}

.footer__train {
  padding-left: 40px;
  gap: 20px;
}

.footer__icon {
  width: 58px;
  height: auto;
}

.footer__txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}
.footer__txt .name {
  font-size: 24px;
}
.footer__txt .unit {
  font-size: 20px;
}
.footer__txt .num {
  font-size: 28px;
}

.footer__copy {
  position: relative;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
}

@media screen and (min-width: 769px) and (max-width: 1920px) {
  .footer {
    max-width: 58.3333333333vw;
    margin: 5.2083333333vw auto 0;
    padding-top: 3.125vw;
  }
  .footer::before {
    right: calc(50% - 46.875vw);
    border-radius: 0 2.0833333333vw 0 0;
  }
  .footer__flex {
    margin-bottom: 3.125vw;
  }
  .footer__meta {
    padding-right: 2.0833333333vw;
  }
  .footer__logo {
    width: 14.4270833333vw;
  }
  .footer__ad {
    margin-top: 0.5208333333vw;
    font-size: 0.8333333333vw;
  }
  .footer__train {
    padding-left: 2.0833333333vw;
    gap: 1.0416666667vw;
  }
  .footer__icon {
    width: 3.0208333333vw;
  }
  .footer__txt {
    font-size: 0.8333333333vw;
  }
  .footer__txt .name {
    font-size: 1.25vw;
  }
  .footer__txt .unit {
    font-size: 1.0416666667vw;
  }
  .footer__txt .num {
    font-size: 1.4583333333vw;
  }
  .footer__copy {
    padding-bottom: 0.5208333333vw;
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 768px) {
  .footer {
    max-width: 298.6666666667vw;
    width: 100%;
    margin: 0 auto;
    padding: 8vw 5.3333333333vw 0;
  }
  .footer::before {
    right: calc(50% - 39.2vw);
    border-radius: 0 5.3333333333vw 0 0;
    background: #fff;
  }
  .footer__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5.3333333333vw;
    margin-bottom: 16vw;
  }
  .footer__meta {
    padding-right: 0;
    border-right: none;
  }
  .footer__logo {
    width: 53.3333333333vw;
  }
  .footer__ad {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
    line-height: 1.45;
  }
  .footer__train {
    padding-left: 0;
    gap: 2.6666666667vw;
  }
  .footer__icon {
    width: 10.9333333333vw;
  }
  .footer__txt {
    font-size: 2.9333333333vw;
  }
  .footer__txt .name {
    font-size: 4.2666666667vw;
  }
  .footer__txt .unit {
    font-size: 3.2vw;
  }
  .footer__txt .num {
    font-size: 4.8vw;
  }
  .footer__copy {
    padding-bottom: 2.6666666667vw;
    font-size: 2.6666666667vw;
    text-align: left;
  }
}
.it {
  position: relative;
  width: 100%;
  margin-top: 45px;
  margin-left: 80px;
  z-index: 3;
}

.itBg {
  position: relative;
  width: 100%;
}
.itBg::before {
  content: "";
  position: absolute;
  top: 45px;
  left: 80px;
  width: calc(100% - 80px);
  height: 1940px;
  border-radius: 40px;
  background: #94C8E9;
}

.itWrap {
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 55px;
  width: 100%;
  padding-left: 53px;
}

.itMenu {
  position: relative;
  width: 507px;
  padding-top: 60px;
  color: #fff;
}

.itMenu__hd {
  position: relative;
}
.itMenu__hd::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #fff;
}
.itMenu__hd p {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 30px;
  font-weight: bold;
  background: #94C8E9;
}

.itMenu__links {
  padding-bottom: 60px;
  border-bottom: 2px solid #fff;
}

.itMenu__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
  margin-top: 30px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.45;
  color: #fff;
}
.itMenu__link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 80px;
  height: 4px;
  background: #F5BE8C;
}
.itMenu__link .num {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.45;
}

.itMain {
  position: relative;
  width: 1225px;
  margin-top: -330px;
}

.itBox {
  position: relative;
  width: 1225px;
  padding: 50px 60px;
  background: url(../img/intro_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.itBox__jp {
  position: absolute;
  top: 40px;
  left: 60px;
  width: 810px;
  height: auto;
}

.itBox__hd {
  width: 465px;
  height: auto;
}

.itBox__txt {
  width: 457px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
}

.itBox__ab {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -100px;
  margin-left: auto;
}

.itBox__no1 {
  width: 367px;
  height: auto;
  margin-left: auto;
  margin-right: 43px;
}

.itBox__sub {
  width: 400px;
  margin-top: 12px;
  margin-left: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
}
.itBox__sub span {
  font-size: 12px;
  letter-spacing: -0.02em;
}

.itBox__flex {
  gap: 16px;
  width: 460px;
  margin-top: 20px;
  padding: 10px 20px 10px 10px;
  border: 2px solid #302E2E;
  border-radius: 10px;
}

.itBox__img {
  width: 135px;
  height: 135px;
}

.itBox__cont {
  width: calc(100% - 135px - 16px);
}

.itBox__ttl {
  padding-bottom: 9px;
  border-bottom: 1px dashed #707070;
  font-size: 16px;
  font-weight: bold;
}

.itBox__sm {
  margin-top: 9px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
}

.itMs {
  width: 1000px;
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.1;
}
.itMs span {
  font-size: 34px;
}

@media screen and (min-width: 769px) and (max-width: 1920px) {
  .it {
    margin-top: 2.34375vw;
    margin-left: 4.1666666667vw;
  }
  .itBg::before {
    top: 2.34375vw;
    left: 4.1666666667vw;
    width: calc(100% - 4.1666666667vw);
    height: 101.0416666667vw;
    border-radius: 2.0833333333vw;
  }
  .itWrap {
    gap: 2.8645833333vw;
    padding-left: 2.7604166667vw;
  }
  .itMenu {
    width: 26.40625vw;
    padding-top: 3.125vw;
  }
  .itMenu__hd::before {
    top: 1.25vw;
  }
  .itMenu__hd p {
    padding: 0 0.5208333333vw;
    font-size: 1.5625vw;
  }
  .itMenu__links {
    padding-bottom: 3.125vw;
  }
  .itMenu__link {
    gap: 1.875vw;
    margin-top: 1.5625vw;
    padding-bottom: 0.4166666667vw;
    font-size: 1.5625vw;
  }
  .itMenu__link::after {
    width: 4.1666666667vw;
    height: 0.2083333333vw;
  }
  .itMenu__link .num {
    font-size: 2.0833333333vw;
  }
  .itMain {
    width: 63.8020833333vw;
    margin-top: -17.1875vw;
  }
  .itBox {
    width: 63.8020833333vw;
    padding: 2.6041666667vw 3.125vw;
  }
  .itBox__jp {
    top: 2.0833333333vw;
    left: 3.125vw;
    width: 42.1875vw;
  }
  .itBox__hd {
    width: 24.21875vw;
  }
  .itBox__txt {
    width: 23.8020833333vw;
    margin-top: 1.5625vw;
    font-size: 0.8333333333vw;
  }
  .itBox__ab {
    margin-top: -5.2083333333vw;
  }
  .itBox__no1 {
    width: 19.1145833333vw;
    margin-right: 2.2395833333vw;
  }
  .itBox__sub {
    width: 20.8333333333vw;
    margin-top: 0.625vw;
    font-size: 0.8333333333vw;
  }
  .itBox__sub span {
    font-size: 0.625vw;
  }
  .itBox__flex {
    gap: 0.8333333333vw;
    width: 23.9583333333vw;
    margin-top: 1.0416666667vw;
    padding: 0.5208333333vw 1.0416666667vw 0.5208333333vw 0.5208333333vw;
    border-radius: 0.5208333333vw;
  }
  .itBox__img {
    width: 7.03125vw;
    height: 7.03125vw;
  }
  .itBox__cont {
    width: calc(100% - 7.03125vw - 0.8333333333vw);
  }
  .itBox__ttl {
    padding-bottom: 0.46875vw;
    font-size: 0.8333333333vw;
  }
  .itBox__sm {
    margin-top: 0.46875vw;
    font-size: 0.6770833333vw;
  }
  .itMs {
    width: 52.0833333333vw;
    margin-top: 1.5625vw;
    font-size: 1.0416666667vw;
  }
  .itMs span {
    font-size: 1.7708333333vw;
  }
}
@media (max-width: 768px) {
  .it {
    margin-top: 0;
    margin-left: 0;
    background: #94C8E9;
  }
  .itBg {
    display: none;
  }
  .itWrap {
    display: block;
    gap: 0;
    padding-left: 0;
  }
  .itMenu {
    width: 100%;
    padding: 8vw 5.3333333333vw 21.3333333333vw;
  }
  .itMenu__hd::before {
    top: 6.4vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 0.5333333333vw;
  }
  .itMenu__hd p {
    margin: 0 auto;
    padding: 0 2.6666666667vw;
    font-size: 8vw;
  }
  .itMenu__links {
    padding-bottom: 8vw;
    border-bottom: 0.5333333333vw solid #fff;
  }
  .itMenu__link {
    gap: 7.2vw;
    margin-top: 6.4vw;
    padding-bottom: 1.3333333333vw;
    border-bottom: 1px dashed #fff;
    font-size: 4.8vw;
  }
  .itMenu__link:first-child {
    margin-top: 4vw;
  }
  .itMenu__link::after {
    bottom: -1.5px;
    left: 0;
    width: 10.6666666667vw;
    height: 0.5333333333vw;
  }
  .itMenu__link .num {
    font-size: 6.4vw;
  }
  .itMain {
    width: 100%;
    margin-top: 0;
  }
  .itBox {
    width: 100%;
    padding: 8vw 5.3333333333vw 0;
    border-top: 0.5333333333vw solid #302E2E;
    border-bottom: 0.5333333333vw solid #302E2E;
    background: url(../img/intro_bg_sp.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    background-color: #fff;
  }
  .itBox__jp {
    top: 10.6666666667vw;
    left: 0;
    width: 100vw;
  }
  .itBox__hd {
    width: 69.3333333333vw;
  }
  .itBox__txt {
    width: 58.6666666667vw;
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.64;
    letter-spacing: -0.04em;
  }
  .itBox__ab {
    margin-top: 53.3333333333vw;
    margin-left: 0;
  }
  .itBox__no1 {
    width: 60.5333333333vw;
    margin-left: auto;
    margin-right: 0;
  }
  .itBox__sub {
    width: 72vw;
    margin-top: 2.6666666667vw;
    margin-left: auto;
    font-size: 3.7333333333vw;
    line-height: 1.64;
  }
  .itBox__sub span {
    margin-top: 1.3333333333vw;
    font-size: 2.1333333333vw;
    letter-spacing: -0.02em;
  }
  .itBox__wrap {
    width: 94.6666666667vw;
    margin-left: -5.3333333333vw;
    margin-top: 9.6vw;
    border-top: 0.5333333333vw solid #302E2E;
    border-right: 0.5333333333vw solid #302E2E;
    border-radius: 0 1.3333333333vw 0 0;
    background: #fff;
  }
  .itBox__item {
    display: none;
  }
  .itBox__flex {
    position: relative;
    gap: 2.6666666667vw;
    width: 100%;
    margin-top: 0;
    padding: 2.6666666667vw;
    border: none;
    border-radius: 0;
  }
  .itBox__flex::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: calc(100% - 6.1333333333vw);
    height: 1px;
    border-bottom: 1px dashed #707070;
  }
  .itBox__img {
    width: 27.2vw;
    height: 27.2vw;
  }
  .itBox__cont {
    width: calc(100% - 29.8666666667vw);
  }
  .itBox__ttl {
    position: relative;
    padding: 2.6666666667vw 0 2.6666666667vw 6.1333333333vw;
    border-left: 2.6666666667vw solid #302E2E;
    border-bottom: none;
    font-size: 3.7333333333vw;
  }
  .itBox__ttl .plus {
    position: absolute;
    top: 50%;
    right: 2.6666666667vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
  .itBox__ttl .plus::after {
    content: "";
    width: 3.4666666667vw;
    height: 0.5333333333vw;
    background: #302E2E;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .itBox__ttl .plus::before {
    content: "";
    width: 3.4666666667vw;
    height: 0.5333333333vw;
    background: #302E2E;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .itBox__ttl .plus.active::before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  .itBox__sm {
    width: 100%;
    margin-top: 0;
    font-size: 3.2vw;
    line-height: 1.75;
  }
  .itMs {
    width: 80vw;
    height: auto;
    margin: 8vw auto 0;
  }
}
.ft {
  margin-top: 97px;
  z-index: 3;
}

.ftBg {
  position: relative;
  width: 100%;
}
.ftBg::before {
  content: "";
  display: block;
  position: absolute;
  top: 73px;
  left: 0;
  width: 100%;
  height: 4980px;
  background: url(../img/feat_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

.ftWrap {
  width: 1304px;
}

.ftHd {
  font-size: 56px;
  font-weight: bold;
}

.ftMain {
  position: relative;
  overflow: hidden;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
  border: 2px solid #302E2E;
  border-radius: 40px;
  background: #fff;
}

.ftTtl {
  width: 104px;
  padding: 50px 32px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.16;
}

.ftCont {
  width: calc(100% - 104px);
  border-left: 2px solid #302E2E;
}

.ftMs {
  padding: 60px 60px 50px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.ftMs span {
  font-size: 28px;
}

.ftInr {
  padding: 40px 60px 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5C08B), color-stop(50%, #F4B694), to(#F2AF9A));
  background: -webkit-linear-gradient(top, #F5C08B 0%, #F4B694 50%, #F2AF9A 100%);
  background: linear-gradient(180deg, #F5C08B 0%, #F4B694 50%, #F2AF9A 100%);
}

.ftSub {
  font-size: 31px;
  font-weight: bold;
  text-align: center;
}

.ftRead {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.ftBoxs .slick-track {
  padding: 40px 0;
}
.ftBoxs .slick-arrow {
  width: 60px;
  height: 60px;
  z-index: 1;
}
.ftBoxs .slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(../img/icon_slick_btn_next.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 1;
}
.ftBoxs .slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(../img/icon_slick_btn_prev.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 1;
}

.ftBox {
  position: relative;
  width: 460px;
  margin: 0 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.ftBox__hd {
  padding: 30px 30px 30px;
  border-radius: 10px 10px 0 0;
  background: #fff;
}

.ftBox__ad {
  position: absolute;
  top: 30px;
  left: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 46px;
  padding: 0 20px;
  border-radius: 10px 0 10px 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #302E2E;
}

.ftBox__ttl {
  margin-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px dashed #707070;
}

.ftBox__txt {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.78;
}

.ftBox__cnt {
  width: 217px;
  height: auto;
  margin: 17px auto 0;
}

.ftBox__ft {
  position: relative;
  padding: 40px 30px 30px;
  border-radius: 0 0 10px 10px;
  background: #F8F6EF;
}

.ftBox__label {
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 166px;
  height: 30px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 500;
  background: #EDE7D2;
}

.ftBox__sub {
  padding-bottom: 10px;
  border-bottom: 1px dashed #707070;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.22;
}
.ftBox__sub span {
  font-size: 14px;
}

.ftBox__flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  padding-top: 10px;
}

.ftBox__icon {
  width: 124px;
  height: 124px;
}

.ftBox__meta {
  width: calc(100% - 134px);
}

.ftBox__cats {
  gap: 8px;
}

.ftBox__cat {
  height: 27px;
  padding: 0 18px;
  border: 1px solid #707070;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 500;
  color: #707070;
  background: #fff;
}

.ftBox__sm {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.57;
  color: #707070;
}

.ftBtn {
  position: relative;
  width: 360px;
  height: 60px;
  margin: 0 auto;
  padding-right: 30px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: #302E2E;
}
.ftBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 37px;
  height: 10px;
  background: url(../img/icon_btn_arrow.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (min-width: 769px) and (max-width: 1920px) {
  .ft {
    margin-top: 5.0520833333vw;
  }
  .ftBg::before {
    top: 3.8020833333vw;
    height: 259.375vw;
  }
  .ftWrap {
    width: 67.9166666667vw;
  }
  .ftHd {
    font-size: 2.9166666667vw;
  }
  .ftMain {
    margin-top: 1.0416666667vw;
    border-radius: 2.0833333333vw;
  }
  .ftTtl {
    width: 5.4166666667vw;
    padding: 2.6041666667vw 1.6666666667vw;
    font-size: 1.875vw;
  }
  .ftCont {
    width: calc(100% - 5.4166666667vw);
  }
  .ftMs {
    padding: 3.125vw 3.125vw 2.6041666667vw;
    font-size: 1.0416666667vw;
  }
  .ftMs span {
    font-size: 1.4583333333vw;
  }
  .ftInr {
    padding: 2.0833333333vw 3.125vw 3.125vw;
  }
  .ftSub {
    font-size: 1.6145833333vw;
  }
  .ftRead {
    margin-top: 1.0416666667vw;
    font-size: 1.0416666667vw;
  }
  .ftBoxs .slick-track {
    padding: 2.0833333333vw 0;
  }
  .ftBoxs .slick-arrow {
    width: 3.125vw;
    height: 3.125vw;
  }
  .ftBox {
    width: 23.9583333333vw;
    margin: 0 0.5208333333vw;
    border-radius: 0.5208333333vw;
    -webkit-box-shadow: 0 0.15625vw 0.3125vw 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.15625vw 0.3125vw 0 rgba(0, 0, 0, 0.16);
  }
  .ftBox__hd {
    padding: 1.5625vw 1.5625vw 1.5625vw;
    border-radius: 0.5208333333vw 0.5208333333vw 0 0;
  }
  .ftBox__ad {
    top: 1.5625vw;
    left: 1.5625vw;
    height: 2.3958333333vw;
    padding: 0 1.0416666667vw;
    border-radius: 0.5208333333vw 0 0.5208333333vw 0;
    font-size: 0.8333333333vw;
  }
  .ftBox__ttl {
    margin-top: 0.5208333333vw;
    padding-bottom: 0.5208333333vw;
    font-size: 0.9375vw;
  }
  .ftBox__txt {
    margin-top: 0.5208333333vw;
    font-size: 0.7291666667vw;
  }
  .ftBox__cnt {
    width: 11.3020833333vw;
    margin: 0.8854166667vw auto 0;
  }
  .ftBox__ft {
    padding: 2.0833333333vw 1.5625vw 1.5625vw;
    border-radius: 0 0 0.5208333333vw 0.5208333333vw;
  }
  .ftBox__label {
    top: -0.78125vw;
    width: 8.6458333333vw;
    height: 1.5625vw;
    border-radius: 0.78125vw;
    font-size: 0.7291666667vw;
  }
  .ftBox__sub {
    padding-bottom: 0.5208333333vw;
    font-size: 0.9375vw;
  }
  .ftBox__sub span {
    font-size: 0.7291666667vw;
  }
  .ftBox__flex {
    gap: 0.5208333333vw;
    padding-top: 0.5208333333vw;
  }
  .ftBox__icon {
    width: 6.4583333333vw;
    height: 6.4583333333vw;
  }
  .ftBox__meta {
    width: calc(100% - 6.9791666667vw);
  }
  .ftBox__cats {
    gap: 0.4166666667vw;
  }
  .ftBox__cat {
    height: 1.40625vw;
    padding: 0 0.9375vw;
    border-radius: 0.78125vw;
    font-size: 0.625vw;
  }
  .ftBox__sm {
    margin-top: 0.5208333333vw;
    font-size: 0.7291666667vw;
  }
  .ftBtn {
    width: 18.75vw;
    height: 3.125vw;
    padding-right: 1.5625vw;
    border-radius: 1.5625vw;
    font-size: 0.78125vw;
  }
  .ftBtn::after {
    right: 1.0416666667vw;
    width: 1.9270833333vw;
    height: 0.5208333333vw;
  }
}
@media (max-width: 768px) {
  .ft {
    margin-top: 0;
    z-index: 3;
  }
  .ftBg {
    position: relative;
    width: 100%;
    z-index: 3;
  }
  .ftBg::before {
    top: -5.3333333333vw;
    left: 0;
    width: 100%;
    width: 100vw;
    height: 1197.3333333333vw;
    border-bottom: 1.5px solid #302E2E;
    border-radius: 0 0 0 6.6666666667vw;
    background: url(../img/feat_bg_sp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-size: 100% auto;
    background-position: center top;
  }
  .ftWrap {
    width: 347.7333333333vw;
    width: 100%;
  }
  .ftHd {
    font-size: 7.4666666667vw;
  }
  .ftMain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.6666666667vw;
    border: 0.5333333333vw solid #302E2E;
    border-radius: 2.6666666667vw;
  }
  .ftTtl {
    width: 27.7333333333vw;
    width: 100%;
    padding: 5.3333333333vw;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    font-size: 5.3333333333vw;
    border-bottom: 0.5333333333vw solid #302E2E;
  }
  .ftCont {
    width: 100%;
    border-left: 0.5333333333vw none;
  }
  .ftMs {
    padding: 8vw 5.3333333333vw 6.6666666667vw;
    font-size: 4.2666666667vw;
    font-weight: 500;
    line-height: 1.75;
  }
  .ftMs span {
    font-size: 6.4vw;
    font-weight: bold;
  }
  .ftInr {
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
  .ftSub {
    font-size: 4.8vw;
  }
  .ftRead {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
    font-weight: 600;
    line-height: 1.42;
  }
  .ftBoxs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: calc(100% + 5.3333333333vw);
    padding: 5.3333333333vw 0 2.6666666667vw;
    overflow-x: auto;
  }
  .ftBoxs::-webkit-scrollbar {
    height: 2.6666666667vw;
  }
  .ftBoxs::-webkit-scrollbar-track {
    background: #EDEDED;
    border-radius: 1.3333333333vw;
  }
  .ftBoxs::-webkit-scrollbar-thumb {
    background: #BFBFBF;
    border-radius: 1.3333333333vw;
  }
  .ftBox {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    min-width: 69.3333333333vw;
    width: 69.3333333333vw;
    margin: 0 5.3333333333vw 0 0;
    border-radius: 1.3333333333vw;
    -webkit-box-shadow: 0 0.8vw 1.6vw 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.8vw 1.6vw 0 rgba(0, 0, 0, 0.16);
    background: #F8F6EF;
  }
  .ftBox__hd {
    padding: 4vw 4vw 5.3333333333vw;
    border-radius: 1.3333333333vw 1.3333333333vw 0 0;
  }
  .ftBox__ad {
    top: 4vw;
    left: 4vw;
    height: 7.4666666667vw;
    padding: 0 1.3333333333vw;
    border-radius: 1.3333333333vw 0 1.3333333333vw 0;
    font-size: 3.2vw;
  }
  .ftBox__ttl {
    margin-top: 2.6666666667vw;
    padding-bottom: 1.3333333333vw;
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.33;
    border-bottom: 1px dashed #707070;
  }
  .ftBox__txt {
    margin-top: 1.3333333333vw;
    font-size: 2.6666666667vw;
    line-height: 1.6;
  }
  .ftBox__cnt {
    width: 29.0666666667vw;
    height: 9.3333333333vw;
    margin: 2.6666666667vw auto 0;
  }
  .ftBox__ft {
    padding: 5.3333333333vw 4vw 4vw;
    border-radius: 0 0 1.3333333333vw 1.3333333333vw;
  }
  .ftBox__label {
    top: -2.6666666667vw;
    width: 61.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
  .ftBox__sub {
    padding-bottom: 1.3333333333vw;
    border-bottom: 1px dashed #707070;
    font-size: 3.2vw;
  }
  .ftBox__sub span {
    font-size: 2.1333333333vw;
  }
  .ftBox__flex {
    gap: 2.6666666667vw;
    padding-top: 1.3333333333vw;
  }
  .ftBox__icon {
    width: 18.6666666667vw;
    height: 18.6666666667vw;
  }
  .ftBox__meta {
    width: calc(100% - 21.3333333333vw);
  }
  .ftBox__cats {
    gap: 1.3333333333vw;
  }
  .ftBox__cat {
    height: 5.8666666667vw;
    padding: 0 2.6666666667vw;
    border: 1px solid #707070;
    border-radius: 3.2vw;
    font-size: 2.1333333333vw;
  }
  .ftBox__sm {
    margin-top: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
  .ftBtn {
    width: 69.3333333333vw;
    height: 10.6666666667vw;
    margin: 5.3333333333vw auto 0;
    padding-right: 2.6666666667vw;
    border-radius: 5.3333333333vw;
    font-size: 3.2vw;
  }
  .ftBtn::after {
    right: 2.6666666667vw;
    width: 5.0666666667vw;
    height: 1.3333333333vw;
  }
}
.vc {
  margin-top: 106px;
  z-index: 3;
}

.vcBg {
  position: relative;
  width: 100%;
}
.vcBg::before {
  content: "";
  position: absolute;
  top: -273px;
  left: 80px;
  width: calc(100% - 80px);
  height: 3760px;
  border-radius: 40px;
  background: #F5BF8C;
}

.vcHd {
  position: absolute;
  top: 50%;
  left: -165px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 301px;
  height: 332px;
}

.vcWrap {
  width: 1790px;
  padding-left: 162px;
}

.vcBoxs .slick-arrow {
  width: 60px;
  height: 60px;
  z-index: 1;
}
.vcBoxs .slick-next {
  left: 50%;
  right: unset;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.vcBoxs .slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(../img/icon_slick_btn_next.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 1;
}
.vcBoxs .slick-prev {
  display: none;
}

.vcBox {
  width: 800px;
  margin: 0 10px;
  padding: 60px 55px;
  border: 2px solid #302E2E;
  border-radius: 30px;
  background: #fff;
  cursor: -webkit-grab;
  cursor: grab;
}

.vcTop {
  padding-bottom: 22px;
  border-bottom: 1px dashed #707070;
}

.vcLogo {
  height: auto;
  margin-right: 30px;
}
.vcLogo.vcLogo01 {
  width: 202px;
}
.vcLogo.vcLogo02 {
  width: 276px;
}

.vcIcon {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}

.vcName {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
}
.vcName .job {
  font-size: 14px;
  margin-left: 12px;
}
.vcName .sm {
  font-size: 17px;
}

.vcQ {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  margin-top: 18px;
  font-size: 16px;
  font-weight: bold;
  color: #0593ED;
}

.vcA {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.625;
  font-weight: bold;
}
.vcA .icon {
  color: #F2A862;
}

@media screen and (min-width: 769px) and (max-width: 1920px) {
  .vc {
    margin-top: 5.5208333333vw;
  }
  .vcBg::before {
    top: -14.21875vw;
    left: 4.1666666667vw;
    width: calc(100% - 4.1666666667vw);
    height: 195.8333333333vw;
    border-radius: 2.0833333333vw;
  }
  .vcHd {
    left: -8.59375vw;
    width: 15.6770833333vw;
    height: 17.2916666667vw;
  }
  .vcWrap {
    width: 93.2291666667vw;
    padding-left: 8.4375vw;
  }
  .vcBoxs .slick-arrow {
    width: 3.125vw;
    height: 3.125vw;
  }
  .vcBox {
    width: 41.6666666667vw;
    margin: 0 0.5208333333vw;
    padding: 3.125vw 2.8645833333vw;
    border-radius: 1.5625vw;
  }
  .vcTop {
    padding-bottom: 1.1458333333vw;
  }
  .vcLogo {
    margin-right: 1.5625vw;
  }
  .vcLogo.vcLogo01 {
    width: 10.5208333333vw;
  }
  .vcLogo.vcLogo02 {
    width: 14.375vw;
  }
  .vcIcon {
    width: 3.6458333333vw;
    height: 3.6458333333vw;
    margin-right: 1.0416666667vw;
  }
  .vcName {
    font-size: 1.0416666667vw;
  }
  .vcName .job {
    font-size: 0.7291666667vw;
    margin-left: 0.625vw;
  }
  .vcName .sm {
    font-size: 0.8854166667vw;
  }
  .vcQ {
    gap: 0.2083333333vw;
    margin-top: 0.9375vw;
    font-size: 0.8333333333vw;
  }
  .vcA {
    gap: 0.2083333333vw;
    margin-top: 0.5208333333vw;
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 768px) {
  .vc {
    margin-top: 16vw;
    z-index: 3;
  }
  .vcBg {
    position: relative;
    width: 100%;
  }
  .vcBg::before {
    top: 29.3333333333vw;
    left: unset;
    right: 0;
    width: calc(100% - 13.3333333333vw);
    height: 928vw;
    border-radius: 0;
  }
  .vcHd {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    width: calc(100% + 5.3333333333vw);
    height: 27.4666666667vw;
  }
  .vcWrap {
    width: calc(100% + 5.3333333333vw);
    margin-top: 5.3333333333vw;
    padding-left: 0;
  }
  .vcBoxs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    padding-bottom: 2.6666666667vw;
    overflow-x: auto;
  }
  .vcBoxs::-webkit-scrollbar {
    height: 2.6666666667vw;
  }
  .vcBoxs::-webkit-scrollbar-track {
    background: #EDEDED;
    border-radius: 1.3333333333vw;
  }
  .vcBoxs::-webkit-scrollbar-thumb {
    background: #BFBFBF;
    border-radius: 1.3333333333vw;
  }
  .vcBox {
    min-width: 74.6666666667vw;
    width: 74.6666666667vw;
    margin: 0 4vw 0 0;
    padding: 9.3333333333vw 4vw;
    border: 0.5333333333vw solid #302E2E;
    border-radius: 5.3333333333vw;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .vcTop {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 6.6666666667vw 2.6666666667vw;
    padding-bottom: 4vw;
    border-bottom: 1px dashed #707070;
  }
  .vcLogo {
    height: auto;
    margin-right: 0;
  }
  .vcLogo img {
    display: block;
    margin: 0 auto;
  }
  .vcLogo.vcLogo01 {
    width: 100%;
  }
  .vcLogo.vcLogo01 img {
    width: 34.6666666667vw;
    height: 10.6666666667vw;
  }
  .vcLogo.vcLogo02 {
    width: 100%;
  }
  .vcLogo.vcLogo02 img {
    width: 55.4666666667vw;
    height: 9.6vw;
  }
  .vcIcon {
    width: 13.8666666667vw;
    height: 13.8666666667vw;
    margin-right: 0;
  }
  .vcName {
    font-size: 3.4666666667vw;
    line-height: 1.7;
  }
  .vcName .job {
    font-size: 2.6666666667vw;
    margin-left: 1.6vw;
  }
  .vcName .sm {
    font-size: 4.2666666667vw;
  }
  .vcName .name {
    font-size: 5.0666666667vw;
  }
  .vcQ {
    gap: 0.5333333333vw;
    margin-top: 4vw;
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
  .vcA {
    gap: 0.5333333333vw;
    margin-top: 2.6666666667vw;
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
.st {
  z-index: 3;
}

.stHd {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 90px auto 0;
  font-size: 42px;
  font-weight: bold;
  border-bottom: 10px solid #F28298;
  z-index: 3;
}

.stWrap {
  position: relative;
  margin-top: 20px;
  padding: 60px;
  background: url(../img/support_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.stSub {
  width: 710px;
  height: auto;
  margin: 0 auto;
}

.stBoxs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  margin-top: 35px;
}

.stBox {
  position: relative;
  overflow: hidden;
  width: calc((100% - 20px) / 2);
  border: 2px solid #302E2E;
  border-radius: 10px;
}

.stTop {
  gap: 20px;
  padding: 25px 20px 20px;
  background: #fff;
}
.stTop .icon {
  height: auto;
}
.stTop .icon01 {
  width: 60px;
}
.stTop .icon02 {
  width: 60px;
}
.stTop .icon03 {
  width: 51px;
}
.stTop .icon04 {
  width: 58px;
}

.stLabel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 24px;
  padding: 0 10px;
  border: 1px solid #302E2E;
  border-radius: 12px;
  font-size: 16px;
  font-weight: bold;
}

.stTtl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: 900;
}
.stTtl p {
  position: relative;
}
.stTtl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #FFCBD9;
}

.stBtn {
  position: relative;
  padding: 13px 0;
  border-top: 2px solid #302E2E;
  font-size: 16px;
  font-weight: 500;
  background: #EEEBE4;
  cursor: pointer;
}
.stBtn .plus {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
}
.stBtn .plus::after {
  content: "";
  width: 14px;
  height: 2px;
  background: #302E2E;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.stBtn .plus::before {
  content: "";
  width: 14px;
  height: 2px;
  background: #302E2E;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.stBtn .plus.active::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.stTxt {
  display: none;
  padding: 20px;
  border-top: 2px solid #302E2E;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  background: #EEEBE4;
}
.stTxt span {
  font-size: 12px;
}

.stLink {
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 280px;
  height: 40px;
  margin: 20px auto 0;
  padding-left: 80px;
  border: 1px solid #302E2E;
  border-radius: 21px;
  font-size: 14px;
  font-weight: 500;
  color: #302E2E;
  background: #fff;
}
.stLink::after {
  content: "";
  width: 37px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon_btn_arrow_black.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (min-width: 769px) and (max-width: 1920px) {
  .stHd {
    margin: 4.6875vw auto 0;
    font-size: 2.1875vw;
    border-bottom: 0.5208333333vw solid #F28298;
  }
  .stWrap {
    margin-top: 1.0416666667vw;
    padding: 3.125vw;
  }
  .stSub {
    width: 36.9791666667vw;
  }
  .stBoxs {
    gap: 1.0416666667vw;
    margin-top: 1.8229166667vw;
  }
  .stBox {
    width: calc((100% - 1.0416666667vw) / 2);
    border-radius: 0.5208333333vw;
  }
  .stTop {
    gap: 1.0416666667vw;
    padding: 1.3020833333vw 1.0416666667vw 1.0416666667vw;
  }
  .stTop .icon01 {
    width: 3.125vw;
  }
  .stTop .icon02 {
    width: 3.125vw;
  }
  .stTop .icon03 {
    width: 2.65625vw;
  }
  .stTop .icon04 {
    width: 3.0208333333vw;
  }
  .stLabel {
    height: 1.25vw;
    padding: 0 0.5208333333vw;
    border-radius: 0.625vw;
    font-size: 0.8333333333vw;
  }
  .stTtl {
    font-size: 1.25vw;
  }
  .stTtl::before {
    height: 0.5208333333vw;
  }
  .stBtn {
    padding: 0.6770833333vw 0;
    border-top: 0.1041666667vw solid #302E2E;
    font-size: 0.8333333333vw;
  }
  .stBtn .plus {
    right: 2.0833333333vw;
    width: 0.7291666667vw;
    height: 0.7291666667vw;
  }
  .stBtn .plus::after {
    width: 0.7291666667vw;
    height: 0.1041666667vw;
  }
  .stBtn .plus::before {
    width: 0.7291666667vw;
    height: 0.1041666667vw;
  }
  .stTxt {
    padding: 1.0416666667vw;
    border-top: 0.1041666667vw solid #302E2E;
    font-size: 0.8333333333vw;
  }
  .stTxt span {
    font-size: 0.625vw;
  }
  .stLink {
    width: 14.5833333333vw;
    height: 2.0833333333vw;
    margin: 1.0416666667vw auto 0;
    padding-left: 4.1666666667vw;
    border-radius: 1.09375vw;
    font-size: 0.7291666667vw;
  }
  .stLink::after {
    width: 1.9270833333vw;
    height: 0.5208333333vw;
    right: 4.1666666667vw;
  }
}
@media (max-width: 768px) {
  .stHd {
    margin: 17.3333333333vw auto 0;
    font-size: 5.3333333333vw;
    border-bottom: 1.3333333333vw solid #F28298;
  }
  .stWrap {
    margin-top: 4vw;
    padding: 8vw 5.3333333333vw;
    border: 0.5333333333vw solid #302E2E;
    border-radius: 5.3333333333vw;
    background: url(../img/support_bg_sp.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
  }
  .stSub {
    width: 69.3333333333vw;
    height: 18.9333333333vw;
  }
  .stBoxs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.8666666667vw;
    margin-top: 5.3333333333vw;
  }
  .stBox {
    width: 100%;
    border: 0.5333333333vw solid #302E2E;
    border-radius: 1.3333333333vw;
  }
  .stTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.3333333333vw;
    padding: 4vw;
  }
  .stTop .icon01 {
    width: 10.4vw;
  }
  .stTop .icon02 {
    width: 10.9333333333vw;
  }
  .stTop .icon03 {
    width: 8vw;
  }
  .stTop .icon04 {
    width: 10.1333333333vw;
  }
  .stLabel {
    height: 4.8vw;
    padding: 0 2.6666666667vw;
    border-radius: 2.4vw;
    font-size: 3.2vw;
  }
  .stTtl {
    font-size: 4.2666666667vw;
  }
  .stTtl::before {
    height: 1.8666666667vw;
  }
  .stBtn {
    padding: 1.3333333333vw 0;
    border-top: 1.5px solid #302E2E;
    font-size: 3.7333333333vw;
  }
  .stBtn .plus {
    right: 10.6666666667vw;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
  .stBtn .plus::after {
    width: 3.4666666667vw;
    height: 1.5px;
  }
  .stBtn .plus::before {
    width: 3.4666666667vw;
    height: 1.5px;
  }
  .stTxt {
    padding: 5.3333333333vw;
    border-top: 1.5px solid #302E2E;
    font-size: 3.7333333333vw;
  }
  .stTxt span {
    font-size: 2.6666666667vw;
  }
  .stLink {
    width: 69.3333333333vw;
    width: 100%;
    height: 8vw;
    margin: 5.3333333333vw auto 0;
    padding-left: 21.3333333333vw;
    border-radius: 5.6vw;
    font-size: 3.7333333333vw;
  }
  .stLink::after {
    width: 5.0666666667vw;
    height: 1.3333333333vw;
    right: 18.6666666667vw;
  }
}
.fac {
  margin-top: 100px;
  z-index: 3;
}

.facWrap {
  position: relative;
  border: 2px solid #302E2E;
  border-radius: 40px;
  background: #fff;
}

.facFlex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.facHd {
  padding: 50px 32px;
}
.facHd .ttl {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.16;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.facMain {
  position: relative;
  padding: 60px;
  border-left: 2px solid #302E2E;
}

.facTtl {
  gap: 10px;
  margin-bottom: 26px;
}
.facTtl .icon {
  width: 26px;
  height: auto;
}
.facTtl .ttl {
  font-size: 30px;
  font-weight: bold;
}

.facSub {
  margin-top: 36px;
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: bold;
}

.facSub01 {
  margin-top: 0;
}

.facList {
  padding-bottom: 36px;
  border-bottom: 1px dashed #707070;
  font-size: 18px;
  font-weight: bold;
}
.facList:last-child {
  padding-bottom: 0;
  border-bottom: unset;
}
.facList li {
  position: relative;
  margin-top: 12px;
}
.facList li.icon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.facList li.icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -82px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 69px;
  height: 21px;
  background: url(../img/icon_new.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.facList a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .facList a:hover {
    opacity: 0.6;
  }
}

.facPop {
  position: absolute;
  top: 78px;
  right: -25px;
  width: 506px;
  background: url(../img/fac_box_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.facPop__wrap {
  padding: 36px 36px 36px 70px;
}

.facPick {
  position: absolute;
  top: -30px;
  left: 60px;
  width: 142px;
  height: auto;
}

.facPop__ttl {
  font-size: 24px;
  font-weight: bold;
  color: #FF7F00;
}

.facPop__sub {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 12px;
  font-size: 18px;
  font-weight: bold;
}
.facPop__sub::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -82px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 69px;
  height: 21px;
  background: url(../img/icon_new.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.facPop__line {
  width: 401px;
  height: auto;
  margin-top: 10px;
}

.facPop__flex {
  gap: 15px;
  margin-top: 20px;
}

.facPop__icon {
  width: 82px;
  height: 82px;
}

.facPop__txt {
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
}

.facPop__img {
  margin-top: 17px;
  width: 400px;
  height: auto;
}

.facPop__btn {
  position: relative;
  width: 340px;
  height: 60px;
  margin: 20px auto 0;
  border: 2px solid #302E2E;
  border-radius: 30px;
  font-size: 15px;
  font-weight: bold;
  background: #fff;
}
.facPop__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: url(../img/icon_btn_arrow_sm.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (min-width: 769px) and (max-width: 1920px) {
  .fac {
    margin-top: 5.2083333333vw;
  }
  .facWrap {
    border-radius: 2.0833333333vw;
  }
  .facHd {
    padding: 2.6041666667vw 1.6666666667vw;
  }
  .facHd .ttl {
    font-size: 1.875vw;
  }
  .facMain {
    padding: 3.125vw;
  }
  .facTtl {
    gap: 0.5208333333vw;
    margin-bottom: 1.3541666667vw;
  }
  .facTtl .icon {
    width: 1.3541666667vw;
  }
  .facTtl .ttl {
    font-size: 1.5625vw;
  }
  .facSub {
    margin-top: 1.875vw;
    margin-bottom: 0.7291666667vw;
    font-size: 1.25vw;
  }
  .facList {
    padding-bottom: 1.875vw;
    font-size: 0.9375vw;
  }
  .facList li {
    margin-top: 0.625vw;
  }
  .facList li.icon::after {
    right: -pc(82);
    width: 3.59375vw;
    height: 1.09375vw;
  }
  .facPop {
    top: 4.0625vw;
    right: -pc(25);
    width: 26.3541666667vw;
  }
  .facPop__wrap {
    padding: 1.875vw 1.875vw 1.875vw 3.6458333333vw;
  }
  .facPick {
    top: -pc(30);
    left: 3.125vw;
    width: 7.3958333333vw;
  }
  .facPop__ttl {
    font-size: 1.25vw;
  }
  .facPop__sub {
    margin-top: 0.625vw;
    font-size: 0.9375vw;
  }
  .facPop__sub::after {
    right: -pc(82);
    width: 3.59375vw;
    height: 1.09375vw;
  }
  .facPop__line {
    width: 20.8854166667vw;
    margin-top: 0.5208333333vw;
  }
  .facPop__flex {
    gap: 0.78125vw;
    margin-top: 1.0416666667vw;
  }
  .facPop__icon {
    width: 4.2708333333vw;
    height: 4.2708333333vw;
  }
  .facPop__txt {
    font-size: 0.78125vw;
  }
  .facPop__img {
    margin-top: 0.8854166667vw;
    width: 20.8333333333vw;
  }
  .facPop__btn {
    width: 17.7083333333vw;
    height: 3.125vw;
    margin: 1.0416666667vw auto 0;
    border-radius: 1.5625vw;
    font-size: 0.78125vw;
  }
  .facPop__btn::after {
    right: 1.0416666667vw;
    width: 0.4166666667vw;
    height: 0.4166666667vw;
  }
}
@media (max-width: 768px) {
  .fac {
    margin-top: 8vw;
  }
  .facWrap {
    border: 0.5333333333vw solid #302E2E;
    border-radius: 2.6666666667vw;
  }
  .facFlex {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .facHd {
    width: 100%;
    padding: 5.3333333333vw;
    border-bottom: 0.5333333333vw solid #302E2E;
  }
  .facHd .ttl {
    font-size: 5.3333333333vw;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
  .facMain {
    width: 100%;
    padding: 8vw 5.3333333333vw;
    border-left: none;
  }
  .facMain__top {
    padding-bottom: 0;
  }
  .facMain__ft {
    padding-top: 5.3333333333vw;
  }
  .facTtl {
    gap: 1.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .facTtl .icon {
    width: 3.4666666667vw;
    height: 4vw;
  }
  .facTtl .ttl {
    font-size: 4.5333333333vw;
  }
  .facSub {
    margin-top: 0;
    margin-bottom: 2.6666666667vw;
    padding-top: 5.3333333333vw;
    font-size: 4.8vw;
    border-top: 1px dashed #707070;
  }
  .facSub01 {
    padding-top: 0;
    border-top: none;
  }
  .facList {
    padding-bottom: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.64;
    border-bottom: none;
  }
  .facList:last-child {
    padding-bottom: 0;
    border-bottom: unset;
  }
  .facList li {
    margin-top: 0;
  }
  .facList li.icon::after {
    right: -14.6666666667vw;
    width: 12.8vw;
    height: 4vw;
    background: url(../img/icon_new_sp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .facPop {
    position: relative;
    top: unset;
    right: unset;
    width: 80vw;
    width: 100%;
    padding: 0 4vw 0 5.3333333333vw;
    background: unset;
  }
  .facPop__wrap {
    position: relative;
    padding: 12vw 5.3333333333vw 5.3333333333vw;
    background: url(../img/fac_box_bg_sp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .facPick {
    top: 0;
    left: 2.6666666667vw;
    width: 23.4666666667vw;
  }
  .facPop__ttl {
    font-size: 4.8vw;
  }
  .facPop__sub {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .facPop__sub::after {
    right: -14.6666666667vw;
    width: 12.8vw;
    height: 4vw;
    background: url(../img/icon_new_sp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .facPop__line {
    width: 100%;
    height: 1.0666666667vw;
    margin-top: 5.3333333333vw;
  }
  .facPop__flex {
    gap: 2.6666666667vw;
    margin-top: 5.3333333333vw;
  }
  .facPop__icon {
    width: 14.4vw;
    height: 14.4vw;
  }
  .facPop__txt {
    font-size: 2.4vw;
    line-height: 1.66;
  }
  .facPop__img {
    margin-top: 5.3333333333vw;
    width: 100%;
  }
  .facPop__btn {
    width: 100%;
    height: 10.6666666667vw;
    margin: 2.6666666667vw auto 0;
    border: 1px solid #302E2E;
    border-radius: 5.3333333333vw;
    font-size: 3.2vw;
  }
  .facPop__btn::after {
    right: 2.6666666667vw;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}
.if {
  margin-top: 100px;
  z-index: 3;
}

.ifWrap {
  position: relative;
  overflow: hidden;
  border: 2px solid #302E2E;
  border-radius: 40px;
}

.ifhd {
  padding: 20px 40px;
  color: #fff;
  background: #302E2E;
}
.ifhd .icon {
  width: 54px;
  height: auto;
  margin-right: 40px;
}
.ifhd .ttl {
  padding-left: 40px;
  border-left: 1px solid #fff;
  font-size: 42px;
  font-weight: 900;
}

.ifMain {
  padding: 60px;
  background: #fff;
}

.ifPickup {
  margin: 0 auto;
  width: 188px;
  height: auto;
}

.ifTtl {
  position: relative;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: bold;
}
.ifTtl p {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 20px;
  background: #fff;
}
.ifTtl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #A8A8A8;
}

.ifSub {
  width: 100%;
  height: 62px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ifSub01 {
  background: url(../img/info_boxbg01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.ifSub02 {
  background: url(../img/info_boxbg02.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.ifSub03 {
  background: url(../img/info_boxbg03.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.ifTxt {
  margin-top: 20px;
  margin-bottom: 35px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.1;
}
.ifTxt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE2E2));
  background: -webkit-linear-gradient(transparent 70%, #FFE2E2 70%);
  background: linear-gradient(transparent 70%, #FFE2E2 70%);
}

.ifBtn {
  position: relative;
  width: 360px;
  height: 60px;
  margin: 45px auto 0;
  border-radius: 30px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: #302E2E;
}
.ifBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 38px;
  height: 10px;
  background: url(../img/icon_btn_arrow.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (min-width: 769px) and (max-width: 1920px) {
  .if {
    margin-top: 5.2083333333vw;
  }
  .ifWrap {
    border-radius: 2.0833333333vw;
  }
  .ifhd {
    padding: 1.0416666667vw 2.0833333333vw;
  }
  .ifhd .icon {
    width: 2.8125vw;
    margin-right: 2.0833333333vw;
  }
  .ifhd .ttl {
    padding-left: 2.0833333333vw;
    font-size: 2.1875vw;
  }
  .ifMain {
    padding: 3.125vw;
  }
  .ifPickup {
    width: 9.7916666667vw;
  }
  .ifTtl {
    margin-top: 0.5208333333vw;
    margin-bottom: 1.8229166667vw;
    font-size: 1.5625vw;
  }
  .ifTtl p {
    padding: 0 1.0416666667vw;
  }
  .ifSub {
    height: 3.2291666667vw;
    padding-left: 1.0416666667vw;
    font-size: 1.0416666667vw;
  }
  .ifTxt {
    margin-top: 1.0416666667vw;
    margin-bottom: 1.8229166667vw;
    padding-left: 1.0416666667vw;
    font-size: 0.9375vw;
  }
  .ifBtn {
    width: 18.75vw;
    height: 3.125vw;
    margin: 2.34375vw auto 0;
    border-radius: 1.5625vw;
    font-size: 0.78125vw;
  }
  .ifBtn::after {
    right: 1.0416666667vw;
    width: 1.9791666667vw;
    height: 0.5208333333vw;
  }
}
@media (max-width: 768px) {
  .if {
    margin-top: 8vw;
  }
  .ifWrap {
    border-radius: 2.6666666667vw;
  }
  .ifhd {
    padding: 2.6666666667vw 5.3333333333vw;
  }
  .ifhd .icon {
    width: 7.2vw;
    margin-right: 5.3333333333vw;
  }
  .ifhd .ttl {
    padding-left: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
  .ifMain {
    padding: 8vw 5.3333333333vw;
  }
  .ifPickup {
    width: 30.6666666667vw;
  }
  .ifTtl {
    width: 100%;
    margin-top: 1.3333333333vw;
    margin-bottom: 5.3333333333vw;
    font-size: 4.8vw;
    line-height: 1.5;
    text-align: center;
  }
  .ifTtl p {
    padding: 0;
  }
  .ifTtl::before {
    display: none;
  }
  .ifSub {
    height: 12vw;
    padding-left: 2.6666666667vw;
    font-size: 4.5333333333vw;
  }
  .ifSub01 {
    background: url(../img/info_boxbg01_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .ifSub02 {
    background: url(../img/info_boxbg02_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .ifSub03 {
    background: url(../img/info_boxbg03_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .ifTxt {
    margin-top: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.78;
    list-style: auto;
  }
  .ifBtn {
    width: 69.3333333333vw;
    height: 10.6666666667vw;
    margin: 5.3333333333vw auto 0;
    border-radius: 5.3333333333vw;
    font-size: 3.2vw;
  }
  .ifBtn::after {
    right: 2.6666666667vw;
    width: 5.0666666667vw;
    height: 1.3333333333vw;
  }
}/*# sourceMappingURL=style.css.map */