.top .page-head {
  width: 100%;
}

.top .page-head .mainvisual {
  height: unset;
}

.top .page-head .mainvisual img {
  width: 100%;
}

.top .page-head .mainvisual::before {
  content: none;
}

.top .content-body {
  padding: 0 0 8.3vw;
}

.movie-section {
  width: 100%;
  height: 38vw;
  background: #004592;
  background: linear-gradient(245deg, #004592 45%, #1ce0f5 100%);
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 7.6vw;
  z-index: 10;
}

.movie-section .movie-title {
  text-align: center;
  color: #fff;
  font-size: clamp(4.5rem, 3.8vw, 5.5rem);
  font-weight: 600;
}

.movie-section a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12vw;
  width: 48vw;
}

/* .movie-section .movie_img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12vw;
  width: 48vw;
} */

.movie-section a img {
  width: 100%;
  border-radius: 3vw;
}

.message-section {
  width: 100%;
  height: 80vw;
  background: url("../images/top/message_bg.jpg") no-repeat center bottom;
  background-size: cover;
  position: relative;
}

.message-section .message-box {
  position: absolute;
  right: 15vw;
  bottom: 14vw;
  width: 28vw;
  height: 28vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 69, 146, 0.6);
  border-radius: 3vw;
  padding: 4vw;
  color: #fff;
}

.message-section .message-box .message-title {
  font-size: clamp(3rem, 2.5vw, 3.6rem);
  font-weight: 500;
  margin-bottom: 2.3vw;
}

.message-section .message-box .message-text {
  font-size: clamp(1.3rem, 1vw, 1.5rem);
  margin-bottom: 2.4vw;
}

.message-section .message-box a {
  color: #fff;
  width: 16vw;
  height: 4.8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.8rem, 1.4vw, 2rem);
  background: #c8337a;
  background: linear-gradient(90deg, #e3a3b1 0%, #c8337a 100%);
  border: 2px solid #fff;
  border-radius: 100px;
}

.secrets-section {
  width: 90vw;
  margin: 10vw 0 10vw 10vw;
  height: 69vw;
  background: url("../images/top/secrets_bg.jpg") no-repeat right center;
  background-size: cover;
  border-radius: 34.5vw 0 0 34.5vw;
  position: relative;
}

.secrets-section .secrets-title {
  position: absolute;
  left: 32vw;
  top: 2.8vw;
  width: 36vw;
}

.secrets-section .secrets-title img {
  width: 100%;
}

.secrets-section .secrets-box {
  position: absolute;
  width: 19vw;
  height: 15vw;
  background: #fff;
  border-radius: 4vw;
}

.secrets-section .secrets-box > div {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0 5.5vw;
}

.secrets-section .secrets-box > div::before,
.secrets-section .secrets-box > div::after {
  content: "";
  position: absolute;
  left: -2.8vw;
  top: -1.4vw;
  width: 5.6vw;
  height: 5.6vw;
}

.secrets-section .secrets-box > div::before {
  background: #004592;
  background: linear-gradient(245deg, #004592 45%, #1ce0f5 100%);
  border-radius: 50%;
}

.secrets-section .secrets-box > div::after {
  color: #fff;
  font-size: clamp(3rem, 2.4vw, 3.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
}

.secrets-section .secrets-box > div p {
  color: #004592;
  font-size: clamp(1.8rem, 1.4vw, 2rem);
  font-weight: 600;
  line-height: 2;
  text-align: center;
}

.secrets-section .secrets-box > div a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.7vw;
  color: #fff;
  width: 9.7vw;
  height: 2.8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.3rem, 1vw, 1.5rem);
  background: #c8337a;
  background: linear-gradient(90deg, #e3a3b1 0%, #c8337a 100%);
  border-radius: 100px;
}

.secrets-section .secrets-box.secrets01 {
  left: 42vw;
  top: 16vw;
}

.secrets-section .secrets-box.secrets01 > div::after {
  content: "01";
}

.secrets-section .secrets-box.secrets02 {
  right: 7.8vw;
  top: 27vw;
}

.secrets-section .secrets-box.secrets02 > div::after {
  content: "02";
}

.secrets-section .secrets-box.secrets03 {
  right: 16.5vw;
  top: 44vw;
}

.secrets-section .secrets-box.secrets03 > div::after {
  content: "03";
}

.secrets-section .secrets-box.secrets04 {
  left: 32vw;
  top: 44vw;
}

.secrets-section .secrets-box.secrets04 > div::after {
  content: "04";
}

.secrets-section .secrets-box.secrets05 {
  left: 22vw;
  top: 27vw;
}

.secrets-section .secrets-box.secrets05 > div::after {
  content: "05";
}

.numbers-section {
  width: 100%;
  padding: 10vw 15vw;
  position: relative;
}

.numbers-section::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 67vw;
  background: url("../images/top/numbers_bg.jpg") no-repeat right top;
  background-size: cover;
  z-index: -1;
}

