@media screen and (max-width: 767px), print {
  .isPc {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .isSp {
    display: none !important;
  }
}
.cButton {
  display: block;
  padding: 13px 0 13px;
  background-color: #000000;
  border-radius: 4px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7857142857;
}
@media screen and (max-width: 767px) {
  .cButton {
    font-size: 15px;
  }
}

.topBlue {
  padding: 24px 0 70px;
  margin: 14px 0 0;
  background: url("../images/top/back_uroad02.png") repeat;
  background-color: #0098ac;
  background-position: 0% 0%;
  background-size: 164px 86px;
}
@media screen and (max-width: 767px) {
  .topBlue {
    flex-wrap: wrap;
    width: 100%;
    padding: 34px 0 50px;
    margin: 11px 0 0;
  }
}
.topBlue_container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 56px;
  width: 1166px;
  padding: 0 0 0 45px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .topBlue_container {
    flex-wrap: wrap;
    gap: 48px;
    width: 100%;
    padding: 0 15px;
  }
}
.topBlue_block.isBlock01 {
  flex: 0 0 522px;
  width: 522px;
}
@media screen and (max-width: 767px) {
  .topBlue_block.isBlock01 {
    order: 2;
    flex: 0 0 100%;
    width: 100%;
  }
}
.topBlue_block.isBlock02 {
  flex: 0 0 542px;
  width: 542px;
  padding: 99px 0 0;
}
@media screen and (max-width: 767px) {
  .topBlue_block.isBlock02 {
    order: 1;
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
  }
}

.topSearch_title {
  padding: 0 0 0 18px;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.6875;
}
@media screen and (max-width: 767px) {
  .topSearch_title {
    padding: 0 0 0 9px;
    text-align: center;
    font-size: 25px;
    line-height: 1.52;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .topSearch_title span {
    display: inline-block;
    text-align: left;
  }
}
.topSearch_text {
  padding: 0 0 0 20px;
  margin: 28px 0 0;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4583333333;
}
@media screen and (max-width: 767px) {
  .topSearch_text {
    padding: 0;
    margin: 20px 0 0;
    text-align: center;
  }
}
.topSearch_text small {
  font-size: 15px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .topSearch_text small.isBlock {
    display: block;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .topSearch_text small.isGensen {
    display: inline-block;
    translate: 2px -3px;
    margin: 0 2px 0 0;
  }
}
.topSearch_text span {
  translate: 0 2px;
  display: inline-block;
  margin: 0 -1px 0 7px;
  font-family: var(--wf-poppins);
  font-size: 45px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .topSearch_text span {
    translate: 0 3px;
    margin: 0 5px 0 8px;
    font-size: 40px;
    line-height: 1.4;
  }
}
.topSearch_contents {
  padding: 30px;
  margin: 24px 0 0;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .topSearch_contents {
    padding: 30px 15px 42px;
    margin: 22px 0 0;
  }
}
.topSearch_contents-title {
  position: relative;
  padding: 0 0 0 36px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4705882353;
}
@media screen and (max-width: 767px) {
  .topSearch_contents-title {
    padding: 0 0 0 43px;
  }
}
.topSearch_contents-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  translate: 0 -50%;
  width: 20px;
  height: 20px;
  background: url("../images/top/search_title_icon.png") no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .topSearch_contents-title::before {
    left: 12px;
  }
}
.topSearch_contents + .topSearch_contents {
  margin: 29px 0 0;
}
@media screen and (max-width: 767px) {
  .topSearch_contents + .topSearch_contents {
    margin: 20px 0 0;
  }
}
.topSearch_form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.topSearch_form.isForm01 {
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .topSearch_form.isForm01 {
    flex-wrap: wrap;
    margin: 24px 0 0;
  }
}
.topSearch_form.isForm02 {
  margin: 22px 0 0;
}
@media screen and (max-width: 767px) {
  .topSearch_form.isForm02 {
    flex-wrap: wrap;
    margin: 37px 0 0;
  }
}
.topSearch_form.isForm03 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px 10px;
  padding: 0 15px;
  margin: 22px 0 0;
}
@media screen and (max-width: 767px) {
  .topSearch_form.isForm03 {
    padding: 0;
    margin: 24px 0 0;
  }
}
.topSearch_input input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 42px;
  padding: 0 15px;
  background-color: #f0efef;
  border: 0;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
