@charset "UTF-8";
/* ///////////////////////////////////////////////

　トップページ

/////////////////////////////////////////////// */
.h2 {
  display: grid;
  gap: 0.25em;
  font-weight: 600;
}
.h2 .en {
  font-family: var(--font-en);
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  .h2 .en {
    font-size: 41rem;
  }
  .h2 .ja {
    font-size: 16rem;
  }
}
@media screen and (max-width: 960px) {
  .h2 .en {
    font-size: 26px;
  }
  .h2 .ja {
    font-size: 13px;
  }
}

/* メインビジュアル */
.mainimg {
  position: relative;
  padding-inline: calc(50% - 800px);
}
@media screen and (max-width: 1640px) {
  .mainimg {
    padding-inline: 20px;
  }
}
@media (max-width: 960px) {
  .mainimg {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 961px) {
  .mainimg {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 960px) {
  .mainimg {
    padding-inline: 10px;
    padding-bottom: 85px;
  }
}
.mainimg::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  background-color: #e3a9a1;
}
@media screen and (min-width: 961px) {
  .mainimg::before {
    top: 155px;
    left: min(100px, 5%);
    bottom: -200px;
  }
}
@media screen and (max-width: 960px) {
  .mainimg::before {
    top: 40px;
    left: 10px;
    bottom: -60px;
  }
}
.mainimg .images {
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .mainimg .images {
    margin-left: min(400px, 25%);
  }
}
@media screen and (max-width: 960px) {
  .mainimg .images {
    margin-left: max(45px, 10%);
  }
  .mainimg .images figure {
    overflow: hidden;
    aspect-ratio: 620/600;
  }
  .mainimg .images figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: inherit;
    max-height: inherit;
    object-position: 40% 50%;
  }
}
.mainimg .text {
  position: absolute;
  font-family: var(--font-mincho);
}
@media screen and (min-width: 961px) {
  .mainimg .text {
    top: 50%;
    transform: translateY(-35%);
    left: 130px;
  }
}
@media screen and (max-width: 960px) {
  .mainimg .text {
    bottom: 20px;
    left: 25px;
  }
}
.mainimg .text .ja {
  display: grid;
  gap: 10px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.mainimg .text .ja .splitText {
  background-color: #fff;
  padding: 0 1em;
}
.mainimg .text .ja em {
  color: #cb4a63;
}
@media screen and (min-width: 961px) {
  .mainimg .text .ja {
    font-size: 39rem;
  }
}
@media screen and (max-width: 960px) {
  .mainimg .text .ja {
    font-size: 25px;
  }
}
.mainimg .text .en {
  margin-top: 1em;
  color: #fff;
  line-height: 1.15;
}
@media screen and (min-width: 961px) {
  .mainimg .text .en {
    font-size: 19rem;
  }
}
@media screen and (max-width: 960px) {
  .mainimg .text .en {
    font-size: 11px;
  }
}
.mainimg .text .color span:nth-of-type(1),
.mainimg .text .color span:nth-of-type(2) {
  color: #cb4a63;
}

/* ピックアップ */
@media screen and (min-width: 961px) {
  .sec-pickup {
    padding-left: calc(50% - 510px);
  }
}
@media screen and (min-width: 961px) and (max-width: 1060px) {
  .sec-pickup {
    padding-left: 20px;
  }
}
@media screen and (max-width: 960px) {
  .sec-pickup {
    padding-left: 45px;
  }
}
.sec-pickup .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-pickup .slick-dots li {
  font-size: 0;
  line-height: 1;
}
.sec-pickup .slick-dots button {
  width: 5px;
  height: inherit;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
  font-size: 0;
}
.sec-pickup .slick-dots .slick-active button {
  background-color: rgb(255, 255, 255);
}
.sec-pickup .slick-arrow {
  position: absolute;
  z-index: 50;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -9999px;
}
.sec-pickup .slick-arrow.slick-prev {
  left: 0;
}
.sec-pickup .slick-arrow.slick-next {
  right: 0;
}
.sec-pickup .pickup-inner {
  position: relative;
}
.sec-pickup .pickup-inner::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: #fff;
  box-shadow: 10px 5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 961px) {
  .sec-pickup .pickup-inner {
    padding-block: 80px;
  }
  .sec-pickup .pickup-inner::before {
    left: -60px;
  }
}
@media screen and (max-width: 960px) {
  .sec-pickup .pickup-inner {
    padding-block: 30px;
  }
  .sec-pickup .pickup-inner::before {
    left: -20px;
  }
}
@media screen and (min-width: 961px) {
  .sec-pickup .h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  .sec-pickup .h2 {
    margin-bottom: 15px;
  }
}
.sec-pickup .pickup-slider a {
  display: grid;
  grid-template-columns: auto 1fr;
  text-decoration: none;
  line-height: 1.3;
}
.sec-pickup .pickup-slider a:hover img {
  opacity: 1;
  scale: 1.05;
}
.sec-pickup .pickup-slider a:hover span {
  opacity: 0.8;
}
@media screen and (min-width: 961px) {
  .sec-pickup .pickup-slider a {
    width: 305px;
    margin: 0 20px;
    gap: 7px 15px;
  }
}
@media screen and (max-width: 960px) {
  .sec-pickup .pickup-slider a {
    width: 150px;
    margin: 0 10px;
    gap: 5px 10px;
  }
}
.sec-pickup .pickup-slider .image {
  grid-area: 1/1/2/3;
  aspect-ratio: 305/200;
  overflow: hidden;
}
.sec-pickup .pickup-slider .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
}
.sec-pickup .pickup-slider .date {
  color: #999;
  font-weight: bold;
}
@media screen and (min-width: 961px) {
  .sec-pickup .pickup-slider .date {
    font-size: 11rem;
  }
}
@media screen and (max-width: 960px) {
  .sec-pickup .pickup-slider .date {
    font-size: 9px;
  }
}
.sec-pickup .pickup-slider .station {
  color: #e8bfb7;
  font-weight: bold;
}
/* .sec-pickup .pickup-slider .station.mc {color:#e4b7e8;} */
.sec-pickup .pickup-slider .station.child {color:#c1b7e8;}
.sec-pickup .pickup-slider .station.video {color:#b7c2e8;}
.sec-pickup .pickup-slider .station.edu {color:#b7dee8;}
.sec-pickup .pickup-slider .station.overseas {color:#b7e8ce;}
.sec-pickup .pickup-slider .station.mc {color:#c5e8b7;}

@media screen and (min-width: 961px) {
  .sec-pickup .pickup-slider .station {
    font-size: 11rem;
  }
}
@media screen and (max-width: 960px) {
  .sec-pickup .pickup-slider .station {
    font-size: 9px;
  }
}
.sec-pickup .pickup-slider .title {
  grid-area: 3/1/4/3;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .sec-pickup .pickup-slider .title {
    font-size: 13px;
  }
}
.sec-pickup .slick-arrow {
  top: -50px;
  transform: translateY(0);
  width: 10px;
  height: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  .sec-pickup .slick-arrow {
    top: -40px;
    width: 7px;
    height: 14px;
  }
}
.sec-pickup .slick-arrow.slick-prev {
  left: inherit;
  right: calc(50dvw - 700px);
  background-image: url(../img/btn-prev.svg);
}
@media (max-width: 1640px) {
  .sec-pickup .slick-arrow.slick-prev {
    right: 120px;
  }
}
@media screen and (max-width: 960px) {
  .sec-pickup .slick-arrow.slick-prev {
    right: 80px;
  }
}
.sec-pickup .slick-arrow.slick-next {
  right: calc(50dvw - 800px);
  background-image: url(../img/btn-next.svg);
}
@media (max-width: 1640px) {
  .sec-pickup .slick-arrow.slick-next {
    right: 20px;
  }
}

/* Overview */
.sec-overview {
  padding-inline: calc(50% - 930px);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1900px) {
  .sec-overview {
    padding-inline: 20px;
  }
}
@media (max-width: 960px) {
  .sec-overview {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 961px) {
  .sec-overview {
    padding-block: 60px 100px;
    min-height: 540px;
  }
}
@media screen and (max-width: 960px) {
  .sec-overview {
    padding-block: 45px;
  }
}
.sec-overview::before {
  position: absolute;
  z-index: -1;
  aspect-ratio: 1.746;
  content: "";
  background: url(../../img/shape.png) no-repeat center/contain;
}
@media screen and (min-width: 961px) {
  .sec-overview::before {
    width: 69vw;
    top: -18vw;
    right: -26vw;
  }
}
@media screen and (max-width: 960px) {
  .sec-overview::before {
    top: 16vw;
    right: -30vw;
    width: 105vw;
  }
}
@media screen and (min-width: 961px) {
  .sec-overview .image {
    width: 54%;
  }
}
@media screen and (max-width: 960px) {
  .sec-overview .image {
    margin-left: -10px;
    margin-right: 15px;
  }
}
.sec-overview .text {
  display: grid;
}
@media screen and (min-width: 961px) {
  .sec-overview .text {
    position: absolute;
    right: calc(50% - 540px);
    top: 130px;
    justify-items: end;
  }
}
@media (max-width: 1140px) {
  .sec-overview .text {
    right: 20px;
  }
}
.sec-overview .heading {
  mix-blend-mode: screen;
}
@media screen and (max-width: 960px) {
  .sec-overview .heading {
    margin-top: 10px;
    width: 340px;
  }
}
.sec-overview .desc {
  font-weight: 700;
  line-height: 1.55;
}
@media screen and (min-width: 961px) {
  .sec-overview .desc {
    margin-top: 2em;
    width: 420px;
    font-size: 18rem;
  }
}
@media screen and (max-width: 960px) {
  .sec-overview .desc {
    margin: 1em 10px 0;
    font-size: 16px;
  }
}
.sec-overview .buttons {
  display: flex;
}
@media screen and (min-width: 961px) {
  .sec-overview .buttons {
    margin-top: 40px;
    gap: 30px;
  }
}
@media screen and (max-width: 960px) {
  .sec-overview .buttons {
    margin-top: 25px;
    flex-direction: column;
    gap: 10px;
  }
}

/* 事業内容 */
.sec-business {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .sec-business {
    padding-inline: calc(50% - 550px);
    padding-block: 100px 140px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1140px) {
  .sec-business {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 961px) and (max-width: 960px) {
  .sec-business {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 960px) {
  .sec-business {
    padding-block: 45px 75px;
  }
}
.sec-business::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  max-width: 1860px;
  margin: auto;
  content: "";
  background: linear-gradient(90deg, #e28b8c, #df9e95);
}
@media screen and (min-width: 961px) {
  .sec-business::before {
    right: 0;
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .sec-business::before {
    right: 10px;
    left: 10px;
  }
}
.sec-business .h2 {
  gap: 0.5em 1em;
  width: fit-content;
  color: #fff;
  position: relative;
}
.sec-business .h2 .en {
  font-style: italic;
  opacity: 0.6;
}
.sec-business .h2 .ja {
  font-weight: 800;
}
@media screen and (min-width: 961px) {
  .sec-business .h2 {
    grid-auto-flow: column;
    align-items: end;
    margin-bottom: 80px;
  }
  .sec-business .h2 .en {
    font-size: 130rem;
  }
  .sec-business .h2 .ja {
    transform: translateY(-0.9em);
    font-size: 20rem;
  }
}
@media screen and (max-width: 960px) {
  .sec-business .h2 {
    margin: auto;
    margin-bottom: 30px;
    text-align: center;
  }
  .sec-business .h2 .en {
    font-size: 65px;
  }
  .sec-business .h2 .ja {
    font-size: 15px;
  }
}
.sec-business .h2::before, .sec-business .h2::after {
  content: "";
  position: absolute;
  background-color: #fff;
  scale: 0 1;
  transition: 0.6s linear;
  transform-origin: left;
}
@media screen and (min-width: 961px) {
  .sec-business .h2::before, .sec-business .h2::after {
    top: 57%;
    height: 2px;
  }
}
@media screen and (max-width: 960px) {
  .sec-business .h2::before, .sec-business .h2::after {
    bottom: 6px;
    height: 1px;
  }
}
.sec-business .h2::before {
  right: calc(100% + 50px);
  width: 100%;
  transition-delay: 0.1s;
}
@media screen and (max-width: 960px) {
  .sec-business .h2::before {
    right: calc(100% - 60px);
  }
}
.sec-business .h2::after {
  left: calc(100% + 50px);
  width: 200%;
  transition-delay: 0.6s;
}
@media screen and (max-width: 960px) {
  .sec-business .h2::after {
    left: calc(100% - 60px);
  }
}
.sec-business .h2.view::before, .sec-business .h2.view::after {
  scale: 1 1;
}
.sec-business .business-list a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.sec-business .business-list a:hover img {
  opacity: 1;
  scale: 1.05;
}
.sec-business .business-list a:hover .heading i {
  background-color: #d86566;
  color: #fff;
  transform: translateX(10px);
}
.sec-business .business-list a:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (min-width: 961px) {
  .sec-business .business-list a {
    margin-top: 40px;
  }
  .sec-business .business-list a:nth-child(odd) .text {
    margin-left: -40px;
  }
  .sec-business .business-list a:nth-child(even) .text {
    margin-right: -40px;
  }
}
@media screen and (max-width: 960px) {
  .sec-business .business-list a {
    margin-top: 25px;
    position: relative;
  }
  .sec-business .business-list a:nth-child(odd) .text {
    right: 20px;
    left: 20px;
  }
  .sec-business .business-list a:nth-child(odd) .copy {
    width: fit-content;
    margin-left: auto;
  }
  .sec-business .business-list a:nth-child(odd) .heading {
    margin-left: calc(55% - 25px);
  }
  .sec-business .business-list a:nth-child(even) .text {
    right: 20px;
    left: 20px;
  }
}
.sec-business .business-list .image {
  overflow: hidden;
}
.sec-business .business-list .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
}
@media screen and (min-width: 961px) {
  .sec-business .business-list .image {
    aspect-ratio: 680/300;
    flex: 1 1 60%;
  }
}
@media screen and (max-width: 960px) {
  .sec-business .business-list .image {
    aspect-ratio: 410/430;
    width: 55%;
  }
}
.sec-business .business-list .text {
  position: relative;
}
@media screen and (min-width: 961px) {
  .sec-business .business-list .text {
    flex: 1 1 40%;
  }
}
@media screen and (max-width: 960px) {
  .sec-business .business-list .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.sec-business .business-list .copy span {
  background-color: #fff;
  line-height: 1.8;
  font-family: var(--font-mincho);
  font-weight: 600;
  padding: 0.2em 0.8em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.sec-business .business-list .copy em {
  color: #cb4a63;
}
@media screen and (min-width: 961px) {
  .sec-business .business-list .copy {
    font-size: 21rem;
  }
}
@media screen and (max-width: 960px) {
  .sec-business .business-list .copy {
    font-size: 15px;
  }
}
.sec-business .business-list .heading {
  display: grid;
  align-items: center;
}
.sec-business .business-list .heading i {
  grid-area: 1/1/3/2;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  aspect-ratio: 1;
  color: #d86566;
  font-size: 80%;
  transition: 0.2s;
}
.sec-business .business-list .heading .en {
  margin-top: auto;
  color: rgba(255, 255, 255, 0.8);
}
.sec-business .business-list .heading .ja {
  margin-bottom: auto;
  color: #fff;
}
@media screen and (min-width: 961px) {
  .sec-business .business-list .heading {
    margin-top: 30px;
    grid-template-columns: 60px 1fr;
    gap: 5px 25px;
  }
  .sec-business .business-list .heading .en {
    font-size: 12rem;
  }
  .sec-business .business-list .heading .ja {
    font-size: 27rem;
  }
}
@media screen and (max-width: 960px) {
  .sec-business .business-list .heading {
    margin-top: 40px;
    grid-template-columns: 42px 1fr;
    gap: 5px 10px;
  }
  .sec-business .business-list .heading .en {
    font-size: 9px;
  }
  .sec-business .business-list .heading .ja {
    font-size: 17px;
  }
}

/* SNS */
.sec-sns {
  padding-inline: calc(50% - 550px);
}
@media screen and (max-width: 1140px) {
  .sec-sns {
    padding-inline: 20px;
  }
}
@media (max-width: 960px) {
  .sec-sns {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 961px) {
  .sec-sns {
    padding-block: 80px 145px;
  }
}
@media screen and (max-width: 960px) {
  .sec-sns {
    padding-block: 40px;
  }
}
.sec-sns .sns-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 961px) {
  .sec-sns .sns-list {
    margin-top: 30px;
    gap: 30px 0;
  }
}
@media screen and (max-width: 960px) {
  .sec-sns .sns-list {
    flex-direction: column;
    margin-top: 20px;
    gap: 20px 0;
  }
}
.sec-sns .sns-list a {
  display: grid;
  align-items: center;
  text-decoration: none;
  line-height: 1.3;
  font-weight: 600;
  transition: 0.2s;
}
.sec-sns .sns-list a:hover {
  opacity: 0.75;
}
.sec-sns .sns-list a:hover img {
  opacity: 1;
}
@media screen and (min-width: 961px) {
  .sec-sns .sns-list a {
    flex: 1 1 33.33%;
    grid-template-columns: 58px 1fr;
    gap: 15px;
    padding: 0 25px;
    font-size: 18rem;
    position: relative;
  }
  .sec-sns .sns-list a::before {
    position: absolute;
    content: "";
    background-color: #4d4d4d;
    width: 1px;
    height: 46px;
  }
  .sec-sns .sns-list a::after {
    position: absolute;
    right: 0;
    background-color: #4d4d4d;
    width: 1px;
    height: 46px;
  }
  .sec-sns .sns-list a:nth-of-type(2n+3)::after {
    content: "";
  }
}
@media screen and (max-width: 960px) {
  .sec-sns .sns-list a {
    grid-template-columns: 40px 1fr;
    gap: 10px;
    font-size: 13px;
  }
}