@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: 30px 0 24px 0;
  background: url("kogyoku_bg1_pc.jpg") center center / cover;
  color: white;
}
#main .lead_bx h2 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 0;
  font-style: italic;
  margin-bottom: 5px;
}
#main .lead_bx .btn_cm {
  margin-bottom: 30px;
}
#main .lead_bx .lead2 {
  margin-top: 30px;
}
#main .ankers a {
  width: 100%;
  color: white;
  text-decoration: none;
  background: #D63C64;
  margin-bottom: 3px;
  padding: 2px 4%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 0 4px;
  align-items: center;
}
#main .ankers i {
  width: 22px;
  height: 22px;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding-top: 5px;
  color: white;
  box-sizing: border-box;
  background: url("sakura.png") center center / cover;
}
#main .ankers em {
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
}
#main .h2_ttlv1 {
  position: relative;
  width: 100%;
  color: #333;
  font-family: "游明朝", "Yu Mincho", serif;
  font-size: 20px;
  line-height: 1.15;
  text-align: center;
  border: 2px solid #D63C64;
  box-sizing: border-box;
  background: url(h2_bg1.jpg) center right no-repeat;
  background-size: 100% auto;
  box-shadow: 4px 4px 4px rgba(214, 60, 100, 0.25);
  padding: 10px 0;
  margin: 0;
}
#main .h2_ttlv1 .num {
  position: absolute;
  font-family: "Noto Sans JP", sans-serif;
  top: -25px;
  left: 4%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  color: white;
  line-height: 1;
  padding-top: 11px;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #004080 0%, #000F1F 100%);
}
#main .h3_ttlv1 {
  position: relative;
  color: #D63C64;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  padding: 15px 0;
  margin: 20px 0 10px 0;
}
#main .h3_ttlv1 i {
  padding: 0 10px 0 41px;
  box-sizing: border-box;
  display: block;
}
#main .h3_ttlv1:before {
  content: "";
  position: absolute;
  top: 26px;
  left: 0;
  width: 31px;
  height: 1px;
  background: #D63C64;
}
#main .sec1 {
  padding: 0 0 10px 0 ;
  box-sizing: border-box;
  background: url(sec1_bg_pc.jpg) center right no-repeat;
  background-size: cover;
}
#main .sec2 {
  padding: 0 0 20px 0;
  box-sizing: border-box;
  background: url("sec2_bg_pc.jpg") right bottom no-repeat;
  background-size: cover;
}
#main .sec3 {
  padding: 0 0 40px 0px;
  background: url("sec3_bg.jpg") right bottom no-repeat;
  background-size: 100% auto;
}
#main .sec4 {
  padding: 0 0 30px 0;
  box-sizing: border-box;
  background: url("sec4_bg.jpg") right top no-repeat;
  background-size: 100% auto;
}
#main .sec6 {
  padding: 0 0 20px 0;
  box-sizing: border-box;
  background: url("sec6_bg.jpg") right top no-repeat;
  background-size: 100% auto;
}
#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 .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 .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: 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 .common_txt {
  color: #333;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
}
#main .ct2 {
  border-bottom: 1px solid #004080;
  padding-bottom: 5px;
}
#main .ct3 {
  margin: 20px 0 0 0;
}
#main .pt_bx {
  margin: 20px auto 0 auto;
  max-width: 560px;
  position: relative;
}
#main .pt_bx img {
  width: 100%;
  height: auto;
}
#main .pt_bx .txt {
  position: absolute;
  font-feature-settings: "palt";
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 13px;
  line-height: 1.4;
  padding: 6px 8px;
  box-sizing: border-box;
  color: white;
  background: rgba(214, 64, 100, 0.8);
}
#main .pt_bx2 img {
  width: 100%;
  height: auto;
}
#main .pt_bx2 .txt {
  position: relative;
  background: #F0F8DF;
  font-size: 16px;
  line-height: 1.6;
  padding: 20px 10px;
  color: #333;
}
#main .talk_wrap {
  margin-top: 24px;
}
#main .talk_bx {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 0 8px;
  margin-top: 16px;
}
#main .talk_bx img {
  width: 100%;
}
#main .talk_bx .mini {
  font-size: 11px!important;
  margin: 0;
  line-height: 1;
  color: #333;
  font-weight: bold;
}
#main .talk_bx .normal {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  margin: 8px 0 0 0;
  padding-bottom: 4px;
  border-bottom: 1px solid #D63C64;
  font-feature-settings: "palt";
}
#main .talk_bx .normal_line0 {
  border-bottom: none;
}
#main .talk_bx_imgno {
  display: block;
}
#main .talk_bx_imgno .mini {
  font-size: 14px!important;
}
#main .button_ev {
  margin: 32px auto 16px auto;
}
#main i,
#main em {
  font-style: normal;
}
#main .btn_cm {
  max-width: 320px;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  color: #333;
  box-sizing: border-box;
  border: 3px solid #D63C64;
  border-radius: 100px;
  padding: 3px 0;
  background: url("arw1.png") center right 10px no-repeat, white;
  background-size: 20px auto;
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.25);
}
#main .btn_cm i {
  text-decoration: underline;
  margin-right: 20px;
}
#main .btn_cm2 {
  line-height: 1.2;
  text-align: center;
}
#main .btn_cm2 em {
  padding: 11px 0;
}
#main .btn_cm2 i {
  text-align: left;
  display: inline-block;
}
#main .btnw_c1 {
  margin: 30px 0;
}
#main .btnw_c2 {
  margin-top: 16px;
}
#main .event {
  background: #F2A2AE;
  padding: 24px 0;
  color: white;
}
#main .event h2 {
  line-height: 1;
  font-size: 22px;
  margin: 0 0 30px 0;
}
#main .event p {
  border-bottom: 1px solid white;
  box-sizing: border-box;
  padding-bottom: 8px;
  color: white;
}
#main .event .ft_txt {
  font-size: 12px;
  line-height: 1.6;
  text-align: right;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.6);
}
#main .event .btnw_c2 {
  margin-top: 32px;
}
/*# sourceMappingURL=style.css.map */