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

 course.css

-- */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif);
@import url(https://fonts.googleapis.com/css?family=Amatic+SC&display=swap);
@import url("https://fonts.googleapis.com/css?family=Kosugi&display=swap");
@import url(https://fonts.googleapis.com/css?family=Playfair+Display);
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* --

 * clearfix............float解除
 * font-size...........フォントサイズ指定（px指定はIE8対策）
 * layout-baseSize.....基本のコンテンツサイズ
 * layout-posMiddle....天地中央配置
 * moving-base.........基本のアニメーション
 * FontAwesome.........アイコンフォント使用（FontAwesome）
 * opacity.............透明度設定（IE対応含む）
 * tablet..............ブレイクポイント設定（タブレット）
 * mobile..............ブレイクポイント設定（スマホ）

-- */
/*-----------------------------------

 keyframes - アニメーションキーフレーム集

-----------------------------------*/
@-webkit-keyframes fade {
  100% {
    opacity: 1;
    padding: 0;
  }
}
@keyframes fade {
  100% {
    opacity: 1;
    padding: 0;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes fadeinRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeinRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeinLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeinLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(33px);
            transform: translateY(33px);
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(33px);
            transform: translateY(33px);
  }
}
/*
@-webkit-keyframes toggle-top {
	0% {
		-webkit-transform: translateY(0px) rotate(-45deg);
		transform: translateY(0px) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(0px) rotate(0deg);
		transform: translateY(0px) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(-10px) rotate(0deg);
		transform: translateY(-10px) rotate(0deg);
	}
}

@keyframes toggle-top {
	0% {
		-webkit-transform: translateY(0px) rotate(-45deg);
		transform: translateY(0px) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(0px) rotate(0deg);
		transform: translateY(0px) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(-10px) rotate(0deg);
		transform: translateY(-10px) rotate(0deg);
	}
}

@-webkit-keyframes toggle-bottom {
	0% {
		-webkit-transform: translateY(-4px) rotate(45deg);
		transform: translateY(-4px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(0px) rotate(0deg);
		transform: translateY(0px) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(8px) rotate(0deg);
		transform: translateY(8px) rotate(0deg);
	}
}

@keyframes toggle-bottom {
	0% {
		-webkit-transform: translateY(-2px) rotate(45deg);
		transform: translateY(-2px) rotate(45deg);
		//-webkit-transform: translateY(-4px) rotate(45deg);
		//transform: translateY(-4px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(0px) rotate(0deg);
		transform: translateY(0px) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(4px) rotate(0deg);
		transform: translateY(4px) rotate(0deg);
		//-webkit-transform: translateY(8px) rotate(0deg);
		//transform: translateY(8px) rotate(0deg);
	}
}

@-webkit-keyframes toggle-top-close {
	0% {
		-webkit-transform: translateY(-17px) rotate(0deg);
		transform: translateY(-17px) rotate(0deg);
	}
	50% {
		-webkit-transform: translateY(0px) rotate(0deg);
		transform: translateY(0px) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(0px) rotate(-45deg);
		transform: translateY(0px) rotate(-45deg);
	}
}

@keyframes toggle-top-close {
	0% {
		-webkit-transform: translateY(-17px) rotate(0deg);
		transform: translateY(-17px) rotate(0deg);
	}
	50% {
		-webkit-transform: translateY(0px) rotate(0deg);
		transform: translateY(0px) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(0px) rotate(-45deg);
		transform: translateY(0px) rotate(-45deg);
	}
}

@-webkit-keyframes toggle-bottom-close {
	0% {
		-webkit-transform: translateY(15px) rotate(0deg);
		transform: translateY(15px) rotate(0deg);
	}
	50% {
		-webkit-transform: translateY(0px) rotate(0deg);
		transform: translateY(0px) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(-4px) rotate(45deg);
		transform: translateY(-4px) rotate(45deg);
	}
}

@keyframes toggle-bottom-close {
	0% {
		-webkit-transform: translateY(15px) rotate(0deg);
		transform: translateY(15px) rotate(0deg);
	}
	50% {
		-webkit-transform: translateY(0px) rotate(0deg);
		transform: translateY(0px) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(-4px) rotate(45deg);
		transform: translateY(-4px) rotate(45deg);
	}
}
*/
/*-----------------------------------

	$contents

-----------------------------------*/
/* --

 course.css

-- */
/**======================================
	setting
======================================**/
.contents {
  overflow: visible !important;
}
@media screen and (max-width: 1024px) {
  .contents {
    margin-top: 0;
  }
  #top .contents, .course .contents {
    margin: 0 !important;
  }
}
.contents__title h2 {
  margin: 0 0 5rem;
}
@media screen and (max-width: 1024px) {
  .contents__title h2 {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .contents__title h2 {
    margin-bottom: 1.5rem;
  }
}
.course .contents__wrap, .schooldays .contents__wrap {
  padding: 8rem 0 10rem;
}
#liberty .contents__wrap {
  background: #FFF5FA;
}
#international .contents__wrap {
  background: #E5F6FC;
}
#sbc .contents__wrap {
  background: #E9F8F8;
}
#music .contents__wrap {
  background: #FFEDEB;
}
#schooldays .contents__wrap {
  background: #fdeff5;
}
@media screen and (max-width: 640px) {
  .course .contents__wrap {
    padding: 0;
    position: relative;
  }
  .course .contents__wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background: #fff;
    position: absolute;
  }
  .schooldays .contents__wrap {
    padding: 3rem 0;
  }
}
.contents__mv {
  width: 100%;
  max-width: 108rem;
  aspect-ratio: 1080/600;
  border-radius: 9rem;
  overflow: hidden;
}
.contents__mv img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .contents__mv {
    border-radius: 6rem;
  }
}
.contents__lead {
  width: 90%;
  max-width: 77rem;
  margin: 0 auto 5rem;
}
.contents__lead-ttl {
  font-size: 3.3rem;
  line-height: 1.6;
  color: #E881C9;
  text-align: center;
  margin: 0 0 3rem;
}
.contents__lead-ttl span {
  display: inline;
}
.contents__lead-ttl span:not(:first-child) {
  padding-left: 1em;
}
@media screen and (max-width: 1024px) {
  .contents__lead-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 640px) {
  .contents__lead-ttl {
    font-size: 2.3rem;
    margin-bottom: 2rem;
  }
  .contents__lead-ttl span {
    display: block;
    padding: 0;
  }
}

