#FV {
  max-width: 1500px;
  margin: 0 auto;
  background: linear-gradient(to top, #006fed 0%, #2d76e3 50%, #5e87de 100%);
}

#BANNER .slider-bnr:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: auto;
}
#BANNER .slider-bnr:not(.slick-initialized) .img {
  transform: none;
  opacity: 1;
}
#BANNER .slider-bnr.slick-initialized {
  display: block;
}
#BANNER .slider-bnr .img {
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.6;
  transform: scale(0.9);
}
#BANNER .slider-bnr .img img {
  width: 100%;
  display: block;
}
#BANNER .slider-bnr .slick-center {
  opacity: 1;
  transform: scale(1);
}
#BANNER .slider-bnr .slick-arrow {
  z-index: 2;
}
#BANNER .slider-bnr .slick-arrow::before {
  color: var(--main-blue);
  font-size: 40px;
}
#BANNER .slider-bnr .slick-prev {
  left: -16px;
}
#BANNER .slider-bnr .slick-next {
  right: 8px;
}

#VOICE {
  background-color: var(--bg-lightgray);
}
#VOICE .autoplay:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
#VOICE .autoplay:not(.slick-initialized) .img {
  transform: none;
  opacity: 1;
}
@media (max-width: 768px) {
  #VOICE .autoplay:not(.slick-initialized) {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
#VOICE .autoplay.slick-initialized {
  display: block;
}
#VOICE .autoplay .card {
  margin: 0 8px;
  padding: 16px;
  border-radius: 8px;
  overflow: hidden;
  transition: background-color 0.3s ease;
}
#VOICE .autoplay .card .me {
  position: relative;
}
#VOICE .autoplay .card .me .img {
  overflow: hidden;
  border-radius: 8px;
}
#VOICE .autoplay .card .me .img img {
  border-radius: 8px;
  aspect-ratio: 11/15;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
#VOICE .autoplay .card .me .occupation {
  background-color: var(--bg-lightgray);
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  border-radius: 8px;
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-size: 12px;
}
#VOICE .autoplay .card:hover {
  background-color: rgba(105, 121, 223, 0.2);
}
#VOICE .autoplay .card:hover .img img {
  transform: scale(1.05);
}
#VOICE .autoplay .card:hover .text .read span {
  background-color: var(--main-blue);
  color: var(--text-white);
}
#VOICE .autoplay .card .text {
  padding: 16px 0;
}
#VOICE .autoplay .card .text .result {
  color: var(--main-blue);
  font-weight: 700;
  margin-bottom: 12px;
}
#VOICE .autoplay .card .text .result span {
  font-size: 14px;
}
#VOICE .autoplay .card .text .sentence {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#VOICE .autoplay .card .text .read {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: var(--main-blue);
}
#VOICE .autoplay .card .text .read span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: rgb(231, 234, 255);
  border-radius: 50%;
  color: var(--main-blue);
  font-size: 12px;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-left: 8px;
}
#VOICE .autoplay .slick-arrow {
  z-index: 10;
  width: 48px;
  height: 48px;
  background-color: var(--bg-lightgray);
  border-radius: 50%;
  line-height: 1.15;
}
#VOICE .autoplay .slick-arrow::before {
  color: var(--text-darkgray);
  font-size: 48px;
  line-height: 1.15;
  margin: auto;
}
#VOICE .autoplay .slick-arrow.slick-prev {
  left: 0px;
}
#VOICE .autoplay .slick-arrow.slick-next {
  right: 0px;
}

#VOICE .interview {
  padding: 60px 0;
}
#VOICE .interview .container {
  display: flex;
  justify-content: space-between;
}
#VOICE .interview .container .content {
  width: 30%;
}
#VOICE .interview .container .content iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
  border-radius: 8px;
}
#VOICE .interview .container .content .info {
  display: flex;
  align-items: center;
  padding-top: 12px;
}
#VOICE .interview .container .content .info .tag {
  padding: 14px 12px;
  margin-right: 12px;
  background-color: #fff;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}
#VOICE .interview .container .content .info .name {
  font-size: 13px;
}
#VOICE .interview .container .content .info .name span {
  font-size: 15px;
}
#VOICE .interview a {
  color: var(--main-blue);
  font-size: 14px;
  display: block;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
}
#VOICE .interview a:hover {
  opacity: 0.5;
}
#VOICE .interview a span {
  font-weight: 600;
}

#VOICE .archive {
  margin: 60px auto 0;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
}
#VOICE .archive .main {
  margin: 0 0 16px;
  text-align: center;
  font-weight: 500;
  line-height: 2;
}
#VOICE .archive .link {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: block;
  margin-top: 16px;
}
#VOICE .archive .link a {
  color: var(--main-blue);
  font-weight: 600;
}
#VOICE .archive .link a:hover {
  border-bottom: 1px solid var(--main-blue);
}

@media (max-width: 768px) {
  #VOICE .interview .container {
    flex-direction: column;
  }
  #VOICE .interview .container .content {
    width: 100%;
    margin-bottom: 32px;
  }
  #VOICE .interview .container .content:last-of-type {
    margin-bottom: 0;
  }
  #VOICE .archive {
    margin: 0 auto;
  }
}

