@charset "utf-8";
/* CSS Document */

/* -------------------------
/* Created date: --
/* Created user: --
/* Last up date: 2024.08.05
/* Last up date user: yamaguchi
/* for sp and pc
--------------------------*/
.scCnt{
  padding-top: 1.5rem;
  container: scCntBox / inline-size;
}

.scEvent .event0{
  --eveMainCol: rgb(var(--naviKoiBlue));
  --eveMainRgb: 21, 106, 209;
}

.scEvent .event1,
.scEvent .event4 {
  --eveMainCol: rgb(var(--ocYellow));
  --eveMainRgb: 247, 163, 36;
}

.scEvent .event2,
.scEvent .event5 {
  --eveMainCol: rgb(var(--gsGreen));
  --eveMainRgb: 58, 165, 129;
}

.scEvent .event3,
.scEvent .event7,
.scEvent .event8 {
  --eveMainCol: rgb(var(--daitanBlue));
  --eveMainRgb: 30, 182, 221;
}

.scEvent .event6 {
  --eveMainCol: rgb(var(--naviPink));
  --eveMainRgb: 245, 138, 138;
}

.scEvent .event9 {
  --eveMainCol: rgb(var(--naviPurple));
  --eveMainRgb: 54, 80, 151;
}

.scEvent .mainThmb{
  display: grid;
  grid-template-areas:
  'thmb thmb'
  'spec spec'
  'type ttl';
  gap: 1rem 0.5rem;
  grid-template-columns: 8rem auto;
  margin: 0 auto;
}

.scEvent .thmb{
  position: relative;
  margin: 0 auto;
  height: var(--figureHt);
  aspect-ratio: 4 / 3;
  overflow: hidden;
  text-align: center;
  border-radius: 1rem;
  --figureHt: 240px;
}

.scEvent .thmb img {
  position: relative;
  z-index: 2;
  height: 100%;
  width: auto;
  object-fit: cover;
}

.scEvent .mainThmb .thmb{
  grid-area: thmb;
}

.scEvent .spec {
  grid-area: spec;
  display: flex;
  gap: 5px;
  padding: 0 1.5rem;
}

.scEvent .spec li {
  padding: 3px 5px;
  background: #fff;
  border: solid 1px #888;
  font-size: 1.1rem;
  font-weight: bold;
}

.scEvent .spec .hoken {
  border-color: rgb(var(--naviKoiBlue));
  color: rgb(var(--naviKoiBlue));
}

