<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* ===================================
  リセット
=================================== */

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

a {
  outline: none;
  color: rgba(51,51,51,1);

  -webkit-tap-highlight-color: rgba(51,51,51,0);
}
a:link, a:visited {
  color: rgba(51,51,51,1);
  text-decoration: none;
}

a:hover {
  opacity: 0.85;
  color: rgba(51,51,51,1);
}


blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

table {
  border-spacing: 0;
}

img {
  max-width: 100%;
  width /***/: auto;
  height: auto;
  vertical-align: bottom;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.kosugi-maru {font-family: "Kosugi Maru", sans-serif;font-style: normal;}
.kaisei-opti {font-family: "Kaisei Opti", serif;font-weight: 700;font-style: normal;}
.m-plus1{font-family: "M PLUS 1 Code", monospace;font-optical-sizing: auto;font-weight: 600;font-style: normal;}
.yusei-m {font-family: "Yusei Magic", sans-serif;font-weight: 400;font-style: normal;}




/* ===================================
  全体設定
=================================== */

html {
  overflow: auto;
  font-size: 62.5%;
}

body {
  overflow: hidden;
  position: relative;
  min-width: 1280px;
  background-color: #f9f7f2;
  background-size: contain;
  color: #1e1e1e;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;

  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

header, section, aside, footer {
  position: relative;
}

section {
  margin: 7.5em 0;
}

.inner {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}

.inner section {
  margin: 5em 0;
}

br.sp {
  display: none;
}

br.pc {
  display: block;
}


@media screen and (max-width: 1279px) {
  body {
    min-width: 100%;
    line-height: 1.7;
  }

  section {
    margin: 6em 0;
  }

  .inner {
    width: 90%;
  }

  .inner section {
    margin: 4em 0;
  }
}


@media screen and (max-width: 767px) {
  section {
    margin: 4em 0;
  }

  .inner section {
    margin: 3em 0;
  }

  br.sp {
    display: block;
  }

  br.pc {
    display: none;
  }
}

/* ===================================
  ヘッダー
=================================== */

header {
  padding-bottom: 240px;
  text-align: center;
}

header::before, header::after {
  position: absolute;
  z-index: -1;
  top: 0;
  content: "";
}

header::before {
  right: 0;
  width: calc(100% - (100vw - 1300px) / 2 - 100px);
  height: 100%;
  border-radius: 0 0 0 4em;
  background: linear-gradient(to bottom, #FFE7F7 0%, #5C8CFF 100%); /* ブルー系グラデ */
}

header::after {
  left: 0;
  width: calc(100% - (100vw - 1300px) / 2 - 200px);
  height: calc(100% - 140px);
  border-radius: 0 0 4em 0;
  background: linear-gradient(to bottom, #E4DBFF 0%, #C7FFDD 100%); /* 黄色系グラデ */
}

header .logo {
  padding: 40px 0;
}

header .logo img {
  height: 120px;
}

header .visual {
  position: relative;
  padding: 10px;
  background: none;
}

.index .visual h1 {
  position: absolute;
  top: 90px;
  left: 45px;
}

.index .visual h1 img {
  height: 520px;
}

.asset01 {
  position: absolute;
  z-index: 2;
  top: 480px;
  left: -60px;
}

.asset02 {
  position: absolute;
  z-index: 2;
  right: -128px;
  bottom: -300px;
}

header .globalMenuPc {
  position: absolute;
  right: 0;
  bottom: -188px;
  left: 0;
  margin: auto;
}

header .globalMenuPc ul {
  display: flex;

  justify-content: center;
}

header .globalMenuPc ul li {
  padding: 0 1.5em;
  border-right: 1px solid #180015;
}

header .globalMenuPc ul li:last-of-type {
  border-right: 0;
}

header .globalMenuPc ul li a {
  color: #180015 !important;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1em;
}

.intro .inner {
  text-align: center;
}

.intro h2 {
  display: inline-block;
  font-size: 7.2rem;
  font-weight: bold;
}

.intro h2 &gt; span &gt; span {
  background: linear-gradient(to right, #508fcf 0%, #a866c1 100%); /* 強ブルー系グラデ */
  -webkit-background-clip: text;
  color: #67478a;
  -webkit-text-fill-color: transparent;
}

.intro .desc {
  padding: 72px 0;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3em;
}


.asset03 {
  position: absolute;
  z-index: 2;
  top: 180px;
  left: -60px;
}

.intro01 {
  position: absolute;
  z-index: 2;
  bottom: -160px;
  left: -100px;
}

.intro02 {
  position: absolute;
  z-index: 2;
  right: -200px;
  bottom: 0;
}

.hamburger {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 38px;
  right: 20px;
  width: 64px;
  height: 64px;
  text-align: center;
  cursor: pointer;
}

.hamburger span {
  display: block;
  position: absolute;
  left: 12px;
  width: 40px;
  height: 1px ;
  background: #000;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 25px;
}

.hamburger span:nth-child(2) {
  top: 38px;
}

.hamburger.active span {
  background: #fff;
}

.hamburger.active span:nth-child(1) {
  top: 32px;
  left: 12px;
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2) {
  top: 32px;
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 15;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(80,143,207,0.9) 0%, rgba(168,102,193,0.9) 100%); /* 濃いグラデをRGBAで透過 */
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
  color: #fff;
  text-align: center;
  transition: all 0.6s;
  transform: translateX(100%);
}

nav.globalMenuSp ul {
  width: 100%;
  margin: 0 auto;
  padding: 2.4em 0 1em;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  width: 100%;
  padding: 0;
}

nav.globalMenuSp ul li:hover {
  background: rgba(168,102,193,0.4); /* 濃いグラデをRGBAで透過 */
}

nav.globalMenuSp ul li a {
  display: block;
  padding: 0.4em 0 0.4em 2em;
  color: #eee;
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  line-height: 2em;
  letter-spacing: 0;
}

nav.globalMenuSp.active {
  transform: translateX(0);
}

.globalMenuBg {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  transform: translateX(100%);
}

.globalMenuBg.active {
  transform: translateX(0);
}


@media screen and (max-width: 1279px) {
  header {
    padding-bottom: 13vw;
  }

  header::before {
    width: 90vw;
    height: 100%;
    border-radius: 0 0 0 2em;
  }

  header::after {
    width: 85vw;
    height: calc(100% - 7.5vh);
    border-radius: 0 0 2em 0;
  }

  header .logo {
    padding: 30px 0;
  }

  header .logo img {
    height: 8vw;
  }

  header .visual {
    padding: 8px;
  }

  .index .visual h1 {
    top: 7vw;
    left: 3.5vw;
  }

  .index .visual h1 img {
    height: 36vw;
  }

  .asset01 {
    top: 35vw;
    left: -4vw;
    width: 12vw;
    height: auto;
  }

  .asset02 {
    right: -8vw;
    bottom: -24vw;
    width: 24vw;
    height: auto;
  }

  nav.globalMenuPc {
    display: none;
  }

  .intro .inner {
    text-align: center;
  }

  .intro h2 {
    font-size: 5.4rem;
    line-height: 1.3;
  }

  .intro h2 br.sp {
    display: block;
  }

  .intro .desc {
    padding: 5.6vw 0;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.7em;
  }
        

  .asset03 {
    top: 6vw;
    left: 0vw;
    width: 14vw;
    height: auto;
  }

  .intro01 {
    bottom: -16vw;
    left: -8vw;
    width: 36vw;
    height: auto;
  }

  .intro02 {
    right: -14vw;
    bottom: -14vw;
    width: 36vw;
    height: auto;
  }

  nav.globalMenuSp ul li a {
    padding: 0.3em 0 0.3em 1.7em;
    font-size: 2rem;
  }
}


@media screen and (max-width: 767px) {
  header {
    padding-bottom: 80px;
  }

  header::before {
    width: 90vw;
    height: 100%;
    border-radius: 0 0 0 1em;
  }

  header::after {
    width: 80vw;
    height: calc(100% - 45px);
    border-radius: 0 0 1em 0;
  }

  header .logo {
    padding: 20px 0;
  }

  header .logo img {
    height: 60px;
  }

  header .visual {
    padding: 6px;
  }

  .index .visual h1 {
    top: 8vw;
    right: 0;
    left: 1vw;
    margin: auto;
  }

  .index .visual h1 img {
    height: 60vw;
  }

  .asset01 {
    top: -80px;
    left: 10px;
    width: 55px;
    height: auto;
  }

  .asset02 {
    right: -30px;
    bottom: -120px;
    width: 150px;
    height: auto;
  }

  .intro h2 {
    font-size: 3.6rem;
    line-height: 1.5;
  }

  .intro .desc {
    padding: 1.5em 0;
    font-size: 1.6rem;
    line-height: 2.4em;
  }

  .asset03, .intro01, .intro02 {
    display: none;
  }

  .hamburger {
    top: 8px;
    right: 6px;
  }

  .hamburger span {
    left: 14px;
    width: 36px;
  }

  .hamburger.active span:nth-child(1) {
    left: 14px;
  }

  nav.globalMenuSp {
    width: 85%;
  }

  nav.globalMenuSp ul {
    padding: 2em 1em;
  }

  nav.globalMenuSp ul li a {
    padding: 0.2em 0 0.2em 1.4em;
    font-size: 1.6rem;
  }
}


/* ===================================
  フッター
=================================== */

.entry-column {
  background: linear-gradient(to right, #8ec0e6 0%, #d0a0de 100%); /* ブルー系グラデ */
  text-align: center;
}

.entry-column .inner {
  padding: 6em 0;
}

.entry-column a {
  display: inline-block;
  width: 800px;
  padding: 0;
  border-radius: 80px;
  background: #fff;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 160px;
}

.entry-column .asset02 {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: -170px;
}

footer {
  background: #fff;
}

footer .inner {
  padding: 60px 0;
  text-align: center;
}

footer .univ {
  font-size: 2.4rem;
}

footer .univ a {
  font-weight: bold;
}

footer .addr {
  padding: 1em 0 0;
}

footer .copy {
  padding: 1em 0 0;
  font-family: "Josefin Sans", "Helvetica Neue", Arial, sans-serif;
}

#page-top {
  position: fixed;
  right: 13px;
  bottom: 13px;
}

#page-top a {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  padding: 12px;
  border-radius: 50%;
  background: rgba(0,0,0,0.5);
  color: #fff;
  line-height: 1;
}

#page-top a::before {
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  border: solid #fff;
  border-width: 1px 1px 0 0;
  content: "";
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
}


@media screen and (max-width: 1279px) {
  .entry-column .inner {
    padding: 4.5em 0;
  }

  .entry-column a {
    width: 64vw;
    border-radius: 6.4vw;
    font-size: 2.7rem;
    line-height: 12.8vw;
  }

  .entry-column .asset02 {
    right: -2vw;
    bottom: -14vw;
    width: 24vw;
    height: auto;
  }

  footer .inner {
    padding: 4.8vw 0;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .entry-column .inner {
    padding: 3em 0;
  }

  .entry-column a {
    width: 90%;
    border-radius: 30px;
    font-size: 1.8rem;
    line-height: 60px;
  }

  .entry-column .asset02 {
    right: -30px;
    bottom: -40px;
    width: 100px;
    height: auto;
  }

  footer .inner {
    padding: 40px 0 20px;
  }

  footer .univ {
    font-size: 1.4rem;
  }

  footer .addr {
    font-size: 1.2rem;
  }

  footer .copy {
    font-size: 1rem;
  }

  #page-top a {
    width: 48px;
    height: 48px;
  }

  #page-top a::before {
    width: 12px;
    height: 12px;
  }
}


/* ===================================
  背景色が伸びて出現
=================================== */

.bgextend {
  overflow: hidden;
  position: relative;
  opacity: 0;
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;

  animation-fill-mode: forwards;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.bgappear {
  opacity: 0;
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;

  animation-fill-mode: forwards;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.bgLRextend::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-225deg, #69EACB 0%, #EACCF8 48%, #6654F1 100%); /* グラデ */
  content: "";
  animation-name: bgLRextendAnime;
  animation-duration: 1s;

  animation-fill-mode: forwards;
}
@keyframes bgLRextendAnime {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}

.bgappearTrigger, .bgLRextendTrigger {
  opacity: 0;
}

.bgappear img {
  width: 100%;
}


/* ===================================
  トップページコンテンツ
=================================== */


/* ulタグ */
.scroll-list {
  display: flex;
  list-style: none;
  padding-inline: 0;
  margin-inline: 0;
  gap: 0;

  /* overflow: hidden; */

  /* 幅を全画面に広げる */
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw;
}

/* liタグ */
.scroll-list li {
  color: #DBD6FF;
  font-size: 1.25em;
  font-weight: bold;
  white-space: nowrap;
  padding: 0 0.5em 0 0;
  margin: 0;
  animation: marquee-left 16s linear infinite;
}

/* PCの時のフォントサイズ */
@media (min-width: 600px) {
  .scroll-list li {
    font-size: 6vw;
  }
}

/* アニメーション */
@keyframes marquee-left {
  100% {
    transform: translateX(-100%);
  }
}


/* ===================================
  トップページコンテンツ
=================================== */

.sec-title {
  margin-bottom: 4em;
  color: #67478a;
  text-align: center;
  line-height: 1.75;
}

.sec-title h2 {
  font-size: 7.2rem;
  font-weight: bold;
}

.sec-title .en {
  padding: 0.5em 0 0;
  font-family: "Josefin Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.bg-grad01, .bg-grad02 {
  position: relative;
}

.bg-grad01::before, .bg-grad02::before {
  position: absolute;
  z-index: -1;
  top: 0;
  width: calc(100% - (100vw - 1300px) / 2);
  content: "";
}

.bg-grad01::before {
  left: 0;
  height: 100%;
  border:solid 2px #333333;
  border-left:none;
  border-radius: 0 3em 3em 0;
  	background-image:
		linear-gradient(0deg, rgba(190,200,206,0.3) 1px, rgba(0,0,0,0) 0),
		linear-gradient(90deg, rgba(190,200,206,0.3) 1px, rgba(0,0,0,0) 0);
	background-size: 20px 20px;
	background-position: center;
}


.bg-grad02::before {
  right: 0;
  height: 100%;
  border-radius: 3em 0 0 3em;
  background: linear-gradient(to bottom, #8ec0e6 0%, #d0a0de 100%); /* ブルー系グラデ */
}

.schedule {
  margin-bottom: 7.5em;
  padding: 7.5em 0;
}

.schedule-list {
  background: url("../img/schedule_bg3.png") left top no-repeat;
}

.schedule-box {
  display: block;
}

.schedule-list dl:nth-of-type(2) {
  margin-left: 100px;
}

.schedule-list dl:nth-of-type(3) {
  margin-left: 200px;
}

.schedule-list dl:nth-of-type(4) {
  margin-left: 300px;
}

.schedule-list dl:nth-of-type(5) {
  margin-left: 400px;
}

.schedule-list dl:nth-of-type(6) {
  margin-left: 510px;
}

.schedule-box dt {
  margin-bottom: 20px;
  padding-left: 48px;
  background: url("../img/time.png") left center no-repeat;
  font-size: 3.25rem;
  font-weight: bold;
  line-height: 48px;
}

.schedule-box dt span {
  display: inline-block;
  margin-right: 0.5em;
  color: #67478a;
  font-family: "Josefin Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 4.8rem;
  vertical-align: middle;
  line-height: 0.75;
}

.schedule-box dt p.kome{
  display: inline;
 font-size: 2.5rem!important;   
}

.schedule-box dd {
  margin-bottom: 32px;
  padding-left: 180px;
}

.schedule-box dd img {
  width: 240px;
  margin-right: 30px;
  border-radius: 10px;
}

.asset04 {
  position: absolute;
  z-index: 2;
  top: -160px;
  right: 200px;
}

.asset05 {
  position: absolute;
  z-index: 2;
  top: 60px;
  right: 120px;
}

.schedule .asset06 {
  position: absolute;
  z-index: 2;
  right: -70px;
  bottom: -60px;
  width: 300px;
  height: auto;
}

.event {
  padding: 7.5em 0;
}

.event-list {
  position: relative;
  padding: 3em 0;
}

.event-list::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc((1300px - 100vw) / 2);
  width: calc(100% + (100vw - 1300px) / 2);
  height: 100%;
  border-radius: 0 3em 3em 0;
  background: #fff;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
  content: "";
}

.event-list ul {
  display: flex;
  width: calc(100% - 220px);
  margin: auto;

  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.event-list li {
  width: 480px;
  margin: 3em 0;
  text-align: center;
}

.event-list li:nth-of-type(2) {
  margin-top: 24em;
}

.event-list li:nth-of-type(3) {
  margin-top: -14em;
}

.event-list li:nth-of-type(5) {
  margin-top: -14em;
}


.event-list .num {
  display: inline-block;
  border-bottom: 3px solid #67478a;
  color: #67478a;
  font-family: "Josefin Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
}

.event-list h3 {
  margin: 0.5em 0;
  color: #333;
  font-size: 3.5rem;
  font-weight: bold;
}

.event-list img {
  border-radius: 10px;
}

.event-list .txt {
  margin: 1em 0;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}

.event-list a {
  display: inline-block;
  width: 100%;
  padding: 0;
  border-radius: 48px;
  background: linear-gradient(to right, #508fcf 0%, #a866c1 100%); /* 強ブルー系グラデ */
  box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 96px;
}


.asset07 {
  position: absolute;
  z-index: 2;
  top: -60px;
  right: 80px;
}


 .asset08 {position: absolute;
  z-index: 2;
  right:40px;
  bottom: 60px;
}    
  

/* ケーキバイキング図 
.asset08 {
  position: absolute;
  z-index: 2;
  right: 100px;
  bottom: 120px;
}
ここまでカット*/

.access-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.access-box {
  width: 600px;
  padding: 3.75em;
  border-radius: 3em;
  background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%); 
  text-align: center;
  border:solid 2px #333333;
}

.access-box:nth-of-type(1) {
  margin-top: 60px;
}

.access-box h3 {
  color: #67478a;
  font-size: 3.45rem;
  font-weight: bold;
  line-height: 1.5;
}

.access-box img {
  padding: 1.5em 0;
}

.access-list a {
  display: inline-block;
  width: 100%;
  padding: 0;
  border-radius: 48px;
  background: #fff;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 96px;
}

.asset09 {
  position: absolute;
  z-index: 2;
  top: 40px;
  left: 40px;
}


/* 日程追加ここから　*/
.day-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.day-box {
  width: 600px;
  padding: 3.75em;
  border-radius: 3em;
  background: linear-gradient(to bottom, #E4DBFF 0%, #C7FFDD 100%);
  text-align: center;
  border:solid 2px #333333;
}

.day-box:nth-of-type(1) {
  margin-top: 60px;
}

.day-box:nth-of-type(3) {
  margin-top: 60px;
}

.day-box h3 {
  color: #67478a;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

.day-box img {
  padding: 0.95em 1.5em 0.25em 1.5em ;
}

.day-list .d_btn a {
  display: inline-block;
  width: 100%;
  padding: 0;
  border-radius: 48px;
  background: #fff;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 96px;
}


/* チャレンジテストここから */
.day-box h3 .c_test {
  display: inline-block;
  color:#2EABFF;
  font-size: 2rem;
  position: relative;
  border-top: solid 2px #2EABFF;
  border-bottom: solid 2px #2EABFF;
  background: #f4f4f4;
  line-height: 1.2;
  padding: 0.5em 0.5em;
  margin: 1em 0 0.5em;
}

.day-box h3 .c_test a {
      color:#2EABFF;
}

.day-box h3 .c_test a:hover {
  opacity: 0.85;
  color: #00238B;
}

.day-box h3 .c_test:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f303\ 14:00';
  background: #2EABFF;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

/* チャレンジテストここまで */

/* 推薦色変え */
.day-box h3 span.s_taisaku {
    color:#00238B;
}


.asset10 {
  position: absolute;
  z-index: 2;
  top: 60px;
  left: 40px;
}
/* 日程追加ここまで　*/





@media screen and (max-width: 1279px) {
  .sec-title {
    margin-bottom: 3em;
    line-height: 1.75;
  }

  .sec-title h2 {
    font-size: 5.4rem;
    font-weight: bold;
  }

  .sec-title .en {
    font-size: 2.7rem;
    font-weight: bold;
  }

  .bg-grad01::before, .bg-grad02::before {
    width: 95vw;
  }

  .bg-grad01::before {
    border-radius: 0 2em 2em 0;
  }

  .bg-grad02::before {
    border-radius: 2em 0 0 2em;
  }

  .schedule {
    margin-bottom: 6em;
    padding: 6em 0;
  }

  .schedule-list {
    width: 100%;
    margin: auto;
    padding-right: 5%;
    background: none;
  }

  .schedule-list dl:nth-of-type(2), .schedule-list dl:nth-of-type(3), .schedule-list dl:nth-of-type(4), .schedule-list dl:nth-of-type(5), .schedule-list dl:nth-of-type(6) {
    margin-left: 0;
  }

  .schedule-box dt {
    margin-bottom: 1em;
    padding-left: 36px;
    background-size: 24px auto;
    font-size: 2.4rem;
    line-height: 1.5;
  }

  .schedule-box dt span {
    display: inline-block;
    margin-right: 0.5em;
    color: #67478a;
    font-family: "Josefin Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 3.6rem;
    vertical-align: middle;
    line-height: 0.75;
  }

.schedule-box dt p.kome{
  display: inline;
 font-size: 2rem!important;   
}    

    
  .schedule-box dd {
    margin-bottom: 3em;
    padding-left: 36px;
  }

  .schedule-box dd img {
    width: 24vw;
    margin-right: 2vw;
    border-radius: 10px;
  }

  .asset04 {
    display: none;
  }

  .asset05 {
    top: 15vw;
    right: 10vw;
    width: 24vw;
    height: auto;
  }

  .schedule .asset06 {
    right: -6vw;
    bottom: -5vw;
    width: 36vw;
    height: auto;
  }

  .event {
    padding: 6em 0;
  }

  .event-list {
    position: relative;
    padding: 2em 0;
  }

  .event-list::before {
    left: -5vw;
    width: 90vw;
    border-radius: 0 2em 2em 0;
  }

  .event-list ul {
    display: block;
    width: 480px;
    margin: auto;
  }

  .event-list li {
    width: 100%;
    margin: 2em 0;
  }

  .event-list li:nth-of-type(2), .event-list li:nth-of-type(3),.event-list li:nth-of-type(5){
    margin-top: 0;
  }

  .event-list a {
    border-radius: 3.6vw;
    font-size: 1.6rem;
    line-height: 7.2vw;
  }

  .asset07 {
    top: -12vw;
    right: auto;
    left: -8vw;
    width: 40vw;
    height: auto;
  }
    
    .asset08 {       
    right: -8vw;
    right: -8vw;
    bottom: 6vw;
    width: 25vw;
    height: auto;
  }
    
/* ケーキバイキング図右 
  .asset08 {
    right: -8vw;
    right: -8vw;
    bottom: -6vw;
    width: 30vw;
    height: auto;
  }
 ケーキバイキング図右ここまで */
    
    
  .access-box {
    width: 42.5vw;
    padding: 2em;
    border-radius: 2em;
  }

  .access-box:nth-of-type(2n+1) {
    margin-top: 5vw;
  }

  .access-box h3 {
    font-size: 2.7rem;
  }

  .access-box h3 br {
    display: none;
  }

  .access-box img {
    padding: 1.5em 0;
  }

  .access-list a {
    border-radius: 3.6vw;
    font-size: 1.6rem;
    line-height: 7.2vw;
  }

  .asset09 {
    top: 3vw;
    left: -3vw;
    width: 20vw;
    height: auto;
  }
    
/*日程追加ここから*/    
  .day-box {
    width: 42.5vw;
    padding: 2em;
    border-radius: 2em;
  }

  .day-box:nth-of-type(1) {
    margin-top: 5vw;
  }
    
  .day-box:nth-of-type(3) {
    margin-top: 5vw;
  }


  .day-box h3 {
    font-size: 2rem;
  }

  .day-box h3 br {
    display: none;
  }

  .day-box img {
    padding:0.95em 0 1.25em 0;
  }

  .day-list .d_btn a {
    border-radius: 3.6vw;
    font-size: 1.6rem;
    line-height: 7.2vw;
  }

  .asset10 {
    top: 3vw;
    left: -3vw;
    width: 20vw;
    height: auto;
  }    
 /*日程追加ここまで*/
    
/* チャレンジテストここから */
.day-box h3 .c_test {
  color:#2EABFF;
  font-size: 1.75rem;
  position: relative;
  border-top: solid 2px #2EABFF;
  border-bottom: solid 2px #2EABFF;
  background: #f4f4f4;
  line-height: 1.2;
  padding:0.5em 0;
  margin:0.5em 0 0.2em;
 /* チャレンジテストここから */
}      
    
    
    
}


@media screen and (max-width: 767px) {
  .sec-title {
    margin-bottom: 2em;
    line-height: 1.75;
  }

  .sec-title h2 {
    font-size: 3.6rem;
    font-weight: bold;
  }

  .sec-title .en {
    font-size: 1.8rem;
  }

  .bg-grad01::before {
    border-radius: 0 1em 1em 0;
  }

  .bg-grad02::before {
    border-radius: 1em 0 0 1em;
  }

  .schedule {
    margin-bottom: 4em;
    padding: 4em 0;
  }

  .schedule-list {
    width: 85%;
    margin: auto;
    padding-right: 5%;
    background: none;
  }

  .schedule-list dl:nth-of-type(2), .schedule-list dl:nth-of-type(3), .schedule-list dl:nth-of-type(4), .schedule-list dl:nth-of-type(5) {
    margin-left: 0;
  }

  .schedule-box dt {
    margin-bottom: 1em;
    padding-left: 24px;
    background: url("../img/time.png") left 3px no-repeat;
    background-size: 18px auto;
    font-size: 1.8rem;
  }

  .schedule-box dt span {
    font-size: 2.4rem;
  }
    
.schedule-box dt p.kome{
  display: inline;
 font-size: 1.5rem!important;   
}

  .schedule-box dd {
    margin-bottom: 2em;
    padding: 0;
  }

  .schedule-box dd img {
    width: 100%;
    margin: 0 0 4% 0;
  }

  .asset05 {
    top: -150px;
    right: 20px;
    width: 120px;
    height: auto;
  }

  .schedule .asset06 {
    right: -50px;
    bottom: -60px;
    width: 200px;
    height: auto;
  }

  .event {
    padding: 4em 0;
  }

  .event-list {
    position: relative;
    padding: 1em 0;
  }

  .event-list::before {
    left: -5.56%;
    width: 95vw;
    border-radius: 0 1em 1em 0;
  }

  .event-list ul {
    display: block;
    width: 85%;
    padding-right: 5%;
  }

  .event-list li {
    width: 100%;
    margin: 1.5em 0;
  }

  .event-list h3 {
    margin: 1em 0;
    font-size: 2.4rem;
  }

  .event-list .txt {
    font-size: 1.6rem;
  }

  .event-list a {
    border-radius: 27px;
    font-size: 1.6rem;
    line-height: 54px;
  }

  .asset07 {
    top: -260px;
    right: auto;
    left: -10px;
    width: 200px;
    height: auto;
  }

    
   .asset08 {
    right: -20px;  
    bottom: -88px;
    width: 140px;
    height: auto;
  }

/* ケーキバイキング 
  .asset08 {
    right: -28px;
    bottom: -108px;
    width: 160px;
    height: auto;
  }
ここまで*/
    
  .access-list {
    display: block;
  }

  .access-box {
    width: 100%;
    padding: 2em;
    border-radius: 1em;
  }

  .access-box:nth-of-type(2n+1) {
    margin: 0 0 2em 0;
  }
     
    
  .access-box h3 {
    font-size: 1.8rem;
  }

  .access-box h3 br {
    display: block;
  }

  .access-box img {
    padding: 1.5em 0;
  }

  .access-list a {
    border-radius: 27px;
    font-size: 1.6rem;
    line-height: 54px;
  }

  .asset09 {
    top: 40px;
    left: -40px;
    width: 130px;
    height: auto;
  }
    
/*日程追加ここから*/    
  .day-list {
    display: block;
  }

  .day-box {
    width: 100%;
    padding: 2em;
    border-radius: 1em;
  }

  .day-box:nth-of-type(1),.day-box:nth-of-type(3)  {
    margin:2em 0;
  }
    
    
  .day-box h3 {
    font-size: 2.4rem;
  }

  .day-box h3 br {
    display: block;
  }

  .day-box img {
    padding:0.5em 0 0.95em 0;
  }

  .day-list .d_btn a {
    border-radius: 27px;
    font-size: 1.6rem;
    line-height: 54px;
  }

  .asset10 {
    top: 40px;
    left: -40px;
    width: 130px;
    height: auto;
  }
    
 /*日程追加ここまで */
    
    
/* チャレンジテストここから */
.day-box h3 .c_test {
  color:#2EABFF;
  font-size: 1.75rem;
  position: relative;
  border-top: solid 2px #2EABFF;
  border-bottom: solid 2px #2EABFF;
  background: #f4f4f4;
  line-height: 1.2;
  padding:0.6em 0.2em 0.4em 0.2em;
  margin:0.5em 0.2 0.2em 0.2em;
 /* チャレンジテストここから */
}       
   
    
    
}


/* ===================================
  中面
=================================== */

.others .visual .title {
  position: absolute;
  bottom: -40px;
  left: -40px;
  min-width: 440px;
  padding: 3em;
  border-radius: 1em;
  background: #fff;
}

.others .visual .title h1 {
  display: block;
  padding-bottom: 0.6em;
  border-bottom: 2px solid #444;
  background: linear-gradient(to right, #508fcf 0%, #a866c1 100%); /* 強ブルー系グラデ */
  -webkit-background-clip: text;
  color: #67478a;
  font-size: 4.8rem;
  font-weight: bold;

  -webkit-text-fill-color: transparent;
}

.others .visual .title p {
  display: block;
  padding-top: 1em;
  color: #444;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}

.others .inner .desc {
  margin: 0 0 1.5em;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 2em;
}


  .inner .mini {
    padding: 5.6vw 0;
    font-size: 1.5rem;
    line-height: 2.7em;
  } 



@media screen and (max-width: 1279px) {
  .others .visual .title {
    bottom: -8vw;
    left: -3vw;
    min-width: 36vw;
    padding: 2em;
    border-radius: 0.8em;
  }

  .others .visual .title h1 {
    padding-bottom: 0.4em;
    border-bottom: 1px solid #444;
    font-size: 3.6rem;
  }

  .others .visual .title p {
    padding-top: 0.8em;
    font-size: 1.6rem;
  }

  .others .inner .desc {
    font-size: 2rem;
  }
    
    .others .inner .mini {
    margin: 0 0 2em;
    font-size: 1.2rem;
    line-height: 1.5em;
  }
    
}

@media screen and (max-width: 767px) {
  .others .visual .title {
    bottom: -24px;
    left: -8px;
    min-width: 200px;
    padding: 0.8em;
    border-radius: 0.4em;
  }

  .others .visual .trim {
    height: 260px;

    object-fit: cover;
  }

  .others .visual .title h1 {
    font-size: 2rem;
  }

  .others .visual .title p {
    font-size: 1.2rem;
  }

  .others .inner .desc {
    margin: 0 0 2em;
    font-size: 1.6rem;
    line-height: 2em;
  }
    
    .others .inner .mini {
    margin: 0 0 2em;
    font-size: 1.2rem;
    line-height: 2em;
  }
    


    
    
}


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

.course .course-list:first-of-type {
  margin-top: 5em;
}

.course .dept-name {
  position: relative;
  margin: 1em 0;
  padding: 1em 2em;
  border-radius: 1em;
  background: #5dc2d0;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
  color: #fff;
  cursor: pointer;
}

.course .dept-name p {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 2;
}

#dept01 .dept-name {
  background: #f18d9e;
}
#dept02 .dept-name {
  background: #5bc8ac;
}
#dept03 .dept-name {
  background: #EE9C6A;
}
#dept04 .dept-name {
  background: #f34a4a;
}
#dept05 .dept-name {
  background: #FFB547;
}
#dept06 .dept-name {
  background: #f1595d;
}

.course .dept-name::before, .course .dept-name::after {
  position: absolute;
  width: 25px;
  height: 5px;
  background-color: #fff;
  content: "";
}

.course .dept-name::before {
  top: 48%;
  right: 2em;
  transform: rotate(0deg);
}

.course .dept-name::after {
  top: 48%;
  right: 2em;
  transform: rotate(90deg);
}

.course .dept-name.close::after {
  display: none;
}

.course .dept-detail {
  display: none;
  margin: 60px 0;
}

.course .dept-detail ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.course .dept-detail li {
  width: 600px;
  margin: 0 0 60px;
  border-radius: 1em;
  background: #fff;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}


/* ===oc追加== */
.space {
  background-color:transparent!important;
  box-shadow:none!important;
}

.course .dept-waku {
  position: relative;
  margin:0 0 1em;
  padding: 1em 2em;
  border-radius: 0.75em;
  background: #5dc2d0;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
  color: #fff;
}

.course .dept-waku p {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 2;
}

.dept-waku.co1 {background: #f57b22;}
.dept-waku.co2 {background: #12bcbd;}
.dept-waku.co3 {background: #34b558;}
.dept-waku.co4 {background: #c1539f;}
.dept-waku.co5 {background: #589bd4;}
.dept-waku.co6 {background: #f1595d;}

/* ===oc追加ここまで=== */


.course .dept-detail li img {
  border-radius: 1em 1em 0 0;
}

.course .dept-detail li div {
  padding: 2em;
}

.course .dept-detail li dl {
  padding-bottom: 2em;
}

.course .dept-detail li dt {
  display: flex;
  position: relative;
  min-height: 72px;
  margin-bottom: 24px;
  padding-left: 140px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.25;

  align-items: center;
}

.course .dept-detail li dt .course-num {
  position: absolute;
  top: 4px;
  left: 0;
  width: 80px;
  padding: 20px 0 0;
  font-family: "Josefin Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 6.0rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

#dept01 .dept-detail li dt .course-num {
  color: #f57b22;
}
#dept02 .dept-detail li dt .course-num {
  color: #12bcbd;
}
#dept03 .dept-detail li dt .course-num {
  color: #34b558;
}
#dept04 .dept-detail li dt .course-num {
  color: #c1539f;
}
#dept05 .dept-detail li dt .course-num {
  color: #589bd4;
}
#dept06 .dept-detail li dt .course-num {
  color: #f1595d;
}



.course .dept-detail li dt .course-num::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  color: #444;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  content: "体験講座";
}

.course .dept-detail li dt .course-num::after {
  position: absolute;
  top: -2px;
  left: 106px;
  width: 1px;
  height: 70px;
  background: #444;
  content: "";
  transform: rotate(15deg);
}

.course .dept-detail li table {
  width: 100%;
  padding-top: 2em;
  border-top: 1px solid #444;
}

.course .dept-detail li th {
  border: 1px solid #444;
  text-align: center;
}

.course .dept-detail li td {
  padding: 0 1em;
}


@media screen and (max-width: 1279px) {
  .course .course-list:first-of-type {
    margin-top: 4em;
  }

  .course .dept-name {
    margin: 1em 0;
    padding: 0.8em 1.6em;
    border-radius: 0.75em;
  }

  .course .dept-name p {
    font-size: 1.85rem;
    line-height: 2;
  }

  .course .dept-name::before, .course .dept-name::after {
    width: 20px;
    height: 4px;
  }

  .course .dept-name::before {
    right: 1.5em;
  }

  .course .dept-name::after {
    right: 1.5em;
  }

    
/* ===oc追加学科色ここから=== */   

    
　.course .dept-waku {
    margin: 1em 0;
    padding: 0.8em 1.6em;
    border-radius: 0.75em;
  }

  .course .dept-waku p {
    font-size: 1.4rem;
    line-height: 2;
  }

/* ===oc追加学科色ここまで=== */   
    
  .course .dept-detail {
    margin: 40px 0;
  }

  .course .dept-detail li {
    width: 42.5vw;
    margin: 0 0 40px;
    border-radius: 0.75em;
  }

  .course .dept-detail li img {
    border-radius: 0.75em 0.75em 0 0;
  }

  .course .dept-detail li div {
    padding: 1.5em;
  }

  .course .dept-detail li dl {
    padding-bottom: 1.5em;
  }

  .course .dept-detail li dt {
    min-height: 64px;
    margin-bottom: 18px;
    padding-left: 110px;
    font-size: 2rem;
  }

  .course .dept-detail li dt .course-num {
    top: 4px;
    width: 66px;
    padding: 20px 0 0;
    font-size: 5.0rem;
  }

  .course .dept-detail li dt .course-num::before {
    width: 66px;
    font-size: 1.4rem;
  }

  .course .dept-detail li dt .course-num::after {
    top: -2px;
    left: 86px;
    height: 64px;
  }
}

@media screen and (max-width: 767px) {
  .course .course-list:first-of-type {
    margin-top: 3em;
  }

  .course .dept-name {
    margin-bottom: 10px;
    padding: 0.6em 1.2em;
    border-radius: 0.5em;
  }

  .course .dept-name p {
    font-size: 1.6rem;
    line-height: 2;
  }
    

  .course .dept-name::before, .course .dept-name::after {
    width: 16px;
    height: 2px;
  }

  .course .dept-name::before {
    right: 1em;
  }

  .course .dept-name::after {
    right: 1em;
  }
    

/* ===oc追加学科色ここから=== */   

　.course .dept-waku {
    margin-bottom: 10px;
    padding: 0.6em 1.2em;
    border-radius: 0.5em;
  }

  .course .dept-waku p {
    font-size: 1.6rem;
    line-height: 2;
  }
    
  .course .dept-waku::before, .course .dept-waku::after {
    width: 16px;
    height: 2px;
  }

  .course .dept-waku::before {
    right: 1em;
  }

  .course .dept-waku::after {
    right: 1em;
  }
    
/* ===oc追加学科色ここまで=== */


  .course .dept-detail {
    margin: 20px 0 0;
  }

  .course .dept-detail ul {
    display: block;
  }

  .course .dept-detail li {
    width: 100%;
    margin: 0 0 20px;
    border-radius: 0.5em;
  }

  .course .dept-detail li img {
    border-radius: 0.5em 0.5em 0 0;
  }

  .course .dept-detail li div {
    padding: 1em;
  }

  .course .dept-detail li dl {
    padding-bottom: 1em;
  }

  .course .dept-detail li dt {
    min-height: 50px;
    margin-bottom: 10px;
    padding-left: 80px;
    font-size: 1.75rem;
  }

  .course .dept-detail li dt .course-num {
    top: 6px;
    width: 60px;
    padding: 14px 0 0;
    font-size: 4.0rem;
  }

  .course .dept-detail li dt .course-num::before {
    width: 60px;
    font-size: 1.2rem;
  }

  .course .dept-detail li dt .course-num::after {
    top: -2px;
    left: 66px;
    height: 48px;
    transform: rotate(0deg);
  }

  .course .dept-detail li table {
    padding-top: 1.5em;
    font-size: 13px;
  }

  .course .dept-detail li th {
    padding: 0 0.2em;
  }

  .course .dept-detail li td {
    padding: 0 0.5em;
  }
}


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

.inner .desc a, .inner section a {
  outline: none;
  color: rgba(153,51,51,1);

  -webkit-tap-highlight-color: rgba(153,51,51,0);
}
.inner section a:link, .inner section a:visited {
  color: rgba(153,51,51,1);
  text-decoration: none;
}

.inner section a:hover {
  opacity: 0.85;
  color: rgba(153,51,51,1);
}

.inner section h2 {
  position: relative;
  margin: 1em 0;
  padding: 1em 2em;
  border-radius: 1em;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
  color: #fff;
}

.inner section:first-of-type h2 {
  background: rgba(93,194,208,1);
}

.inner section:nth-of-type(2) h2 {
  background: rgba(239,137,146,1);
}

.inner section:nth-of-type(3) h2 {
  background: rgba(142,197,74,1);
}

.inner section:nth-of-type(4) h2 {
  background: rgba(86,160,215,1);
}

.inner section:nth-of-type(5) h2 {
  background: rgba(240,125,79,1);
}

.inner section h2 p {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 2;
}

.inner section .box {
  margin: 3.75em 2.5em 7.5em;
}

.inner section h3 {
  margin: 1em 0;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.75;
}

.inner section:first-of-type h3 {
  color: rgba(93,194,208,1);
}

.inner section:nth-of-type(2) h3 {
  color: rgba(239,137,146,1);
}

.inner section:nth-of-type(3) h3 {
  color: rgba(142,197,74,1);
}

.inner section:nth-of-type(4) h3 {
  color: rgba(86,160,215,1);
}

.inner section:nth-of-type(5) h3 {
  color: rgba(240,125,79,1);
}

.inner section h3 &gt; span {
  display: inline-block;
  color: #444;
  font-size: 1.6rem;
  vertical-align: middle;
}

.inner section .red {
  color: #c00;
  font-weight: bold;
}

.inner section .pic {
  margin: 2em 0 4em;
  text-align: center;
}

.inner section table {
  width: 100%;
  border: 2px solid #333;
  background: #fff;
  font-size: 2.4rem;
  text-align: center;
}

.inner section table th {
  padding: 0.4em 0.8em;
  border-right: 1px solid #333;
  color: #fff;
}

.inner section table th:last-of-type {
  border-right: 0;
}

.inner section:first-of-type table th {
  background: rgba(93,194,208,1);
}

.inner section:nth-of-type(2) table th {
  background: rgba(239,137,146,1);
}

.inner section:nth-of-type(3) table th {
  background: rgba(142,197,74,1);
}

.inner section:nth-of-type(4) table th {
  background: rgba(86,160,215,1);
}

.inner section:nth-of-type(5) table th {
  background: rgba(240,125,79,1);
}

.inner section table td {
  width: 25%;
  padding: 0.4em 0.8em;
  border-right: 1px solid #333;
}

.inner section table td:last-of-type {
  border-right: 0;
}

.inner section:first-of-type table .sta td {
  background: rgba(93,194,208,0.3);
}

.inner section:nth-of-type(2) table .sta td {
  background: rgba(239,137,146,0.3);
}

.inner section:nth-of-type(3) table .sta td {
  background: rgba(142,197,74,0.3);
}

.inner section:nth-of-type(4) table .sta td {
  background: rgba(86,160,215,0.3);
}

.inner section:nth-of-type(5) table .sta td {
  background: rgba(240,125,79,0.3);
}

.inner section .txt {
  margin: 1em 0;
}

.inner section ol {
  font-size: 2.0rem;
}

.inner section ol li {
  position: relative;
  padding-left: 1.2em;
}

.inner section ol li::before {
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 3.2rem;
  line-height: 1;
  content: "●";
}

.inner section:first-of-type ol li::before {
  color: rgba(93,194,208,1);
}

.inner section:nth-of-type(2) ol li::before {
  color: rgba(239,137,146,1);
}

.inner section ol li.note {
  padding: 0.25em 0 0 0.25em;
  font-size: 1.6rem;
}

.inner section ol li.note::before {
  display: none;
}

.inner section .map {
  display: flex;
  margin: 2em 0;

  flex-wrap: wrap;
  justify-content: space-between;
}

.inner section .map li {
  margin: 2em 0;
}

.inner section .map img {
  border-radius: 1em;
}

.inner section .btn {
  text-align: center;
}

.inner section .btn a {
  display: inline-block;
  width: 600px;
  padding: 0;
  border-radius: 48px;
  background: linear-gradient(to right, #508fcf 0%, #a866c1 100%); /* 強ブルー系グラデ */
  box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 96px;
}

.inner section .contactus {
  margin: 1em 0;
  font-size: 2.4rem;
  text-align: center;
}

.inner section .contactus span {
  display: inline-block;
  margin-bottom: 1em;
  font-weight: bold;
}

.inner section .qa {
  margin: 1em 0;
  font-size: 2.0rem;
}

.inner section .qa dt, .inner section .qa dd {
  padding-left: 3.2em;
  text-indent: -3.2em;
}

.inner section .qa dt {
  margin: 0.5em 0;
  font-weight: bold;
}

.inner section .qa dd {
  margin: 0.5em 0 1.5em;
}

.inner section .qa span {
  display: inline-block;
  width: 64px;
  font-family: "Josefin Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 3.6rem;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}

.inner section .qa dt span {
  color: rgba(239,137,146,1);
  text-indent: 0;
}

.inner section .qa dd span {
  color: rgba(93,194,208,1);
  text-indent: 0;
}

.inner .mido {
    padding: 5.6vw 0;
    font-size: 5rem;
    line-height: 2.7em;
  }


@media screen and (max-width: 1279px) {
  .inner section h2 {
    margin: 0.8em 0;
    padding: 0.8em 1.6em;
    border-radius: 0.75em;
  }

  .inner section h2 p {
    font-size: 2.4rem;
    line-height: 2;
  }

  .inner section .box {
    margin: 2.5em 1.25em 5em;
  }

  .inner section h3 {
    font-size: 2.4rem;
  }
    
    .inner .mido {
    padding: 5.6vw 0;
    font-size: 2.5rem;
    line-height: 2.7em;
  }    
    

  .inner section .pic {
    margin: 1.5em 0 3em;
  }

  .inner section table {
    font-size: 1.8rem;
  }

  .inner section ol {
    font-size: 1.8rem;
  }

  .inner section .map li {
    margin: 1.5em 0;
  }

  .inner section .map img {
    border-radius: 0.75em;
  }

  .inner section .btn a {
    border-radius: 3.6vw;
    font-size: 2rem;
    line-height: 7.2vw;
  }

  .inner section .contactus {
    font-size: 2rem;
  }

  .inner section .contactus span {
    display: inline-block;
    margin-bottom: 1em;
    font-weight: bold;
  }

  .inner section .qa {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .inner section h2 {
    margin: 0.6em 0;
    padding: 0.6em 1.2em;
    border-radius: 0.5em;
  }

  .inner section h2 p {
    font-size: 1.6rem;
    line-height: 2;
  }

  .inner section .box {
    margin: 1.5em 0 3em;
  }

  .inner section h3 {
    font-size: 1.6rem;
  }

  .inner section h3 &gt; span {
    font-size: 1.6rem;
    font-weight: normal;
  }

  .inner section .pic {
    margin: 1em 0 2em;
  }

  .inner section table {
    font-size: 1.2rem;
  }

  .inner section table th {
    padding: 0.4em;
  }

  .inner section table td {
    width: auto;
    padding: 0.4em;
  }

  .inner section ol {
    font-size: 1.6rem;
  }

  .inner section ol li::before {
    top: 6px;
    font-size: 1.6rem;
  }

  .inner section ol li.note {
    font-size: 1.2rem;
  }

  .inner section .map {
    display: block;
    margin: 1em 0;
  }

  .inner section .map li {
    margin: 1em 0;
  }

  .inner section .map img {
    border-radius: 0.5em;
  }

  .inner section .btn a {
    width: 90%;
    border-radius: 27px;
    font-size: 1.6rem;
    line-height: 54px;
  }

  .inner section .contactus {
    font-size: 1.6rem;
  }

  .inner section .qa {
    font-size: 1.6rem;
  }

  .inner section .qa dt, .inner section .qa dd {
    padding-left: 2em;
    text-indent: -2em;
  }

  .inner section .qa span {
    width: 32px;
    font-size: 2.4rem;
  }

  .inner section .qa dt span {
    text-indent: 0;
  }

  .inner section .qa dd span {
    text-indent: 0;
  }
}

  /*　楕円　 */  
.event-box img {
  border-radius:36% 43% 41% 32% / 33% 33% 34% 53%;
}

/* ===oc追加ここから=== */
.dept-detail .co1 .course-num {color: #f57b22!important;}
.dept-detail .co2 .course-num {color: #12bcbd!important;}
.dept-detail .co3 .course-num {color: #34b558!important;}
.dept-detail .co4 .course-num {color: #c1539f!important;}
.dept-detail .co5 .course-num {color: #589bd4!important;}
.dept-detail .co6 .course-num {color: #f1595d!important;}

/* ===oc追加ここまで=== */


.fuchi {
  color: rgba(0,0,0,0);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-text-stroke: 1px #000;
  text-shadow: 2px 2px #333333;
}</pre></body></html>