@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", serif;
  font-weight: 600;
}

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

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;
}

 .cap {
   font-size: 8px;
  } 

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

  section {
    margin: 4em 0;
  }

  .inner {
    width: 90%;
  }

  .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 3em;
  background: linear-gradient(to bottom, #E6F6FF 0%, #d0a0de 100%); /* グリーン系グラデ */
}

header::after {
  left: 0;
  width: calc(100% - (100vw - 1300px) / 2 - 200px);
  height: calc(100% - 140px);
  border-radius: 0 0 3em 0;
  background: linear-gradient(to bottom, #ffe8f1 0%, #f3e6ff 100%); /* ピンク系グラデ */
}

header .logo {
  padding: 40px 0;
}

header .logo img {
  height: 120px;
}

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

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

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

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

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

/* コメント表示 */

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

.asset_co02 {
  position: absolute;
  z-index: 2;
  top: 60px;
  left: 100px;
}

.asset_co03 {
  position: absolute;
  z-index: 2;
  top: -30px;
  right: -50px;
}

.asset_co04 {
  position: absolute;
  z-index: 2;
  top: 70px;
  right:50px;
}

.asset_co05 {
  position: absolute;
  z-index: 2;
  top: 5px;
  left:440px;
}

/* コメント表示ここまで */

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 #fff;
}

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

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

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

.intro h2 {
  display: inline-block;
  font-size: 6.2rem;
  font-weight: 800;
}

.intro h2 > span > span {
  background-image: linear-gradient( 90.5deg, rgba(194,94,152,1) 10.7%, rgba(236,119,152,1) 30%, rgba(65,239,164,1) 106.7% ); /* 紫to緑 */
  -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: 50px;
  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: 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: 30px;
    right: 0;
    left: 0;
    margin: auto;
  }

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

  .asset01 {
    top: -20px;
    left: -10px;
    width: 75px;
    height: auto;
  }

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

/* コメント表示m767ここから */
    
.asset_co01 {
  z-index: 2;
  top: -60px;
  left: -30px;
  width:230px;
}

.asset_co02 {
  z-index: 2;
  top: 20px;
  left: 20px;
  width:260px;
}

.asset_co03 {
display: none;
}

.asset_co04 {
  z-index: 2;
  top: -30px;
  right:-30px;
}

.asset_co05 {
  z-index: 2;
  top: 80px;
  left:210px;
  width: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 #fff;
  }

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

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

  .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.globalMenuPc {
    display: none;
  }

  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;
  }
}


/* コメント表示m600ここから */

@media screen and (max-width: 600px) {
.asset_co01 {
  z-index: 2;
  top: -60px;
  left: -30px;
  width:190px;
}

.asset_co02 {
  z-index: 2;
  top: 0px;
  left: 10px;
  width:240px;
}

.asset_co03 {
display: none;
}

.asset_co04 {
  z-index: 2;
  top: -30px;
  right:-30px;
  width:260px;
}

.asset_co05 {
  z-index: 2;
  top: 65px;
  left:160px;
  width:270px;
}
}
/* コメント表示ここまで */ 

/* コメント表示m500ここから */

@media screen and (max-width: 500px) {
.asset_co01 {
  z-index: 2;
  top: -30px;
  left: -10px;
  width:140px;
}

.asset_co02 {
  z-index: 2;
  top: 17px;
  left: 5px;
  width:160px;
}

.asset_co03 {
display: none;
}

.asset_co04 {
  z-index: 2;
  top: -20px;
  right:-0px;
  width:180px;
}

.asset_co05 {
  z-index: 2;
  top: 40px;
  left:140px;
  width:190px;
}
  
}
/* コメント表示ここまで */ 



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