.numbers-section .numbers-title {
  color: #004592;
  font-size: clamp(7rem, 5vw, 7.4rem);
  line-height: 1.7;
  font-weight: 600;
  margin-bottom: 4.5vw;
}

.numbers-section .numbers-text {
  color: #004592;
  font-size: clamp(2rem, 1.6vw, 2.4rem);
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 5.5vw;
}

.numbers-section table.table_numbers {
  width: 100%;
  border-top: 2px solid #004592;
  border-left: 2px solid #004592;
  border-bottom: 2px solid #004592;
  background: #fff;
}

.numbers-section table.table_numbers caption {
  width: 100%;
  padding: 10px 15px;
  color: #fff;
  background: #004592;
  font-size: clamp(2.4rem, 2vw, 2.9rem);
  font-weight: 500;
}

.numbers-section table.table_numbers tr th,
.numbers-section table.table_numbers tr td {
  border-right: 2px solid #004592;
  padding: 10px 15px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}

.numbers-section table.table_numbers tr th {
  color: #004592;
  font-size: clamp(1.7rem, 1.4vw, 2rem);
  background: #d2d3d2;
}

.numbers-section table.table_numbers tr th:first-of-type {
  color: #fff;
  background: #4c7db3;
}

.numbers-section table.table_numbers tr td {
  color: #004592;
  font-size: clamp(2.4rem, 2.3vw, 2.9rem);
}

.numbers-section table.table_numbers tr td:first-of-type {
  font-size: clamp(1.8rem, 1.5vw, 2.2rem);
  text-align: left;
}

.numbers-section table.table_numbers tr td.money {
  font-size: clamp(8.5rem, 6.25vw, 9rem);
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-align: center;
}

.numbers-section table.table_numbers tr td.money em {
  font-style: normal;
  color: #d06a8a;
  font-size: clamp(12rem, 8.9vw, 12.9rem);
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

.numbers-section table.table_numbers tr td.money span {
  font-size: clamp(2.4rem, 2.3vw, 2.9rem);
  font-family: unset;
  font-weight: 500;
}

.numbers-section .table_res + .table_res {
  margin-top: 5vw;
}

.numbers-section .link-container {
  margin-top: 3.5vw;
  display: flex;
  justify-content: flex-end;
}

.numbers-section .link-container a {
  color: #fff;
  width: 16vw;
  height: 4.8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.8rem, 1.4vw, 2rem);
  background: #c8337a;
  background: linear-gradient(90deg, #e3a3b1 0%, #c8337a 100%);
  border-radius: 100px;
}

.voice-section {
  width: 86.9vw;
  margin-left: 13.1vw;
  padding-left: 1.9vw;
  margin-bottom: 9.5vw;
  overflow: hidden;
}

.voice-section .voice-title {
  color: #004592;
  font-size: clamp(7rem, 5vw, 7.4rem);
  line-height: 1.7;
  font-weight: 600;
  padding-bottom: 2vw;
  margin-bottom: 3vw;
  position: relative;
}

.voice-section .voice-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90px;
  height: 4px;
  background: #004592;
  border-radius: 2px;
}

.voice-section .voice-text {
  color: #004592;
  font-size: clamp(2rem, 1.6vw, 2.4rem);
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 5.5vw;
}

.voice-section .voice-list {
  display: flex;
  margin-left: -1.9vw;
}

