@charset "UTF-8";
@import url("../../../../../https@fonts.googleapis.com/css2@family=Inter_3Aital,opsz,wght_400,14..32,100..900;1,14..32,100..900&family=Montserrat_3Aital,wght_400,10005FA27E051");

/*
 * # topで使用するスタイル
 *
 * .t-title
 * .t-hero
 * .t-bgcolor
 * .t-content-bg
 * .t-info
 * .t-mpd
 * .t-career
 * .t-type
 * .t-contents
 * .t-welfarex
 * .t-recruit
 * # component定義済みスタイル修正
 */
body {
  background-color: #ffffff !important;
}

body img {
  width: 100%;
  height: auto;
}

body.top .c-header__nav-container__inner ul li:nth-child(1) a {
  border: none;
  color: #ffffff;
  background-color: #2BB0D6;
}

.t-hero {
  position: relative;
  width: 100%;
  height: 730px;
}

@media (min-width: 1200px) {
  .t-hero {
    height: 900px;
  }
}

.t-hero .movies-one {
  position: fixed;
  top: 170px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.js-gnav-fix .t-hero .movies-one {
  top: 0;
}

.t-hero__video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.t-hero__title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5%;
  width: 24.5%;
  min-width: 294px;
}

.t-hero__title-sp {
  display: none;
}

.t-hero__contents {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5%;
  width: 26.6666666667%;
  min-width: 320px;
}

.t-hero__main {
  width: 90.625%;
  padding-bottom: 73px;
}

.t-hero__banners {
  padding-bottom: 20px;
}

.t-hero__banners ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px 0;
}

.t-hero__banners li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 20px;
  padding: 10px;
  background-color: #2BB0D6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 12px;
  color: #ffffff;
  text-decoration: none;
}

.t-hero__banners li a.column-cancel {
  min-height: 60px;
}

.t-hero__banners li a.limited {
  margin-top: 0px;
  background-color: #d64747;
}

.t-hero__banners li a img {
  width: 82px;
}

.t-hero__banners li a img.hero-icon {
  width: 24px;
}

.t-hero__banners li a p {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.7;
}

.t-hero__banners li a span {
  display: block;
  margin-top: auto;
  padding-bottom: 6px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.7;
}

.t-hero__banners li a span::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent url(../../image/button01.svg) no-repeat scroll center center/cover;
  -webkit-transform: translate(-3px, 3px);
  transform: translate(-3px, 3px);
}

.t-hero__banners li a h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 10px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1;
}

.t-hero__banners li a h6::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: transparent url(../../image/button02.svg) no-repeat scroll center center/cover;
}

.t-hero__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 8px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-decoration: none;
}

.t-hero__link a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent url(../../image/button03.svg) no-repeat scroll center center/cover;
}

.t-hero__link a:visited,
.t-hero__link a:link {
  color: #ffffff;
}

.t-hero__link+.t-hero__banners {
  padding-top: 20px;
}

a.t-event-bnr {
  position: absolute;
  width: clamp(200px, 25vw, 500px);
  height: clamp(180px, 40vh, 360px);
  display: block;
  left: clamp(-530px, -27vw, -230px);
  bottom: 0;
  -webkit-animation-name: topMain;
  animation-name: topMain;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
  opacity: 0;
}

a.t-event-bnr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

a.t-event-bnr-02{
    display: block;
    margin-bottom: 1em;
    -webkit-animation-name: topMain;
    animation-name: topMain;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    opacity: 0;
  }
   a.t-event-bnr-02 img{
    width: 100%;
  }

a.t-event-bnr-res{
    display: none;
  }
a.t-event-bnr,
a.t-event-bnr-res,
a.t-event-bnr-02 {
  transition: transform 0.3s cubic-bezier(0.4,0,0.2,1)!important;
}
a.t-event-bnr:hover,
a.t-event-bnr-res:hover,
a.t-event-bnr-02:hover {
  transform: scale(1.02);
}