.scEvent .mainThmb .type {
  grid-area: type;
  display: grid;
  place-content: center;
  margin-left: 1.5rem;
  padding: 3px 1px;
  min-height: 3rem;
  background: var(--eveMainCol);
  font-size: 1.2rem;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.scEvent .mainThmb h2 {
  grid-area: ttl;
  margin-right: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.3;
}


/* school Event Detail */
.scEvent .details {
  padding-top: 1.5rem;
  background: radial-gradient(rgb(var(--naviCream)) 0, rgba(255, 255, 255, 0) 2px) left top / 5px 5px repeat;
}

.scEvent .details > section {
  margin: 0 auto var(--paddingMin);
  overflow: hidden;
}

.scEvent .details > section:last-child{
  margin-bottom: 0;
}

.scEvent .scLineTitle {
  margin: 0 auto var(--paddingMin);
  width: calc(100% - 3rem);
  font-size: 1.8rem;
}


.scEvent .days hgroup{
  position: relative;
  z-index: 3;
  margin: 0.5rem auto;
  padding: 0.5rem 2rem;
  width: fit-content;
  background: #666;
  border-radius: 2em;
  text-align: center;
  color: #fff;
  transform: translateY(0.5rem);
}

.scEvent .days hgroup::before{
  content: '';
  top:100%;
  left: 50%;
  width: 1rem;
  aspect-ratio: 1 / 1;
  background: inherit;
  transform: translate(-50%, -50%) rotate(45deg);
}

.scEvent .days hgroup h3{
  display: inline-block;
  line-height: 1.2;
  color: inherit;
}

.scEvent .days .eveCnt {
  display: inline-block;
  font-weight: bold;
  line-height: 1.2;
  color: inherit;
}

.scEvent .days .daysSlider{
  margin: 0 auto;
  max-width: var(--contentsWidth);
}

.scEvent .days .swiper{
  padding: 0 1.5rem 3rem;
}

.scEvent .days .swiper-slide{
  width: min(35vw, 15rem);
}

.scEvent .days .item{
  display: grid;
  gap: 0.5rem;
  align-items: center;
  padding: 1rem 0.5rem;
  background: #fff;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  box-shadow: -1px 0 0 0 #ccc inset;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
}

.scEvent .days p.item{
  margin: 0 auto 1.5rem;
  padding: 1rem 1.5rem;
  width: calc(100% - 3rem);
  max-width: var(--contentsWidth);
}

.scEvent .days li:first-child .item,
.scEvent .days p.item{
  border-left: solid 1px #ccc
}

.scEvent .days .date{
  white-space: nowrap;
  font-size: 2.6rem;
  text-align: center;
}

.scEvent .days .time{
  font-size: 1.3rem;
  text-align: center;
}

.scEvent .days .week{
  font-size: 60%;
}

.scEvent .days .sut{
  color: rgb(var(--naviKoiBlue));
}

.scEvent .days .sun{
  color: rgb(var(--naviRed));
}

.scEvent .days .appy {
  position: relative;
  margin: 0 auto;
  padding: 0.5rem 1rem 0.5rem 0.25rem;
  width: 90%;
  background: rgb(var(--ocYellow));
  border-radius: 0.5rem;
  box-shadow: var(--btnSahdow);
  color: #fff;
  line-height: 1.2;
  text-align: right;
  font-weight: bold;
  text-align: center;
}

.scEvent .days .appy::before {
  content: '';
  top: 50%;
  right: 0.5rem;
  width: 0.5em;
  aspect-ratio: 1 / 1;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-40%) rotate(-45deg);
}

.newSchool.scEvent .swiper-button-next,
.newSchool.scEvent .swiper-button-prev {
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
}

.newSchool.scEvent .swiper-button-next:after,
.newSchool.scEvent .swiper-button-prev:after {
  font-size: 20px;
}


.scEvent .catch .txt{
  margin: 3rem auto;
  padding: 1rem 1.5rem;
  width: calc(100% - 3rem);
  background: rgba(255, 255, 255, 1);
  font-size: 1.6rem;
  line-height: 1.8;
}

.scEvent .feature ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 auto 1.5rem;
  padding: 0 1.5rem;
  width: fit-content;
  overflow-x: auto;
  scrollbar-width: none;
}

.scEvent .feature li {
  position: relative;
  display: grid;
  align-items: center;
  padding: 0.5rem 1rem;
  height: 100%;
  background: #fff;
  border-radius: 2em;
  font-size: 1.3rem;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  transition: all 0.1s 0s linear;
}

.scEvent .feature .hasBus{
  display: grid;
  margin: 0 auto;
  padding: 0 1.5rem 3rem;
}

