@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;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !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;
}
#main #content #mainarea {
  width: 960px;
  font-size: 14px;
  word-wrap: break-word;
  line-height: 1.8em;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  font-style: normal;
  text-justify: inter-ideograph;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", sans-serif;
  font-weight: 500;
  color: #333;
}
#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: 500;
  color: #9c943c;
}
#main #content #mainarea .base-color-bg {
  background: #f8f8ee;
}
#main #content #mainarea .main-color-bg {
  background: #f8f8ee;
}
#main #content #mainarea .sub-color-bg {
  background: #2295FF;
}
#main #content #mainarea .accent-color-bg {
  background: #9c943c;
}
#main #content #mainarea .white-bg {
  background: #fff;
}
#main #content #mainarea .base-color-text {
  color: #f8f8ee;
}
#main #content #mainarea .main-color-text {
  color: #f8f8ee;
}
#main #content #mainarea .sub-color-text {
  color: #2295FF;
}
#main #content #mainarea .accent-color-text {
  color: #9c943c;
}
#main #content #mainarea .number {
  width: 26px;
  height: 26px;
  position: relative;
  background: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 1.5rem;
  font-weight: normal;
}
#main #content #mainarea .text-big {
  font-size: 16px;
}
#main #content #mainarea .font-style-01 {
  font-family: "Shippori Mincho", serif;
}
#main #content #mainarea .ltr-sp-1 {
  letter-spacing: 1px;
}
#main #content #mainarea .day-block {
  text-align: right;
  padding: 0 5px 5px;
  color: rgba(51, 51, 51, 0.5);
}
#main #content #mainarea .day-block time::after {
  content: "[PR]";
  display: inline-block;
  margin-left: 4px;
}
#main #content #mainarea .fmv {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
#main #content #mainarea .sec-wraper {
  margin-top: 40px;
}
#main #content #mainarea .sec-wraper + .sec-wraper {
  padding-top: 10px;
}
#main #content #mainarea .title {
  width: 100%;
  text-align: right;
  padding-bottom: 40px;
}
#main #content #mainarea .title img {
  width: 100%;
  height: auto;
}
#main #content #mainarea .title .school-mv-img {
  display: inline-block;
  vertical-align: top;
  max-width: 63%;
  margin-top: 40px;
  padding: 0;
}
#main #content #mainarea .title .title-text {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #9c943c;
  padding: 0;
  box-sizing: border-box;
  max-width: 480px;
}
#main #content #mainarea .title .title-text .school-icon-img {
  font-size: 100%;
  width: 90px;
  padding: 20px;
  margin: -20px auto 0 auto;
  background: rgba(255, 255, 255, 0.9);
}
#main #content #mainarea .title .title-text .text {
  font-size: 24px;
  line-height: 1.9em;
  text-shadow: #ffffff 2px 2px 2px;
  margin: 5px auto 25px auto;
  padding: 0 0 0 18px;
}
#main #content #mainarea .title .title-text .school-name-img {
  font-size: 100%;
  width: 480px;
  margin: 0 auto;
  padding: 15px;
  box-sizing: border-box;
}
#main #content #mainarea .iee-block {
  padding: 15px;
  background: rgba(248, 248, 238, 0.9);
  max-width: 480px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
}
#main #content #mainarea .iee-text {
  color: #333;
}
#main #content #mainarea .h2-block {
  position: relative;
  padding: 0 15px;
  padding-left: 90px;
  box-sizing: border-box;
  margin-bottom: 35px;
  font-family: "Shippori Mincho", serif;
}
#main #content #mainarea .h2-block::before {
  content: "";
  background-image: url('//s3-ap-northeast-1.amazonaws.com/inter-edu/special/wp-content/uploads/sites/2/t-es-showa-gkn-240625_h2_icon.png');
  background-size: cover;
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: -1;
  left: 15px;
  top: -10px;
}
#main #content #mainarea .h2-block::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(156, 148, 60, 0.3);
  position: relative;
  left: 0%;
  margin-left: 0;
  margin-top: -1px;
}
#main #content #mainarea .h2-text-content {
  display: inline-block;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 600;
}
#main #content #mainarea .h2-text-content::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #9c943c;
  position: relative;
  left: 0%;
  margin-left: 0;
  margin-top: 10px;
}
#main #content #mainarea .h2-sub {
  font-size: 18px;
  line-height: 1.6em;
  color: #9c943c;
  font-weight: 400;
  margin-left: 0.5em;
}
#main #content #mainarea .h3-block {
  font-size: 20px;
  line-height: 1.4em;
  padding: 15px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  color: #524e20;
  text-align: center;
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
  background: #f8f8ee;
  background: -webkit-linear-gradient(to right, rgba(248, 248, 238, 0) 0%, #f8f8ee 30%, #f8f8ee 70%, rgba(248, 248, 238, 0) 100%);
  background: linear-gradient(to right, rgba(248, 248, 238, 0) 0%, #f8f8ee 30%, #f8f8ee 70%, rgba(248, 248, 238, 0) 100%);
}
#main #content #mainarea .h3-block::before,
#main #content #mainarea .h3-block::after {
  content: " ";
  width: 80%;
  height: 1px;
  background: rgba(156, 148, 60, 0.3);
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
}
#main #content #mainarea .h3-block::before {
  top: 0;
}
#main #content #mainarea .h3-block::after {
  bottom: 0;
}
#main #content #mainarea .h3-block span::before,
#main #content #mainarea .h3-block span::after {
  content: " ";
  width: 30%;
  height: 1px;
  background: #9c943c;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
}
#main #content #mainarea .h3-block span::before {
  top: 0;
}
#main #content #mainarea .h3-block span::after {
  bottom: 0;
}
#main #content #mainarea .h3-block span .br-sp {
  display: none;
}
#main #content #mainarea .text-block {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
}
#main #content #mainarea .text-block p {
  text-align: justify;
}
#main #content #mainarea .column-wrap {
  padding: 20px 0;
  background: #f8f8ee;
}
#main #content #mainarea .column-block {
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  flex-direction: column;
  gap: 4px;
  display: inline-flex;
}
#main #content #mainarea .column-title {
  border-bottom: 2px solid #f8f8ee;
  font-size: 16px;
  padding-bottom: 5px;
}
#main #content #mainarea .column-img-block {
  box-sizing: border-box;
  background: #fff;
  max-width: 640px;
  text-align: justify;
  margin: 0 auto;
}
#main #content #mainarea .column-img-block p {
  margin: 15px;
}
#main #content #mainarea .column-img {
  float: left;
  margin: 0 15px 0 0;
}
#main #content #mainarea .column-img img {
  width: 180px;
  height: 180px;
  object-fit: cover;
}
#main #content #mainarea .bk-tpt {
  position: relative;
  padding: 0;
  margin-bottom: 40px;
}
#main #content #mainarea .bk-tpt .text-block-content {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  padding: 15px;
  box-sizing: border-box;
  max-width: 536px;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.9);
  z-index: 1;
}
#main #content #mainarea .bk-tpt .text-block-content.ps-right {
  right: 0;
}
#main #content #mainarea .bk-tpt + .column-img-block {
  padding-top: 40px;
}
#main #content #mainarea .img-full-block {
  width: 100%;
  margin: 0 auto;
}
#main #content #mainarea .img-full-block img {
  width: 100%;
  height: auto;
}
#main #content #mainarea .img-block {
  padding: 0 15px;
}
#main #content #mainarea .img-block.ag-right {
  text-align: right;
}
#main #content #mainarea .img-block.ag-right .images {
  display: inline-block;
}
#main #content #mainarea .img-block.ag-left {
  text-align: left;
}
#main #content #mainarea .img-block.ag-left .images {
  display: inline-block;
}
#main #content #mainarea .images {
  margin: 0 auto;
  width: 100%;
  max-width: 560px;
  box-sizing: border-box;
  position: relative;
}
#main #content #mainarea .images img {
  width: 100%;
  height: auto;
}
#main #content #mainarea .images .caption {
  width: 100%;
  padding: 8px 10px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  font-size: 11px;
  line-height: 1.4em;
}
#main #content #mainarea .button {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
#main #content #mainarea .button a {
  min-width: 230px;
  padding: 7px 10px;
  box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  border: 2px #9c943c solid;
  color: #9c943c;
}
#main #content #mainarea .button-2 a {
  background: #9c943c;
  border: none;
  color: #fff;
}
#main #content #mainarea .button-2 a .arrow {
  background: #f8f8ee;
}
#main #content #mainarea .button-2 a .arrow::after {
  background: #9c943c;
}
#main #content #mainarea .button-text {
  flex: 1;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
