@charset "UTF-8";


body {
  background-color: #FFFFFF;
}

img {
  vertical-align: top;
}

#main_contents {
  .hdg1 {
    width: 250px;
    margin: 0 auto;
    padding: 56px 0 78px;
  }
}

#contents_area {
  margin: 0 auto;
  max-width: 960px;
  position: relative;
}

.header_area_txt {
  padding: 30px;
  background: #FDE433;
  text-align: center;
}

.header_area_txt p {
  text-align: center;
  color: var(--Colors_Global-color-black, #000);
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.01625rem;
}


.wrapper {

  a.btn {
    border: solid 1px #DBDBDB;
    border-radius: 0.5rem;
    box-shadow: 0 0 2rem 0 #DBDBDB;
    display: block;
    font-size: 2.1rem;
    font-weight: bold;
    margin: 0 auto;
    padding: 2rem 3rem;
    text-align: center;
    text-decoration: none !important;
    width: 48rem;
  }

  a {
    &:hover {
      opacity: 1;
      text-decoration: underline !important;
    }
  }

  .view_area {
    max-width: 900px;
    margin: 0 auto 52px;
    background-color: #F0F0F0;
    padding: 50px;
  }

  .view_area_link {
    margin-top: 50px;
  }

  .view_area_link a {
    color: #0D63B2;
    font-size: 16px;
  }

  .view_area .hdg {
    text-align: center;
    margin: -70px 0 60px;
    font-size: 24px;
  }

  .view_area .hdg span {
    background-color: #FDE433;
    margin: 0 auto;
    padding: 20px 40px;
  }

  .img_set {
    display: block;
  }

  .btn_area {
    margin-left: 12rem;
  }

  .btn_area>span:last-child {
    font-size: 1.5rem;
  }

  .btn_area>span:first-child {
    font-size: 1.7rem;
  }

  .hdg2 {
    margin-bottom: 42px;
    color: var(--Colors_Global-color-black, #000);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;

  }

  .hdg2 span.accent-color--yellow {
    display: block;
    padding-left: 20px;
    border-left: 5px solid var(--Colors_Global-yellow-color-yellow-80, #FFE25D);
  }

  .list_01 {
    margin: 0 auto 30px;
  }

  .list_01 li {
    padding: 80px 360px 80px 40px;
    font-size: 14px;
  }

  .list_01 li+li {
    margin-top: 10px;
  }

  .list_01 li span {
    font-size: 32px;
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
  }

  .list_01 li:nth-child(2) {
    background: url(../img/img_02.png) no-repeat right center / auto 170px #F0F0F0;
  }

  .list_01 li:nth-child(1) {
    background: url(../img/img_03.png) no-repeat right center / auto 170px #F0F0F0;
  }

  .imglinks {
    display: flex;
    flex-direction: row;
    gap: 40px;
  }

  .imglinks__item {
    width: calc((100% - 40px *1)/2);

    a {
      display: block;
    }

    img {
      margin-bottom: 8px;
    }
  }

  .contact {
    border: 4px solid #FDE433;
    border-radius: 40px;
    padding: 50px;
    margin-top: 100px;
  }

  .tel_area {
    padding: 80px 0 90px 35%;
    margin-left: 5%;
    background: url(../img/img_05.png) no-repeat left center;
  }

  .tel_area h4 {
    font-size: 22px;
    font-weight: bold;
  }

  .tel_area p {
    font-size: 46px;
    font-weight: bold;
    letter-spacing: normal;
    margin: 5px 0 0 !important;
  }

  .tel_area span {
    font-size: 14px;
    font-weight: bold;
  }

  .hdg3 {
    margin-bottom: 28px;
    color: var(--Colors_Global-color-black, #000);
    text-align: center;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;

    &.jp {
      font-size: 1.75rem;
    }
  }

  .hdg3 span {
    display: inline-block;
    border-bottom: 4px solid #FDE433;
    padding: 0 30px 20px;
  }

  .tel_area2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;

    img {
      width: 158px;
    }

    .tel_area__item {
      display: flex;
      flex-direction: column;
      gap: 10px
    }

    h4 {
      color: var(--Colors_Global-color-black, #000);
      font-size: 1.5rem;
      font-style: normal;
      font-weight: 700;
      line-height: 125%;
    }

    .telnum {
      color: var(--Colors_Global-color-black, #000);
      font-size: 2.875rem;
      font-style: normal;
      font-weight: 700;
      line-height: 100%;
    }

    span {
      color: var(--Colors_Global-color-black, #000);
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 400;
      line-height: 125%;
    }
  }



}


@media screen and (max-width: 767px) {

  .header_area_txt {
    padding: 20px;
  }

  .header_area_txt p {
    font-size: 1rem;
  }

  #main_contents {
    .hdg1 {
      width: 140px;
    }
  }


  .wrapper {
    a.btn {
      font-size: 2rem;
      padding: 2rem;
      width: 95%;
    }

    .btn_area {
      margin-left: 0;
    }

    #button_area .button_back {
      position: relative;
      display: inline-block;
      color: #646464;
      border-radius: 3rem;
      background-color: #d3d3d3;
      padding: 1.4rem 4rem 1.4rem 5rem;
      font-weight: bold;
      font-size: 1.7rem;
      margin: 2rem auto;
      text-decoration: none;
    }


    .pc {
      display: block;
    }

    .sp {
      display: none;
    }

    .header_area_inner {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
    }

    .header_area_logo {
      display: block;
      padding: 0 30px;
    }

    .header_area_logo img {
      width: 240px;
      height: auto;
    }

    .header_area_lang {
      padding: 30px 40px;
      background-color: #F0F0F0;
    }


    .txt_01 {
      font-size: 16px;
    }

    .txt_02 {
      display: inline-block;
      font-size: 18px;
      padding-bottom: 10px;
      margin-top: 40px;
      border-bottom: 2px solid #FF2800;
    }

    .txt_02 a {
      color: #000;
    }

    .txt_02 span {
      font-size: 16px;
      color: #FF2800;
    }

    .txt_02:visited span {
      color: #FF2800;
    }

    .txt_03 {
      font-size: 12px;
      text-align: right;
      margin: 15px 0 0 !important;
      line-height: 1.7 !important;
    }

    .list_02 {
      margin-bottom: 30px;
    }

    .list_02 li {
      font-size: 18px;
    }

    .list_02 li+li {
      margin-top: 15px;
    }

    .table_set table,
    .table_set th,
    .table_set td {
      border: 1px solid #333;
      text-align: center;
      letter-spacing: normal;
      font-weight: bold;
      font-size: 18px;
    }

    .table_set th,
    .table_set td {
      padding: 10px;
      line-height: 1.8;
    }

    .table_set th {
      font-size: 12px;
    }

    .table_set {
      width: 100%;
      margin-top: 40px;
    }

    .table_set .color1 {
      background: #F7F7F7;
    }

    .table_set .color2 {
      background: #FEFDED;
    }

    .table_set .color3 {
      background: #FCEDED;
    }

    .table_set th:nth-child(1) {
      width: 40%;
    }

    .table_set tr span {
      display: block;
      font-size: 12px;
      margin-bottom: 5px;
    }

    .table_set td {
      vertical-align: middle;
    }

    .footer_area {
      background: #f0f0f0;
      text-align: center;
      padding: 80px 20px;
    }

    .ft_logo {
      display: inline-block;
      width: 126px;
      height: 35px;
      background: url(/pid99/common/images/logo_nhk_type_gray.svg) no-repeat;
      vertical-align: middle;
      position: relative;
      top: -5px;
      margin-right: 20px;
    }

    .ft_logo a {
      color: rgba(0, 0, 0, 0);
    }

    .ft_copyright {
      font-size: 14px;
    }

    .sp {
      display: block;
    }

    .pc {
      display: none;
    }

    .header_area_logo {
      padding: 0 0 0 10px;
    }

    .header_area_logo img {
      width: 198px;
      height: auto;
    }

    .header_area_lang {
      padding: 10px;
      background: none;
    }



    .view_area {
      max-width: 960px;
      margin: 0 auto;
      padding: 30px 20px 40px;
    }

    .view_area_link {
      margin-top: 40px;
    }

    .view_area_link a {
      font-size: 14px;
    }

    .view_area .hdg {
      margin: -44px 0 20px;
    }

    .view_area .hdg span {
      font-size: 16px;
      margin: 0 auto;
      padding: 12px 20px;
      display: inline-block;
      line-height: 1.4;
    }

    .hdg2 {
      margin-bottom: 34px;
      font-size: 1.125rem;
    }

    .hdg3 {
      margin-bottom: 16px;
      font-size: 1.125rem;

      &.jp {
        font-size: 1.125rem;
      }
    }

    .hdg3 span {
      display: inline-block;
      border-bottom: 2px solid #FDE433;
      padding: 0 13px 12px;
    }

    .txt_01 {
      font-size: 13px;
      margin: 0 20px !important;
    }

    .txt_02 {
      width: auto;
      font-size: 13px;
      border-bottom: none;
      padding-bottom: 0;
      margin: 40px 20px;
      color: #FF2800;
      padding-right: 0;
    }

    .txt_02 span {
      font-size: 16px;
      color: #FF2800;
      display: inline-block;
      border-bottom: 2px solid #FF2800;
      padding: 0 30px 8px 0;
      margin-bottom: 12px;
    }

    .txt_02:visited span {
      color: #FF2800;
    }

    .txt_03 {
      font-size: 10px;
      margin: 10px 20px 0 !important;
    }

    .list_01 {
      margin: 0 0 20px;
    }

    .list_01 li {
      padding: 30px 20px 39vw;
      font-size: 12px;
      text-align: center;
    }

    .list_01 li+li {
      margin-top: 10px;
    }

    .list_01 li span {
      font-size: 20px;
      margin-bottom: 10px;
    }

    .list_01 li:nth-child(2) {
      background: url(../img/img_02.png) no-repeat center bottom 5.5vw / 63vw auto #F0F0F0;
    }

    .list_01 li:nth-child(1) {
      background: url(../img/img_03.png) no-repeat center bottom 5.5vw / 63vw auto #F0F0F0;
    }

    .list_02 {
      margin: 0 20px 20px;
    }

    .list_02 li {
      font-size: 15px;
    }

    .list_02 li+li {
      margin-top: 10px;
    }

    .table_set table,
    .table_set th,
    .table_set td {
      border: 1px solid #333;
      text-align: center;
      letter-spacing: normal;
      font-weight: bold;
    }

    .table_set th,
    .table_set td {
      padding: 5px;
      font-size: 3vw;
    }

    .table_set th {
      font-size: 2vw;
    }

    .table_set {
      width: calc(100% - 40px);
      margin: 20px 20px 0;
    }

    .table_set .color1 {
      background: #F7F7F7;
    }

    .table_set .color2 {
      background: #FEFDED;
    }

    .table_set .color3 {
      background: #FCEDED;
    }

    .table_set th:nth-child(1) {
      width: 40%;
    }

    .table_set tr span {
      display: block;
      font-size: 2vw;
      margin-bottom: 5px;
    }

    .contact {
      border: 2px solid #FDE433;
      border-radius: 20px;
      padding: 30px 10px 20px;
      margin: 0 20px;
    }

    .contact * {
      word-break: break-all;
    }

    .tel_area {
      padding: 25px 6% 25px 41%;
      margin: 0;
      background: url(../img/img_05.png) no-repeat left -20px center / 52% auto;
      min-height: 140px;
    }

    .tel_area h4 {
      font-size: 13px;
      margin-bottom: 7px;
      line-height: 1.3;
    }

    .tel_area p {
      font-size: 20px;
      margin: 0 !important;
      letter-spacing: normal;
    }

    .tel_area span {
      font-size: 12px;
    }

    .footer_area {
      background: #f0f0f0;
      text-align: center;
      padding: 60px 40px;
    }

    .ft_logo {
      display: block;
      width: 100px;
      height: 35px;
      background: url(/pid99/common/images/logo_nhk_type_gray.svg) no-repeat;
      vertical-align: middle;
      position: relative;
      top: -5px;
      margin: 0 auto 10px;
    }

    .ft_logo a {
      color: rgba(0, 0, 0, 0);
    }

    .ft_copyright {
      font-size: 12px;
      line-height: 1.6;
    }

    .imglinks {
      flex-direction: column;
    }

    .imglinks__item {
      width: 100%;
    }

    .tel_area2 {
      gap: 20px;

      img {
        width: 120px;
      }

      h4 {
        font-size: 0.875rem;
      }

      .telnum {
        font-size: 1.375rem;
      }

      span {
        font-size: 0.75rem;
      }
    }
  }

}

/*2025年6月以降追加*/

.view_area {
  margin-bottom: 60px;
}

.section__videowrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}

.section__videoitem {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section__videocaption {
  order: 2;
  color: var(--Colors_Global-color-black, #000);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.section__videobody {
  position: relative;
  order: 1;
  height: 0;
  overflow: hidden;
  padding: 0 0 56.25% 0;
  border: 1px solid #e2e2e3;
  background: #FFF;

  .icon__play {
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 56px;
  }

  .video__thumb {
    transition-duration: .3s;
  }

  &:hover {
    .video__thumb {
      transform: scale(1.1, 1.1);
    }
  }

}

.modal__videoWrap {
  iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}

@media screen and (min-width: 768px) {
  .section__videowrap {
    flex-direction: row;
    gap: 40px;
  }

  .section__videoitem {
    width: calc((100% - 40px * 1)/ 2);
  }
}
