@charset "UTF-8";
/*
Theme Name: STREAM Child
Template: stream
Version: 1.0.0
*/
/* ==================================================================
        #basic setting
================================================================== */
body {
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

p {
  line-height: 1.9;
}

figure {
  margin: 0;
}

.pct img {
  width: 100%;
  height: auto;
}

header {
  background-color: transparent !important;
}

header.d2 ~ .wrap {
  margin-top: 0;
}

/* ==================================================================
        #common
================================================================== */
.content_head h2 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  margin-bottom: 0.1em;
}
.content_head p:last-child {
  color: #1777d1;
}

.section-summary {
  font-size: 17px;
  text-align: center;
  margin-bottom: 40px;
}

.section-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

.order-01 {
  order: 1;
}

.order-02 {
  order: 2;
}

/* ==================================================================
        #hero
================================================================== */
.home-hero {
  height: 90vh;
}
.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}

.home-hero-inner {
  max-width: 1300px;
  max-height: none;
  display: flex;
  align-items: flex-end;
  padding-bottom: 40px;
  box-sizing: border-box;
}

.pc-hero {
  height: 100% !important;
}

.copy-catch {
  font-size: 86px;
  line-height: 1.2;
  background: transparent;
  margin: 0;
  padding: 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: none;
}
.copy-catch .box {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.copy-catch .smallter {
  font-size: 0.85em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.sidebyside_blc h3 {
  font-size: 1.15rem;
}

.home-hero-cont {
  min-height: auto;
}

.home-topics {
  background-color: #fff;
  padding: 38px;
  display: flex;
  align-items: flex-start;
}
.home-topics .home-topics-title {
  margin-right: 80px;
}
.home-topics .home-cont {
  display: block;
}
.home-topics .topics-recent-blc {
  width: 100%;
}
.home-topics .topics-recent-blc:not(:last-child) {
  margin-bottom: 6px;
}
.home-topics .topics-recent-blc .cont {
  display: flex;
  align-items: center;
}
.home-topics .topics-recent-blc .meta {
  width: 7.2em;
  display: block;
  font-size: 15px;
  color: #666;
  margin: 0;
}
.home-topics .topics-recent-blc .ttl {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 0;
}
.home-topics .home-topics-btn {
  position: absolute;
  left: 32px;
  bottom: 32px;
  font-size: 16px;
  line-height: 1.4;
  font-family: "游ゴシック体", Yu Gothic, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  margin-bottom: 0;
}
.home-topics .home-topics-btn a {
  padding: 0;
  border: none;
  background: none;
}

/*media Queries PCサイズ（768px以上）
----------------------------------------------------*/
.video-list {
  display: flex;
  justify-content: space-between;
  gap: 52px;
}
.video-list .video-box {
  width: 50%;
}
.video-list .video-box .video-img {
  aspect-ratio: 16/9;
  line-height: 0;
}
.video-list .video-box .video-img iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-list .video-box .video-title {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 16px;
}

/* ==================================================================
    #program
================================================================== */
.courses-wrapper {
  display: flex;
  flex-direction: column;
  gap: 64px;
  max-width: 1000px;
  margin: 0 auto;
}

.course-section {
  background-color: #e4e4e4;
  padding: 56px;
}

.course-row {
  display: flex;
  margin-bottom: 32px;
}

.course-image {
  width: 50%;
}

.course-content {
  width: 50%;
}

.course-title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 16px;
}
.course-title a {
  color: #222 !important;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media (hover: hover) {
  .course-title a:hover {
    color: #1777d1;
  }
}

.course-summary-row {
  display: flex;
  font-size: 17px;
  margin-bottom: 24px;
}

.course-summary-label {
  width: 4.8em;
  font-weight: bold;
}

.course-summary-content {
  flex: 1;
}

.course-summary-actions {
  margin-top: 32px;
}
.course-summary-actions ul {
  display: flex;
  gap: 16px;
}
.course-summary-actions ul li a {
  display: block;
  padding: 16px 24px;
  background-color: #353535;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-size: 17px;
  line-height: 1.4;
  font-weight: bold;
  transition: background-color 0.2s ease;
}
@media (hover: hover) {
  .course-summary-actions ul li a:hover {
    color: #fff;
    background-color: #1777d1;
  }
}

.fieldwork-course {
  margin-bottom: 40px;
}
.fieldwork-course:last-child {
  margin-bottom: 0;
}

.fieldwork-course-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.fieldwork-course-body {
  margin-bottom: 16px;
}
.fieldwork-course-body p {
  font-size: 17px;
  margin-bottom: 0;
}

.course-detail-link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  padding: 12px 24px;
  background-color: #353535;
  color: #fff !important;
  border-radius: 999px;
  text-decoration: none;
  font-size: 17px;
  line-height: 1.4;
  font-weight: bold;
  transition: all 0.2s ease;
}
@media (hover: hover) {
  .course-detail-link:hover {
    color: #222 !important;
    background-color: #ffffff;
  }
}

