/* top戻るボタン　archiveページ共通 */
.back-to-top {
  margin: 80px auto 0;
}
.s .back-to-top {
  margin: 75px auto 0;
}
.back-to-top .c-button {
  text-align: right;
  padding: 20px 54px 22px;
}
.s .back-to-top .c-button {
  max-width: 420px;
  width: 60%;
  text-align: center;
  padding: 20px 45px 22px 54px;
}
.back-to-top .c-button span {
  left: 32px;
}
.s .back-to-top .c-button span {
  left: 25px;
}

/*一覧に表示する記事がなかったとき */
.not-content-item {
  list-style: none;
  text-align: center;
  margin: 0 auto;
  width: 79%;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 40px 0;
  /* border-radius: 16px; */
  /* border: 2px solid #00829e; */
  box-shadow: unset !important;
}
.s .not-content-item {
  font-size: 1rem;
}

/*一覧に表示する記事がなかったとき */
.news .not-content-item {
  list-style: none;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  font-weight: bold;
  padding: 40px 0;
  box-shadow: 7px 6px 15px rgba(0, 110, 189, 0.1) !important;
  margin-bottom: 50px;
  background: #fff;
  border-radius: 20px;
}
.s .news .not-content-item {
  border-radius: 10px;
}

/*----------*/
/* news */
/*----------*/
.archive-button .c-button {
  margin: 0 auto;
}
.news {
  position: relative;
}
.news-list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 20px 0;
}
.s .news-list {
  max-width: unset;
  width: 100%;
  gap: 12px;
  padding: 10.2% 5.2% 0;
}
.news__deco01 {
  position: absolute;
  top: 14%;
  right: 0;
  width: 47.7%;
  z-index: -1;
}
.news__deco02 {
  position: absolute;
  top: 51%;
  left: 0;
  width: 50.7%;
  z-index: -1;
}

/* news詳細 */

.s .news-detail .c-breadcrumbs {
  padding: 25px 15px 30px;
}

.news-detail .inner {
  padding: 0 20px;
}
.news-detail-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 40px 0 80px;
}
.s .news-detail-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 0 40px;
}
.news-detail-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 40px 0 80px;
}
.news-detail h2 {
  font-size: 1.875rem;
}
.s .news-detail h2 {
  font-size: 1.125rem;
}
.news-img {
  width: 65.9%;
  margin: 0 auto;
}
.s .news-img {
  width: 100%;
}
.news-img img {
  border-radius: 20px;
}
.news__content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  font-size: 1rem;
}
.s .news__content {
  gap: 14px;
  font-size: 0.875rem;
}
.news-detail .c-button {
  display: block;
  margin: 0 auto;
}
.news-detail .back-to-top .c-button {
  text-align: right;
  padding: 20px 50px 22px;
  max-width: 280px;
}
.s .news-detail .back-to-top .c-button {
  text-align: center;
  padding: 20px 50px 22px;
  max-width: 420px;
  width: 80%;
}

/*-------------*/
/* Voice */
/*-------------*/
.s .voice-detail .c-breadcrumbs {
  padding: 20px 15px 37px;
}
.voice-detail {
  position: relative;
}
.voice-detail-mv {
  position: relative;
}
.voice-detail-mv__img {
  width: 71.1%;
  height: clamp(400px, 36.8056vw, 100vh);
}
.s .voice-detail-mv__img {
  width: 92%;
  height: clamp(300px, 76.3vw + 13.6px, 600px);
}
.voice-detail-mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 clamp(270px, 36.8056vw, 100vh) clamp(270px, 36.8056vw, 100vh) 0;
}