#main #content #mainarea .arrow {
  width: 20px;
  height: 20px;
  position: relative;
  background: #9c943c;
  border-radius: 10px;
}
#main #content #mainarea .arrow::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask-image: url(arrow.svg);
  -webkit-mask-size: 12px 12.8px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(arrow.svg);
  mask-size: 12px 12.8px;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
}
#main #content #mainarea .event-block {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  color: #333;
}
#main #content #mainarea .event-block h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 6px;
}
#main #content #mainarea .event {
  width: 100%;
  border-top: 1px solid #9c943c;
  display: table;
}
#main #content #mainarea .event:last-child {
  border-bottom: 1px solid #9c943c;
}
#main #content #mainarea .event-title,
#main #content #mainarea .event-details {
  font-size: 14px;
  line-height: 1.5em;
  color: #333;
  display: table-cell;
  padding: 10px;
}
#main #content #mainarea .event-title {
  font-weight: 700;
  background: #f8f8ee;
  width: 240px;
}
#main #content #mainarea .footer-text {
  padding: 15px;
  text-align: right;
  color: rgba(51, 51, 51, 0.8);
  font-size: 12px;
  line-height: 1.4em;
}
@media screen and (min-width: 960px) {
  #wrapper #main #content #mainarea .text-block-content::after {
    border-left: 1px solid rgba(156, 148, 60, 0.3);
  }
  #wrapper #main #content #mainarea .text-block-content.ps-right::after {
    border-left: 0;
    border-right: 1px solid rgba(156, 148, 60, 0.3);
  }
}
@media screen and (min-width: 768px) {
  #wrapper #main #content #mainarea .title .text {
    position: relative;
    z-index: 1;
  }
  #wrapper #main #content #mainarea .title .text::after {
    content: "";
    background: rgba(255, 255, 255, 0.8);
    display: block;
    width: 14em;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: -1;
    filter: blur(20px);
  }
  #wrapper #main #content #mainarea .title .school-name-img {
    background: rgba(255, 255, 255, 0.9);
  }
  #wrapper #main #content #mainarea .images.size-s {
    max-width: 50%;
  }
  #wrapper #main #content #mainarea .images.size-m {
    max-width: 70%;
  }
  #wrapper #main #content #mainarea .images.size-l {
    max-width: 80%;
  }
  #wrapper #main #content #mainarea .images.size-f {
    max-width: 100%;
  }
  #wrapper #main #content #mainarea .images.ict img {
    object-fit: cover;
    object-position: 0 -120px;
    height: 584px;
  }
  #wrapper #main #content #mainarea .bk-tpt {
    height: 40px;
  }
  #wrapper #main #content #mainarea .bk-tpt.se {
    height: 155px;
  }
  #wrapper #main #content #mainarea .bk-tpt.me {
    height: 80px;
  }
  #wrapper #main #content #mainarea .bk-tpt .text-block-content::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid rgba(156, 148, 60, 0.3);
    display: block;
    bottom: -1px;
    left: -1px;
    z-index: 10;
    width: 80px;
    height: 150%;
  }
  #wrapper #main #content #mainarea .bk-tpt .text-block-content.ps-right::after {
    left: auto;
    right: -1px;
  }
}
/*# sourceMappingURL=./style.css.map */