@media (max-width: 640px) {
  .t-hero {
    position: relative;
    width: 100%;
    height: 186.6666666667vw;
  }

  .t-hero__video video {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .t-hero .movies-one {
    top: 61px;
  }

  .js-gnav-fix .t-hero .movies-one {
    top: 0;
  }

  .t-hero__title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5%;
    width: 24.5%;
    min-width: 294px;
    display: none;
  }

  .t-hero__inner {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-grid-columns: 39.4666666667% 27.4666666667%;
    grid-template-columns: 39.4666666667% 27.4666666667%;
    padding-bottom: 12.8%;
  }

  .t-hero__title-sp {
    display: block;
  }

  .t-hero__contents {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 100%;
    min-width: 100%;
    padding: 0 4.8%;
  }

  .t-hero__main {
    width: 100%;
    padding-bottom: 0;
  }

  .t-hero__banners {
    padding-bottom: 20px;
  }

  .t-hero__banners ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 10px;
  }

  .t-hero__banners ul.full {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .t-hero__banners li 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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0;
    padding: 6px 16px;
    background-color: #2BB0D6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px;
    color: #ffffff;
    text-decoration: none;
    min-height: 74px;
  }

  .t-hero__banners li a.column-cancel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 20px;
  }

  .t-hero__banners li a.limited {
    margin-top: 10px;
  }

  .t-hero__banners li a img {
    display: none;
  }

  .t-hero__banners li a img.hero-icon {
    display: block;
  }

  .t-hero__banners li a p {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.7;
  }

  .t-hero__banners li a span {
    display: block;
    margin-top: auto;
    padding-bottom: 0;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.7;
  }

  .t-hero__banners li a span::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: transparent url(../../image/button01.svg) no-repeat scroll center center/cover;
    -webkit-transform: translate(-3px, 3px);
    transform: translate(-3px, 3px);
  }

  .t-hero__banners li a h6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 10px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 16px;
  }

  .t-hero__banners li a h6::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: transparent url(../../image/button02.svg) no-repeat scroll center center/cover;
  }

  .t-hero__link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 8px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #ffffff;
    text-decoration: none;
  }

  .t-hero__link a::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: transparent url(../../image/button03.svg) no-repeat scroll center center/cover;
  }

  .t-hero__link a:visited,
  .t-hero__link a:link {
    color: #ffffff;
  }

  a.t-event-bnr {
    display: none;
  }
  a.t-event-bnr-res{
    display: block;
    margin-bottom: 1em;
    -webkit-animation-name: topMain;
    animation-name: topMain;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    opacity: 0;
  }
   a.t-event-bnr-res img{
    width: 100%;
  }
}

.t-news-summary {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #D5E9F3;
}

.t-news-summary__wrap {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 93.3333333333%;
  margin: -150px auto 0;
  padding: 56px 6.6666666667% 112px;
  background-color: #ffffff;
  border-radius: 10px;
}

.t-news-summary__inner {
  width: 46.875%;
}

.t-news-summary__inner h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 14px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: bold;
}

.t-news-summary__inner h3::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #5CC7E6;
  border-radius: 50%;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.t-news-summary__inner__more-up {
  display: none;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  cursor: pointer;
}

.t-news-summary__inner__more-up p {
  padding: 6px 22px;
  font-size: 0.8571428571rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  border: 1px solid #000000;
  border-radius: 100px;
  background-color: #ffffff;
}

.t-news-summary__inner__table {
  max-height: 260px;
  overflow-y: scroll;
  padding-right: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.t-news-summary__inner table {
  width: 100%;
}

.t-news-summary__inner table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.t-news-summary__inner table tr+tr {
  margin-top: 20px;
}

.t-news-summary__inner table th,
.t-news-summary__inner table td {
  text-align: left;
}

.t-news-summary__inner__info th {
  width: 98px;
  padding-top: 2px;
  font-size: 12px;
}

.t-news-summary__inner__info td {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 1.6;
}

.t-news-summary__inner__event th {
  width: 130px;
  padding-top: 2px;
}

.t-news-summary__inner__event th img {
  width: 90px;
}

.t-news-summary__inner__event td {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

.t-news-summary__inner__event td span {
  display: inline-block;
  padding-bottom: 6px;
  font-size: 12px;
  line-height: 1;
}

.t-news-summary__inner__event td p {
  font-size: 14px;
  line-height: 1.6;
}

.t-news-summary__button {
  width: 100%;
  margin-top: 56px;
}

.t-news-summary__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 28px;
  border: 1px solid #2BB0D6;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  background-color: #FFFCE8;
}

.t-news-summary__button a img {
  width: 30px;
}

.t-news-summary__button a span {
  display: inline-block;
  padding-left: 20px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #2BB0D6;
}

.t-news-summary__button.c-btn-disabled {
  position: relative;
  pointer-events: none;
}

.t-news-summary__button.c-btn-disabled:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  opacity: 0.8;
  z-index: 99;
}