.scEvent .feature .hasBus h4{
  position: relative;
  margin: 0 auto 1.5rem;
  padding: 0.5rem 2rem;
  width: fit-content;
  background:  rgb(var(--naviKoiBlue));
  border-radius: 2em;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

.scEvent .feature .hasBus h4::before{
  content: '';
  top:100%;
  left: 50%;
  width: 1rem;
  aspect-ratio: 1 / 1;
  background: inherit;
  transform: translate(-50%, -50%) rotate(45deg);
}

.scEvent .feature .hasBus p{
  margin: 0 auto;
  width: fit-content;
  font-size: 1.6rem;
  line-height: 1.8;
}

.scEvent .feature .hasBus dl{
  display: grid;
  align-items: center;
  gap: 1px 0;
  grid-template-columns: 6rem auto;
  margin: 1rem auto;
  width: 100%;
  max-width: var(--contentsWidth);
}

.scEvent .feature .hasBus dt {
  display: flex;
  flex-wrap: wrap;
  place-content: center;
  padding: 1rem 0.5rem;
  height: 100%;
  background: rgb(var(--ocYellow));
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.scEvent .feature .hasBus dd{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.5rem 1rem;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  line-height: 1.6;
  word-break:break-all
}

.scEvent .letsGo .infoTable {
  border-radius: 6px;
  padding: 16px 24px;
  margin: 32px auto; /* 中央寄せ */
  max-width: 600px;
  font-family: sans-serif;
  font-size: 14px;
  box-sizing: border-box;
}

.scEvent .letsGo .infoTable dl {
  display: grid;
  grid-template-columns: 110px 1fr;
  row-gap: 12px;
  column-gap: 0;
}

.scEvent .letsGo .infoTable .infoRow {
  display: contents;
}

.scEvent .letsGo .infoTable dt {
  font-weight: bold;
  background-color: #f9a825;
  color: white;
  padding: 6px 8px;
  border-radius: 4px 0 0 4px;
  text-align: center;
  line-height: 1.4;
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scEvent .letsGo .infoTable dd {
  margin: 0;
  padding: 6px 10px;
  background-color: white;
  border-radius: 0 4px 4px 0;
  align-self: center;
  line-height: 1.6;
}

.scEvent .letsGo .infoTable dd .infoMapLink{
  font-size:1.2rem;
}


.scEvent .letsGo a{
  color: rgb(var(--naviKoiBlue));
  text-decoration: underline;
}

.scEvent .letsGo a[target="_blank"] {
  padding-right: 1.5em;
  background: var(--svgGaibuLinkBlue);
  background-position: right center;
  background-size: 1em auto;
}

.scEvent .applyBtn{
  margin: 0 auto 3rem;
  max-width: 400px;
  width: 80%;
}

.scEvent .applyBtn a {
  display: grid;
  place-content: center;
  gap: 5px;
  margin: 0 auto;
  padding: 5px;
  min-height: 6rem;
  background: rgb(var(--ocYellow));
  border-radius: 0.5rem;
  box-shadow: var(--btnSahdow);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
}

.scEvent .applyBtn a > span {
  display: grid;
  place-content: center;
  padding: 2px 5px;
  background: #fff;
  border-radius: 0.2rem;
  color: rgb(var(--naviKoiBlue));
}

.scEvent .applyBtn a span span {
  position: relative;
  display: inline-block;
  padding: 0 0.25em 0 2.5em;
  font-size: 1.3rem;
}

.scEvent .applyBtn a span span::after {
  content: '';
  top: 50%;
  left: 0;
  width: 2.25em;
  height: 2.25em;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400.18 512"><path fill="rgba(21,106,209,1)" fill-rule="evenodd" d="M379.3,96.68l-19.63-1.07c-53.23-3-99.37-23.39-126.61-56.1L200.09,0l-33,39.51C139.87,72.22,93.72,92.65,40.5,95.61L0,97.85V284.94c0,26.61,8.06,51.7,20.88,74.64,44.26,79.84,145,134.5,159.31,142l19.9,10.4L220,501.6c18.45-9.67,180.2-97.66,180.2-216.66V97.85Z"/><path fill="rgba(255,255,255,1)" fill-rule="evenodd" d="M42.83,261.11V138.43c64.33-3.58,121.51-28.58,157.26-71.5V261.11H357.34v23.83c0,96.5-157.25,178.67-157.25,178.67V261.11Z"/></svg>') center / contain no-repeat;
  transform: translate(0,-50%);
}

.scEvent .eveApply .hoken{
  margin: 0 auto 3rem;
  padding: 0 1.5rem 1.5rem;
  width: calc(100% - 3rem);
  background: rgba(255, 255, 255, 1);
}

.scEvent .eveApply .hoken h4{
  position: relative;
  margin: 0 auto 1.5rem;
  padding: 0.5rem 2rem;
  width: fit-content;
  background:  rgb(var(--naviKoiBlue));
  border-radius: 2em;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  transform: translateY(-1rem);
}

.scEvent .eveApply .hoken h4::before{
  content: '';
  top:100%;
  left: 50%;
  width: 1rem;
  aspect-ratio: 1 / 1;
  background: inherit;
  transform: translate(-50%, -50%) rotate(45deg);
}

.scEvent .eveApply .hoken p{
  margin: 0 auto;
  width: fit-content;
  line-height: 1.8;
}

.scEvent .eveApply .hoken em{
  font-weight: bold;
  font-size: 120%;
}

.scEvent .eveApply .hoken a{
  padding-right: 1.5em;
  background: var(--svgGaibuLinkBlue);
  background-position: right center;
  background-size: 1em auto;
  color: rgb(var(--naviKoiBlue));
  text-decoration: underline;
}

.scEvent .eveApply .other{
  margin: 0 auto 3rem;
  padding: 1.5rem;
  width: calc(100% - 3rem);
  background: rgba(255, 255, 255, 1);
}

.scEvent .eveApply .other h3{
  margin: 0 auto 1.5rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
  color: rgb(var(--naviKoiBlue));
}

.scEvent .eveApply .other p{
  margin: 0 auto;
  width: fit-content;
  line-height: 1.8;
}

.scEvent .eveApply .other h4{
  margin: 0 auto 1rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.2;
}

.opCrm {
  background: repeating-linear-gradient(#b0e1ff, #b0e1ff 9px, #c8eaff 9px, #c8eaff 15px);
  padding-bottom: 30px;
  overflow: hidden;
}

.opCrm h3 {
  margin: 0 auto 3rem;
  max-width: 300px;
  padding: 20px 0;
  text-align: center;
}

.tettei p {
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, .3), rgba(255, 255, 255, .3) 7px, rgba(255, 255, 255, 0) 7px, rgba(255, 255, 255, 0) 15px), #F7CD65;
}

.yokuaru p {
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, .3), rgba(255, 255, 255, .3) 7px, rgba(255, 255, 255, 0) 7px, rgba(255, 255, 255, 0) 15px), #9BD5F5;
}

