.home-kv {
  background-image: url(../../../assets/img/top/home-kv_bg_pc.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 2000px auto;
  padding-top: 40px;
  padding-bottom: 245px;
  overflow: hidden;
}
@media screen and (min-width: 2000px) {
  .home-kv {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .home-kv {
    background-image: url(../../../assets/img/top/home-kv_bg_sp.png);
    background-size: contain;
    padding-top: 0;
    padding-bottom: 33.3333333333vw;
  }
}
.home-kv__container {
  width: 100%;
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
  overflow: visible;
}
.home-kv__item {
  width: 1500px;
}
@media screen and (max-width: 767px) {
  .home-kv__item {
    width: 100%;
    height: auto;
  }
}
.home-kv__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  right: 0;
  width: 107.5%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .home-kv__arrow {
    width: 100%;
  }
}
.home-kv__arrow .button-prev,
.home-kv__arrow .button-next {
  position: relative;
  pointer-events: all;
  width: 28px;
  height: 148px;
  background-color: #e5f2fc;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .home-kv__arrow .button-prev,
  .home-kv__arrow .button-next {
    width: 6.4vw;
    height: 19.7333333333vw;
  }
}
.home-kv__arrow .button-prev::before,
.home-kv__arrow .button-next::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 40%;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  color: #0082e6;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.home-kv__arrow .button-prev::before {
  left: 56%;
  -webkit-transform: translate(-50%, -50%) scale(-1) rotate(135deg);
          transform: translate(-50%, -50%) scale(-1) rotate(135deg);
}
.home-kv__bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .home-kv__bottom {
    width: 39.2vw;
    bottom: -6.6666666667vw;
  }
}
.home-kv__bottom .wrap {
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .home-kv__bottom .wrap {
    place-items: unset;
  }
}
.home-kv__bottom .wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 240px;
  width: 100%;
}

.home-contents {
  width: 100%;
  margin-top: -85px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home-contents {
    margin-top: -5.3333333333vw;
  }
}
.home-contents__cover {
  width: 100%;
  height: 300px;
  background-image: url("../../../assets/img/common/cover.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .home-contents__cover {
    height: 69.3333333333vw;
  }
}

.home-intro {
  padding-top: 135px;
}
@media screen and (max-width: 767px) {
  .home-intro {
    padding-top: 21.3333333333vw;
  }
}
.home-intro__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .home-intro__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4vw;
    margin-bottom: 10.6666666667vw;
  }
}
.home-intro__btn {
  position: relative;
  max-width: 550px;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .home-intro__btn {
    max-width: 100%;
  }
}
.home-intro__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  color: #0082e6;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 767px) {
  .home-intro__btn::after {
    right: 2.6666666667vw;
  }
}
.home-intro__btn:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .home-intro__btn:last-of-type {
    margin-left: 0;
  }
}

.home-important {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.68;
  color: #f03200;
}
@media screen and (max-width: 767px) {
  .home-important {
    font-size: 3.2rem;
  }
}
.home-important__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #f03200;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .home-important__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-important__prime {
  padding: 26px 40px 26px 42px;
  background-color: #f03200;
}
@media screen and (max-width: 767px) {
  .home-important__prime {
    padding: 3.2vw 0 3.2vw 5.3333333333vw;
  }
}
.home-important__prime p {
  font-size: 2rem;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .home-important__prime p {
    font-size: 3.6rem;
  }
}
.home-important__prime-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 26px 0 26px 20px;
  background-color: #fef5f2;
}
@media screen and (max-width: 767px) {
  .home-important__prime-text {
    padding: 5.3333333333vw 0 5.3333333333vw 5.3333333333vw;
  }
}
.home-important__bottom {
  background-color: #fef5f2;
}
.home-important__head {
  padding: 3px 0;
  text-align: center;
  color: #fff;
  background-color: #f03200;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .home-important__head {
    padding: 2.6666666667vw;
    font-size: 3.6rem;
  }
}
.home-important__inr {
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  .home-important__inr {
    padding: 6.6666666667vw 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .home-important__list {
    margin-top: 5.3333333333vw;
  }
}
.home-important__item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .home-important__item:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
}
.home-important__text {
  position: relative;
  padding-left: 26px;
  font-size: 16px;
  line-height: 1.6875em;
}
@media screen and (max-width: 767px) {
  .home-important__text {
    padding-left: 6vw;
    font-size: 3.2rem;
    line-height: 1.6875em;
  }
}
.home-important__text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8em;
  left: 3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  color: #f03200;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