#MAIN-MOVIE .content .YouTube {
  width: 70%;
	margin: auto;
  aspect-ratio: 16/9;
}
#MAIN-MOVIE .content .YouTube iframe {
  width: 100%;
  height: 100%;
}
#MAIN-MOVIE .content .text {
  margin: 40px 0;
  text-align: center;
  font-size: 24px;
}

@media (max-width: 600px) {
  #MAIN-MOVIE .content .YouTube {
    width: 100%;
  }
}

#METHOD {
  background-color: var(--bg-lightgray);
}
#METHOD .container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 30px;
}
#METHOD .container .card {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
#METHOD .container .card h3 {
  margin: 0 0 16px;
  font-size: 30px;
  font-weight: 700;
  color: var(--main-blue);
  border-left: 4px solid var(--main-blue);
  padding-left: 12px;
  text-align: left;
}
#METHOD .container .card .ttl {
  margin: 0 0 16px;
  font-size: 26px;
  font-weight: 700;
}
#METHOD .container .card .text {
  margin: 0;
  font-size: 16px;
}
@media (max-width: 768px) {
  #METHOD .container {
    grid-template-columns: 1fr;
  }
}

#COURSES .container .img {
  margin-bottom: 48px;
}
#COURSES .container .img a {
  transition: opacity 0.3s ease;
}
#COURSES .container .img a:hover {
  opacity: 0.5;
}
#COURSES .container .img a img {
  border-radius: 8px;
}
#COURSES .container .img:last-of-type {
  margin-bottom: 0;
}

#LINE .container {
  display: flex;
  justify-content: space-between;
}
#LINE .container .content {
  width: 30%;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
#LINE .container .content .ttl {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  background-color: var(--main-blue);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#LINE .container .content .ttl .num {
  color: var(--text-white);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
#LINE .container .content .ttl .text {
  color: var(--text-white);
  font-size: 1rem;
  font-weight: 700;
}
#LINE .container .content .description {
  padding: 24px;
}
@media (max-width: 768px) {
  #LINE .container {
    flex-direction: column;
  }
  #LINE .container .content {
    width: 100%;
    margin-bottom: 32px;
  }
  #LINE .container .content:last-of-type {
    margin-bottom: 0;
  }
}

#YOUTUBE-ACCOUNT {
  background-color: var(--bg-lightgray);
}
#YOUTUBE-ACCOUNT .container .img a {
  transition: opacity 0.3s ease;
}
#YOUTUBE-ACCOUNT .container .img a:hover {
  opacity: 0.5;
}
#YOUTUBE-ACCOUNT .container .img a img {
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.55);
}

#TOPICS .container {
  background-color: var(--bg-lightgray);
  padding: 32px 0;
}
#TOPICS .container .tab-2 {
  display: flex;
  flex-wrap: wrap;
  padding: 0 32px;
}
#TOPICS .container .tab-2 > label {
  flex: 1 1;
  order: -1;
  min-width: 70px;
  padding: 10px 0;
  border: 1px solid var(--main-blue);
  background-color: #fff;
  color: var(--main-blue);
  font-size: 0.9em;
  text-align: center;
  cursor: pointer;
}
#TOPICS .container .tab-2 > label:first-of-type {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
#TOPICS .container .tab-2 > label:last-of-type {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
#TOPICS .container .tab-2 > label:hover {
  opacity: 0.8;
}
#TOPICS .container .tab-2 > label:has(:checked) {
  opacity: 1;
  background-color: var(--main-blue);
  color: var(--text-white);
}
#TOPICS .container .tab-2 > label:has(:checked) + div {
  display: block;
}
#TOPICS .container .tab-2 input {
  display: none;
}
#TOPICS .container .tab-2 > div {
  display: none;
  width: 100%;
  padding: 16px 0;
}
#TOPICS .container .tab-2 > div ul li::after {
  content: "";
  display: block;
  border-bottom: 1px solid #e5e5e5;
}
#TOPICS .container .tab-2 > div ul li a {
  display: flex;
  align-items: center;
  padding: 16px 0;
  position: relative;
}
#TOPICS .container .tab-2 > div ul li a .date {
  font-size: 14px;
  margin-right: 16px;
  color: #777;
}
#TOPICS .container .tab-2 > div ul li a:hover {
  opacity: 0.4;
}
#TOPICS .bnr {
  padding: 80px 0 120px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
#TOPICS .bnr:has(.img:nth-child(2)):not(:has(.img:nth-child(3))) {
  grid-template-columns: repeat(2, 48%);
  justify-content: space-between;
}
#TOPICS .bnr .img a:hover {
  opacity: 0.7;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  #TOPICS .container .tab-2 > div ul li a {
    flex-direction: column;
    align-items: flex-start;
  }
  #TOPICS .bnr {
    padding: 40px 0 60px;
	  grid-template-columns: repeat(1, 1fr);
  }
  #TOPICS .bnr:has(.img:nth-child(2)):not(:has(.img:nth-child(3))) {
    grid-template-columns: repeat(1, 100%);
  }
}