.entry-column {
  background-image: linear-gradient(to left, #becbee, #c2c4f9, #d0bafe, #e6aefd, #ff9ef3);
  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: 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: linear-gradient(to right, #e74c9b 0%, #d0a0de 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%;
}


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

.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-radius: 0 3em 3em 0;
  background-image: linear-gradient(-225deg, #ffdde1 0%, #EACCF8 48%,#69EACB  100%);
}

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

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

.schedule-list {margin-left: -50px;
  background: url("../img/schedule_bg2.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: 500px;
}

.schedule-box dt {
  margin-bottom: 20px;
  padding-left: 48px;
  background: url("../img/time.png") left center no-repeat;
  font-size: 3.6rem;
  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 dd {
  margin-bottom: 32px;
  padding-left: 180px;
}


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

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

.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;
}

.schedule .asset_nyushi {
  position: absolute;
  z-index: 2;
  right: 280px;
  bottom: 320px;
  width: 170px;
  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: 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(to top, #8EC5FC 0%, #E0C3FC 100%); /* 紫系グラデ上向き */



  text-align: center;
}

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

.access-box h3 {
  color: #67478a;
  font-size: 3.6rem;
  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;
}


@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, .bg-grad02::before {
    width: 95VW;
  }

  .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), .schedule-list dl:nth-of-type(6) {
    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;
    line-height: 24px;
  }

  .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;
    border-radius: 10px;
  }

  .asset04 {
    display: none;
  }

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

  .schedule .asset06 {
    right: -50px;
    bottom: -60px;
    width: 200px;
    height: auto;
  }
    
.schedule .asset_nyushi {
  right: 20px;
  bottom: 420px;
  width: 130px;
  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 li:nth-of-type(2), .event-list li:nth-of-type(3) {
    margin-top: 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: -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(1) {
    margin: 0 0 2em 0;
  }

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

  .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;
  }
}


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

.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;
}

@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: 240px;

    object-fit: cover;
  }

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

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

  .others .inner .desc {
    margin: 0 0 2em;
    font-size: 1.6rem;
    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: #f57b22;
}
#dept02 .dept-name {
  background: #12bcbd;
}
#dept03 .dept-name {
  background: #34b558;
}
#dept04 .dept-name {
  background: #c1539f;
}
#dept05 .dept-name {
  background: #589bd4;
}
#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);
}

.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: 2.6rem;
  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;
}


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

@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;
  }

  .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: 2rem;
  }

  .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 > 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;
}


@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 > 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;
  }
}
/* スクールバスダイヤ ボタン */
.btn a {
  display: inline-block;
  padding: 30px 90px;
  font-size: 20px;
  background: linear-gradient(90deg, #3aa0e6, #b86bd8);
  color: #fff;
  font-weight: bold;
  border-radius: 999px;
  text-decoration: none;
}

.btn {
  text-align: center;
  margin: 30px 0 50px;
}

.kotsuhi-table {
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
  border-collapse: collapse;
  font-size: 16px;
}

.kotsuhi-table th {
  background: #b7d4ff;
  border: 1px solid #333;
  padding: 12px;
  text-align: center;
}

.kotsuhi-table td {
  border: 1px solid #333;
  padding: 12px;
  text-align: center;
}

.note {
  max-width: 800px;
  margin: 20px auto;
  font-size: 14px;
}

.note li {
  font-size: 20px;
}

/* 申込みセクション */
.apply-temp {
  max-width: 800px;
  margin: 60px auto;
  padding: 40px;
  background: #f7f9ff;
  border-radius: 20px;
  text-align: center;
}

/* 見出し */
.apply-temp h2 {
  font-size: 28px;
  margin-bottom: 30px;
}

/* 文章 */
.apply-temp p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* ボタン */
.btn {
  margin-top: 40px;
}

.btn a {
  display: inline-block;
  padding: 20px 60px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(135deg, #6a8dff, #8fb6ff);
  border-radius: 999px;
  text-decoration: none;
}

.btn a:hover {
  opacity: 0.85;
}

@media screen and (max-width: 768px) {
  .btn a {
    font-size: 16px;
    padding: 14px 20px;
  }
}
