@charset "UTF-8";
section.remove-pt {
  padding-top: initial;
}

section.remove-pb {
  padding-bottom: initial;
}

.add-border_top {
  border-top: solid 1px #000;
}

@media (min-width: 1280px) {
  .container {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1280px) {
  .container .main {
    width: 67.7%;
  }
}
@media (min-width: 1280px) {
  .container .main .full_width {
    width: calc(100vw + 30px); /* スクロールバー幅を追加 */
    margin-left: calc(50% - 50vw - 25% - 15px); /* 調整 */
    position: relative;
    overflow-x: hidden;
  }
  .container .main .full_width.bg_full {
    width: auto;
    margin-left: 0;
    overflow: visible;
  }
  .container .main .full_width.bg_full::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 50vw - 25% - 15px);
    width: calc(100vw + 30px);
    height: 100%;
    background-color: #eebc9f;
    z-index: -1;
    pointer-events: none;
  }
}
@media (max-width: 1279px) {
  .container .main .full_width {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.container .main h2 {
  font-size: clamp(46px, 3.9473684211vw, 60px);
  font-weight: 600;
  letter-spacing: 0.075em;
  margin-bottom: 0.8em;
}
@media (max-width: 768px) {
  .container .main h2 {
    font-size: 36px;
  }
}
.container .main h3 {
  font-size: min(2.3684210526vw, 36px);
  font-size: clamp(22px, 2.3684210526vw, 36px);
  letter-spacing: 0.075em;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .container .main h3 {
    font-size: 22px;
  }
}
@media (min-width: 1280px) {
  .container .side {
    width: 25%;
    margin-right: auto;
    position: sticky;
    top: 6em;
    align-self: flex-start;
  }
}

.page_about {
  padding-top: initial;
}
.page_about p {
  font-size: clamp(16px, 1.5625vw, 22px);
}
.page_about .page-header {
  background-color: #e3edc5;
}
.page_about .page-heading {
  margin-top: 0.6em;
}
.page_about section#programs {
  background: #eebc9f;
}
@media (max-width: 1279px) {
  .page_about section#programs {
    padding-inline: var(--padding-inline);
  }
}
.page_about .card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 3%;
}
@media (max-width: 768px) {
  .page_about .card {
    grid-template-columns: 1fr;
  }
}
.page_about .card .card-item {
  background-color: #fff;
  border: solid 1px #000;
  padding: min(1.97vw, 30px);
}
@media (min-width: 769px) {
  .page_about .card .card-item {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .page_about .card .card-item {
    padding: 20px;
  }
}
.page_about .card .card-item .thumbnail {
  overflow: hidden;
  background: #fff;
  -webkit-mask: url(../img/common/image-mask.svg) center center/100% 100% no-repeat;
  mask: url(../img/common/image-mask.svg) center center/100% 100% no-repeat;
}
.page_about .card .card-item .thumbnail img {
  width: 100%;
  height: 100%;
  background: rgb(var(--color_main_rgb), 0.1);
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  transition: var(--transition_img);
}
.page_about .card .card-item .program-title {
  font-size: clamp(22px, 2.8645833333vw, 36px);
  margin-bottom: 0.5em;
  margin-top: 0.8em;
}
@media (min-width: 769px) {
  .page_about .card .card-item .program-title {
    letter-spacing: 0.05em;
  }
}
@media (max-width: 768px) {
  .page_about .card .card-item .program-title {
    font-size: 22px;
  }
}
.page_about .card .card-item .program-title-en {
  display: block;
  font-family: var(--font_en);
  color: var(--color_main);
  font-weight: 700;
  letter-spacing: 0;
  font-size: clamp(16px, 2.0833333333vw, 20px);
}
@media (max-width: 768px) {
  .page_about .card .card-item .program-title-en {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .page_about .card .card-item .program-description {
    font-size: clamp(16px, 2.0806241873vw, 18px);
    margin-bottom: 1.2em;
  }
}
@media (max-width: 768px) {
  .page_about .card .card-item .program-description {
    font-size: 14px;
  }
}
.page_about .card .card-item .button {
  margin: 1.2em auto 0;
}
@media (min-width: 769px) {
  .page_about .card .card-item .button {
    margin: auto 0 0 0;
  }
}

ul.page-nav {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1280px) {
  ul.page-nav {
    background-color: #e3edc5;
    flex-direction: column;
    padding-inline: min(1.3157894737vw, 20px);
    padding-block: min(0.3289473684vw, 5px);
  }
}
@media (max-width: 1279px) {
  ul.page-nav {
    padding-top: 14px;
    padding-bottom: 20px;
    gap: 10px 18px;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
  }
}
ul.page-nav li a {
  display: block;
  font-size: 18px;
  border-bottom: solid 1px #000;
  font-weight: 400;
  letter-spacing: 0.075em;
}
@media (min-width: 1280px) {
  ul.page-nav li a {
    font-size: min(1.4473684211vw, 22px);
    padding-top: min(0.6578947368vw, 10px);
    padding-bottom: min(0.6578947368vw, 10px);
    position: relative;
  }
}
ul.page-nav li a:hover {
  opacity: var(--opacity);
}
ul.page-nav li a::after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 8px;
  vertical-align: middle;
  margin-left: 0.5em;
}
@media (min-width: 1280px) {
  ul.page-nav li a::after {
    position: absolute;
    width: 20px;
    height: 10px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1280px) {
  ul.page-nav li:last-child a {
    border-bottom: initial;
  }
}

section.slide {
  z-index: -1;
  background-image: linear-gradient(to bottom, #fff 0%, #fff 50%, #eebc9f 50%, #eebc9f 100%);
}
section.slide .loop_slide {
  overflow: hidden;
  width: 100%;
}
section.slide .slider_track {
  display: flex;
  /* GPU */
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
section.slide .slide_item {
  flex-shrink: 0;
  margin-right: 20px;
}
section.slide .slide_item img {
  height: 330px;
  width: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 769px) {
  section.slide .slide_item img {
    height: 195px;
  }
}

.organic-panel {
  position: relative;
  padding-inline: 7.7%;
  padding-block: 4.4em;
  background: #e3edc5;
}
@media (min-width: 769px) and (max-width: 1279px) {
  .organic-panel {
    padding-block: 6em;
  }
}
.organic-panel::before, .organic-panel::after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  width: calc(100% + 2px);
  aspect-ratio: 1030/56;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.organic-panel::before {
  top: 0;
  background-image: url("../img/common/curve-top.svg");
}
.organic-panel::after {
  bottom: -2px;
  background-image: url("../img/common/curve-bottom.svg");
}
.organic-panel_inner {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  section#message h2 {
    text-align: center;
  }
}

@media (min-width: 769px) {
  #team dl div {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  #team dl div {
    margin-bottom: 1em;
  }
}
#team dl div dt {
  line-height: 1.8;
}
@media (min-width: 769px) {
  #team dl div dt {
    width: 16em;
  }
}
#team dl div dd {
  line-height: 1.8;
}
@media (min-width: 769px) {
  #team dl div dd {
    width: calc(100% - 16em);
  }
}

#credit dl {
  margin-bottom: 2em;
}
@media (min-width: 769px) {
  #credit dl div {
    display: flex;
  }
}
#credit dl div dt {
  font-weight: 600;
  margin-right: 1em;
}
@media (min-width: 769px) {
  #credit dl div dt {
    width: 68px;
  }
}
@media (min-width: 769px) {
  #credit dl div dd {
    width: calc(100% - 68px);
  }
}
#credit .note {
  font-size: 14px;
}
@media (min-width: 769px) {
  #credit .note {
    font-size: clamp(14px, 1.8205461638vw, 16px);
  }
}/*# sourceMappingURL=about.css.map */