.topSearch_input input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.topSearch_input input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.topSearch_select {
  position: relative;
  background-color: #f0efef;
  border-radius: 2px;
  overflow: hidden;
}
.topSearch_select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  translate: 0 -50%;
  rotate: 45deg;
  width: 5.5px;
  height: 5.5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.topSearch_select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 42px;
  padding: 0 4px;
  background-color: transparent;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .topSearch_select select {
    height: 38px;
  }
}
.topSearch_select select.isCenter {
  text-align: center;
}
.topSearch_button {
  cursor: pointer;
}
.topSearch_button input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 42px;
  background-color: #fc7c00;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .topSearch_button input {
    border-radius: 8px;
  }
}
.topSearch_cross {
  position: relative;
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .topSearch_cross {
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    margin: 0 5px;
  }
}
.topSearch_cross::before, .topSearch_cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 9px;
  height: 2px;
  background-color: #fc7000;
}
.topSearch_cross::before {
  rotate: 45deg;
}
.topSearch_cross::after {
  rotate: -45deg;
}
.topSearch_form.isForm01 .topSearch_select {
  flex: 0 0 109px;
  width: 109px;
}
@media screen and (max-width: 767px) {
  .topSearch_form.isForm01 .topSearch_select {
    flex: 1 1 64px;
    width: 64px;
  }
}
.topSearch_form.isForm01 .topSearch_button {
  flex: 0 0 112px;
  width: 112px;
  margin: 0 0 0 9px;
}
@media screen and (max-width: 767px) {
  .topSearch_form.isForm01 .topSearch_button {
    flex: 0 0 100%;
    width: 100%;
    margin: 11px 0 0;
  }
}
.topSearch_form.isForm02 .topSearch_input {
  flex: 1 1 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .topSearch_form.isForm02 .topSearch_input {
    flex: 0 0 100%;
    width: 100%;
  }
}
.topSearch_form.isForm02 .topSearch_button {
  flex: 0 0 112px;
  width: 112px;
  margin: 0 0 0 9px;
}
@media screen and (max-width: 767px) {
  .topSearch_form.isForm02 .topSearch_button {
    flex: 0 0 100%;
    width: 100%;
    margin: 11px 0 0;
  }
}
.topSearch_form.isForm03 + .topSearch_button.isButton03 {
  flex: 0 0 150px;
  width: 150px;
  margin: 14px auto 0;
}
@media screen and (max-width: 767px) {
  .topSearch_form.isForm03 + .topSearch_button.isButton03 {
    flex: 0 0 100%;
    width: 100%;
    margin: 11px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .topSearch_form.isForm03 .topSearch_select select {
    height: 42px;
  }
}

.topFeatured {
  position: relative;
  z-index: 4;
  padding: 47px 0 0;
}
@media screen and (max-width: 767px) {
  .topFeatured {
    padding: 0;
  }
}
.topFeatured_heading {
  width: 487px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .topFeatured_heading {
    width: 298px;
  }
}
.topFeatured_contents {
  margin: 20px 0 0;
  border-radius: 10px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .topFeatured_contents {
    margin: 20px -5px 0;
    background-color: #fff;
    border-radius: 0;
  }
}
.topFeatured_contents-track {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .topFeatured_contents-track {
    border-radius: 0;
  }
}
.topFeatured_item {
  flex: 0 0 100%;
}
@media screen and (max-width: 767px) {
  .topFeatured_item {
    height: 100%;
    background-color: #fff;
  }
}
.topFeatured_item a {
  display: block;
  padding: 12px 12px 28px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .topFeatured_item a {
    height: 100%;
    padding: 12px 12px 38px;
  }
}
.topFeatured_item-image {
  position: relative;
}
.topFeatured_item-image img {
  aspect-ratio: 500/333;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.topFeatured_item-decoration {
  position: absolute;
  right: 0;
  bottom: -11px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 42px;
  background-color: #fc7000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.topFeatured_item-decoration span {
  margin: 0 8px 0 0;
  font-family: var(--wf-poppins);
  font-size: 26px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1;
}
.topFeatured_item-title {
  padding: 0 18px;
  margin: 24px 0 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .topFeatured_item-title {
    padding: 0 3px;
    margin: 30px 0 0;
  }
}
.topFeatured_item-text {
  padding: 0 18px;
  margin: 9px 0 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8571428571;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .topFeatured_item-text {
    padding: 0 3px;
    margin: 11px 0 0;
    line-height: 1.7142857143;
    -webkit-line-clamp: 3;
  }
}
.topFeatured_arrows {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -30px;
  left: -30px;
  translate: 0 -50%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .topFeatured_arrows {
    right: -7px;
    left: -7px;
  }
}
.topFeatured_arrow {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 46px;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .topFeatured_arrow {
    width: 36px;
  }
}
.topFeatured_arrow.isPrev {
  left: 0;
  rotate: -90deg;
}
.topFeatured_arrow.isNext {
  right: 0;
  rotate: 90deg;
}

.topRanking {
  translate: -3px 0;
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .topRanking {
    translate: 0;
    margin: 30px -5px 0;
  }
}
.topRanking_inner {
  position: relative;
  width: 100%;
  padding: 21px 25px 20px 147px;
  background-color: #000;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .topRanking_inner {
    height: 198px;
  }
}
@media screen and (max-width: 767px) {
  .topRanking_inner {
    padding: 6px 9px 6px 15px;
    border-radius: 0;
  }
}
.topRanking_heading {
  position: absolute;
  top: 25px;
  left: 29px;
  width: 76px;
}
.topRanking_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .topRanking_list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    padding: 0 40px 0 0;
  }
}
.topRanking_list li {
  position: relative;
  flex: 0 0 auto;
  padding: 0 0 0 32px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.topRanking_list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.topRanking_list li:nth-of-type(1)::before {
  background-image: url("../images/top/rank01.svg");
}
.topRanking_list li:nth-of-type(2)::before {
  background-image: url("../images/top/rank02.svg");
}
.topRanking_list li:nth-of-type(3)::before {
  background-image: url("../images/top/rank03.svg");
}
.topRanking_list li:nth-of-type(4)::before {
  background-image: url("../images/top/rank04.svg");
}
.topRanking_list li:nth-of-type(5)::before {
  background-image: url("../images/top/rank05.svg");
}
.topRanking_list li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .topRanking_line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
  }
}
.topRanking_title {
  flex: 0 0 165px;
  width: 165px;
}

