@charset "UTF-8";
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: #333333;
}
body.no_scroll {
  overflow: hidden;
}

.en {
  font-family: "Fahkwang", sans-serif;
}

.num {
  font-family: "Poppins", sans-serif;
}

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

.ta-c {
  text-align: center;
}

.hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hover:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .hover:hover {
    opacity: 1;
  }
}

.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%);
}

section {
  position: relative;
}

.mainBg {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.mainBg img {
  height: 100%;
}

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

.main {
  position: relative;
  margin-top: 90px;
}

@media (min-width: 1921px) {
  .inner {
    max-width: 1395px;
    padding: 0 22.5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .inner {
    max-width: 86.1111111111vw;
    padding: 0 1.3888888889vw;
  }
  .main {
    margin-top: 6.25vw;
  }
}
@media (max-width: 768px) {
  .inner {
    max-width: 330.6666666667vw;
    padding: 0 6.6666666667vw;
  }
  .main {
    margin-top: 16vw;
  }
}
.secSub {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 12px 0 16px;
  font-family: "Fahkwang", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  color: #259ace;
}
.secSub::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 110px;
  height: 67px;
  background: url(../img/title_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.secSub.white {
  color: #ace0ef;
}

.secTtl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.45;
  color: #0f4491;
}
.secTtl.white {
  color: #fff;
}

.subTtls {
  position: relative;
  width: 581px;
  margin: 0 auto;
  padding-bottom: 25px;
}
.subTtls::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36px;
  height: 36px;
  border-right: 2px solid #259ace;
  border-bottom: 2px solid #259ace;
}
.subTtls::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  width: 36px;
  height: 36px;
  border-left: 2px solid #259ace;
  border-top: 2px solid #259ace;
}
.subTtls .hd {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 375px;
  height: 57px;
  margin: 0 auto;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  background: url(../img/section_hd_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.subTtls .sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 15px auto 0;
  font-size: 15px;
  font-weight: 500;
  font-family: "Fahkwang", sans-serif;
  color: #ace0ef;
}
.subTtls .ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-top: 25px;
  font-size: 42px;
  font-weight: bold;
  color: #0f4491;
}
.subTtls.white::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.subTtls.white::before {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
}
.subTtls.white .hd {
  background: url(../img/section_hd_bg_blue.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.subTtls.white .ttl {
  color: #fff;
}

.cv {
  position: relative;
  overflow: hidden;
  width: 1200px;
  height: 320px;
  padding-top: 40px;
  border-radius: 20px;
  color: #fff;
  background: #000;
  background: url(../img/cv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.cvSub {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.cvLine {
  width: 376px;
  margin: 7px auto 0;
}

.cvTtl {
  margin-top: 8px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.cvBtns {
  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;
  gap: 35px;
  margin-top: 30px;
}

.cvBtn {
  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;
  gap: 6px;
  width: 377px;
  height: 80px;
  border-radius: 10px;
  color: #fff;
  background: #000;
}
.cvBtn.tel {
  font-size: 24px;
  font-weight: 600;
  background: #c6a00c;
}
.cvBtn.tel .icon {
  width: 29px;
  height: 29px;
}
.cvBtn.line {
  font-size: 24px;
  font-weight: 600;
  background: #0ac655;
}
.cvBtn.line .icon {
  width: 35px;
  height: 33px;
}

.cvNt {
  margin-top: 17px;
  font-size: 16px;
  text-align: center;
}

.cvBnr {
  display: block;
  margin: 50px auto 0;
  width: 860px;
  height: 210px;
}

.sglCont .cvBnr {
  width: 100%;
  height: auto;
  margin: 40px auto;
}

.pointBox {
  position: relative;
  width: 1012px;
  margin: 60px auto 0;
  padding: 45px 67px 45px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 20px;
}
.pointBox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.2;
  background: #fff;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.pointBox .icon {
  position: absolute;
  top: -20px;
  left: -19px;
  width: 146px;
  height: 62px;
  z-index: 1;
}
.pointBox .ttl {
  padding-bottom: 18px;
  border-bottom: 1px solid #ffffff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.pointBox .txt {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.78;
}
.pointBox.blue_bg {
  color: #0f4491;
  background: #d3f1ff;
}
.pointBox.blue_bg::before {
  display: none;
}
.pointBox.blue_bg .ttl {
  border-bottom: 1px solid #89a6cd;
}
.pointBox .tax {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.pointBox .tax::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: -140px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100px;
  height: 67px;
  background: url(../img/icon_tax.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.pointBox.pointBox__sm {
  width: 877px;
  padding: 37px 30px;
}

.bnr,
.bnrTel {
  display: none;
}

@media (min-width: 1921px) {
  .secSub {
    padding: 13.5px 0 18px;
    font-size: 33.75px;
  }
  .secSub::after {
    width: 123.75px;
    height: 75.375px;
  }
  .secTtl {
    font-size: 47.25px;
  }
  .subTtls {
    width: 653.625px;
    padding-bottom: 28.125px;
  }
  .subTtls::after {
    width: 40.5px;
    height: 40.5px;
    border-right: 2.25px solid #259ace;
    border-bottom: 2.25px solid #259ace;
  }
  .subTtls::before {
    top: 67.5px;
    width: 40.5px;
    height: 40.5px;
    border-left: 2.25px solid #259ace;
    border-top: 2.25px solid #259ace;
  }
  .subTtls .hd {
    width: 421.875px;
    height: 64.125px;
    padding-bottom: 11.25px;
    font-size: 22.5px;
  }
  .subTtls .sub {
    margin: 16.875px auto 0;
    font-size: 16.875px;
  }
  .subTtls .ttl {
    padding-top: 28.125px;
    font-size: 47.25px;
  }
  .subTtls.white::after {
    border-right: 2.25px solid #fff;
    border-bottom: 2.25px solid #fff;
  }
  .subTtls.white::before {
    border-left: 2.25px solid #fff;
    border-top: 2.25px solid #fff;
  }
  .cv {
    width: 1350px;
    height: 360px;
    padding-top: 45px;
    border-radius: 22.5px;
  }
  .cvSub {
    font-size: 22.5px;
  }
  .cvLine {
    width: 423px;
    margin: 7.875px auto 0;
  }
  .cvTtl {
    margin-top: 9px;
    font-size: 45px;
  }
  .cvBtns {
    gap: 39.375px;
    margin-top: 33.75px;
  }
  .cvBtn {
    gap: 6.75px;
    width: 424.125px;
    height: 90px;
    border-radius: 11.25px;
  }
  .cvBtn.tel {
    font-size: 27px;
  }
  .cvBtn.tel .icon {
    width: 32.625px;
    height: 32.625px;
  }
  .cvBtn.line {
    font-size: 27px;
  }
  .cvBtn.line .icon {
    width: 39.375px;
    height: 37.125px;
  }
  .cvNt {
    margin-top: 19.125px;
    font-size: 18px;
  }
  .cvBnr {
    margin: 56.25px auto 0;
    width: 967.5px;
    height: 236.25px;
  }
  .sglCont .cvBnr {
    width: 100%;
    height: auto;
    margin: 45px auto;
  }
  .pointBox {
    width: 1138.5px;
    margin: 67.5px auto 0;
    padding: 50.625px 75.375px 50.625px;
    border-radius: 22.5px;
  }
  .pointBox::before {
    border-radius: 22.5px;
  }
  .pointBox .icon {
    top: -22.5px;
    left: -21.375px;
    width: 164.25px;
    height: 69.75px;
  }
  .pointBox .ttl {
    padding-bottom: 20.25px;
    font-size: 33.75px;
  }
  .pointBox .txt {
    margin-top: 27px;
    font-size: 15.75px;
  }
  .pointBox .tax::after {
    top: calc(50% - 5.625px);
    right: -157.5px;
    width: 112.5px;
    height: 75.375px;
  }
  .pointBox.pointBox__sm {
    width: 986.625px;
    padding: 41.625px 33.75px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .secSub {
    padding: 0.8333333333vw 0 1.1111111111vw;
    font-size: 2.0833333333vw;
  }
  .secSub::after {
    width: 7.6388888889vw;
    height: 4.6527777778vw;
  }
  .secTtl {
    font-size: 2.9166666667vw;
  }
  .subTtls {
    width: 40.3472222222vw;
    padding-bottom: 1.7361111111vw;
  }
  .subTtls::after {
    width: 2.5vw;
    height: 2.5vw;
    border-right: 0.1388888889vw solid #259ace;
    border-bottom: 0.1388888889vw solid #259ace;
  }
  .subTtls::before {
    top: 4.1666666667vw;
    width: 2.5vw;
    height: 2.5vw;
    border-left: 0.1388888889vw solid #259ace;
    border-top: 0.1388888889vw solid #259ace;
  }
  .subTtls .hd {
    width: 26.0416666667vw;
    height: 3.9583333333vw;
    padding-bottom: 0.6944444444vw;
    font-size: 1.3888888889vw;
  }
  .subTtls .sub {
    margin: 1.0416666667vw auto 0;
    font-size: 1.0416666667vw;
  }
  .subTtls .ttl {
    padding-top: 1.7361111111vw;
    font-size: 2.9166666667vw;
  }
  .subTtls.white::after {
    border-right: 0.1388888889vw solid #fff;
    border-bottom: 0.1388888889vw solid #fff;
  }
  .subTtls.white::before {
    border-left: 0.1388888889vw solid #fff;
    border-top: 0.1388888889vw solid #fff;
  }
  .cv {
    width: 83.3333333333vw;
    height: 22.2222222222vw;
    padding-top: 2.7777777778vw;
    border-radius: 1.3888888889vw;
  }
  .cvSub {
    font-size: 1.3888888889vw;
  }
  .cvLine {
    width: 26.1111111111vw;
    margin: 0.4861111111vw auto 0;
  }
  .cvTtl {
    margin-top: 0.5555555556vw;
    font-size: 2.7777777778vw;
  }
  .cvBtns {
    gap: 2.4305555556vw;
    margin-top: 2.0833333333vw;
  }
  .cvBtn {
    gap: 0.4166666667vw;
    width: 26.1805555556vw;
    height: 5.5555555556vw;
    border-radius: 0.6944444444vw;
  }
  .cvBtn.tel {
    font-size: 1.6666666667vw;
  }
  .cvBtn.tel .icon {
    width: 2.0138888889vw;
    height: 2.0138888889vw;
  }
  .cvBtn.line {
    font-size: 1.6666666667vw;
  }
  .cvBtn.line .icon {
    width: 2.4305555556vw;
    height: 2.2916666667vw;
  }
  .cvNt {
    margin-top: 1.1805555556vw;
    font-size: 1.1111111111vw;
  }
  .cvBnr {
    margin: 3.4722222222vw auto 0;
    width: 59.7222222222vw;
    height: 14.5833333333vw;
  }
  .sglCont .cvBnr {
    width: 100%;
    height: auto;
    margin: 2.7777777778vw auto;
  }
  .pointBox {
    width: 70.2777777778vw;
    margin: 4.1666666667vw auto 0;
    padding: 3.125vw 4.6527777778vw 3.125vw;
    border-radius: 1.3888888889vw;
  }
  .pointBox::before {
    border-radius: 1.3888888889vw;
  }
  .pointBox .icon {
    top: -1.3888888889vw;
    left: -1.3194444444vw;
    width: 10.1388888889vw;
    height: 4.3055555556vw;
  }
  .pointBox .ttl {
    padding-bottom: 1.25vw;
    font-size: 2.0833333333vw;
  }
  .pointBox .txt {
    margin-top: 1.6666666667vw;
    font-size: 0.9722222222vw;
  }
  .pointBox .tax::after {
    top: calc(50% - 0.3472222222vw);
    right: -9.7222222222vw;
    width: 6.9444444444vw;
    height: 4.6527777778vw;
  }
  .pointBox.pointBox__sm {
    width: 60.9027777778vw;
    padding: 2.5694444444vw 2.0833333333vw;
  }
}
@media (max-width: 768px) {
  .secSub {
    padding: 3.7333333333vw 0 3.7333333333vw;
    font-size: 5.3333333333vw;
  }
  .secSub::after {
    width: 23.4666666667vw;
    height: 14.4vw;
  }
  .secTtl {
    font-size: 7.2vw;
    line-height: 1.44;
    text-align: center;
  }
  .subTtls {
    width: 86.6666666667vw;
    padding-bottom: 5.8666666667vw;
  }
  .subTtls::after {
    bottom: 2.6666666667vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-right: 0.5333333333vw solid #259ace;
    border-bottom: 0.5333333333vw solid #259ace;
  }
  .subTtls::before {
    top: 13.3333333333vw;
    left: 0;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-left: 0.5333333333vw solid #259ace;
    border-top: 0.5333333333vw solid #259ace;
  }
  .subTtls .hd {
    width: 86.6666666667vw;
    height: 10.6666666667vw;
    padding-bottom: 2.1333333333vw;
    font-size: 4.5333333333vw;
    background: url(../img/section_hd_bg_sp.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .subTtls .sub {
    margin: 1.6vw auto 0;
    font-size: 5.3333333333vw;
  }
  .subTtls .ttl {
    margin-top: 1.8666666667vw;
    padding-top: 5.3333333333vw;
    font-size: 7.2vw;
  }
  .subTtls.white::after {
    border-right: 0.5333333333vw solid #fff;
    border-bottom: 0.5333333333vw solid #fff;
  }
  .subTtls.white::before {
    border-left: 0.5333333333vw solid #fff;
    border-top: 0.5333333333vw solid #fff;
  }
  .subTtls.white .hd {
    background: url(../img/section_hd_bg_blue_sp.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cv {
    width: 100%;
    height: auto;
    padding: 10.6666666667vw 13.3333333333vw 10.6666666667vw;
    border-radius: 5.3333333333vw;
    background: url(../img/cv_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cvSub {
    font-size: 4vw;
    white-space: nowrap;
  }
  .cvLine {
    width: 100%;
    margin: 2.6666666667vw auto 0;
  }
  .cvTtl {
    margin-top: 2.1333333333vw;
    font-size: 7.4666666667vw;
    line-height: 1.42;
  }
  .cvBtns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2.6666666667vw;
    margin-top: 5.3333333333vw;
  }
  .cvBtn {
    gap: 1.6vw;
    width: 100%;
    height: 16vw;
    border-radius: 2.1333333333vw;
  }
  .cvBtn.tel {
    font-size: 5.3333333333vw;
  }
  .cvBtn.tel .icon {
    width: 8vw;
    height: 8vw;
  }
  .cvBtn.line {
    font-size: 5.3333333333vw;
  }
  .cvBtn.line .icon {
    width: 8vw;
    height: 8vw;
  }
  .cvNt {
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
  .cvBnr {
    margin: 8vw auto 0;
    width: 92vw;
    height: 64.8vw;
  }
  .sglCont .cvBnr {
    width: 100%;
    height: auto;
    margin: 8vw auto;
  }
  .pointBox {
    width: 86.6666666667vw;
    margin: 16vw auto 0;
    padding: 8vw 6.6666666667vw;
    border-radius: 5.3333333333vw;
  }
  .pointBox::before {
    border-radius: 5.3333333333vw;
  }
  .pointBox .icon {
    top: -5.3333333333vw;
    left: -5.0666666667vw;
    width: 38.9333333333vw;
    height: 16.5333333333vw;
  }
  .pointBox .ttl {
    padding-bottom: 4.8vw;
    font-size: 4.5333333333vw;
  }
  .pointBox .txt {
    margin-top: 6.4vw;
    font-size: 3.7333333333vw;
  }
  .pointBox .tax {
    margin: unset;
  }
  .pointBox .tax::after {
    top: calc(50% - 0.2666666667vw);
    right: -18.6666666667vw;
    width: 16vw;
    height: 10.6666666667vw;
  }
  .pointBox.pointBox__sm {
    width: 86.6666666667vw;
    padding: 8vw 6.6666666667vw;
  }
  .pointBox.blue_bg .ttl {
    font-size: 5.3333333333vw;
    text-align: left;
  }
  .pointBox.blue_bg .txt {
    margin-top: 2.6666666667vw;
    text-align: left;
  }
  .bnr {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    z-index: 4;
  }
  .bnr__txt {
    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;
    width: calc(100% - 240px);
  }
  .bnr__txt .icon {
    width: 126px;
    height: 53px;
  }
  .bnr__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 120px;
    height: 60px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
  }
  .bnr__btn .icon {
    width: 24px;
    height: 24px;
  }
  .tel {
    background: #c6a00c;
  }
  .line {
    background: #0ac655;
  }
  .bnrTel {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 3;
  }
  .bnrTel__btn {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 335px;
    height: 52px;
    margin: 0 auto;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #C6A00C;
  }
  .bnrTel__btn .icon {
    width: 21px;
    height: 21px;
  }
  .bnrTel__icon {
    width: 160px;
    height: 26px;
    position: absolute;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: #fff;
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.16);
  z-index: 5;
}

.header__flex {
  max-width: 1920px;
  height: 90px;
  margin: 0 auto;
  padding: 0 24px;
  gap: 10px;
}

.header__logo {
  width: 260px;
  height: 59px;
}

.header__menu {
  max-width: 870px;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__link {
  font-size: 16px;
  font-weight: 600;
}

.header__btns {
  gap: 6px;
}

.header__icon {
  width: 159px;
  height: 61px;
  margin-right: 8px;
}

.header__btn {
  width: 200px;
  height: 54px;
  border-radius: 8px;
  color: #fff;
}
.header__btn.tel {
  gap: 5px;
  font-size: 16px;
  font-weight: 500;
  background: #c6a00c;
}
.header__btn.tel .icon {
  width: 24px;
  height: 24px;
}
.header__btn.line {
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  background: #0ac655;
}
.header__btn.line .icon {
  width: 28px;
  height: 27px;
}

.hederSp {
  display: none;
}

@media (min-width: 2100px) {
  .header {
    height: 101.25px;
    -webkit-box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.16);
  }
  .header__flex {
    max-width: 2160px;
    height: 101.25px;
    padding: 0 27px;
    gap: 11.25px;
  }
  .header__logo {
    width: 292.5px;
    height: 66.375px;
  }
  .header__menu {
    max-width: 978.75px;
  }
  .header__link {
    font-size: 18px;
  }
  .header__btns {
    gap: 6.75px;
  }
  .header__icon {
    width: 178.875px;
    height: 68.625px;
    margin-right: 9px;
  }
  .header__btn {
    width: 225px;
    height: 60.75px;
    border-radius: 9px;
  }
  .header__btn.tel {
    gap: 5.625px;
    font-size: 18px;
  }
  .header__btn.tel .icon {
    width: 27px;
    height: 27px;
  }
  .header__btn.line {
    gap: 9px;
    font-size: 18px;
  }
  .header__btn.line .icon {
    width: 31.5px;
    height: 30.375px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1800px) {
  .header {
    height: 90px;
    -webkit-box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.16);
  }
  .header__flex {
    max-width: 1440px;
    height: 90px;
    padding: 0 24px;
    gap: 10px;
  }
  .header__logo {
    width: 161px;
    height: 36px;
  }
  .header__menu {
    max-width: 664px;
  }
  .header__link {
    font-size: 14px;
  }
  .header__btns {
    gap: 6px;
  }
  .header__icon {
    width: 130px;
    height: auto;
    margin-right: 0;
  }
  .header__btn {
    width: 183px;
    height: 49px;
    border-radius: 8px;
  }
  .header__btn.tel {
    gap: 4px;
    font-size: 16px;
  }
  .header__btn.tel .icon {
    width: 22px;
    height: 22px;
  }
  .header__btn.line {
    gap: 5px;
    font-size: 15px;
  }
  .header__btn.line .icon {
    width: 26px;
    height: 24px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .header {
    height: 6.25vw;
    -webkit-box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.16);
  }
  .header__flex {
    max-width: 100vw;
    height: 6.25vw;
    padding: 0 1.6666666667vw;
    gap: 0.6944444444vw;
  }
  .header__logo {
    width: 11.1805555556vw;
    height: 2.5vw;
  }
  .header__menu {
    max-width: 46.1111111111vw;
  }
  .header__link {
    font-size: 0.9722222222vw;
  }
  .header__btns {
    gap: 0.4166666667vw;
  }
  .header__icon {
    width: 9.0277777778vw;
    height: auto;
    margin-right: 0;
  }
  .header__btn {
    width: 12.7083333333vw;
    height: 3.4027777778vw;
    border-radius: 0.5555555556vw;
  }
  .header__btn.tel {
    gap: 0.2777777778vw;
    font-size: 1.1111111111vw;
  }
  .header__btn.tel .icon {
    width: 1.5277777778vw;
    height: 1.5277777778vw;
  }
  .header__btn.line {
    gap: 0.3472222222vw;
    font-size: 1.0416666667vw;
  }
  .header__btn.line .icon {
    width: 1.8055555556vw;
    height: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .header__menu,
  .header__btns {
    display: none;
  }
  .header {
    height: 16vw;
  }
  .header__flex {
    height: 16vw;
    padding: 0 5.3333333333vw 0 4vw;
  }
  .header__logo {
    width: 37.3333333333vw;
    height: 8.5333333333vw;
  }
  .header__open {
    width: 6.4vw;
    height: 5.3333333333vw;
  }
  .header__close {
    display: none;
    width: 5.6vw;
    height: 5.3333333333vw;
  }
  .hederSp {
    display: none;
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: 4;
  }
  .hederSp__bg {
    top: 16vw;
  }
  .hederSp__wrap {
    position: relative;
    height: 100%;
    padding: 26.6666666667vw 6.6666666667vw 16vw;
    overflow-y: scroll;
  }
  .hederSp__link {
    display: block;
    margin-top: 8vw;
    font-size: 4.2666666667vw;
    font-weight: 600;
    text-align: center;
  }
  .hederSp__link:first-child {
    margin-top: 0;
  }
  .hederSp__sub {
    margin-top: 10.6666666667vw;
  }
  .hederSp__cvs {
    margin-top: 4.2666666667vw;
  }
  .header__btn {
    width: 100%;
    height: 18.6666666667vw;
    margin-top: 3.7333333333vw;
    border-radius: 2.1333333333vw;
  }
  .header__btn.tel {
    gap: 2.1333333333vw;
    font-size: 5.8666666667vw;
  }
  .header__btn.tel .icon {
    width: 8vw;
    height: 8vw;
  }
  .header__btn.line {
    gap: 2.1333333333vw;
    font-size: 5.8666666667vw;
  }
  .header__btn.line .icon {
    width: 8vw;
    height: 8vw;
  }
}
.footer {
  position: relative;
  padding-top: 85px;
  padding-bottom: 70px;
  color: #fff;
  background: #0f4491;
}

.footer__flex {
  padding-bottom: 30px;
  border-bottom: 1px solid #3162a9;
}

.footer__logo {
  display: block;
  width: 50px;
  height: 57px;
}

.footer__menu {
  gap: 40px;
}

.footer__link {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.footer__cont {
  padding-top: 28px;
}

.footer__ad--link {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  color: #fff;
}
.footer__ad--link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(../img/icon_jump.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer__txt {
  margin-top: 6px;
  font-size: 12px;
}

.footer__policy {
  position: relative;
  display: block;
  padding-right: 20px;
  font-size: 12px;
  text-decoration: underline;
  color: #9aaece;
  text-align: right;
}
.footer__policy::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(../img/icon_jump_blue.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer__copy {
  margin-top: 10px;
  font-size: 11px;
  text-align: center;
}

.footer__jump {
  display: block;
  width: 120px;
  height: 20px;
  margin-top: 5px;
  margin-left: auto;
}

@media (min-width: 1921px) {
  .footer {
    padding-top: 95.625px;
    padding-bottom: 78.75px;
  }
  .footer__flex {
    padding-bottom: 33.75px;
  }
  .footer__logo {
    width: 56.25px;
    height: 64.125px;
  }
  .footer__menu {
    gap: 45px;
  }
  .footer__link {
    font-size: 18px;
  }
  .footer__cont {
    padding-top: 31.5px;
  }
  .footer__ad--link {
    font-size: 18px;
  }
  .footer__ad--link::after {
    right: -22.5px;
    width: 15.75px;
    height: 15.75px;
  }
  .footer__txt {
    margin-top: 6.75px;
    font-size: 13.5px;
  }
  .footer__policy {
    padding-right: 22.5px;
    font-size: 13.5px;
  }
  .footer__policy::after {
    width: 15.75px;
    height: 15.75px;
  }
  .footer__copy {
    margin-top: 11.25px;
    font-size: 12.375px;
  }
  .footer__jump {
    width: 135px;
    height: 22.5px;
    margin-top: 5.625px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .footer {
    padding-top: 5.9027777778vw;
    padding-bottom: 4.8611111111vw;
  }
  .footer__flex {
    padding-bottom: 2.0833333333vw;
  }
  .footer__logo {
    width: 3.4722222222vw;
    height: 3.9583333333vw;
  }
  .footer__menu {
    gap: 2.7777777778vw;
  }
  .footer__link {
    font-size: 1.1111111111vw;
  }
  .footer__cont {
    padding-top: 1.9444444444vw;
  }
  .footer__ad--link {
    font-size: 1.1111111111vw;
  }
  .footer__ad--link::after {
    right: -1.3888888889vw;
    width: 0.9722222222vw;
    height: 0.9722222222vw;
  }
  .footer__txt {
    margin-top: 0.4166666667vw;
    font-size: 0.8333333333vw;
  }
  .footer__policy {
    padding-right: 1.3888888889vw;
    font-size: 0.8333333333vw;
  }
  .footer__policy::after {
    width: 0.9722222222vw;
    height: 0.9722222222vw;
  }
  .footer__copy {
    margin-top: 0.6944444444vw;
    font-size: 0.7638888889vw;
  }
  .footer__jump {
    width: 8.3333333333vw;
    height: 1.3888888889vw;
    margin-top: 0.3472222222vw;
  }
}
@media (max-width: 768px) {
  .footer {
    margin-bottom: 0;
    padding-top: 8.5333333333vw;
    padding-bottom: 18.6666666667vw;
  }
  .footer__flex {
    -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-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 5.3333333333vw;
    padding-bottom: 8vw;
  }
  .footer__logo {
    width: 10.6666666667vw;
    height: 12.2666666667vw;
  }
  .footer__menu {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 4.2666666667vw 0;
  }
  .footer__link {
    width: 50%;
    font-size: 3.7333333333vw;
  }
  .footer__cont {
    padding-top: 8vw;
  }
  .footer__ad--link {
    font-size: 3.7333333333vw;
  }
  .footer__ad--link::after {
    right: -sp(17);
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
  .footer__txt {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
    text-align: left;
  }
  .footer__policy {
    padding-right: 4.5333333333vw;
    font-size: 3.2vw;
  }
  .footer__policy::after {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
  .footer__copy {
    margin-top: 8vw;
    font-size: 2.6666666667vw;
    text-align: left;
    white-space: nowrap;
  }
  .footer__jump {
    width: 26.6666666667vw;
    height: 3.7333333333vw;
    margin-top: 1.3333333333vw;
  }
}
.mv {
  position: relative;
}

.mvBtns {
  position: relative;
  margin: 80px auto 0;
}
.mvBtns::after {
  content: "";
  position: absolute;
  bottom: -170px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  height: 100px;
  background: -webkit-gradient(linear, left bottom, left top, from(#77dee2), to(#1191db));
  background: -webkit-linear-gradient(bottom, #77dee2 0%, #1191db 100%);
  background: linear-gradient(0deg, #77dee2 0%, #1191db 100%);
  z-index: 1;
}

.mvBtn__txt {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 34px;
  font-weight: 600;
  color: #0f4491;
}
.mvBtn__txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 210px;
  height: 6px;
  background: #f7f273;
}

@media (min-width: 1921px) {
  .mvBtns {
    margin: 90px auto 0;
  }
  .mvBtns::after {
    bottom: -191.25px;
    width: 2.25px;
    height: 112.5px;
  }
  .mvBtn__txt {
    font-size: 38.25px;
  }
  .mvBtn__txt::after {
    left: 22.5px;
    width: 236.25px;
    height: 6.75px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .mvBtns {
    margin: 5.5555555556vw auto 0;
  }
  .mvBtns::after {
    bottom: -11.8055555556vw;
    width: 0.1388888889vw;
    height: 6.9444444444vw;
  }
  .mvBtn__txt {
    font-size: 2.3611111111vw;
  }
  .mvBtn__txt::after {
    left: 1.3888888889vw;
    width: 14.5833333333vw;
    height: 0.4166666667vw;
  }
}
@media (max-width: 768px) {
  .mvBtns {
    margin: 8vw auto 0;
  }
  .mvBtns::after {
    bottom: -24vw;
    width: 0.5333333333vw;
    height: 16vw;
  }
  .mvBtns .cvBtns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: unset;
        -ms-flex-flow: unset;
            flex-flow: unset;
  }
  .mvBtns .cvBtn {
    width: 215px;
    height: 60px;
  }
  .mvBtns .cvBtn .txt {
    font-size: 18px;
  }
  .mvBtns .cvBtn .icon {
    width: 24px;
    height: 24px;
  }
  .mvBtn__txt {
    font-size: 5.8666666667vw;
  }
  .mvBtn__txt::after {
    left: 2.4vw;
    width: 37.3333333333vw;
    height: 1.6vw;
  }
}
.it {
  overflow: hidden;
  margin-top: 140px;
}

.itIcon01 {
  position: absolute;
  top: 274px;
  left: calc(50% - 708px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 222px;
  height: 171px;
}

.itIcon02 {
  position: absolute;
  top: 633px;
  left: calc(50% + 700px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 283px;
  height: 213px;
}

.itBox {
  position: relative;
  overflow: hidden;
  width: 858px;
  margin: 0 auto;
  padding: 67px 138px 0;
  border-radius: 20px;
  background: url(../img/intro_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.itBox__img {
  width: 460px;
  height: 305px;
  margin: 0 auto;
}

.itBox__ttl {
  margin-top: 17px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  color: #05b3e5;
}

.itBox__txt {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}

.itPoint {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  border: 1px solid #0f4491;
  border-radius: 10px;
  background: #fff;
}

.itPoint__hd {
  height: 47px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  background: #0f4491;
}
.itPoint__hd p {
  position: relative;
}
.itPoint__hd p::after {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: -32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19px;
  height: 21px;
  background: url(../img/icon_star.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.itPoint__hd p::before {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  right: -32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19px;
  height: 21px;
  background: url(../img/icon_star.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.itPoint__list {
  padding: 20px 78px;
}
.itPoint__list li {
  position: relative;
  margin-top: 8px;
  padding-left: 15px;
  font-size: 17px;
  font-weight: 500;
  color: #0f4491;
}
.itPoint__list li:first-child {
  margin-top: 0;
}
.itPoint__list li::after {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #0f4491;
}

.itDr {
  margin-top: 30px;
}

@media (min-width: 1921px) {
  .it {
    margin-top: 157.5px;
  }
  .itIcon01 {
    top: 308.25px;
    left: calc(50% - 796.5px);
    width: 249.75px;
    height: 192.375px;
  }
  .itIcon02 {
    top: 712.125px;
    left: calc(50% + 787.5px);
    width: 318.375px;
    height: 239.625px;
  }
  .itBox {
    width: 965.25px;
    padding: 75.375px 155.25px 0;
    border-radius: 22.5px;
  }
  .itBox__img {
    width: 517.5px;
    height: 343.125px;
  }
  .itBox__ttl {
    margin-top: 19.125px;
    font-size: 27px;
  }
  .itBox__txt {
    margin-top: 18px;
    font-size: 18px;
  }
  .itPoint {
    margin-top: 33.75px;
    border-radius: 11.25px;
  }
  .itPoint__hd {
    height: 52.875px;
    font-size: 24.75px;
  }
  .itPoint__hd p::after {
    left: -36px;
    width: 21.375px;
    height: 23.625px;
  }
  .itPoint__hd p::before {
    right: -36px;
    width: 21.375px;
    height: 23.625px;
  }
  .itPoint__list {
    padding: 22.5px 87.75px;
  }
  .itPoint__list li {
    margin-top: 9px;
    padding-left: 16.875px;
    font-size: 19.125px;
  }
  .itPoint__list li:first-child {
    margin-top: 0;
  }
  .itPoint__list li::after {
    width: 10.125px;
    height: 10.125px;
  }
  .itDr {
    margin-top: 33.75px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .it {
    margin-top: 9.7222222222vw;
  }
  .itIcon01 {
    top: 19.0277777778vw;
    left: calc(50% - 49.1666666667vw);
    width: 15.4166666667vw;
    height: 11.875vw;
  }
  .itIcon02 {
    top: 43.9583333333vw;
    left: calc(50% + 48.6111111111vw);
    width: 19.6527777778vw;
    height: 14.7916666667vw;
  }
  .itBox {
    width: 59.5833333333vw;
    padding: 4.6527777778vw 9.5833333333vw 0;
    border-radius: 1.3888888889vw;
  }
  .itBox__img {
    width: 31.9444444444vw;
    height: 21.1805555556vw;
  }
  .itBox__ttl {
    margin-top: 1.1805555556vw;
    font-size: 1.6666666667vw;
  }
  .itBox__txt {
    margin-top: 1.1111111111vw;
    font-size: 1.1111111111vw;
  }
  .itPoint {
    margin-top: 2.0833333333vw;
    border-radius: 0.6944444444vw;
  }
  .itPoint__hd {
    height: 3.2638888889vw;
    font-size: 1.5277777778vw;
  }
  .itPoint__hd p::after {
    left: -2.2222222222vw;
    width: 1.3194444444vw;
    height: 1.4583333333vw;
  }
  .itPoint__hd p::before {
    right: -2.2222222222vw;
    width: 1.3194444444vw;
    height: 1.4583333333vw;
  }
  .itPoint__list {
    padding: 1.3888888889vw 5.4166666667vw;
  }
  .itPoint__list li {
    margin-top: 0.5555555556vw;
    padding-left: 1.0416666667vw;
    font-size: 1.1805555556vw;
  }
  .itPoint__list li:first-child {
    margin-top: 0;
  }
  .itPoint__list li::after {
    width: 0.625vw;
    height: 0.625vw;
  }
  .itDr {
    margin-top: 2.0833333333vw;
  }
}
@media (max-width: 768px) {
  .it {
    margin-top: 16vw;
  }
  .it .inner {
    padding: 0;
  }
  .itBox {
    width: 100%;
    padding: 10.6666666667vw 6.6666666667vw 0;
    border-radius: 5.3333333333vw;
  }
  .itBox__img {
    width: 86.6666666667vw;
    height: 53.8666666667vw;
  }
  .itBox__ttl {
    margin-top: 8vw;
    font-size: 4.8vw;
  }
  .itBox__txt {
    margin-top: 6.4vw;
    font-size: 3.7333333333vw;
  }
  .itPoint {
    margin-top: 8vw;
    border-radius: 2.6666666667vw;
  }
  .itPoint__hd {
    height: 10.6666666667vw;
    font-size: 4.8vw;
  }
  .itPoint__hd p::after {
    left: -5.8666666667vw;
    width: 3.4666666667vw;
    height: 4vw;
  }
  .itPoint__hd p::before {
    right: -5.8666666667vw;
    width: 3.4666666667vw;
    height: 4vw;
  }
  .itPoint__list {
    padding: 4.5333333333vw 6.6666666667vw;
  }
  .itPoint__list li {
    margin-top: 1.3333333333vw;
    padding-left: 3.4666666667vw;
    font-size: 3.7333333333vw;
  }
  .itPoint__list li:first-child {
    margin-top: 0;
  }
  .itPoint__list li::after {
    top: 1.8666666667vw;
    -webkit-transform: unset;
            transform: unset;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
  .itDr {
    margin-top: 5.3333333333vw;
  }
}
.sc {
  margin-top: 100px;
}

.scImg {
  width: 273px;
  margin: 0 20px;
}
.scImg:nth-child(even) {
  margin-top: 50px;
}

.glImg {
  width: 460px;
}

@media (min-width: 1921px) {
  .sc {
    margin-top: 112.5px;
  }
  .scImg {
    width: 307.125px;
    margin: 0 22.5px;
  }
  .scImg:nth-child(even) {
    margin-top: 56.25px;
  }
  .glImg {
    width: 517.5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .sc {
    margin-top: 6.9444444444vw;
  }
  .scImg {
    width: 18.9583333333vw;
    margin: 0 1.3888888889vw;
  }
  .scImg:nth-child(even) {
    margin-top: 3.4722222222vw;
  }
  .glImg {
    width: 31.9444444444vw;
  }
}
@media (max-width: 768px) {
  .sc {
    margin-top: 8vw;
  }
  .scImg {
    width: 40vw;
    margin: 0 2.4vw;
  }
  .scImg:nth-child(even) {
    margin-top: 4.8vw;
  }
  .glImg {
    width: 60.2666666667vw;
  }
}
.rc {
  margin-top: 120px;
  padding-top: 80px;
  padding-bottom: 100px;
}
.rc::after {
  content: "";
  position: absolute;
  bottom: -49px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #3cb2df transparent transparent transparent;
  border-width: 50px 187.5px 0px 187.5px;
  z-index: 1;
}

.rcBg img {
  -o-object-fit: unset;
     object-fit: unset;
}

.rcSub {
  font-size: 22px;
  font-weight: 500;
  color: #ace0ef;
  text-align: center;
}

.rcTtl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 8px auto 0;
  font-size: 42px;
  font-weight: bold;
  color: #fff;
}
.rcTtl::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 6px;
  background: #f4ec35;
}
.rcTtl::after {
  content: "・・・・";
  position: absolute;
  top: -18px;
  left: calc(50% + 144px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  letter-spacing: 0.5em;
  font-size: 26px;
  color: #fff;
}

.rcTxt {
  margin-top: 50px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.77;
  color: #fff;
  text-align: center;
}

.rcList {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
}
.rcList li {
  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;
  width: calc((100% - 10px) / 2);
  height: 80px;
  padding-left: 64px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  background: #fff;
}
.rcList li span {
  color: #259ace;
}
.rcList li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background: #000;
  background: url(../img/icon_check_red.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 1921px) {
  .rc {
    margin-top: 135px;
    padding-top: 90px;
    padding-bottom: 112.5px;
  }
  .rc::after {
    bottom: -55.125px;
    border-width: 56.25px 210.9375px 0px 210.9375px;
  }
  .rcSub {
    font-size: 24.75px;
  }
  .rcTtl {
    margin: 9px auto 0;
    font-size: 47.25px;
  }
  .rcTtl::before {
    bottom: -2.25px;
    height: 6.75px;
  }
  .rcTtl::after {
    top: -20.25px;
    left: calc(50% + 162px);
    font-size: 29.25px;
  }
  .rcTxt {
    margin-top: 56.25px;
    font-size: 20.25px;
  }
  .rcList {
    gap: 11.25px;
    margin-top: 45px;
  }
  .rcList li {
    width: calc((100% - 11.25px) / 2);
    height: 90px;
    padding-left: 72px;
    border-radius: 9px;
    font-size: 20.25px;
  }
  .rcList li::after {
    left: 22.5px;
    width: 38.25px;
    height: 38.25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .rc {
    margin-top: 8.3333333333vw;
    padding-top: 5.5555555556vw;
    padding-bottom: 6.9444444444vw;
  }
  .rc::after {
    bottom: -3.4027777778vw;
    border-width: 3.4722222222vw 13.0208333333vw 0vw 13.0208333333vw;
  }
  .rcSub {
    font-size: 1.5277777778vw;
  }
  .rcTtl {
    margin: 0.5555555556vw auto 0;
    font-size: 2.9166666667vw;
  }
  .rcTtl::before {
    bottom: -0.1388888889vw;
    height: 0.4166666667vw;
  }
  .rcTtl::after {
    top: -1.25vw;
    left: calc(50% + 10vw);
    font-size: 1.8055555556vw;
  }
  .rcTxt {
    margin-top: 3.4722222222vw;
    font-size: 1.25vw;
  }
  .rcList {
    gap: 0.6944444444vw;
    margin-top: 45px;
  }
  .rcList li {
    width: calc((100% - 0.6944444444vw) / 2);
    height: 5.5555555556vw;
    padding-left: 4.4444444444vw;
    border-radius: 0.5555555556vw;
    font-size: 1.25vw;
  }
  .rcList li::after {
    left: 1.3888888889vw;
    width: 2.3611111111vw;
    height: 2.3611111111vw;
  }
}
@media (max-width: 768px) {
  .rc {
    margin-top: 13.3333333333vw;
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
  .rc::after {
    bottom: -4.5333333333vw;
    border-width: 4.5333333333vw 17.3333333333vw 0vw 17.3333333333vw;
    border-color: #1c9cdc transparent transparent transparent;
  }
  .rc .inner {
    padding: 0;
  }
  .rcSub {
    font-size: 3.7333333333vw;
  }
  .rcTtl {
    width: 90.6666666667vw;
    margin: 4.8vw auto 0;
    font-size: 7.2vw;
  }
  .rcTtl::before {
    bottom: -0.5333333333vw;
    height: 1.6vw;
  }
  .rcTtl::after {
    top: -4vw;
    left: calc(50% + 24.8vw);
    font-size: 4.8vw;
  }
  .rcTxt {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .rcList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2.6666666667vw;
    margin-top: 8vw;
    padding: 0 6.6666666667vw;
  }
  .rcList li {
    width: 100%;
    height: 14.9333333333vw;
    padding: 2.1333333333vw 3.2vw 2.1333333333vw 12.2666666667vw;
    border-radius: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
  .rcList li::after {
    left: 3.2vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.as {
  padding-top: 90px;
  background: #fff;
}

.asImg {
  width: 582px;
  height: 260px;
  margin: 0 auto;
}

.asTtl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 23px auto 0;
  font-size: 42px;
  font-weight: bold;
  color: #0f4491;
  text-align: center;
}
.asTtl span {
  font-size: 36px;
}
.asTtl::after {
  content: "";
  width: 303px;
  height: 6px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #f4ec35;
}
.asTtl .left {
  position: absolute;
  top: calc(50% + 5px);
  left: -77px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 55px;
  height: 113px;
}
.asTtl .right {
  position: absolute;
  top: calc(50% + 5px);
  right: -77px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 55px;
  height: 113px;
}
.asTtl .icon01 {
  position: absolute;
  top: 50%;
  left: -310px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 170px;
  height: 170px;
}
.asTtl .icon02 {
  position: absolute;
  top: 50%;
  right: -310px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 170px;
  height: 170px;
}

.asRead {
  margin-top: 45px;
  margin-bottom: 70px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.77;
  text-align: center;
}

@media (min-width: 1921px) {
  .as {
    padding-top: 101.25px;
  }
  .asImg {
    width: 654.75px;
    height: 292.5px;
  }
  .asTtl {
    margin: 25.875px auto 0;
    font-size: 47.25px;
  }
  .asTtl span {
    font-size: 40.5px;
  }
  .asTtl::after {
    width: 340.875px;
    height: 6.75px;
    bottom: -3.375px;
  }
  .asTtl .left {
    top: calc(50% + 5.625px);
    left: -86.625px;
    width: 61.875px;
    height: 127.125px;
  }
  .asTtl .right {
    top: calc(50% + 5.625px);
    right: -86.625px;
    width: 61.875px;
    height: 127.125px;
  }
  .asTtl .icon01 {
    left: -348.75px;
    width: 191.25px;
    height: 191.25px;
  }
  .asTtl .icon02 {
    right: -348.75px;
    width: 191.25px;
    height: 191.25px;
  }
  .asRead {
    margin-top: 50.625px;
    margin-bottom: 78.75px;
    font-size: 20.25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .as {
    padding-top: 6.25vw;
  }
  .asImg {
    width: 40.4166666667vw;
    height: 18.0555555556vw;
  }
  .asTtl {
    margin: 1.5972222222vw auto 0;
    font-size: 2.9166666667vw;
  }
  .asTtl span {
    font-size: 2.5vw;
  }
  .asTtl::after {
    width: 21.0416666667vw;
    height: 0.4166666667vw;
    bottom: -0.2083333333vw;
  }
  .asTtl .left {
    top: calc(50% + 0.3472222222vw);
    left: -5.3472222222vw;
    width: 3.8194444444vw;
    height: 7.8472222222vw;
  }
  .asTtl .right {
    top: calc(50% + 0.3472222222vw);
    right: -5.3472222222vw;
    width: 3.8194444444vw;
    height: 7.8472222222vw;
  }
  .asTtl .icon01 {
    left: -21.5277777778vw;
    width: 11.8055555556vw;
    height: 11.8055555556vw;
  }
  .asTtl .icon02 {
    right: -21.5277777778vw;
    width: 11.8055555556vw;
    height: 11.8055555556vw;
  }
  .asRead {
    margin-top: 3.125vw;
    margin-bottom: 4.8611111111vw;
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .as {
    padding-top: 14.6666666667vw;
    padding-bottom: 5.3333333333vw;
  }
  .as .inner {
    padding: 0;
  }
  .asImg {
    width: 86.6666666667vw;
    height: 38.6666666667vw;
  }
  .asTtl {
    margin: 2.6666666667vw auto 0;
    font-size: 7.2vw;
  }
  .asTtl span {
    font-size: 5.6vw;
  }
  .asTtl::after {
    width: 50.6666666667vw;
    height: 1.6vw;
    bottom: -0.8vw;
    left: calc(50% + 20px);
  }
  .asTtl .left {
    top: calc(50% + 6.6666666667vw);
    left: 0vw;
    width: 8vw;
    height: 10.6666666667vw;
  }
  .asTtl .right {
    top: calc(50% + 6.6666666667vw);
    right: 0vw;
    width: 8vw;
    height: 10.6666666667vw;
  }
  .asRead {
    margin-top: 8vw;
    margin-bottom: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.rs {
  padding-top: 160px;
  padding-bottom: 120px;
  background: #fff;
}

.rsMs {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.rsMs .lg {
  position: relative;
  padding-left: 5px;
  padding-right: 10px;
  font-size: 28px;
}
.rsMs .lg::after {
  content: "※";
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 12px;
}
.rsMs .sm {
  font-size: 10px;
  font-weight: 400;
  color: #7C7C7C;
}

.rsBoxs {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 63px 40px;
  max-width: 787px;
  margin: 0 auto;
  margin-top: 83px;
}

.rsBox {
  position: relative;
  width: 373px;
  padding: 45px 20px 35px;
  border-radius: 12px;
  background: url(../img/reason_box_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.rsBox__hd {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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;
  width: 120px;
  height: 39px;
  border-radius: 8px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  background: -webkit-linear-gradient(45deg, #1191db 0%, #77dee2 100%);
  background: linear-gradient(45deg, #1191db 0%, #77dee2 100%);
}

.rsBox__img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.rsBox__ttl {
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b0d5df;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.42;
  color: #259ace;
  text-align: center;
}

.rsBox__list {
  margin-top: 20px;
}
.rsBox__list li {
  position: relative;
  margin-top: 6px;
  padding-left: 26px;
  font-size: 14px;
  font-weight: 500;
  color: #259ace;
}
.rsBox__list li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../img/icon_check_blue.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.rsBox__txt {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.01em;
  color: #545758;
}

@media (min-width: 1921px) {
  .rs {
    padding-top: 180px;
    padding-bottom: 135px;
  }
  .rsMs {
    margin-top: 45px;
    font-size: 20.25px;
  }
  .rsMs .lg {
    padding-left: 5.625px;
    padding-right: 11.25px;
    font-size: 31.5px;
  }
  .rsMs .lg::after {
    top: 5.625px;
    font-size: 13.5px;
  }
  .rsMs .sm {
    font-size: 11.25px;
  }
  .rsBoxs {
    gap: 70.875px 45px;
    max-width: 885.375px;
    margin-top: 93.375px;
  }
  .rsBox {
    width: 419.625px;
    padding: 50.625px 22.5px 39.375px;
    border-radius: 13.5px;
  }
  .rsBox__hd {
    top: -xl(20);
    width: 135px;
    height: 43.875px;
    border-radius: 9px;
    font-size: 24.75px;
  }
  .rsBox__img {
    width: 135px;
    height: 135px;
  }
  .rsBox__ttl {
    margin-top: 11.25px;
    padding-bottom: 22.5px;
    font-size: 29.25px;
  }
  .rsBox__list {
    margin-top: 22.5px;
  }
  .rsBox__list li {
    margin-top: 6.75px;
    padding-left: 29.25px;
    font-size: 15.75px;
  }
  .rsBox__list li::after {
    width: 22.5px;
    height: 22.5px;
  }
  .rsBox__txt {
    margin-top: 15.75px;
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .rs {
    padding-top: 11.1111111111vw;
    padding-bottom: 8.3333333333vw;
  }
  .rsMs {
    margin-top: 2.7777777778vw;
    font-size: 1.25vw;
  }
  .rsMs .lg {
    padding-left: 0.3472222222vw;
    padding-right: 0.6944444444vw;
    font-size: 1.9444444444vw;
  }
  .rsMs .lg::after {
    top: 0.3472222222vw;
    font-size: 0.8333333333vw;
  }
  .rsMs .sm {
    font-size: 0.6944444444vw;
  }
  .rsBoxs {
    gap: 4.375vw 2.7777777778vw;
    max-width: 54.6527777778vw;
    margin-top: 5.7638888889vw;
  }
  .rsBox {
    width: 25.9027777778vw;
    padding: 3.125vw 1.3888888889vw 2.4305555556vw;
    border-radius: 0.8333333333vw;
  }
  .rsBox__hd {
    top: -tab(20);
    width: 8.3333333333vw;
    height: 2.7083333333vw;
    border-radius: 0.5555555556vw;
    font-size: 1.5277777778vw;
  }
  .rsBox__img {
    width: 8.3333333333vw;
    height: 8.3333333333vw;
  }
  .rsBox__ttl {
    margin-top: 0.6944444444vw;
    padding-bottom: 1.3888888889vw;
    font-size: 1.8055555556vw;
  }
  .rsBox__list {
    margin-top: 1.3888888889vw;
  }
  .rsBox__list li {
    margin-top: 0.4166666667vw;
    padding-left: 1.8055555556vw;
    font-size: 0.9722222222vw;
  }
  .rsBox__list li::after {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .rsBox__txt {
    margin-top: 0.9722222222vw;
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 768px) {
  .rs {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  .rs .inner {
    padding: 0;
  }
  .rsMs {
    margin-top: 8vw;
    font-size: 4.8vw;
    line-height: 1.77;
  }
  .rsMs .lg {
    padding-left: 1.3333333333vw;
    padding-right: 2.6666666667vw;
    font-size: 7.4666666667vw;
  }
  .rsMs .lg::after {
    top: 1.3333333333vw;
    font-size: 2.9333333333vw;
  }
  .rsMs .sm {
    display: block;
    font-size: 2.4vw;
  }
  .rsBoxs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 10.6666666667vw;
    max-width: 209.8666666667vw;
    margin-top: 16vw;
  }
  .rsBox {
    width: 100%;
    padding: 12vw 6.6666666667vw 8vw;
    border-radius: 3.2vw;
    background: url(../img/reason_box_bg_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .rsBox__hd {
    top: -sp(20);
    width: 32vw;
    height: 10.4vw;
    border-radius: 2.1333333333vw;
    font-size: 5.8666666667vw;
  }
  .rsBox__img {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
  .rsBox__ttl {
    margin-top: 2.6666666667vw;
    padding-bottom: 4.8vw;
    font-size: 6.4vw;
  }
  .rsBox__list {
    margin-top: 4.8vw;
  }
  .rsBox__list li {
    margin-top: 1.6vw;
    padding-left: 6.9333333333vw;
    font-size: 3.7333333333vw;
    white-space: nowrap;
  }
  .rsBox__list li::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .rsBox__txt {
    margin-top: 3.7333333333vw;
    font-size: 4vw;
  }
}
.th {
  padding-top: 110px;
  padding-bottom: 100px;
  overflow: hidden;
}

.thBg img {
  -o-object-fit: unset;
     object-fit: unset;
}

.thHd {
  margin-top: 10px;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.thBox {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  border: 1px solid #fff;
  border-radius: 20px;
}
.thBox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #fff;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.thBox__hd {
  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;
  height: 200px;
  padding-left: 70px;
  border-radius: 20px;
  background: #fff;
}

.thBox__ttl {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.44;
  color: #1172bd;
}

.thBox__en {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 56px;
  font-weight: bold;
  line-height: 1;
  color: #edf9ff;
  white-space: nowrap;
}

.thBox__main {
  position: relative;
  padding: 30px 67px 50px 87px;
}

.thBox__flex {
  gap: 80px;
}

.thBox__cont {
  width: calc(100% - 80px - 448px);
}

.thBox__sub {
  position: relative;
  padding: 14.6px 29px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.45;
  color: #fff;
}
.thBox__sub::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.thBox__sub::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36px;
  height: 36px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.thBox__sub .ta-r {
  text-align: right;
}

.thBox__txt {
  margin-top: 25px;
  font-size: 16px;
  line-height: 2;
  color: #fff;
}

.thBox__img {
  position: relative;
  width: 448px;
  height: 309px;
}
.thBox__img::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#0569a3), to(#68c3c6));
  background: -webkit-linear-gradient(left, #0569a3 0%, #68c3c6 100%);
  background: linear-gradient(90deg, #0569a3 0%, #68c3c6 100%);
}

.thBox__img--wrap {
  position: relative;
}

.thSub {
  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;
  width: 994px;
  height: 80px;
  margin: 80px auto 0;
  border-radius: 10px;
  font-size: 28px;
  font-weight: 600;
  background: #3a809b;
  color: #fff;
}

.thDrs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 36px;
  width: 994px;
  margin: 40px auto 100px;
}

.thDr {
  position: relative;
  width: calc((100% - 36px) / 2);
  border-radius: 20px;
  background: #fff;
}

.thDr__main {
  position: relative;
  padding: 30px 30px 40px;
}

.thDr__wrap {
  position: relative;
  overflow: hidden;
  height: 700px;
  border-radius: 20px;
}
.thDr__wrap.active {
  height: unset;
}
.thDr__wrap.active .thDr__more {
  background: unset;
}

.thDr__sub {
  position: absolute;
  top: 220px;
  left: -18px;
  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;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  color: #fff;
}
.thDr__sub span {
  font-size: 13px;
}
.thDr__sub.thDr__sub01 {
  width: 236px;
  height: 55px;
  background: url(../img/thought_ribbon01.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.thDr__sub.thDr__sub02 {
  width: 136px;
  height: 55px;
  background: url(../img/thought_ribbon02.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.thDr__job {
  font-size: 14px;
}

.thDr__names {
  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: 10px;
  margin-top: 6px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e1e1e1;
}

.thDr__name {
  font-size: 20px;
  font-weight: 500;
}

.thDr__en {
  padding-top: 3px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0 0.04em;
  color: #259ace;
}

.thDr__box {
  margin-top: 14px;
}

.thDr__flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  margin-top: 10px;
}
.thDr__flex .sub {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 21px;
  padding: 0 6px;
  border: 1px solid #259ace;
  border-radius: 2px;
  font-size: 13px;
  color: #259ace;
  white-space: nowrap;
}
.thDr__flex .txt {
  font-size: 13px;
  line-height: 1.46;
}
.thDr__flex .txt span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 10px;
}

.thDr__doc {
  margin-top: 18px;
  margin-bottom: 18px;
  width: 200px;
}

.thDr__more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 144px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.thDr__more--txt {
  position: absolute;
  bottom: 20px;
  right: 30px;
  font-size: 13px;
  font-weight: 500;
  color: #259ace;
  cursor: pointer;
}

.thSec {
  margin-top: 80px;
}

.thScroll {
  margin-top: 50px;
}

.thImgs .slick-list {
  overflow: unset;
}

.thImg {
  width: 273px;
  height: 273px;
  margin: 0 20px;
}

@media (min-width: 1921px) {
  .th {
    padding-top: 123.75px;
    padding-bottom: 112.5px;
  }
  .thHd {
    margin-top: 11.25px;
    font-size: 29.25px;
  }
  .thBox {
    margin-top: 56.25px;
    border-radius: 22.5px;
  }
  .thBox__hd {
    height: 225px;
    padding-left: 78.75px;
    border-radius: 22.5px;
  }
  .thBox__ttl {
    font-size: 40.5px;
  }
  .thBox__en {
    right: 27px;
    font-size: 63px;
  }
  .thBox__main {
    padding: 33.75px 75.375px 56.25px 97.875px;
  }
  .thBox__flex {
    gap: 90px;
  }
  .thBox__cont {
    width: calc(100% - 90px - 504px);
  }
  .thBox__sub {
    padding: 16.425px 32.625px;
    font-size: 27px;
  }
  .thBox__sub::after {
    width: 40.5px;
    height: 40.5px;
  }
  .thBox__sub::before {
    width: 40.5px;
    height: 40.5px;
  }
  .thBox__txt {
    margin-top: 28.125px;
    font-size: 18px;
  }
  .thBox__img {
    width: 504px;
    height: 347.625px;
  }
  .thBox__img::before {
    top: 11.25px;
    left: 11.25px;
  }
  .thSub {
    width: 1118.25px;
    height: 90px;
    margin: 90px auto 0;
    border-radius: 11.25px;
    font-size: 31.5px;
  }
  .thDrs {
    gap: 40.5px;
    width: 1118.25px;
    margin: 45px auto 112.5px;
  }
  .thDr {
    width: calc((100% - 40.5px) / 2);
    border-radius: 22.5px;
  }
  .thDr__main {
    padding: 33.75px 33.75px 45px;
  }
  .thDr__wrap {
    height: 787.5px;
    border-radius: 22.5px;
  }
  .thDr__sub {
    top: 247.5px;
    left: -20.25px;
    padding-bottom: 22.5px;
    font-size: 18px;
  }
  .thDr__sub span {
    font-size: 14.625px;
  }
  .thDr__sub.thDr__sub01 {
    width: 265.5px;
    height: 61.875px;
  }
  .thDr__sub.thDr__sub02 {
    width: 153px;
    height: 61.875px;
  }
  .thDr__job {
    font-size: 15.75px;
  }
  .thDr__names {
    gap: 11.25px;
    margin-top: 6.75px;
    padding-bottom: 15.75px;
  }
  .thDr__name {
    font-size: 22.5px;
  }
  .thDr__en {
    padding-top: 3.375px;
    font-size: 14.625px;
  }
  .thDr__box {
    margin-top: 15.75px;
  }
  .thDr__flex {
    gap: 13.5px;
    margin-top: 11.25px;
  }
  .thDr__flex .sub {
    height: 23.625px;
    padding: 0 6.75px;
    border-radius: 2.25px;
    font-size: 14.625px;
  }
  .thDr__flex .txt {
    font-size: 14.625px;
  }
  .thDr__flex .txt span {
    margin-bottom: 11.25px;
    font-size: 11.25px;
  }
  .thDr__doc {
    margin-top: 20.25px;
    margin-bottom: 20.25px;
    width: 225px;
  }
  .thDr__more {
    height: 162px;
  }
  .thDr__more--txt {
    bottom: 22.5px;
    right: 33.75px;
    font-size: 14.625px;
  }
  .thSec {
    margin-top: 90px;
  }
  .thScroll {
    margin-top: 56.25px;
  }
  .thImg {
    width: 307.125px;
    height: 307.125px;
    margin: 0 22.5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .th {
    padding-top: 7.6388888889vw;
    padding-bottom: 6.9444444444vw;
  }
  .thHd {
    margin-top: 0.6944444444vw;
    font-size: 1.8055555556vw;
  }
  .thBox {
    margin-top: 3.4722222222vw;
    border-radius: 1.3888888889vw;
  }
  .thBox__hd {
    height: 13.8888888889vw;
    padding-left: 4.8611111111vw;
    border-radius: 1.3888888889vw;
  }
  .thBox__ttl {
    font-size: 2.5vw;
  }
  .thBox__en {
    right: 1.6666666667vw;
    font-size: 3.8888888889vw;
  }
  .thBox__main {
    padding: 2.0833333333vw 4.6527777778vw 3.4722222222vw 6.0416666667vw;
  }
  .thBox__flex {
    gap: 5.5555555556vw;
  }
  .thBox__cont {
    width: calc(100% - 5.5555555556vw - 31.1111111111vw);
  }
  .thBox__sub {
    padding: 1.0138888889vw 2.0138888889vw;
    font-size: 1.6666666667vw;
  }
  .thBox__sub::after {
    width: 2.5vw;
    height: 2.5vw;
  }
  .thBox__sub::before {
    width: 2.5vw;
    height: 2.5vw;
  }
  .thBox__txt {
    margin-top: 1.7361111111vw;
    font-size: 1.1111111111vw;
  }
  .thBox__img {
    width: 31.1111111111vw;
    height: 21.4583333333vw;
  }
  .thBox__img::before {
    top: 0.6944444444vw;
    left: 0.6944444444vw;
  }
  .thSub {
    width: 69.0277777778vw;
    height: 5.5555555556vw;
    margin: 5.5555555556vw auto 0;
    border-radius: 0.6944444444vw;
    font-size: 1.9444444444vw;
  }
  .thDrs {
    gap: 2.5vw;
    width: 69.0277777778vw;
    margin: 2.7777777778vw auto 6.9444444444vw;
  }
  .thDr {
    width: calc((100% - 2.5vw) / 2);
    border-radius: 1.3888888889vw;
  }
  .thDr__main {
    padding: 2.0833333333vw 2.0833333333vw 2.7777777778vw;
  }
  .thDr__wrap {
    height: 48.6111111111vw;
    border-radius: 1.3888888889vw;
  }
  .thDr__sub {
    top: 15.2777777778vw;
    left: -1.25vw;
    padding-bottom: 1.3888888889vw;
    font-size: 1.1111111111vw;
  }
  .thDr__sub span {
    font-size: 0.9027777778vw;
  }
  .thDr__sub.thDr__sub01 {
    width: 16.3888888889vw;
    height: 3.8194444444vw;
  }
  .thDr__sub.thDr__sub02 {
    width: 9.4444444444vw;
    height: 3.8194444444vw;
  }
  .thDr__job {
    font-size: 0.9722222222vw;
  }
  .thDr__names {
    gap: 0.6944444444vw;
    margin-top: 0.4166666667vw;
    padding-bottom: 0.9722222222vw;
  }
  .thDr__name {
    font-size: 1.3888888889vw;
  }
  .thDr__en {
    padding-top: 0.2083333333vw;
    font-size: 0.9027777778vw;
  }
  .thDr__box {
    margin-top: 0.9722222222vw;
  }
  .thDr__flex {
    gap: 0.8333333333vw;
    margin-top: 0.6944444444vw;
  }
  .thDr__flex .sub {
    height: 1.4583333333vw;
    padding: 0 0.4166666667vw;
    border-radius: 0.1388888889vw;
    font-size: 0.9027777778vw;
  }
  .thDr__flex .txt {
    font-size: 0.9027777778vw;
  }
  .thDr__flex .txt span {
    margin-bottom: 0.6944444444vw;
    font-size: 0.6944444444vw;
  }
  .thDr__doc {
    margin-top: 1.25vw;
    margin-bottom: 1.25vw;
    width: 13.8888888889vw;
  }
  .thDr__more {
    height: 10vw;
  }
  .thDr__more--txt {
    bottom: 1.3888888889vw;
    right: 2.0833333333vw;
    font-size: 0.9027777778vw;
  }
  .thSec {
    margin-top: 5.5555555556vw;
  }
  .thScroll {
    margin-top: 3.4722222222vw;
  }
  .thImg {
    width: 18.9583333333vw;
    height: 18.9583333333vw;
    margin: 0 1.3888888889vw;
  }
}
@media (max-width: 768px) {
  .th {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
  .th .inner {
    padding: 0 2.6666666667vw;
  }
  .thHd {
    margin-top: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
  .thBox {
    margin-top: 10.6666666667vw;
    border-radius: 3.2vw;
  }
  .thBox__hd {
    height: 33.8666666667vw;
    padding: 0 2.6666666667vw;
    border-radius: 3.2vw;
  }
  .thBox__ttl {
    font-size: 5.3333333333vw;
    line-height: 1.45;
  }
  .thBox__en {
    top: calc(50% + 4vw);
    right: 2.6666666667vw;
    font-size: 8.8vw;
    text-align: right;
  }
  .thBox__main {
    padding: 6.4vw 2.6666666667vw 5.3333333333vw;
  }
  .thBox__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 7.2vw;
  }
  .thBox__cont {
    width: 100%;
  }
  .thBox__sub {
    width: calc(100% - 5.3333333333vw);
    margin: 0 auto;
    padding: 5.8666666667vw 2.1333333333vw;
    font-size: 4.5333333333vw;
    line-height: 1.76;
  }
  .thBox__sub::after {
    width: 9.6vw;
    height: 9.6vw;
  }
  .thBox__sub::before {
    width: 9.6vw;
    height: 9.6vw;
  }
  .thBox__txt {
    width: calc(100% - 5.3333333333vw);
    margin: 0 auto;
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .thBox__img {
    width: calc(100% - 7px);
    height: auto;
  }
  .thBox__img::before {
    top: 1.8666666667vw;
    left: 1.8666666667vw;
  }
  .thSub {
    width: 86.6666666667vw;
    height: 19.7333333333vw;
    margin: 10.6666666667vw auto 0;
    border-radius: 2.1333333333vw;
    font-size: 4.8vw;
    text-align: center;
  }
  .thDr {
    width: 100%;
    border-radius: 3.2vw;
  }
  .thDrs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 5.3333333333vw;
    width: 86.6666666667vw;
    margin: 5.3333333333vw auto 10.6666666667vw;
  }
  .thDr__wrap {
    height: 133.3333333333vw;
    border-radius: 3.2vw;
  }
  .thDr__main {
    padding: 5.3333333333vw 6.6666666667vw 8vw;
  }
  .thDr__sub {
    top: 44vw;
    left: -4.8vw;
    padding-bottom: 4.8vw;
    font-size: 3.7333333333vw;
  }
  .thDr__sub span {
    font-size: 2.9333333333vw;
  }
  .thDr__sub.thDr__sub01 {
    width: 54.9333333333vw;
    height: 12.8vw;
  }
  .thDr__sub.thDr__sub02 {
    width: 30.1333333333vw;
    height: 12.8vw;
  }
  .thDr__job {
    font-size: 2.9333333333vw;
  }
  .thDr__names {
    gap: 2.1333333333vw;
    margin-top: 1.6vw;
    padding-bottom: 3.7333333333vw;
  }
  .thDr__name {
    font-size: 5.3333333333vw;
  }
  .thDr__en {
    padding-top: 0.8vw;
    font-size: 3.7333333333vw;
  }
  .thDr__box {
    margin-top: 3.7333333333vw;
  }
  .thDr__flex {
    gap: 4.5333333333vw;
    margin-top: 2.6666666667vw;
  }
  .thDr__flex .sub {
    height: 5.6vw;
    padding: 0 1.6vw;
    border-radius: 0.5333333333vw;
    font-size: 3.4666666667vw;
  }
  .thDr__flex .txt {
    font-size: 3.4666666667vw;
  }
  .thDr__flex .txt span {
    margin-bottom: 1.3333333333vw;
    font-size: 2.9333333333vw;
  }
  .thDr__doc {
    margin-top: 3.2vw;
    margin-bottom: 3.2vw;
    width: 48vw;
  }
  .thDr__more {
    height: 38.4vw;
  }
  .thDr__more--txt {
    bottom: 4vw;
    right: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
  .thSec {
    margin-top: 16vw;
  }
  .thScroll {
    margin-top: 8vw;
  }
  .thImg {
    width: 40vw;
    height: 40vw;
    margin: 0 2.4vw;
  }
}
.ft {
  padding-top: 100px;
  padding-bottom: 140px;
}

.ftBoxs {
  margin-top: 40px;
}

.ftBox {
  position: relative;
  margin-top: 40px;
  padding: 65px 66px 60px;
  border: 2px solid #259ace;
  border-radius: 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(#edf9ff), to(#fff));
  background: -webkit-linear-gradient(bottom, #edf9ff 0%, #fff 100%);
  background: linear-gradient(0deg, #edf9ff 0%, #fff 100%);
}

.ftBox__icon {
  position: absolute;
  top: 30px;
  left: 32px;
  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;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 27px;
  font-weight: 500;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#77dee2), to(#1191db));
  background: -webkit-linear-gradient(bottom, #77dee2 0%, #1191db 100%);
  background: linear-gradient(0deg, #77dee2 0%, #1191db 100%);
}

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

.ftBox__img {
  width: 310px;
}

.ftBox__cont {
  width: calc(100% - 346px);
}

.ftBox__ttl {
  padding-bottom: 12px;
  border-bottom: 1px solid #c1dce8;
  font-size: 30px;
  font-weight: bold;
  color: #259ace;
}

.ftBox__txt {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}

.ftBox__list {
  margin: 10px 0;
}
.ftBox__list li {
  position: relative;
  margin-top: 2px;
  padding-left: 18px;
  font-size: 16px;
  font-weight: 500;
  color: #f4587c;
}
.ftBox__list li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f4587c;
}
.ftBox__list + .ftBox__txt {
  margin-top: 0;
}

.ftBox__sm {
  margin-top: 10px;
  font-size: 14px;
}

@media (min-width: 1921px) {
  .ft {
    padding-top: 112.5px;
    padding-bottom: 157.5px;
  }
  .ftBoxs {
    margin-top: 45px;
  }
  .ftBox {
    margin-top: 45px;
    padding: 73.125px 74.25px 67.5px;
    border: 2.25px solid #259ace;
    border-radius: 22.5px;
  }
  .ftBox__icon {
    top: 33.75px;
    left: 36px;
    width: 78.75px;
    height: 78.75px;
    font-size: 30.375px;
  }
  .ftBox__flex {
    gap: 40.5px;
  }
  .ftBox__img {
    width: 348.75px;
  }
  .ftBox__cont {
    width: calc(100% - 389.25px);
  }
  .ftBox__ttl {
    padding-bottom: 13.5px;
    font-size: 33.75px;
  }
  .ftBox__txt {
    margin-top: 22.5px;
    font-size: 18px;
  }
  .ftBox__list {
    margin: 11.25px 0;
  }
  .ftBox__list li {
    margin-top: 2.25px;
    padding-left: 20.25px;
    font-size: 18px;
  }
  .ftBox__list li::after {
    width: 11.25px;
    height: 11.25px;
  }
  .ftBox__list + .ftBox__txt {
    margin-top: 0;
  }
  .ftBox__sm {
    margin-top: 11.25px;
    font-size: 15.75px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .ft {
    padding-top: 6.9444444444vw;
    padding-bottom: 9.7222222222vw;
  }
  .ftBoxs {
    margin-top: 2.7777777778vw;
  }
  .ftBox {
    margin-top: 2.7777777778vw;
    padding: 4.5138888889vw 4.5833333333vw 4.1666666667vw;
    border: 0.1388888889vw solid #259ace;
    border-radius: 1.3888888889vw;
  }
  .ftBox__icon {
    top: 2.0833333333vw;
    left: 2.2222222222vw;
    width: 4.8611111111vw;
    height: 4.8611111111vw;
    font-size: 1.875vw;
  }
  .ftBox__flex {
    gap: 2.5vw;
  }
  .ftBox__img {
    width: 21.5277777778vw;
  }
  .ftBox__cont {
    width: calc(100% - 24.0277777778vw);
  }
  .ftBox__ttl {
    padding-bottom: 0.8333333333vw;
    font-size: 2.0833333333vw;
  }
  .ftBox__txt {
    margin-top: 1.3888888889vw;
    font-size: 1.1111111111vw;
  }
  .ftBox__list {
    margin: 0.6944444444vw 0;
  }
  .ftBox__list li {
    margin-top: 0.1388888889vw;
    padding-left: 1.25vw;
    font-size: 1.1111111111vw;
  }
  .ftBox__list li::after {
    width: 0.6944444444vw;
    height: 0.6944444444vw;
  }
  .ftBox__list + .ftBox__txt {
    margin-top: 0;
  }
  .ftBox__sm {
    margin-top: 0.6944444444vw;
    font-size: 0.9722222222vw;
  }
}
@media (max-width: 768px) {
  .ft {
    padding-top: 13.3333333333vw;
    padding-bottom: 16vw;
  }
  .ftBoxs {
    margin-top: 8vw;
  }
  .ftBox {
    margin-top: 8vw;
    padding: 8vw 6.6666666667vw;
    border: 0.5333333333vw solid #259ace;
    border-radius: 5.3333333333vw;
  }
  .ftBox__icon {
    top: 3.7333333333vw;
    left: 2.9333333333vw;
    width: 14.4vw;
    height: 14.4vw;
    font-size: 6.6666666667vw;
  }
  .ftBox__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 4.8vw;
  }
  .ftBox__img {
    width: 100%;
  }
  .ftBox__cont {
    width: 100%;
  }
  .ftBox__ttl {
    padding-bottom: 3.7333333333vw;
    font-size: 5.8666666667vw;
  }
  .ftBox__txt {
    margin-top: 3.7333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.75;
  }
  .ftBox__list {
    margin: 3.7333333333vw 0;
  }
  .ftBox__list li {
    margin-top: 1.0666666667vw;
    padding-left: 4.8vw;
    font-size: 3.7333333333vw;
  }
  .ftBox__list li::after {
    top: 1.8666666667vw;
    -webkit-transform: unset;
            transform: unset;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  .ftBox__list + .ftBox__txt {
    margin-top: 0;
  }
  .ftBox__sm {
    margin-top: 3.7333333333vw;
    font-size: 3.4666666667vw;
  }
}
.mc {
  margin-top: -120px;
  padding-top: 170px;
  padding-bottom: 120px;
}

.mcBg img {
  -o-object-fit: unset;
     object-fit: unset;
}

.mcRead {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
}

.mcMain {
  position: relative;
  margin-top: 68px;
  border-radius: 20px;
  background: #fff;
}

.mcMain__hd {
  position: relative;
  overflow: hidden;
  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;
  height: 80px;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #fff;
  background: url(../img/mechanism_ttl_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.mcMain__hd p {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mcMain__hd p::after {
  content: "・・・・・・・";
  position: absolute;
  top: -20px;
  left: 80px;
  font-size: 22px;
  letter-spacing: 0.3em;
}

.mcMain__hd--icon {
  position: absolute;
  top: -52px;
  right: 28px;
  width: 224px;
  height: 145px;
}

.mcMain__wrap {
  padding: 60px 103px 55px;
}

.mcMain__flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 34px;
}

.mcMain__boxs {
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  width: calc(100% - 264px - 34px);
}
.mcMain__boxs::before {
  content: "";
  position: absolute;
  top: 122px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  height: 4px;
  background: #1172bd;
}

.mcMain__box {
  position: relative;
  width: calc((100% - 48px) / 3);
}

.mcMain__box--wrap {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.mcMain__box--hd {
  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;
  height: 69px;
  color: #fff;
  background: #62b3c3;
}

.mcMain__box--en {
  font-size: 16px;
  font-weight: 600;
}

.mcMain__box--ttl {
  font-size: 17px;
  font-weight: 500;
}

.mcMain__box--txt {
  margin-top: 14px;
  font-size: 15px;
  font-weight: 500;
}

.mcCome {
  position: relative;
  width: 264px;
  padding: 15px;
  border-radius: 20px;
  background: #f7f273;
}
.mcCome::after {
  content: "";
  position: absolute;
  top: 77px;
  left: -18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #f7f273 transparent transparent;
  border-width: 19px 19px 19px 0px;
}

.mcCome__img {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.mcCome__txt {
  margin-top: 13px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
.mcCome__txt span {
  text-decoration: underline;
}

.mcBox {
  position: relative;
  overflow: hidden;
  margin-top: 80px;
  padding: 60px 102px 56px;
  border-radius: 20px;
  background: url(../img/mechanism_box_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.mcBox__hd {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.mcBox__cont {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.mcBox__top {
  gap: 14px;
  font-size: 40px;
  font-weight: bold;
  color: #0f4491;
}
.mcBox__top .icon {
  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;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 34px;
  font-weight: 500;
  color: #fff;
  background: #0f4491;
}

.mcBox__icon {
  position: absolute;
  top: 50%;
  right: -150px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 120px;
  height: 120px;
}

.mcBox__ttl {
  position: relative;
  gap: 9px;
  height: 60px;
  margin-top: 30px;
  border-radius: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.28;
  color: #fff;
  background: url(../img/mechanism_box_ttl_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.mcBox__ttl .icon {
  padding-top: 5px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.28;
}

.mcBox__flex {
  gap: 36px;
  margin-top: 30px;
}
.mcBox__flex.ai-fs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.mcBox__img {
  width: 374px;
}

.mcBox__txts {
  width: calc(100% - 36px - 374px);
}

.mcBox__txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.mcBox__sub {
  position: relative;
  margin-top: 20px;
  margin-bottom: 4px;
  padding-left: 24px;
  font-size: 20px;
  font-weight: 600;
  color: #259ace;
}
.mcBox__sub:first-child {
  margin-top: 0;
}
.mcBox__sub::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../img/icon_check.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 1921px) {
  .mc {
    margin-top: -135px;
    padding-top: 191.25px;
    padding-bottom: 135px;
  }
  .mcRead {
    margin-top: 33.75px;
    font-size: 20.25px;
  }
  .mcMain {
    margin-top: 76.5px;
    border-radius: 22.5px;
  }
  .mcMain__hd {
    height: 90px;
    font-size: 31.5px;
  }
  .mcMain__hd p::after {
    top: -22.5px;
    left: 90px;
    font-size: 24.75px;
  }
  .mcMain__hd--icon {
    top: -58.5px;
    right: 31.5px;
    width: 252px;
    height: 163.125px;
  }
  .mcMain__wrap {
    padding: 67.5px 115.875px 61.875px;
  }
  .mcMain__flex {
    gap: 38.25px;
  }
  .mcMain__boxs {
    gap: 27px;
    width: calc(100% - 297px - 38.25px);
  }
  .mcMain__boxs::before {
    top: 137.25px;
    height: 4.5px;
  }
  .mcMain__box {
    width: calc((100% - 54px) / 3);
  }
  .mcMain__box--wrap {
    border-radius: 22.5px;
  }
  .mcMain__box--hd {
    height: 77.625px;
  }
  .mcMain__box--en {
    font-size: 18px;
  }
  .mcMain__box--ttl {
    font-size: 19.125px;
  }
  .mcMain__box--txt {
    margin-top: 15.75px;
    font-size: 16.875px;
  }
  .mcCome {
    width: 297px;
    padding: 16.875px;
    border-radius: 22.5px;
  }
  .mcCome::after {
    top: 86.625px;
    left: -20.25px;
    border-width: 21.375px 21.375px 21.375px 0px;
  }
  .mcCome__img {
    border-radius: 13.5px;
  }
  .mcCome__txt {
    margin-top: 14.625px;
    font-size: 15.75px;
  }
  .mcBox {
    margin-top: 90px;
    padding: 67.5px 114.75px 63px;
    border-radius: 22.5px;
  }
  .mcBox__cont {
    font-size: 27px;
  }
  .mcBox__top {
    gap: 15.75px;
    font-size: 45px;
  }
  .mcBox__top .icon {
    width: 56.25px;
    height: 56.25px;
    font-size: 38.25px;
  }
  .mcBox__icon {
    right: -168.75px;
    width: 135px;
    height: 135px;
  }
  .mcBox__ttl {
    gap: 10.125px;
    height: 67.5px;
    margin-top: 33.75px;
    border-radius: 11.25px;
    font-size: 31.5px;
  }
  .mcBox__ttl .icon {
    padding-top: 5.625px;
    font-size: 36px;
  }
  .mcBox__flex {
    gap: 40.5px;
    margin-top: 33.75px;
  }
  .mcBox__img {
    width: 420.75px;
  }
  .mcBox__txts {
    width: calc(100% - 40.5px - 420.75px);
  }
  .mcBox__txt {
    font-size: 18px;
  }
  .mcBox__sub {
    margin-top: 22.5px;
    margin-bottom: 4.5px;
    padding-left: 27px;
    font-size: 22.5px;
  }
  .mcBox__sub:first-child {
    margin-top: 0;
  }
  .mcBox__sub::after {
    width: 22.5px;
    height: 22.5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .mc {
    margin-top: -8.3333333333vw;
    padding-top: 11.8055555556vw;
    padding-bottom: 8.3333333333vw;
  }
  .mcRead {
    margin-top: 2.0833333333vw;
    font-size: 1.25vw;
  }
  .mcMain {
    margin-top: 4.7222222222vw;
    border-radius: 1.3888888889vw;
  }
  .mcMain__hd {
    height: 5.5555555556vw;
    font-size: 1.9444444444vw;
  }
  .mcMain__hd p::after {
    top: -1.3888888889vw;
    left: 5.5555555556vw;
    font-size: 1.5277777778vw;
  }
  .mcMain__hd--icon {
    top: -3.6111111111vw;
    right: 1.9444444444vw;
    width: 15.5555555556vw;
    height: 10.0694444444vw;
  }
  .mcMain__wrap {
    padding: 4.1666666667vw 7.1527777778vw 3.8194444444vw;
  }
  .mcMain__flex {
    gap: 2.3611111111vw;
  }
  .mcMain__boxs {
    gap: 1.6666666667vw;
    width: calc(100% - 18.3333333333vw - 2.3611111111vw);
  }
  .mcMain__boxs::before {
    top: 8.4722222222vw;
    height: 0.2777777778vw;
  }
  .mcMain__box {
    width: calc((100% - 3.3333333333vw) / 3);
  }
  .mcMain__box--wrap {
    border-radius: 1.3888888889vw;
  }
  .mcMain__box--hd {
    height: 4.7916666667vw;
  }
  .mcMain__box--en {
    font-size: 1.1111111111vw;
  }
  .mcMain__box--ttl {
    font-size: 1.1805555556vw;
  }
  .mcMain__box--txt {
    margin-top: 0.9722222222vw;
    font-size: 1.0416666667vw;
  }
  .mcCome {
    width: 18.3333333333vw;
    padding: 1.0416666667vw;
    border-radius: 1.3888888889vw;
  }
  .mcCome::after {
    top: 5.3472222222vw;
    left: -1.25vw;
    border-width: 1.3194444444vw 1.3194444444vw 1.3194444444vw 0vw;
  }
  .mcCome__img {
    border-radius: 0.8333333333vw;
  }
  .mcCome__txt {
    margin-top: 0.9027777778vw;
    font-size: 0.9722222222vw;
  }
  .mcBox {
    margin-top: 5.5555555556vw;
    padding: 4.1666666667vw 7.0833333333vw 3.8888888889vw;
    border-radius: 1.3888888889vw;
  }
  .mcBox__cont {
    font-size: 1.6666666667vw;
  }
  .mcBox__top {
    gap: 0.9722222222vw;
    font-size: 2.7777777778vw;
  }
  .mcBox__top .icon {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
    font-size: 2.3611111111vw;
  }
  .mcBox__icon {
    right: -10.4166666667vw;
    width: 8.3333333333vw;
    height: 8.3333333333vw;
  }
  .mcBox__ttl {
    gap: 0.625vw;
    height: 4.1666666667vw;
    margin-top: 2.0833333333vw;
    border-radius: 0.6944444444vw;
    font-size: 1.9444444444vw;
  }
  .mcBox__ttl .icon {
    padding-top: 0.3472222222vw;
    font-size: 2.2222222222vw;
  }
  .mcBox__flex {
    gap: 2.5vw;
    margin-top: 2.0833333333vw;
  }
  .mcBox__img {
    width: 25.9722222222vw;
  }
  .mcBox__txts {
    width: calc(100% - 2.5vw - 25.9722222222vw);
  }
  .mcBox__txt {
    font-size: 1.1111111111vw;
  }
  .mcBox__sub {
    margin-top: 1.3888888889vw;
    margin-bottom: 0.2777777778vw;
    padding-left: 1.6666666667vw;
    font-size: 1.3888888889vw;
  }
  .mcBox__sub:first-child {
    margin-top: 0;
  }
  .mcBox__sub::after {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
}
@media (max-width: 768px) {
  .mc {
    margin-top: -8vw;
    padding-top: 24vw;
    padding-bottom: 13.3333333333vw;
  }
  .mc .inner {
    padding: 0;
  }
  .mcRead {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
    line-height: 1.75;
  }
  .mcMain {
    margin-top: 45.8666666667vw;
    border-radius: 5.3333333333vw;
  }
  .mcMain__hd {
    height: 27.4666666667vw;
    font-size: 6.1333333333vw;
    background: url(../img/mechanism_ttl_bg_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
  }
  .mcMain__hd p::after {
    top: -4.5333333333vw;
    left: 25.3333333333vw;
    font-size: 4.8vw;
  }
  .mcMain__hd--icon {
    top: -37.8666666667vw;
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 64vw;
    height: 37.8666666667vw;
  }
  .mcMain__wrap {
    position: relative;
    overflow: hidden;
    padding: 5.3333333333vw 0vw 5.3333333333vw 0vw;
  }
  .mcMain__scroll {
    overflow-x: scroll;
    padding: 0 6.6666666667vw;
  }
  .mcMain__flex {
    gap: 8.5333333333vw;
  }
  .mcMain__boxs {
    gap: 9.6vw;
    width: auto;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .mcMain__boxs::before {
    top: 32.5333333333vw;
    height: 1.0666666667vw;
  }
  .mcMain__box {
    width: 56.5333333333vw;
  }
  .mcMain__box--wrap {
    border-radius: 3.2vw;
  }
  .mcMain__box--hd {
    height: 18.1333333333vw;
  }
  .mcMain__box--en {
    font-size: 4vw;
  }
  .mcMain__box--ttl {
    font-size: 4.2666666667vw;
  }
  .mcMain__box--txt {
    margin-top: 3.7333333333vw;
    font-size: 4vw;
  }
  .mcCome {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 70.4vw;
    padding: 4vw;
    border-radius: 5.3333333333vw;
  }
  .mcCome::after {
    top: 20.5333333333vw;
    left: -4.8vw;
    border-width: 5.0666666667vw 5.0666666667vw 5.0666666667vw 0vw;
  }
  .mcCome__img {
    border-radius: 3.2vw;
  }
  .mcCome__txt {
    margin-top: 3.4666666667vw;
    font-size: 3.7333333333vw;
  }
  .mcPd {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 0.2666666667vw;
    height: 5.3333333333vw;
  }
  .mcBox {
    margin-top: 8vw;
    padding: 8vw 6.6666666667vw;
    border-radius: 5.3333333333vw;
  }
  .mcBox__hd {
    gap: 2.6666666667vw;
  }
  .mcBox__cont {
    font-size: 4.5333333333vw;
  }
  .mcBox__top {
    gap: 1.6vw;
    font-size: 6.4vw;
  }
  .mcBox__top .icon {
    width: 9.8666666667vw;
    height: 9.8666666667vw;
    font-size: 6.9333333333vw;
  }
  .mcBox__icon {
    position: relative;
    top: unset;
    right: unset;
    -webkit-transform: unset;
            transform: unset;
    width: 21.3333333333vw;
    height: 21.3333333333vw;
  }
  .mcBox__ttl {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.3333333333vw;
    height: auto;
    margin-top: 4.2666666667vw;
    padding: 3.7333333333vw 0vw 3.7333333333vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
    font-size: 5.3333333333vw;
    background: url(../img/mechanism_box_ttl_bg_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mcBox__ttl p {
    padding-top: 0.8vw;
  }
  .mcBox__ttl .icon {
    padding-top: 0;
    font-size: 6.9333333333vw;
  }
  .mcBox__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2.6666666667vw;
    margin-top: 3.7333333333vw;
  }
  .mcBox__img {
    width: 100%;
  }
  .mcBox__txts {
    width: 100%;
  }
  .mcBox__txt {
    font-size: 3.7333333333vw;
  }
  .mcBox__sub {
    margin-top: 4.2666666667vw;
    margin-bottom: 1.6vw;
    padding-left: 6.4vw;
    font-size: 4.8vw;
  }
  .mcBox__sub:first-child {
    margin-top: 0;
  }
  .mcBox__sub::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.os {
  padding-top: 120px;
  padding-bottom: 120px;
}

.osRead {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
}

.osImg {
  margin: 60px auto 0;
  width: 860px;
}

.osNote {
  width: 860px;
  margin: 10px auto 120px;
  font-size: 10px;
  text-align: right;
}

.osCm {
  width: 890px;
  margin: 40px auto 0;
}

@media (min-width: 1921px) {
  .os {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .osRead {
    margin-top: 45px;
    font-size: 20.25px;
  }
  .osImg {
    margin: 67.5px auto 0;
    width: 967.5px;
  }
  .osNote {
    width: 967.5px;
    margin: 11.25px auto 135px;
    font-size: 11.25px;
  }
  .osCm {
    width: 1001.25px;
    margin: 45px auto 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .os {
    padding-top: 8.3333333333vw;
    padding-bottom: 8.3333333333vw;
  }
  .osRead {
    margin-top: 2.7777777778vw;
    font-size: 1.25vw;
  }
  .osImg {
    margin: 4.1666666667vw auto 0;
    width: 59.7222222222vw;
  }
  .osNote {
    width: 59.7222222222vw;
    margin: 0.6944444444vw auto 8.3333333333vw;
    font-size: 0.6944444444vw;
  }
  .osCm {
    width: 61.8055555556vw;
    margin: 2.7777777778vw auto 0;
  }
}
@media (max-width: 768px) {
  .os {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
  .os .inner {
    padding: 0;
  }
  .osRead {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
    line-height: 1.75;
  }
  .osImg {
    margin: 10.6666666667vw auto 0;
    width: 100%;
  }
  .osImg__sp {
    width: 86.6666666667vw;
  }
  .osNote {
    width: 100%;
    margin: 2.6666666667vw auto 18.6666666667vw;
    padding-right: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
  .osCm {
    width: 85.6vw;
    margin: 10.6666666667vw auto 0;
  }
}
.ct {
  padding-top: 85px;
  padding-bottom: 120px;
}
.ct .cv {
  margin: 80px auto 0;
}

.ctBg img {
  -o-object-fit: unset;
     object-fit: unset;
}

.ctRead {
  margin: 30px auto 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: center;
}

.ctIMg {
  width: 860px;
  margin: 50px auto 0;
}

.ctNote {
  width: 860px;
  margin: 14px auto 0;
  font-size: 14px;
  color: #fff;
}

@media (min-width: 1921px) {
  .ct {
    padding-top: 95.625px;
    padding-bottom: 135px;
  }
  .ct .cv {
    margin: 90px auto 0;
  }
  .ctRead {
    margin: 33.75px auto 0;
    font-size: 20.25px;
  }
  .ctIMg {
    width: 967.5px;
    margin: 56.25px auto 0;
  }
  .ctNote {
    width: 967.5px;
    margin: 15.75px auto 0;
    font-size: 15.75px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .ct {
    padding-top: 5.9027777778vw;
    padding-bottom: 8.3333333333vw;
  }
  .ct .cv {
    margin: 5.5555555556vw auto 0;
  }
  .ctRead {
    margin: 2.0833333333vw auto 0;
    font-size: 1.25vw;
  }
  .ctIMg {
    width: 59.7222222222vw;
    margin: 3.4722222222vw auto 0;
  }
  .ctNote {
    width: 59.7222222222vw;
    margin: 0.9722222222vw auto 0;
    font-size: 0.9722222222vw;
  }
}
@media (max-width: 768px) {
  .ct {
    padding-top: 13.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
  .ct .cv {
    margin: 10.6666666667vw auto 0;
  }
  .ct .inner {
    padding: 0;
  }
  .ctRead {
    width: 86.6666666667vw;
    margin: 8vw auto 0;
    font-size: 3.7333333333vw;
  }
  .ctIMg {
    width: 100%;
    margin: 10.6666666667vw auto 0;
  }
  .ctNote {
    width: 89.3333333333vw;
    margin: 2.6666666667vw auto 0;
    font-size: 3.2vw;
  }
}
.fl {
  padding-top: 120px;
  padding-bottom: 110px;
}

.flRead {
  margin: 64px auto 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.77;
  letter-spacing: 0.02em;
  text-align: center;
}

.flBoxs {
  position: relative;
  overflow: hidden;
  width: 860px;
  margin: 80px auto;
  height: 1550px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.flBoxs.active {
  height: auto;
  padding-bottom: 80px;
  margin: 80px auto 50px;
}
.flBoxs::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4px;
  height: 95%;
  background: #259ace;
}

.flBox {
  position: relative;
  margin-top: 40px;
  padding: 50px 36px 40px;
  border: 2px solid #259ace;
  border-radius: 20px;
  background: #fff;
}

.flBox__hd {
  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;
  position: absolute;
  top: -21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 42px;
  padding: 0 30px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: -webkit-linear-gradient(45deg, #1996dc 0%, #5ecae0 100%);
  background: linear-gradient(45deg, #1996dc 0%, #5ecae0 100%);
}

.flBox__flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}

.flBox__img {
  width: 256px;
}

.flBox__cont {
  width: calc(100% - 286px);
}

.flBox__ttl {
  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: 8px;
  font-size: 26px;
  font-weight: bold;
  color: #259ace;
}
.flBox__ttl .icon {
  padding-top: 3px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.28;
  color: #93d0e1;
}

.flBox__txt {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.flBox__red {
  position: relative;
  margin-top: 20px;
  padding: 30px 44px 24px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #f4587c;
  background: #fff0f4;
}
.flBox__red.flBox__red--sm {
  font-size: 14px;
}
.flBox__red.flBox__red--sm span {
  display: inline-block;
  margin-top: 10px;
  font-weight: 400;
}
.flBox__red::after {
  content: "";
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff0f4 transparent;
  border-width: 0px 18px 15px 18px;
}

.flBox__icon {
  position: absolute;
  top: -20px;
  right: 25px;
  width: 110px;
  height: 110px;
}

.flBox__sm {
  margin-top: 14px;
  font-size: 14px;
}

.flBox__more {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 147px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), to(#fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, #fff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, #fff 100%);
}
.flBox__more.active {
  background: unset;
}
.flBox__more p {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-right: 28px;
  font-size: 18px;
  font-weight: 500;
  color: #259ace;
  cursor: pointer;
}
.flBox__more p::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #259ace;
  border-bottom: 2px solid #259ace;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.flBox__more p.active::after {
  top: calc(50% + 4px);
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

@media (min-width: 1921px) {
  .fl {
    padding-top: 135px;
    padding-bottom: 123.75px;
  }
  .flRead {
    margin: 72px auto 0;
    font-size: 20.25px;
  }
  .flBoxs {
    width: 967.5px;
    margin: 90px auto;
    height: 1743.75px;
  }
  .flBoxs.active {
    padding-bottom: 90px;
    margin: 90px auto 56.25px;
  }
  .flBoxs::before {
    width: 4.5px;
  }
  .flBox {
    margin-top: 45px;
    padding: 56.25px 40.5px 45px;
    border: 2.25px solid #259ace;
    border-radius: 22.5px;
  }
  .flBox__hd {
    top: -23.625px;
    height: 47.25px;
    padding: 0 33.75px;
    border-radius: 5.625px;
    font-size: 20.25px;
  }
  .flBox__flex {
    gap: 33.75px;
  }
  .flBox__img {
    width: 288px;
  }
  .flBox__cont {
    width: calc(100% - 321.75px);
  }
  .flBox__ttl {
    gap: 9px;
    font-size: 29.25px;
  }
  .flBox__ttl .icon {
    padding-top: 3.375px;
    font-size: 36px;
  }
  .flBox__txt {
    margin-top: 15.75px;
    font-size: 18px;
  }
  .flBox__red {
    margin-top: 22.5px;
    padding: 33.75px 49.5px 27px;
    border-radius: 13.5px;
    font-size: 18px;
  }
  .flBox__red.flBox__red--sm {
    font-size: 15.75px;
  }
  .flBox__red.flBox__red--sm span {
    margin-top: 11.25px;
  }
  .flBox__red::after {
    top: -15.75px;
    border-width: 0px 20.25px 16.875px 20.25px;
  }
  .flBox__icon {
    top: -22.5px;
    right: 28.125px;
    width: 123.75px;
    height: 123.75px;
  }
  .flBox__sm {
    margin-top: 15.75px;
    font-size: 15.75px;
  }
  .flBox__more {
    height: 165.375px;
  }
  .flBox__more p {
    bottom: 11.25px;
    padding-right: 31.5px;
    font-size: 20.25px;
  }
  .flBox__more p::after {
    width: 9px;
    height: 9px;
    border-right: 2.25px solid #259ace;
    border-bottom: 2.25px solid #259ace;
  }
  .flBox__more p.active::after {
    top: calc(50% + 4.5px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .fl {
    padding-top: 8.3333333333vw;
    padding-bottom: 7.6388888889vw;
  }
  .flRead {
    margin: 4.4444444444vw auto 0;
    font-size: 1.25vw;
  }
  .flBoxs {
    width: 59.7222222222vw;
    margin: 5.5555555556vw auto;
    height: 107.6388888889vw;
  }
  .flBoxs.active {
    padding-bottom: 5.5555555556vw;
    margin: 5.5555555556vw auto 3.4722222222vw;
  }
  .flBoxs::before {
    width: 0.2777777778vw;
  }
  .flBox {
    margin-top: 2.7777777778vw;
    padding: 3.4722222222vw 2.5vw 2.7777777778vw;
    border: 0.1388888889vw solid #259ace;
    border-radius: 1.3888888889vw;
  }
  .flBox__hd {
    top: -1.4583333333vw;
    height: 2.9166666667vw;
    padding: 0 2.0833333333vw;
    border-radius: 0.3472222222vw;
    font-size: 1.25vw;
  }
  .flBox__flex {
    gap: 2.0833333333vw;
  }
  .flBox__img {
    width: 17.7777777778vw;
  }
  .flBox__cont {
    width: calc(100% - 19.8611111111vw);
  }
  .flBox__ttl {
    gap: 0.5555555556vw;
    font-size: 1.8055555556vw;
  }
  .flBox__ttl .icon {
    padding-top: 0.2083333333vw;
    font-size: 2.2222222222vw;
  }
  .flBox__txt {
    margin-top: 0.9722222222vw;
    font-size: 1.1111111111vw;
  }
  .flBox__red {
    margin-top: 1.3888888889vw;
    padding: 2.0833333333vw 3.0555555556vw 1.6666666667vw;
    border-radius: 0.8333333333vw;
    font-size: 1.1111111111vw;
  }
  .flBox__red.flBox__red--sm {
    font-size: 0.9722222222vw;
  }
  .flBox__red.flBox__red--sm span {
    margin-top: 0.6944444444vw;
  }
  .flBox__red::after {
    top: -0.9722222222vw;
    border-width: 0vw 1.25vw 1.0416666667vw 1.25vw;
  }
  .flBox__icon {
    top: -1.3888888889vw;
    right: 1.7361111111vw;
    width: 7.6388888889vw;
    height: 7.6388888889vw;
  }
  .flBox__sm {
    margin-top: 0.9722222222vw;
    font-size: 0.9722222222vw;
  }
  .flBox__more {
    height: 10.2083333333vw;
  }
  .flBox__more p {
    bottom: 0.6944444444vw;
    padding-right: 1.9444444444vw;
    font-size: 1.25vw;
  }
  .flBox__more p::after {
    width: 0.5555555556vw;
    height: 0.5555555556vw;
    border-right: 0.1388888889vw solid #259ace;
    border-bottom: 0.1388888889vw solid #259ace;
  }
  .flBox__more p.active::after {
    top: calc(50% + 0.2777777778vw);
  }
}
@media (max-width: 768px) {
  .fl {
    padding-top: 13.3333333333vw;
    padding-bottom: 24vw;
  }
  .fl .inner {
    padding: 0;
  }
  .flRead {
    margin: 8vw auto 0;
    font-size: 3.7333333333vw;
  }
  .flBoxs {
    width: 100%;
    margin: 7.4666666667vw auto 16vw;
    height: 640vw;
  }
  .flBoxs.active {
    padding-bottom: 16vw;
    margin: 7.4666666667vw auto 8vw;
  }
  .flBoxs::before {
    width: 0.8vw;
  }
  .flBox {
    margin-top: 8vw;
    padding: 10.6666666667vw 6.6666666667vw 8vw;
    border: 0.5333333333vw solid #259ace;
    border-radius: 5.3333333333vw;
  }
  .flBox__hd {
    top: -5.6vw;
    height: 11.2vw;
    padding: 0 8vw;
    border-radius: 1.3333333333vw;
    font-size: 4.2666666667vw;
    white-space: nowrap;
  }
  .flBox__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 5.3333333333vw;
  }
  .flBox__img {
    width: 100%;
  }
  .flBox__cont {
    width: 100%;
  }
  .flBox__ttl {
    gap: 1.6vw;
    font-size: 5.8666666667vw;
  }
  .flBox__ttl .icon {
    padding-top: 0.2666666667vw;
    font-size: 7.4666666667vw;
  }
  .flBox__txt {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .flBox__red {
    margin-top: 5.3333333333vw;
    padding: 5.3333333333vw 6.4vw 4vw;
    border-radius: 3.2vw;
    font-size: 3.2vw;
  }
  .flBox__red.flBox__red--sm {
    font-size: 3.2vw;
  }
  .flBox__red.flBox__red--sm span {
    margin-top: 0.5333333333vw;
    font-size: 2.9333333333vw;
  }
  .flBox__red::after {
    top: -2.1333333333vw;
    border-width: 0vw 2.6666666667vw 2.6666666667vw 2.6666666667vw;
  }
  .flBox__icon {
    top: 41.3333333333vw;
    right: 9.3333333333vw;
    width: 29.3333333333vw;
    height: 29.3333333333vw;
  }
  .flBox__sm {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
  }
  .flBox__more {
    height: 39.2vw;
  }
  .flBox__more p {
    bottom: 2.6666666667vw;
    padding-right: 7.4666666667vw;
    font-size: 4.2666666667vw;
  }
  .flBox__more p::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-right: 0.5333333333vw solid #259ace;
    border-bottom: 0.5333333333vw solid #259ace;
  }
  .flBox__more p.active::after {
    top: calc(50% + 1.0666666667vw);
  }
}
.sh {
  overflow: hidden;
  margin-top: -40px;
  padding-top: 160px;
  padding-bottom: 110px;
}

.shBg img {
  -o-object-position: center top;
     object-position: center top;
}

.shRead {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
}

.shTb {
  width: 860px;
  margin: 60px auto 0;
}

.shTb__main {
  border-radius: 20px;
  border-spacing: 0;
  border: none;
  border-left: 1px solid #c3c6cd;
  border-top: 1px solid #c3c6cd;
  font-size: 18px;
  font-weight: 500;
  border-collapse: unset;
}
.shTb__main tr > * {
  border: none;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
.shTb__main th {
  padding: 30px 77px;
  background: #f2f4f8;
  white-space: nowrap;
}
.shTb__main td {
  padding: 30px 77px;
  background: #fff;
}
.shTb__main tr:first-child > *:first-child {
  border-radius: 20px 0 0 0;
}
.shTb__main tr:first-child > *:last-child {
  border-radius: 0 20px 0 0;
}
.shTb__main tr:last-child > *:first-child {
  border-radius: 0 0 0 20px;
}
.shTb__main tr:last-child > *:last-child {
  border-radius: 0 0 20px 0;
}

.shTb__hd {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.shTb__hd th {
  padding: 16px 0;
  background: #2a468e;
}
.shTb__hd td {
  padding: 16px 0;
  background: #259ace;
}

.shImg {
  width: 860px;
  margin: 40px auto 0;
}

@media (min-width: 1921px) {
  .sh {
    margin-top: -45px;
    padding-top: 180px;
    padding-bottom: 123.75px;
  }
  .shRead {
    margin-top: 45px;
    font-size: 20.25px;
  }
  .shTb {
    width: 967.5px;
    margin: 67.5px auto 0;
  }
  .shTb__main {
    border-radius: 22.5px;
    font-size: 20.25px;
  }
  .shTb__main th {
    padding: 33.75px 86.625px;
  }
  .shTb__main td {
    padding: 33.75px 86.625px;
  }
  .shTb__main tr:first-child > *:first-child {
    border-radius: 22.5px 0 0 0;
  }
  .shTb__main tr:first-child > *:last-child {
    border-radius: 0 22.5px 0 0;
  }
  .shTb__main tr:last-child > *:first-child {
    border-radius: 0 0 0 22.5px;
  }
  .shTb__main tr:last-child > *:last-child {
    border-radius: 0 0 22.5px 0;
  }
  .shTb__hd {
    font-size: 24.75px;
  }
  .shTb__hd th {
    padding: 18px 0;
  }
  .shTb__hd td {
    padding: 18px 0;
  }
  .shImg {
    width: 967.5px;
    margin: 45px auto 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .sh {
    margin-top: -2.7777777778vw;
    padding-top: 11.1111111111vw;
    padding-bottom: 7.6388888889vw;
  }
  .shRead {
    margin-top: 2.7777777778vw;
    font-size: 1.25vw;
  }
  .shTb {
    width: 59.7222222222vw;
    margin: 4.1666666667vw auto 0;
  }
  .shTb__main {
    border-radius: 1.3888888889vw;
    font-size: 1.25vw;
  }
  .shTb__main th {
    padding: 2.0833333333vw 5.3472222222vw;
  }
  .shTb__main td {
    padding: 2.0833333333vw 5.3472222222vw;
  }
  .shTb__main tr:first-child > *:first-child {
    border-radius: 1.3888888889vw 0 0 0;
  }
  .shTb__main tr:first-child > *:last-child {
    border-radius: 0 1.3888888889vw 0 0;
  }
  .shTb__main tr:last-child > *:first-child {
    border-radius: 0 0 0 1.3888888889vw;
  }
  .shTb__main tr:last-child > *:last-child {
    border-radius: 0 0 1.3888888889vw 0;
  }
  .shTb__hd {
    font-size: 1.5277777778vw;
  }
  .shTb__hd th {
    padding: 1.1111111111vw 0;
  }
  .shTb__hd td {
    padding: 1.1111111111vw 0;
  }
  .shImg {
    width: 59.7222222222vw;
    margin: 2.7777777778vw auto 0;
  }
}
@media (max-width: 768px) {
  .sh {
    margin-top: -16vw;
    padding-top: 24vw;
    padding-bottom: 10.6666666667vw;
  }
  .sh .inner {
    padding: 0;
  }
  .shRead {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
    line-height: 1.75;
  }
  .shTb {
    width: 89.3333333333vw;
    margin: 10.6666666667vw auto 0;
  }
  .shTb__main {
    border-radius: 3.2vw;
    font-size: 3.7333333333vw;
  }
  .shTb__main th {
    padding: 4.2666666667vw 2.6666666667vw;
  }
  .shTb__main td {
    padding: 4.2666666667vw 4vw;
  }
  .shTb__main tr:first-child > *:first-child {
    border-radius: 3.2vw 0 0 0;
  }
  .shTb__main tr:first-child > *:last-child {
    border-radius: 0 3.2vw 0 0;
  }
  .shTb__main tr:last-child > *:first-child {
    border-radius: 0 0 0 3.2vw;
  }
  .shTb__main tr:last-child > *:last-child {
    border-radius: 0 0 3.2vw 0;
  }
  .shTb__hd {
    font-size: 3.7333333333vw;
  }
  .shTb__hd th {
    padding: 2.6666666667vw 0;
  }
  .shTb__hd td {
    padding: 2.6666666667vw 0;
  }
  .shImg {
    width: 100%;
    margin: 5.3333333333vw auto 0;
  }
}
.cm {
  padding-top: 120px;
  padding-bottom: 120px;
}

.cmFlex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  margin-top: 80px;
}

.cmImg {
  width: 510px;
  height: 340px;
}

.cmCont {
  width: calc(100% - 550px);
}

.cmTtl {
  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: 10px;
  height: 60px;
  padding-left: 18px;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  background: url(../img/box_ttl_sm_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.cmTtl .icon {
  padding-top: 3px;
  font-size: 36px;
  font-weight: 600;
}

.cmTxt {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.cmList {
  margin-top: 24px;
}
.cmList li {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 34px;
  padding: 0 10px 0 34px;
  margin-top: 10px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  color: #1191db;
  background: #f7f273;
}
.cmList li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../img/icon_check.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.cmNote {
  margin-top: 10px;
  font-size: 10px;
  color: #7c7c7c;
}

@media (min-width: 1921px) {
  .cm {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .cmFlex {
    gap: 45px;
    margin-top: 90px;
  }
  .cmImg {
    width: 573.75px;
    height: 382.5px;
  }
  .cmCont {
    width: calc(100% - 618.75px);
  }
  .cmTtl {
    gap: 11.25px;
    height: 67.5px;
    padding-left: 20.25px;
    font-size: 33.75px;
  }
  .cmTtl .icon {
    padding-top: 3.375px;
    font-size: 40.5px;
  }
  .cmTxt {
    margin-top: 22.5px;
    font-size: 18px;
  }
  .cmList {
    margin-top: 27px;
  }
  .cmList li {
    height: 38.25px;
    padding: 0 11.25px 0 38.25px;
    margin-top: 11.25px;
    border-radius: 4.5px;
    font-size: 18px;
  }
  .cmList li::after {
    left: 11.25px;
    width: 22.5px;
    height: 22.5px;
  }
  .cmNote {
    margin-top: 11.25px;
    font-size: 11.25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .cm {
    padding-top: 8.3333333333vw;
    padding-bottom: 8.3333333333vw;
  }
  .cmFlex {
    gap: 2.7777777778vw;
    margin-top: 5.5555555556vw;
  }
  .cmImg {
    width: 35.4166666667vw;
    height: 23.6111111111vw;
  }
  .cmCont {
    width: calc(100% - 38.1944444444vw);
  }
  .cmTtl {
    gap: 0.6944444444vw;
    height: 4.1666666667vw;
    padding-left: 1.25vw;
    font-size: 2.0833333333vw;
  }
  .cmTtl .icon {
    padding-top: 0.2083333333vw;
    font-size: 2.5vw;
  }
  .cmTxt {
    margin-top: 1.3888888889vw;
    font-size: 1.1111111111vw;
  }
  .cmList {
    margin-top: 1.6666666667vw;
  }
  .cmList li {
    height: 2.3611111111vw;
    padding: 0 0.6944444444vw 0 2.3611111111vw;
    margin-top: 0.6944444444vw;
    border-radius: 0.2777777778vw;
    font-size: 1.1111111111vw;
  }
  .cmList li::after {
    left: 0.6944444444vw;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .cmNote {
    margin-top: 0.6944444444vw;
    font-size: 0.6944444444vw;
  }
}
@media (max-width: 768px) {
  .cm {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
  .cmFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 3.2vw;
    margin-top: 10.6666666667vw;
  }
  .cmImg {
    width: 100%;
    height: auto;
    margin-top: 3.7333333333vw;
  }
  .cmCont {
    width: 100%;
  }
  .cmTtl {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.0666666667vw;
    height: unset;
    padding: 1.0666666667vw 2.6666666667vw;
    font-size: 5.3333333333vw;
    background: url(../img/box_ttl_sm_bg_sp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .cmTtl .icon {
    padding-top: 0vw;
    font-size: 6.9333333333vw;
  }
  .cmTtl p {
    padding-top: 1.0666666667vw;
  }
  .cmTxt {
    margin-top: 3.2vw;
    font-size: 3.7333333333vw;
  }
  .cmList {
    margin-top: 4.8vw;
  }
  .cmList li {
    height: auto;
    padding: 1.6vw 2.6666666667vw 1.6vw 9.6vw;
    margin-top: 2.6666666667vw;
    border-radius: 1.0666666667vw;
    font-size: 3.4666666667vw;
  }
  .cmList li::after {
    top: 1.6vw;
    left: 2.6666666667vw;
    -webkit-transform: unset;
            transform: unset;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .cmNote {
    margin-top: 2.1333333333vw;
    font-size: 2.6666666667vw;
  }
}
.pi {
  padding-top: 120px;
  padding-bottom: 80px;
}
.pi .cvBnr {
  margin: 20px auto 0;
}

.piBg img {
  -o-object-fit: unset;
     object-fit: unset;
}

.piBox {
  position: relative;
  overflow: hidden;
  width: 992px;
  margin: 40px auto 0;
  border-radius: 20px;
  background: #fff;
}

.piBox__hd {
  height: 90px;
  font-size: 28px;
  font-weight: 600;
  color: #259ace;
  background: #d3f1ff;
}

.piBox__main {
  padding: 40px 65px 42px;
}

.piBox__main--sub {
  position: relative;
  width: 100%;
}
.piBox__main--sub p {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
  padding: 0 30px;
  font-size: 26px;
  font-weight: 500;
  color: #2F97C4;
  background: #fff;
}
.piBox__main--sub::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background: #2F97C4;
}

.piBox__cv {
  margin: 10px auto 0;
}
.piBox__cv .sub {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #2F97C4;
}
.piBox__cv a {
  position: relative;
  width: 282px;
  height: 44px;
  margin: 10px auto 30px;
  padding-right: 15px;
  border-radius: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #2F97C4;
}
.piBox__cv a::after {
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 14px;
  height: 12px;
  background: url(../img/icon_arrow_cv.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.piBox__flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  padding: 30px 20px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 20px;
  font-weight: 500;
}
.piBox__flex .sm {
  font-size: 16px;
  color: #020202;
  vertical-align: unset;
}
.piBox__flex span {
  padding-left: 3px;
  font-size: 15px;
  color: #f4587c;
  vertical-align: top;
}

.piBox__flex--sub {
  padding: 20px 20px;
}
.piBox__flex--sub .sub {
  margin-left: auto;
  font-size: 16px;
}

.piBox__tax {
  margin-top: 18px;
  padding-right: 30px;
  font-size: 13px;
  font-weight: 500;
  text-align: right;
}

.piBox__note {
  margin-top: 20px;
  font-size: 12px;
}
.piBox__note p {
  margin-top: 6px;
}
.piBox__note span {
  color: #f4587c;
}

.piBox__gy {
  margin-top: 20px;
  padding: 15px 25px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.75;
  background: #f8f8f8;
}

.piBox__pi {
  margin-top: 10px;
  padding: 30px 20px;
  border-radius: 10px;
  background: #fff2f5;
}
.piBox__pi .ttl {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #f4587c;
}
.piBox__pi .ttl:first-child {
  margin-top: 0;
}
.piBox__pi .txt {
  margin-top: 8px;
  font-size: 13px;
  line-height: 2;
}

.piWh {
  margin-top: 80px;
  margin-bottom: 100px;
  padding: 60px 66px;
  border-radius: 20px;
  background: #fff;
}

.piRd {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
}

.piImg {
  margin-top: 50px;
}

.piBtn__read {
  margin-top: 50px;
  font-size: 16px;
  color: #259ace;
  text-align: center;
}

.piBtn {
  gap: 14px;
  width: 445px;
  height: 76px;
  margin: 15px auto 0;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#259ace), to(#1172bd));
  background: -webkit-linear-gradient(top, #259ace 0%, #1172bd 100%);
  background: linear-gradient(180deg, #259ace 0%, #1172bd 100%);
}
.piBtn .icon {
  width: 22px;
  height: 31px;
}

@media (min-width: 1921px) {
  .pi {
    padding-top: 135px;
    padding-bottom: 90px;
  }
  .pi .cvBnr {
    margin: 22.5px auto 0;
  }
  .piBox {
    width: 1116px;
    margin: 45px auto 0;
    border-radius: 22.5px;
  }
  .piBox__hd {
    height: 101.25px;
    font-size: 31.5px;
  }
  .piBox__main {
    padding: 45px 73.125px 47.25px;
  }
  .piBox__main--sub p {
    margin: 33.75px auto 0;
    padding: 0 33.75px;
    font-size: 29.25px;
  }
  .piBox__cv {
    margin: 11.25px auto 0;
  }
  .piBox__cv .sub {
    font-size: 15.75px;
  }
  .piBox__cv a {
    width: 317.25px;
    height: 49.5px;
    margin: 11.25px auto 33.75px;
    padding-right: 16.875px;
    border-radius: 24.75px;
    font-size: 18px;
  }
  .piBox__cv a::after {
    right: 19.125px;
    width: 15.75px;
    height: 13.5px;
  }
  .piBox__flex {
    gap: 33.75px;
    padding: 33.75px 22.5px;
    font-size: 22.5px;
  }
  .piBox__flex .sm {
    font-size: 18px;
  }
  .piBox__flex span {
    padding-left: 3.375px;
    font-size: 16.875px;
  }
  .piBox__flex--sub {
    padding: 22.5px 22.5px;
  }
  .piBox__flex--sub .sub {
    font-size: 18px;
  }
  .piBox__tax {
    margin-top: 20.25px;
    padding-right: 33.75px;
    font-size: 14.625px;
  }
  .piBox__note {
    margin-top: 22.5px;
    font-size: 13.5px;
  }
  .piBox__note p {
    margin-top: 6.75px;
  }
  .piBox__gy {
    margin-top: 22.5px;
    padding: 16.875px 28.125px;
    border-radius: 11.25px;
    font-size: 13.5px;
  }
  .piBox__pi {
    margin-top: 11.25px;
    padding: 33.75px 22.5px;
    border-radius: 11.25px;
  }
  .piBox__pi .ttl {
    margin-top: 22.5px;
    font-size: 18px;
  }
  .piBox__pi .txt {
    margin-top: 9px;
    font-size: 14.625px;
  }
  .piWh {
    margin-top: 90px;
    margin-bottom: 112.5px;
    padding: 67.5px 74.25px;
    border-radius: 22.5px;
  }
  .piRd {
    margin-top: 33.75px;
    font-size: 20.25px;
  }
  .piImg {
    margin-top: 56.25px;
  }
  .piBtn__read {
    margin-top: 56.25px;
    font-size: 18px;
  }
  .piBtn {
    gap: 15.75px;
    width: 500.625px;
    height: 85.5px;
    margin: 16.875px auto 0;
    border-radius: 11.25px;
    font-size: 24.75px;
  }
  .piBtn .icon {
    width: 24.75px;
    height: 34.875px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .pi {
    padding-top: 8.3333333333vw;
    padding-bottom: 5.5555555556vw;
  }
  .pi .cvBnr {
    margin: 1.3888888889vw auto 0;
  }
  .piBox {
    width: 68.8888888889vw;
    margin: 2.7777777778vw auto 0;
    border-radius: 1.3888888889vw;
  }
  .piBox__hd {
    height: 6.25vw;
    font-size: 1.9444444444vw;
  }
  .piBox__main {
    padding: 2.7777777778vw 4.5138888889vw 2.9166666667vw;
  }
  .piBox__main--sub p {
    margin: 2.0833333333vw auto 0;
    padding: 0 2.0833333333vw;
    font-size: 1.8055555556vw;
  }
  .piBox__cv {
    margin: 0.6944444444vw auto 0;
  }
  .piBox__cv .sub {
    font-size: 0.9722222222vw;
  }
  .piBox__cv a {
    width: 19.5833333333vw;
    height: 3.0555555556vw;
    margin: 0.6944444444vw auto 2.0833333333vw;
    padding-right: 1.0416666667vw;
    border-radius: 1.5277777778vw;
    font-size: 1.1111111111vw;
  }
  .piBox__cv a::after {
    right: 1.1805555556vw;
    width: 0.9722222222vw;
    height: 0.8333333333vw;
  }
  .piBox__flex {
    gap: 2.0833333333vw;
    padding: 2.0833333333vw 1.3888888889vw;
    font-size: 1.3888888889vw;
  }
  .piBox__flex .sm {
    font-size: 1.1111111111vw;
  }
  .piBox__flex span {
    padding-left: 0.2083333333vw;
    font-size: 1.0416666667vw;
  }
  .piBox__flex--sub {
    padding: 1.3888888889vw 1.3888888889vw;
  }
  .piBox__flex--sub .sub {
    font-size: 1.1111111111vw;
  }
  .piBox__tax {
    margin-top: 1.25vw;
    padding-right: 2.0833333333vw;
    font-size: 0.9027777778vw;
  }
  .piBox__note {
    margin-top: 1.3888888889vw;
    font-size: 0.8333333333vw;
  }
  .piBox__note p {
    margin-top: 0.4166666667vw;
  }
  .piBox__gy {
    margin-top: 1.3888888889vw;
    padding: 1.0416666667vw 1.7361111111vw;
    border-radius: 0.6944444444vw;
    font-size: 0.8333333333vw;
  }
  .piBox__pi {
    margin-top: 0.6944444444vw;
    padding: 2.0833333333vw 1.3888888889vw;
    border-radius: 0.6944444444vw;
  }
  .piBox__pi .ttl {
    margin-top: 1.3888888889vw;
    font-size: 1.1111111111vw;
  }
  .piBox__pi .txt {
    margin-top: 0.5555555556vw;
    font-size: 0.9027777778vw;
  }
  .piWh {
    margin-top: 5.5555555556vw;
    margin-bottom: 6.9444444444vw;
    padding: 4.1666666667vw 4.5833333333vw;
    border-radius: 1.3888888889vw;
  }
  .piRd {
    margin-top: 2.0833333333vw;
    font-size: 1.25vw;
  }
  .piImg {
    margin-top: 3.4722222222vw;
  }
  .piBtn__read {
    margin-top: 3.4722222222vw;
    font-size: 1.1111111111vw;
  }
  .piBtn {
    gap: 0.9722222222vw;
    width: 30.9027777778vw;
    height: 5.2777777778vw;
    margin: 1.0416666667vw auto 0;
    border-radius: 0.6944444444vw;
    font-size: 1.5277777778vw;
  }
  .piBtn .icon {
    width: 1.5277777778vw;
    height: 2.1527777778vw;
  }
}
@media (max-width: 768px) {
  .pi {
    padding-top: 13.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
  .pi .inner {
    padding: 0;
  }
  .pi .cvBnr {
    width: calc(100% - 5.3333333333vw);
    height: auto;
    margin: 5.3333333333vw auto 0;
    margin-left: 2.6666666667vw;
  }
  .piBox {
    width: 89.3333333333vw;
    margin: 10.6666666667vw auto 0;
    border-radius: 3.2vw;
  }
  .piBox__hd {
    height: 13.3333333333vw;
    font-size: 5.0666666667vw;
  }
  .piBox__main {
    padding: 3.4666666667vw 5.3333333333vw 5.3333333333vw;
  }
  .piBox__main--sub p {
    margin: 4.2666666667vw auto 0;
    padding: 0 4.5333333333vw;
    font-size: 4.2666666667vw;
  }
  .piBox__cv {
    margin: 4.2666666667vw auto 0;
  }
  .piBox__cv .sub {
    font-size: 3.2vw;
  }
  .piBox__cv a {
    width: 65.6vw;
    height: 10.6666666667vw;
    margin: 1.6vw auto 5.3333333333vw;
    padding-right: 4vw;
    border-radius: 5.8666666667vw;
    font-size: 3.7333333333vw;
  }
  .piBox__cv a::after {
    right: 4vw;
    width: 3.7333333333vw;
    height: 3.2vw;
  }
  .piBox__flex {
    gap: 4.5333333333vw;
    padding: 4.2666666667vw 0vw;
    font-size: 3.7333333333vw;
    line-height: 1.42;
  }
  .piBox__flex .sm {
    font-size: 3.2vw;
  }
  .piBox__flex span {
    padding-left: 0.8vw;
    font-size: 2.6666666667vw;
  }
  .piBox__flex--sub {
    padding: 2.6666666667vw 0vw;
  }
  .piBox__flex--sub .sub {
    font-size: 3.2vw;
  }
  .piBox__tax {
    margin-top: 2.6666666667vw;
    padding-right: 0vw;
    font-size: 3.2vw;
  }
  .piBox__note {
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
  }
  .piBox__note p {
    margin-top: 2.1333333333vw;
  }
  .piBox__gy {
    width: calc(100% + 20px);
    margin-top: 5.3333333333vw;
    margin-left: -2.6666666667vw;
    padding: 2.6666666667vw 3.2vw;
    border-radius: 1.6vw;
    font-size: 3.4666666667vw;
    line-height: 1.46;
  }
  .piBox__gy p {
    margin-top: 2.1333333333vw;
  }
  .piBox__pi {
    width: calc(100% + 20px);
    margin-top: 5.3333333333vw;
    margin-left: -2.6666666667vw;
    padding: 3.2vw;
    border-radius: 2.6666666667vw;
  }
  .piBox__pi .ttl {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .piBox__pi .txt {
    margin-top: 2.1333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.46;
  }
  .piBox__pi p {
    margin-top: 10px;
  }
  .piWh {
    margin-top: 8vw;
    margin-bottom: 8vw;
    padding: 10.6666666667vw 4vw;
    border-radius: 3.2vw;
  }
  .piRd {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
    line-height: 1.75;
  }
  .piImg {
    margin-top: 10.6666666667vw;
  }
  .piBtn__read {
    margin-top: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .piBtn {
    gap: 2.6666666667vw;
    width: 100%;
    height: 18.6666666667vw;
    margin: 4vw auto 0;
    border-radius: 2.6666666667vw;
    font-size: 4.8vw;
  }
  .piBtn .icon {
    width: 4.8vw;
    height: 6.6666666667vw;
  }
}
.faq {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #edf9ff;
}

.faq__hd {
  margin-top: 50px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.faqBoxs {
  margin: 37px auto 0;
}

.faqBox {
  width: 860px;
  margin: 20px auto 0;
  padding: 26px;
  border-radius: 10px;
  background: #fff;
}

.faqQues {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}
.faqQues .icon {
  width: 35px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  color: #259ace;
}
.faqQues .txt {
  width: calc(100% - 75px);
  padding-top: 4px;
  font-size: 20px;
  font-weight: 600;
}
.faqQues .plus {
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: 12px;
}
.faqQues .plus::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #259ace;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.faqQues .plus::before {
  content: "";
  width: 20px;
  height: 2px;
  background: #259ace;
  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);
}
.faqQues .plus.active::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.faqAns {
  display: none;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #c1dce8;
}

.faqAns__flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.faqAns__flex .icon {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  color: #0f4491;
}
.faqAns__flex .txt {
  padding-top: 8px;
  font-size: 16px;
  line-height: 1.75;
}

@media (min-width: 1921px) {
  .faq {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .faq__hd {
    margin-top: 56.25px;
    font-size: 20.25px;
  }
  .faqBoxs {
    margin: 41.625px auto 0;
  }
  .faqBox {
    width: 967.5px;
    margin: 22.5px auto 0;
    padding: 29.25px;
    border-radius: 11.25px;
  }
  .faqQues {
    gap: 11.25px;
  }
  .faqQues .icon {
    width: 39.375px;
    font-size: 33.75px;
  }
  .faqQues .txt {
    width: calc(100% - 84.375px);
    padding-top: 4.5px;
    font-size: 22.5px;
  }
  .faqQues .plus {
    width: 22.5px;
    height: 22.5px;
    margin-top: 13.5px;
  }
  .faqQues .plus::after {
    width: 22.5px;
    height: 2.25px;
  }
  .faqQues .plus::before {
    width: 22.5px;
    height: 2.25px;
  }
  .faqAns {
    margin-top: 22.5px;
    padding-top: 22.5px;
  }
  .faqAns__flex {
    gap: 11.25px;
  }
  .faqAns__flex .icon {
    font-size: 33.75px;
  }
  .faqAns__flex .txt {
    padding-top: 9px;
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .faq {
    padding-top: 8.3333333333vw;
    padding-bottom: 8.3333333333vw;
  }
  .faq__hd {
    margin-top: 3.4722222222vw;
    font-size: 1.25vw;
  }
  .faqBoxs {
    margin: 2.5694444444vw auto 0;
  }
  .faqBox {
    width: 59.7222222222vw;
    margin: 1.3888888889vw auto 0;
    padding: 1.8055555556vw;
    border-radius: 0.6944444444vw;
  }
  .faqQues {
    gap: 0.6944444444vw;
  }
  .faqQues .icon {
    width: 2.4305555556vw;
    font-size: 2.0833333333vw;
  }
  .faqQues .txt {
    width: calc(100% - 5.2083333333vw);
    padding-top: 0.2777777778vw;
    font-size: 1.3888888889vw;
  }
  .faqQues .plus {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    margin-top: 0.8333333333vw;
  }
  .faqQues .plus::after {
    width: 1.3888888889vw;
    height: 0.1388888889vw;
  }
  .faqQues .plus::before {
    width: 1.3888888889vw;
    height: 0.1388888889vw;
  }
  .faqAns {
    margin-top: 1.3888888889vw;
    padding-top: 1.3888888889vw;
  }
  .faqAns__flex {
    gap: 0.6944444444vw;
  }
  .faqAns__flex .icon {
    font-size: 2.0833333333vw;
  }
  .faqAns__flex .txt {
    padding-top: 0.5555555556vw;
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 768px) {
  .faq {
    padding-top: 13.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
  .faq__hd {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
    line-height: 1.75;
  }
  .faqBoxs {
    margin: 8vw auto 0;
  }
  .faqBox {
    width: 100%;
    margin: 3.7333333333vw auto 0;
    padding: 5.3333333333vw 6.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  .faqQues {
    gap: 3.2vw;
  }
  .faqQues .icon {
    width: 6.6666666667vw;
    font-size: 5.6vw;
  }
  .faqQues .txt {
    width: calc(100% - 20vw);
    padding-top: 0.5333333333vw;
    font-size: 4.5333333333vw;
  }
  .faqQues .plus {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    margin-top: 1.6vw;
    margin-left: auto;
  }
  .faqQues .plus::after {
    width: 4.2666666667vw;
    height: 0.5333333333vw;
  }
  .faqQues .plus::before {
    width: 4.2666666667vw;
    height: 0.5333333333vw;
  }
  .faqAns {
    margin-top: 2.6666666667vw;
    padding-top: 2.6666666667vw;
  }
  .faqAns__flex {
    gap: 3.4666666667vw;
  }
  .faqAns__flex .icon {
    font-size: 5.6vw;
  }
  .faqAns__flex .txt {
    padding-top: 1.0666666667vw;
    font-size: 3.7333333333vw;
  }
}
.ac {
  padding-top: 80px;
  padding-bottom: 144px;
  background: #fff;
}

.acFlex {
  margin-top: 60px;
}

.acCont {
  width: calc(100% - 500px - 40px);
}

.acList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.44;
}
.acList:first-child {
  margin-top: 0;
}
.acList .ttl {
  width: 75px;
}
.acList .txt {
  width: calc(100% - 130px);
}

.acMap {
  width: 500px;
}

.acMap__main {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}
.acMap__main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1921px) {
  .ac {
    padding-top: 90px;
    padding-bottom: 162px;
  }
  .acFlex {
    margin-top: 67.5px;
  }
  .acCont {
    width: calc(100% - 562.5px - 45px);
  }
  .acList {
    gap: 61.875px;
    margin-top: 45px;
    font-size: 20.25px;
  }
  .acList .ttl {
    width: 84.375px;
  }
  .acList .txt {
    width: calc(100% - 146.25px);
  }
  .acMap {
    width: 562.5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .ac {
    padding-top: 5.5555555556vw;
    padding-bottom: 10vw;
  }
  .acFlex {
    margin-top: 4.1666666667vw;
  }
  .acCont {
    width: calc(100% - 34.7222222222vw - 2.7777777778vw);
  }
  .acList {
    gap: 3.8194444444vw;
    margin-top: 2.7777777778vw;
    font-size: 1.25vw;
  }
  .acList .ttl {
    width: 5.2083333333vw;
  }
  .acList .txt {
    width: calc(100% - 9.0277777778vw);
  }
  .acMap {
    width: 34.7222222222vw;
  }
}
@media (max-width: 768px) {
  .ac {
    padding-top: 13.3333333333vw;
    padding-bottom: 16vw;
  }
  .acFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 5.3333333333vw;
    margin-top: 8vw;
  }
  .acCont {
    width: 100%;
  }
  .acList {
    gap: 4vw;
    margin-top: 3.2vw;
    font-size: 3.7333333333vw;
  }
  .acList .ttl {
    width: 16vw;
  }
  .acList .txt {
    width: calc(100% - 20vw);
  }
  .acMap {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */