@charset "UTF-8";
/* リキッドレイアウト対応のための設定 */
/* 数値計算関連の関数を使うために必要 (math.divなど)*/
body {
  color: #222222;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

/*  PCとSPの表示非表示の切り替え */
/*(md)px以上で表示*/
.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

/*モバイルのみ表示*/
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

/*画像の縦横比設定*/
img {
  width: 100%;
  height: auto;
  display: block;
}

/* aタグのスタイルリセット*/
a {
  text-decoration: none;
}

/* マウスホバーがあるデバイスでのアニメーション（タッチデバイス除く） */
@media (any-hover: hover) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
}
/* 数値計算関連の関数を使うために必要 (math.divなど)*/
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core html defaults */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x: hidden;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.inner {
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-inline: 25px;
  }
}

.section-title {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #222222;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 1.875rem;
  }
}

.header {
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .header__inner {
    padding-inline: 0.75rem;
  }
}

.header__logo {
  width: 9.75rem;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 13.9375rem;
  }
}

.header__logo a {
  display: block;
}

.fv {
  overflow: hidden;
  height: 100svh;
  max-height: 38.9375rem;
  isolation: isolate;
  background-image: url("../images/fv_bgSP@2x.png");
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .fv {
    background-image: url("../images/fv_bgPC@2x.png");
    max-height: 43.75rem;
    min-height: 500px;
  }
}

/* 中身コンテナ（最大1440px） */
.fv__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    padding-inline: 2.5rem;
  }
}

/* メイン画像 */
.fv__main-image {
  position: absolute;
  top: 0;
  left: -5.625rem;
  width: 30rem;
  aspect-ratio: 480/623;
}
.fv__main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 550px) {
  .fv__main-image {
    left: -1rem;
  }
}
@media screen and (min-width: 768px) {
  .fv__main-image {
    width: 63.0625rem;
    aspect-ratio: 1009/702;
    height: 100%;
    left: -6.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .fv__main-image {
    left: -1.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .fv__main-image {
    left: 0;
  }
}

/* 新学科一覧（inner基準に固定される） */
.fv__courses {
  position: absolute;
  z-index: 2;
  background-image: url("../images/fv_courses@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 8.3125rem;
  height: 6.0625rem;
  top: 28.0625rem;
  left: 1.25rem;
}
@media screen and (min-width: 550px) {
  .fv__courses {
    width: 10rem;
    height: 7.3125rem;
  }
}
@media screen and (min-width: 768px) {
  .fv__courses {
    top: 2.5rem;
    left: 43.75rem;
    width: 11.5625rem;
    height: 8.4375rem;
  }
}
@media screen and (min-width: 1200px) {
  .fv__courses {
    left: 48.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .fv__courses {
    top: 3.3125rem;
    left: 52.125rem;
  }
}

/* キャッチコピー（inner基準に固定される） */
.fv__catch {
  position: absolute;
  z-index: 2;
  top: 1.25rem;
  right: 1.25rem;
  width: 5.625rem;
  aspect-ratio: 90/399;
}
.fv__catch img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 550px) {
  .fv__catch {
    width: 6.875rem;
    right: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .fv__catch {
    top: 2.5rem;
    right: 5rem;
    width: 7.5rem;
    aspect-ratio: 138/610;
  }
}
@media screen and (min-width: 1200px) {
  .fv__catch {
    right: 7.1875rem;
  }
}
@media screen and (min-width: 1400px) {
  .fv__catch {
    right: 14.5625rem;
    width: 8.625rem;
    top: 3rem;
  }
}

.fixed-banner {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .fixed-banner {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.125rem;
  }
}
@media screen and (min-width: 768px) {
  .fixed-banner {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .fixed-banner.is-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.fixed-banner__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-block: 1.0625rem;
  font-size: 0.8125rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2307692308;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 768px) {
  .fixed-banner__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 10px 0 0 10px;
    width: 5.9375rem;
  }
}
.fixed-banner__link:hover {
  opacity: 0.8;
}

.fixed-banner__link--document {
  background-color: #056BA6;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .fixed-banner__link--document {
    padding: 1.625rem 0;
  }
}

.fixed-banner__link--event {
  background-color: #DF0011;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .fixed-banner__link--event {
    padding: 1rem 0;
  }
}

.fixed-banner__icon {
  width: 1.5rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .fixed-banner__icon {
    width: 1.375rem;
  }
}

.fixed-banner__text {
  display: block;
}

.u-hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-hidden-sp {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
}

.cta {
  position: relative;
  isolation: isolate;
  margin-bottom: 4.5625rem;
  background-color: transparent;
  padding-block: 1.75rem 8.9375rem;
}
@media screen and (min-width: 768px) {
  .cta {
    padding-block: 7.125rem 9rem;
  }
}
.cta.cta--bottom {
  margin-bottom: 9rem;
}
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/cta_bgSP@2x.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .cta::before {
    background-image: url("../images/cta_bgPC@2x.png");
    width: 53%;
  }
}
.cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(5, 107, 166, 0.8);
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .cta::after {
    right: auto;
    width: 53%;
  }
}