.breadcrumbs {
  margin: 1rem 0 2.5rem;
}
.breadcrumbs a, .breadcrumbs span {
  font-size: 1.2rem;
  line-height: 1;
}
.breadcrumbs > span {
  display: inline-block;
}
.breadcrumbs > span:not(:first-child)::before {
  content: "＞";
  color: #8D8D8D;
  padding: 0 0.5em;
}

.pagelink {
  width: 96%;
  max-width: 108rem;
  margin: 4rem auto 0;
}
.pagelink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #ccc;
  padding: 1em 0;
}
.pagelink li {
  display: inline-block;
}
.pagelink li:not(:last-child) {
  border-right: 1px solid #ccc;
}
.pagelink li a {
  display: block;
  padding: 0.2em 1em;
  text-align: center;
}
.pagelink li a:hover {
  color: #eb6ea5;
}
@media screen and (max-width: 640px) {
  .pagelink ul {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pagelink li:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  .pagelink li a {
    display: block;
    padding: 1em 0;
  }
}

/*-----------------------------------

	$contents

-----------------------------------*/
/*-----------------------------------

	$course

-----------------------------------*/
.index__stage {
  padding: 60px 0 70px;
}
.index__stage .inner {
  background: #fff;
  max-width: 920px;
  border: 1px solid #ccc;
  padding: 30px 50px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index__stage h2 {
  margin: 0 0 15px;
}
.index__stage .title {
  width: 260px;
  display: block;
  margin: 0 auto -5px;
}
.index__stage .intro {
  font-size: 1.6rem;
}
.index__list {
  margin: 20px 0 0;
}
.index__list .box_left {
  background: #eeeafa;
  width: 160px;
  float: left;
  border-radius: 4px;
  display: table;
}
.index__list .box_left p {
  display: table-cell;
  vertical-align: middle;
}
.index__list .box_left p span {
  display: block;
}
.index__list .box_left.music {
  background: #fadce9;
}
.index__list .box_right {
  width: 610px;
  float: right;
}
.index__block {
  margin: 0 0 20px;
}
.index__list-box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  margin: 0 0 10px;
  border-radius: 6px;
  background: url(../images/course/bg_course01.jpg) top left;
}
.index__list-box:before {
  content: "";
  border-top: 2px dotted #ccc;
  width: 8%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -8%;
}
.index__list-box a {
  display: block;
  position: relative;
  border-right: 18px solid #eb6ea5;
}
.index__list-box a:after {
  display: inline-block;
  content: "\f105";
  font-family: Fontawesome;
  position: absolute;
  display: inline-block;
  color: #fff;
  right: -0.8em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.index__list-box a .box_inner:hover {
  background: #fafafa;
}
.index__list-box .box_inner {
  padding: 10px 15px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #eb6ea5;
  font-size: 1.4rem;
}
.index__list-box h3 {
  font-size: 2rem;
  margin: 0;
  font-weight: 500;
  color: #eb6ea5;
}
.index__list-box.international {
  background: url(../images/course/bg_course02.jpg) top left;
}
.index__list-box.international a {
  border-right: 18px solid #00b4ed;
}
.index__list-box.international .box_inner {
  border: 2px solid #00b4ed;
}
.index__list-box.international h3 {
  color: #00b4ed;
}
.index__list-box.sbc {
  margin: 0;
  background: url(../images/course/bg_course04.jpg) top left;
}
.index__list-box.sbc a {
  border-right: 18px solid #2eb6aa;
}
.index__list-box.sbc .box_inner {
  border: 2px solid #2eb6aa;
}
.index__list-box.sbc h3 {
  color: #2eb6aa;
}
.index__list-box.music {
  margin: 0;
  background: url(../images/course/bg_course05.jpg) top left;
}
.index__list-box.music a {
  border-right: 18px solid #ec6d65;
}
.index__list-box.music .box_inner {
  border: 2px solid #ec6d65;
}
.index__list-box.music h3 {
  color: #ec6d65;
}
@media screen and (max-width: 1024px) {
  .index__stage {
    padding: 2em 0 3em;
  }
  .index__stage .inner {
    width: 100%;
    padding: 4%;
  }
  .index__stage h2 {
    margin: 0 auto 15px;
    width: 80%;
  }
  .index__stage h2 img {
    width: 100%;
    height: auto;
  }
  .index__block {
    margin: 0 0 2em;
  }
  .index__list .box_left {
    display: block;
    float: none;
    width: 100%;
    padding: 1em 0;
    margin: 0 0 1em;
  }
  .index__list .box_left p {
    display: block;
  }
  .index__list .box_right {
    width: 100%;
    float: none;
  }
  .index__list-box:before {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .index__stage h2 {
    width: 100%;
  }
  .index__stage .intro {
    font-size: 1.4rem;
  }
  .index__list .box_left p span {
    display: inline-block;
  }
  .index__list-box h3 {
    font-size: 1.8rem;
    text-align: left;
  }
  .index__list-box .box_inner {
    padding: 2% 4%;
  }
}

.course__mv {
  width: 90%;
  max-width: 108rem;
  margin: auto;
  aspect-ratio: 1080/714;
  border-radius: 200rem;
  overflow: hidden;
}
.course__mv img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .course__mv {
    width: 134%;
    max-width: none;
    margin-left: -17%;
    margin-right: -17%;
    position: relative;
  }
}
.course__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3rem;
  margin: 0;
}
.course__name span {
  font-size: 2.1rem;
  font-weight: 500;
  padding-right: 1rem;
}
.course__name b {
  font-size: 5.5rem;
  line-height: 1;
  letter-spacing: -0.05em;
  position: relative;
}
.course__name .object {
  position: absolute;
  bottom: 2rem;
  left: 100%;
  margin-left: 3rem;
}
#sbc .course__name .object {
  bottom: 100%;
  left: auto;
  right: -18rem;
  margin: 0;
}
#liberty .course__name {
  color: #EB6EA5;
}
#international .course__name {
  color: #00B4ED;
}
#sbc .course__name {
  color: #2EB6AA;
}
#music .course__name {
  color: #EC6D65;
}
@media screen and (max-width: 640px) {
  .course__name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding-top: 1.5rem;
  }
  .course__name span {
    font-size: 1.8rem;
    padding-right: 0;
  }
  .course__name b {
    font-size: 3.5rem;
    line-height: 1.2;
  }
  .course__name .object {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    bottom: auto;
    margin-left: -32%;
  }
  #liberty .course__name .object {
    top: -5rem;
    -webkit-transform: scale(60%);
            transform: scale(60%);
  }
  #international .course__name .object {
    top: -4rem;
    -webkit-transform: scale(50%);
            transform: scale(50%);
  }
  #sbc .course__name .object {
    margin-left: -50%;
    top: -4rem;
    -webkit-transform: scale(45%);
            transform: scale(45%);
  }
  #music .course__name .object {
    margin-left: 0%;
    top: -5rem;
    -webkit-transform: scale(45%);
            transform: scale(45%);
  }
}
.course__title {
  font-size: 3.5rem;
  text-align: center;
  margin: 0 0 1rem;
}
#liberty .course__title {
  color: #EB6EA5;
}
#international .course__title {
  color: #00B4ED;
}
#sbc .course__title {
  color: #2EB6AA;
}
#music .course__title {
  color: #EC6D65;
}
.junior .course__title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .course__title {
    font-size: 2.3rem;
    line-height: 1.3043478261;
  }
  .junior .course__title {
    margin-bottom: 1.6rem;
  }
}
.course__nav {
  padding: 10rem 2% 0;
}
.course__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
#course .course__nav ul {
  max-width: 120rem;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
}
#liberty .course__nav ul, #international .course__nav ul, #music .course__nav ul, #sbc .course__nav ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.course__nav li {
  text-align: center;
}
#course .course__nav li {
  width: 25%;
}
#liberty .course__nav li, #international .course__nav li, #music .course__nav li, #sbc .course__nav li {
  min-width: 28rem;
}
.course__nav .image {
  margin: auto;
}
.course__nav .image img {
  max-width: 23.4rem;
  height: auto;
}
.course__nav .text {
  font-size: 2.3rem;
  padding: 1.5rem 0;
}
#liberty .course__nav .course__nav-01 {
  display: none;
}
#international .course__nav .course__nav-02 {
  display: none;
}
#sbc .course__nav .course__nav-03 {
  display: none;
}
#music .course__nav .course__nav-04 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .course__nav ul {
    gap: 3rem 2%;
  }
  #course .course__nav ul {
    text-justify: inter-character;
    gap: 3rem 2%;
    max-width: 64rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #course .course__nav li {
    width: 49%;
    padding: 0 1rem;
  }
  #liberty .course__nav li, #international .course__nav li, #music .course__nav li, #sbc .course__nav li {
    min-width: auto;
  }
  .course__nav .text {
    font-size: 1.5rem;
    padding: 1.5rem 0;
  }
  .course__nav .btn-01 a {
    min-width: unset;
  }
}
@media screen and (max-width: 640px) {
  .course__nav {
    margin-top: 3rem;
    padding-top: 3rem;
    padding-bottom: 4rem;
    background: #fff;
  }
  .course__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #course .course__nav li {
    width: 100%;
  }
  .course__nav .image img {
    max-width: 22rem;
  }
  .course__nav .text {
    font-size: 2.1rem;
    padding: 0.5rem 0;
  }
}