.voice-detail-titleArea {
  width: 43%;
  position: absolute;
  top: 31%;
  left: 73%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.s .voice-detail-titleArea {
  position: unset;
  top: 0;
  left: 0;
  transform: unset;
}

.voice-detail__title {
  display: inline-block;
  max-width: 470px;
  width: fit-content;
}

.voice-detail__title h2 {
  padding: 9px 24px 11px 23px;
  display: inline;
  line-height: 2.6;
  background: linear-gradient(136deg, #43b4d5 0%, #00829e 100%);
  font-weight: bold;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.s .voice-detail__title {
  max-width: 352px;
  width: 55%;
  position: absolute;
  top: 55%;
  left: 0%;
}
.voice-detail__title h2 {
  color: #fff;
  font-size: clamp(0.94rem, calc(2.45vw + 0.11rem), 1.88rem);
}
.s .voice-detail__title h2 {
  font-size: clamp(1.31rem, calc(4.76vw + 0.15rem), 2.63rem);
}

@media screen and (max-width: 1508px) {
  .voice-detail-titleArea {
    width: 43%;
  }
}
@media screen and (max-width: 1340px) {
  .voice-detail-titleArea {
    top: 19%;
    left: 72%;
    transform: translate(-50%);
  }
  .voice-detail__title {
    max-width: 470px;
    width: auto;
  }
  .voice-detail__title h2 {
    padding: 7px 20px 11px 14px;
    color: #fff;
    font-size: clamp(0.94rem, calc(2.45vw + 0.11rem), 1.88rem);
  }
}

.voice-detail .sec__textbox {
  min-width: 353px;
  width: auto;
  max-width: 326px;
  padding: 48px;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 7px 6px 15px rgba(0, 110, 189, 0.1) !important;
}
.s .voice-detail .sec__textbox {
  min-width: unset;
  position: absolute;
  top: 90%;
  left: 44.1%;
  width: 52%;
  max-width: unset;
  padding: 6% 3%;
}
.voice-detail__municipal-activities {
  font-size: clamp(1rem, calc(0.79vw + 0.7rem), 1.25rem);
}
.s .voice-detail__municipal-activities {
  font-size: clamp(0.75rem, calc(3.21vw + 0.09rem), 1.5rem);
}
.voice-detail__name {
  font-size: clamp(1rem, calc(0.79vw + 0.7rem), 1.25rem);
}
.s .voice-detail__name {
  font-size: clamp(0.75rem, calc(3.21vw + 0.09rem), 1.5rem);
}
.voice-detail__name span {
  font-size: clamp(1.125rem, calc(1.54vw + 0.79rem), 1.63rem);
  font-weight: bold;
}
.s .voice-detail__name span {
  font-size: clamp(1rem, calc(3.92vw + 0.12rem), 2rem);
}
.voice-detail__job {
  font-size: clamp(0.88rem, calc(0.32vw + 0.72rem), 1rem);
  padding-top: 4px;
}
.s .voice-detail__job {
  font-size: clamp(0.63rem, calc(2.53vw + 0.07rem), 1.25rem);
  padding-top: 4px;
}
.voice-detail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 15px;
}
.s .voice-detail__tags .c-tag {
  font-size: clamp(0.63rem, calc(2.69vw + 0.07rem), 1.25rem);
}

/* 背景装飾 */
.voice__deco01 {
  position: absolute;
  top: 4%;
  right: 0;
  width: 50%;
  z-index: -1;
}
.s .voice__deco01 {
  top: 11%;
  width: 100%;
}
.voice__deco02 {
  position: absolute;
  bottom: 23%;
  right: 0;
  position: absolute;
  width: 61.2%;
  z-index: -1;
}
.s .voice__deco02 {
  bottom: 29%;
  width: 100%;
}
.voice__deco03 {
  position: absolute;
  top: 39%;
  left: 0;
  width: 45.9%;
  z-index: -1;
}
.s .voice__deco03 {
  top: 39%;
  width: 100%;
}

/* section部分 */
.voice-detail-article {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 100px 40px 120px;
}
.s .voice-detail-article {
  gap: 40px;
  padding: 45% 5.4% 19%;
}
.voice-detail-sec {
  display: flex;
  flex-flow: row-reverse;
  gap: 48px;
  justify-content: space-between;
}
.s .voice-detail-sec {
  gap: 20px;
}
.voice-detail-sec.__flex-flow-default {
  flex-flow: row;
}
.voice-detail__textArea {
  max-width: 670px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.s .voice-detail__textArea {
  gap: 20px;
}
.voice-detail__textArea p {
  font-size: 1rem;
}
.s .voice-detail__textArea p {
  font-size: clamp(0.88rem, calc(3vw + 0.1rem), 1.75rem);
}
.voice-detail__secTitle {
  display: flex;
  flex-direction: column;
  color: #00829e;
  gap: 8px;
}
.voice-detail__secTitle h3 {
  font-size: 1.63rem;
  font-weight: bold;
  line-height: 1;
}
.s .voice-detail__secTitle h3 {
  font-size: clamp(1.19rem, calc(5.53vw + 0.14rem), 2.38rem);
}
.voice-detail__secTitle h3 span {
  font-size: 2rem;
  font-weight: bold;
}
.s .voice-detail__secTitle h3 span {
  font-size: clamp(1.31rem, calc(6.76vw + 0.15rem), 2.63rem);
}
.voice-detail__secTitle h3 span {
  font-size: 2rem;
  font-weight: bold;
}
.voice-detail__secTitle p {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1rem;
}
.voice-detail__secTitle p .whiteband__line {
  width: 32px;
  height: 2px;
}
.voice-detail__secImg {
  max-width: 480px;
  max-height: 330px;
  width: 100%;
  height: 100%;
}
.voice-detail__secImg img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

/* BE THE SWITCH */
.voice-detail__sec04 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 80px 0;
  background-image: url(../img/voice/voice-sec04-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 48px;
}
.s .voice-detail__sec04 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 15% 0;
  background-image: url(../img/voice/voice-sec04-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  margin-top: 30px;
}
.voice-detail__sec04__title {
  width: 62.2%;
  margin: 0 auto;
}
.s .voice-detail__sec04__title {
  width: 89.4%;
}
.voice-detail__sec04__subtitle {
  margin-top: -31px;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}
.s .voice-detail__sec04__subtitle {
  margin-top: -17px;
  font-size: clamp(1.25rem, calc(4.13vw + 0.15rem), 2.5rem);
}
.voice-detail__sec04 .c-button {
  margin: 48px auto 0;
}

/* voiceカードの表示領域 */
.s .voice-detail-listArea .c-voice-listItem {
  width: clamp(230px, 69.5vw, 460px) !important;
}
.voice-detail-listArea .inner {
  padding: 0 40px;
}
.voice-detail .back-to-top .c-button {
  margin: 80px auto 0;
}

@media screen and (max-width: 860px) {
  .voice-detail-sec {
    display: flex;
    flex-direction: column;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .voice-detail-sec.__flex-flow-default {
    flex-flow: column;
  }
  .voice-detail__textArea {
    max-width: unset;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 38px;
  }
  .voice-detail__secImg {
    max-width: unset;
    max-height: unset;
    width: 100%;
    height: 100%;
  }
}

/*---------------------*/
/* programs */
/*---------------------*/
.programs .not-content-item,
.programs__search .not-content-item {
  margin-bottom: 50px;
  width: 100%;
}
.programs__deco01 {
  position: absolute;
  top: 53%;
  left: 0;
  width: 47.2%;
  z-index: -1;
}
.s .programs__deco01 {
  top: 80%;
  width: 100%;
}
.programs__deco02 {
  position: absolute;
  top: -23%;
  right: 0;
  width: 54.2%;
  z-index: -1;
}
.s .programs__deco02 {
  top: -2%;
  width: 87%;
}
.programs__deco02 {
  position: absolute;
  top: -23%;
  right: 0;
  width: 54.2%;
  z-index: -1;
}
.programs__deco03 {
  position: absolute;
  top: 93%;
  right: 0;
  width: 57.7%;
  z-index: -1;
}
.s .programs__deco03 {
  display: none;
}
.programs .sec__textbox {
  background: #fff !important;
}
.programs-slider-content {
  background: url(../img/top-sec06-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 1350px;
  width: 90%;
  margin: 70px auto 0;
  border-radius: 20px;
  padding: 75px 0;
}
.s .programs-slider-content {
  width: 93%;
  overflow: visible;
  border-radius: 10px;
  padding: 30px 0;
}

.programs-slider-content .inner {
  padding: 0 30px;
}
.programs-slider .inner {
  display: flex;
  gap: 57px;
}
.programs-slider-list {
  padding-top: 38px;
}
.s .programs-slider-list {
  position: relative;
  /* calcを使って親の余白分を計算してはみ出す */
  width: 100vw; /* vwはビューポート幅（画面幅） */
  left: 50%;
  transform: translateX(-50%);
}

.programs-slider-list .slick-list {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.programs-slider-list .slick-track {
  display: flex !important;
  align-items: stretch;
}
.programs-slider-list .slick-slide {
  height: auto !important;
  display: flex;
}

/* スライダー矢印 */
.prev-arrow,
.next-arrow {
  display: block;
  width: 80px;
  height: 80px;
  background: #000;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.s .prev-arrow,
.s .next-arrow {
  width: 60px;
  height: 60px;
}
.prev-arrow {
  transform: rotate(180deg);
  position: absolute;
  left: 1%;
  top: 45%;
  z-index: 1;
}
.s .prev-arrow {
  left: 0%;
}
.next-arrow {
  position: absolute;
  right: 1%;
  top: 45%;
  z-index: 1;
}
.s .next-arrow {
  right: 0%;
}
.prev-arrow::before,
.next-arrow::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.s .prev-arrow::before,
.s .next-arrow::before {
  width: 16px;
  height: 16px;
  border-right: 2.8px solid #fff;
  border-top: 2.8px solid #fff;
}
.programs .slick-slide {
  /* width: 378px !important; */
  /* height: 521px !important; */
  margin: 0 15px !important;
}
.s .programs .slick-slide {
  margin: 0 10px !important;
}

/* キーワード検索 */
.programs__searchBox {
  max-width: 900px;
  width: 100%;
  margin: 57px auto 0;
  padding: 47px 0 40px;
  box-shadow: 3px 7px 19px rgba(0, 110, 189, 0.1);
}
.s .programs__searchBox {
  width: 90%;
  margin: 65px auto 0;
  padding: 6% 0;
}
.programs__searchBox h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 1.5rem;
}
.s .programs__searchBox h4 {
  font-size: clamp(1.19rem, calc(5.53vw + 0.14rem), 2.38rem);
  gap: 8px;
}
.programs__searchBox h4 span {
  display: inline-block;
  width: 3.3%;
}
.s .programs__searchBox h4 span {
  width: 4.6%;
}
.programs__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 90%;
  margin: 0 auto;
  padding-top: 24px;
}
.s .programs__tags {
  padding-top: 30px;
}
.programs__tags .c-tag {
  text-decoration: none;
  transition: all 0.3s;
}
.programs__tags .c-tag:hover,
.programs__tags .c-tag.__active {
  background: #00829e;
  color: #fff;
}
.programs-detail-keyword .c-tag {
  text-decoration: none;
  transition: all 0.3s;
}
.programs-detail-keyword .c-tag:hover,
.programs-detail-keyword .c-tag.__active {
  background: #fff;
  color: #00829e;
  border: 1px solid #00829e;
}

.programs-content {
  position: relative;
  padding-top: 126px;
}
.s .programs-content {
  padding-top: 70px;
}

.programs-content h2 {
  width: 100%;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0;
  margin: 0 auto;
}
.s .programs-content h2 {
  font-size: clamp(2.13rem, calc(7.71vw + 0.25rem), 4.25rem) !important;
  padding: 0 5.4%;
}

.programs-content-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 57px 30px 0;
}
.s .programs-content-list {
  padding: 40px 30px 0;
}
.programs-item {
  box-shadow: 6px 7px 20px rgba(0, 110, 189, 0.1);
  transition: transform 0.3s ease;
}
.programs-item:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 1040px) {
  .programs-item {
    max-width: unset;
    width: calc((100% - 32px) / 2);
  }
}

/*-------------------------*/
/* programs 検索結果 */
/*-------------------------*/
.programs__search .programs-content {
  position: relative;
  padding-top: 80px;
}
.programs__search .programs-slider-content {
  margin: 40px auto 0;
}
.s .programs__search .programs-slider-content {
  margin: 60px auto 0;
}
.programs__search .back-to-top {
  margin: 80px auto 0;
}
.s .programs__search .back-to-top {
  margin: 60px auto 0;
}

/* 検索結果と個別ページ */
.programs__search .back-to-top .c-button,
.programs-detail .back-to-top .c-button {
  max-width: 280px;
  padding: 20px 40px 22px;
}

.s .programs__search .back-to-top .c-button,
.s .programs-detail .back-to-top .c-button {
  text-align: center;
  padding: 20px 43px 22px 52px;
  max-width: 460px;
  width: 70%;
}

/*-----------------------------*/
/* programs 個別ページ */
/*-----------------------------*/
.s .programs-detail .c-breadcrumbs {
  padding: 20px 15px 50px;
}
.programs-detail {
  position: relative;
}
.programs-detail-title {
  font-size: 1.875rem;
}
.s .programs-detail-title {
  font-size: clamp(1.31rem, calc(6.79vw + 0.15rem), 2.63rem);
}
.programs-detail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 18px;
}
.s .programs-detail__tags {
  padding-top: 12px;
}

.programs-detail-content {
  display: flex;
  gap: 40px;
  padding: 0 30px;
}
.s .programs-detail-content {
  display: flex;
  flex-direction: column;
  gap: 72px;
  padding: 0 5.4%;
}
.programs-detail .programs__deco01 {
  top: 39%;
}
.programs-detail .programs__deco02 {
  top: 48%;
}
.programs-detail .programs__deco03 {
  top: 13%;
}
.programs-detail-content.inner {
  max-width: 1260px;
}

.programs-detail__img {
  padding-top: 40px;
}
.s .programs-detail__img {
  padding-top: 20px;
}

/* イベント概要のテーブル */
.programs-detail__table table {
  border-collapse: collapse;
}
.programs-detail__table th,
.programs-detail__table td {
  border-bottom: 1px solid #ccc;
  padding: 20px 10px 22px;
  font-size: 1rem;
}
.s .programs-detail__table th,
.s .programs-detail__table td {
  font-size: clamp(0.88rem, calc(3vw + 0.1rem), 1.75rem);
  padding: 20px 10px 22px;
}
.programs-detail__table tr:first-of-type {
  border-top: 1px solid #ccc;
}
.programs-detail__table th {
  min-width: 150px;
  color: #00829e;
  text-align: left;
  padding: 10px;
}
.s .programs-detail__table th {
  font-size: clamp(0.88rem, calc(3vw + 0.1rem), 1.75rem);
  min-width: 85px;
  width: clamp(5.75rem, 1.098rem + 18.85vw, 10.625rem) !important;
}

.programs-detail__text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 43px;
}
.s .programs-detail__text {
  font-size: clamp(1rem, calc(3.92vw + 0.12rem), 2rem);
  padding-top: 29px;
}
.programs-detail__table {
  padding-top: 65px;
}
.s .programs-detail__table {
  padding-top: 50px;
}
.programs-detail__table h3 {
  font-size: 1.25rem;
}
.s .programs-detail__table h3 {
  font-size: clamp(1.19rem, calc(4.53vw + 0.14rem), 2.38rem);
}
.programs-detail__table table {
  width: 100%;
  margin-top: 22px;
}
.programs-detail__table .c-button {
  max-width: 260px;
  margin-top: 22px;
}

@media screen and (max-width: 833px) and (min-width: 769px) {
  .programs-detail__table .c-button {
    padding: 15px 30px 18px;
    font-size: 0.9rem;
  }
}

.s .programs-detail__table .c-button {
  max-width: 445px;
  width: 100%;
  margin-top: 22px;
  font-size: clamp(1rem, calc(4.35vw + 0.02rem), 2.11rem);
  padding: 20px 30px 22px 20px;
}
.programs-detail__table .c-button .arrow {
  height: 0.12rem;
}

/* 右側 */
.programs-detail-content__left {
  max-width: 370px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex-shrink: 0;
}
.s .programs-detail-content__left {
  max-width: unset;
}
.programs-detail-content__left .programs-item__link {
  padding: 22px 22px 22px 20px;
}
.s .programs-detail-content__left .programs-item__link {
  padding: 6.6%;
}

.programs-detail-content__left .programs-item {
  width: 100%;
}
.programs-detail-content__leftTitle {
  color: #fff;
  font-size: 1.25rem;
}
.s .programs-detail-content__leftTitle {
  font-size: clamp(1.25rem, calc(6.13vw + 0.15rem), 2.5rem);
}
.programs-detail-content__box {
  background: url(../img/top-sec06-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 30px;
}
.s .programs-detail-content__box {
  background: url(../img/top-sec06-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 9% 6%;
}
.programs-detail-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 15px;
}
.programs-detail-content__box .programs-item__title {
  padding-top: 15px;
  font-size: 1rem;
}
.s .programs-detail-content__box .programs-item__title {
  font-size: clamp(1rem, calc(3.92vw + 0.12rem), 2rem);
}
.programs-detail-content__box .c-tag {
  font-size: 0.875rem;
}

/*　関連キーワード　*/
.programs-detail-keyword {
  background: url(../img/top-sec06-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 27px 20px;
}
.programs-detail-keyword h4 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 1.25rem;
  color: #fff;
}
.s .programs-detail-keyword h4 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: clamp(1.19rem, calc(5.53vw + 0.14rem), 2.38rem);
  color: #fff;
}
.programs-detail-keyword h4 span {
  display: inline-block;
  width: 7.8%;
  flex-shrink: 0;
}
.s .programs-detail-keyword h4 span {
  width: 9%;
}
.programs-detail-keyword .programs__tags {
  width: 100%;
  flex-direction: column;
  margin: 0;
}

/* 関連記事がない、関連キーワードがない場合 */
.programs-detail-content__left .not-content-item {
  width: 100%;
  font-size: 1.15rem;
  color: #fff;
  margin-bottom: 0;
}
.s .programs-detail-content__left .not-content-item {
  font-size: clamp(1.15rem, calc(3.96vw + 0.18rem), 1.6rem);
}

@media screen and (max-width: 1024px) {
  .programs-detail-content__left {
    max-width: 300px;
  }
}

/*-------------------------------------*/
/* project ページ*/
/*-------------------------------------*/
.__project {
  position: relative;
}
.__project .c-breadcrumbs {
  padding: 10px 45px 0;
}
.s .__project .c-breadcrumbs {
  padding: 25px 15px 15px;
}

/* mv */
.project-mv__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
  padding: 0 30px;
}
.s .project-mv__content {
  display: block;
  padding: 7% 5.4% 14%;
  overflow: hidden;
}
.project-mv__img {
  max-width: 606px;
  width: 100%;
}
.s .project-mv__img {
  position: relative;
  z-index: -1;
  transform: translateX(20px);
  margin-top: -81px;
}
.s .ambassador .project-mv__img {
  transform: translateX(40px);
}
.s .project-mv__img img {
  width: 100vw;
}

