  @charset "UTF-8";


/*--------------------------------------------
kv
--------------------------------------------*/
.h-kv {
  width: 100%;
  height: 800px;
  position: relative;
  z-index: 0;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-kv {
    height: 160vw;
  }
}

.h-kv__movie {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
  pointer-events: auto;
}

.h-kv__inner {
  position: relative;
  max-width: 1264px;
  width: 92.941%;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
  pointer-events: none;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-kv__inner {
    max-width: none;
    width: 91.111vw;
  }
}

.h-kv__inner__heading {
  position: absolute;
  top: 411px;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-kv__inner__heading {
    top: 81.111vw;
  }
}

.h-kv__inner__heading span {
  display: block;
  font-size: 101px;
  line-height: 1.4em;
  font-weight: 600;
  color: #fff;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-kv__inner__heading span {
    font-size: 14vw;
    font-size: 15vw;
    letter-spacing: 0;
  }
}

.h-kv__inner__title {
  position: absolute;
  top: 157px;
  right: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  opacity: 0;
  transform: translate(0, 1.111vw);
	transition: all 1s ease-out;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-kv__inner__title {
    top: 30.67vw;
  }
}

.h-kv__inner__title__txt_01 {
  display: inline-block;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-kv__inner__title__txt_01 {
    font-size: 2.777vw;
  }
}

.h-kv__inner__title__txt_02 {
  display: inline-block;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  margin-right: 0.3em;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-kv__inner__title__txt_02 {
    font-size: 4.166vw;
  }
}

.h-kv__inner__message {
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 500;
  font-size: 15px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: solid 1px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -7px;
  top: 555px;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  transform: translate(0, 1.111vw);
	transition: all 1s ease-out;
  pointer-events: auto;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-kv__inner__message {
    font-size: 3.888vw;
    width: 24.722vw;
    height: 24.722vw;
    right: 0;
    top: 131.944vw;
  }
}


/*--------------------------------------------
pjt
--------------------------------------------*/
.h-pjt {
  width: 100%;
  height: 900px;
  position: relative;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-pjt {
    height: 183.333vw;
  }
}

.h-pjt__slide__inner {
  height: 900px;
  background-size: cover;
  background-position: center;
  position: relative;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-pjt__slide__inner {
    height: 183.333vw;
  }
}

/* pc用タイトル */
.h-pjt__slide__inner__title {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  position: absolute;
  right: 17.3%;
  bottom: 152px;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-pjt__slide__inner__title {
    display: none;
  }
}

.h-pjt__slide__inner__title span {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
}

/* slick dotsの位置調整 */
.h-pjt__slide.js-slide .slick-dots {
  right: 6%;
  bottom: 143px;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-pjt__slide.js-slide .slick-dots {
    top: 48.055vw;
    right: 4.444vw;
    bottom: 0;
  }
}

/* スマホ用ボタン */
.h-pjt__slide__inner__btn {
  display: none;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-pjt__slide__inner__btn {
    position: absolute;
    bottom: 17.222vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 91.111vw;
    height: 34.722vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 4.444vw 0;
    background: #fff url(/freshers/assets/images/ic_arrow.svg) no-repeat;
    background-position: center right 3.888vw;
    background-size: 1.405vw;
    border-radius: 1.111vw;
    padding: 0 5.555vw;
    pointer-events: auto;
  }

  .h-pjt__slide__inner__btn__txt_01 {
    font-size: 4.166vw;
    line-height: 1.7em;
    font-weight: 700;
  }

  .h-pjt__slide__inner__btn__txt_02 {
    font-size: 3.055vw;
    line-height: 1.7em;
  }
}

.h-pjt__inner {
  width: 88.235%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-pjt__inner {
    height: 30%;
  }
}

.h-pjt__inner__heading {
  position: absolute;
  top: 117px;
  left: 0;
  display: flex;
  flex-flow: column;
  gap: 34px 0;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-pjt__inner__heading {
    top: 23.333vw;
    gap: 5.5vw 0;
  }
}

.h-pjt__inner__heading__en {
  font-family: "Familjen Grotesk", sans-serif;
  letter-spacing: 0;
  font-size: 88px;
  font-weight: 500;
  color: #fff;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-pjt__inner__heading__en {
    font-size: 13.055vw;
  }
}

.h-pjt__inner__heading__jp {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-pjt__inner__heading__jp {
    font-size: 3.611vw;
  }
}

