@charset "UTF-8";
/* mv ======================================================================== */
.mv {
  line-height: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
}

.mv-movie {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  clip: rect(0, 100vw, 100vh, 0);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mv-movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* section-message =========================================================== */
.section-message {
  background-color: #00a3ff;
  margin-top: 100vh;
  padding: 64px 0 80px;
}

.slogan {
  position: relative;
  width: 100%;
}

.slogan-bg {
  aspect-ratio: 136/87;
  height: 100%;
  max-width: 1440px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  z-index: 1;
}
.slogan-bg .ellipse {
  padding: 0 10px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  max-width: 1440px;
  width: 100%;
}
.slogan-bg .ellipse01 {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.slogan-bg .ellipse03 {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.slogan-words {
  height: 100%;
  max-width: 1152px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.slogan-words .word-empower {
  width: 100%;
}
.slogan-words .word-the {
  width: 30%;
}
.slogan-words .word-world {
  margin: 5% 0 0;
  width: 60%;
}

.slogan-word {
  overflow: hidden;
}

.message {
  color: #fff;
  margin: 0 auto;
  max-width: 1152px;
  padding: 64px 20px 0;
  width: 100%;
}

.message-title {
  font-size: clamp(1.5rem, 1.045rem + 2.02vw, 2.5rem);
  margin: 0;
}

.message-text {
  font-size: clamp(1rem, 0.773rem + 1.01vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 2.4;
  margin: 64px 0 0;
}
.message-text + .message-text {
  margin: 40px 0 0;
}

.message-pc {
  display: none;
}

.message-sp {
  display: block;
}

.text-keep {
  word-break: keep-all;
}

/* section-news ============================================================== */
.section-news {
  background-color: #00a3ff;
  padding: 0 0 64px;
}

.section-news-inner {
  margin: 0 auto;
  max-width: 1152px;
  padding: 40px 20px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.section-news-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-news-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(2.5rem, 2.045rem + 2.02vw, 3.5rem);
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

.news-sub-title {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.818rem + 0.25vw, 1rem);
}

.section-news-body {
  margin: 40px 0 0;
  max-width: 800px;
  width: 100%;
}

/* TOPページ News一覧用設定 */
.top-archive-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-archive-list .post-link .post-thumbnail-block,
.top-archive-list .post-link .post-thumbnail {
  margin: 0;
}

/* section-business ========================================================== */
.section-business {
  background-color: #f5f5f5;
  padding: 80px 0 0;
}
.section-business .section-title-block {
  padding: 0 20px 32px;
}

.edu-services {
  background-color: #a7d324;
}

.edu-contents {
  background-color: #f0006a;
}

.section-business-overview {
  padding-block: 80px 56px;
}
.section-business-overview .bg-round {
  overflow: hidden;
}

.business-overview-title-block {
  color: #fff;
  font-weight: 700;
  max-width: 1152px;
  margin: 0 auto 56px;
  padding: 0 20px;
  width: 100%;
}

.business-overview-titles {
  border-left: 8px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 0 0 0 24px;
}

.business-overview-title {
  font-size: clamp(2rem, 1.318rem + 3.03vw, 3.5rem);
  margin: 8px 0 0;
  line-height: 1.4;
}

.business-overview-sub-title {
  font-size: clamp(1.125rem, 0.727rem + 1.77vw, 2rem);
  line-height: 1.4;
}

.business-overview-text {
  font-size: clamp(1rem, 0.773rem + 1.01vw, 1.5rem);
  margin: 24px 0 0;
}

.business-contents {
  position: relative;
  z-index: 1;
}

.business-contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
  margin: 0 auto;
  padding: 80px 40px;
  max-width: 1152px;
  width: 100%;
}

.business-contents-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  max-width: 400px;
}

.business-contents-name {
  font-size: clamp(2rem, 1.545rem + 2.02vw, 3rem);
  line-height: 1.4;
  margin: 0;
}

.business-contents-images {
  position: relative;
  max-width: 560px;
}

.business-contents-image,
.business-contents-image-bg {
  -webkit-box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  overflow: hidden;
  margin: 0;
}

.business-contents-image {
  position: absolute;
  z-index: 1;
}

.business-contents-image-bg {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.bg-images {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.bg-images .bg {
  position: absolute;
}

.me-campus .bg-image01 {
  top: -96px;
  right: -20px;
  width: 160px;
}
.me-campus .bg-image02 {
  top: -96px;
  left: -20px;
  width: 64px;
}
.me-campus .bg-image03 {
  bottom: -100px;
  left: 40px;
  width: 100px;
}

.sprix-gakuen .bg-image01 {
  top: -96px;
  right: -80px;
  width: 180px;
}
.sprix-gakuen .bg-image02 {
  top: 48px;
  left: -60px;
  width: 100px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.sprix-gakuen .bg-image03 {
  bottom: -108px;
  left: 80px;
  width: 150px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

/* section-company =========================================================== */
.section-company {
  background-color: #f5f5f5;
  padding: 80px 20px;
}

.company-profile {
  margin: 32px auto 0;
  max-width: 800px;
  width: 100%;
}

.company-profile-list {
  margin: 0;
}

.company-profile-item {
  border-bottom: 1px solid #cecece;
  font-size: 16px;
  padding: 24px 0;
}

.company-profile-detail {
  margin: 12px 0 0;
}

.company-location-link {
  margin: 16px 0 0;
}

/* section-contact =========================================================== */
.section-contact-inner {
  margin: 0 auto;
  max-width: 1152px;
  width: 100%;
}

.section-contact-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.section-contact-title {
  color: #fff;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(4.5rem, 2rem + 11.11vw, 10rem);
  font-weight: 700;
  margin: 0;
}
.section-contact-title .section-contact-sub-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  display: block;
  margin: 8px 0 0;
}

.section-contact-note {
  color: #fff;
  font-size: clamp(0.875rem, 0.818rem + 0.25vw, 1rem);
}

.section-contact-icon {
  background-color: transparent;
  border: 1px solid;
  border-color: #fff;
  border-radius: 50%;
  color: #fff;
  font-size: clamp(2rem, 1.318rem + 3.03vw, 3.5rem);
  line-height: 1;
  height: 96px;
  margin: 32px 0 0 auto;
  padding: 32px;
  -webkit-transform: scale(100%);
          transform: scale(100%);
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  width: 96px;
}

.section-contact-link {
  background-color: rgb(28, 28, 28);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 64px 20px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

@media screen and (min-width: 600px){
  .slogan-words {
    width: calc(100% - 80px);
  }
  .message {
    padding: 80px 40px 0;
  }
  .section-news-inner {
    padding: 40px;
  }
  .section-business {
    padding: 120px 0 0;
  }
  .section-business .section-title-block {
    padding: 0 40px 64px;
  }
  .business-overview-title-block {
    padding: 0 40px;
  }
  .business-overview-text {
    margin: 40px 0 0;
  }
  .business-contents-inner {
    padding: 120px;
  }
  .me-campus .bg-image01 {
    top: -152px;
    right: -56px;
    width: 240px;
  }
  .me-campus .bg-image02 {
    top: -120px;
    left: -64px;
    width: 96px;
  }
  .me-campus .bg-image03 {
    bottom: -160px;
    width: 160px;
  }
  .sprix-gakuen .bg-image01 {
    top: -144px;
    right: -108px;
    width: 240px;
  }
  .sprix-gakuen .bg-image02 {
    top: -96px;
    left: -72px;
  }
  .sprix-gakuen .bg-image03 {
    bottom: -130px;
    left: 140px;
    width: 180px;
  }
  .section-company {
    padding: 120px 40px;
  }
  .company-profile {
    margin: 32px auto 0;
  }
  .company-profile-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 0;
  }
  .company-profile-title {
    width: 30%;
  }
  .company-profile-detail {
    margin: 0;
    padding: 0 0 0 8px;
    width: 70%;
  }
  .section-contact-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-contact-titles {
    width: 80%;
  }
  .section-contact-title .section-contact-sub-title {
    display: inline-block;
    margin: 0 0 0 4%;
  }
  .section-contact-icon {
    height: 108px;
    margin: 0 0 0 auto;
    width: 108px;
  }
  .section-contact-link {
    padding: 64px 40px;
  }
}

@media screen and (min-width: 800px){
  .message-pc {
    display: block;
  }
  .message-sp {
    display: none;
  }
}

@media screen and (min-width: 1000px){
  .section-message {
    padding: 80px 0 120px;
  }
  .slogan-words {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  .slogan-words .word-world {
    margin: 3% 0 0;
  }
  .message {
    padding: 120px 40px 0;
  }
  .message-text {
    margin: 80px 0 0;
  }
  .message-text + .message-text {
    margin: 56px 0 0;
  }
  .section-news {
    padding: 0 0 120px;
  }
  .section-news-inner {
    padding: 64px 80px;
  }
  .section-business {
    padding: 240px 0 0;
  }
  .business-overview-titles {
    padding: 0 0 0 40px;
  }
  .business-contents-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 120px 80px;
  }
  .me-campus .bg-image01 {
    top: -108px;
    right: -32px;
  }
  .me-campus .bg-image02 {
    top: 160px;
    left: -144px;
    width: 140px;
  }
  .me-campus .bg-image03 {
    width: 180px;
  }
  .sprix-gakuen .bg-image01 {
    right: -120px;
  }
  .sprix-gakuen .bg-image02 {
    top: 190px;
    left: -120px;
    width: 140px;
  }
  .sprix-gakuen .bg-image03 {
    bottom: -150px;
    width: 200px;
  }
  .section-company {
    padding: 240px 40px;
  }
  .company-profile {
    margin: 80px auto 0;
  }
  .section-contact-icon {
    height: 168px;
    padding: 56px;
    width: 168px;
  }
  .section-contact-link {
    padding: 120px 40px;
  }
}

@media screen and (min-width: 1200px){
  .section-message {
    padding: 120px 0 160px;
  }
  .slogan-words {
    -webkit-transform: translateY(22%);
            transform: translateY(22%);
  }
  .message {
    padding: 240px 40px 0;
  }
  .section-news {
    padding: 0 0 160px;
  }
  .section-news-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 64px;
    padding: 64px;
  }
  .section-news-titles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 64px;
    width: 160px;
  }
  .section-news-body {
    margin: 0;
  }
  .top-archive-list {
    gap: 32px;
  }
  .top-archive-list .post-link .post-thumbnail-block {
    width: 36.36363636%;
  }
  .top-archive-list .post-link .post-outline {
    width: calc(100% - 24px - 36.36363636%);
  }
  .section-business .section-title-block {
    padding: 0 0 80px;
  }
  .section-business-overview {
    padding-block: 140px 80px;
  }
  .business-overview-title-block {
    margin: 0 auto 96px;
    padding: 0;
  }
  .business-contents-inner {
    padding: 160px 80px;
  }
  .me-campus .bg-image01 {
    top: -130px;
    right: -56px;
    width: 320px;
  }
  .me-campus .bg-image02 {
    top: 210px;
    left: -184px;
    width: 160px;
  }
  .me-campus .bg-image03 {
    bottom: -180px;
    width: 220px;
  }
  .sprix-gakuen .bg-image01 {
    top: -140px;
    right: -208px;
    width: 360px;
  }
  .sprix-gakuen .bg-image02 {
    top: 210px;
    left: -176px;
    width: 200px;
  }
  .sprix-gakuen .bg-image03 {
    bottom: -230px;
    width: 280px;
  }
  .section-company {
    padding: 240px 0;
  }
  .section-contact-icon {
    height: 168px;
    padding: 56px;
    width: 168px;
  }
  .section-contact-link {
    padding: 160px 0;
  }
}

@media screen and (min-width: 1440px){
  .slogan-bg .ellipse {
    padding: 0;
  }
  .slogan-bg .ellipse01 {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  .slogan-bg .ellipse03 {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  .message {
    padding: 320px 40px 0;
  }
  .section-news-inner {
    padding: 64px 0;
  }
  .section-news-body {
    max-width: 880px;
  }
  .business-contents-inner {
    padding: 160px 0;
  }
  .me-campus .bg-image01 {
    top: -140px;
    right: -72px;
    width: 360px;
  }
  .me-campus .bg-image02 {
    top: 240px;
    left: -240px;
    width: 200px;
  }
  .me-campus .bg-image03 {
    bottom: -200px;
    left: 60px;
    width: 240px;
  }
  .sprix-gakuen .bg-image01 {
    top: -135px;
    right: -190px;
  }
  .sprix-gakuen .bg-image02 {
    top: 240px;
    left: -200px;
    width: 220px;
  }
  .sprix-gakuen .bg-image03 {
    bottom: -240px;
    left: 200px;
  }
}

@media (any-hover: hover){
  .section-contact-link:where(:-moz-any-link, :enabled, summary):hover {
    background-color: rgba(28, 28, 28, 0.8);
    text-decoration-color: transparent;
  }
  .section-contact-link:where(:any-link, :enabled, summary):hover {
    background-color: rgba(28, 28, 28, 0.8);
    text-decoration-color: transparent;
  }
  .section-contact-link:where(:-moz-any-link, :enabled, summary):hover .section-contact-icon {
    background-color: #00a3ff;
    border-color: #00a3ff;
    color: #fff;
    transform: scale(115%);
  }
  .section-contact-link:where(:any-link, :enabled, summary):hover .section-contact-icon {
    background-color: #00a3ff;
    border-color: #00a3ff;
    color: #fff;
    -webkit-transform: scale(115%);
            transform: scale(115%);
  }
}