.voice-section .voice-list li {
  width: 21.875vw;
  margin: 0.5vw 1.9vw;
}

.voice-section .voice-list li a {
  display: block;
}

.voice-section .voice-list li a figure {
  width: 100%;
}

.voice-section .voice-list li a figure img {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.voice-section .voice-list li a .list-text {
  margin-top: 1.8vw;
  font-size: clamp(1.7rem, 1.4vw, 2rem);
  line-height: 1.8;
}

.voice-section .voice-list li a .name-box {
  margin-top: 1.7vw;
  font-size: clamp(1.3rem, 1.1vw, 1.6rem);
  line-height: 2.9vw;
  position: relative;
  padding-right: 3vw;
}

.voice-section .voice-list li a .name-box::before,
.voice-section .voice-list li a .name-box::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.9vw;
  height: 2.9vw;
}

.voice-section .voice-list li a .name-box::before {
  background: #e7b4c5;
  border-radius: 50%;
}

.voice-section .voice-list li a .name-box::after {
  content: ">>";
  font-size: clamp(1rem, 1vw, 1.3rem);
  letter-spacing: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-next,
.slick-prev {
  top: -7.1vw;
}

.slick-next::before,
.slick-prev::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.5vw 0.8vw 0.5vw;
  border-color: transparent transparent #d06a8a transparent;
  transform-origin: center;
}

.slick-next:hover,
.slick-prev:hover {
  background: #fff !important;
}

.slick-next {
  right: 10vw !important;
}

.slick-next::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.slick-prev {
  left: unset !important;
  right: 14vw !important;
}

