@charset "utf-8";

@media screen {
  /* 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;
  }
  .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;
    margin: 0 auto;
    padding: 0;
    color: #333333;
    background: #fff; /* 全体の背景を白に戻す */
  }
  .header-area {
    background: #fff;
  }
  .content-wrapper {
    background: #FFEFF2; /* コンテンツ部分のみ薄ピンク */
    padding-bottom: 20px;
  }
  * {
    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: 13px;
    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-container {
    margin-top: 50px;
  }*/
  .main-visual {
    margin-bottom: -10px;
  }
  .main-container img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  /* lede section */
  .section--index {
    background: #f78396; /* 濃いピンクに変更 */
    padding: 15px 0 16px;
    color: #fff;
  }
  .section--index p {
    padding: 0 15px;
    margin: 0;
    color: #fff; /* 文字色を白に */
    line-height: 28px;
  }
  .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: #fff;
    margin-right: 15px;
  }
  .index__list li svg {
    width: 18px;
    height: 18px;
    fill: #F08496; /* アイコンをピンクに */
  }
  .index__eyebrow {
    color: #FFC0CB; /* タイトルを薄ピンクに */
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 0;
    padding: 0 15px;
    font-style: italic;
    line-height: 25px;
  }
  /* index title pink inside white/light area if separate */
  .index-wrapper .index__eyebrow {
      color: #FFC0CB;
      background: transparent;
      margin: 0;
      padding-top: 20px;
      font-style: italic;
      text-shadow: none;
      font-size: 20px;
      line-height: 25px;
  }
  .section--index .index__eyebrow {
    margin-bottom: 0;
  }
  .index__list li p {
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-decoration: underline;
    color: #333; /* テキストを黒に */
    flex: 1;
  }
  .section--index p {
    font-size: 14px;
    line-height: 28px;
  }
  /* sections */
  .section {
    box-sizing: border-box;
  }
  /* header refine */
  .section-header {
    position: relative;
    display: flex;
    align-items: center;
    background: #f78396; /* 全面ピンク */
    padding: 25px 0;
    justify-content: center; /* 中央寄せ */
    margin: 22px 0 0;
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    min-height: 80px;
    padding-left: 10px;
  }
  /* 飾り線（上下の白線） */
  .section-header::before,
  .section-header::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    height: 1px;
    background: #fff;
    opacity: 0.8;
  }
  .section-header::before {
    top: 10px;
    border: none;
    width: auto;
    border-radius: 0;
    box-shadow: none;
    transform: none;
  }
  .section-header::after {
    bottom: 10px;
    top: auto;
    border: none;
    width: auto;
    transform: none;
  }

  .section-header__title--project {
    min-height: auto !important;
  }
  .section-header__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    color: #fff; /* 文字白 */
    margin: 0;
    text-align: center;
    border: none;
    padding: 0 0 0 15px;
    width: 100%;
    min-height: auto;
    display: block;
  }
  .section-header__title h2 {
    margin: 0;
    position: static;
    transform: none;
    font-size: 24px;
  }
  .section-header__title span {
    font-size: 24px;
  }

  /* アイコンエリア */
  .section-header__icon {
    width: 26px;
    height: 26px;
    background: #fff; /* 白背景 */
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
  /* アイコンの飾りを削除 */
  .section-header__icon::before {
    display: none;
  }

  .section-header__icon svg {
    width: 18px;
    height: 18px;
    filter: none; /* 反転解除 */
    fill: #F08496; /* ピンク色 */
  }

  /* 吹き出しの三角形 */
  .section-header__title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #F08496;
    z-index: 2;
  }
  .section-content {
    margin-top: 0;
    padding: 15px;
    background: transparent; /* 背景色を削除（親要素の色を透かす） */
    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;
	max-width: 700px;
	margin: 0 auto;
  }
  .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 {
    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: cover; /* 画像全体が枠に収まるように調整 */
    background-position: center;
    background-repeat: no-repeat;
  }
  .qa__answer {
    font-size: 14px;
    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;
    margin-top: 20px;
  }
  /* button */
  .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: none;
    border-radius: 12px;
    background: #2EA7E0;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    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); /* 影を統一 */
    transition: opacity 0.3s, transform 0.1s, box-shadow 0.1s;
  }
  .btn:hover {
    opacity: 0.9;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.15);
  }
  .btn:active {
    opacity: 0.8;
    transform: translateY(0);
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.15);
  }
  .btn--wide {
    width: 246px;
  }
  .btn a {
    text-decoration: none;
    color: #fff;
  }
  .btn__text {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    width: 100%;
    text-align: center;
    padding-right: 30px;
  }
  .btn__icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .btn__icon svg {
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* アイコンの矢印を青色にするためのSVG用スタイル */
  .btn__icon svg path {
    stroke: #2EA7E0;
  }
  /* events */
  .section--events {
    background: transparent;
    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: #FFEFF2;
  }
  .footer-container__text {
    margin: 0;
    font-size: 12px;
    text-align: right;
    color: rgba(96, 85, 92, 0.5);
  }
  .mt-30 {
    margin-top: 30px;
  }

  /* Slider Custom Style */
  .slider {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0 0 50px; /* 下部に矢印とドット用のスペースを確保 */
    position: relative;
  }
  .slider .slick-slide {
    margin: 0 5px;
    opacity: 0.5;
    transition: opacity 0.3s;
    position: relative;
  }
  .slider .slick-current {
    opacity: 1;
    transform: scale(1);
  }
  .slider li {
    list-style: none;
    margin: 0;
  }
  .slider img {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }

  /* キャプション調整 */
  .slider .media-block__caption {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     background: rgba(255, 255, 255, 0.8); /* 半透明の白 */
     color: #333;
     font-size: 13px;
     font-weight: 700;
     height: 30px;
     padding: 0 8px;
     margin: 0;
     text-align: left;
     display: flex;
     align-items: center;
  }

  /* Slick Arrow Customization */
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 10px; /* 角丸四角 */
    z-index: 10;
    top: auto;
    bottom: 0; /* 画像の下に配置 */
    transform: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }
  .slick-prev::before,
  .slick-next::before {
    color: #333; /* 矢印の色 */
    font-size: 24px;
    opacity: 1;
    font-family: sans-serif;
    line-height: 40px;
  }
  .slick-prev::before { content: "‹"; }
  .slick-next::before { content: "›"; }

  .slick-next {
    right: 15px;
  }
  .slick-prev {
    left: auto;
    right: 65px; /* nextボタンの左隣 */
  }

  /* Slick Dots Customization */
  .slick-dots {
    bottom: 15px; /* 画像の下、矢印と同じ高さあたり */
    left: 15px;
    width: auto;
    text-align: left;
  }
  .slick-dots li {
    width: 20px;
    height: 4px;
    margin: 0 3px;
  }
  .slick-dots li button {
    width: 20px;
    height: 4px;
    padding: 0;
    background: #ccc; /* 非アクティブはグレー */
    border-radius: 2px;
  }
  .slick-dots li button:before {
    content: ''; /* デフォルトの丸数字を消す */
  }
  .slick-dots li.slick-active button {
    background: #2EA7E0; /* アクティブは青 */
  }
}

@media screen and (max-width: 480px) {
  .main-container {
    margin-top: 0;
  }
}