/* pc用ボタン */
.h-pjt__inner__btn {
  position: absolute;
  top: 312px;
  left: 0;
  display: flex;
  flex-flow: column;
  gap: 4px 0;
  width: 480px;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-pjt__inner__btn {
    display: none;
  }
}

.h-pjt__inner__btn a {
  width: 100%;
  height: 142px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 6px 0;
  background: #fff url(/freshers/assets/images/ic_arrow.svg) no-repeat;
  background-position: center right 24px;
  background-size: 8px;
  border-radius: 4px;
  padding: 0 24px;
}

.h-pjt__inner__btn__txt_01 {
  font-size: 18px;
  line-height: 1.7em;
  font-weight: 700;
}

.h-pjt__inner__btn__txt_02 {
  font-size: 15px;
  line-height: 1.7em;
}


/*--------------------------------------------
about
--------------------------------------------*/
.h-about {
  background: #000F95;
  width: 100%;
  padding: 160px 0 200px 0;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-about {
    padding: 23.333vw 0 33.333vw 0;
  }
}

.h-about__inner {
  width: 88.235%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-about__inner {
    width: 91.111vw;
    max-width: none;
    flex-flow: column;
    gap: 33.333vw 0;
  }
}

.h-about__inner__heading {
  display: flex;
  flex-flow: column;
  gap: 34px 0;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-about__inner__heading {
    gap: 5.5vw 0;
  }
}

.h-about__inner__heading__en {
  font-family: "Familjen Grotesk", sans-serif;
  letter-spacing: 0;
  font-size: 88px;
  font-weight: 500;
  color: #fff;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-about__inner__heading__en {
    font-size: 13.055vw;
  }
}

.h-about__inner__heading__jp {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-about__inner__heading__jp {
    font-size: 3.611vw;
  }
}

.h-about__inner__btn {
  width: 60%;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-about__inner__btn {
    width: 100%;
  }
}

.h-about__inner__btn li {
  border-bottom: solid 2px #fff;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-about__inner__btn li {
    border-bottom: solid 0.333vw #fff;
  }
}

.h-about__inner__btn li a {
  display: flex;
  height: 65px;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
  color: #fff;
  position: relative;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-about__inner__btn li a {
    height: 11.111vw;
    font-size: 4.444vw;
    margin-top: 2vw;
  }
}

.h-about__inner__btn li a::before {
  content: "";
  background: url(/freshers/assets/images/ic_arrow_w.svg) no-repeat;
  background-size: 9px;
  background-position: right 22px center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-about__inner__btn li a::before {
    background: url(/freshers/assets/images/ic_arrow_w.svg) no-repeat;
    background-size: 1.405vw;
    background-position: right 1.944vw center;
  }
}


/*--------------------------------------------
Job & People
--------------------------------------------*/
.h-job {
  width: 100%;
  padding: 160px 0 200px 0;
  position: relative;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-job {
    padding: 23.055vw 0 22.222vw 0;
  }
}

.h-job__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.h-job__bg__gray {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  background-image: url(/freshers/assets/images/bg_gray.jpg);
  background-size: 100%;
  background-repeat: repeat-y;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-job__bg__gray {
    height: calc(100vh - 16.666vw);
    top: 16.666vw;
    background-image: url(/freshers/assets/images/bg_gray_sp.jpg);
  }
}

.h-job__heading {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 34px 0;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-job__heading {
    gap: 5.5vw 0;
  }
}

.h-job__heading__en {
  font-family: "Familjen Grotesk", sans-serif;
  letter-spacing: 0;
  font-size: 88px;
  font-weight: 500;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-job__heading__en {
    font-size: 13.055vw;
  }
}

.h-job__heading__jp {
  font-size: 20px;
  font-weight: 500;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-job__heading__jp {
    font-size: 3.611vw;
  }
}

.h-job__inner {
  width: 100%;
  position: relative;
  margin-top: 60px;
  padding-bottom: 80px;
  z-index: 0;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-job__inner {
    margin-top: 7.5vw;
    padding-bottom: 17.805vw;
  }
}