.cta__inner {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}
.cta__inner::before {
  content: "";
  position: absolute;
  top: -7.3125rem;
  left: -0.25rem;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  width: 12.875rem;
  height: 12.875rem;
  background-color: rgb(255, 255, 255);
  -webkit-mask-image: url("../images/decoration-pattern.svg");
          mask-image: url("../images/decoration-pattern.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: top left;
          mask-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .cta__inner::before {
    background-color: transparent;
    -webkit-mask-image: none;
            mask-image: none;
    background-image: url("../images/cta_decorationPC@2x.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    width: 15.625rem;
    height: 2.25rem;
    top: 5.875rem;
    left: 4.0625rem;
    -webkit-transform: none;
            transform: none;
  }
}
.cta__inner::after {
  content: "";
  position: absolute;
  right: -1.875rem;
  top: 1.4375rem;
  width: 11.0625rem;
  height: 11.0625rem;
  background-color: rgb(255, 255, 255);
  -webkit-mask-image: url("../images/decoration-pattern.svg");
          mask-image: url("../images/decoration-pattern.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: bottom right;
          mask-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: 2;
  pointer-events: none;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .cta__inner::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .cta__inner {
    max-width: 1150px;
    padding-inline: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.5rem;
  }
}

.cta__content {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta__content {
    text-align: left;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.cta__box {
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 8.375rem;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .cta__box {
    padding: 1.875rem 2.5rem;
    margin-right: -0.9375rem;
    border-radius: 0.5rem 0 0 0.5rem;
    top: -6.5rem;
  }
}

.cta__title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #FFF;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cta__title {
    font-size: 1.625rem;
    line-height: 1.2692307692;
  }
}

.cta__title--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .cta__title--pc {
    display: block;
    position: relative;
    padding-left: 4.25rem;
  }
}

@media screen and (min-width: 768px) {
  .cta__title--pc::before {
    position: absolute;
    top: 5.625rem;
    left: 2.5rem;
    width: 15.625rem;
    height: 2.25rem;
    background-image: url("../images/cta_decoration.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media screen and (min-width: 768px) {
  .cta__title:not(.cta__title--pc) {
    display: none;
  }
}

.cta__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.4375rem 2rem;
  background-color: #FFF;
  border-radius: 5px;
  border: 1px solid #056BA6;
}
@media screen and (min-width: 768px) {
  .cta__buttons {
    padding: 4rem;
    gap: 1rem;
  }
}

.cta__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  padding-block: 1.3125rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1875;
  text-align: center;
  border-radius: 2px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 16.875rem;
  max-width: 450px;
}
@media screen and (min-width: 768px) {
  .cta__button {
    padding-block: 2.1875rem;
    font-size: 1.4375rem;
    line-height: 1.2173913043;
    width: 28.125rem;
    max-width: 450px;
    gap: 0.875rem;
  }
}
.cta__button:hover {
  opacity: 0.85;
}

.cta__button--document {
  background: -webkit-gradient(linear, left top, left bottom, from(#056FA6), to(#083461));
  background: linear-gradient(180deg, #056FA6 0%, #083461 100%);
  color: #FFF;
}

.cta__button--event {
  background: -webkit-gradient(linear, left top, left bottom, from(#D11C2A), to(#B2121E));
  background: linear-gradient(180deg, #D11C2A 0%, #B2121E 100%);
  color: #FFF;
}

.cta__button-icon {
  width: 1.5rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .cta__button-icon {
    width: 1.75rem;
  }
}

.cta__button-text {
  white-space: nowrap;
}

.collaboration {
  position: relative;
  padding-block: 2.75rem 2.5rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .collaboration {
    padding-block: 4.875rem 2.8125rem;
  }
}
.collaboration::before {
  content: "";
  position: absolute;
  bottom: -2.75rem;
  left: 0;
  width: 100%;
  height: 16.0625rem;
  background-image: url("../images/collaboration_bgSP@2x.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .collaboration::before {
    background-image: url("../images/collaboration_bgPC@2x.png");
    background-size: cover;
    background-position: bottom center;
    background-repeat: repeat-x;
    bottom: 0.3125rem;
    height: 26.4375rem;
  }
}
.collaboration::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(248, 252, 255)), to(rgba(180, 217, 241, 0.8)));
  background: linear-gradient(180deg, rgb(248, 252, 255) 0%, rgba(180, 217, 241, 0.8) 100%);
  z-index: -1;
}

.collaboration__inner {
  position: relative;
  z-index: 1;
}

.collaboration__head {
  text-align: center;
}

.collaboration__label {
  font-size: 1.625rem;
  line-height: 1.4230769231;
  font-weight: 700;
  color: #222222;
}

.collaboration__heading {
  font-size: 1.625rem;
  line-height: 1.4230769231;
  font-weight: 700;
  color: #222222;
}
@media screen and (min-width: 768px) {
  .collaboration__heading {
    font-size: 2.1875rem;
    line-height: 1.2285714286;
    margin-top: 0.3125rem;
  }
}

.collaboration__heading-year {
  display: inline;
}

.collaboration__heading-highlight {
  color: #08357C;
}

.collaboration__lead {
  margin-top: 0.875rem;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 700;
  color: #222222;
}
@media screen and (min-width: 768px) {
  .collaboration__lead {
    margin-top: 1.6875rem;
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

.collaboration__content {
  margin-top: 1.4375rem;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 1rem;
  padding: 0.875rem 1.875rem 1.25rem;
  -webkit-box-shadow: 0 4px 20px rgba(34, 34, 34, 0.05);
          box-shadow: 0 4px 20px rgba(34, 34, 34, 0.05);
}
@media screen and (min-width: 768px) {
  .collaboration__content {
    margin-top: 2.1875rem;
    padding: 1.5625rem 1.875rem 1.875rem;
    max-width: 48.5rem;
    margin-inline: auto;
  }
}

.collaboration__logos {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .collaboration__logos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}

.collaboration__logo {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.collaboration__logo img {
  height: auto;
}

.collaboration__logo--das img:first-child {
  width: 16.75rem;
}
@media screen and (min-width: 768px) {
  .collaboration__logo--das img:first-child {
    width: 14.375rem;
  }
}

.collaboration__logo--vantan {
  margin-top: 0.8125rem;
}
.collaboration__logo--vantan img:first-child {
  width: 11.4375rem;
}
@media screen and (min-width: 768px) {
  .collaboration__logo--vantan img:first-child {
    width: 12.75rem;
  }
}

.collaboration__logo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  font-size: 0.75rem;
  color: #808080;
}
@media screen and (min-width: 768px) {
  .collaboration__logo-text {
    font-size: 0.875rem;
  }
}
.collaboration__logo-text img {
  width: 3.75rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .collaboration__logo-text img {
    width: 5rem;
  }
}

.collaboration__cross {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .collaboration__cross {
    margin-top: 0;
  }
}
.collaboration__cross img {
  width: 1.375rem;
  height: 1.375rem;
}

.collaboration__description {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  font-weight: 500;
  color: #222222;
  line-height: 1.6;
  text-align: left;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .collaboration__description {
    font-size: 1.0625rem;
    line-height: 1.2941176471;
    font-weight: 700;
    margin-top: 1rem;
  }
}

.collaboration__highlight {
  color: #056BA6;
}

.collaboration__icon {
  font-size: 0.625rem;
  font-weight: 400;
  color: #222222;
}
@media screen and (min-width: 768px) {
  .collaboration__icon {
    font-size: 0.75rem;
    font-weight: 700;
  }
}

.news {
  position: relative;
  padding-block: 2.5rem 3.125rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .news {
    padding-block: 6.3125rem 5.5rem;
  }
}
.news::before {
  content: "";
  position: absolute;
  top: -3.9375rem;
  left: 0.875rem;
  width: 15.125rem;
  height: 15.125rem;
  background-image: url("../images/decoration-pattern.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .news::before {
    width: 25rem;
    height: 25rem;
    top: -7.375rem;
    left: 24.25rem;
  }
}

.news__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 11rem;
  }
}

.news__list {
  margin-top: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.3125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .news__list {
    margin-top: 0;
  }
}

.news__item {
  border-bottom: 1px solid #D1D1D1;
}

.news__item-body {
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .news__item-body {
    padding-bottom: 1.75rem;
  }
}

.news__link {
  display: block;
}

.news__date {
  display: block;
  font-size: 0.75rem;
  line-height: 1.8333333333;
  font-weight: 700;
  color: #808080;
}
@media screen and (min-width: 768px) {
  .news__date {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}

.news__item-heading {
  font-size: 0.875rem;
  line-height: 1.5714285714;
  font-weight: 400;
  color: #056BA6;
  line-height: 1.6;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .news__item-heading {
    font-size: 1rem;
    line-height: 1.375;
    margin-top: 0.4375rem;
  }
}

.news__item-body {
  font-size: 0.75rem;
  line-height: 1.8333333333;
  color: #222222;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .news__item-body {
    font-size: 0.875rem;
    line-height: 1.5714285714;
    margin-top: 0.75rem;
  }
}

.courses {
  padding-block: 2.5rem 1.625rem;
}
@media screen and (min-width: 768px) {
  .courses {
    padding-block: 6.25rem;
  }
}

.courses__title {
  position: relative;
}

.courses__title::before {
  content: "";
  position: absolute;
  top: -5.875rem;
  right: -2.125rem;
  width: 15.125rem;
  height: 15.125rem;
  background-image: url("../images/decoration-pattern.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
@media screen and (min-width: 768px) {
  .courses__title::before {
    top: -7.375rem;
    right: 2.5rem;
    width: 25rem;
    height: 25rem;
  }
}

.courses__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2.5rem;
  gap: 1.625rem;
}
@media screen and (min-width: 768px) {
  .courses__list {
    gap: 1.875rem;
  }
}

.course-card {
  position: relative;
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 20px rgba(34, 34, 34, 0.08);
          box-shadow: 0 4px 20px rgba(34, 34, 34, 0.08);
  margin-inline: -20px;
}

.course-card[data-course=music] {
  --course-color: #E000AC;
  --course-color-rgb: 224, 0, 172;
}

.course-card[data-course=esports] {
  --course-color: #00A1E9;
  --course-color-rgb: 0, 161, 233;
}

.course-card[data-course=voice] {
  --course-color: #62B631;
  --course-color-rgb: 98, 182, 49;
}

.course-card[data-course=video] {
  --course-color: #E2AF00;
  --course-color-rgb: 226, 175, 0;
}

.course-card[data-course=vtuber] {
  --course-color: #E2AF00;
  --course-color-rgb: 226, 175, 0;
}

.course-card__header {
  position: relative;
  padding-top: 1.5rem;
  background-color: var(--course-color);
  text-align: center;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .course-card__header {
    padding-top: 2.5625rem;
  }
}
.course-card__header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: var(--course-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.course-card__header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 245px;
  bottom: 0;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .course-card__header::after {
    top: 300px;
  }
}

.course-card__header--music::after {
  top: 270px;
}
@media screen and (min-width: 768px) {
  .course-card__header--music::after {
    top: 350px;
  }
}

.course-card__header > * {
  position: relative;
  z-index: 1;
}

.course-card[data-course=music] .course-card__header::before {
  background-image: url("../images/course/music/main_bg.svg");
  width: 10.875rem;
  height: 5.625rem;
}
@media screen and (min-width: 768px) {
  .course-card[data-course=music] .course-card__header::before {
    width: 21.75rem;
    height: 11.25rem;
  }
}

.course-card[data-course=esports] .course-card__header::before {
  background-image: url("../images/course/esports/main_bg.svg");
  width: 10.1875rem;
  height: 5.6875rem;
}
@media screen and (min-width: 768px) {
  .course-card[data-course=esports] .course-card__header::before {
    width: 20.375rem;
    height: 11.375rem;
  }
}

.course-card[data-course=voice] .course-card__header::before {
  background-image: url("../images/course/voice/main_bg.svg");
  width: 16.125rem;
  height: 4.8125rem;
}
@media screen and (min-width: 768px) {
  .course-card[data-course=voice] .course-card__header::before {
    width: 32.25rem;
    height: 9.625rem;
  }
}

.course-card[data-course=video] .course-card__header::before {
  background-image: url("../images/course/video/main_bg.svg");
  width: 10.1875rem;
  height: 4.75rem;
}
@media screen and (min-width: 768px) {
  .course-card[data-course=video] .course-card__header::before {
    width: 20.375rem;
    height: 9.5rem;
  }
}

.course-card[data-course=vtuber] .course-card__header::before {
  background-image: url("../images/course/vtuber/main_bg.svg");
  width: 9.875rem;
  height: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .course-card[data-course=vtuber] .course-card__header::before {
    width: 19.75rem;
    height: 4.375rem;
  }
}

.course-card__content {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .course-card__content {
    padding-inline: 25px;
  }
}

.course-card__header-partner {
  position: relative;
  font-size: 0.75rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .course-card__header-partner {
    font-size: 1rem;
  }
}

.course-card__header-department {
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3333333333;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .course-card__header-department {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
}

.course-card__header-title {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .course-card__header-title {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
}

.course-card__header-title--esports {
  font-size: 1rem;
  line-height: 1.375;
}
@media screen and (min-width: 768px) {
  .course-card__header-title--esports {
    font-size: 1.75rem;
  }
}

.course-card__header-year {
  margin-top: 0.5625rem;
  position: relative;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.1666666667;
  font-weight: 500;
  padding: 0.125rem 0.8125rem;
  border: 1px solid #FFF;
}
@media screen and (min-width: 768px) {
  .course-card__header-year {
    font-size: 1rem;
    padding: 0.375rem 1.25rem;
  }
}

.course-card__toggle {
  width: 100%;
  padding-block: 0.5625rem;
  background-color: var(--course-color);
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin-top: 1.625rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .course-card__toggle {
    padding: 1.25rem;
  }
}
.course-card__toggle[aria-expanded=true] .course-card__toggle-text::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.course-card__toggle--music {
  background-color: #E4007F;
}

.course-card__toggle-text {
  display: block;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .course-card__toggle-text {
    font-size: 1rem;
    padding-block: 0.5rem;
  }
}
.course-card__toggle-text::after {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.375rem;
  background-image: url("../images/courses_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.375rem;
  padding-bottom: 0.625rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.course-card__body {
  padding: 1.625rem 20px 0;
}
@media screen and (min-width: 768px) {
  .course-card__body {
    padding: 3.125rem 2.5rem 0;
  }
}
.course-card__body[hidden] {
  display: none;
}

.course-card__main {
  position: relative;
  z-index: 0;
}

.course-card__header-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-inline: 20px;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .course-card__header-image {
    padding-inline: 25px;
    margin-top: 1.5rem;
  }
}
.course-card__header-image img {
  width: 100%;
  height: auto;
  display: block;
}

.course-card__header-description {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #222222;
  margin-block: 0.75rem 0;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .course-card__header-description {
    font-size: 1rem;
    line-height: 1.5;
    padding-inline: 25px;
  }
}

.course-card__header-lead {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  font-weight: 700;
  color: #222222;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .course-card__header-lead {
    font-size: 1.5rem;
    margin-top: 1.875rem;
  }
}

.course-card__header-highlight {
  color: var(--course-color);
}

.course-card__header-highlight.course-card__header-highlight--music {
  color: #E4007F;
}

.course-card__curriculum {
  margin-bottom: 1.875rem;
}
.course-card__curriculum-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: 1.125rem;
}

.course-card__curriculum-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .course-card__curriculum-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.875rem;
  }
}
.course-card__curriculum-item dt {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  color: #222222;
  text-align: center;
  padding-block: 0.3125rem;
  background-color: #f5f5f5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .course-card__curriculum-item dt {
    font-size: 1rem;
    width: 6.25rem;
    padding: 0.625rem 1.25rem;
    margin-bottom: 0;
  }
}
.course-card__curriculum-item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.course-card__curriculum-item dd ul {
  list-style: none;
}
.course-card__curriculum-item dd ul li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #222222;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .course-card__curriculum-item dd ul li {
    font-size: 1rem;
  }
}
.course-card__curriculum-item dd ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #E4007F;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .course-card__curriculum-item dd ul li::before {
    top: 0.5625rem;
  }
}
.course-card__curriculum-item dd ul li + li {
  margin-top: 0.5rem;
}

