@charset "UTF-8";
.podcast{
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  letter-spacing: 0.05em;
  color: #000;
  font-feature-settings: "palt";
  font-size: 16px;
  font-family:  "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  a{
    text-decoration: none;
  }
  .sp{
    display: none;
    @media screen and (max-width: 768px) {
      display: block;
    }
  }
  .pc{
    @media screen and (max-width: 768px) {
      display: none;
    }
  }
}

.podcast__inner{
  width: 86%;
  max-width: 1280px;
  margin-inline: auto;
  @media screen and (max-width: 768px) {
    width: 89%;
  }
}

.podcastMainvisual{
  padding: 74px 0 30px;
  background: 
  url('../images/bg_mv.png') left / cover no-repeat,
  linear-gradient(90deg, rgba(170, 189, 205, 0.2), rgba(170, 189, 205, 0.3));
  @media screen and (max-width: 768px) {
    padding: 66px 0 30px;
    background: 
      url('../images/bg_mv_sp.png') left / cover no-repeat,
      linear-gradient(90deg, rgba(170, 189, 205, 0.2), rgba(170, 189, 205, 0.35));
  }
}

.podcastMainvisual__title{
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
  margin-bottom: 24px;
  position: relative;
  width: fit-content;
  margin-inline: auto;
  @media screen and (max-width: 768px) {
    margin-bottom: 20px;
  }
  &::before{
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url('../images/icon_signal.svg') center / contain no-repeat;
    position: absolute;
    right: -8%;
    top: -20%;
    @media screen and (max-width: 768px) {
      width: 33px;
      height: 33px;
      right: -12%;
      top: -25%;
    }
  }
}

.podcastMainvisual__titleContent{
  font-size: 46px;
  font-family: "A1 Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 10px 24px;
  background-color: #fff;
  border-radius: 8px;
  display: block;
  width: fit-content;
  z-index: 1;
  @media screen and (max-width: 768px) {
    font-size: 32px;
    padding: 10px 12px;
    border-radius: 6px;
  }
}