/* 画像当てはめの場合 */
/* .project-mv__img {
  width: 606px;
  height: 586px;
}
.project-mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  -webkit-mask-image: radial-gradient(circle, black 50%, transparent 100%);
  mask-image: radial-gradient(circle, black 66%, transparent 70%);
} */
.project-mv__title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
}
.s .project-mv__title {
  gap: 12px;
}
.project-mv__content .c-title {
  font-size: 4rem;
  line-height: 1.5;
}
.s .project-mv__content .c-title {
  font-size: clamp(2rem, calc(11.69vw + 0.24rem), 4rem);
  line-height: 1.4;
}
.s .ambassador .project-mv__content .c-title {
  font-size: clamp(2rem, calc(7.69vw + 0.24rem), 4rem);
}
.project-mv-subtitile {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  color: #00829e;
}
.s .project-mv-subtitile {
  font-size: clamp(0.63rem, calc(1.8vw + 0.07rem), 1.25rem);
}
.project-mv__deco__circle {
  position: absolute;
  width: 62.5%;
  top: 0%;
  right: 0%;
}
.s .project-mv__deco__circle {
  width: 100%;
  top: unset;
  bottom: -2%;
  right: -12%;
}
.project-mv__deco__line {
  position: absolute;
  top: 0%;
  width: 76.4%;
  left: 12%;
}
.s .project-mv__deco__line {
  top: clamp(1%, 25.5vw + 0.5%, 2%);
  width: 100%;
  left: 0%;
}
.s .ambassador .project-mv__deco__line {
  top: clamp(1%, 25.5vw + 0.5%, 1%);
}
/* 大人の島留学 */
.s .study-abroad .project-mv__deco__line {
  top: clamp(1%, 25.5vw + 0.5%, 1.3%);
}
/* Amanowa DAO */
.s .amanowa-dao .project-mv__deco__line {
  top: clamp(0%, 7vw + 0.5%, 2%);
}
.project-mv__text {
  padding-top: 40px;
  text-align: center;
  font-size: 1.625rem;
}
.s .project-mv__text {
  padding: 0 5.4%;
  font-size: clamp(1rem, calc(2.92vw + 0.12rem), 2rem);
}