.local-nav {
  padding-top: 5rem;
}
.local-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
.local-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.local-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 100px;
  background: #fff;
  border: 2px solid #ccc;
  padding: 0.6rem 2rem 0.6rem 2rem;
}
.local-nav a::before {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  margin-right: 1rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.local-nav a:hover::before {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}
#liberty .local-nav a {
  color: #EB6EA5;
  border-color: #EB6EA5;
}
#liberty .local-nav a::before {
  background-image: url("../images/course/liberty/arrow-liberty.svg");
}
#international .local-nav a {
  color: #00B4ED;
  border-color: #00B4ED;
}
#international .local-nav a::before {
  background-image: url("../images/course/international/arrow-international.svg");
}
#sbc .local-nav a {
  color: #2EB6AA;
  border-color: #2EB6AA;
}
#sbc .local-nav a::before {
  background-image: url("../images/course/sbc/arrow-sbc.svg");
}
#music .local-nav a {
  color: #EC6D65;
  border-color: #EC6D65;
}
#music .local-nav a::before {
  background-image: url("../images/course/music/arrow-music.svg");
}
@media screen and (max-width: 640px) {
  .local-nav {
    display: none;
  }
}

.about {
  margin-top: 5rem;
}
.about__inner {
  padding: 7rem 0;
  max-width: 108rem;
  margin: 0 5% 0 0;
}
.about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
.about__text {
  width: 41%;
  min-width: 28rem;
  max-width: 39rem;
  padding-bottom: 7rem;
}
.about__text p:not(:last-child) {
  padding-bottom: 2em;
}
.about__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 620/502;
  border-radius: 200rem;
  overflow: hidden;
}
.about__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.about__title {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .about .bg-round {
    width: 100% !important;
    padding: 0;
  }
  .about .bg-round__wrap.round-left {
    border-radius: 0;
    margin: 0 !important;
    padding: 0 0 5rem !important;
  }
  .about__inner {
    padding: 0 5%;
    max-width: 76rem;
    margin: auto;
  }
  .about__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .about__text {
    width: 100%;
    min-width: none;
    max-width: none;
    padding-bottom: 0;
  }
  .about__image {
    position: relative;
    aspect-ratio: unset;
    border-radius: 0;
    overflow: visible;
    z-index: 0;
  }
  .about__image img {
    aspect-ratio: 620/502;
    border-radius: 200rem;
  }
  .about__image::before {
    content: "";
    display: block;
    width: 200%;
    height: 50%;
    position: absolute;
    top: 0;
    margin: auto -50%;
    z-index: -1;
  }
  #liberty .about__image::before {
    background: #FFF5FA;
  }
  #international .about__image::before {
    background: #E5F6FC;
  }
  #sbc .about__image::before {
    background: #E9F8F8;
  }
  #music .about__image::before {
    background: #FFEDEB;
  }
}