.course-card__summary {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #222222;
  margin-block: 2.75rem;
}
@media screen and (min-width: 768px) {
  .course-card__summary {
    font-size: 1rem;
    margin-block: 1.875rem;
  }
}

.course-card__jobs-heading {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-weight: 700;
  color: var(--course-color);
  text-align: center;
  padding-block: 0.375rem;
  border-block: 2px solid var(--course-color);
}
@media screen and (min-width: 768px) {
  .course-card__jobs-heading {
    font-size: 1.375rem;
    margin-bottom: 1.875rem;
    padding-block: 1rem;
  }
}

.course-card__jobs-heading--music {
  color: #E4007F;
  border-block: 2px solid #E4007F;
}

.course-card__jobs-list {
  margin-top: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.course-card__jobs-body {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #222222;
}
@media screen and (min-width: 768px) {
  .course-card__jobs-body {
    font-size: 1rem;
  }
}

.course-card__jobs-item dt {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 700;
  color: #E4007F;
}
@media screen and (min-width: 768px) {
  .course-card__jobs-item dt {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
}
.course-card__jobs-item dd {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #222222;
}
@media screen and (min-width: 768px) {
  .course-card__jobs-item dd {
    font-size: 1rem;
  }
}

.course-card__features {
  margin-top: 2rem;
  padding-block: 2rem 2.625rem;
  margin-inline: -20px;
  background-color: #F1F1F1;
  background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 6px, transparent 5px, transparent 15px);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .course-card__features {
    margin-inline: -2.5rem;
    margin-top: 3.75rem;
  }
}

.course-card__features-title {
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--course-color);
  text-align: center;
  padding-block: 0.25rem;
  border: 1px solid var(--course-color);
  margin-inline: 20px;
  background-color: #FFF;
  display: inline-block;
  width: 15.75rem;
}
@media screen and (min-width: 768px) {
  .course-card__features-title {
    font-size: 1.375rem;
    padding-block: 1rem;
    margin-inline: 2.5rem;
    width: 31.25rem;
    max-width: 31.25rem;
  }
}
.course-card__features-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: var(--course-color) transparent transparent transparent;
}
.course-card__features-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: var(--course-color) transparent transparent transparent;
}