.t-news-summary__button.c-btn-disabled a {
  pointer-events: none;
}

.t-news-summary__more {
  width: 100%;
  margin-top: 44px;
}

.t-news-summary__more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.t-news-summary__more a img {
  width: 24px;
}

.t-news-summary__more a span {
  display: inline-block;
  padding-left: 8px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}

@media (max-width: 640px) {
  .t-news-summary {
    padding-bottom: 0;
  }

  .t-news-summary__wrap {
    z-index: 1;
    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;
    width: 100%;
    margin: -20px auto 0;
    padding: 26px 4.8% 30px;
    background-color: #ffffff;
    border-radius: 10px;
    gap: 20px 0;
  }

  .t-news-summary__inner {
    width: 100%;
  }

  .t-news-summary__inner h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 14px;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
  }

  .t-news-summary__inner h3::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #5CC7E6;
    border-radius: 50%;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  .t-news-summary__inner__more-up {
    display: block;
  }

  .t-news-summary__inner__table {
    position: relative;
    max-height: 240px;
    height: 240px;
    overflow-y: hidden;
    padding-right: 0;
  }

  .t-news-summary__inner__table.is-open {
    max-height: 100%;
    height: auto;
  }

  .t-news-summary__inner__table.is-open:before {
    display: none;
  }

  .t-news-summary__inner__table.-light {
    max-height: none;
    height: 140px;
  }

  .t-news-summary__inner__table:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(51.26%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 51.26%, rgba(255, 255, 255, 0) 100%);
    pointer-events: auto;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }

  .t-news-summary__inner table {
    width: 100%;
  }

  .t-news-summary__inner table tr {
    gap: 10px 0;
  }

  .t-news-summary__inner table tr+tr {
    margin-top: 20px;
  }

  .t-news-summary__inner table th,
  .t-news-summary__inner table td {
    text-align: left;
  }

  .t-news-summary__inner__info tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .t-news-summary__inner__info th {
    width: 98px;
    padding-top: 0px;
    font-size: 10px;
  }

  .t-news-summary__inner__info td {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 13px;
    line-height: 20px;
  }

  .t-news-summary__inner__event {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .t-news-summary__inner__event th {
    width: 96px;
    padding-top: 2px;
  }

  .t-news-summary__inner__event th img {
    width: 80px;
  }

  .t-news-summary__inner__event td {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  .t-news-summary__inner__event td span {
    display: inline-block;
    padding-bottom: 6px;
    font-size: 10px;
    line-height: 1;
  }

  .t-news-summary__inner__event td p {
    font-size: 13px;
    line-height: 20px;
  }

  .t-news-summary__button {
    width: 100%;
    margin-top: 40px;
  }

  .t-news-summary__button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 22px;
    border: 1px solid #2BB0D6;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    background-color: #FFFCE8;
  }

  .t-news-summary__button a img {
    width: 22px;
  }

  .t-news-summary__button a span {
    display: inline-block;
    padding-left: 18px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1;
    color: #2BB0D6;
  }

  .t-news-summary__more {
    width: 100%;
    margin-top: 30px;
  }

  .t-news-summary__more a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }

  .t-news-summary__more a img {
    width: 22px;
  }

  .t-news-summary__more a span {
    display: inline-block;
    padding-left: 8px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
  }
}

.t-data-container {
  position: relative;
  background: rgba(57, 94, 94, 0.8);
  padding: 94px 0 142px;
  overflow: hidden;
}

.t-data-container * {
  color: #ffffff;
}