.feature {
  margin-top: -5rem;
}
.feature dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature dt {
  width: 20%;
  font-size: 2.4rem;
  margin-top: 1.3rem;
  text-align: center;
}
#liberty .feature dt {
  color: #EB6EA5;
}
#international .feature dt {
  color: #00B4ED;
}
#sbc .feature dt {
  color: #2EB6AA;
}
#music .feature dt {
  color: #EC6D65;
}
.feature dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feature__list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  position: relative;
  z-index: 0;
}
.feature__list li:not(:first-child) {
  margin-left: -3rem;
}
.feature__list li span {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  aspect-ratio: 312/172;
  font-size: 2.2rem;
  line-height: 1.4545454545;
  padding: 4rem 0rem;
  text-align: center;
  position: relative;
}
#liberty .feature__list li span {
  color: #EB6EA5;
  border-color: #EB6EA5;
}
#international .feature__list li span {
  color: #00B4ED;
  border-color: #00B4ED;
}
#sbc .feature__list li span {
  color: #2EB6AA;
  border-color: #2EB6AA;
}
#music .feature__list li span {
  color: #EC6D65;
  border-color: #EC6D65;
}
.feature__list li span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  position: absolute;
  left: -1.2rem;
  bottom: -1rem;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#liberty .feature__list li span::after {
  background-image: url("../images/course/liberty/bg-round-01.png");
}
#international .feature__list li span::after {
  background-image: url("../images/course/international/bg-round-01.png");
}
#sbc .feature__list li span::after {
  background-image: url("../images/course/sbc/bg-round-01.png");
}
#music .feature__list li span::after {
  background-image: url("../images/course/music/bg-round-01.png");
}
@media screen and (max-width: 1024px) {
  .feature {
    margin-top: 2rem;
  }
  .feature dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feature dt, .feature dd {
    width: 100%;
  }
  .feature dt {
    font-size: 2.3rem;
    margin-bottom: 1rem;
  }
  .feature dt br {
    display: none;
  }
  .feature dd {
    padding-left: 0;
  }
  .feature__list {
    width: 90%;
    width: 100%;
    max-width: none;
    margin: auto;
  }
  .feature__list li {
    width: 33%;
  }
  .feature__list li span {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 640px) {
  .feature {
    margin-top: 3rem;
  }
  .feature__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    max-width: 29.5rem;
  }
  .feature__list li {
    width: 100%;
    margin: auto;
  }
  .feature__list li:not(:first-child) {
    margin-top: -1.5rem;
    margin-left: auto;
  }
}