.course-card__features-title--music {
  color: #E4007F;
  border: 1px solid #E4007F;
}
.course-card__features-title--music::before {
  border-color: #E4007F transparent transparent transparent;
}
.course-card__features-title--music::after {
  border-color: #E4007F transparent transparent transparent;
}

.course-card__features-title-inner {
  position: relative;
  display: block;
}
.course-card__features-title-inner::before {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent transparent var(--course-color) transparent;
}
.course-card__features-title-inner::after {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent var(--course-color) transparent;
}

.course-card__features-title-inner--music::before {
  border-color: transparent transparent #E4007F transparent;
}
.course-card__features-title-inner--music::after {
  border-color: transparent transparent #E4007F transparent;
}

.course-card__features-heading {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-weight: 700;
  color: #222222;
  margin-block: 0.875rem 0;
  text-align: center;
}

.course-card__features-heading span {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.course-card__features-list {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  counter-reset: features-counter;
}
@media screen and (min-width: 768px) {
  .course-card__features-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
    margin-inline: 2.5rem;
  }
}

.course-card__features-item {
  position: relative;
  margin-inline: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .course-card__features-item {
    margin-inline: 0;
  }
}

.course-card__features-image img {
  width: 100%;
  height: auto;
}

.course-card__features-body {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #222222;
  text-align: left;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .course-card__features-body {
    font-size: 0.9375rem;
  }
}