.podcastMainvisual__titleContent--primary{
  position: relative;
  &::before,&::after{
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  &::before{
    width: 90px;
    height: 90px;
    background-color: #fff;
    top: 14%;
    border-radius: 100%;
    z-index: -1;
  }
  &::after{
    width: 26px;
    height: 26px;
    background: url('../images/icon_headphone.svg') center / contain no-repeat;
    top: -25%;
  }
}

.podcastMainvisual__scroll{
  font-size: 10px;
  color: #5E82A1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
  &::after{
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('../images/icon_arrow.svg') center / contain no-repeat;
  }
}

.podcastConcept{
  padding-block: 60px;
  background: url('../images/bg_concept.png') right / contain no-repeat, #fff;
  @media screen and (max-width: 768px) {
    padding-block: 40px;
    background: url('../images/bg_concept_sp.png') right / contain no-repeat, #fff;
  }
}

.podcastConcept__content{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 68px;
  @media screen and (max-width: 768px) {
    flex-direction: column;
    align-items: start;
    row-gap: 32px;
  }
}

.podcastConcept__title{
  font-size: 16px;
  letter-spacing: 0.1em;
  font-family: "A1 Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  padding-bottom: 12px;
  position: relative;
  @media screen and (max-width: 768px) {
    font-size: 14px;
  }
  strong{
    font-size: 32px;
    display: block;
    @media screen and (max-width: 768px) {
      font-size: 24px;
    }
  }
  &::before{
    content: "";
    width: 40px;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
  }
}

.podcastConcept__text{
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  @media screen and (max-width: 768px) {
    letter-spacing: 0.04em;
  }
}

.podcastPickup{
  background-color: #F5F5F5;
  padding-block: 60px;
  margin-bottom: 60px;
}

.podcastPickup__content{
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  max-width: 900px;
  margin-inline: auto;
}

.podcastPickup__heading{
  font-size: 32px;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #CCBB88;
  font-family: "A1 Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  border-radius: 8px 8px 0 0;
  text-align: center;
  padding: 4px;
  @media screen and (max-width: 768px) {
    font-size: 24px;
  }
}

.podcastPickup__body{
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  padding: 32px 60px 40px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  @media screen and (max-width: 768px) {
    padding: 24px 20px 32px;
  }
}

.podcastPickup__textWrap{
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.podcastPickupCategoryList{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 8px;
}

.podcastPickupCategoryList__item{
  color: #5E82A1;
  font-weight: 700;
}

.podcastPickup__title{
  font-size: 18px;
  font-weight: 600;
  @media screen and (max-width: 768px) {
    font-size: 16px;
  }
}

.podcastPickup__date{
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.podcastPickup__dateLabel{
  color: #5E82A1;
  font-size: 14px;
  font-weight: 700;
  border-top: 1px solid #5E82A1;
  border-bottom: 1px solid #5E82A1;
  padding: 4px 3px 2px;
}

.podcastPickup__dateContent{
  font-size: 14px;
}

.podcastPickup__button{
  font-size: 18px;
  font-family: "A1 Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #fff;
  background-color: #5E82A1;
  border-radius: 8px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 78%;
  margin-inline: auto;
  cursor: pointer;
  transition: all 0.3s;
  @media screen and (max-width: 768px) {
    width: 100%;
  }
  &:hover{
    opacity: 0.7;
  }
  &::before{
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    right: 20px;
    top: 50%; 
    transform: translateY(-50%) rotate(45deg);
  }
}

.podcastButton{
  font-size: 18px;
  font-family: "A1 Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #4C6F8F;
  background-color: #fff;
  border-radius: 8px;
  padding: 14px;
  border: 1px solid #5E82A1;
  max-width: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-inline: auto;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  @media screen and (max-width: 768px) {
    width: 78%;
  }
  &:hover{
    opacity: 0.7;
  }
  &::before{
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 1px #5E82A1;
    border-right: solid 1px #5E82A1;
    position: absolute;
    right: 20px;
    top: 50%; 
    transform: translateY(-50%) rotate(45deg);
  }
}

.podcastButton--column{
  flex-direction: column;
}

.podcastTabArea{
  padding-block: 100px;
  @media screen and (max-width: 768px) {
    padding-block: 80px;
  }
}

.podcastTabList{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 80px;
  @media screen and (max-width: 768px) {
    margin-bottom: 52px;
  }
}

.podcastTabList__item{
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
  border: 1px solid #5E82A1;
  color: #5E82A1;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  @media screen and (max-width: 768px) {
    padding: 10px 20px;
  }
  &:hover{
    opacity: 0.7;
  }
}

.podcastTabList__item--active{
  color: #fff;
  background-color: #5E82A1;
}

.podcastList{
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, 345px);
  column-gap: 32px;
  scroll-margin-top: 100px;
  @media screen and (max-width: 768px) {
    row-gap: 28px;
    scroll-margin-top: 80px;
    grid-template-columns: repeat(auto-fit, 335px);
  }
}

.podcastList__item{
  background-color: #fff;
  padding: 24px 20px 20px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  transition: opacity 0.3s ease;
  opacity: 1;
  margin-bottom: 60px;
  @media screen and (max-width: 768px) {
    grid-template-rows: unset;
    margin-bottom: 0;
  }
}

.podcastList__item--fading{
  opacity: 0;
}

.podcastList__item--hidden{
  display: none;
}

.podcastList__textWrap{
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.podcastCategoryList{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 8px;
  margin-bottom: 8px;
}

.podcastCategoryList__item{
  color: #5E82A1;
  font-size: 14px;
  font-weight: 700;
}

.podcastList__title{
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}

.podcastList__date{
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 20px;
}

.podcastList__dateLabel{
  color: #5E82A1;
  font-weight: 700;
  border-top: 1px solid #5E82A1;
  border-bottom: 1px solid #5E82A1;
  padding: 4px 3px 2px;
  font-size: 14px;
  line-height: 1.2;
}

.podcastList__dateContent{
  font-size: 14px;
}

.Dialog {
  transition: all 0.3s;
  width: 35%;
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 8px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 450px;
  margin: 0;
  @media screen and (max-width: 768px) {
    width: 90%;
  }
  
  &[open] {
    opacity: 1;
    @starting-style {
      opacity: 0;
    }
  }
  &::backdrop {
    background-color: rgb(0 0 0 / 50%);
    opacity: 0;
    transition: all 0.3s;
  }
  &[open]::backdrop {
    opacity: 1;
    @starting-style {
      opacity: 0;
    }
  }
}

.Dialog__inner {
  position: relative;
}

.Dialog__body{
  max-height: 70vh;
  padding: 40px;
  overflow-y: auto;
  @media screen and (max-width: 768px) {
    padding: 40px 20px;
  }
}

.Dialog__button{
  position: absolute;
  right: -4%;
  top: -4%;
  transition: all 0.3s;
  max-width: 36px;
  cursor: pointer;
  img{
    width: 100%;
  }
  &:hover{
    opacity: 0.7;
  }
  &:focus{
    outline: none;
  }
}

.profileList{
  display: flex;
  flex-direction: column;
  row-gap: 36px;
}

.profileList__item{
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
  &:has(.profileList__image){
    grid-auto-columns: 48% auto;
    .profileList__image{
      grid-area: 1/1/2/2;
      img{
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        border-radius: 8px;
      }
    }
    .profileList__wrap{
      grid-area: 1/2/2/3;
    }
    .profileList__text{
      grid-area: 2/1/3/3;
    }
  }
  &:not(:last-of-type){
    padding-bottom: 36px;
    border-bottom: 1px solid #DDDDDD;
  }
}

.profileList__wrap{
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.profileList__position{
  padding: 4px 8px;
  border: 1px solid #5E82A1;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  width: fit-content;
  color: #5E82A1;
}

.profileList__name{
  font-size: 18px;
  font-weight: 600;
}

.profileList__text{
  font-size: 14px;
}

.podcastPagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  list-style: none;
  margin-top: 20px;
  padding: 0;
  @media screen and (max-width: 768px) {
    margin-top: 52px;
  }
}

.podcastPagination__item{
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  aspect-ratio: 1/1;
  color: #333;
  border: 1px solid #5E82A1;
  border-radius: 100%;
  font-family: "A1 Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 600;
  &:not(.podcastPagination__item--active){
    transition: all 0.3s;
    cursor: pointer;
    &:hover{
      opacity: 0.7;
    }
  }
}

.podcastPagination__item--active {
  background-color: #5E82A1;
  color: #fff;
  pointer-events: none;
}

.podcastPagination__arrow {
  font-size: 24px;
  font-weight: 600;
  &:not(.podcastPagination__arrow--disable){
    transition: all 0.3s;
    cursor: pointer;
    &:hover{
      opacity: 0.7;
    }
  }
}

.podcastPagination__arrow--disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.podcastLinks__title{
  font-size: 24px;
  letter-spacing: 0.18em;
  text-align: center;
  font-family: "A1 Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  margin-bottom: 36px;
  @media screen and (max-width: 768px) {
    margin-bottom: 32px;
    font-size: 20px;
  }
}

.podcastButtonList{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4%;
  width: 62%;
  margin-inline: auto;
  @media screen and (max-width: 768px) {
    flex-direction: column;
    width: 100%;
    row-gap: 20px;
  }
}

.podcastButtonList__item{
  flex: 0 1 48%;
  @media screen and (max-width: 768px) {
    width: 100%;
  }
  .podcastButton{
    max-width: unset;
    width: 100%;
  }
}

.podcastButtonList--column{
  flex-direction: column;
  row-gap: 32px;
  .podcastButtonList__item {
    flex: unset;
    width: 100%;
    .podcastButton{
      max-width: 330px;
    }
  }
}