.check p {
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, .3), rgba(255, 255, 255, .3) 7px, rgba(255, 255, 255, 0) 7px, rgba(255, 255, 255, 0) 15px), #ED7B7C;
}

li.tettei p,
.yokuaru p,
.check p {
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 10px 5px;
  width: 75%;
  border-radius: 1rem;
  transform: translateY(-30%);
}

li.tettei p span,
.yokuaru p span {
  font-size: 1.9rem;
}

.opCrm ul{
  display: grid;
  justify-content: center;
  gap: 4rem 0;
  margin: 0 auto;
  padding: 0 1.5rem;
  width: fit-content;
  max-width: 1100px;
}

.opCrm a {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 100%;
  align-items: flex-start;
  padding: 0 15px 15px;
  width: 100%;
  height: 100%;
  background: #fff;
  filter: drop-shadow(0 0 2px rgba(0, 68, 136, .2)) drop-shadow(0 .5rem 1rem rgba(0, 68, 136, .2));
  text-align: center;
  border-radius: 1rem;
}

.opCrm h4 {
  position: relative;
  margin: 0 auto 5px;
  min-height: 1.5em;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #F7CD65;
  padding: 0.25em 20px 0.25em 1.75em;
}

.opCrm li.yokuaru h4 {
  color: #9BD5F5;
}

.opCrm li.check h4 {
  color: #ED7B7C;
}

.opCrm li h4::before{
  content: "";
  top: 50%;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  background: url(../../../img/module/layout/img_opc_03.webp) center / contain no-repeat;
  transform: translate(0, -50%);
}

.opCrm li.yokuaru h4::before {
  background-image: url(../../../img/module/layout/img_opc_04.webp);
}

.opCrm li.check h4::before {
  background-image: url(../../../img/module/layout/img_opc_05.webp);
}

.opCrm li h4::after{
  content: "";
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-left: 10px solid rgba(255, 255, 255, 0);
  border-right: 10px solid rgba(255, 255, 255, 0);
  border-top: 10px solid #F7CD65;
  transform: translateY(-50%);
  animation: 3s 0s linear infinite arrow;
}

.opCrm li.yokuaru h4::after {
  border-top-color: #9BD5F5;
}

.opCrm li.check h4::after {
  border-top-color: #ED7B7C;
}