/* COURSE */
.topCourse {
  padding: 0 30px;
  margin: 43px 0 0;
}
@media screen and (max-width: 767px) {
  .topCourse {
    padding: 0;
    margin: 40px 0 0;
  }
}
.topCourse_inner {
  position: relative;
  z-index: 1;
  padding: 72px 0 60px;
}
@media screen and (max-width: 767px) {
  .topCourse_inner {
    padding: 39px 15px 50px;
  }
}
.topCourse_inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: #f5f5f5;
  border-radius: 30px;
}
.topCourse_block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 868px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .topCourse_block {
    flex-wrap: wrap;
    width: 100%;
  }
}
.topCourse_heading {
  font-family: var(--wf-poppins);
  font-size: 44px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .topCourse_heading {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
  }
}
.topCourse_count {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 0 23px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .topCourse_count {
    justify-content: center;
    margin: 22px 0 0 25px;
  }
}
.topCourse_count small {
  translate: 0 18px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .topCourse_count small {
    translate: 0 13px;
  }
}
.topCourse_count-val {
  translate: 0 -8px;
  margin: 0 0 0 21px;
  font-family: var(--wf-poppins);
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.topCourse_count-unit {
  translate: 0 8px;
  margin: 0 0 0 5px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4583333333;
}
.topCourse_text {
  translate: 0 -15px;
  margin: 0 0 0 28px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7647058824;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .topCourse_text {
    flex: 0 0 100%;
    width: 100%;
    margin: 13px 14px 0;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
}
.topCourse_contents {
  translate: -28px 0;
  width: 800px;
  margin: 27px auto 0;
}
@media screen and (max-width: 767px) {
  .topCourse_contents {
    translate: 0;
    width: 100%;
    margin: 13px auto 0;
  }
}
.topCourse_contents-track {
  overflow: visible !important;
}
.topCourse_item-course {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 4px 8px 5px;
  border-radius: 0 0 6px 0;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.topCourse_item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  aspect-ratio: 380/156;
  height: auto;
}
@media screen and (max-width: 767px) {
  .topCourse_item img {
    aspect-ratio: 345/230;
  }
}
.topCourse_item-date {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 211px;
  margin: 24px 0 0;
  background-color: #000;
  color: #fff;
  font-family: var(--wf-poppins);
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .topCourse_item-date {
    margin: 15px 0 0;
  }
}
.topCourse_item-date span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 51px;
  width: 51px;
  height: 24px;
  margin: 0 12px 0 0;
  background-color: #fc7000;
  color: #fff;
  font-family: var(--wf-poppins);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
.topCourse_item-text {
  position: relative;
  z-index: 1;
  padding: 0 8px;
  margin: 5px 0 0;
}
.topCourse_item-text::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  translate: 0 1px;
  background-image: linear-gradient(#000 25px, transparent 25px);
  background-position: 0% 0%;
  background-size: 100% 28px;
}
.topCourse_item-text span {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.topCourse_item-company {
  margin: 12px 0 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 15px;
}
.topCourse_arrows {
  position: absolute;
  top: 50%;
  right: -201px;
  left: -201px;
  translate: 0 -50%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .topCourse_arrows {
    top: 25.86vw;
    translate: 0;
    right: -14px;
    left: -14px;
  }
}
.topCourse_arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100px;
  height: 100px;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .topCourse_arrow {
    width: 46px;
    height: 46px;
  }
}
.topCourse_arrow img {
  width: 100%;
}
.topCourse_arrow.isPrev {
  left: 0;
}
.topCourse_arrow.isNext {
  right: 0;
  scale: -1 1;
}
.topCourse_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  margin: 44px auto 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
.topCourse_link .cButton {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  color: #000;
}

/* SPECIAL */
.topSpecial {
  position: relative;
  z-index: 1;
  padding: 85px 0 82px;
  margin: 88px 0 0;
  background: url("../images/top/back_uroad.png") repeat;
  background-color: #f5d377;
  background-position: 0% 0%;
  background-size: 164px 86px;
}
@media screen and (max-width: 767px) {
  .topSpecial {
    padding: 62px 28px 52px;
    margin: 60px 0 0;
  }
}
.topSpecial_heading {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  padding: 6px 70px 5px;
  margin: 3px 0 0;
  background-color: #000;
  color: #fff;
  font-family: var(--wf-poppins);
  font-size: 36px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.4166666667;
}
@media screen and (max-width: 767px) {
  .topSpecial_heading {
    padding: 4px 34px 4px;
    font-size: 23px;
    line-height: 1.3913043478;
    white-space: nowrap;
  }
}
.topSpecial_contents {
  position: relative;
  width: 729px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .topSpecial_contents {
    width: 100%;
  }
}
.topSpecial_contents-track {
  overflow: visible !important;
}
.topSpecial_contents-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.topSpecial_item {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  border: 3.5px solid #000;
}
.topSpecial_arrows {
  position: absolute;
  top: 50%;
  right: -66px;
  left: -66px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .topSpecial_arrows {
    right: -25px;
    left: -25px;
  }
}
.topSpecial_arrow {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 46px;
  border-radius: 100%;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  pointer-events: auto;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .topSpecial_arrow {
    width: 36px;
  }
}
.topSpecial_arrow.isPrev {
  left: 0;
  rotate: -90deg;
}
.topSpecial_arrow.isNext {
  right: 0;
  rotate: 90deg;
}

/* NEWS */
.topNews {
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .topNews {
    margin: 30px 0 0;
  }
}
.topNews_inner {
  position: relative;
  z-index: 2;
  translate: 20px 0;
  width: 978px;
  padding: 45px 28px 26px 161px;
  margin: 0 auto;
  background-color: #000;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .topNews_inner {
    translate: 0;
    width: calc(100% - 20px);
    height: 400px;
    padding: 87px 9px 26px 20px;
    margin: 0 10px;
    border-radius: 0;
  }
}
.topNews_heading {
  position: absolute;
  z-index: 1;
  top: 35px;
  left: 30px;
  color: #fc7000;
  font-family: var(--wf-poppins);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  .topNews_heading {
    top: 32px;
    left: 50%;
    translate: -50% 0;
    white-space: nowrap;
  }
}
.topNews_list {
  height: 161px;
  padding: 0 60px 0 0;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .topNews_list {
    height: 100%;
    padding: 0 20px 0 0;
  }
}
.topNews_item {
  color: #fff;
}
.topNews_item + .topNews_item {
  margin: 43px 0 0;
}
@media screen and (max-width: 767px) {
  .topNews_item + .topNews_item {
    margin: 23px 0 0;
  }
}
.topNews_time {
  font-family: var(--wf-poppins);
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 23px;
}
.topNews_text {
  margin: 1px 0 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .topNews_text {
    margin: 6px 0 0;
  }
}
.topNews .simplebar-track.simplebar-vertical {
  width: 6px;
  background-color: #5d5d5d;
  border-radius: 6px;
}
.topNews .simplebar-scrollbar {
  background-color: #fc7000;
  border-radius: 6px;
}
.topNews .simplebar-scrollbar.simplebar-visible:before {
  display: none;
}

/* GREY */
.topGrey {
  padding: 69px 0 0;
  margin: 63px 0 0;
  background: url("../images/top/back_uroad.png") repeat;
  background-color: #ebe8e8;
  background-position: 0% 0%;
  background-size: 164px 86px;
}
@media screen and (max-width: 767px) {
  .topGrey {
    padding: 55px 0 0;
    margin: 40px 0 0;
  }
}

/* SENIOR */
.topSenior a:link,
.topSenior a:link p {
  color: #fff;
}
.topSenior_container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 52px;
  width: 1086px;
  padding: 0 0 0 39px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .topSenior_container {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.topSenior_heading {
  flex: 0 0 454px;
  width: 454px;
}
@media screen and (max-width: 767px) {
  .topSenior_heading {
    flex: 0 0 345px;
    width: 345px;
    margin: 0 auto;
  }
}
.topSenior_block {
  padding: 17px 0 0;
}
@media screen and (max-width: 767px) {
  .topSenior_block {
    padding: 12px 0 0;
  }
}
.topSenior_text {
  padding: 0 0 0 5px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .topSenior_text {
    padding: 0 15px 0 26px;
  }
}
.topSenior_link {
  width: 260px;
  margin: 27px 0 0;
}
@media screen and (max-width: 767px) {
  .topSenior_link {
    margin: 27px auto 0;
  }
}
.topSenior_link .cButton span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 27px;
}
@media screen and (max-width: 767px) {
  .topSenior_link .cButton span {
    font-size: 17px;
  }
}
.topSenior_link .cButton span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 20px;
  height: 20px;
  background: url("../images/top/senior_icon.png") no-repeat;
  background-position: center;
  background-size: contain;
}
.topSenior_contents {
  width: 996px;
  margin: 54px auto 0;
}
@media screen and (max-width: 767px) {
  .topSenior_contents {
    width: calc(100% - 64px);
    margin: 30px auto 0;
  }
}
.topSenior_contents-track {
  overflow: visible !important;
}
.topSenior_item-balloon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 108px;
  padding: 10px 23px 10px;
  margin: 0 9px;
  background-color: #f36900;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8571428571;
  filter: drop-shadow(3px, 3px, 6px, rgba(0, 0, 0, 0.17));
}
.topSenior_item-balloon::after {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 61px;
  width: 32px;
  height: 32px;
  background: url("../images/top/icon_balloon-orange.svg") no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.topSenior_item:nth-of-type(2n + 2) .topSenior_item-balloon {
  background-color: #fff;
  color: #000;
}
.topSenior_item:nth-of-type(2n + 2) .topSenior_item-balloon::after {
  background-image: url("../images/top/icon_balloon-white.svg");
}
.topSenior_item-image {
  position: relative;
  z-index: 1;
  margin: 30px 0 0;
  border-radius: 12px;
  overflow: hidden;
}
.topSenior_item-image img {
  aspect-ratio: 312/208;
  height: 100%;
}
.topSenior_item-name {
  margin: 15px 0 0;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

/* MOVIE */
.topVideo {
  margin: 100px 0 0;
  background: url("../images/top/video_back.png") no-repeat;
  background-position: center;
  background-size: 1048px 622px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .topVideo {
    position: relative;
    z-index: 2;
    padding: 0 0 52px;
    margin: 48px 0 0;
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .topVideo::before, .topVideo::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    width: 100vw;
  }
}
.topVideo::before {
  left: 0;
  background-color: #00acc3;
  clip-path: polygon(0% 0%, 37vw 0%, 100% 68.8vw, 100% 100%, 0% 100%);
}
.topVideo::after {
  right: 0;
  background-color: #fc7000;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 68.8vw, 63vw 0%);
}
.topVideo_container {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 65px;
  width: 1048px;
  padding: 75px 0 63px 54px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .topVideo_container {
    display: block;
    width: calc(100% - 30px);
    padding: 52px 0 0;
    margin: 0 15px;
  }
}
.topVideo_container::before, .topVideo_container::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .topVideo_container::before, .topVideo_container::after {
    display: none;
  }
}
.topVideo_container::before {
  left: 100%;
  background-color: #fc7000;
}
.topVideo_container::after {
  right: 100%;
  background-color: #00acc3;
}
.topVideo_contents {
  position: relative;
  flex: 0 0 539px;
  width: 539px;
}
@media screen and (max-width: 767px) {
  .topVideo_contents {
    width: 100%;
  }
}
.topVideo_heading {
  color: #fff;
  font-family: var(--wf-poppins);
  font-size: 70px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.4142857143;
}
@media screen and (max-width: 767px) {
  .topVideo_heading {
    text-align: center;
    font-size: 60px;
  }
}
.topVideo_cover {
  position: relative;
  aspect-ratio: 539/359;
  margin: 26px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .topVideo_cover {
    margin: 4px 0 0;
  }
}
.topVideo_cover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 70px;
  height: 70px;
  background: url(../../assets/images/top/video_button.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.topVideo_block {
  flex: 0 0 390px;
  width: 390px;
  padding: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .topVideo_block {
    width: 100%;
    padding: 30px 0 0;
  }
}
.topVideo_title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.6;
}
.topVideo_text {
  margin: 18px 0 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8571428571;
}
@media screen and (min-width: 768px) {
  .topVideo_text {
    white-space: nowrap;
  }
}
.topVideo_link {
  width: 260px;
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .topVideo_link {
    margin: 28px auto 0;
  }
}

/* SPECIAL CONTENTS */
.topBanners {
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .topBanners {
    margin: 48px 0 0;
  }
}
.topBanners_inner {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .topBanners_inner {
    padding: 0 17px;
  }
}
.topBanners_heading {
  text-align: center;
  font-family: var(--wf-poppins);
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
}
.topBanners_list {
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .topBanners_list {
    margin: 26px 0 0;
  }
}
.topBanners_item {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.topBanners_item img {
  width: 100%;
}
.topBanners_item + .topBanners_item {
  margin: 20px 0 0;
}
@media screen and (min-width: 768px), print {
  .topBanners {
    margin: 88px 0 0;
  }
  .topBanners_inner {
    padding: 0;
  }
  .topBanners_heading {
    font-size: 32px;
  }
  .topBanners_list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    margin: 46px 0 0;
  }
  .topBanners_item {
    flex: 0 0 340px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
    transition: box-shadow 0.4s ease-out;
  }
  .topBanners_item:hover {
    box-shadow: none;
  }
  .topBanners_item + .topBanners_item {
    margin: 0;
  }
}

/* APPLI */
.topAppli {
  margin: 70px 0 0;
}
@media screen and (max-width: 767px) {
  .topAppli {
    margin: 50px 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .topAppli {
    background: url("/2028/assets/images/top/appli_back-pc.jpg?20260321") no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.topAppli_box {
  position: relative;
}
.topAppli_image {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .topAppli_image {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .topAppli_title {
    position: absolute;
    top: 35px;
    right: 94px;
    left: 41px;
  }
}
@media screen and (min-width: 768px), print {
  .topAppli_title {
    width: 411px;
  }
}
.topAppli_text {
  padding: 0 15px;
  margin: 24px 0 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 26px;
}
.topAppli_notice {
  width: 211px;
  margin: 32px auto 0;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .topAppli_notice {
    width: 221px;
    margin: 42px 0 0 62px;
  }
}
.topAppli_list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  margin: 20px 0 0;
}
.topAppli_item {
  flex: 0 0 150px;
}
.topAppli_item img {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .topAppli {
    margin: 80px 0 0;
  }
  .topAppli_inner {
    width: 1132px;
    padding: 106px 0 89px;
    margin: 0 auto;
  }
  .topAppli_heading img {
    width: 411px;
  }
  .topAppli_text {
    width: 391px;
    padding: 0;
    margin: 45px 0 0;
  }
  .topAppli_list {
    justify-content: flex-start;
    gap: 8px;
    padding: 0 37px;
  }
  .topAppli_item {
    flex: 0 0 133px;
  }
  .topAppli_item img {
    width: 100%;
  }
}

/* MESSAGE */
.topMessage {
  margin: 58px 0 0;
  background-color: #f5f5f5;
}
.topMessage_inner {
  padding: 35px 15px 35px;
  overflow: hidden;
}
.topMessage_heading {
  width: 185px;
  margin: 0 auto;
}
.topMessage_text {
  max-height: 176px;
  margin: 40px 0 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 26px;
}
.topMessage .simplebar-track.simplebar-vertical {
  width: 4px;
  background-color: #ddd;
  border-radius: 4px;
}
.topMessage .simplebar-scrollbar {
  background-color: #000;
  border-radius: 4px;
}
.topMessage .simplebar-scrollbar.simplebar-visible:before {
  opacity: 0;
}
@media screen and (min-width: 768px), print {
  .topMessage {
    margin: 0;
  }
  .topMessage_inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 1130px;
    padding: 55px 0 55px;
    margin: 0 auto;
  }
  .topMessage_heading {
    flex: 0 0 185px;
    width: 185px;
    margin: 0;
  }
  .topMessage_text {
    flex: 1 1 100%;
    max-height: 80px;
    margin: 0 0 0 150px;
  }
}/*# sourceMappingURL=top.css.map */