.point {
  margin-top: 8.5rem;
}
.point__inner {
  width: 90%;
  max-width: 109rem;
  margin: auto;
}
.point__box {
  position: relative;
  z-index: 0;
}
.point__box:not(:first-child) {
  margin-top: -1px;
}
.point__box#point-01, .point__box#point-03 {
  -webkit-transform: translateX(6rem);
          transform: translateX(6rem);
}
.point__box#point-02, .point__box#point-04 {
  -webkit-transform: translateX(-6rem);
          transform: translateX(-6rem);
}
.point .common__title-01 {
  -webkit-transform: translateY(52%);
          transform: translateY(52%);
  margin: 0;
  position: relative;
  z-index: 1;
  letter-spacing: 0.2em;
}
#liberty .point .common__title-01 b {
  -webkit-text-stroke: 2px #EB6EA5;
  text-stroke: 2px #EB6EA5;
}
#international .point .common__title-01 b {
  -webkit-text-stroke: 2px #00B4ED;
  text-stroke: 2px #00B4ED;
}
#sbc .point .common__title-01 b {
  -webkit-text-stroke: 2px #2EB6AA;
  text-stroke: 2px #2EB6AA;
}
#music .point .common__title-01 b {
  -webkit-text-stroke: 2px #EC6D65;
  text-stroke: 2px #EC6D65;
}
.point__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  width: 100%;
  background: #fff;
  border-radius: 200rem;
  padding: 4rem 9rem 4rem 5rem;
  border: 2px solid #ccc;
  position: relative;
}
#point-02 .point__wrap, #point-04 .point__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 5rem;
  padding-left: 10rem;
}
#liberty .point__wrap {
  border-color: #EB6EA5;
}
#international .point__wrap {
  border-color: #00B4ED;
}
#sbc .point__wrap {
  border-color: #2EB6AA;
}
#music .point__wrap {
  border-color: #EC6D65;
}
.point__wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 200rem;
  position: absolute;
  bottom: -2rem;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#point-01 .point__wrap::after, #point-03 .point__wrap::after {
  right: -2rem;
}
#point-02 .point__wrap::after, #point-04 .point__wrap::after {
  left: -2rem;
}
#liberty .point__wrap::after {
  background-image: url("../images/course/liberty/bg-round-02.png");
}
#international .point__wrap::after {
  background-image: url("../images/course/international/bg-round-02.png");
}
#sbc .point__wrap::after {
  background-image: url("../images/course/sbc/bg-round-02.png");
}
#music .point__wrap::after {
  background-image: url("../images/course/music/bg-round-02.png");
}
.point__wrap.square {
  border-radius: 15rem;
  padding-bottom: 6rem;
}
.point__wrap.square::after {
  border-radius: 15rem;
}
#music .point__wrap.square::after {
  background-image: url("../images/course/music/bg-round-03.png");
}
.point__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.point__image {
  width: 56%;
  position: relative;
}
.point__image .image {
  width: 100%;
  aspect-ratio: 533/378;
  min-height: 37.8rem;
  border-radius: 200rem;
  overflow: hidden;
}
.point__image .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.point__num {
  position: absolute;
  font-family: "Barlow Condensed", "Zen Kaku Gothic New", sans-serif;
  font-size: 14rem;
  font-weight: 700;
  line-height: 0.75;
  color: #fff;
}
#point-01 .point__num {
  top: -0.5rem;
  left: 9rem;
}
#point-02 .point__num {
  top: 3rem;
  right: 3.7rem;
}
#point-03 .point__num {
  top: -1rem;
  left: 8.6rem;
}
#point-04 .point__num {
  top: -1rem;
  right: 7.2rem;
}
#liberty .point__num {
  -webkit-text-stroke: 2px #EB6EA5;
  text-stroke: 2px #EB6EA5;
}
#international .point__num {
  -webkit-text-stroke: 2px #00B4ED;
  text-stroke: 2px #00B4ED;
}
#sbc .point__num {
  -webkit-text-stroke: 2px #2EB6AA;
  text-stroke: 2px #2EB6AA;
}
#music .point__num {
  -webkit-text-stroke: 2px #EC6D65;
  text-stroke: 2px #EC6D65;
}
.point__title {
  font-size: 3rem;
  margin: 0 0 2rem;
}
#liberty .point__title {
  color: #EB6EA5;
}
#international .point__title {
  color: #00B4ED;
}
#sbc .point__title {
  color: #2EB6AA;
}
#music .point__title {
  color: #EC6D65;
}
.point__photo {
  width: 100%;
  padding-right: 5%;
}
.point__photo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.point__photo li {
  width: 32%;
}
.point__photo .image {
  border-radius: 90rem;
  overflow: hidden;
}
.point__photo .caption {
  text-align: center;
  font-size: 1.3rem;
  padding-top: 0.5em;
}
@media screen and (max-width: 1024px) {
  .point {
    margin-top: 0;
  }
  .point__box#point-01, .point__box#point-02, .point__box#point-03, .point__box#point-04 {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .point__box:not(:first-child) {
    margin-top: 3rem;
  }
  .point__wrap {
    border-radius: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3rem 5%;
    max-width: 76rem;
    margin-left: auto;
    margin-right: auto;
    gap: 2rem;
  }
  #point-01 .point__wrap {
    padding-top: 5rem;
  }
  #point-02 .point__wrap, #point-04 .point__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3rem 5%;
  }
  .point__wrap::after {
    display: none;
  }
  .point__wrap.square {
    border-radius: 4rem;
    padding: 5rem 5% 3rem;
  }
  .point__image {
    width: 100%;
  }
  .point__image .image {
    width: 100%;
    min-height: unset;
  }
  .point__num {
    font-size: 10rem;
  }
  #point-01 .point__num {
    left: 10%;
  }
  #point-02 .point__num {
    top: -1rem;
    right: 6%;
  }
  #point-03 .point__num {
    top: -1rem;
    left: 11%;
  }
  #point-04 .point__num {
    top: -1rem;
    right: 6%;
  }
  .point__title {
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.3636363636;
  }
  .point__photo {
    padding-right: 0;
  }
  .point__photo ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem 4%;
  }
  .point__photo li {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .point__num {
    font-size: 8.5rem;
  }
}

