@charset "utf-8";
/* LESS Document */
/*----------------------
			　base
-----------------------*/
/*----------------------
			　common
-----------------------*/
@media screen and (min-width: 768px) {
  /* 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;
  }
  .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%;
  }
  body {
    font-family: "Noto Sans", sans-serif;
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
    color: #333333;
  }
  * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  .school-name {
    background: #2295FF;
    border-radius: 0 10px 10px 0;
    display: inline-flex;
    align-items: center;
    padding: 8px 10px;
  }
  .school-name p {
    flex: 1;
    display: inline;
    color: #fff;
    line-height: 0;
	font-size: 16px;
  }
  .day-block {
    font-size: 16px;
    text-align: right;
    padding: 0 5px;
    color: rgba(91, 80, 88, 0.5);
    margin: 0;
  }
  .day-block time::after {
    content: "[PR]";
    display: inline-block;
    margin-left: 4px;
  }
  .main-visual {
    margin-bottom: -10px;
  }
  .main-container img {
    width: 100%;
  }
  /* lede section */
  .section--index {
    background: #f78396;
    padding: 15px 0 16px;
  }
  .section--index p {
    padding: 0 15px;
    margin: 0;
    margin-bottom: 10px;
    line-height: 28px;
  }
  .index-wrapper {
    max-width: 768px;
    margin: 0 auto;
  }
  .index__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    color: #333;
  }
  .index__link:hover {
    opacity: 0.8;
  }
  .index__list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  .index__list li {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.6);
    padding: 4px 0;
  }
  .index__list li div {
    min-width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
  }
  .index__list li svg {
    width: 18px;
    height: 18px;
  }
  .index__eyebrow {
    color: #efa8b2;
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 0;
    padding: 0 15px;
    font-style: italic;
    line-height: 25px;
  }
  .section--index .index__eyebrow {
    margin-bottom: 0;
  }
  .index__list li p {
    font-size: 12px;
    line-height: 1.75em;
    font-weight: 400;
    margin: 0 13px 0 10px;
    padding: 0;
    text-decoration: underline;
  }
  .section--index p {
    font-size: 14px;
    line-height: 1.75em;
  }
  /* sections */
  .section {
    width: 100%;
    box-sizing: border-box;
  }
  /* header refine */
  .section-header {
    position: relative;
    display: flex;
    align-items: center;
    background: #f78396;
    padding: 25px 0;
    justify-content: space-between;
    margin: 22px 0 0;
    padding-left: 10px;
  }
  .section-header::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #2295ff;
  }
  /* three dots on the left */
  .section-header::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 2px;
    background: #dc4d71;
    border-radius: 50%;
    box-shadow: 0 -6px 0 #dc4d71, 0 6px 0 #dc4d71;
  }
  .section-header__title--project {
    min-height: 89px !important;
  }
  .section-header__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #333;
    margin: 0;
    text-align: center;
    color: #333333;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0.02em;
    border-top: 1px solid #dc4d71;
    border-bottom: 1px solid #dc4d71;
    padding: 4px 0;
    padding-left: 15px;
    width: 95%;
    min-height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .section-header__title h2 {
    margin: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
  }
  .section-header__title span {
    font-size: 18px;
  }
  .section-header__icon {
    width: 26px;
    height: 26px;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
  }
  .section-header__icon::before {
    display: none;
  }
  .section-header__icon svg {
    width: 18px;
    filter: invert(1);
  }
  .section-content {
    margin-top: 0;
    padding: 15px;
    background: #f9d9e2;
    font-size: 14px;
  }
  .section-content > * + * {
    margin-top: 20px;
  }
  .section-content p {
    margin: 0;
  }
  .section-content p,
  .qa__answer,
  .qa__text,
  .qa__question {
    font-size: 14px;
    line-height: 25px;
  }
  /* normalize spacing utilities inside content */
  .section-content .mt0 { margin-top: 0 !important; }
  .section-content .mt5,
  .section-content .mt10,
  .section-content .mt15,
  .section-content .mt20 { margin-top: 20px !important; }
  /* media placeholder */
  .media-block {
    display: flex;
    justify-content: center;
    position: relative;
  }
  .media-block__caption {
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 0.8;
    height: 30px;
    padding: 0 8px;
    margin: 0;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
  }
  .media-block__caption--project {
    font-size: 10px;
  }
  .media-block__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* QA */
  .qa {
    padding: 0;
  }
  .qa__question {
    font-weight: 500;
    font-size: 14px;
  line-height: 25px;
    color: #333;
  position: relative;
  padding-left: 35px;
  }
  /* accent questions in section 03 */
  #cnt03 .qa__question {
    color: #1d9ae3;
    font-weight: 700;
  }
.qa__question::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background: currentColor;
}
  .qa__row {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 12px;
    margin-top: 10px;
  }
  .qa__avatar {
    width: 60px;
    height: 60px;
    border-radius: 94px;
    background-image: url("//s3-ap-northeast-1.amazonaws.com/inter-edu/special/wp-content/uploads/sites/2/otsuma-250902_section-1.jpg");
    background-size: 130px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .qa__answer {
    font-size: 16px;
    line-height: 25px;
    color: #333;
  }
  .qa__text {
    margin: 0 0 10px;
  }
  .qa__text span {
    font-weight: 700;
    font-size: 11px;
  }
  /* lead */
  .btn-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  /* button */
  .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 2px solid #6aa682;
    border-radius: 10px;
    background: #a8d5ba;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    width: 230px;
    height: 40px;
    margin: 0 auto;
    position: relative;
    padding: 0 10px;
    text-decoration: none;
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.15);
  }
  .btn:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .btn--wide {
    width: 246px;
  }
  .btn a {
    text-decoration: none;
  }
  .btn__text {
    font-weight: 400;
    font-size: 14px;
    color: #333;
    width: 180px;
    text-align: center;
  }
  .btn__icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e0f5f0;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .btn__icon svg {
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* events */
  .section--events {
    background: #efa8b2;
    padding: 50px 15px 25px;
  }
  .events__title {
    font-weight: 500;
    font-size: 22px;
    margin: 0 0 12px;
    text-align: left;
    border-bottom: 1px solid #333;
    padding-bottom: 8px;
  }
  .events__group {
    display: grid;
    grid-template-columns: 1fr;
  }
  .events__item-title {
    font-weight: 700;
    font-size: 14px;
    margin: 0;
  }
  .events__list {
    padding-left: 0;
    margin: 4px 0 0;
    font-size: 14px;
    line-height: 1.4;
    list-style: none;
  }
  .events__divider {
    height: 1px;
    background: #333;
    margin: 10px 0 14px;
  }
  /* footer */
  footer {
    color: rgba(96, 85, 92, 0.5);
    padding: 15px;
    background: #f9d9e2;
  }
  .footer-container__text {
    margin: 0;
    font-size: 12px;
    text-align: right;
    color: rgba(96, 85, 92, 0.5);
  }
  .mt-30 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 960px) {
  .school-name {
    border-radius: 0 10px 10px 0;
  }
}