/* CSS Document */
/* 全体 */
.w-100 {
  max-width: 100%;
}
.bg-blue {
  max-width: 100%;
  background: var(--blue);
  padding-bottom: 400px;
}
.bg-lblue {
  background: var(--skyblue_sub);
  max-height: 50vw;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
.txt-wc {
  font-weight: 500;
  font-size: 1.2vw;
  line-height: 2vw;
  color: var(--white);
  text-align: center;
}
.txt-blue {
  color: var(--blue);
  line-height: 1.5vw;
  font-size: 1.1vw;
  margin-bottom: 2vw;
}
h3.bg-blue-w {
  font-weight: 500;
  font-size: 2vw;
  line-height: 5vw;
  text-align: center;
  color: var(--white);
  margin: 3vw 0;
}
.section-title {
  font-size: 1.75vw;
  margin: 48px 0 24px;
}
h4.sub-title {
  font-weight: 500;
  font-size: 1.2vw;
  line-height: 1.5vw;
  color: var(--black);
  margin-bottom: 1.1vw;
}
.center {
  text-align: center;
}
/* SASPOの特長 */
.points {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.point-card {
  flex: 1;
  min-width: 250px;
  background: var(--white);
  padding: 30px;
  text-align: center;
  position: relative;
}
.point-card p {
    font-size: 1vw;
    line-height: 1.8vw;
}
.point-card br.nodipc{
            display: none;
    }
.step-num {
  background: #fff;
  border: 3px solid var(--blue);
  color: var(--blue);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  position: absolute;
  left: 42.5%;
  top: -15%;
  font-size: 1.2vw;
  font-weight: 500;
}
/* 数字でみる、SASPOの概要 */
.stats {
transform: translateY(-400px);
}
.stat-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 10px;
  margin-bottom: 10px
}
.stat-grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.stat-item {
  padding: 40px 20px;
  text-align: center;
  color: white;
}
.stat-item img {
  width: 100%;
}
.stat-item.white {
  background-color: var(--white);
  color: var(--blue);
}
.stat-item.beige {
  background-color: #DDB866;
  padding: 40px 0 ;
}
.stat-item.green {
  background-color: #00653A;
}
.stat-item.pink {
  background-color: #F6C6C5;
  padding: 40px 0 0 20px;
}
.stat-item .value {
  font-size: 3rem;
  font-weight: bold;
}
/* アイコングリッド */
.icon-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
  margin-top: 30px;
}
.icon-item {
  text-align: center;
}
.circle {
  width: 150px;
  height: 150px;
  background-color: var(--skyblue_sub);
  border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.circle img {
}
/* 写真グリッド */
.photo-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 1vw;
}
.photo-grid .photo-box, .photo-grid .photo-box2 {
  width: 100%;
  max-width: 580px;
  height: auto;
}
.photo-grid .photo-box img, .photo-grid .photo-box2 img {
  width: 100%;
  height: auto;
}
.photo-grid .photo-box2:nth-child(2n) {
  padding-top: 2.6vw;
}
/* 共通サブセクション */
.sub-section {
  margin-top: 120px;
}
/* 画像2カラム */
.content-grid {
  display: grid;
  gap: 16px;
}
.content-grid img {
  width: 100%;
}
/* スポーツとライフ、学び */
.grid1-2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.event-read {
  font-size: 1vw;
  line-height: 1.5vw;
  margin: 2vw 0;
}
.event-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.event-card {
  padding-top: 16px;
}
.event-card img {
  width: 100%;
  margin-bottom: 0.5vw;
}
.event-title {
  font-weight: 600;
  font-size: 1vw;
  margin-bottom: 0.75vw;
}
.event-name {
  font-size: 1vw;
}
.event-guest {
  font-weight: 500;
  color: var(--blue);
  background: var(--skyblue_sub);
  border-radius: 8px;
  font-size: 0.8vw;
  padding: 0.1vw 0.5vw;
}
.event-profile {
  font-size: 0.8vw;
}
/* 広報誌 */
.magazine-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.magazine-grid img {
  width: 100%;
  border: 1px solid #D3D3D3;
}
.coming-soon {
  background: #f2f2f2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 420px;
}
/* ラジオ */
.talk-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.talk-card {
  /*padding: 16px;
  border-radius: 8px;*/
}
.talk-card img {
  width: 100%;
}
.badge {
  font-size: 12px;
  background: var(--blue);
  color: #fff;
  padding: 2px 8px;
  border-radius: 12px;
  display: inline-block;
  margin-bottom: 8px;
}
.radio-box {}
.radio-box p {
  margin: 1.5vw 0;
}
a.buttonpodcast {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 64px;
  padding: 8px 16px 8px 8px;
  font-size: 0.9vw;
  text-align: center;
  overflow-wrap: anywhere;
  color: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 10px;
}
a.buttonpodcast__reverse {
  padding: 8px 8px 8px 16px;
}
a.buttonpodcast_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  aspect-ratio: 1;
  overflow: hidden;
}
@media (any-hover: hover) {
  a.buttonpodcast {
    transition: background-color 0.2s;
  }
  a.buttonpodcast:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
@media (max-width: 1190px) {
    .container {
    max-width: 100%;
    padding: 40px 1%;
}
    
.bg-lblue {
  max-height: 60vw;
}
  .icon-grid {
    grid-template-columns: repeat(5, 1fr);
}  
}
/* レスポンシブ調整 (スマホ) */
@media (max-width: 600px) {
  .stat-grid {
    grid-template-columns: 1fr;
  }
  .hero {
    padding: 40px 10px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 10px;
  }
  .bg-blue {
    padding-bottom: 250px;
  }
  .bg-lblue {
    max-height: 120vh;
  }
  .center img {
    width: 100%;
  }
  .txt-wc {
    font-size: 3vw;
    line-height: 4.5vw;
  }
  .txt-blue {
    line-height: 5vw;
    font-size: 3.5vw;
    margin-bottom: 4vw;
  }
  h3.bg-blue-w {
    font-size: 5.5vw;
    line-height: 5vw;
    margin: 10vw 0;
  }
  .section-title {
    font-size: 5vw;
    margin: 24px 0 24px;
  }
  h4.sub-title {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
    .step-num {
    font-size: 4vw;
}
    .point-card{
        text-align: left;
        margin-bottom: 4vw;
    }
        .point-card br.nodisp{
            display: none;
    }

    .point-card p {
    font-size: 4vw;
    line-height: 7vw;
}
  .stats {
transform: translateY(-300px);
  }
  .icon-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
  }
  .grid1-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .stat-grid2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .photo-grid {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 10vw;
  }
  .content-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .event-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .magazine-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .talk-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .event-read {
    font-size: 4vw;
    line-height: 6vw;
    margin: 7vw 0;
  }
  .event-title {
    font-size: 4vw;
    margin-bottom: 1vw;
  }
  .event-name {
    font-size: 4vw;
  }
  .event-guest {
    font-size: 3vw;
    border-radius: 4px;
    padding: 0.5vw 1vw;
  }
  .event-profile {
    font-size: 3vw;
  }
  .radio-box img {
    width: 100%;
  }
  .radio-box p {
    margin: 4vw 0;
  }
  a.buttonpodcast {
    width: 100%;
    margin: 5vw 0;
    height: 50px;
    justify-content: space-between;
  }
  a.buttonpodcast__reverse {
    padding: 8px 26px;
  }
  .buttonpodcast_text {
    font-size: 3.5vw;
  }
}