@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 #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 .lead_bx {
  padding: 0 0 24px 0;
  background: linear-gradient(to bottom, #55AEB2, #394284);
  background-size: 50% auto;
  color: white;
}
#main .lead_bx h2 {
  font-size: 20px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
  font-style: italic;
  margin-bottom: 5px;
}
#main .lead_bx .lead1 {
  padding: 40px 0 16px 0;
  box-sizing: border-box;
  color: white;
}
#main .lead_bx .common_txt {
  color: white;
}
#main .lead_bx .lead2 {
  margin-top: 40px;
}
#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 4px;
  align-items: center;
}
#main .ankers i {
  width: 21px;
  height: 17px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  padding-top: 4px;
  color: #FF6B00;
  box-sizing: border-box;
  background: white;
  border-radius: 4px;
  background: url("https://cms-edusta-prod.s3.ap-northeast-1.amazonaws.com/sites/4/2026/07/27191330/takanawa-260810_bag.png") center center / cover;
}
#main .ankers em {
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
}
#main .members {
  padding: 24px 0;
  box-sizing: border-box;
}
#main .members .bx {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 0 16px;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 24px;
}
#main .members .bx .fb {
  font-weight: bold;
  border-bottom: 1px solid #171C60;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
#main .members .bx img {
  width: 100%;
}
#main .members .bx:last-of-type {
  margin-bottom: 0;
}
#main .h2_ttlv1 {
  margin: 0;
  position: relative;
}
#main .h2_ttlv1:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -16px;
  background-color: #EFF3F6;
  width: 32px;
  height: 20px;
  clip-path: polygon(0 0, 50% 100%, 100% 0%);
}
#main .h2_ttlv1 .in {
  display: grid;
  grid-template-columns: 23px 1fr;
  gap: 0 4px;
  align-items: center;
  padding: 15px 10px;
  box-sizing: border-box;
  background: #EFF3F6;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#main .h2_ttlv1 .in:before,
#main .h2_ttlv1 .in:after {
  content: "";
  position: absolute;
  width: 65px;
  height: 65px;
  background: #C9EAF4;
  transform: rotate(45deg);
}
#main .h2_ttlv1 .in:before {
  bottom: -4%;
  right: 0;
}
#main .h2_ttlv1 .in:after {
  top: -37%;
  left: 0;
}
#main .h2_ttlv1 i {
  font-size: 14px;
  background: #E96200;
  color: white;
  text-align: center;
  place-content: center;
  height: 100%;
  position: relative;
  z-index: 2;
}
#main .h2_ttlv1 em {
  color: #171C60;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  position: relative;
  z-index: 2;
}
#main .pr5 {
  margin: 0!important;
  padding: 0!important;
}
#main .sec1 {
  background: #3A4485;
  color: white;
  padding: 0 0 24px 0;
  box-sizing: border-box;
}
#main .sec1 .lead-txt {
  padding: 24px 0;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.7;
}
#main .sec1 .btnw {
  margin-top: 20px;
}
#main .sec2 {
  background: url("https://cms-edusta-prod.s3.ap-northeast-1.amazonaws.com/sites/4/2026/07/27191434/takanawa-260810_bg-sec2-scaled.webp") left center / cover, #D9EEF3;
  padding-bottom: 24px;
}
#main .sec2 .inner2 {
  width: 94%;
}
#main .sec2 .lead-txt-fb {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  padding: 24px 0 0 0;
}
#main .sec2 .btnw {
  margin-top: 20px;
}
#main .talk-wrap {
  margin-top: 20px;
}
#main .talk-wrap .h3_ttl {
  color: #E96200;
  font-weight: bold;
  font-size: 14.5px;
  position: relative;
  padding-left: 36px;
  line-height: 1.6;
  box-sizing: border-box;
  margin: 0;
}
#main .talk-wrap .h3_ttl:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 22px;
  height: 1px;
  background: #E96200;
}
#main .talk-wrap .talk-bx {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 0 8px;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 20px;
}
#main .talk-wrap .talk-bx .name {
  font-weight: bold;
}
#main .talk-wrap .talk-bx .txt {
  border-bottom: 1px solid #333;
  padding-bottom: 6px;
  box-sizing: border-box;
}
#main .talk-wrap .talk-bx img {
  width: 100%;
}
#main .talk-wrap.tw-v2 {
  color: white;
}
#main .talk-wrap.tw-v2 .h3_ttl {
  color: #FFE97E;
}
#main .talk-wrap.tw-v2 .h3_ttl:before {
  background: #FFE97E;
}
#main .talk-wrap.tw-v2 .talk-bx .txt {
  border-bottom: 1px solid white;
}
#main .img-tx {
  margin-top: 20px;
}
#main .img-tx img {
  width: 100%;
}
#main .img-tx .txt {
  padding: 8px;
  box-sizing: border-box;
  background: white;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
}
#main .sec3 {
  background: #163C83;
  padding-bottom: 24px;
  box-sizing: border-box;
}
#main .sec3 .h2_ttlv1 {
  line-height: 1.2;
}
#main .sec3 .img-tx .txt {
  font-size: 13px;
  background: rgba(255, 255, 255, 0.8);
}
#main .sec3 .btnw {
  margin-top: 20px;
}
#main .sec4 {
  padding-bottom: 24px;
  box-sizing: border-box;
}
#main .sec4 .btnw {
  margin-top: 20px;
}
#main .sec4 .btnw a {
  height: 51px;
}
#main .edit-after {
  background: url("https://cms-edusta-prod.s3.ap-northeast-1.amazonaws.com/sites/4/2026/07/27191906/takanawa-260810_editbg.jpg") center center / cover;
  padding: 32px 0;
  box-sizing: border-box;
}
#main .edit-after h2 {
  font-weight: bold;
  font-size: 20px;
  font-style: italic;
  margin: 0;
  padding: 0;
}
#main .edit-after .txt {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}
#main .edit-after .btnw {
  margin-top: 20px;
}
#main .swiper-wrapper {
  align-items: stretch;
}
#main .swiper-slide {
  height: auto;
  opacity: 0.5;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.8);
}
#main .swiper-slide img {
  width: 100%;
  height: auto;
}
#main .swiper-slide .txt {
  font-size: 11px;
  font-weight: 500;
  padding: 4px 8px 12px 8px;
  box-sizing: border-box;
  color: #333;
  line-height: 1.5;
}
#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 .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: #FFE97E;
}
#main .btn_pn1 {
  width: 110px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 10px;
  position: relative;
  right: -25px;
  top: -1px;
}
#main .swiper-button-next,
#main .swiper-button-prev {
  width: 30px;
  height: 30px;
  position: relative;
  top: unset;
  margin-top: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