@keyframes arrow {
  0% {
    transform: translateY(-50%) translate(0, 0);
  }

  5% {
    transform: translateY(-50%) translate(0, 5px);
  }

  10% {
    transform: translateY(-50%) translate(0, 0);
  }

  15% {
    transform: translateY(-50%) translate(0, 5px);
  }

  20% {
    transform: translateY(-50%) translate(0, 0);
  }

  100% {
    transform: translateY(-50%) translate(0, 0);
  }
}

.opCrm ol {
  margin: 0 auto;
  padding: 0 15px;
  text-align: left;
}

.opCrm ol li {
  position: relative;
  padding: 0 0 0 1em;
  line-height: 1.6;
  font-size: 1.4rem;
}

.opCrm ol li::before {
  content: "";
  top: .7em;
  left: 0;
  width: 8px;
  height: 8px;
  background: #ee8485;
  border-radius: 50%;
  transform: translate(0, -50%);
}

.download {
  background: #fcf1d8;
  padding-top: 20px;
  padding-bottom: 20px;
}

.downloadUse {
  background-color: #666;
  color: #fff;
  padding: 5px 10px;
  width: fit-content;
  text-align: center;
  margin: 0px auto;
  border-radius: 15px;
  font-weight: bold;
}

.worksheet p {
  margin: 0 auto 15px;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  padding-top: 10px;
}

.download ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 500px;
}

.download ul li {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}

.download ul li p {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: inherit;
  text-align: center;
  line-height: 1.4;
}

.download ul li img {
  padding: 15px;
}

@container scCntBox (width >= 600px) {
  .scEvent .days hgroup h3{
    font-size: 1.6rem;
  }

  .scEvent .days .eveCnt{
    font-size: 1.6rem;
  }
}

@container scCntBox (width >= 700px) {
  .scEvent .mainThmb{
    display: grid;
    grid-template-areas:
    'type spec'
    'ttl ttl'
    'thmb thmb';
    gap: 1.5rem 0.5rem;
    grid-template-columns: 14rem auto;
    padding: 0 3rem;
    max-width: var(--innerWidth);
  }

  .scEvent .mainThmb .type{
    margin: 0;
    padding: 3px 1rem;
    min-height: auto;
  }

  .scEvent .spec {
    margin: 0;
    padding: 0;
  }
  
  .scEvent .mainThmb h2{
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

@container scCntBox (width >= 900px) {

  .scEvent .mainThmb .txt{
    gap: 0.5rem;
    grid-template-columns: auto;
    padding: 0;
  }

  .scEvent .mainThmb .txt p{
    min-width: 12rem;
    width: fit-content;
    min-height: auto;
    font-size: 1.2rem;
  }



  .scEvent .days{
    width: 100%;
  }

  .scEvent .days .date{
    font-size: 2.4rem;
  }

  .scEvent .days .appy{
    font-size: 1.3rem;
  }

  .scEvent .details > section{
    max-width: var(--innerWidth);
  }

  .scEvent .details .txt,
  .scEvent .letsGo .infoTable,
  .scEvent .eveApply .hoken,
  .scEvent .eveApply .other,
  .scEvent .feature ul{
    max-width: var(--contentsWidth);
  }
}


@media screen and (min-width: 768px) {
  .opCrm ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 0 auto;
    position: relative;
  }

  .opCrm h3 {
    max-width: 360px;
  }

  .opCrm h4 {
    font-size: 1.8rem;
  }

  .download ul {
    margin: 0 auto;
  }

  .download ul li img {
    width: 150px;
    margin: 0 auto;
    left: 35px;
    position: relative;
  }

  .opCrm ul::after {
    content: '';
    z-index: 1;
    top: -100px;
    right: -70px;
    width: 129px;
    height: 117px;
    background: url(../../../img/module/layout/img_opc_02.webp) center / contain no-repeat;
  }

  .opCrm ul::before {
    content: '';
    z-index: 1;
    top: -80px;
    left: 20px;
    width: 80px;
    height: 80px;
    background: url(../../../img/module/layout/img_opc_01.webp) center / contain no-repeat;
  }

  .scEvent .letsGo .infoTable dl {
    display: grid;
    grid-template-columns: 140px 1fr;
    row-gap: 12px;
    column-gap: 0;
  }


}