@charset "utf-8";
/* LESS Document */
/*----------------------
			　base
-----------------------*/
/*----------------------
			　common
-----------------------*/
/* clearfix */
.cf:before,
.cf:after {
  display: table;
  content: "";
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* img */
img {
  border: 0px;
}
a.img_hover:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -ms-filter: "alpha(opacity=75)";
}
/* link */
a {
  color: #009;
  text-decoration: none;
}
a:visited {
  color: #606;
}
a:hover {
  color: #06c;
  text-decoration: underline;
}
/* list */
ul,
ol,
li {
  list-style: none;
}
/*----------------------
			　layout
-----------------------*/
.m0 {
  margin: 0px !important;
}
.mlr10 {
  margin: 0px 10px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb05 {
  padding-bottom: 05px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.padding {
  padding: 0px !important;
}
.plr10 {
  padding: 0px 10px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.tll {
  text-align: left;
}
.tlc {
  text-align: center;
}
.tlr {
  text-align: right;
}
/* fontsize */
.fz10 {
  font-size: 10px;
}
.fz12 {
  font-size: 12px;
}
.fz14 {
  font-size: 14px;
}
.fz16 {
  font-size: 16px;
}
.fz18 {
  font-size: 18px;
}
.fz20 {
  font-size: 20px;
}
.fz24 {
  font-size: 24px;
}
/* list */
.flr {
  float: right;
}
.fll {
  float: left;
}
/* wide */
.w10 {
  width: 10%;
}
.w20 {
  width: 20%;
}
.w30 {
  width: 30%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w100 {
  width: 100%;
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.fb {
  font-weight: bold;
}
.trs {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.textOut {
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  text-indent: 100%;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: #271747;
}
#main i,
#main em {
  font-style: normal;
}
#main #content #mainarea {
  width: 960px;
  font-size: 16px;
  word-wrap: break-word;
  line-height: 1.8em;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  font-style: normal;
  text-justify: inter-ideograph;
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #3A3A3A;
}
#main #content #mainarea img {
  vertical-align: bottom;
}
#main #content #mainarea a {
  filter: brightness(1);
  transition: all 0.2s ease-out;
}
#main #content #mainarea a:hover {
  text-decoration: none;
  filter: brightness(1.2);
}
#main #content #mainarea .p-title {
  font-size: 20px;
  font-weight: 700;
  color: #4A2D84;
  font-style: italic;
  margin: 0;
}
#main #content #mainarea .base-color-bg {
  background-image: url(bg.jpg);
  background-size: 100%;
  position: relative;
}
#main #content #mainarea .base-color-bg::before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #7ABD88DD;
  position: absolute;
}
#main #content #mainarea .base-color-bg * {
  position: relative;
  z-index: 1;
}
#main #content #mainarea .bg_iee {
  background-image: url(bg_da1.jpg);
  background-size: 100%;
  margin-bottom: -54px;
}
#main #content #mainarea .sub-color-bg {
  background: #4A2D84;
}
#main #content #mainarea .accent-color-bg {
  background: #171b48;
}
#main #content #mainarea .white-bg {
  background: #fff;
}
#main #content #mainarea .base-color-text {
  color: #fbf8f3;
}
#main #content #mainarea .main-color-text {
  color: #2295FF;
}
#main #content #mainarea .sub-color-text {
  color: #b6982e;
}
#main #content #mainarea .accent-color-text {
  color: #171b48;
}
#main #content #mainarea .number {
  width: 30px;
  height: 30px;
  font-size: 12px;
  position: relative;
  text-align: center;
  line-height: 1.7;
  top: 4.5px;
}
#main #content #mainarea .number::before {
  content: " ";
  position: absolute;
  z-index: -1;
  width: 30px;
  height: 30px;
  top: -2px;
  left: 0;
  background-image: url(index_icon.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.9;
}
#main #content #mainarea .text-big {
  font-size: 16px;
}
#main #content #mainarea .text-narrow {
  letter-spacing: -0.2px;
}
#main #content #mainarea .text-wide {
  letter-spacing: 0.2px;
}
#main #content #mainarea .speech {
  justify-content: center;
  display: flex;
  margin-top: -1px;
}
#main #content #mainarea .speech::after {
  content: "";
  bottom: calc(-20px / 2);
  left: 50%;
  margin-left: calc(-20px / 2);
  display: block;
  background: #ccab36;
  height: calc(20px / 2);
  width: 20px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#main #content #mainarea .school-name {
  background: #2295FF;
  border-radius: 0 10px 10px 0;
  display: inline-flex;
  align-items: center;
  padding: 8px 10px;
}
#main #content #mainarea .school-name p {
  flex: 1;
  display: inline;
  color: #fff;
  line-height: 0;
}
#main #content #mainarea .school-name::before {
  content: "";
  display: block;
  width: 18px;
  height: 13px;
  background: url("https://cms-edusta-prod.s3.ap-northeast-1.amazonaws.com/sites/4/2026/05/19113915/school.png") center center /cover;
  margin-right: 3px;
}
#main #content #mainarea .day-block {
  text-align: right;
  padding: 0 5px 5px;
  color: rgba(58, 58, 58, 0.5);
  font-size: 13px;
}
#main #content #mainarea .day-block time::after {
  content: "[PR]";
  display: inline-block;
  margin-left: 4px;
}
#main #content #mainarea .title {
  width: 100%;
  margin: 0;
}
#main #content #mainarea .title img {
  width: 100%;
  height: auto;
}
#main .inner {
  width: 92%;
  margin: 0 auto;
}
#main .inner .common_txt {
  font-size: 13px;
  letter-spacing: -0.02em;
  line-height: 1.8;
}
#main .btnw_lead {
  padding: 16px 0 16px 0;
  box-sizing: border-box;
}
#main .lead_bx {
  padding: 20px 0 20px 0;
  background: url("https://cms-edusta-prod.s3.ap-northeast-1.amazonaws.com/sites/4/2026/05/19110605/t-bg1.jpg") top center / cover;
  color: #333;
}
#main .lead_bx h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  font-style: italic;
  color: #9DB7CF;
}
#main .lead_bx .lead2 {
  margin-top: 15px;
}
#main .lead_bx .lead2 h2 {
  margin-bottom: 5px;
}
#main .ankers {
  margin: 0 auto;
  br{
    display: none;
  }
}
#main .ankers a {
  width: 100%;
  color: #333;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.6);
  margin-bottom: 3px;
  padding: 0 5px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 0 10px;
  align-items: center;
}
#main .ankers i {
  width: 30px;
  height: 30px;
  background: url("https://cms-edusta-prod.s3.ap-northeast-1.amazonaws.com/sites/4/2026/05/19110905/h2_back.png") center center / cover;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  place-content: center;
  box-sizing: border-box;
  position: relative;
  font-family: "Agu Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "MORF" 0;
  color: #333755;
}
#main .ankers em {
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  line-height: 1.6;
}
#main .h2_ttlv1 {
  display: grid;
  grid-template-columns: 58px 1fr;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1.44;
}
#main .h2_ttlv1:before {
  content: "";
  position: absolute;
  bottom: 0.5px;
  left: 58px;
  width: calc(100% - 58px);
  height: 3px;
  background: #F7F25A;
}
#main .h2_ttlv1 i {
  text-align: center;
  font-size: 32px;
  place-content: center;
  line-height: 1;
  color: #333755;
  font-family: "Agu Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "MORF" 0;
  letter-spacing: -0.05em;
  aspect-ratio: 58/62;
  background: url("https://cms-edusta-prod.s3.ap-northeast-1.amazonaws.com/sites/4/2026/05/19111012/h2-bg2.png") center center / cover;
}
#main .h2_ttlv1 i span {
  position: relative;
  top: -3px;
}
#main .h2_ttlv1 em {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  place-content: center;
  background: url("https://cms-edusta-prod.s3.ap-northeast-1.amazonaws.com/sites/4/2026/05/19111044/h2-bg1.png") bottom 6px right repeat-x;
  background-size: auto 35px;
}
#main .cm_txt1 {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: -0.02em;
}
#main .h3_ttlv1 {
  position: relative;
  color: #006E68;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.23;
  margin: 20px 0;
  border-left: 4px solid #006E68;
  box-sizing: border-box;
  padding-left: 14px;
}
#main .h3_ttlv2 {
  position: relative;
  color: #006E68;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.23;
  margin: 20px 0;
  padding-left: 35px;
  font-feature-settings: "palt";
}
#main .h3_ttlv2:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 27px;
  height: 1px;
  background: #006E68;
}
#main .ttl_h3 {
  position: relative;
  color: #D64254;
  font-weight: bold;
  padding-left: 36px;
  font-size: 14px;
  line-height: 1.7;
}
#main .ttl_h3:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 28px;
  height: 1px;
  background: #D64254;
}
#main .sec1 {
  padding: 24px 0 40px 0;
  box-sizing: border-box;
  background: url("https://cms-edusta-prod.s3.ap-northeast-1.amazonaws.com/sites/4/2026/05/19111128/s1bg-scaled.jpg") center top / cover;
}
#main .sec1 .und {
  background: #F5FAFF;
  padding: 8px 16px 16px 16px;
  box-sizing: border-box;
}
#main .sec1 .name {
  color: #333755;
  font-weight: 500;
  font-size: 13px;
  border-bottom: 1px solid #F7B8F1;
  box-sizing: border-box;
  padding: 5px 0;
}
#main .sec1 .inb {
  margin-top: 8px;
}
#main .sec1 .inb:first-of-type {
  margin-top: 0;
}
#main .sec1 ul {
  margin: 8px 0 0 0;
  padding: 0;
  font-weight: 500;
  font-size: 13px;
  position: relative;
}
#main .sec1 ul li {
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
  line-height: 1.6;
  margin-bottom: 4px;
}
#main .sec1 ul li:last-of-type {
  margin-bottom: 4px;
}
#main .sec1 ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #9DB7CF;
  border-radius: 100%;
}
#main .profs {
  margin-top: 16px;
}
#main .profs .ttl {
  background: #7EABD9;
  border-radius: 2px;
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
  place-content: center;
  height: 42px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
}
#main .profs .ttl i {
  display: block;
  border-radius: 2px;
  border: 1px solid white;
}
#main .txt-box {
  margin-top: 32px;
}
#main .txt-box h3 {
  margin: 0;
  position: relative;
  color: #7EABD9;
  padding-left: 40px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
}
#main .txt-box h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 30px;
  height: 1px;
  background: #7EABD9;
}
#main .txt-box .bx {
  padding: 14px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #7EABD9;
}
#main .txt-box .name1 {
  color: #7EABD9;
  font-weight: bold;
  line-height: 1;
  font-size: 11px;
  margin-bottom: 5px;
}
#main .txt-box .name2 {
  font-size: 14px;
  line-height: 1.7;
}
#main .tbl {
  margin-bottom: 16px;
}
#main .tbl .bx:last-of-type {
  border-bottom: 1px solid #7EABD9;
}
#main .slw {
  width: 100%;
  overflow: hidden;
}
#main .img-bx1 {
  margin: 24px auto;
}
#main .img-bx1 img {
  width: 100%;
}
#main .swipe_1 img {
  width: 100%;
}
#main .slw_wrap {
  position: relative;
}
#main .slw_wrap img {
  width: 100%;
}
#main .slw_wrap .nv {
  position: absolute;
  bottom: -39px;
  width: 100%;
}
#main .slw_wrap .swiper-slide {
  position: relative;
}
#main .slw_wrap .in-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-weight: 500;
  font-size: 13px;
  padding: 4px 8px;
  box-sizing: border-box;
  background: rgba(238, 238, 238, 0.8);
  line-height: 1.4;
}
#main .btn_cm {
  max-width: 230px;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  color: #222;
  background: #FCF887;
  padding: 4px;
  box-sizing: border-box;
}
#main .btn_cm i {
  border: 1px solid #333755;
  background: #FCF887;
  display: block;
  width: 100%;
  padding: 3px 0;
  box-sizing: border-box;
}
#main .btn_cm i em {
  padding: 0 40px 0 0;
  box-sizing: border-box;
  background: url("https://cms-edusta-prod.s3.ap-northeast-1.amazonaws.com/sites/4/2026/05/19110802/arw.png") center right no-repeat;
  background-size: 20px auto;
  font-weight: bold;
}
#main .swiper-pagination-bullet {
  margin: 0 3px;
  width: 6px;
  height: 6px;
  border-radius: unset;
  background: white;
  opacity: 1;
}
#main .swiper-pagination-bullet-active {
  background: #9DB7CF !important;
}
#main .sec1 .slw_wrap {
  margin-top: 24px;
}
#main .sec2 {
  padding: 24px 0 40px 0;
  box-sizing: border-box;
  background: url("https://cms-edusta-prod.s3.ap-northeast-1.amazonaws.com/sites/4/2026/05/19111251/s2bg-scaled.jpg") center top / cover;
}
#main .sec2 .und {
  background: #F5FAFF;
  padding: 8px 16px 16px 16px;
  box-sizing: border-box;
}
#main .sec2 .name {
  color: #333755;
  font-weight: 500;
  font-size: 13px;
  border-bottom: 1px solid #F7B8F1;
  box-sizing: border-box;
  padding: 5px 0;
}
#main .sec2 .inb {
  margin-top: 8px;
}
#main .sec2 .inb:first-of-type {
  margin-top: 0;
}
#main .sec2 ul {
  margin: 8px 0 0 0;
  padding: 0;
  font-weight: 500;
  font-size: 13px;
  position: relative;
}
#main .sec2 ul li {
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
  line-height: 1.6;
  margin-bottom: 4px;
}
#main .sec2 ul li:last-of-type {
  margin-bottom: 4px;
}
#main .sec2 ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #9DB7CF;
  border-radius: 100%;
}
#main .sec2 .btnw {
  margin: 24px auto;
}
#main .sec3 {
  padding: 24px 0 40px 0;
  box-sizing: border-box;
  background: url("https://cms-edusta-prod.s3.ap-northeast-1.amazonaws.com/sites/4/2026/05/19111333/s3bg-scaled.jpg") center top / cover;
}
#main .sec3 .lead-in {
  font-size: 13px;
  margin-top: 10px;
}
#main .sec3 .btnw {
  margin: 24px auto;
}
#main .sec3 .btnw a:nth-of-type(2) {
  margin-top: 16px!important;
  display: block;
}
#main .sec3 .btnw2 {
  margin: 48px auto 24px auto;
}
#main .edit_last {
  padding: 24px 0;
  box-sizing: border-box;
  background: url("https://cms-edusta-prod.s3.ap-northeast-1.amazonaws.com/sites/4/2026/05/19111354/ebg.jpg") center top / cover;
}
#main .edit_last .lead {
  font-size: 13px;
  margin: 10px 0 24px 0;
  line-height: 1.7;
}
#main .event {
  background: #7EABD9;
  color: white;
  padding: 24px 0;
  font-weight: 500;
}
#main .event h2 {
  line-height: 1;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 20px 0;
}
#main .event .txt {
  border-top: 1px solid white;
  box-sizing: border-box;
  padding: 8px 0;
  line-height: 1.6;
  color: white;
}
#main .event .txt:last-of-type {
  border-bottom: 1px solid white;
}
#main .event p {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
}
#main .event p i {
  font-weight: bold;
  display: block;
}
#main .event .ft_txt {
  font-size: 12px;
  line-height: 1.4;
  text-align: right;
  margin-top: 15px;
}
#main .event .btnw_c2 {
  margin: 24px 0;
}
#main .s3sw {
  margin: 8px auto 40px auto;
}


.sticky {
  z-index: 10;
}

/*# sourceMappingURL=style.css.map */