.slick-prev::before {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.slick-arrow {
  z-index: 2 !important;
  width: 2.9vw !important;
  height: 2.9vw !important;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.slick-arrow::before {
  content: "" !important;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1 !important;
}

.slick-list {
  padding: 0 7vw 0 0 !important;
}

.sns-section {
  width: 85vw;
  margin-right: 15vw;
  height: 56vw;
  background: #4694d1;
  background: linear-gradient(-90deg, #54bbde 0%, #9ec7e7 30%, #4694d1 97%);
  border-radius: 0 28vw 28vw 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.sns-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #fff;
  width: calc(85vw - 10px);
  height: calc(56vw - 20px);
  border-radius: 0 calc(28vw - 10px) calc(28vw - 10px) 0;
}

.sns-section .sns-block {
  position: relative;
  margin-left: 15vw;
  display: flex;
  align-items: flex-end;
}

.sns-section .sns-block .sns-content {
  width: 29vw;
  margin-right: 6vw;
}

.sns-section .sns-block .sns-content .title-box {
  display: flex;
  align-items: baseline;
  position: relative;
  margin-bottom: 1.5vw;
}

.sns-section .sns-block .sns-content .title-box h3 {
  color: #004592;
  font-size: clamp(4.5rem, 3.4vw, 5rem);
  font-family: "Oswald", sans-serif;
}

.sns-section .sns-block .sns-content .title-box .icon {
  width: 4.8vw;
  margin-left: 2vw;
}

.sns-section .sns-block .sns-content .title-box .icon img {
  width: 100%;
}

.sns-section .sns-block .sns-content .title-box .icon.instagram {
  width: 3.8vw;
}

.sns-section .sns-block .sns-content .title-box .code {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 5.6vw;
}

.sns-section .sns-block .sns-content .title-box .code img {
  width: 100%;
}

.sns-section .sns-block .sns-content figure img {
  width: 100%;
}

.sns-section .sns-block a {
  margin-bottom: 5.25vw;
  width: 17vw;
  height: 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(2.2rem, 1.8vw, 2.6rem);
  background: #055e9f;
  background: linear-gradient(90deg, #055e9f 10%, #13a6cf 60%, #a9ddd1 98%);
  border-radius: 2vw;
}

.sns-section .sns-block + .sns-block {
  margin-top: 4vw;
}

.top .apply-box {
  background: url("../images/top/top-apply-box-bg02.svg") no-repeat center top;
  background-size: cover;
}

.top .midfield .apply-box {
  height: 27vw;
  background: url("../images/top/top-apply-box-bg01.svg") no-repeat center top;
  background-size: cover;
}

.top .midfield .apply-box .apply-title {
  display: none;
}

.modaal-container {
  width: auto;
}
.modal-content iframe {
  max-width: 100%;
  height: 37.5vw;
  width: 75vw;
}

@media screen and (max-width: 1024px) {
  .top .content-body {
    padding: 0 0 100px;
  }

  .movie-section {
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: unset;
    padding-top: 30px;
  }

  .movie-section .movie-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .movie-section a {
    position: relative;
    left: unset;
    transform: unset;
    bottom: unset;
    width: 50vw;
    margin-bottom: 20px;
  }

  .movie-section a img {
    border-radius: 20px;
  }

  .message-section {
    height: 50vh;
    padding: 5vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: url("../images/top/message_bg.jpg") no-repeat center center;
    background-size: cover;
  }

  .message-section .message-box {
    position: relative;
    right: unset;
    bottom: unset;
    width: clamp(180px, 40vw, 300px);
    height: auto;
    border-radius: 15px;
    padding: clamp(15px, 2vw, 30px);
    margin-right: calc(25% - 20vw);
  }

  .message-section .message-box .message-title {
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    margin-bottom: clamp(10px, 2vw, 30px);
  }

  .message-section .message-box .message-text {
    font-size: clamp(1.1rem, 1.2vw, 1.6rem);
    margin-bottom: clamp(15px, 2.2vw, 35px);
  }

  .message-section .message-box a {
    width: clamp(120px, 27vw, 160px);
    height: clamp(30px, 7vw, 50px);
    font-size: clamp(1.1rem, 1.2vw, 1.6rem);
    border: 2px solid #fff;
  }

  .secrets-section {
    width: 95vw;
    margin: 50px 0 50px 5vw;
    height: auto;
    padding: 30px 20px 10px 30px;
    background: url("../images/top/secrets_bg.jpg") no-repeat center center;
    background-size: cover;
    border-radius: 40px 0 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .secrets-section .secrets-title {
    position: relative;
    left: unset;
    top: unset;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }

  .secrets-section .secrets-title img {
    width: 180px;
    height: auto;
  }

  .secrets-section .secrets-box {
    position: relative;
    width: 45%;
    height: auto;
    border-radius: 15px;
    margin-bottom: 30px;
  }

  .secrets-section .secrets-box > div {
    justify-content: space-between;
    padding: 15px 10px 10px;
  }

  .secrets-section .secrets-box > div::before,
  .secrets-section .secrets-box > div::after {
    left: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
  }

  .secrets-section .secrets-box > div::after {
    font-size: 1.4rem;
  }

  .secrets-section .secrets-box > div p {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }

  .secrets-section .secrets-box > div a {
    position: relative;
    left: unset;
    transform: unset;
    bottom: unset;
    width: 100px;
    height: 25px;
    font-size: 1rem;
  }

  .secrets-section .secrets-box.secrets01 {
    left: unset;
    top: unset;
  }

  .secrets-section .secrets-box.secrets02 {
    right: unset;
    top: unset;
  }

  .secrets-section .secrets-box.secrets03 {
    right: unset;
    top: unset;
  }

  .secrets-section .secrets-box.secrets04 {
    left: unset;
    top: unset;
  }

  .secrets-section .secrets-box.secrets05 {
    left: unset;
    top: unset;
  }

  .numbers-section {
    padding: 40px 5vw 80px;
    overflow: hidden;
  }

  .numbers-section::before {
    height: 50vh;
  }

  .numbers-section .numbers-title {
    font-size: 2.6rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  .numbers-section .numbers-text {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }

  .numbers-section table.table_numbers caption {
    padding: 5px 10px;
    font-size: 1.6rem;
  }

  .numbers-section table.table_numbers tr th,
  .numbers-section table.table_numbers tr td {
    padding: 5px 10px;
  }

  .numbers-section table.table_numbers tr th {
    font-size: 1.4rem;
  }

  .numbers-section table.table_numbers tr td {
    font-size: 1.6rem;
  }

  .numbers-section table.table_numbers tr td:first-of-type {
    font-size: 1.4rem;
  }

  .numbers-section table.table_numbers tr td.money {
    font-size: 3.5rem;
  }

  .numbers-section table.table_numbers tr td.money em {
    font-size: 4.5rem;
  }

  .numbers-section table.table_numbers tr td.money span {
    font-size: 1.9rem;
  }

  .numbers-section .table_res + .table_res {
    margin-top: 30px;
  }

  .numbers-section .link-container {
    margin-top: 20px;
  }

  .numbers-section .link-container a {
    width: 40vw;
    height: 50px;
    font-size: 1.2rem;
  }

  .voice-section {
    width: 100vw;
    margin-left: unset;
    padding-left: unset;
    margin-bottom: 80px;
  }

  .voice-section .voice-title {
    font-size: 2.6rem;
    line-height: 1.6;
    padding: 0 5vw 20px;
    margin-bottom: 30px;
  }

  .voice-section .voice-title::before {
    left: 5vw;
    width: 60px;
    height: 2px;
    border-radius: unset;
  }

  .voice-section .voice-text {
    font-size: 1.6rem;
    padding: 0 5vw;
    margin-bottom: 40px;
  }

  .voice-section .voice-list {
    margin-left: unset;
  }

  .voice-section .voice-list li {
    margin: 10px 5vw;
  }

  .voice-section .voice-list li a figure img {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }

  .voice-section .voice-list li a .list-text {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.7;
  }

  .voice-section .voice-list li a .name-box {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 30px;
    padding-right: 40px;
  }

  .voice-section .voice-list li a .name-box::before,
  .voice-section .voice-list li a .name-box::after {
    width: 30px;
    height: 30px;
  }

  .voice-section .voice-list li a .name-box::after {
    font-size: 1rem;
  }

  .slick-next,
  .slick-prev {
    top: -20px;
  }

  .slick-next::before,
  .slick-prev::before {
    border-width: 0 6px 10px 6px;
  }

  .slick-next::before {
    margin-left: 1px;
  }

  .slick-prev {
    right: calc(10vw + 40px) !important;
  }

  .slick-prev::before {
    margin-left: -1px;
  }

  .slick-arrow {
    width: 30px !important;
    height: 30px !important;
  }

  .slick-list {
    padding: 0 !important;
  }

  .sns-section {
    width: 90vw;
    margin-right: 10vw;
    height: auto;
    border-radius: 0 10vw 10vw 0;
    padding: 10vw 10vw 10vw calc(10vw - 5px);
  }

  .sns-section::before {
    top: 5px;
    width: calc(90vw - 5px);
    height: calc(100% - 10px);
    border-radius: 0 calc(10vw - 5px) calc(10vw - 5px) 0;
  }

  .sns-section .sns-block {
    margin-left: unset;
    flex-direction: column;
    align-items: unset;
  }

  .sns-section .sns-block .sns-content {
    width: 100%;
    margin-right: unset;
    margin-bottom: 20px;
  }

  .sns-section .sns-block .sns-content .title-box {
    margin-bottom: 10px;
  }

  .sns-section .sns-block .sns-content .title-box h3 {
    font-size: 3rem;
  }

  .sns-section .sns-block .sns-content .title-box .icon {
    width: 40px;
    margin-left: 5px;
  }

  .sns-section .sns-block .sns-content .title-box .icon.instagram {
    width: 31px;
  }

  .sns-section .sns-block .sns-content .title-box .code {
    width: 50px;
  }

  .sns-section .sns-block a {
    margin-bottom: unset;
    width: 120px;
    height: 30px;
    font-size: 1.4rem;
    border-radius: 100px;
  }

  .sns-section .sns-block + .sns-block {
    margin-top: 40px;
  }

  .top .apply-box {
    background: unset;
    background-size: unset;
    background: #004592;
    background: linear-gradient(-172deg, #004592 21%, #13a9d1 100%);
  }

  .top .midfield .apply-box {
    height: auto;
    background: unset;
    background-size: unset;
    background: #004592;
    background: linear-gradient(-172deg, #004592 21%, #13a9d1 100%);
    padding: 50px 5vw;
  }
}
/*# sourceMappingURL=maps/top.css.map */
