.top_inner {
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.top_main {
  width: calc(100% - 100px);
}

.top_main_para {
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -999;
}

.top_main_para video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.top_side {
  background-image: url(../img/top/top_side_back.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  width: 100px;
}

.top_superiority_after img {
  opacity: 0;
}

.top_internship_after img {
  opacity: 0;
}

@media screen and (max-width: 1100px) {
  .top_main {
    width: calc(100% - 60px);
  }
  .top_main_para {
    height: calc(100vh - 101px);
    width: calc(100% - 60px);
  }
  .top_side {
    width: 60px;
  }
  .top_superiority_after img {
    opacity: 0;
  }
  .top_internship_after img {
    opacity: 0;
  }
  .footer_top_right_pagetop {
    right: 100px;
  }
}

@media screen and (max-width: 1000px) {
  .top_main {
    width: 100%;
  }
  .top_main_para {
    height: calc(100vh - 101px);
    width: 100%;
  }
  .top_side {
    width: 0;
  }
  .footer_top_right_pagetop {
    right: 20px;
  }
}

/* ------------------------------------------
  top_mv
------------------------------------------ */

.top_mv {
  background-color: #fff;
  opacity: 0;
  position: relative;
  z-index: 1;
}

.top_mv::before {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

.top_mv_img {
  position: relative;
  z-index: -1;
}

.top_mv_img img {
  width: 100%;
}

.top_mv_img01 {
  left: 0;
  position: absolute;
  top: 0;
  width: calc(33.333333% + 6.1%);
}

.top_mv_img02 {
  left: 33.333333%;
  position: absolute;
  top: 0;
  width: calc(33.333333% + 6.1%);
}

.top_mv_img03 {
  position: absolute;
  right: -1px;
  top: 0;
  width: 33.383333%;
}

.top_mv_black {
  position: relative;
  width: calc(100% + 1px);
}

.top_mv_black_img img {
  width: 100%;
}

.top_mv_black_main {
  display: table;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
}

.top_mv_black_main_top_title {
  color: #fff;
  font-size: 50px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}

.top_mv_black_main_top_desc {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  margin-top: 13px;
  text-align: center;
}

.top_mv_black_main_bottom {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  line-height: 2;
  margin-top: 60px;
  text-align: center;
}

.top_mv_black_main_movie {
  bottom: 20px;
  display: block;
  position: absolute;
  right: 13px;
  width: 31.2307692307692%;
}

.top_mv_black_main_scroll {
  bottom: -206px;
  left: 115px;
  position: absolute;
  width: 24px;
  z-index: 0;
}

@media screen and (max-width: 1000px) {
  .top_mv_img01 {
    width: 39.461286%;
  }
  .top_mv_img02 {
    left: 33.333333%;
    width: 39.461286%;
  }
  .top_mv_img03 {
    right: 0;
    top: .3vw;
    width: 33.215732%;
  }
  .top_mv_black_main {
    width: 600px;
  }
  .top_mv_black_main_top_title {
    font-size: 40px;
  }
  .top_mv_black_main_scroll {
    bottom: -78px;
    left: 45px;
    position: absolute;
    width: 20px;
  }
  .top_mv_black_main_movie {
    bottom: -56px;
    display: block;
    left: 50%;
    position: absolute;
    right: auto;
    transform: translateX(-50%);
    width: 260px;
  }
}

@media screen and (max-width: 600px) {
  .top_mv_black_main {
    width: 100%;
  }
  .top_mv_black_main_top_title {
    font-size: 20px;
  }
  .top_mv_black_main_top_desc {
    font-size: 12px;
    margin-top: 7px;
  }
  .top_mv_black_main_bottom {
    font-size: 12px;
    margin-top: 20px;
  }
  .top_mv_black_main_movie {
    bottom: -36px;
    display: block;
    left: 50%;
    position: absolute;
    right: auto;
    transform: translateX(-50%);
    width: 200px;
  }
  .top_mv_black_main_scroll {
    bottom: -40px;
    left: 10px;
    position: absolute;
    width: 15px;
  }
}

/* ------------------------------------------
  top_massage
------------------------------------------ */

.top_massage {
  background-color: #fff;
  background-image: url(../img/top/top_massage_back.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 100px 0;
  position: relative;
  z-index: 0;
}

.top_massage_main {
  display: flex;
  justify-content: space-between;
}

.top_massage_main_left {
  width: 50%;
}

.top_massage_main_left .top_common_title {
  width: 100%;
}

.top_common_title_top {
  color: #1eb1bc;
  font-family: 'Calibri', sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1;
  text-align: left;
}

.top_common_title_main {
  color: #000;
  font-family: 'Calibri', sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1;
  text-align: left;
}

.top_common_title_end {
  background-color: #e95b26;
  border-radius: 10px;
  display: table;
  margin: 40px 0 0;
  padding: 7px 20px;
  position: relative;
  text-align: center;
}

.top_common_title_end span {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.top_massage_main_left_text {
  color: #000;
  font-size: 20px;
  font-weight: normal;
  line-height: 2;
  margin-top: 57px;
  text-align: left;
}

.more_btn {
  border-right: 1px #707070 solid;
  border-top: 1px #707070 solid;
  color: #000;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 31px;
  margin-top: 58px;
  position: relative;
  text-align: center;
  width: 173px;
}

.more_btn::after {
  background-image: url(../img/top/more_btn_after.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 27px 29px;
  border-bottom: 1px #707070 solid;
  bottom: 0;
  content: '';
  height: 31px;
  position: absolute;
  right: -28px;
  transition: .3s;
  width: 28px;
}

.more_btn:hover::after {
  right: -38px;
  width: 38px;
}

.top_massage_main_right {
  width: 50%;
}

.top_massage_main_right_text {
  color: #000;
  font-size: 15px;
  font-weight: normal;
  line-height: 2.2;
  text-align: left;
}

.top_massage_main_right_text+.top_massage_main_right_text {
  margin-top: 30px;
}

.top_side_link {
  align-items: center;
  background-image: url(../img/top/top_side_link.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  height: 168px;
  justify-content: center;
  position: absolute;
  right: -50px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 51px;
}

.top_side_link span {
  color: #7c7a7a;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  transform: rotate(-90deg);
}

@media screen and (max-width: 1000px) {
  .top_side_link {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .top_massage {
    padding: 60px 0;
  }
  .top_massage_main {
    display: block;
  }
  .top_massage_main_left {
    width: 100%;
  }
  .top_massage_main_left .top_common_title {
    width: auto;
  }
  .top_common_title_top {
    font-size: 14px;
  }
  .top_common_title_main {
    font-size: 28px;
    margin-top: 4px;
  }
  .top_common_title_end {
    border-radius: 20px;
    margin: 20px auto 0;
    padding: 5px 15px;
  }
  .top_common_title_end span {
    font-size: 14px;
  }
  .top_massage_main_left_text {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 20px;
    text-align: center;
  }
  .more_btn {
    font-size: 12px;
    line-height: 31px;
    margin: 40px auto 0;
    width: 173px;
  }
  .more_btn::after {
    background-image: url(../img/top/more_btn_after.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 27px 29px;
    border-bottom: 1px #707070 solid;
    bottom: 0;
    content: '';
    height: 31px;
    position: absolute;
    right: -28px;
    transition: .3s;
    width: 28px;
  }
  .more_btn:hover::after {
    right: -38px;
    width: 38px;
  }
  .top_massage_main_right {
    margin-top: 20px;
    width: 100%;
  }
  .top_massage_main_right_text {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
  }
  .top_massage_main_right_text+.top_massage_main_right_text {
    margin-top: 15px;
  }
}

/* ------------------------------------------
  top_superiority
------------------------------------------ */

.top_superiority {
  background-color: #f2f2f2;
  background-image: url(../img/top/top_superiority_back.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 500px;
  padding: 103px 0 107px;
  position: relative;
}

.top_superiority_main {
  align-items: flex-end;
  display: flex;
}

.top_superiority_main .top_common_title {
  width: 100%;
}

.top_superiority_main_left {
  width: 50%;
}

.top_superiority_main_left_head {
  color: #000;
  font-size: 20px;
  font-weight: normal;
  margin-top: 76px;
  text-align: left;
}

.top_superiority_main_left_text {
  color: #000;
  font-size: 15px;
  font-weight: normal;
  line-height: 2;
  margin-top: 81px;
  text-align: left;
}

.top_superiority_main_right {
  padding-left: 50px;
  width: 50%;
}

.top_superiority_main_right_lists_item {
  background-color: #1eb1bc;
  display: flex;
  padding: 40px 0 36px 30px;
}

.top_superiority_main_right_lists_item+.top_superiority_main_right_lists_item {
  margin-top: 50px;
}

.top_superiority_main_right_lists_item_number {
  color: #fff;
  font-family: 'Calibri', sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  width: 50px;
}

.top_superiority_main_right_lists_item_main {
  color: #fff;
  font-family: 'Calibri', sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  width: calc(100% - 50px);
}

.top_superiority_movie {
  border: 1px #595757 solid;
  display: flex;
  margin: 100px auto 0;
  max-width: 520px;
  padding: 2px;
}

.top_superiority_movie_text {
  align-items: center;
  background-color: #fff;
  border-bottom: 1px #595757 solid;
  border-left: 1px #595757 solid;
  border-top: 1px #595757 solid;
  display: flex;
  justify-content: center;
  padding: 32px 15px;
  width: calc(100% - 329px);
}

.top_superiority_movie_text_main {
  color: #595757;
  font-family: 'Calibri', sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .2em;
  line-height: 1.5;
  text-align: left;
}

.top_superiority_movie_text_main span {
  font-size: 11px;
}

.top_superiority_movie_img {
  border-bottom: 1px #595757 solid;
  border-right: 1px #595757 solid;
  border-top: 1px #595757 solid;
  width: 329px;
}

.top_superiority_movie_img img {
  width: 100%;
}

.top_side_link.superiority {
  background-image: url(../img/top/top_side_link_superiority.png);
}

@media screen and (max-width: 1000px) {
  .top_superiority_main {
    display: block;
  }
  .top_superiority_main_left {
    width: 100%;
  }
  .top_superiority_main_right {
    margin-top: 100px;
    padding-left: 0;
    width: 100%;
  }
  .top_superiority_main .top_common_title {
    width: auto;
  }
  .top_superiority_main_left_head {
    text-align: center;
  }
  .top_superiority_main_left_text {
    text-align: center;
  }
  .top_superiority .more_btn {
    margin: 58px auto 0;
  }
}

@media screen and (max-width: 600px) {
  .top_superiority {
    padding: 60px 0;
  }
  .top_superiority_main .top_common_title {
    width: auto;
  }
  .top_superiority_main_left_head {
    font-size: 18px;
    margin-top: 40px;
    text-align: center;
  }
  .top_superiority_main_left_text {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 20px;
    text-align: center;
  }
  .top_superiority_main_right {
    margin-top: 40px;
  }
  .top_superiority_main_right_lists_item {
    padding: 10px;
  }
  .top_superiority_main_right_lists_item+.top_superiority_main_right_lists_item {
    margin-top: 20px;
  }
  .top_superiority_main_right_lists_item_number {
    font-size: 14px;
    width: 25px;
  }
  .top_superiority_main_right_lists_item_main {
    font-size: 14px;
    line-height: 1.5;
    width: calc(100% - 25px);
  }
  .top_superiority_movie {
    margin: 20px auto 0;
    max-width: 307px;
  }
  .top_superiority_movie_text {
    align-items: center;
    background-color: #fff;
    display: flex;
    justify-content: center;
    padding: 10px;
    width: calc(100% - 160px);
  }
  .top_superiority_movie_text_main {
    font-size: 10px;
  }
  .top_superiority_movie_text_main span {
    font-size: 10px;
  }
  .top_superiority_movie_img {
    width: 160px;
  }
  .top_superiority_movie_img img {
    width: 100%;
  }
}

/* ------------------------------------------
  top_jobs
------------------------------------------ */

.top_jobs {
  background-color: #fff;
}

.top_jobs_main {
  padding: 100px 0;
}

.top_common_title {
  display: table;
  margin: 0 auto;
}

.top_jobs_main_text {
  margin-top: 57px;
}

.top_jobs_main_text_title {
  color: #000;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}

.top_jobs_main_text_desc {
  color: #000;
  font-size: 15px;
  font-weight: normal;
  line-height: 2;
  margin-top: 40px;
  text-align: center;
}

.top_jobs_content {
  position: relative;
}

.top_jobs_content_lists {
  padding-top: 28.1vw;
  position: relative;
  z-index: 0;
}

.top_jobs_content_lists_item {
  left: 0;
  position: absolute;
  top: 0;
  width: 29.146154%;
  z-index: 4;
}

.top_jobs_content_lists_item a {
  display: block;
}

.top_jobs_content_lists_item a:hover {
  opacity: 1;
}

.top_jobs_content_lists_item a:hover * {
  opacity: 1;
}

.top_jobs_content_lists_item.item02 {
  left: 24.946154%;
  z-index: 3;
}

.top_jobs_content_lists_item.item03 {
  left: 49.871428%;
  z-index: 2;
}

.top_jobs_content_lists_item.item04 {
  left: 74.857142%;
  z-index: 1;
}

.top_jobs_content_lists_item_inner {
  height: 100%;
  position: relative;
  width: 100%;
}

.top_jobs_content_lists_item_img {
  background-image: url(../img/top/top_jobs_content_lists_item_img03.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  transition: .3s;
}

.top_jobs_content_lists_item.item02 .top_jobs_content_lists_item_img {
  background-image: url(../img/top/top_jobs_content_lists_item_img02.png);
}

.top_jobs_content_lists_item.item03 .top_jobs_content_lists_item_img {
  background-image: url(../img/top/top_jobs_content_lists_item_img01.png);
}

.top_jobs_content_lists_item.item04 .top_jobs_content_lists_item_img {
  background-image: url(../img/top/top_jobs_content_lists_item_img04.png);
}

.top_jobs_content_lists_item a:hover .top_jobs_content_lists_item_img {
  background-image: url(../img/top/top_jobs_content_lists_item_img03_hover.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}

.top_jobs_content_lists_item.item02 a:hover .top_jobs_content_lists_item_img {
  background-image: url(../img/top/top_jobs_content_lists_item_img02_hover.png);
}

.top_jobs_content_lists_item.item03 a:hover .top_jobs_content_lists_item_img {
  background-image: url(../img/top/top_jobs_content_lists_item_img01_hover.png);
}

.top_jobs_content_lists_item.item04 a:hover .top_jobs_content_lists_item_img {
  background-image: url(../img/top/top_jobs_content_lists_item_img04_hover.png);
}

.top_jobs_content_lists_item_img img {
  opacity: 0;
}

.top_jobs_content_lists_item a:hover .top_jobs_content_lists_item_img img {
  opacity: 0;
}

.top_jobs_content_lists_item_text {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
}

.top_jobs_content_lists_item_text_title {
  color: #fff;
  font-family: 'Calibri', sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.top_jobs_content_lists_item_text_desc {
  border-top: 1px #fff solid;
  color: #fff;
  font-family: 'Calibri', sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.666666666666667;
  margin-top: 53px;
  min-height: 171px;
  padding-top: 50px;
  text-align: left;
}

.top_jobs_content_lists_item_text .more_btn {
  border-right: 1px #fff solid;
  border-top: 1px #fff solid;
  color: #fff;
  font-size: 12px;
  line-height: 23px;
  margin-top: 0;
  width: 154px;
}

.top_jobs_content_lists_item_text .more_btn::after {
  background-image: url(../img/top/more_btn_after_white.png);
  background-size: 22px 24px;
  border-bottom: 1px #fff solid;
  height: 23px;
  right: -22px;
  width: 22px;
}

.top_jobs_content_lists_item_text .more_btn:hover::after {
  right: -33px;
  width: 33px;
}

.top_jobs_content_lists_item_inner_link {
  align-items: center;
  background-image: url(../img/top/top_jobs_content_lists_item_inner_link.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  height: 43.8%;
  justify-content: center;
  position: absolute;
  right: 2px;
  text-align: center;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  width: 14.1%;
}

.top_jobs_content_lists_item a.top_jobs_content_lists_item_inner_link {
  display: flex;
}

.top_jobs_content_lists_item_inner_link span {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  transform: rotate(-90deg);
}

@media screen and (max-width: 1100px) {
  .top_jobs_content_lists_item_text {
    left: calc(50% - 14px);
    width: 150px;
  }
  .top_jobs_content_lists_item_text_title {
    font-size: 16px;
  }
  .top_jobs_content_lists_item_text_desc {
    font-size: 12px;
    margin-top: 30px;
    min-height: 170px;
    padding-top: 30px;
  }
  .top_jobs_content_lists_item_text .more_btn {
    font-size: 12px;
    line-height: 23px;
    margin-left: 19px;
    width: 104px;
  }
  .top_jobs_content_lists_item_text .more_btn::after {
    background-image: url(../img/top/more_btn_after_white.png);
    background-size: 22px 24px;
    border-bottom: 1px #fff solid;
    height: 23px;
    right: -22px;
    width: 22px;
  }
  .top_jobs_content_lists_item_text .more_btn:hover::after {
    right: -33px;
    width: 33px;
  }
}

@media screen and (max-width: 1000px) {
  .top_jobs {
    overflow: hidden;
  }
}

@media screen and (max-width: 900px) {
  .top_jobs {
    overflow: hidden;
  }
  .top_jobs_content_lists {
    padding-top: 123.3vw;
  }
  .top_jobs_content_lists_item {
    left: 0;
    position: absolute;
    top: 0;
    width: 57.8%;
    z-index: 4;
  }
  .top_jobs_content_lists_item.item02 {
    left: 50%;
    z-index: 3;
  }
  .top_jobs_content_lists_item.item03 {
    bottom: 0;
    left: 0;
    top: auto;
    z-index: 2;
  }
  .top_jobs_content_lists_item.item04 {
    bottom: 0;
    left: 49.871428%;
    top: auto;
    z-index: 1;
  }
}

@media screen and (max-width: 600px) {
  .top_jobs_main {
    padding: 60px 0;
  }
  .top_jobs_main_text {
    margin-top: 40px;
  }
  .top_jobs_main_text_title {
    font-size: 18px;
  }
  .top_jobs_main_text_desc {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 20px;
  }
  .top_jobs_content_lists_item_text {
    width: 114px;
  }
  .top_jobs_content_lists_item_text_title {
    font-size: 16px;
  }
  .top_jobs_content_lists_item_text_desc {
    font-size: 10px;
    margin-top: 10px;
    min-height: 130px;
    padding-top: 10px;
  }
  .top_jobs_content_lists_item_text .more_btn {
    font-size: 12px;
    line-height: 23px;
    width: 70px;
  }
  .top_jobs_content_lists_item_text .more_btn::after {
    background-image: url(../img/top/more_btn_after_white.png);
    background-size: 22px 24px;
    border-bottom: 1px #fff solid;
    height: 23px;
    right: -22px;
    width: 22px;
  }
  .top_jobs_content_lists_item_text .more_btn:hover::after {
    right: -33px;
    width: 33px;
  }
  .top_jobs_content_lists_item_inner_link {
    align-items: center;
    background-image: url(../img/top/top_jobs_content_lists_item_inner_link.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    height: 43.8%;
    justify-content: center;
    position: absolute;
    right: 0;
    text-align: center;
    top: calc(50% - 2px);
    transform: translateY(-50%);
    width: 14.1%;
  }
  .top_jobs_content_lists_item_inner_link span {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    transform: rotate(-90deg);
  }
}

/* ------------------------------------------
  top_interviews
------------------------------------------ */

.top_interviews {
  background-color: #fff;
  padding: 100px 0;
}

.top_interviews_lists {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.top_interviews_lists_item {
  position: relative;
  width: 225px;
}

.top_interviews_lists_item+.top_interviews_lists_item {
  margin-left: 30px;
}

.top_interviews_lists_item_title {
  color: #000;
  font-size: 20px;
  font-weight: normal;
  margin-top: 37px;
  text-align: center;
}

.top_interviews_lists_item_desc {
  color: #000;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: -.07em;
  line-height: 2;
  margin-top: 42px;
  text-align: center;
}

.top_interviews_lists_item:first-child {
  margin-right: 20px;
}

.top_interviews_lists_item .top_common_title {
  padding-top: 15px;
  position: relative;
  width: 100%;
}

.top_interviews_lists_item .top_common_title_top {
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 0;
  width: 250px;
}

.top_interviews_lists_item a {
  display: block;
  position: relative;
}

.top_interviews_lists_item a:hover {
  opacity: 1;
}

.top_interviews_lists_item a:hover * {
  opacity: 1;
}

.top_interviews_lists_item_img img {
  width: 100%;
}

.top_interviews_lists_item_text {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.top_interviews_lists_item_text_title_inner {
  background-color: rgba(255, 255, 255, .85);
  display: table;
  padding: 9px 14px;
  position: relative;
  transition: .3s;
  width: auto;
}

.top_interviews_lists_item_text_title_inner::after {
  background-image: url(../img/top/top_interviews_lists_item_text_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 14px;
  left: 183px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
  width: 18px;
}

.top_interviews_lists_item a:hover .top_interviews_lists_item_text_title_inner::after {
  opacity: 1;
}

.top_interviews_lists_item a:hover .top_interviews_lists_item_text_title_inner {
  width: 100%;
}

.top_interviews_lists_item_text_title {
  border-left: 4.5px #1eb1bc solid;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  padding-left: 4px;
  text-align: left;
}

.top_interviews_lists_item_text_desc {
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  font-family: 'Calibri', sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  min-height: 50px;
  opacity: 0;
  padding-top: 22px;
  text-align: center;
  transition: .3s;
}

.top_interviews_lists_item.item04 {
  margin-left: 156px;
}

.top_interviews_lists_item:nth-child(n + 4) {
  margin-top: 30px;
}

@media screen and (max-width: 1000px) {
  .top_interviews {
    background-color: #fff;
    padding: 100px 0;
  }
  .top_interviews_lists {
    justify-content: center;
    margin: 0 auto;
    max-width: 470px;
  }
  .top_interviews_lists_item.item01 {
    width: 100%;
  }
  .top_interviews_lists_item+.top_interviews_lists_item {
    margin-left: 0;
  }
  .top_interviews_lists_item.item02 {
    margin-top: 40px;
  }
  .top_interviews_lists_item.item03 {
    margin-left: 20px;
    margin-top: 40px;
  }
  .top_interviews_lists_item.item04 {
    margin-top: 20px;
  }
  .top_interviews_lists_item.item05 {
    margin-left: 20px;
    margin-top: 20px;
  }
  .top_interviews_lists_item .top_common_title {
    width: auto;
  }
  .top_interviews_lists_item:first-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .top_interviews {
    padding: 60px 0;
  }
  .top_interviews_lists_item {
    width: calc(50% - 10px);
  }
  .top_interviews_lists_item+.top_interviews_lists_item {
    margin-left: 0;
  }
  .top_interviews_lists_item.item02 {
    margin-top: 40px;
  }
  .top_interviews_lists_item.item03 {
    margin-left: 20px;
    margin-top: 40px;
  }
  .top_interviews_lists_item.item04 {
    margin-top: 20px;
  }
  .top_interviews_lists_item.item05 {
    margin-left: 20px;
    margin-top: 20px;
  }
  .top_interviews_lists_item_title {
    font-size: 18px;
    margin-top: 20px;
  }
  .top_interviews_lists_item_desc {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 20px;
  }
  .top_interviews_lists_item:first-child {
    margin-right: 0;
  }
  .top_interviews_lists_item .top_common_title {
    width: 220px;
  }
  .top_interviews_lists_item .top_common_title_top {
    font-size: 14px;
    width: 250px;
  }
  .top_interviews_lists_item_text_title_inner {
    padding: 5px 10px;
  }
  .top_interviews_lists_item_text_title_inner::after {
    height: 10px;
    left: 80%;
    width: 14px;
  }
  .top_interviews_lists_item_text_title {
    font-size: 13px;
  }
  .top_interviews_lists_item_text_desc {
    font-size: 10px;
    min-height: 40px;
    padding-top: 15px;
  }
  .top_interviews_lists_item a:hover .top_interviews_lists_item_text_title_inner::after {
    opacity: 1;
  }
  .top_interviews_lists_item a:hover .top_interviews_lists_item_text_title_inner {
    /* width: auto; */
  }
  .top_interviews_lists_item a:hover .top_interviews_lists_item_text_desc {
    opacity: 1;
  }
  .top_interviews_lists_item.item04 {
    margin-left: 0;
  }
  .top_interviews_lists_item:nth-child(n + 4) {
    margin-top: 20px;
  }
}

/* ------------------------------------------
  top_crosstalk
------------------------------------------ */

.top_crosstalk {
  background-color: #f2f2f2;
  padding: 100px 0;
  position: relative;
}

.top_crosstalk_main {
  align-items: center;
  display: flex;
  position: relative;
}

.top_crosstalk_main_text {
  flex-shrink: 0;
  width: 50%;
}

.top_crosstalk_main_img {
  flex-shrink: 0;
  width: 44.2142857142857vw;
}

.top_crosstalk_main_text .top_common_title {
  width: 100%;
}

.top_crosstalk_main_text_inner {
  margin-top: 57px;
}

.top_crosstalk_main_text_inner_title {
  color: #000;
  font-size: 20px;
  font-weight: normal;
  text-align: left;
}

.top_crosstalk_main_text_inner_desc {
  color: #000;
  font-size: 15px;
  font-weight: normal;
  line-height: 2;
  margin-top: 36px;
  text-align: left;
}

.top_crosstalk_main_text .more_btn {
  margin-left: 82px;
  margin-top: 36px;
}

@media screen and (max-width: 800px) {
  .top_crosstalk_main {
    display: block;
  }
  .top_crosstalk_main_text {
    width: 100%;
  }
  .top_crosstalk_main_img {
    margin-top: 40px;
    width: 100%;
  }
  .top_crosstalk_main_text .top_common_title {
    width: auto;
  }
  .top_crosstalk_main_text_inner_title {
    text-align: center;
  }
  .top_crosstalk_main_text_inner_desc {
    text-align: center;
  }
  .top_crosstalk_main_text .more_btn {
    margin: 36px auto 0;
  }
}

@media screen and (max-width: 600px) {
  .top_crosstalk {
    background-color: #f2f2f2;
    padding: 60px 0;
    position: relative;
  }
  .top_crosstalk_main_text_inner {
    margin-top: 40px;
  }
  .top_crosstalk_main_text_inner_title {
    font-size: 18px;
    text-align: center;
  }
  .top_crosstalk_main_text_inner_desc {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 20px;
    text-align: center;
  }
  .top_crosstalk_main_text .more_btn {
    margin-left: auto;
    margin-top: 40px;
  }
  .top_crosstalk_main_text .top_common_title {
    width: auto;
  }
}

/* ------------------------------------------
  top_future
------------------------------------------ */

.top_future {
  background-color: #fff;
  border-bottom: 1px #f2f2f2 solid;
  position: relative;
}

.top_future::before {
  background-image: url(../img/top/top_future_left.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 492px;
  left: 0;
  position: absolute;
  top: 0;
  width: 25%;
}

.top_future::after {
  background-image: url(../img/top/top_future_right.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 492px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
}

@media screen and (max-width: 900px) {
  .top_future::before {
    width: 20%;
  }
  .top_future::after {
    width: 20%;
  }
}

.top_future_main {
  min-height: 491px;
  padding: 74px 0 73px;
}

.top_future_main .top_common_title {
  padding-left: 30px;
}

.top_future_main_text {
  margin-top: 37px;
}

.top_future_main_text_title {
  color: #000;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}

.top_future_main_text_desc {
  color: #000;
  font-size: 15px;
  font-weight: normal;
  line-height: 2;
  margin-top: 42px;
  text-align: center;
}

.top_future_main .more_btn {
  margin: 54px auto 0;
}

.top_future_sp {
  display: none;
}

@media screen and (max-width: 700px) {
  .top_future::before {
    content: none;
  }
  .top_future::after {
    content: none;
  }
  .top_future_main {
    min-height: initial;
    padding: 40px 0;
  }
  .top_future_main .top_common_title {
    padding-left: 20px;
  }
  .top_future_main_text {
    margin-top: 20px;
  }
  .top_future_main_text_title {
    font-size: 18px;
  }
  .top_future_main_text_desc {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 20px;
  }
  .top_future_main .more_btn {
    margin: 20px auto 0;
  }
  .top_future_sp {
    display: block;
    margin-top: 0;
  }
}

/* ------------------------------------------
  top_internship
------------------------------------------ */

.top_internship {
  background-color: #fff;
  border-right: 80px #52c2cb solid;
  padding: 100px 0;
  position: relative;
  min-height: 670px;
}

.top_side_link.internship {
  background-image: url(../img/top/top_side_link_internship.png);
  right: -130px;
}

.top_side_link.internship span {
  color: #fff;
}

.top_internship_main {
  display: flex;
}

.top_internship_main_left {
  width: 50%;
}

.top_internship_main_left .top_common_title {
  width: 100%;
}

.top_internship_main_left_img {
  bottom: 100px;
  max-width: 648px;
  position: absolute;
  right: 50%;
  width: 50%;
}

.top_internship_main_left_img img {
  width: 100%;
}

.top_internship_main_right {
  padding-left: 30px;
  width: 50%;
}

.top_internship_main_right_title {
  color: #000;
  font-size: 20px;
  font-weight: normal;
  text-align: left;
}

.top_internship_main_right_desc {
  color: #000;
  font-size: 15px;
  font-weight: normal;
  margin-top: 62px;
  text-align: left;
}

.top_internship_main_right_lists {
  margin-top: 50px;
}

.top_internship_main_right_lists_item {
  align-items: center;
  display: flex;
  padding-left: 30px;
}

.top_internship_main_right_lists_item+.top_internship_main_right_lists_item {
  margin-top: 50px;
}

.top_internship_main_right_lists_item_step {
  align-items: center;
  background-color: #1eb1bc;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: 'Calibri', sans-serif;
  font-size: 15px;
  font-weight: normal;
  height: 70px;
  justify-content: center;
  line-height: 1.3;
  text-align: center;
  width: 70px;
}

.top_internship_main_right_lists_item_step span {
  font-weight: bold;
}

.top_internship_main_right_lists_item_step span .small {
  font-size: 12px;
}

.top_internship_main_right_lists_item_main {
  color: #000;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  margin-left: 10px;
  text-align: left;
}

.top_internship_main_right .more_btn {
  margin: 50px auto 0;
}

.top_internship_after {
  width: 100%;
}

.top_internship_after img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .top_internship {
    border-right: none;
    min-height: initial;
  }
  .top_internship_main {
    display: block;
  }
  .top_internship_main_left {
    width: 100%;
  }
  .top_internship_main_left_img {
    margin: 20px auto 0;
    max-width: 500px;
    position: static;
    width: 100%;
  }
  .top_internship_main_left .top_common_title {
    width: auto;
  }
  .top_internship_main_right {
    display: table;
    margin: 60px auto 0;
    padding-left: 0;
    width: auto;
  }
  .top_internship_main_right_lists_item {
    padding-left: 0;
  }
  .top_mv_movie_box_sp {
    background-color: #fff;
    padding: 20px;
  }
  .top_mv_movie_box_sp_item {
    display: block;
    margin: 0 auto;
    width: 250px;
  }
}

@media screen and (max-width: 600px) {
  .top_internship {
    padding: 60px 0;
  }
  .top_internship_main_right_title {
    font-size: 18px;
    text-align: center;
  }
  .top_internship_main_right_desc {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 40px;
    text-align: center;
  }
  .top_internship_main_right_lists {
    margin-top: 20px;
  }
  .top_internship_main_right_lists_item {
    padding-left: 0;
  }
  .top_internship_main_right_lists_item+.top_internship_main_right_lists_item {
    margin-top: 20px;
  }
  .top_internship_main_right_lists_item_step {
    font-size: 12px;
    height: 55px;
    width: 55px;
  }
  .top_internship_main_right_lists_item_step span .small {
    font-size: 10px;
  }
  .top_internship_main_right_lists_item_main {
    font-size: 16px;
    margin-left: 7px;
  }
  .top_internship_main_right .more_btn {
    margin: 40px auto 0;
  }
}

/* ------------------------------------------
  top_information
------------------------------------------ */

.top_information {
  background-color: #fff;
  padding: 100px 0;
}

.top_information_lists {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.top_information_lists_item {
  margin-left: 17px;
  width: calc(25% - 13px);
}

.top_information_lists_item:nth-child(4n + 1) {
  margin-left: 0;
}

.top_information_lists_item:nth-child(n + 5) {
  margin-top: 17px;
}

.top_information_lists_item a {
  display: block;
  position: relative;
}

.top_information_lists_item_text {
  left: 50%;
  position: absolute;
  top: 43px;
  transform: translateX(-50%);
  width: 100%;
}

.top_information_lists_item_text_title {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 20px;
  font-weight: normal;
  height: 60px;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
}

.top_information_lists_item_text_desc {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 14px;
  font-weight: normal;
  justify-content: center;
  line-height: 2;
  margin-top: 30px;
  min-height: 83px;
  padding-top: 30px;
  position: relative;
  text-align: center;
}

.top_information_lists_item_text_desc::before {
  background-color: #707070;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 175px;
}

@media screen and (max-width: 1000px) {
  .top_information_lists {
    margin: 40px auto 0;
    max-width: 452px;
  }
  .top_information_lists_item {
    margin-left: 20px;
    width: 216px;
  }
  .top_information_lists_item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .top_information_lists_item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .top_information_lists_item:nth-child(n + 5) {
    margin-top: 20px;
  }
  .top_information_lists_item:nth-child(n + 3) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .top_information {
    padding: 60px 0;
  }
  .top_information_lists {
    margin: 40px auto 0;
    max-width: 335px;
  }
  .top_information_lists_item {
    margin-left: 20px;
    width: calc(50% - 10px);
  }
  .top_information_lists_item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .top_information_lists_item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .top_information_lists_item:nth-child(n + 5) {
    margin-top: 20px;
  }
  .top_information_lists_item:nth-child(n + 3) {
    margin-top: 20px;
  }
  .top_information_lists_item_text {
    top: 35px;
  }
  .top_information_lists_item_text_title {
    font-size: 16px;
    height: 40px;
  }
  .top_information_lists_item_text_desc {
    font-size: 11px;
    margin-top: 20px;
    min-height: 60px;
    padding-top: 20px;
  }
  .top_information_lists_item_text_desc::before {
    width: 100px;
  }
}