.faq {
  margin-top: 7rem;
}
.faq__unit {
  max-width: 92rem;
  margin: auto;
  background: #fff;
  border-radius: 3.6rem;
  padding: 3rem;
}
.faq__unit:not(:first-child) {
  margin-top: 4rem;
}
.faq__unit dt, .faq__unit dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq__unit dt {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5909090909;
}
#liberty .faq__unit dt {
  color: #EB6EA5;
}
#international .faq__unit dt {
  color: #00B4ED;
}
#sbc .faq__unit dt {
  color: #2EB6AA;
}
#music .faq__unit dt {
  color: #EC6D65;
}
.faq__unit dd {
  margin-top: 2.2rem;
}
.faq__icon {
  width: 6.5rem;
}
.faq__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .faq {
    margin-top: 3rem;
  }
  .faq__unit {
    background: none;
    padding: 0;
    border-radius: 0;
  }
  .faq__unit dt, .faq__unit dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
    padding: 3rem;
    border-radius: 3.2rem;
    position: relative;
  }
  .faq__unit dt {
    font-size: 1.8rem;
  }
  .faq__unit dt br {
    display: none;
  }
  .faq__unit dd {
    margin-top: 2rem;
  }
  .faq__icon {
    width: 3.1rem;
    position: absolute;
    top: -1.2rem;
    left: 1.2rem;
  }
  .faq__icon img {
    width: 100%;
    height: auto;
  }
}