.t-data-container__movie h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 60px;
  padding-left: 3.3333333333%;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
}

.t-data-container__movie h2 img {
  width: 34px;
}

.t-data-container__movie a {
  text-decoration: none;
}

.t-data-container__slide .swiper-slide span {
  display: block;
  position: relative;
}

.t-data-container__slide .swiper-slide span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: transparent url(../../image/button06.svg) no-repeat scroll center center/cover;
}

.t-data-container__slide .swiper-slide h3 {
  padding-top: 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.t-data-container__button {
  max-width: 280px;
  margin: 40px auto 54px;
}

.t-data-container__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 10px;
  padding: 18px 44px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.t-data-container__button a img {
  width: 24px;
}

.t-data-container__button a span {
  display: inline-block;
  padding-top: 2px;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1;
}

.t-data-container__keywords {
  padding: 0 3.3333333333%;
}

.t-data-container__keywords h2 {
  padding: 0 0 20px 20px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.06em;
}

.t-data-container__select {
  display: none;
}

.t-data-container__tabs ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 0 10px;
  padding: 0 1.6666666667%;
  border-bottom: 1px solid #ffffff;
}

.t-data-container__tabs li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  border: 1px solid #ffffff;
  border-bottom: none;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.t-data-container__tabs li.is-active {
  border: none;
  background-color: #2BB0D6;
}

.t-data-container__tabs li button {
  padding: 18px 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-size: 20px;
  white-space: nowrap;
}

.t-data-container__tabs li:hover {
  opacity: 0.7;
}

.t-data-container__inner {
  padding: 60px 0.6666666667% 0;
}

.t-data-container__wrap {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 1.75%;
}

.t-data-container__wrap.is-active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.t-data-container__wrap ul {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px 2.1666666667%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.1666666667% 1fr 2.1666666667% 1fr 2.1666666667% 1fr;
  grid-template-columns: repeat(4, 1fr);
}

.t-data-container__wrap li.w-50 {
  width: 100%;
}

.t-data-container__wrap__thumb {
  position: relative;
}

.t-data-container__wrap__thumb span {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 7px 10px;
  color: #ffffff;
  border-radius: 200px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}

.t-data-container__wrap__thumb img {
  border-radius: 8px;
}

.t-data-container__wrap__thumb.c-movie-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  background: transparent url(../../image/button06.svg) no-repeat scroll center center/cover;
}

.t-data-container__wrap__thumb .t-data-container__tag {
  background-color: #fff;
}

.t-data-container__wrap__thumb .t-data-container__tag.tag1 {
  color: #AD9553;
  border: solid 1px #AD9553;
}

.t-data-container__wrap__thumb .t-data-container__tag.tag2 {
  color: #148DB0;
  border: solid 1px #148DB0;
}

.t-data-container__wrap__thumb .t-data-container__tag.tag3 {
  color: #ED5E1F;
  border: solid 1px #ED5E1F;
}

.t-data-container__wrap__thumb .t-data-container__tag.tag4 {
  color: #37C9D4;
  border: solid 1px #37C9D4;
}

.t-data-container__wrap__thumb .t-data-container__tag.tag5 {
  color: #D95372;
  border: solid 1px #D95372;
}

.t-data-container__wrap__thumb .t-data-container__tag.tag6 {
  color: #98C21B;
  border: solid 1px #98C21B;
}

.t-data-container__wrap__thumb .t-data-container__tag.tag7 {
  color: #ADA515;
  border: solid 1px #ADA515;
}

.t-data-container__wrap__thumb .t-data-container__tag.tag8 {
  color: #3059B5;
  border: solid 1px #3059B5;
}

.t-data-container__wrap__thumb .t-data-container__tag.tag9 {
  color: #20D483;
  border: solid 1px #20D483;
}

.t-data-container__wrap__thumb .t-data-container__tag.tag10 {
  color: #7D2391;
  border: solid 1px #7D2391;
}

.t-data-container__wrap h3 {
  padding-top: 0.75em;
  font-size: 20px;
  font-weight: bold;
}

.t-data-container__wrap a {
  text-decoration: none;
}

