@charset "UTF-8";
/* アクセシビリティ用 hidden */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* スキップリンク - 通常は画面外に隠し、フォーカス時のみ表示 */
.skip-link {
  position: absolute;
  top: -80px;
  left: 6px;
  background: #000;
  color: #fff;
  padding: 8px 12px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  z-index: 9999;
  transition: top 0.2s ease;
  border: 2px solid #fff;
}

.skip-link:focus {
  top: 6px;
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}

.skip-link:hover {
  background: #333;
}

/*===============================================
変数格納用
===============================================*/

/* var */
:root {
  --black: #000000 ;
  --purewhite: #ffffff ;
}

/*===============================================
webfont
===============================================*/
.fontZenkaku{
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fontZenkaku__antique{
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.fontNotosans{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.fontRoboto{
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings:"wdth" 100;
}

/*===============================================
reset
===============================================*/
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, form,
fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--black);
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 600;
}

ul {
  list-style: none;
  margin-bottom: 10px;
}

fieldset, img {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  vertical-align: top;
}

caption {
  text-align: left;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

img {
  max-width: 100%;
  border: 0;
  height: auto;
  vertical-align: bottom;
}

figure {
  margin: 0;
}

/*===============================================
基本要素の設定
body
ul,ol
a
h
===============================================*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

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

html {
  font-size: 18px;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 1.9;
  font-weight: 500;
  background:#F8F9FA  url(../images/bg-mv.png) no-repeat center top;
}

.olnumber {
  line-height: 2;
}

iframe {
  width: 100%;
}

a {
  color: var(--lightgreen);
  word-break: break-all;
}

a:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

h2 {
  font-size: 2.8rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

h3 {
  line-height: 1.4;
}

strong {
  font-weight: 600;
}

p {
  margin-bottom: 0.6rem;
  letter-spacing: 1.2px;
}

/*===============================================
共通クラスの設定
===============================================*/
.pcOnly{
  display: block;
}
@media screen and (max-width: 1120px) {
  .pcOnly{
    display: none;
  }
}

.spOnly {
  display: none;
}
@media screen and (max-width: 780px) {
  .spOnly {
    display: block;
  }
}

/*------------
コンテンツ幅
--------------*/
.rr-contentsArea {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1921px) {
  .rr-contentsArea {
    margin: 0 18vw;
  }
}

@media screen and (max-width: 1212px) {
  .rr-contentsArea {
    margin: 0 1.4rem;
  }
}

.CTA{
  background: #2F3237;
  padding: 45px 0 30px;
}
@media screen and (max-width: 980px) {
  .CTA {
    padding: 30px 2rem 15px;
  }
  .CTA .contentsWidth{
    width: 100%;
  }
}

/*------------
flex 左右用
--------------*/
.flexContainer {
  display: flex;
  flex-wrap: wrap;
}

/* flex反転 */
.contentsReversr {
  flex-direction: row-reverse;
}

/*------------
ボタン
--------------*/
.btnRed {
  position: relative;
  width: 500px;
  min-width: 360px;
  margin-bottom: 10px;
  padding: 1rem 0 0.5rem 0;
  color: var(--purewhite);
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  background:#CE2A28;
  border: 1px solid #CE2A28;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btnRed:hover {
  background: #b8001a;
}

@media screen and (max-width: 910px) {
  .btnRed {
    font-size: 1.1rem;
    min-width: 40%;
  }
}

@media screen and (max-width: 780px) {
  .btnRed{
    font-size: 21px;
    padding: 1.5rem 1rem 1.5rem 1rem;
    min-width: 100%;
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

.btnRed__ttl{
  font-size: 1.5rem;
}

/*------------
トップに戻るボタン
--------------*/
#toTopBtn {
  position: fixed;
  right: 24px;
  bottom: 32px;
  z-index: 999;
  color: #fff;
  border: none;
  /* border-radius: 50%; */
  /* width: 48px; */
  /* height: 48px; */
  /* font-size: 24px; */
  cursor: pointer;
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.2); */
  display: none;
  transition: opacity 0.3s;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s, background 0.3s;
  -webkit-transition: opacity 0.3s, background 0.3s;
}

/*
#toTopBtn:hover,
#toTopBtn:focus-visible {
  background: #b8001a;
  outline: none;
}
*/

#toTopBtn svg {
  width: 1.2em;
  height: 1.2em;
  display: block;
  fill: currentColor;
  pointer-events: none;
  transition: fill 0.3s;
}

/*------------
アニメーション
--------------*/
.effect-fade {
  opacity: 0;
  transform: translate(0, 15px);
  transition: all 900ms;
}

.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

/*-- アニメーション --*/
@-webkit-keyframes masking {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes masking {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.opa08:hover {
  opacity: 0.7;
}

.opa08 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*------------
contentsWidth
--------------*/
.contentsWidth{
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  .contentsWidth {
    width: 90%;
  }
}
@media screen and (max-width: 780px) {
  .contentsWidth {
    width: 90%;
  }
}

/*------------
カード型リスト
--------------*/
.flexList{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap:1vw;
}
@media screen and (max-width: 1024px) {
  .flexList{
    display: block;
  }
}
/* mediaqueries(ipad) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .flexList {
      display: flex;
  }
  .contentsWidth .flexList li{
    width: 100%;
    max-width: 100%;
  }
}

.flexList > li {
  flex: 1 1 30%;
  max-width: 30%;
  margin-bottom: 7rem;
  padding: 30px 30px;
  border-radius: 39px;
}
@media screen and (max-width: 1024px) {
  .flexList > li {
    flex: 1 1 30%;
    width: 100%;
    max-width:100%;
    margin-bottom: 4rem;
    border-radius: 39px;
  }
}

.topNomber .flexList > li {
  flex: 1 1 30%;
  max-width: 30%;
  margin-bottom: 7rem;
  padding: 0;
  border-radius: 39px;
}
@media screen and (max-width: 1024px) {
.topNomber .flexList > li {
    width: 100%;
    max-width:100%;
    margin-bottom: 6rem;
    border-radius: 39px;
  }
}
@media screen and (max-width: 780px) {
.topNomber .flexList > li {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 780px) {
  .topNomber .flexList li.effect-fade {
    transition-delay: 0s !important;
  }
}

.topNomber .flexList > li.flexList__linkNone{
  padding: 30px 30px;
}

.flexList li a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  text-decoration: none;
}

.flexList li h3 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  margin-bottom: 0.6rem;
}

.flexList li figure {
  margin-bottom: 0.8rem;
}

.flexList li ul{
  list-style-type: disc;
  margin-left: 1.5rem;
}

.flexList li p {
  line-height: 1.5;
}

/* アニメーション */
.topProgram .flexList > li:not(.flexList__linkNone):hover {
  transform: translateY(-8px);
  transition: transform 0.3s cubic-bezier(.77,0,.175,1);
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

/*===============================================
見出しの設定
===============================================*/
.sectionTtl{
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 2.8rem;
  width: 90vw;
  margin-left: calc(50% - 45vw);
  height: auto;
  min-height: auto;
  max-height: none;
}

/* 文字のみのグラデーションクラス */
.sectionTtl__en.text-gradient {
  background: linear-gradient(90deg, #49F9FF, #81FFE5, #BCFFD5);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
  width: auto;
}

.sectionTtl__en {
    position: relative;
    z-index: 0;
    bottom: -14px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 10vw;
    font-weight: bold;
    letter-spacing: 8px;
    display: block;
    width: 100%;
    transform: translateX(-4px);
    line-height: 1;
    margin-bottom: 0;
}

.sectionTtl__ja {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 37px;
  font-weight: 900;
  line-height: 1.5;
  white-space: nowrap;
  margin-top: 1.55em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 780px) {
  .sectionTtl__ja {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.2;
    white-space: normal;
    margin-top: 1.2em;
    margin-bottom: 0;
  }
}

/*===============================================
header
===============================================*/
.header {
  background-color: white;
  box-shadow: 0px 5px 7px #0000000D;
  border-radius: 8px;
  margin: 16px 6vw 0;
  padding: 10px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .header {
    margin: 16px 6vw 0;
    padding: 10px 20px;
  }
}

.header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__logo img {
  width: 60px;
  height: 60px;
}

.header__nav {
  display: flex;
  gap: 40px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
}
@media screen and (max-width: 780px) {
  .header__nav {
    display: none;
  }
}

.header__nav a {
  text-decoration: none;
}

.header__nav a:hover {
  color: #69E9EE;
}

/*===============================================
TOP-MV
===============================================*/
.mainVisual {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 100%;
  margin: 1rem auto 0;
  padding: 0 0 3rem;
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5)),url(../images/mv-l.jpg) no-repeat left bottom;
  background-size: cover;
}
@media screen and (max-width: 980px) {
.mainVisual {
  margin: 2.5rem auto 2rem;
  padding: 1.5rem 0 3rem;
  background: url(../images/mv-sp.jpg) no-repeat left bottom;
  background-size: cover;
}
}

/*------------
左側のコンテンツ
--------------*/
.mvLeft {
  position: relative;
  min-width: 570px;
  max-width: 70%;
  margin: 0 auto;
  padding: 20px;
}
@media screen and (max-width: 980px) {
  .mvLeft {
    width: 100%;
    margin: 0 auto;
    padding: 60px 20px;
  }
}
@media screen and (max-width: 780px) {
  .mvLeft {
    min-width:100%;
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
  }
}

.mvLeft__inner{
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
.mvLeft__inner{
  width: 100%;
  margin: 0 auto;
}
}

.mainVisual__title {
  letter-spacing: 4px;
  font-weight: bold;
  background: linear-gradient(135deg, #4fc3f7, #26a69a, #66bb6a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
}
@media screen and (max-width: 1120px) {
  .mainVisual__title {
    text-align: center;
  }
}

.mainVisual__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.3;
  font-style: normal;
  color: #111111;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1120px) {
  .mainVisual__subtitle {
    text-align: center;
  }
}
@media screen and (max-width: 980px) {
  .mainVisual__subtitle {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}

.mainVisual__infoBox {
  margin-bottom: 20px;
}

.program-period {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  text-align: center;
  padding: 15px 25px;
  margin-bottom: 15px;
  background:var(--purewhite);
  border-radius: 8px;
}
@media screen and (max-width: 980px) {
  .program-period {
    font-size: 0.8rem;
    padding: 15px 15px;
    background: var(--purewhite);
  }
}

.application-deadline {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  text-align: center;
  background: var(--purewhite);
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 15px 25px;
}
@media screen and (max-width: 980px) {
  .application-deadline {
    font-size: 0.8rem;
    padding: 15px 15px;
    background: var(--purewhite);
  }
}

.join-banner{
  position: absolute;
  right: -15%;
  top: 25%;
  width:140px;
  height:140px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background: #FFAFFF;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.1;
}
@media screen and (max-width: 980px) {
  .join-banner{
    font-size: 1.5rem;
    width:100px;
    height:100px;
  }
}
@media screen and (max-width: 980px) {
  .join-banner{
    top:-50px;
    right: 3%;
    font-size: 1.5rem;
    width:100px;
    height:100px;
  }
}

.join-banner p{
  margin-bottom: 0;
}

.recruitment-banner {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 3.3vw;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  color: black;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 1300px) {
  .recruitment-banner {
    font-size: 2.2rem;
  }
}

/* アニメーション */
.recruitment-banner p{
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.recruitment-banner{
  display: inline-block;
  width: 100%;
  text-align: center;
  color: transparent;
  position: relative;
  overflow: hidden;
  -webkit-transition: color 0ms 800ms;
  transition: color 0ms 800ms;
}
.recruitment-banner.is-action {
  color: var(--black);
}
.recruitment-banner::after {
  content: "";
  background: #FFAFFF;
  border-radius: 8px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
}
.recruitment-banner.is-action::after {
  -webkit-animation: masking 600ms cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation: masking 600ms cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

/*------------
右側のイラスト
--------------*/
.mvRight {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .mvRight {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 980px) {
  .mvRight {
    display: none;
  }
}

/*===============================================
contents
===============================================*/

/*------------
MESSAGE
--------------*/
.topMessage{
  margin:  6rem 0 0;
  display: flex;
  gap:4vw;
  justify-content: center;
}
@media screen and (max-width: 1120px) {
  .topMessage{
    display: block;
    margin: 2rem 0 0;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 780px) {
  .topMessage{
    padding: 0 1.2rem;
  }
}

.topMessage__ttl{
  width: 40%;
}
@media screen and (max-width: 1120px) {
  .topMessage__ttl{
    width: 100%;
  }
}

.topMessage__ttl p{
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 3.5vw;
  font-weight: 900;
  line-height: 1.8;
  display: inline;
  padding: 0 1px 0px;
  background: transparent linear-gradient(99deg, #81FFE5 0%, #67FFB2 49%, #8CF293 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 780px) {
  .topMessage__ttl p{
    font-size: 1.5rem;
  }
}

.topMessage__txt{
  width: 44%;
}
@media screen and (max-width: 1120px) {
  .topMessage__txt{
    width: 100%;
  }
}

/*------------
ABOUT
--------------*/
.topAbout{
  position: relative;
  padding: 100px 0;
  background:#F8F9FA  url(../images/bg-about.png) no-repeat center top;
}
@media screen and (max-width: 1120px) {
  .topAbout{
    padding: 60px 0 20px;
  }
}

.topAbout .flexList > li {
  min-height: 500px;
  background: transparent linear-gradient(138deg, #81FFE5 0%, #81FFDD 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 780px) {
  .topAbout .flexList > li.effect-fade {
    transition-delay: 0s !important;
  }
}

.aboutBtn .flexContainer{
  /* justify-content: space-between; */
  justify-content: center;
}
@media screen and (max-width: 780px) {
  .aboutBtn .flexContainer{
    display: block;
  }
}

.aboutBtn{
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .aboutBtn {
    width: 100%;
    margin: 0 auto;
  }
}

.aboutBtn .flexContainer{
  gap:1vw;
}

.aboutBtn .flexContainer li{
  width: 46%;
}
@media screen and (max-width: 780px) {
  .aboutBtn .flexContainer li{
    width: 100%;
    margin-bottom: 1rem;
  }
}

.aboutBtn .flexContainer .btnRed{
  min-width: auto;
}
@media screen and (max-width: 1580px) {
.aboutBtn .flexContainer .btnRed{
    min-width: 100%;
    width: 100%;
    margin-bottom: .5rem;
  }
}

.aboutBtn .btnRed__ttl{
  font-size: 1.5rem;
}

.aboutBtn p{
  font-size: 0.9rem;
  line-height:1.2;
}

/*------------
PROGRAM
--------------*/
.topNomber{
  margin-top: 10rem;
}
@media screen and (max-width: 980px) {
.topNomber{
  margin-top: 6rem;
}
}

.topNomber p{
  font-size: 0.9rem;
}

.programNo{
  position:absolute;
  top:-140px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 120px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: italic;
}
@media screen and (max-width: 780px) {
  .programNo {
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 80px;
  }
}

.programDay{
  font-weight: 600;
}

.topProgram .sectionTtl{
  margin-bottom: 3rem;
}

.topProgram li h3{
  font-size: 1.7rem;
  line-height: 1.2;
}
@media screen and (max-width: 780px) {
  .topProgram li h3{
    font-size: 1.2rem;
  }
}

/* mediaqueries(ipad) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.topProgram .flexList li {
  flex: 1 1 47%;
  width: 47%;
  max-width: 47%;
}
}

.topProgram .flexList > li:nth-child(1){
  background: transparent linear-gradient(127deg, #F9E6FF 0%, #FF8189 100%) 0% 0% no-repeat padding-box;
}
.topProgram .flexList > li:nth-child(2){
  background: transparent linear-gradient(127deg, #C5F3FF 0%, #EB81FF 100%) 0% 0% no-repeat padding-box;
}
.topProgram .flexList > li:nth-child(3){
  background: transparent linear-gradient(128deg, #F7FEB6 0%, #81FFAB 100%) 0% 0% no-repeat padding-box;
}
.topProgram .flexList > li:nth-child(4){
  background: transparent linear-gradient(127deg, #E6FFF4 0%, #53F574 100%) 0% 0% no-repeat padding-box;
}
.topProgram .flexList > li:nth-child(5){
  background: transparent linear-gradient(127deg, #C5F3FF 0%, #81AFFF 100%) 0% 0% no-repeat padding-box;
}
.topProgram .flexList > li:nth-child(6){
  background: transparent linear-gradient(128deg, #DFB6FE 0%, #FBA1F5 100%) 0% 0% no-repeat padding-box;
}
.topProgram .flexList > li:nth-child(7){
  background: transparent linear-gradient(127deg, #FCFFE6 0%, #F5DA53 100%) 0% 0% no-repeat padding-box;
}
.topProgram .flexList > li:nth-child(8){
  background: transparent linear-gradient(127deg, #C5CDFF 0%, #81FFDD 100%) 0% 0% no-repeat padding-box;
}
.topProgram .flexList > li:nth-child(9){
  background: transparent linear-gradient(128deg, #B6FEC7 0%, #A1EFFB 100%) 0% 0% no-repeat padding-box;
}

/*------------
講師
--------------*/
.teacherWrap{
  width: 65%;
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  .teacherWrap {
    width: 90%;
  }
}

.teacherWrap > li{
  display: flex;
  gap:3vw;
  justify-content: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 780px) {
  .teacherWrap > li{
    display: block;
    gap:3vw;
    margin-bottom: 60px;
  }
}

.teacherLeft{
  width: 45%;
}
@media screen and (max-width: 780px) {
  .teacherLeft {
    width: 100%;
  }
}

.seminarHeader h2{
  line-height: 1;
  margin-bottom: 1rem;
}

.seminarHeader h2 .seminarLabel {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-size: min(4vw,80px);
  font-weight: 900;
  font-style: italic;
  color: var(--purewhite);
  background: transparent linear-gradient(104deg, #81FFE5 0%,  #8CF293 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 780px) {
  .seminarHeader h2 .seminarLabel {
    font-size: 40px;
  }
}

.seminarHeader h2 .seminarNumber{
  line-height: 0;
  font-size: min(8vw,150px);
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: italic;
  color:#83f293
}
@media screen and (max-width: 780px) {
  .seminarHeader h2 .seminarNumber{
    font-size: 80px;
  }
}

.seminarDay {
  background: #ffafff;
  padding: 15px 25px;
  border-radius: 8px;
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}

.seminarTtl{
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-size: 2.2rem;
  line-height: 1.8;
  background: transparent linear-gradient(99deg, #81FFE5 0%, #67FFB2 49%, #8CF293 100%) 0% 0% no-repeat padding-box;
  display: inline;
  padding: 0 1px 0px;
}

.seminarTtl__s{
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.8;
  background: transparent linear-gradient(99deg, #81FFE5 0%, #67FFB2 49%, #8CF293 100%) 0% 0% no-repeat padding-box;
  display: inline;
  padding: 0 1px 0px;
}

.seminarDescription{
  font-size: 0.9rem;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.seminarDescription p{
  margin-bottom: 0;
}

.teacherRight{
  width: 55%;
  background: var(--purewhite);
  border-radius: 39px;
  transition: transform 0.4s cubic-bezier(.77,0,.175,1);
}
@media screen and (max-width: 780px) {
  .teacherRight {
    width: 100%;
  }
}


/* アニメーション */
.teacherRight:hover {
  transform: translateY(-8px);
  transition: transform 0.3s cubic-bezier(.77,0,.175,1);
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.teacherRight a{
  padding: 60px 50px;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 780px) {
.teacherRight a{
  padding: 60px 30px;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
}

.teacherRight__profile{
  display: flex;
  gap:2vw;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1120px) {
  .teacherRight__profile {
    display: block;
    text-align: center;
  }

  .teacherRight__photo {
    text-align: center;
    margin: 0 auto;
  }

  .teacherRight__photo img {
    margin: 0 auto 1rem;
  }
}

.teacherRight__photo img{
  border-radius: 9999px;
  margin-bottom: 1rem;
}

.teacherRight__photo p{
  font-size: 0.8rem;
}

.teacherRight__txt{
  flex:1;
  font-size: 0.9rem;
  line-height: 1.6;
}

.teacherRight__bio{
  font-size: 0.9rem;
}

/*------------
募集要項
--------------*/
.topInformation{
  background: var(--purewhite);
  padding: 8rem 0 4rem;
}
@media screen and (max-width: 780px) {
  .topInformation {
    padding: 3rem 0 2rem;
  }
}

.topInformation__wrapper {
  max-width: 1100px;
  width: 60%;
  margin: 0 auto 6rem;
}
@media screen and (max-width: 1120px) {
  .topInformation__wrapper {
    width: 90%;
    margin: 0 auto 4rem;
  }
}
@media screen and (max-width: 780px) {
  .topInformation__wrapper {
    width: 90%;
  margin: 0 auto 3rem;
  }
}

.topInformation__wrapper h2{
  text-align: center;
}

.section-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.recruitment-table {
  background-color: white;
  border-radius: 12px;
  padding: 40px 80px;
  border:1px solid #D4D4D4
}
@media screen and (max-width: 780px) {
  .recruitment-table {
    background-color: white;
    padding: 40px 30px;
  }
}

.recruitment-table a:hover{
  transition: 0.3s ease-in-out;
  color:#CE2A28;
}

.table-row {
  display: flex;
  border-bottom: 1px solid #e9ecef;
  padding: 20px 0;
}
@media screen and (max-width: 780px) {
  .table-row {
    display: block;
    padding: 1rem 0;
  }
}

.table-row:last-child {
  border-bottom: none;
}

.table-label {
  width: 120px;
  font-weight: bold;
  font-size: 17px;
  flex-shrink: 0;
}

.table-content {
  flex: 1;
  font-size: 17px;
  line-height: 1.8;
  padding-left: 20px;
}
@media screen and (max-width: 780px) {
  .table-content {
    padding-left: 0;
  }
}

.venue-item {
  margin-bottom: 15px;
}

.venue-item:last-child {
  margin-bottom: 0;
}

.venue-category {
  font-weight: bold;
  margin-bottom: 5px;
}

.venue-name {
  margin-bottom: 3px;
}

.venue-address {
  color: #333333;
  font-size: 13px;
}

.target-list {
  list-style: none;
  padding: 0;
}

.target-list li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 12px;
}

.target-list li:before {
  content: "・";
  position: absolute;
  left: 0;
}

.startup-definition {
  margin-top: 15px;
  padding-top: 15px;
  font-size: 16px;
}

.note {
  font-size: 16px;
  margin-top: 8px;
}

.application-steps {
  line-height: 1.8;
}

.application-steps .step {
  margin-bottom: 12px;
}

.email-highlight {
  color: #007bff;
  font-weight: bold;
}

.subject-example {
  background-color: #f8f9fa;
  padding: 8px 12px;
  border-radius: 4px;
  margin: 8px 0;
  font-size: 13px;
  color: #333333;
}

/*------------
注意事項
--------------*/
.terms-section {
  max-width: 800px;
  margin: 0 auto;
}

.section-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.terms-content {
  background-color: white;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  line-height: 1.8;
}

.subsection {
  margin-bottom: 30px;
}

.subsection:last-child {
  margin-bottom: 0;
}

.subsection-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.numbered-item {
  margin-bottom: 20px;
  font-size: 16px;
}

.numbered-item:last-child {
  margin-bottom: 0;
}

.item-number {
  font-weight: bold;
  margin-right: 8px;
}

.sub-item {
  margin-left: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.sub-item-label {
  font-weight: bold;
  margin-right: 5px;
}

.highlight {
  font-weight: bold;
}

.content-text {
  font-size: 16px;
  line-height: 1.8;
}

.privacy-note {
  margin-top: 10px;
  font-size: 16px;
}

.privacy-link {
  display: inline-block;
  margin-top: 5px;
  font-size: 16px;
}

.privacy-link::before {
  content: "■";
  margin-right: 5px;
}

/*------------
よくある質問
--------------*/
.topQa{
  padding: 7rem 0;
}
@media screen and (max-width: 1120px) {
  .topQa{
    padding: 7rem 2rem 5rem;
  }
}
@media screen and (max-width: 780px) {
  .topQa {
    padding: 2rem 0;
  }
}

.qaContainer {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .qaContainer {
    max-width: 90%;
  }
}

.qaItem {
  background-color: white;
  border: 1px solid #D4D4D4;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 65px;
}

.questionSection {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.questionIcn {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  font-style: normal;
  color: #51FFB3;
}

.questionTxt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}

.answerSection {
  display: flex;
  align-items: center;
  gap: 15px;
}

.answericn {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  font-style: normal;
  color: #69E9EE;
}

.answerTxt {
  font-size: 16px;
  line-height: 1.8;
  flex: 1;
}

/*------------
VOICE
--------------*/
.topVoice{
  padding: 8rem 0;
  background:var(--purewhite)  url(../images/bg-voice.png) no-repeat center top;
}
@media screen and (max-width: 1120px) {
  .topVoice{
    padding: 6rem 6rem;
  }
}
@media screen and (max-width: 780px) {
  .topVoice{
    padding: 3rem 0;
  }
}

.voiceWrapper {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .voiceWrapper {
    max-width: 90%;
  }
}

.voiceItem {
  display: flex;
  align-items: center;
  gap: 2vw;
  margin-bottom: 60px;
}
@media screen and (max-width: 780px) {
  .voiceItem {
    gap: 5vw;
  }
}

.voiceItem:last-child {
  margin-bottom: 0;
}

.voiceItemReverse {
  flex-direction: row-reverse;
}

.voiceAvatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 780px) {
  .voiceAvatar {
    width: 60px;
    height: 60px;
  }
}

.voiceBubble {
  background: #B3F3FE;
  border-radius: 25px;
  padding: 25px 30px;
  position: relative;
  flex: 1;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 780px) {
  .voiceBubble {
    padding: 20px 25px;
    font-size: 13px;
  }
}

.voiceBubble::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}

.voiceItem.voiceItemReverse .voiceBubble::before {
  left: -15px;
  border-width: 15px 15px 15px 0;
  border-color: transparent #B3F3FE transparent transparent;
}

.voiceItemReverse .voiceBubble {
  background: #B3F3FE;
  position: relative;
  flex: 1;
}

.voiceBubble::before {
  content: '';
  position: absolute;
  top: 50%;
  left: auto;
  right: -15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #B3F3FE;
}

/*------------
お問い合わせ
--------------*/
.topContact{
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1120px) {
  .topContact{
    padding: 6rem 1rem;
  }
}
@media screen and (max-width: 780px) {
  .topContact {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.contactWrapper {
  max-width: 1100px;
  margin: 30px auto;
  background: transparent linear-gradient(109deg, #49F9FF 0%, #81FFE5 28%, #BCFFD5 100%) 0% 0% no-repeat padding-box;
  border-radius: 15px;
  padding: 50px 80px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1120px) {
  .contactWrapper {
    padding: 40px 2rem;
  }
}
@media screen and (max-width: 780px) {
  .contactWrapper {
    max-width: 100%;
    display: block;
    padding: 40px 40px;
  }
}

.contactLeft {
  width: 44%;
}
@media screen and (max-width: 780px) {
  .contactLeft {
    width: 100%;
  }
}

.contactTtl {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 31px;
  line-height: 1.2;
}
@media screen and (max-width: 1120px) {
  .contactTtl{
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 850px) {
  .contactTtl {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 780px) {
  .contactTtl {
    font-size: 24px;
  }
}

.contactLeft p{
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
}
@media screen and (max-width: 1120px) {
  .contactLeft p{
    font-size: 1.2rem;
  }
}

.contactRight {
  flex: 1;
}
@media screen and (max-width: 1120px) {
  .contactRight p{
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 850px) {
  .contactRight p{
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 780px) {
  .contactRight p{
    font-size: 1.1rem;
    line-height: 1.5;
  }
}

.contactInfoItem {
  display: flex;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .contactInfoItem {
    font-size: 24px;
  }
}

.contactInfoItem p{
  margin-bottom: 0;
}

.contactInfoItem:last-child {
  margin-bottom: 0;
}

.contactInfoLabel {
  display: inline-block;
  margin-right: 10px;
}

.businessHours {
  font-size: 16px;
  font-weight: normal;
  margin-top: 15px;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .contactInfoCard {
      flex-direction: column;
      text-align: center;
      gap: 20px;
  }

  .contactInfoLeft,
  .contactInfoRight {
      flex: none;
      width: 100%;
  }
}

/*===============================================
footer
===============================================*/
#footer{
  padding: 100px 0 10px;
  background: #2F3237;
  color: #fff;
}
@media screen and (max-width: 780px) {
#footer{
  padding: 60px 0 10px;
  background: #2F3237;
  color: #fff;
}
}

.partnershipContainer {
  width: 75%;
  margin: 0 auto 100px;
  display: flex;
  gap: 4vw;
  justify-content: center;
}
@media screen and (max-width: 1120px) {
  .partnershipContainer {
    width: 90%;
    margin: 0 auto 60px;
    display: flex;
    gap: 20px;
  }
}
@media screen and (max-width: 780px) {
  .partnershipContainer {
    width: 90%;
    margin: 0 auto 20px;
    display: block;
  }
}

.partnershipCard {
  background-color: white;
  border-radius: 20px;
  width: 50%;
  padding: 40px;
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .partnershipCard {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.partnershipTitle {
  color: var(--black);
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 780px) {
  .partnershipTitle {
    margin-bottom: 10px;
  }
}

.partnershipLogos {
  display: flex;
  justify-content: center;
  gap: 15px;
}

@media (max-width: 780px) {
  .partnershipContainer {
    flex-direction: column;
    gap: 20px;
  }

  .partnershipSection {
    padding: 40px 20px;
  }

  .partnershipCard {
    max-width: none;
    padding: 20px 30px;
  }
}

.copyright {
  font-size: 0.9rem;
  position: relative;
  bottom: 0;
  text-align: center;
}

/*===============================================
cosmetic
===============================================*/
.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.mCenter {
  margin-left: auto;
  margin-right: auto;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt_b {
  font-weight: bold;
}

.txt_lightG {
  color: rgba(102, 90, 82, 0.5);
}

/*------------
ハンバーガー
--------------*/
/* PC表示ではハンバーガーメニューを完全に非表示 */
#menuBtn {
  display: none;
}

.menuWrapper {
  position: absolute;
}

.menuWrapper .menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  border-radius: 0;
  background-color: rgba(0, 9, 47, 0.85);
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 780px) {
  /* スマートフォン表示でのみハンバーガーボタンを表示 */
  #menuBtn {
    display: block;
    width: 40px;
    height: 56px;
    padding: 15px 26px;
    cursor: pointer;
    z-index: 999;
    background: transparent linear-gradient(99deg, #81FFE5 0%, #67FFB2 49%, #8CF293 100%) 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 0;
    -webkit-transition: 0.4;
    transition: 0.4;
  }
  .menuBtn_line {
    position: absolute;
    left: 16px;
    width: 22px;
    height: 2px;
    background-color: var(--black);
  }
  .menuBtn_line1 {
    top: 40%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menuBtn_line2 {
    top: 50%;
  }
  .menuBtn_line3 {
    top: 60%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menuLogo{
    width: 70%;
    margin: 0 auto;
  }
  .menuWrapper__btn{
    padding: 0 2rem 2rem 2.5rem;
  }
  .menu > ul.pageNav {
    margin: 50px 0 0 0;
    padding: 0 2rem 1rem 2.5rem;
  }
  .menu > ul.pageNav > li {
    line-height: 1.5;
    font-size: 1rem;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  }
  .menu > ul.menuBtn{
    padding: 1rem 2rem 0;
  }
  .menu > ul > li > a {
    display: block;
    text-decoration: none;
    padding: 1.2rem 0 1.2rem;
    letter-spacing: 0.1rem;
  }
  .menu > ul > li > a {
    color: var(--purewhite);
  }
  .menu ul li span {
    font-size: 0.7rem;
    display: block;
  }
  .menu .menuTtl {
    font-size: 21px;
    text-align: center;
    color: var(--purewhite);
  }
  .subMenu {
    margin: 0 0 1.2rem 0;
  }
  .subMenu li {
    line-height: 1.5;
  }
  .subMenu li a {
    color: var(--purewhite);
    position: relative;
    display: block;
    padding: 0.5rem 0.5rem 0.5rem 1.3rem;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
  .subMenu li a:before {
    content: "";
    width: 1em;
    height: 1px;
    background: rgba(204, 204, 204, 0.5);
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
  }
  /* クリック時 */
  #menuBtn.action {
    background-color: transparent;
  }
  .action .menuBtn_line1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 29px;
  }
  .action .menuBtn_line2 {
    width: 0px;
  }
  .action .menuBtn_line3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 29px;
  }
  .action .menu {
    opacity: 1;
    display: block;
    z-index: 998;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    max-height: 100%;
    padding-top: 7rem;
  }
  .btnContact-sp {
    display: none;
  }
  .menu .spLogo {
    position: static;
    padding: 0.66rem 5vw 1.5rem;
  }
  .menu .spLogo .logo {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(120deg) brightness(103%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(120deg) brightness(103%) contrast(101%);
  }
  #siteFooter nav > ul > li a {
    width: 14vw;
  }
  .footerContact__getintouch {
    display: inline-block;
    margin-top: 2rem;
    border: 2px solid var(--purewhite);
    padding: 1rem 1.5rem;
  }
  #footerContact header dl dd span {
    border: none;
    pointer-events: none;
  }
}

/*===============================================
CLS対策用 画像アスペクト比設定
===============================================*/

/* ヘッダーロゴ 1:1 */
.header__logo img {
  aspect-ratio: 1;
  object-fit: contain;
}

/* メインビジュアルタイトル 1294:308 (約4.2:1) */
.mainVisual__title img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1630 / 388;
}

/* アバウト画像 792:440 (1.8:1) */
.flexList figure img {
  aspect-ratio: 1.8;
  object-fit: cover;
}

/* 講師写真 180:180 (1:1) */
.teacherRight__photo img {
  aspect-ratio: 1;
  object-fit: cover;
  max-width: 180px;
  max-height: 180px;
}

/* 参加者の声アイコン 122:122 (1:1) */
.voiceAvatar img {
  aspect-ratio: 1;
  object-fit: contain;
}

/* パートナーシップロゴ（大阪府 198:84 約2.36:1） */
.partnershipLogo img[src*="bnr001"] {
  aspect-ratio: 2.36;
  object-fit: contain;
}

/* パートナーシップロゴ（大阪イノベーションハブ 372:84 約4.43:1） */
.partnershipLogo img[src*="bnr002"] {
  aspect-ratio: 4.43;
  object-fit: contain;
}

/* パートナーシップロゴ（KSAC 183:84 約2.18:1） */
.partnershipLogo img[src*="bnr003"] {
  aspect-ratio: 2.18;
  object-fit: contain;
}

/* パートナーシップロゴ（Osaka Startup Ecosystem 298:84 約3.55:1） */
.partnershipLogo img[src*="bnr005"] {
  aspect-ratio: 3.55;
  object-fit: contain;
}

/* メニューロゴ（SIO BASIC 607:144 約4.22:1） */
.menuLogo img {
  aspect-ratio: 4.22;
  object-fit: contain;
}

/* 共通の画像最適化設定 */
img {
  max-width: 100%;
  height: auto;
}

/* フィギュア要素内の画像（フッター除く） */
.flexList figure img,
.topAbout figure img,
.topProgram figure img,
.voiceAvatar img,
.menuLogo img {
  width: 100%;
  display: block;
}

/*追加*/

.banner-event{
  width:100%;
  text-align: center;
  margin-top:50px;
}

.banner-event img{
  width:50%;
}

.banner-event img:hover{
  opacity:0.8;
}

@media screen and (max-width: 780px) {
  .banner-event img{
    width:80%;
  }
}