/* コンテンツ内容 */
.project-article {
  display: flex;
  flex-direction: column;
  gap: 120px;
  padding: 120px 30px;
  position: relative;
}
.s .project-article {
  gap: 60px;
  padding: 19% 5.4%;
}

.project__deco01 {
  position: absolute;
  top: 41%;
  left: 0;
  width: 47.2%;
  z-index: -1;
}
.s .project__deco01 {
  top: 42%;
  width: 70%;
}

.project__deco02 {
  position: absolute;
  top: -10%;
  right: 0;
  width: 60%;
  z-index: -1;
}
.s .project__deco02 {
  top: -1%;
  width: 100%;
}

.project__deco03 {
  position: absolute;
  top: 77%;
  right: 0;
  width: 59.7%;
  z-index: -1;
}
.s .project__deco03 {
  top: 73%;
}

.project-sec .project-sec-flex:first-of-type {
  padding-top: 35px;
}
.s .project-sec .project-sec-flex:first-of-type {
  padding-top: 5.7%;
}
.project-secTitle {
  font-size: 1.875rem;
  color: #00829e;
  text-align: left;
  border-bottom: 1px solid #00829e;
  padding-bottom: 10px;
}
.s .project-secTitle {
  font-size: clamp(1.63rem, calc(5.36vw + 0.19rem), 3.25rem);
  padding-bottom: 7px;
}
.project-sec-flex {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-top: 60px;
}
.s .project-sec-flex {
  gap: 20px;
  padding-top: 11.3%;
}
.project-sec-flex.__reverse {
  flex-direction: row-reverse;
}
.project-secText-area {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 560px;
  width: 100%;
}
.s .project-secText-area {
  gap: 15px;
  max-width: unset;
}
.project-sec-subtitle {
  font-size: 1.625rem;
  color: #00829e;
  font-weight: bold;
}
.s .project-sec-subtitle {
  font-size: clamp(1.31rem, calc(4.76vw + 0.15rem), 2.63rem);
}
.project-secText {
  font-size: 1rem;
  line-height: 1.7;
}
.s .project-secText {
  font-size: clamp(0.88rem, calc(3vw + 0.1rem), 1.75rem);
}
.project-secImg {
  max-width: 600px;
  max-height: 400px;
  width: 100%;
}
.s .project-secImg {
  max-width: unset;
  max-height: unset;
  width: 100%;
}
.project-secImg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}