.career {
  margin-top: 10rem;
}
.career__inner {
  padding: 5rem 0 8rem;
}
.career__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 95rem;
  margin-right: 5%;
}
.career__wrap.data {
  max-width: 106rem;
}
.career__wrap.future {
  gap: 2.5rem;
  margin-bottom: 5rem;
}
.career__wrap.data {
  gap: 4rem;
}
.career__list:not(:first-child) {
  margin-bottom: 1em;
}
.career__list li {
  font-size: 1.7rem;
  line-height: 1.6470588235;
  text-indent: -1em;
  margin-left: 1em;
}
.career__list li::before {
  content: "・";
}
@media screen and (max-width: 1024px) {
  .career__list li {
    font-size: 1.5rem;
  }
  .career__list li br {
    display: none;
  }
}
.career__title {
  margin: 0 0 2rem;
}
.career__title b {
  display: inline-block;
  font-size: 2.3rem;
  border-radius: 100px;
  color: #fff;
  padding: 0.25rem 2rem;
}
#liberty .career__title b {
  background: #EB6EA5;
}
#international .career__title b {
  background: #00B4ED;
}
#sbc .career__title b {
  background: #2EB6AA;
}
#music .career__title b {
  background: #EC6D65;
}
.career__title span {
  margin-left: 1rem;
}
.career .future__text {
  max-width: 40%;
}
.career .future__text p {
  font-size: 2rem;
}
.career .future__image {
  max-width: 52.5rem;
}
#liberty .career .future__image {
  max-width: 50.2rem;
}
#international .career .future__image {
  max-width: 35.7%;
}
#sbc .career .future__image {
  max-width: 35.4%;
}
.career .data__left {
  width: 42%;
}
.career .data__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.career .data__graph {
  max-width: 33.5rem;
}
.career .data__graph .image {
  margin-bottom: 3rem;
}
.career .data__qualification {
  margin-top: 3.4rem;
}
.career .university {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.career .university__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 3rem 2%;
}
.career .university__title {
  font-size: 1.7rem;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .career .bg-round {
    width: 100% !important;
    padding: 0;
  }
  .career .bg-round__wrap.round-left {
    border-radius: 0;
    margin: 0 !important;
    padding: 5rem 0 !important;
  }
  .career__inner {
    padding: 0 5%;
    max-width: 76rem;
    margin: auto;
  }
  .career__wrap {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
  }
  .career__wrap.future {
    gap: 1.5rem;
    margin-bottom: 2.4rem;
    width: 100%;
  }
  .career__title {
    margin: 0 0 1.2rem;
  }
  .career__title b {
    display: block;
    font-size: 1.8rem;
    text-align: center;
  }
  .career__title span {
    display: block;
    margin: 0.5rem auto 1rem;
    text-align: center;
  }
  .career .future__text {
    max-width: none;
    width: 100%;
  }
  .career .future__text p {
    font-size: 1.5rem;
  }
  .career .future__text p br {
    display: none;
  }
  .career .future__image {
    max-width: none;
    width: 100%;
    text-align: center;
  }
  #liberty .career .future__image, #international .career .future__image, #sbc .career .future__image {
    max-width: none;
  }
  .career .future__image img {
    width: 80%;
    max-width: 48rem;
    margin: auto;
  }
  .career .data {
    width: 100%;
  }
  .career .data__left {
    width: 100%;
  }
  .career .data__right {
    width: 100%;
  }
  .career .data__graph {
    width: 100%;
    max-width: none;
  }
  .career .data__graph .image {
    max-width: 48rem;
    margin: 0 auto 2rem;
  }
  .career .data__graph .note {
    max-width: 48rem;
    margin: auto;
    font-size: 1.2rem;
  }
  .career .data__qualification {
    margin-top: 3.4rem;
  }
  .career .university {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .career .university__wrap {
    gap: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .career .university__unit {
    width: 100%;
  }
  .career .university__title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .career .bg-round__wrap.round-left {
    padding: 3rem 0 !important;
  }
  .career .data__graph .image {
    width: 90%;
    max-width: 29.5rem;
  }
  .career .data__graph .note {
    width: 90%;
    max-width: 29.5rem;
  }
  .career .data__qualification {
    margin-top: 3.4rem;
  }
}

.junior {
  margin-top: 10rem;
}
@media screen and (max-width: 640px) {
  .junior {
    margin-top: 2rem;
  }
}

.message {
  border-radius: 7rem;
  padding: 5rem 5rem 5rem 6rem;
  background: #fff;
}
.message:not(:first-child) {
  margin-top: 5.6rem;
}
.message.graduate {
  max-width: 104.6rem;
  padding: 4rem 5rem;
  margin: 5rem 5% 0 0;
  border: 1px solid #ccc;
}
#liberty .message.graduate {
  border-color: #EB6EA5;
}
#international .message.graduate {
  border-color: #00B4ED;
}
#sbc .message.graduate {
  border-color: #2EB6AA;
}
#music .message.graduate {
  border-color: #EC6D65;
}
.message__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
.student .message__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.message__image {
  max-width: 37rem;
  position: relative;
}
.message__image .image {
  border-radius: 7rem;
  overflow: hidden;
}
.message__image .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.message__cate {
  position: absolute;
  top: -2rem;
  right: -2rem;
}
.student .message__cate {
  right: auto;
  left: -2rem;
}
.message__cate span {
  display: inline-block;
  border-radius: 100%;
  font-size: 2rem;
  background: #fff;
  border: 1px solid #ccc;
  width: 9.1rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 100%;
  padding: 0;
  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;
}
#liberty .message__cate span {
  color: #EB6EA5;
  border-color: #EB6EA5;
}
#international .message__cate span {
  color: #00B4ED;
  border-color: #00B4ED;
}
#sbc .message__cate span {
  color: #2EB6AA;
  border-color: #2EB6AA;
}
#music .message__cate span {
  color: #EC6D65;
  border-color: #EC6D65;
}
.message__unit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.message__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 2rem;
}
.message__title.sp {
  display: none;
}
#liberty .message__title {
  color: #EB6EA5;
}
#international .message__title {
  color: #00B4ED;
}
#sbc .message__title {
  color: #2EB6AA;
}
#music .message__title {
  color: #EC6D65;
}
.message__meta {
  padding-top: 2rem;
}
.message__name {
  font-size: 1.9rem;
  line-height: 1.5263157895;
}
.message__current {
  font-size: 2.1rem;
  line-height: 1.5238095238;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.message__current span {
  display: inline-block;
  font-size: 1.9rem;
  border-radius: 100px;
  color: #fff;
  padding: 0.25rem 1.5rem;
}
#liberty .message__current span {
  background: #EB6EA5;
}
#international .message__current span {
  background: #00B4ED;
}
#sbc .message__current span {
  background: #2EB6AA;
}
#music .message__current span {
  background: #EC6D65;
}
@media screen and (max-width: 1024px) {
  .message {
    border-radius: 4rem;
    padding: 4rem;
    max-width: 76rem;
    margin: auto;
  }
  .message.graduate {
    padding: 4rem;
    margin: 3rem auto 0;
  }
  .message__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.5rem;
  }
  .student .message__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .message__image {
    max-width: none;
  }
  .message__image .image {
    border-radius: 4rem;
  }
  .message__unit {
    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;
  }
  .message__title {
    font-size: 2.2rem;
    line-height: 1.3636363636;
    text-align: center;
  }
  .message__title.sp {
    display: block;
  }
  .message__title.pc {
    display: none;
  }
  .message__meta {
    text-align: center;
    padding: 0 0 1rem;
  }
  .message__name {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
  .message__current {
    font-size: 1.5rem;
  }
  .message__current span {
    display: inline-block;
    font-size: 1.3rem;
    padding: 0.25rem 1.5rem;
    margin: 1.5rem 0 0;
  }
  .message__current b {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .message {
    padding: 3rem;
  }
  .message.graduate {
    padding: 3rem;
    margin-top: 2.5rem;
  }
}

/*-----------------------------------

    print - 印刷設定

-----------------------------------*/
@media print {
  [id=wrapper] {
    width: 1060px;
    overflow: hidden;
  }
  .header {
    position: static;
  }
}