@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;
  }
}
@font-face {
  font-family: "notosansjp";
  font-weight: 400;
  src: url(../fonts/NotoSansJP-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "notosansjp";
  font-weight: 500;
  src: url(../fonts/NotoSansJP-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "notosansjp";
  font-weight: 600;
  src: url(../fonts/NotoSansJP-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "notosansjp";
  font-weight: 700;
  src: url(../fonts/NotoSansJP-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "RedHatDisplay";
  font-weight: 400;
  src: url(../fonts/RedHatDisplay-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "RedHatDisplay";
  font-weight: 500;
  src: url(../fonts/RedHatDisplay-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "RedHatDisplay";
  font-weight: 600;
  src: url(../fonts/RedHatDisplay-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "RedHatDisplay";
  font-style: italic;
  font-weight: 600;
  src: url(../fonts/RedHatDisplay-SemiBoldItalic.ttf) format("truetype");
}
@font-face {
  font-family: "RedHatDisplay";
  font-weight: 700;
  src: url(../fonts/RedHatDisplay-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "RedHatDisplay";
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/RedHatDisplay-BoldItalic.ttf) format("truetype");
}
body {
  font-family: "notosansjp", sans-serif;
  line-height: 1.5;
  color: #141414;
}
body.no_scroll {
  overflow: hidden;
}

.en {
  font-family: "RedHatDisplay", sans-serif;
  font-optical-sizing: auto;
}

a {
  color: #141414;
}

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

.none {
  display: none;
}

.relative {
  position: relative;
}

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

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

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

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

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

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

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

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

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

.section {
  position: relative;
}

.main {
  margin-top: 90px;
}

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

.fadeIn {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

@media (min-width: 1921px) {
  .main {
    margin-top: 101.25px;
  }
  .inner {
    max-width: 1377px;
    padding: 0 22.5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .main {
    margin-top: 6.9230769231vw;
  }
  .inner {
    max-width: 94.1538461538vw;
    padding: 0 1.5384615385vw;
  }
}
@media (max-width: 768px) {
  .main {
    margin-top: 0;
  }
  .inner {
    max-width: 1224px;
    padding: 0 6.6666666667vw;
  }
}
.topSub {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
  color: #6f97f9;
}

.topTtl {
  font-size: 38px;
  line-height: 1.44;
  font-weight: bold;
  text-align: center;
}
.topTtl span {
  color: #6f97f9;
}

.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: 290px;
  height: 60px;
  margin: 0 auto;
  border-radius: 33px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#4d7cf0), to(#88a9fa));
  background: -webkit-linear-gradient(bottom, #4d7cf0 0%, #88a9fa 100%);
  background: linear-gradient(0deg, #4d7cf0 0%, #88a9fa 100%);
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 11px;
  background: url(../img/icon/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.cvBox {
  position: relative;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 1184px;
  width: 100%;
  margin: 60px auto 0;
}

.cvImg {
  width: 514px;
}

.cvCont {
  position: relative;
  width: calc(100% - 514px);
  padding: 50px 55px 0;
  color: #fff;
}

.cvCont__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cvCont__bg img {
  height: 100%;
}

.cvSub {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.cvLogo {
  width: 361px;
  height: 73px;
  margin: 20px auto 0;
}

.cvRead {
  margin: 10px auto 0;
  font-size: 13px;
  letter-spacing: 0.01em;
  text-align: center;
}

.cvTxt {
  margin-top: 23px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 0.08em;
  text-align: center;
}

.cvBtns {
  margin-top: 23px;
  gap: 10px;
}

.cvBtn {
  width: calc((100% - 20px) / 3);
  height: 60px;
  gap: 6px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
}
.cvBtn.btn-document {
  border: 2px solid #5aa6b9;
  background: -webkit-gradient(linear, left bottom, left top, from(#5ba7b9), to(#70d4eb));
  background: -webkit-linear-gradient(bottom, #5ba7b9 0%, #70d4eb 100%);
  background: linear-gradient(0deg, #5ba7b9 0%, #70d4eb 100%);
}
.cvBtn.btn-estimate {
  border: 2px solid #cfa93f;
  background: -webkit-gradient(linear, left bottom, left top, from(#c7a341), to(#f2c64e));
  background: -webkit-linear-gradient(bottom, #c7a341 0%, #f2c64e 100%);
  background: linear-gradient(0deg, #c7a341 0%, #f2c64e 100%);
}
.cvBtn.btn-contact {
  border: 2px solid #6082d7;
  background: -webkit-gradient(linear, left bottom, left top, from(#4d7cf0), to(#88a9fa));
  background: -webkit-linear-gradient(bottom, #4d7cf0 0%, #88a9fa 100%);
  background: linear-gradient(0deg, #4d7cf0 0%, #88a9fa 100%);
}
.cvBtn .icon_download {
  width: 20px;
  height: 20px;
}
.cvBtn .icon_clac {
  width: 18px;
  height: 21px;
}
.cvBtn .icon_mail {
  width: 22px;
  height: 18px;
}

.spBnr {
  display: none;
}

@media (min-width: 1921px) {
  .topSub {
    margin-bottom: 11.25px;
    font-size: 22.5px;
  }
  .topTtl {
    font-size: 42.75px;
  }
  .btn {
    width: 326.25px;
    height: 67.5px;
    border-radius: 37.125px;
    font-size: 20.25px;
  }
  .btn::after {
    right: 36px;
    width: 16.875px;
    height: 12.375px;
  }
  .cvBox {
    max-width: 1332px;
    margin: 67.5px auto 0;
  }
  .cvImg {
    width: 578.25px;
  }
  .cvCont {
    width: calc(100% - 578.25px);
    padding: 56.25px 61.875px 0;
  }
  .cvSub {
    font-size: 29.25px;
  }
  .cvLogo {
    width: 406.125px;
    height: 82.125px;
    margin: 22.5px auto 0;
  }
  .cvRead {
    margin: 11.25px auto 0;
    font-size: 14.625px;
  }
  .cvTxt {
    margin-top: 25.875px;
    font-size: 20.25px;
  }
  .cvBtns {
    margin-top: 25.875px;
    gap: 11.25px;
  }
  .cvBtn {
    width: calc((100% - 22.5px) / 3);
    height: 67.5px;
    gap: 6.75px;
    border-radius: 33.75px;
    font-size: 20.25px;
    -webkit-box-shadow: 0 3.375px 11.25px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 3.375px 11.25px 0 rgba(0, 0, 0, 0.16);
  }
  .cvBtn.btn-document {
    border: 2.25px solid #5aa6b9;
  }
  .cvBtn.btn-estimate {
    border: 2.25px solid #cfa93f;
  }
  .cvBtn.btn-contact {
    border: 2.25px solid #6082d7;
  }
  .cvBtn .icon_download {
    width: 22.5px;
    height: 22.5px;
  }
  .cvBtn .icon_clac {
    width: 20.25px;
    height: 23.625px;
  }
  .cvBtn .icon_mail {
    width: 24.75px;
    height: 20.25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .topSub {
    margin-bottom: 0.7692307692vw;
    font-size: 1.5384615385vw;
  }
  .topTtl {
    font-size: 2.9230769231vw;
  }
  .btn {
    width: 22.3076923077vw;
    height: 4.6153846154vw;
    border-radius: 2.5384615385vw;
    font-size: 1.3846153846vw;
  }
  .btn::after {
    right: 2.4615384615vw;
    width: 1.1538461538vw;
    height: 0.8461538462vw;
  }
  .cvBox {
    max-width: 91.0769230769vw;
    margin: 4.6153846154vw auto 0;
  }
  .cvImg {
    width: 39.5384615385vw;
  }
  .cvCont {
    width: calc(100% - 39.5384615385vw);
    padding: 3.8461538462vw 4.2307692308vw 0;
  }
  .cvSub {
    font-size: 2vw;
  }
  .cvLogo {
    width: 27.7692307692vw;
    height: 5.6153846154vw;
    margin: 1.5384615385vw auto 0;
  }
  .cvRead {
    margin: 0.7692307692vw auto 0;
    font-size: 1vw;
  }
  .cvTxt {
    margin-top: 1.7692307692vw;
    font-size: 1.3846153846vw;
  }
  .cvBtns {
    margin-top: 1.7692307692vw;
    gap: 0.7692307692vw;
  }
  .cvBtn {
    width: calc((100% - 1.5384615385vw) / 3);
    height: 4.6153846154vw;
    gap: 0.4615384615vw;
    border-radius: 2.3076923077vw;
    font-size: 1.3846153846vw;
    -webkit-box-shadow: 0 0.2307692308vw 0.7692307692vw 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.2307692308vw 0.7692307692vw 0 rgba(0, 0, 0, 0.16);
  }
  .cvBtn.btn-document {
    border: 0.1538461538vw solid #5aa6b9;
  }
  .cvBtn.btn-estimate {
    border: 0.1538461538vw solid #cfa93f;
  }
  .cvBtn.btn-contact {
    border: 0.1538461538vw solid #6082d7;
  }
  .cvBtn .icon_download {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
  }
  .cvBtn .icon_clac {
    width: 1.3846153846vw;
    height: 1.6153846154vw;
  }
  .cvBtn .icon_mail {
    width: 1.6923076923vw;
    height: 1.3846153846vw;
  }
}
@media (max-width: 768px) {
  .topSub {
    margin-bottom: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
  .topTtl {
    font-size: 6.9333333333vw;
    line-height: 1.53;
  }
  .btn {
    width: 77.3333333333vw;
    height: 16vw;
    border-radius: 8.8vw;
    font-size: 4.8vw;
  }
  .btn::after {
    right: 8.5333333333vw;
    width: 4vw;
    height: 2.9333333333vw;
  }
  .cvBox {
    margin: 16vw auto 0;
    max-width: 86.6666666667vw;
  }
  .cvImg {
    width: 100%;
  }
  .cvCont {
    width: 100%;
    padding: 8vw 6.6666666667vw 6.6666666667vw;
  }
  .cvSub {
    font-size: 4.5333333333vw;
  }
  .cvLogo {
    width: 54.4vw;
    height: 10.9333333333vw;
    margin: 3.4666666667vw auto 0;
  }
  .cvRead {
    margin: 2.6666666667vw auto 0;
    font-size: 2.6666666667vw;
  }
  .cvTxt {
    margin-top: 4.5333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.42;
    letter-spacing: 0.08em;
  }
  .cvBtns {
    margin-top: 4.8vw;
    gap: 1.6vw;
  }
  .cvBtn {
    width: 73.3333333333vw;
    height: 16vw;
    margin: 0 auto;
    gap: 1.6vw;
    border-radius: 8vw;
    font-size: 4.2666666667vw;
    -webkit-box-shadow: 0 0.8vw 2.6666666667vw 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.8vw 2.6666666667vw 0 rgba(0, 0, 0, 0.16);
  }
  .cvBtn.btn-document {
    border: 0.5333333333vw solid #5aa6b9;
  }
  .cvBtn.btn-estimate {
    border: 0.5333333333vw solid #cfa93f;
  }
  .cvBtn.btn-contact {
    border: 0.5333333333vw solid #6082d7;
  }
  .cvBtn .icon_download {
    width: 4vw;
    height: 4vw;
  }
  .cvBtn .icon_clac {
    width: 3.7333333333vw;
    height: 4.2666666667vw;
  }
  .cvBtn .icon_mail {
    width: 4.5333333333vw;
    height: 3.7333333333vw;
  }
  .spBnr {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    padding: 6px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5;
  }
  .spBnr__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
  }
  .spBnr__btns .cvBtn {
    height: 58px;
    border-radius: 6px;
    font-size: 14px;
    letter-spacing: 0;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 10;
}
.header::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  z-index: -1;
}

.header__inner {
  max-width: 1452px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.header__logo {
  gap: 24.5px;
  font-size: 15px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.13;
  color: #323d88;
}
.header__logo .icon {
  width: 168px;
  height: 51px;
}

.header__nav {
  gap: 30px;
}

.header__menu {
  gap: 30px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.header__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.header__btn {
  width: 142px;
  height: 48px;
  gap: 6px;
  border-radius: 24px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #fff;
  background: #000;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}
.header__btn.btn-document {
  border: 2px solid #5aa6b9;
  background: -webkit-gradient(linear, left bottom, left top, from(#5ba7b9), to(#70d4eb));
  background: -webkit-linear-gradient(bottom, #5ba7b9 0%, #70d4eb 100%);
  background: linear-gradient(0deg, #5ba7b9 0%, #70d4eb 100%);
}
.header__btn.btn-estimate {
  border: 2px solid #cfa93f;
  background: -webkit-gradient(linear, left bottom, left top, from(#c7a341), to(#f2c64e));
  background: -webkit-linear-gradient(bottom, #c7a341 0%, #f2c64e 100%);
  background: linear-gradient(0deg, #c7a341 0%, #f2c64e 100%);
}
.header__btn.btn-contact {
  border: 2px solid #6082d7;
  background: -webkit-gradient(linear, left bottom, left top, from(#4d7cf0), to(#88a9fa));
  background: -webkit-linear-gradient(bottom, #4d7cf0 0%, #88a9fa 100%);
  background: linear-gradient(0deg, #4d7cf0 0%, #88a9fa 100%);
}
.header__btn .icon_download {
  width: 20px;
  height: 20px;
}
.header__btn .icon_clac {
  width: 18px;
  height: 21px;
}
.header__btn .icon_mail {
  width: 22px;
  height: 18px;
}

.header__spBtn {
  display: none;
}

.headerSp__nav {
  display: none;
}

@media (min-width: 1921px) {
  .header {
    height: 101.25px;
  }
  .header::before {
    -webkit-backdrop-filter: blur(33.75px);
            backdrop-filter: blur(33.75px);
  }
  .header__inner {
    max-width: 1633.5px;
    padding: 0 11.25px;
  }
  .header__logo {
    gap: 27.5625px;
    font-size: 16.875px;
  }
  .header__logo .icon {
    width: 189px;
    height: 57.375px;
  }
  .header__nav {
    gap: 33.75px;
  }
  .header__menu {
    gap: 33.75px;
    font-size: 18px;
  }
  .header__btns {
    gap: 6.75px;
  }
  .header__btn {
    width: 159.75px;
    height: 54px;
    gap: 6.75px;
    border-radius: 27px;
    font-size: 16.875px;
    -webkit-box-shadow: 0 0 11.25px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 11.25px 0 rgba(0, 0, 0, 0.16);
  }
  .header__btn.btn-document {
    border: 2.25px solid #5aa6b9;
  }
  .header__btn.btn-estimate {
    border: 2.25px solid #cfa93f;
  }
  .header__btn.btn-contact {
    border: 2.25px solid #6082d7;
  }
  .header__btn .icon_download {
    width: 22.5px;
    height: 22.5px;
  }
  .header__btn .icon_clac {
    width: 20.25px;
    height: 23.625px;
  }
  .header__btn .icon_mail {
    width: 24.75px;
    height: 20.25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1380px) {
  .header {
    height: 6.9230769231vw;
  }
  .header::before {
    -webkit-backdrop-filter: blur(2.3076923077vw);
            backdrop-filter: blur(2.3076923077vw);
  }
  .header__inner {
    max-width: 111.6923076923vw;
    padding: 0 0.7692307692vw;
  }
  .header__logo {
    gap: 1.8846153846vw;
    font-size: 1.1538461538vw;
  }
  .header__logo .icon {
    width: 12.9230769231vw;
    height: 3.9230769231vw;
  }
  .header__nav {
    gap: 2.3076923077vw;
  }
  .header__menu {
    gap: 1.5384615385vw;
    font-size: 1.1538461538vw;
  }
  .header__btns {
    gap: 0.4615384615vw;
  }
  .header__btn {
    width: 10.9230769231vw;
    height: 3.6923076923vw;
    gap: 0.4615384615vw;
    border-radius: 1.8461538462vw;
    font-size: 1.1538461538vw;
    -webkit-box-shadow: 0 0 0.7692307692vw 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 0.7692307692vw 0 rgba(0, 0, 0, 0.16);
  }
  .header__btn.btn-document {
    border: 0.1538461538vw solid #5aa6b9;
  }
  .header__btn.btn-estimate {
    border: 0.1538461538vw solid #cfa93f;
  }
  .header__btn.btn-contact {
    border: 0.1538461538vw solid #6082d7;
  }
  .header__btn .icon_download {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
  }
  .header__btn .icon_clac {
    width: 1.3846153846vw;
    height: 1.6153846154vw;
  }
  .header__btn .icon_mail {
    width: 1.6923076923vw;
    height: 1.3846153846vw;
  }
}
@media (max-width: 768px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    top: 2.6666666667vw;
    left: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 5.3333333333vw);
    height: unset;
    padding: 1.8666666667vw 0;
    border-radius: 2.6666666667vw;
    background: #fff;
    -webkit-box-shadow: 0 2.6666666667vw 5.3333333333vw 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 2.6666666667vw 5.3333333333vw 0 rgba(0, 0, 0, 0.06);
  }
  .header::before {
    display: none;
  }
  .header.hide {
    -webkit-transform: translate(-50%, -80px);
            transform: translate(-50%, -80px);
  }
  .header__inner {
    max-width: unset;
    width: 100%;
    margin: 0 auto;
    padding: 0 4vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header__logo {
    gap: 2.6666666667vw;
    font-size: 3.2vw;
  }
  .header__logo .icon {
    width: 26.4vw;
    height: 8vw;
  }
  .header__nav {
    display: none;
  }
  .header__spBtn {
    display: block;
    width: 12.2666666667vw;
    height: 12.2666666667vw;
  }
  .header__spBtn--open {
    display: block;
  }
  .header__spBtn--close {
    display: none;
  }
  .header__spBtn.open .header__spBtn--open {
    display: none;
  }
  .header__spBtn.open .header__spBtn--close {
    display: block;
  }
  .headerSp__nav {
    display: none;
  }
  .headerSP__wrap {
    padding-bottom: 10.6666666667vw;
  }
  .headerSP__link {
    margin-top: 10.1333333333vw;
    font-size: 4.5333333333vw;
    font-weight: bold;
    text-align: center;
  }
  .headerSP__link a {
    display: block;
    margin-top: 5.3333333333vw;
  }
  .headerSP__btns {
    margin-top: 10.6666666667vw;
  }
  .headerSP__btns .cvBtns {
    gap: 2.6666666667vw;
  }
}
.footer {
  position: relative;
  overflow: hidden;
  margin-top: 140px;
  padding-top: 80px;
  padding-bottom: 30px;
}

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

.footer__sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 32px;
  margin: 0 auto;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #323d88;
}

.footer__hd {
  position: relative;
  gap: 40px;
  width: 650px;
  margin: 0 auto;
  border-bottom: 2px solid #fff;
}
.footer__hd .icon {
  width: auto;
  height: 160px;
}
.footer__hd .icon img {
  height: 100%;
}

.footer__txts {
  padding-bottom: 20px;
}

.footer__ttl {
  margin-top: 16px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #323d88;
}

.footer__name {
  width: 276px;
  height: 54px;
  margin: 15px auto 0;
}

.footer__read {
  margin-top: 9px;
  font-size: 10px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #323d88;
}

.footer__ms {
  margin-top: 25px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 0.08em;
  text-align: center;
}

.footer__btns {
  max-width: 560px;
  margin: 35px auto 0;
  gap: 10px;
}

.footer__links {
  margin-top: 45px;
  gap: 30px;
}

.footer__link {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.footer__link span {
  color: #6f97f9;
}

.footer__flex {
  margin-top: 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer__company p {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #6d7080;
}

.footer__hp {
  gap: 5px;
}
.footer__hp p {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  color: #141414;
}
.footer__hp .icon {
  width: 17px;
  height: 13px;
}

.footer__copy {
  gap: 40px;
  padding-bottom: 10px;
}
.footer__copy p {
  font-size: 12px;
  letter-spacing: 0.06em;
}

.footer__policy {
  font-size: 12px;
  letter-spacing: 0.06em;
}
.footer__policy span {
  color: #6f97f9;
}

@media (min-width: 1921px) {
  .footer {
    margin-top: 157.5px;
    padding-top: 90px;
    padding-bottom: 33.75px;
  }
  .footer__sub {
    height: 36px;
    padding: 0 11.25px;
    border-radius: 5.625px;
    font-size: 20.25px;
  }
  .footer__hd {
    gap: 45px;
    width: 731.25px;
    border-bottom: 2.25px solid #fff;
  }
  .footer__hd .icon {
    height: 180px;
  }
  .footer__txts {
    padding-bottom: 22.5px;
  }
  .footer__ttl {
    margin-top: 18px;
    font-size: 22.5px;
  }
  .footer__name {
    width: 310.5px;
    height: 60.75px;
    margin: 16.875px auto 0;
  }
  .footer__read {
    margin-top: 10.125px;
    font-size: 11.25px;
  }
  .footer__ms {
    margin-top: 28.125px;
    font-size: 20.25px;
  }
  .footer__btns {
    max-width: 630px;
    margin: 39.375px auto 0;
    gap: 11.25px;
  }
  .footer__links {
    margin-top: 50.625px;
    gap: 33.75px;
  }
  .footer__link {
    font-size: 18px;
  }
  .footer__flex {
    margin-top: 45px;
  }
  .footer__company p {
    margin-top: 6.75px;
    font-size: 14.625px;
  }
  .footer__hp {
    gap: 5.625px;
  }
  .footer__hp p {
    font-size: 20.25px;
  }
  .footer__hp .icon {
    width: 19.125px;
    height: 14.625px;
  }
  .footer__copy {
    gap: 45px;
    padding-bottom: 11.25px;
  }
  .footer__copy p {
    font-size: 13.5px;
  }
  .footer__policy {
    font-size: 13.5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .footer {
    margin-top: 10.7692307692vw;
    padding-top: 6.1538461538vw;
    padding-bottom: 2.3076923077vw;
  }
  .footer__sub {
    height: 2.4615384615vw;
    padding: 0 0.7692307692vw;
    border-radius: 0.3846153846vw;
    font-size: 1.3846153846vw;
  }
  .footer__hd {
    gap: 3.0769230769vw;
    width: 50vw;
    border-bottom: 0.1538461538vw solid #fff;
  }
  .footer__hd .icon {
    height: 12.3076923077vw;
  }
  .footer__txts {
    padding-bottom: 1.5384615385vw;
  }
  .footer__ttl {
    margin-top: 1.2307692308vw;
    font-size: 1.5384615385vw;
  }
  .footer__name {
    width: 21.2307692308vw;
    height: 4.1538461538vw;
    margin: 1.1538461538vw auto 0;
  }
  .footer__read {
    margin-top: 0.6923076923vw;
    font-size: 0.7692307692vw;
  }
  .footer__ms {
    margin-top: 1.9230769231vw;
    font-size: 1.3846153846vw;
  }
  .footer__btns {
    max-width: 43.0769230769vw;
    margin: 2.6923076923vw auto 0;
    gap: 0.7692307692vw;
  }
  .footer__links {
    margin-top: 3.4615384615vw;
    gap: 2.3076923077vw;
  }
  .footer__link {
    font-size: 1.2307692308vw;
  }
  .footer__flex {
    margin-top: 3.0769230769vw;
  }
  .footer__company p {
    margin-top: 0.4615384615vw;
    font-size: 1vw;
  }
  .footer__hp {
    gap: 0.3846153846vw;
  }
  .footer__hp p {
    font-size: 1.3846153846vw;
  }
  .footer__hp .icon {
    width: 1.3076923077vw;
    height: 1vw;
  }
  .footer__copy {
    gap: 3.0769230769vw;
    padding-bottom: 0.7692307692vw;
  }
  .footer__copy p {
    font-size: 0.9230769231vw;
  }
  .footer__policy {
    font-size: 0.9230769231vw;
  }
}
@media (max-width: 768px) {
  .footer {
    margin-top: 16vw;
    margin-bottom: 18.6666666667vw;
    padding-top: 16vw;
    padding-bottom: 5.3333333333vw;
  }
  .footer__sub {
    height: 7.4666666667vw;
    padding: 0 1.6vw;
    border-radius: 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .footer__hd {
    gap: 10.6666666667vw;
    width: calc(100% + 13.3333333333vw);
    margin-left: -6.6666666667vw;
    border-bottom: 0.5333333333vw solid #fff;
  }
  .footer__hd .icon {
    position: absolute;
    bottom: 0;
    height: 21.8666666667vw;
  }
  .footer__hd .icon01 {
    left: 6.6666666667vw;
  }
  .footer__hd .icon02 {
    right: 6.6666666667vw;
  }
  .footer__txts {
    padding-bottom: 5.3333333333vw;
  }
  .footer__ttl {
    margin-top: 2.1333333333vw;
    font-size: 5.3333333333vw;
  }
  .footer__name {
    width: 52.8vw;
    height: 10.4vw;
    margin: 5.3333333333vw auto 0;
  }
  .footer__read {
    margin-top: 2.6666666667vw;
    font-size: 2.9333333333vw;
    letter-spacing: 0.01em;
  }
  .footer__ms {
    margin-top: 6.6666666667vw;
    font-size: 4.8vw;
    line-height: 1.61;
    letter-spacing: 0;
  }
  .footer__btns {
    max-width: unset;
    margin: 8vw auto 0;
    gap: 1.6vw;
  }
  .footer__links {
    margin-top: 10.6666666667vw;
    padding-bottom: 5.3333333333vw;
    gap: 6.4vw 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__link {
    width: 49%;
    font-size: 3.7333333333vw;
    letter-spacing: 0;
  }
  .footer__link--policy {
    width: 100%;
  }
  .footer__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 8vw;
    margin-top: 0;
    padding-top: 9.3333333333vw;
    border-top: 1px solid #bdcbe8;
  }
  .footer__company p {
    margin-top: 1.6vw;
    font-size: 3.2vw;
  }
  .footer__hp {
    gap: 1.3333333333vw;
  }
  .footer__hp p {
    margin-top: 0;
    font-size: 4.2666666667vw;
  }
  .footer__hp .icon {
    width: 4.5333333333vw;
    height: 3.4666666667vw;
  }
  .footer__copy {
    gap: 0;
    padding-bottom: 0;
  }
  .footer__copy p {
    font-size: 3.2vw;
  }
}/*# sourceMappingURL=common.css.map */