.about {
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .about {
    padding-block: 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .about__school {
    padding: 3.75rem 2.5rem;
    margin-bottom: 3.75rem;
  }
}

.about__title {
  font-size: 1.3125rem;
  line-height: 1.4285714286;
  font-weight: 700;
  background-color: #DF0011;
  color: #FFF;
  padding-block: 0.75rem;
  text-align: center;
  margin-inline: -20px;
}
@media screen and (min-width: 768px) {
  .about__title {
    font-size: 1.75rem;
    margin-bottom: 2rem;
    margin-inline: -25px;
  }
}

.about__lead {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #222222;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .about__lead {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 2rem;
  }
}

.about__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .about__logo {
    margin-bottom: 2.5rem;
  }
}
.about__logo img {
  width: 17.0625rem;
  height: auto;
}

.about__stats {
  margin-top: 1.875rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.875rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.75rem;
  -webkit-column-gap: 0.875rem;
     -moz-column-gap: 0.875rem;
          column-gap: 0.875rem;
}
@media screen and (min-width: 768px) {
  .about__stats {
    -ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}

.about__stats-item {
  background-color: #EBF9FF;
  padding-block: 0.375rem 0.1875rem;
  text-align: center;
  border-radius: 0.375rem;
  border: 1px solid #056BA6;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .about__stats-item {
    padding: 1rem 1.25rem;
  }
}