@media screen and (min-width: 768px) {
  .home-important__text a span {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f03200), to(#f03200));
    background-image: linear-gradient(#f03200, #f03200);
    background-size: 0 0.09em;
    background-position: 0 100%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
}
@media screen and (min-width: 768px) {
  .home-important__text a:hover span {
    background-size: 100% 0.09em;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
}
.home-important__text:has(a[href$=".pdf"])::before {
  top: 0.3em;
  left: 0;
  border: none;
  width: 16px;
  height: 19px;
  background: url(../../../assets/img/common/icon_pdf-red.svg) no-repeat 0 0;
  background-size: contain;
  -webkit-transform: unset;
          transform: unset;
}
.home-important__text:not(:has(a[href$=".pdf"])):has(a[target=_blank])::before {
  top: 0.45em;
  left: 0;
  border: none;
  width: 16px;
  height: 17px;
  background: url(../../../assets/img/common/icon_blank-red.svg) no-repeat 0 0;
  background-size: contain;
  -webkit-transform: unset;
          transform: unset;
}

.home-topics {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .home-topics {
    margin-top: 44.6666666667vw;
  }
}
.home-topics__btn {
  max-width: 320px;
  width: 100%;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .home-topics__btn {
    max-width: 100%;
    width: 78.6666666667vw;
    margin-top: 10vw;
  }
}

.home-various {
  position: relative;
  margin: 80px auto 0;
  padding-bottom: 90px;
  background-image: url("../../../assets/img/common/cover-lg.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  z-index: 0;
}
@media screen and (min-width: 2000px) {
  .home-various {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .home-various {
    margin-top: 21.0666666667vw;
    padding-bottom: 13.3333333333vw;
    background-image: url("../../../assets/img/common/cover_sp.png");
    background-color: #56d5fa;
    background-position: 50% 0;
    background-size: contain;
  }
}
.home-various__container {
  position: relative;
  padding-top: 115px;
}
@media screen and (max-width: 767px) {
  .home-various__container {
    padding-top: 24.6666666667vw;
  }
}
.home-various__container::before {
  content: "";
  display: block;
  position: absolute;
  top: -35px;
  left: 50px;
  width: 110px;
  height: 142px;
  background: url(../../../assets/img/top/home-various__container.png) no-repeat 0 0;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .home-various__container::before {
    top: -11.2vw;
    left: 6.6666666667vw;
    width: 21.3333333333vw;
    height: 27.4666666667vw;
  }
}
.home-various__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 3.5087719298%;
     -moz-column-gap: 3.5087719298%;
          column-gap: 3.5087719298%;
  row-gap: 60px;
}
@media screen and (max-width: 767px) {
  .home-various__grid {
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 4.6666666667vw;
  }
}
.home-various__item {
  position: relative;
  font-size: 2rem;
  line-height: 1.35;
  color: #333;
}
@media screen and (max-width: 767px) {
  .home-various__item {
    row-gap: 4vw;
    font-size: 3.6rem;
  }
}
.home-various__title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 130, 230)), color-stop(50%, rgba(0, 130, 230, 0.71)), color-stop(90%, rgba(0, 130, 230, 0)), to(rgba(0, 130, 230, 0)));
  background: linear-gradient(to right, rgb(0, 130, 230) 0%, rgba(0, 130, 230, 0.71) 50%, rgba(0, 130, 230, 0) 90%, rgba(0, 130, 230, 0) 100%);
  z-index: 1;
  color: #fff;
  padding: 15px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .home-various__title {
    padding: 2.6666666667vw;
    font-size: 3.2rem;
  }
}
.home-various__picture {
  display: grid;
  place-items: center;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .home-various__picture {
    max-width: 100%;
  }
}
.home-various__btn_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 15px;
  width: 81.8181818182%;
  max-width: 100%;
  height: 100%;
  margin: auto;
  padding-bottom: 20px;
}
@media screen and (max-width: 1140px) {
  .home-various__btn_wrap {
    gap: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .home-various__btn_wrap {
    width: 78.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.home-various__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90px;
}
@media screen and (max-width: 1140px) {
  .home-various__btn {
    height: 7.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .home-various__btn {
    height: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .home-various__btn + .home-various__btn {
    margin-top: 2.6666666667vw;
  }
}
.home-various__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  color: #0082e6;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 767px) {
  .home-various__btn::after {
    right: 2.6666666667vw;
  }
}
.home-various__btn.pdf::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  width: 16px;
  height: 20px;
  background-image: url("../../../assets/img/common/icon_pdf-blue.png");
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
}
@media screen and (max-width: 767px) {
  .home-various__btn.pdf::after {
    right: 2.6666666667vw;
    width: 6.6666666667vw;
    height: 4.8vw;
  }
}
.home-various__btn.word::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 14px;
  height: 14px;
  background-image: url("../../../assets/img/common/icon_apply.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .home-various__btn.word::after {
    right: 2.6666666667vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
.home-various__btn.blank::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 16px;
  height: 16px;
  background-image: url("../../../assets/img/common/icon_blank-blue.png");
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
}
@media screen and (max-width: 767px) {
  .home-various__btn.blank::after {
    right: 2.6666666667vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
.home-various__btn > p {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .home-various__btn > p {
    font-size: 3.2rem;
  }
}
.home-various__btn > span {
  color: #333;
}
@media screen and (max-width: 767px) {
  .home-various__btn > span {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .home-various__btn:hover > p {
    text-decoration: underline;
    text-underline-offset: 0.2em;
    text-decoration-color: #0082e6;
  }
}
.home-various__btn:hover > span {
  text-decoration: none;
}
.js-text-color-to-black.is-colorChange .home-various__btn > span {
  color: #fff;
}
.home-various__btn.is-colorChange-blue:hover > p {
  text-decoration-color: #ffff00;
}
.home-various .is-colorChange.home-various__btn--wide::after {
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  color: #0082e6;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.home-apply {
  padding-top: 130px;
  padding-bottom: 145px;
}
@media screen and (max-width: 767px) {
  .home-apply {
    padding-top: 45.3333333333vw;
    padding-bottom: 20vw;
  }
}
.home-apply__contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4em 3.5087719298%;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .home-apply__contents {
    grid-template-columns: repeat(1, 1fr);
    gap: 6.6666666667vw;
    margin-top: 6.6666666667vw;
  }
}
.home-apply__item {
  width: 100%;
}
.home-apply__policy {
  display: block;
  margin-top: 50px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #0082e6;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home-apply__policy {
    font-size: 3.2rem;
  }
}
.home-apply__policy::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  color: #0082e6;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
@media screen and (min-width: 768px) {
  .home-apply__policy span {
    text-decoration: none;
  }
  .home-apply__policy span:hover {
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
}
.home-apply .is-colorChange.home-apply__policy::before {
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  color: #0082e6;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.home-apply__btn {
  line-height: 1.4;
}
.home-apply__btn.pdf::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 42px;
  width: 17px;
  height: 20px;
  background-image: url("../../../assets/img/common/icon_pdf-blue.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .home-apply__btn.pdf::after {
    right: 2.6666666667vw;
    width: 6.6666666667vw;
    height: 4.8vw;
  }
}
.home-apply__btn.word::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 14px;
  height: 14px;
  background-image: url("../../../assets/img/common/icon_apply.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .home-apply__btn.word::after {
    right: 2.6666666667vw;
    width: 3.7333333333vw;
    height: 4.4vw;
  }
}
.home-apply__btn.excel::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 14px;
  height: 14px;
  background-image: url("../../../assets/img/common/icon_excel.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .home-apply__btn.excel::after {
    right: 2.6666666667vw;
    width: 6.6666666667vw;
    height: 4.8vw;
  }
}
.home-apply__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 90px;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 767px) {
  .home-apply__btn a {
    height: auto;
    min-height: 16vw;
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    font-size: 3.2rem;
  }
}
.home-apply__btn .link-color {
  color: #0082e6;
}
.home-apply__btn .smaller {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3333333333em;
}
.js-text-color-to-black.is-colorChange .home-apply__btn {
  border: solid 1px #fff;
}
.js-text-color-to-black.is-colorChange .home-apply__btn .smaller {
  color: #fff;
}
.js-bg-color-change.is-colorChange-yellow .home-apply__btn {
  border: solid 1px #333;
}
@media screen and (max-width: 767px) {
  .home-apply__btn + .smaller {
    display: block;
    margin-top: 2.6666666667vw;
    font-size: 2.4rem;
    line-height: 1.5em;
    text-align: center;
  }
}
.home-apply__btn:hover .smaller {
  text-decoration: none;
}

.home-bottom {
  padding: 50px 50px;
  border-top: 1px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .home-bottom {
    padding: 6.6666666667vw 0;
  }
}
.home-bottom__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .home-bottom__inner {
    grid-template-columns: repeat(2, 1fr);
    width: 89.3333333333vw;
  }
}
.home-bottom__inner li {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .home-bottom__inner li {
    zoom: 0.5;
  }
  .home-bottom__inner li:hover {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
@media screen and (max-width: 767px) {
  .home-bottom__inner li {
    width: 43.3333333333vw;
  }
}