.h-job__inner::after {
  content: "";
  background: url(/freshers/assets/images/bg_navy_dark.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: calc(50% + 480px);
  height: calc(100% - 80px);
  position: absolute;
  top: 80px;
  left: calc(50% - 480px);
  border-radius: 24px 0 0 24px;
  z-index: -1;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-job__inner::after {
    content: "";
    background-image: url(/freshers/assets/images/bg_navy_dark.jpg);
    width: 82.222vw;
    height: calc(100% - 12.805vw);
    top: 12.805vw;
    left: auto;
    right: 0;
    border-radius: 6.666vw 0 0 6.666vw;
  }
}

.h-job__inner__slidebox {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-job__inner__slidebox {
    max-width: none;
    width: 91.111vw;
    margin: 0 auto;
  }
}

.h-job__inner__slidebox__slide {
  max-width: 1160px;
  width: 85.294%;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-job__inner__slidebox__slide {
    max-width: none;
    width: 100%;
  }
}

.h-job__inner__slidebox__slide li {
  position: relative;
}

.h-job__inner__slidebox__slide li p {
  position: absolute;
  right: 210px;
  bottom: 28px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-job__inner__slidebox__slide li p {
    display: none;
  }
}

.h-job__inner__slidebox__slide li p span {
  display: inline-block;
  padding-right: 0.6em;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
}

/* slick dotsの位置調整 */
.h-job__inner__slidebox__slide.js-slide .slick-dots {
  right: 21px;
  bottom: 19px;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-job__inner__slidebox__slide.js-slide .slick-dots {
    right: auto;
    left: 1vw;
    bottom: 4.5vw;
  }
}

.h-job__inner__slidebox__thumbnail {
  max-width: 1160px;
  width: 85.294%;
  margin-top: 16px;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-job__inner__slidebox__thumbnail {
    max-width: none;
    width: 100%;
    margin-top: 4.444vw;
  }
}

.h-job__inner__slidebox__thumbnail li {
  background: #fff;
  cursor: pointer;
}

/* thumbnailをcurrent */
.h-job__inner__slidebox__thumbnail .slick-current img {
  opacity: 0.6;
  transition-duration: 0.2s;
}

/* thumbnailをスライドさせない */
.h-job__inner__slidebox__thumbnail .slick-track {
  transform:unset !important;
}

/* btn */
.h-job__inner__btn {
  display: flex;
  flex-flow: column;
  gap: 13px 0;
  position: absolute;
  top: 167px;
  left: calc(50% + 240px);
}
/**** tab ****/
@media only screen and (max-width:1200px) {
  .h-job__inner__btn {
    top: 30vw;
    left: auto;
    right: 0;
  }
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-job__inner__btn {
    display: flex;
    flex-flow: column;
    gap: 2.222vw 0;
    position: static;
    width: 91.111vw;
    margin: 11.111vw auto 0 auto;
  }
}

.h-job__inner__btn li a {
  display: flex;
  align-items: center;
  background: #fff;
  width: 360px;
  height: 81px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  padding-left: 24px;
  position: relative;
}
/**** tab ****/
@media only screen and (max-width:1200px) {
  .h-job__inner__btn li a {
    width: 300px;
  }
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-job__inner__btn li a {
    max-width: none;
    width: 91.111vw;
    height: 19.166vw;
    border-radius: 1.111vw;
    font-size: 4.166vw;
    padding-left: 5.555vw;
  }
}

.h-job__inner__btn li a::after {
  content: "";
  background: url(/freshers/assets/images/ic_arrow.svg) no-repeat;
  background-size: cover;
  width: 9px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-job__inner__btn li a::after {
    width: 1.405vw;
    height: 2.419vw;
    right: 3.888vw;
  }
}


/*--------------------------------------------
recommended
--------------------------------------------*/
.h-recommended {
  width: 100%;
  display: flex;
  height: 620px;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-recommended {
    flex-flow: column;
    height: auto;
  }
}

.h-recommended__inner {
  width: 50%;
  height: 100%;
  position: relative;
  padding-top: 120px;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-recommended__inner {
    width: 100%;
    height: 88.888vw;
    padding-top: 18.611vw;
  }
}

.h-recommended__inner.-left {
  background: url(/freshers/assets/images/home/recommended_l.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-recommended__inner.-left {
    background: url(/freshers/assets/images/home/recommended_l_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.h-recommended__inner.-right {
  background: url(/freshers/assets/images/home/recommended_r.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-recommended__inner.-right {
    background: url(/freshers/assets/images/home/recommended_r_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.h-recommended__inner__heading {
  display: flex;
  flex-flow: column;
  gap: 18px 0;
  max-width: 443px;
  width: 76.47%;
  margin: 0 auto;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-recommended__inner__heading {
    gap: 5.5vw 0;
    max-width: none;
    width: 91.111vw;
  }
}

.h-recommended__inner__heading__en {
  font-family: "Familjen Grotesk", sans-serif;
  letter-spacing: 0;
  font-size: 64px;
  font-weight: 500;
  color: #fff;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-recommended__inner__heading__en {
    font-size: 13.055vw;
  }
}

.h-recommended__inner__heading__jp {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-recommended__inner__heading__jp {
    font-size: 3.611vw;
  }
}

.h-recommended__inner__btn {
  max-width: 443px;
  width: 76.47%;
  position: absolute;
  bottom: 63px;
  left: 0;
  right: 0;
  margin: auto;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-recommended__inner__btn {
    max-width: none;
    width: 91.111vw;
    bottom: 10.833vw;
  }
}

.h-recommended__inner__btn li {
  border-bottom: solid 2px #fff;
  max-width: 400px;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-recommended__inner__btn li {
    border-bottom: solid 0.277vw #fff;
    max-width: 100%;
  }
}

.h-recommended__inner__btn li a {
  display: flex;
  height: 60px;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  color: #fff;
  position: relative;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-recommended__inner__btn li a {
    height: 11.111vw;
    font-size: 4.444vw;
    margin-top: 2vw;
  }
}

.h-recommended__inner__btn li a::before {
  content: "";
  background: url(/freshers/assets/images/ic_arrow_w.svg) no-repeat;
  background-size: 9px;
  background-position: right 22px center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-recommended__inner__btn li a::before {
    background: url(/freshers/assets/images/ic_arrow_w.svg) no-repeat;
    background-size: 1.405vw;
    background-position: right 1.944vw center;
  }
}

/*--------------------------------------------
entry
--------------------------------------------*/
.h-entry {
  background: url(/freshers/assets/images/home/entry.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 455px;
  padding-top: 110px;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-entry {
    background: url(/freshers/assets/images/home/entry_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    height: 111.111vw;
    padding-top: 13.333vw;
  }
}

.h-entry__heading {
  font-size: 27px;
  line-height: 2em;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-entry__heading {
    font-size: 6.111vw;
  }
}

.h-entry__btn {
  background: #0035C3;
  border-radius: 45px;
  max-width: 480px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 18px;
  color: #fff;
  margin: 45px auto 0 auto;
  cursor: pointer;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-entry__btn {
    border-radius: 7.777vw;
    width: 71.111vw;
    max-width: none;
    height: 15.555vw;
    font-size: 4.166vw;
    margin: 29.861vw auto 0 auto;
  }
}


/*--------------------------------------------
Message
--------------------------------------------*/
.h-message {
  background: rgba(255,255,255,0);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-message {
    background: rgba(0,0,0,0.6);
    align-items: start;
    padding-top: 16.666vw;
    height: 100%;
  }
}

.h-message__inner {
  background: rgba(255,255,255,0.9);
  border-radius: 10px;
  box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.1);
  max-width: 1200px;
  width: 88.235%;
  height: 80%;
  padding: 43px 0;
  position: relative;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-message__inner {
    border-radius: 2.777vw;
    max-width: none;
    width: 88.888vw;
    height: 95%;
    padding: 5.277vw 0;
  }
}

.h-message__inner__content {
  width: 89.333%;
  height: 100%;
  margin: 0 auto;
  overflow-y: auto;
  display: flex;
  flex-flow: column;
  gap: 2em;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-message__inner__content {
    width: 90%;
  }
}

.h-message__inner__content p {
  width: 80%;
  max-width: 720px;
  margin: 0 auto 0 auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-message__inner__content p {
    width: 88.888%;
    max-width: none;
    font-size: 4.166vw;
    font-weight: 400;
  }
}

/* close */
.h-message__inner__close {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-message__inner__close {
    top: -11vw;
    right: 1vw;
    width: 5.555vw;
    height: 5.555vw;
  }
}

.h-message__inner__close::before {
  content: "";
  width: 36px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-message__inner__close::before {
    width: 7.854vw;
    height: 0.277vw;
  }
}

.h-message__inner__close::after {
  content: "";
  width: 36px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .h-message__inner__close::after {
    width: 7.854vw;
    height: 0.277vw;
  }
}