@media (max-width: 640px) {
  .t-data-container {
    padding: 84px 0 102px;
  }

  .t-data-container__movie h2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 10px;
    margin-bottom: 28px;
    padding-left: 0;
    font-size: 17px;
    line-height: 23px;
  }

  .t-data-container__movie h2 img {
    width: 25px;
  }

  .t-data-container__button {
    max-width: 234px;
    margin: 30px auto 80px;
  }

  .t-data-container__button a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 10px;
    padding: 14px 9px;
  }

  .t-data-container__button a img {
    width: 20px;
  }

  .t-data-container__button a span {
    display: inline-block;
    font-size: 14px;
  }

  .t-data-container__keywords {
    padding: 0;
  }

  .t-data-container__keywords h2 {
    padding: 0 0 20px 0;
    text-align: center;
  }

  .t-data-container__select {
    display: none;
  }

  .t-data-container__tabs {
    display: block;
    overflow: scroll;
    padding: 0;
    border-bottom: 1px solid #ffffff;
    margin: 0 20px;
  }

  .t-data-container__tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0 8px;
    padding: 0;
    border-bottom: none;
  }

  .t-data-container__tabs li {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    background-color: #2BB0D6;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }

  .t-data-container__tabs li.is-active {
    border: 1px solid #ffffff;
    border-bottom: transparent;
    background-color: transparent;
  }

  .t-data-container__tabs li button {
    padding: 10px 12px;
    display: block;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
  }

  .t-data-container__tabs li:hover {
    opacity: 0.7;
  }

  .t-data-container__inner {
    padding: 60px 4.8%;
  }

  .t-data-container__wrap {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 28px 0;
  }

  .t-data-container__wrap ul {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 28px 0;
  }

  .t-data-container__wrap li.w-25 {
    width: 47%;
  }

  .t-data-container__wrap li.w-50 {
    width: 47%;
  }

  .t-data-container__wrap__thumb {
    margin-bottom: 30px;
  }

  .t-data-container__wrap__thumb span {
    display: inline-block;
    position: absolute;
    top: auto;
    bottom: -34px;
    left: 0;
    padding: 5px 2px;
    background-color: #2BB0D6;
    color: #ffffff;
    border-radius: 200px;
    font-size: 10px;
    line-height: 1;
  }

  .t-data-container__wrap__thumb.c-movie-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 38px;
    height: 38px;
    background: transparent url(../../image/button06.svg) no-repeat scroll center center/cover;
  }

  .t-data-container__wrap h3 {
    font-size: 13px;
    line-height: 28px;
    font-weight: bold;
  }
}

.tab-select {
  width: 100%;
  border-radius: 44px;
  padding: 11px 28px;
  background: #fff;
  font-size: 15px;
  color: #000;
  font-weight: bold;
  border: 1px solid #000;
}

.tab-select-wrap {
  position: relative;
}

.tab-select-wrap .tab-select-check {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
  width: 9px;
}

.c-footer {
  position: relative;
  background: #fff;
}

.hero-iframe iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#colorbox #cboxClose {
  width: 24px;
  height: 24px;
  top: -32px;
  background-image: url(../image/header-btn-close.svg);
}

@media (max-width: 640px) {
  #colorbox #cboxClose {
    width: 18px;
    height: 18px;
    right: 10px;
    top: -28px;
  }
}

.t-hero__title h1 {
  -webkit-animation-name: topMain;
  animation-name: topMain;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  opacity: 0;
}

.t-hero__inner div {
  -webkit-animation-name: topMain;
  animation-name: topMain;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  opacity: 0;
}

.t-hero__banners-movie ul li:nth-child(1) {
  -webkit-animation-name: topMain;
  animation-name: topMain;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  opacity: 0;
}

.t-hero__banners-movie ul li:nth-child(2) {
  -webkit-animation-name: topMain;
  animation-name: topMain;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
  opacity: 0;
}

.t-hero__link {
  -webkit-animation-name: topMain;
  animation-name: topMain;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  opacity: 0;
}

.t-hero__banners .full {
  -webkit-animation-name: topMain;
  animation-name: topMain;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  opacity: 0;
}

@-webkit-keyframes topMain {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes topMain {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}