@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: 400;
  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;
  -webkit-mask-image: url(school.svg);
  -webkit-mask-size: 18px 13px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(school.svg);
  mask-size: 18px 13px;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
  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("t-koen_ejh_bg1.jpg") top center / cover;
  color: #333;
}
#main .lead_bx h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  font-style: italic;
  color: #D64254;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}
#main .lead_bx .lead2 {
  margin-top: 15px;
}
#main .lead_bx .lead2 h2 {
  margin-bottom: 5px;
}
#main .ankers a {
  width: 100%;
  color: #333;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.6);
  margin-bottom: 3px;
  padding: 3px 4%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 0 10px;
  align-items: center;
}
#main .ankers i {
  width: 34px;
  height: 34px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  place-content: center;
  color: #D64254;
  box-sizing: border-box;
  background: #F2F235;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-text-stroke: 4px white;
  text-stroke: 4px white;
  paint-order: stroke;
  position: relative;
}
#main .ankers i:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-top: 1px solid #231815;
  border-left: 1px solid #231815;
}
#main .ankers em {
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  line-height: 1.6;
}
#main .h2_ttlv1 {
  font-size: 18px;
  display: grid;
  grid-template-columns: 38px 1fr;
  text-align: center;
  align-items: center;
  gap: 0 10px;
  padding: 11px 11px 11px 16px;
  box-sizing: border-box;
  width: 93%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 32px;
}
#main .h2_ttlv1:before {
  content: "";
  position: absolute;
  bottom: -6px;
  right: -6px;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: repeating-linear-gradient(135deg, #666, #666 2px, #DADBDB 0, #DADBDB 7px);
}
#main .h2_ttlv1:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #FFFDE3;
  clip-path: polygon(0% 40%, 10% 0%, 100% 0, 100% 100%, 0 100%);
}
#main .h2_ttlv1 i {
  font-size: 40px;
  white-space: nowrap;
  color: #D64254;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-style: normal;
  font-weight: 900;
}
#main .h2_ttlv1 i,
#main .h2_ttlv1 em {
  position: relative;
  z-index: 3;
  line-height: 1.5;
}
#main .h2_ttlv1 .sq {
  position: absolute;
  z-index: 4;
  left: -10px;
  top: -9px;
  width: 34px;
  height: 34px;
}
#main .h2_ttlv1 .sq img {
  width: 100%;
}
#main .h2_ttlv1 .bds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main .h2_ttlv1 .bds1:before,
#main .h2_ttlv1 .bds1:after {
  content: "";
  position: absolute;
}
#main .h2_ttlv1 .bds1:before {
  top: 0;
  left: 10%;
  width: 90%;
  height: 1.5px;
  background: #333;
  z-index: 4;
}
#main .h2_ttlv1 .bds1:after {
  top: 0;
  right: 0;
  width: 1.5px;
  height: 100%;
  background: #333;
  z-index: 4;
}
#main .h2_ttlv1 .bds2:before,
#main .h2_ttlv1 .bds2:after {
  content: "";
  position: absolute;
}
#main .h2_ttlv1 .bds2:before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: #333;
  z-index: 4;
}
#main .h2_ttlv1 .bds2:after {
  bottom: 0;
  left: 0;
  width: 1.5px;
  height: 60%;
  background: #333;
  z-index: 4;
}
#main .h2_ttlv1 .mn {
  font-size: 15px;
  display: block;
}
@media (min-width: 768px) {
  #main .h2_ttlv1:after {
    clip-path: polygon(0% 40%, 4% 0%, 100% 0, 100% 100%, 0 100%);
  }
  #main .h2_ttlv1 .bds1:before {
    left: 4%;
    width: 96%;
  }
}
#main .h2_ttlv1_last {
  font-size: 24px;
  display: block;
  place-content: center;
  height: 80px;
}
#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 .bg_areas {
  background: url("t-koen_ejh_sec1_bg.png") top center;
  background-size: 100% auto;
}
#main .sec1 {
  padding: 40px 0 16px 0;
  box-sizing: border-box;
}
#main .sec1 .btnw_c1 {
  margin: 20px 0 0 0;
}
#main .img_area {
  margin: 10px 0;
  margin: 10px auto;
  max-width: 560px;
}
#main .img_area img {
  width: 100%;
}
#main .tx_area {
  background: white;
  margin-bottom: 24px;
  padding: 10px 0;
  box-sizing: border-box;
}
#main .tx_area .names {
  font-size: 16px;
  margin: 0;
  border-bottom: 1px solid #F3CCEB;
}
#main .tx_area .tx {
  font-size: 14px;
  margin: 8px 0;
}
#main .pt_bx1 {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 0 10px;
  margin-bottom: 20px;
}
#main .pt_bx1 p {
  margin: 0;
}
#main .pt_bx1 .img img {
  width: 100%;
}
#main .pt_bx1 .nm {
  font-size: 11px;
  font-weight: bold;
}
#main .pt_bx1 .ms {
  color: #3594D3;
}
#main .pt_bx1 .rk {
  color: #354AD3;
}
#main .pt_bx1 .am {
  color: #43D335;
}
#main .pt_bx1 .txx {
  border-bottom: 1px solid white;
  font-weight: 500;
  line-height: 1.71;
  font-size: 14px;
}
#main .pt_bx {
  max-width: 560px;
  position: relative;
}
#main .pt_bx img {
  width: 100%;
  height: auto;
}
#main .pt_bx .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 11px;
  line-height: 1.4;
  padding: 6px 8px;
  box-sizing: border-box;
  font-weight: 500;
  color: #333;
  background: rgba(255, 255, 255, 0.8);
}
#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: #F2F235;
  padding: 4px;
  box-sizing: border-box;
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.25);
}
#main .btn_cm i {
  border: 1px solid white;
  background: #F2F235;
  display: block;
  width: 100%;
  padding: 3px 0;
  box-sizing: border-box;
}
#main .btn_cm i em {
  padding: 0 50px;
  box-sizing: border-box;
  background: url("arw.png") center right no-repeat;
  background-size: 20px auto;
}
#main .btn_cm2 {
  text-align: left;
}
#main .btn_cm2 i em {
  padding: 0 50px 0 30px;
}
#main .btn_cm3 {
  text-align: left;
}
#main .btn_cm3 i em {
  padding: 0 50px 0 56px;
}
#main .btn_cm4 {
  text-align: left;
}
#main .btn_cm4 i em {
  padding: 0 63px;
}
#main .btnw_lead {
  padding: 0 0 16px 0;
}
#main .sec2 {
  padding: 0 0 8px 0;
}
#main .sec3 {
  padding: 0 ;
}
#main .sec3 .btnw_c1 {
  margin: 30px 0 0 0;
}
#main .sec4 .pt_bx {
  margin: 0 auto 24px auto;
}
#main .sec5 p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
}
#main .sec5 .nmm {
  margin-top: 40px;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.4);
}
#main .sec5 .btnw_lead {
  margin: 24px 0 8px 0;
}
#main .pt_bx {
  max-width: 560px;
  position: relative;
}
#main .pt_bx img {
  width: 100%;
  height: auto;
}
#main .pt_bx .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 11px;
  line-height: 1.4;
  padding: 6px 8px;
  box-sizing: border-box;
  font-weight: 500;
  color: #333;
  background: rgba(255, 255, 255, 0.8);
}
#main .btn_pn1 {
  display: flex;
  justify-content: space-between;
  width: 110px;
  position: relative;
  right: -25px;
}
#main .swiper-slide {
  opacity: 0.5;
  transition: all 0.3s ease;
}
#main .swiper-slide img {
  width: 100%;
  height: auto;
}
#main .swiper-slide-active {
  opacity: 1;
}
#main .sww {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
}
#main .sww1 {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
}
#main .sww2,
#main .sww3,
#main .sww4 {
  margin: 0 auto 24px auto;
}
#main .nv1 {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 110px;
  align-items: center;
  margin-top: -8px;
}
#main .nv1 .pg1 {
  position: relative;
}
#main .swiper-pagination {
  text-align: left;
}
#main .swiper-pagination-bullet {
  width: 16px;
  height: 2px;
  display: inline-block;
  background: #666666;
  opacity: 0.8;
  border-radius: 3px;
  margin: 0 2px;
}
#main .swiper-pagination-bullet-active {
  background: #E96200;
}
#main .swiper-button-next,
#main .swiper-button-prev {
  width: 50px;
  height: 50px;
  position: relative;
  top: unset;
  margin-top: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .swiper-button-next:after,
#main .swiper-button-prev:after {
  content: none;
}
#main .swiper-button-next img,
#main .swiper-button-prev img {
  width: 100%;
}
#main .txt_bx {
  margin-top: 10px;
}
#main .txt_bx p {
  margin: 0;
}
#main .txt_bx .name {
  font-weight: bold;
  font-size: 14px;
}
#main .txt_bx .txx {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  padding-bottom: 5px;
  border-bottom: 1px solid #008881;
  box-sizing: border-box;
  font-feature-settings: "palt";
}
#main .event {
  background: url("t-koen_ejh_under_bg.jpg") center top / cover;
  padding: 24px 0;
  font-weight: 500;
}
#main .event h2 {
  line-height: 1;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 20px 0;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
#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-top: 15px;
}
/*# sourceMappingURL=style.css.map */