#main .swiper-button-next:after,
#main .swiper-button-prev:after {
  content: none;
}
#main .swiper-button-next img,
#main .swiper-button-prev img {
  width: 8px;
  display: inline-block;
}
#main i,
#main em {
  font-style: normal;
}
#main .btn_cm {
  max-width: 350px;
  min-height: 45px;
  place-content: center;
  display: block;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  color: white;
  box-sizing: border-box;
  padding: 12px 0;
  background: url("https://cms-edusta-prod.s3.ap-northeast-1.amazonaws.com/sites/4/2026/07/27191536/takanawa-260810_arw.png") center right 10px no-repeat, #E96200;
  background-size: 20px auto;
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.15);
  animation: btn_animation 2s infinite;
}
#main .btn_cm i {
  margin-right: 20px;
}
@keyframes btn_animation {
  0% {
    transform: translate(4px, 0px);
  }
  5% {
    transform: translate(-4px, 0px);
  }
  10% {
    transform: translate(4px, 0px);
  }
  15% {
    transform: translate(-4px, 0px);
  }
  20% {
    transform: translate(4px, 0px);
  }
  25% {
    transform: translate(-4px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
#main .event {
  padding: 24px 0;
  color: #333333;
  font-weight: 500;
}
#main .event h2 {
  line-height: 1;
  font-size: 22px;
  margin: 0 0 16px 0;
}
#main .event p {
  border-bottom: 1px solid #333;
  box-sizing: border-box;
  padding-bottom: 4px;
  margin: 0 0 8px 0;
}
#main .event p i {
  font-weight: bold;
}
#main .event .ft_txt {
  font-size: 12px;
  line-height: 1.6;
  text-align: right;
  margin-top: 16px;
  color: #666666;
}
#main .event .btnw_c2 {
  margin-top: 32px;
}
#main .event .btnw_c2 a {
  height: 51px;
}
.post-content article {
  background: #BAF2FF;
}
.post-content__title {
  padding: 0;
  margin: 0;
}
.post-content__title img {
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=style.css.map */