/*　join */
.project-banner {
  background: url(../img/project/project-banner.png);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  position: relative;
  min-height: 512px;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.s .project-banner {
  background: url(../img/project/project-banner_sp.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  /* 最初は750px 最終は375px */
  min-height: clamp(375px, calc(108vw + 0px), 750px);
}
.project-banner-img {
  width: 100%;
  height: 100%;
}
.project-banner-text {
  width: 50%;
  min-width: 696px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.s .project-banner-text {
  width: 95%;
  min-width: unset;
}
.project-banner__title {
  width: 100%;
  margin: 0 auto;
}
.s .project-banner__title {
  width: 90%;
}
.project-banner__subtitle {
  margin-top: -28px;
  text-align: center;
  font-size: clamp(1rem, calc(5vw + -0.14rem), 1.9rem);
  color: #fff;
  text-shadow: 0px 4px 16px rgba(56, 147, 180, 0.3);
}
.s .project-banner__subtitle {
  /* 最初は-34px,最終は-16px */
  margin-top: clamp(-34px, calc(-7.21vw + 1rem), -16px);
  font-size: clamp(1.31rem, calc(3.76vw + 0.15rem), 2.63rem);
}
.project-banner .c-button {
  margin: 0 auto;
}
.s .project-banner .c-button {
  max-width: 420px;
}

.project-banner_btn {
  margin-top: 48px;
}
.s .project-banner_btn {
  width: 100%;
}

/* other */
.project-other {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  background: url(../img/top-sec06-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 48px;
  padding: 50px 75px 65px;
  margin-top: 120px;
}
.s .project-other {
  border-radius: 10px;
  padding: 8% 5.4% 10%;
  margin-top: 70px;
}
.project-other_inner {
  max-width: unset;
}
.s .project-other_inner {
  padding: 0 5.4%;
}
.project-other-title {
  display: flex;
  gap: 48px;
}
.s .project-other-title {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.project-other-list {
  display: flex;
  gap: 24px;
  justify-content: center;
  padding-top: 35px;
}
.s .project-other-list {
  display: flex;
  flex-direction: column;
  gap: 27px;
  justify-content: center;
  padding-top: 8.2%;
}
.project-other .c-project-card__title {
  background: #fff;
}
.project-other .c-project-card__text {
  color: #fff;
}
.project-other .c-project-listItem {
  gap: 32px;
  width: 580px;
}
.s .project-other .c-project-listItem {
  gap: 16px;
  width: 100%;
}

.__project .c-project-listItem .c-button {
  width: 74%;
}
.__project .back-to-top .c-button {
  margin: 120px auto 0;
}
.s .__project .back-to-top .c-button {
  margin: 70px auto 0;
}

@media screen and (max-width: 860px) {
  .project-sec-flex {
    flex-direction: column-reverse !important;
  }
}

/* 404ページ */
.error-404 {
  padding: 0;
}
.s .error-404 {
  padding: 0;
}
.error-404bg {
  background: url(../img/404-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative;
}
.s .error-404bg {
  background: url(../img/404-bg_sp.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative;
}
.error-404-content {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s .error-404-content {
  width: 95%;
}
.error-404-content__textArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 26px;
}
.s .error-404-content__textArea {
  gap: 39px;
}
.error-404-content h2 {
  font-style: italic;
  font-size: 3rem;
  text-align: center;
}
.s .error-404-content h2 {
  font-size: clamp(2rem, calc(6.69vw + 0.24rem), 4rem);
}
.error-404-content p {
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
}
.s .error-404-content p {
  font-size: clamp(0.88rem, calc(3vw + 0.1rem), 1.75rem);
}
.error-404-content .c-button {
  margin: 80px auto 0;
}
.s .error-404-content .c-button {
  margin: 50px auto 0;
}