/* ==================================================================
    #faq
================================================================== */
.faq-index {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.faq-index .faq-column {
  width: 46%;
}
.faq-index .faq-item {
  margin-bottom: 56px;
}
.faq-index .faq-item dt,
.faq-index .faq-item dd {
  position: relative;
  padding-left: 38px;
}
.faq-index .faq-item dt {
  font-size: 19px;
  margin-bottom: 0.8em;
}
.faq-index .faq-item dt .mark {
  color: #338f70;
  font-size: 28px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -0.05em;
}
.faq-index .faq-item dd {
  font-size: 17px;
}
.faq-index .faq-item dd .mark {
  color: #7b50b7;
  font-size: 28px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -0.05em;
}

@media screen and (max-width: 768px) {
  .faq {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .faq-index {
    display: block;
  }
  .faq-index .faq-column {
    width: 100%;
    margin-bottom: 0;
  }
  .faq-index .faq-column:last-child {
    margin-bottom: 0;
  }
  .faq-index .faq-item {
    padding-bottom: 26px;
    border-bottom: 1px solid #ddd7cd;
    margin-bottom: 26px;
  }
  .faq-index .faq-item dt,
  .faq-index .faq-item dd {
    padding-left: 3.4rem;
  }
  .faq-index .faq-item dt {
    font-size: 16px;
  }
  .faq-index .faq-item dt .mark {
    font-size: 28px;
    top: 0;
  }
  .faq-index .faq-item dd {
    font-size: 15px;
  }
  .faq-index .faq-item dd .mark {
    font-size: 28px;
    top: 0;
  }
}
/* ==================================================================
    #voice
================================================================== */
#sec6 {
  background-color: #e9e9e9;
}
#sec6 .inner {
  padding-left: 0;
  padding-right: 0;
}
#sec6 .sp-sec {
  max-width: none;
  margin: auto;
}

.voice-sec {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}
.voice-sec .heading {
  max-width: 1380px;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .voice-sec {
    padding: 48px 30px;
  }
  .voice-sec .heading {
    padding: 0;
  }
  .voice {
    margin: 0 -16px !important;
  }
}
.swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.swiper-buttons {
  width: 100%;
  max-width: 84%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media print, screen and (min-width: 1601px) {
  .swiper-buttons {
    max-width: 61.5%;
  }
}
.swiper-buttons .swiper-button-prev,
.swiper-buttons .swiper-button-next {
  color: #868686;
}
.swiper-buttons .swiper-button-prev:after,
.swiper-buttons .swiper-button-next:after {
  font-size: 40px;
}

.voice-item-inner {
  padding: 56px;
  background-color: #fff;
  border-radius: 48px;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.voice-item-content {
  width: 68%;
  margin-right: auto;
}

.voice-item-profile {
  margin-bottom: 32px;
}
.voice-item-profile * {
  margin-bottom: 0;
}

.voice-item-author {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.voice-item-generation {
  font-size: 17px;
}

.voice-item-position {
  font-size: 17px;
}

.voice-item-heading {
  font-size: 22px;
}

.voice-item-text {
  font-size: 16px;
  max-height: 576px;
  overflow-y: auto;
  padding-right: 32px;
}
.voice-item-text::-webkit-scrollbar {
  width: 6px;
}
.voice-item-text::-webkit-scrollbar-track {
  background-color: #efefef;
}
.voice-item-text::-webkit-scrollbar-thumb {
  background-color: #8e8e8e;
  border-radius: 99px;
}
.voice-item-text p {
  margin-bottom: 17.6px;
}

.voice-item-image {
  width: 25%;
  overflow: hidden;
  aspect-ratio: 1/1.2;
  position: absolute;
  right: 56px;
  top: 48px;
  border-radius: 24px;
  overflow: hidden;
}
.voice-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.voice-item.layout-right .voice-item-content {
  order: 2;
}
.voice-item.layout-right .voice-item-image {
  order: 1;
}

/* ==================================================================
    #event
================================================================== */
.event-list-l {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.event-list-l-blc {
  position: relative;
}
.event-list-l-blc p {
  margin-bottom: 0;
}
.event-list-l-blc a {
  text-decoration: none;
}
.event-list-l-blc .pct {
  margin-bottom: 14px;
  overflow: hidden;
  aspect-ratio: 2/1;
}
.event-list-l-blc img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-list-l-blc .ttl {
  font-size: 16px;
  font-weight: bold;
  color: #111;
  text-align: center;
  margin-bottom: 0;
}
.event-list-l-blc .date {
  position: absolute;
  left: -28px;
  top: -28px;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  width: 5em;
  height: 5em;
  background-color: #7db50a;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 4px;
}
.event-list-l-blc .date p {
  line-height: 1.3;
}
.event-list-l-blc .date span {
  font-weight: normal;
  font-size: 0.8em;
}

@media print, screen and (min-width: 737px) {
  .event-list-l-blc {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 48px;
  }
  .event-list-l-blc:nth-child(3n) {
    margin-right: 0;
  }
}
.event-finished-ttl {
  font-size: 22px;
  text-align: center;
  margin: 40px 0 32px;
}

.btn-all {
  text-align: center;
  margin-top: 30px;
}
.btn-all a {
  display: inline-block;
  width: 380px;
  border: 1px solid #535353;
  font-size: 17px;
  box-sizing: border-box;
  padding: 15px;
  color: #141414;
  font-weight: 400;
  text-align: center;
  position: relative;
}
.btn-all a:after {
  content: url(./images/arrow.png);
  width: 24px;
  height: 6px;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 20%;
}

@media screen and (max-width: 768px) {
  .event-list-l {
    display: block;
  }
  .event-list-l-blc {
    width: 80%;
    margin: 0 auto 48px;
  }
  .event-list-l-blc:last-child {
    margin-right: auto;
  }
  .event-list-l-blc .pct {
    margin-bottom: 12px;
  }
  .event-list-l-blc .ttl {
    font-size: 15px;
  }
  .event-list-l-blc .date {
    left: -28px;
    top: -28px;
    font-size: 13px;
    width: 50px;
    height: 50px;
    padding-top: 4px;
  }
}/*# sourceMappingURL=style.css.map */