@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: "notosansjp";
  font-weight: 900;
  src: url(../fonts/NotoSansJP-Black.ttf) format("truetype");
}
@font-face {
  font-family: "Lato";
  font-weight: 400;
  src: url(../fonts/Lato-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Lato";
  font-weight: 700;
  src: url(../fonts/Lato-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/Lato-BoldItalic.ttf) format("truetype");
}
body {
  position: relative;
  font-family: "notosansjp", sans-serif;
  line-height: 1.5;
  color: #333333;
}
body.no_scroll {
  overflow: hidden;
}

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

a {
  color: #333333;
}

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

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

@media (min-width: 1921px) {
  .inner {
    max-width: 1271.25px;
    padding: 0 22.5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1339px) {
  .inner {
    max-width: 86.9230769231vw;
    padding: 0 1.5384615385vw;
  }
}
@media (max-width: 768px) {
  .inner {
    max-width: unset;
    padding: 0 6.6666666667vw;
  }
}
:root {
  --blue: #367dff;
  --shadow: #0c437f;
}

.main {
  position: relative;
  z-index: 2;
}

.mainBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mainBg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.topSub {
  margin-bottom: 12px;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.012em;
  line-height: 1.2;
  text-align: center;
  color: var(--blue);
}

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

@media (min-width: 1921px) {
  .topSub {
    margin-bottom: 13.5px;
    font-size: 22.5px;
  }
  .topTtl {
    font-size: 45px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1339px) {
  .topSub {
    margin-bottom: 0.9230769231vw;
    font-size: 1.5384615385vw;
  }
  .topTtl {
    font-size: 3.0769230769vw;
  }
}
@media (max-width: 768px) {
  .topSub {
    margin-bottom: 4vw;
    font-size: 4.8vw;
  }
  .topTtl {
    font-size: 6.6666666667vw;
  }
}
.header {
  position: fixed;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1360px;
  width: calc(100% - 80px);
  height: 80px;
  border-radius: 40px;
  background: #fff;
  z-index: 10;
  -webkit-box-shadow: 0 5px 15px 0 rgba(12, 67, 127, 0.1);
          box-shadow: 0 5px 15px 0 rgba(12, 67, 127, 0.1);
}

.header__inner {
  width: 100%;
  padding: 0 20px 0 38px;
}

.header__logo {
  display: block;
  width: 189px;
}

.header__nav {
  gap: 20px;
}

.header__menu {
  gap: 30px;
  font-size: 16px;
  font-weight: bold;
}

.header__btn {
  width: 236px;
  height: 50px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: var(--blue);
  -webkit-box-shadow: 0 5px 6px 0 rgba(54, 125, 255, 0.3);
          box-shadow: 0 5px 6px 0 rgba(54, 125, 255, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .header__btn:hover {
    background: #73a4fd;
  }
}

.header__spBtn {
  display: none;
}

.headerSp__nav {
  display: none;
}

@media (min-width: 1921px) {
  .header {
    top: 22.5px;
    max-width: 1530px;
    width: calc(100% - 45px);
    height: 90px;
    border-radius: 45px;
    -webkit-box-shadow: 0 5.625px 16.875px 0 rgba(12, 67, 127, 0.1);
            box-shadow: 0 5.625px 16.875px 0 rgba(12, 67, 127, 0.1);
  }
  .header__inner {
    padding: 0 22.5px 0 42.75px;
  }
  .header__logo {
    width: 212.625px;
  }
  .header__nav {
    gap: 22.5px;
  }
  .header__menu {
    gap: 33.75px;
    font-size: 18px;
  }
  .header__btn {
    width: 265.5px;
    height: 56.25px;
    border-radius: 45px;
    font-size: 18px;
    -webkit-box-shadow: 0 5.625px 6.75px 0 rgba(54, 125, 255, 0.3);
            box-shadow: 0 5.625px 6.75px 0 rgba(54, 125, 255, 0.3);
  }
}
@media screen and (min-width: 769px) and (max-width: 1339px) {
  .header {
    top: 1.5384615385vw;
    max-width: 104.6153846154vw;
    width: calc(100% - 3.0769230769vw);
    height: 6.1538461538vw;
    border-radius: 3.0769230769vw;
    -webkit-box-shadow: 0 0.3846153846vw 1.1538461538vw 0 rgba(12, 67, 127, 0.1);
            box-shadow: 0 0.3846153846vw 1.1538461538vw 0 rgba(12, 67, 127, 0.1);
  }
  .header__inner {
    padding: 0 1.5384615385vw 0 2.9230769231vw;
  }
  .header__logo {
    width: 14.5384615385vw;
  }
  .header__nav {
    gap: 1.5384615385vw;
  }
  .header__menu {
    gap: 2.3076923077vw;
    font-size: 1.2307692308vw;
  }
  .header__btn {
    width: 18.1538461538vw;
    height: 3.8461538462vw;
    border-radius: 3.0769230769vw;
    font-size: 1.2307692308vw;
    -webkit-box-shadow: 0 0.3846153846vw 0.4615384615vw 0 rgba(54, 125, 255, 0.3);
            box-shadow: 0 0.3846153846vw 0.4615384615vw 0 rgba(54, 125, 255, 0.3);
  }
}
@media (max-width: 768px) {
  .header {
    top: 4.5333333333vw;
    max-width: 94.6666666667vw;
    width: 100%;
    height: 16vw;
    border-radius: 10.6666666667vw;
    -webkit-box-shadow: 0 1.3333333333vw 4vw 0 rgba(12, 67, 127, 0.1);
            box-shadow: 0 1.3333333333vw 4vw 0 rgba(12, 67, 127, 0.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header.hide {
    -webkit-transform: translate(-50%, -90px);
            transform: translate(-50%, -90px);
  }
  .header__inner {
    padding: 0 4vw;
  }
  .header__logo {
    width: 37.3333333333vw;
  }
  .header__nav {
    display: none;
  }
  .header__spBtn {
    display: block;
    width: 12vw;
    height: 12vw;
  }
  .header__spBtn.open .header__spBtn--close {
    display: block;
  }
  .header__spBtn.open .header__spBtn--open {
    display: none;
  }
  .header__spBtn--close {
    display: none;
  }
  .headerSp__nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/common/header_sp_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 9;
  }
  .headerSP__wrap {
    padding-bottom: 10.6666666667vw;
  }
  .headerSP__link {
    margin-top: 34.6666666667vw;
    font-size: 4.8vw;
    font-weight: bold;
    text-align: center;
  }
  .headerSP__link a {
    display: block;
    margin-top: 8vw;
  }
  .headerSP__link a.headerSp__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 74.1333333333vw;
    height: 16.2666666667vw;
    margin: 10.6666666667vw auto 0;
    border-radius: 10.6666666667vw;
    font-size: 4.8vw;
    color: #fff;
    background: var(--blue);
    -webkit-box-shadow: 0 2.6666666667vw 5.3333333333vw 0 rgba(77, 116, 189, 0.5);
            box-shadow: 0 2.6666666667vw 5.3333333333vw 0 rgba(77, 116, 189, 0.5);
  }
}
.footer {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background: -webkit-linear-gradient(45deg, #005eff 0%, #9ade75 100%);
  background: linear-gradient(45deg, #005eff 0%, #9ade75 100%);
}

.footer__hd {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
}

.footer__logo {
  display: block;
  width: 241px;
}

.footer__links {
  gap: 20px 30px;
  width: 430px;
  margin-right: 137px;
}

.footer__links--sp {
  display: none;
}

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

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

.footer__hp {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.footer__hp .icon {
  width: 17px;
  height: 13px;
  margin-left: 9px;
}

.footer__company--txt {
  margin-top: 15px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

.footer__copy {
  gap: 45px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.footer__policy {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.footer__policy .icon {
  width: 17px;
  height: 13px;
  margin-left: 9px;
}

@media (min-width: 1921px) {
  .footer {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .footer__hd {
    padding-bottom: 45px;
  }
  .footer__logo {
    width: 271.125px;
  }
  .footer__links {
    gap: 22.5px 33.75px;
    width: 483.75px;
    margin-right: 154.125px;
  }
  .footer__link {
    font-size: 18px;
  }
  .footer__flex {
    padding-top: 45px;
  }
  .footer__hp {
    font-size: 18px;
  }
  .footer__hp .icon {
    width: 19.125px;
    height: 14.625px;
    margin-left: 10.125px;
  }
  .footer__company--txt {
    margin-top: 16.875px;
    font-size: 13.5px;
  }
  .footer__copy {
    gap: 50.625px;
    font-size: 15.75px;
  }
  .footer__policy {
    font-size: 15.75px;
  }
  .footer__policy .icon {
    width: 19.125px;
    height: 14.625px;
    margin-left: 10.125px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1339px) {
  .footer {
    padding-top: 6.1538461538vw;
    padding-bottom: 6.1538461538vw;
  }
  .footer__hd {
    padding-bottom: 3.0769230769vw;
  }
  .footer__logo {
    width: 18.5384615385vw;
  }
  .footer__links {
    gap: 1.5384615385vw 2.3076923077vw;
    width: 33.0769230769vw;
    margin-right: 10.5384615385vw;
  }
  .footer__link {
    font-size: 1.2307692308vw;
  }
  .footer__flex {
    padding-top: 3.0769230769vw;
  }
  .footer__hp {
    font-size: 1.2307692308vw;
  }
  .footer__hp .icon {
    width: 1.3076923077vw;
    height: 1vw;
    margin-left: 0.6923076923vw;
  }
  .footer__company--txt {
    margin-top: 1.1538461538vw;
    font-size: 0.9230769231vw;
  }
  .footer__copy {
    gap: 3.4615384615vw;
    font-size: 1.0769230769vw;
  }
  .footer__policy {
    font-size: 1.0769230769vw;
  }
  .footer__policy .icon {
    width: 1.3076923077vw;
    height: 1vw;
    margin-left: 0.6923076923vw;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
    background: -webkit-linear-gradient(315deg, #005eff 0%, #9ade75 100%);
    background: linear-gradient(135deg, #005eff 0%, #9ade75 100%);
  }
  .footer__hd {
    -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: 6.6666666667vw;
    padding-bottom: 8vw;
  }
  .footer__logo {
    width: 53.3333333333vw;
  }
  .footer__links {
    display: none;
  }
  .footer__links--sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 2.6666666667vw 13.3333333333vw;
    width: 100%;
    margin-right: 0;
  }
  .footer__link {
    width: calc(50% - 6.6666666667vw);
    font-size: 4.2666666667vw;
    white-space: nowrap;
  }
  .footer__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 8vw;
    padding-top: 5.3333333333vw;
  }
  .footer__hp {
    font-size: 4.2666666667vw;
  }
  .footer__hp .icon {
    width: 4.5333333333vw;
    height: 3.4666666667vw;
    margin-left: 2.4vw;
  }
  .footer__company--txt {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
  }
  .footer__copy {
    gap: 23.4666666667vw;
    font-size: 2.9333333333vw;
  }
  .footer__policy {
    font-size: 3.7333333333vw;
  }
  .footer__policy .icon {
    width: 4.5333333333vw;
    height: 3.4666666667vw;
    margin-left: 1.6vw;
  }
}
.cv {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  color: #fff;
}

.cvSub {
  font-size: 24px;
  font-weight: bold;
}

.cvTtl {
  margin-top: 10px;
  font-size: 50px;
  font-weight: bold;
}

.cvTxt {
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
}

.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;
  width: 367px;
  height: 70px;
  margin: 30px auto 0;
  border-radius: 35px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #fff;
  background: var(--blue);
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 1921px) {
  .cv {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .cvSub {
    font-size: 27px;
  }
  .cvTtl {
    margin-top: 11.25px;
    font-size: 56.25px;
  }
  .cvTxt {
    margin-top: 33.75px;
    font-size: 18px;
  }
  .cvBtn {
    width: 412.875px;
    height: 78.75px;
    margin: 33.75px auto 0;
    border-radius: 39.375px;
    font-size: 22.5px;
    -webkit-box-shadow: 0 3.375px 11.25px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 3.375px 11.25px 0 rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 769px) and (max-width: 1339px) {
  .cv {
    padding-top: 6.1538461538vw;
    padding-bottom: 6.1538461538vw;
  }
  .cvSub {
    font-size: 1.8461538462vw;
  }
  .cvTtl {
    margin-top: 0.7692307692vw;
    font-size: 3.8461538462vw;
  }
  .cvTxt {
    margin-top: 2.3076923077vw;
    font-size: 1.2307692308vw;
  }
  .cvBtn {
    width: 28.2307692308vw;
    height: 5.3846153846vw;
    margin: 2.3076923077vw auto 0;
    border-radius: 2.6923076923vw;
    font-size: 1.5384615385vw;
    -webkit-box-shadow: 0 0.2307692308vw 0.7692307692vw 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.2307692308vw 0.7692307692vw 0 rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 768px) {
  .cv {
    padding-top: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
  .cvSub {
    font-size: 4.8vw;
  }
  .cvTtl {
    margin-top: 2.6666666667vw;
    font-size: 8.5333333333vw;
  }
  .cvTxt {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
    font-weight: 500;
  }
  .cvBtn {
    width: 74.1333333333vw;
    height: 16vw;
    margin: 8vw auto 0;
    border-radius: 10.6666666667vw;
    font-size: 4.8vw;
    -webkit-box-shadow: 0 0.8vw 2.6666666667vw 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.8vw 2.6666666667vw 0 rgba(0, 0, 0, 0.2);
  }
}/*# sourceMappingURL=common.css.map */