.about__stats-label {
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  color: #08357C;
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .about__stats-label {
    font-size: 1.5rem;
    margin-bottom: 0.625rem;
  }
}

.about__stats-value {
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  color: #08357C;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .about__stats-value {
    font-size: 1.5rem;
  }
}

.about__stats-value::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.625rem;
  background-color: #FFFD2E;
  z-index: -1;
}

.about__stats-number {
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .about__stats-number {
    font-size: 2rem;
  }
}

.about__stats-note {
  font-size: 0.8125rem;
  color: #222222;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .about__stats-note {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

.about__kadokawa {
  margin-top: 2.625rem;
  background-color: #056BA6;
  padding-block: 1.4375rem 1.875rem;
  margin-inline: -20px;
}
@media screen and (min-width: 768px) {
  .about__kadokawa {
    padding: 3.75rem 2.5rem;
    margin-inline: -25px;
  }
}

.about__kadokawa-heading {
  font-size: 1rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about__kadokawa-heading {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}

.about__kadokawa-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFF;
  width: 9.625rem;
  max-width: 13.75rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .about__kadokawa-logo {
    width: 20.125rem;
    max-width: 35rem;
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
.about__kadokawa-logo img {
  width: 17.0625rem;
  height: auto;
}

.about__kadokawa-body {
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: 400;
  color: #FFF;
  text-align: left;
  padding-inline: 20px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .about__kadokawa-body {
    font-size: 1rem;
    text-align: center;
  }
}

.access {
  margin-block: 2.875rem;
}

.access__info {
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .access__info {
    padding: 2.5rem 2.5rem;
    margin-bottom: 3.75rem;
  }
}

.access__info-heading {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  color: #056BA6;
  padding-bottom: 0.5625rem;
  border-bottom: 1px solid #056BA6;
}
@media screen and (min-width: 768px) {
  .access__info-heading {
    font-size: 1.375rem;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
}

.access__info-lead {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 400;
  color: #222222;
  margin-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .access__info-lead {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}

.access__address {
  margin-top: 1.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .access__address {
    margin-bottom: 2.5rem;
  }
}

.access__address-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  color: #222222;
}
@media screen and (min-width: 768px) {
  .access__address-body {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}

.access__address-icon {
  width: 0.75rem;
  height: auto;
  margin-top: 0.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .access__address-icon {
    width: 0.875rem;
    margin-top: 0.3125rem;
  }
}

.access__station-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5625rem;
}

.access__station-item {
  font-size: 0.75rem;
  line-height: 1;
  color: #222222;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .access__station-item {
    font-size: 0.9375rem;
  }
}

.access__map {
  margin-top: 1.75rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .access__map {
    margin-top: 2rem;
  }
}
.access__map iframe {
  display: block;
  width: 100%;
  height: 10.3125rem;
}
@media screen and (min-width: 768px) {
  .access__map iframe {
    height: 21.875rem;
  }
}

.access__contact {
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .access__contact {
    padding: 2.5rem 2.5rem;
  }
}

.access__contact-heading {
  font-size: 1rem;
  font-weight: 700;
  color: #056BA6;
  padding-bottom: 0.4375rem;
  border-bottom: 2px solid #056BA6;
}
@media screen and (min-width: 768px) {
  .access__contact-heading {
    font-size: 1.375rem;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
}

.access__contact-tel {
  margin-top: 0.75rem;
  font-size: 1.125rem;
  color: #222222;
}
@media screen and (min-width: 768px) {
  .access__contact-tel {
    font-size: 1.375rem;
  }
}

.access__contact-tel-link {
  font-size: 1.375rem;
  color: #222222;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .access__contact-tel-link {
    font-size: 2.25rem;
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (min-width: 768px) {
  .access__contact-tel-link:hover {
    opacity: 1;
  }
}
/*# sourceMappingURL=styles.css.map */