@charset "UTF-8";
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff"), url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP-Medium.woff") format("woff"), url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
  font-display: swap;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff"), url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
  font-display: swap;
}
/*--------------------------
 ブレークポイント設定
----------------------------*/
.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
  color: #000;
  text-decoration: none;
}
img[src*=corner_img__] {
    display: none;
}
:focus {
  outline: none;
}

/* 変数 -----*/
/*--------------------------
 共通設定
----------------------------*/
body {
  font-family: "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt";
}
body img {
  width: 100%;
}
body .wrap {
  position: relative;
}
body .uk-container {
  max-width: 1240px;
  padding: 0px 20px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body .uk-container {
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box;
  }
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  color: #333333;
}

/*--------------------------
    フォントサイズ
----------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  font-size: 16px !important;
  text-align: left !important;
  position: relative;
  background: #F1F4EC;
}
@media (max-width: 767px) {
  body {
    font-size: 15px !important;
  }
}

/* リンク img ------*/
a img {
  transition: all 0.5s ease 0s;
}
@media (min-width: 960px) and (min-width: 960px) {
  a:hover {
    text-decoration: none;
  }
}
@media (min-width: 960px) {
  a:hover img {
    transition: all 0.5s ease 0s;
    opacity: 0.7;
  }
}

/* PC時tel無効 ------*/
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (max-width: 1200px) {
  .uk-hidden-xlarge {
    display: none !important;
  }
}

.uk-visible-xlarge {
  display: none;
}
@media (max-width: 1200px) {
  .uk-visible-xlarge {
    display: block !important;
  }
}

/* --- スマホ縦　非表示　--- */
@media (max-width: 640px) {
  .uk-hidden-xs {
    display: none !important;
  }
}
/* --- スマホ縦のみ表示　--- */
@media (min-width: 480px) {
  .uk-visible-xs {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .uk-visible-xs {
    display: block !important;
  }
}
/*--------------------------
    中央配置
----------------------------*/
/* 上下左右中央配置 */
/* 上下のみ中央配置 */
/* 左右のみ中央配置 */
/* 中央配置解除 */
/* margin auto */
/* font Apertura */
.svg-wrap {
  height: 0;
  position: relative;
}
.svg-wrap img {
  height: 100%;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

a {
  transition: all 0.5s ease 0s;
  color: #000000;
}
a:hover {
  transition: all 0.5s ease 0s;
}

.wrap {
  overflow: clip;
}
@media (max-width: 767px) {
  .wrap {
    overflow: hidden;
  }
}
.wrap > p:first-of-type {
  margin: 0;
}

p {
  line-height: 1.85;
}
@media (max-width: 767px) {
  p {
    line-height: 1.65;
  }
}

.f120 {
  font-size: 120% !important;
}

.f110 {
  font-size: 110% !important;
}

.f90 {
  font-size: 90% !important;
}

.f85 {
  font-size: 85% !important;
}

.f80 {
  font-size: 80% !important;
}

.f70 {
  font-size: 70% !important;
}

/*--------------------------
 ヘッダー
----------------------------*/
header {
  position: relative;
  background: #fff;
  padding: 10px 25px;
  height: 108px;
  box-sizing: border-box;
  /*ロゴ -----*/
  /* mediasロゴ */
}
header .hd__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header h1 {
  padding: 0;
  text-align: left;
  line-height: 1;
  margin: 0;
}
header h1 a {
  display: block;
}
header h1 a img {
  width: 320px;
  height: 36px;
}
header .hd__medias a img {
  height: 88px;
  width: 160px;
}
@media (max-width: 959px) {
  header {
    height: 70px;
    padding: 10px;
  }
  header h1 a img {
    width: calc(320px * .8);
    height: calc(36px * .8);
  }
  header .hd__medias a img {
    height: calc(88px * .8);
    width: calc(160px * .8);
  }
}
@media (max-width: 640px) {
  header h1 a img {
    width: calc(320px * .7);
    height: calc(36px * .7);
  }
  header .hd__medias a img {
    height: calc(88px * .7);
    width: calc(160px * .7);
  }
}

/*--------------------------
 共通部分
----------------------------*/
.contents {
  background: #d6fffe;
  background: linear-gradient(180deg, #d6fffe 0%, #fffed6 100%);
  /* タイトル */
}
.contents .box {
  background: #fff;
  padding: 75px 100px;
  border-radius: 15px;
  margin-top: 100px;
  position: relative;
  /* 飾り 水色の三角 */
  /* 飾り ピンクの三角 */
  /* h3 */
}
@media (max-width: 1200px) {
  .contents .box {
    padding: 75px 50px !important;
  }
}
@media (max-width: 640px) {
  .contents .box {
    padding: 50px 15px 50px !important;
    border-radius: 10px;
    margin-top: 80px;
  }
}
.contents .box:last-of-type {
  margin-bottom: 150px;
}
.contents .box::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  background: url(../img/box_kazari01.svg) no-repeat center/contain;
  position: absolute;
  left: -20px;
  top: 20px;
}
@media (max-width: 1200px) {
  .contents .box::before {
    width: 70px;
    height: 70px;
    left: -10px;
  }
}
@media (max-width: 767px) {
  .contents .box::before {
    width: 50px;
    height: 50px;
    left: -8px;
    top: 10px;
  }
}
.contents .box::after {
  content: "";
  position: absolute;
  width: 115.5px;
  height: 100px;
  background: url(../img/box_kazari02.svg) no-repeat center/contain;
  position: absolute;
  right: 5px;
  bottom: -20px;
}
@media (max-width: 1200px) {
  .contents .box::after {
    width: calc(115.5px * .8);
    height: calc(100px* .8);
  }
}
@media (max-width: 767px) {
  .contents .box::after {
    width: calc(115.5px * .5);
    height: calc(100px* .5);
    bottom: -10px;
  }
}
.contents .box h3 {
  font-size: 32px;
  font-weight: bold;
  color: #4891A7;
  margin-bottom: 35px;
  line-height: 1;
  font-family: "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
}
@media (max-width: 959px) {
  .contents .box h3 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .contents .box h3 {
    margin-bottom: 20px;
  }
}
.contents .ttl01 {
  font-size: 36px;
  font-weight: bold;
  color: #006487;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}
.contents .ttl01::after {
  content: "";
  width: 150px;
  height: 10px;
  border-radius: 5px;
  background: #97F1DF;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -30px;
}
.contents .ttl01::before {
  content: "";
  width: 120px;
  height: 80px;
  background: url(../img/box_h2_kazari.svg) no-repeat center/contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -110px;
}
@media (max-width: 767px) {
  .contents .ttl01 {
    font-size: 28px;
    margin-bottom: 60px;
  }
  .contents .ttl01::before {
    width: calc(120px * .8);
    height: calc(80px * .8);
    top: -80px;
  }
  .contents .ttl01::after {
    width: 100px;
    height: 8px;
    border-radius: 4px;
    bottom: -20px;
  }
}

/*--------------------------
 キービジュアル
----------------------------*/
.kv {
  padding: 20px;
}
.kv .pc {
  position: relative;
}
.kv .pc .label {
  position: absolute;
  right: -20px;
  top: 20px;
  width: 255px;
  height: 142px;
}
.kv .sp {
  display: none;
}
@media (max-width: 1200px) {
  .kv .pc .label {
    width: calc(255px * .7);
    height: calc(142px * .7);
  }
}
@media (max-width: 767px) {
  .kv {
    padding: 10px;
  }
  .kv .pc .label {
    right: -10px;
    top: 10px;
    width: calc(255px * .6);
    height: calc(142px * .6);
  }
}
@media (max-width: 640px) {
  .kv .pc {
    display: none;
  }
  .kv .sp {
    display: block;
  }
}

/*--------------------------
 最新ニュース
----------------------------*/
.news {
  padding: 50px 100px !important;
  margin: 15px 0 70px !important;
}
.news::before, .news::after {
  content: none !important;
}
@media (max-width: 640px) {
  .news {
    margin-bottom: 50px !important;
  }
}
.news__inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.news h2 {
  color: #0098A0;
  font-size: 24px;
  font-weight: bold;
  width: 250px;
}
@media (max-width: 767px) {
  .news h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
}
.news__list {
  width: calc(100% - 250px);
  position: relative;
}
.news__list::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #ccc;
  position: absolute;
  left: -50px;
  top: 0;
}
@media (max-width: 767px) {
  .news__list {
    width: 100%;
  }
  .news__list::before {
    width: 100%;
    height: 1px;
    top: -25px;
    left: 0;
  }
}
.news__list ul {
  margin: 0;
}
.news__list ul li {
  border-bottom: dashed 1px #4891A7;
}
.news__list ul li a {
  display: flex;
  color: #4891A7;
  padding: 20px 0;
}
.news__list ul li a span {
  display: block;
}
.news__list ul li a span.title {
  margin-left: 35px;
}
.news__list ul li:first-child a {
  padding-top: 5px !important;
}
.news__list ul li:last-child {
  border-bottom: none;
}
.news__list ul li:last-child a {
  padding-bottom: 5px !important;
}
@media (max-width: 767px) {
  .news__list ul li a {
    padding: 15px 5px;
  }
}
@media (max-width: 640px) {
  .news__list ul li a {
    display: block;
  }
  .news__list ul li a span.title {
    margin-left: 0;
    margin-top: 5px;
  }
}

/*--------------------------
 アンカーリンク
----------------------------*/
.anchor {
  max-width: 1050px;
  margin: 0 auto;
}
.anchor__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
}
@media (max-width: 640px) {
  .anchor__list {
    margin-left: -10px;
  }
}
.anchor__list li {
  width: calc(25% - 25px);
  margin-left: 25px;
  margin-top: 0 !important;
  /* 今回のちたまる */
  /* コーナー詳細 */
  /* アフタートーク */
  /* バックナンバー */
}
@media (max-width: 959px) {
  .anchor__list li {
    width: calc(50% - 25px);
  }
  .anchor__list li:nth-child(n+3) {
    margin-top: 25px !important;
  }
}
@media (max-width: 640px) {
  .anchor__list li {
    width: calc(50% - 10px);
    margin-left: 10px;
  }
  .anchor__list li:nth-child(n+3) {
    margin-top: 15px !important;
  }
}
.anchor__list li a {
  background: #0098A0;
  height: 62px;
  border-radius: 31px;
  position: relative;
  display: block;
}
@media (max-width: 640px) {
  .anchor__list li a {
    height: 52px;
    border-radius: 26px;
  }
}
@media (min-width: 960px) {
  .anchor__list li a:hover {
    background: #03b5be;
  }
}
.anchor__list li a span {
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding-left: 45px;
  white-space: nowrap;
  font-weight: 500;
}
.anchor__list li a span:before {
  content: "";
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
@media (max-width: 1200px) {
  .anchor__list li a span {
    padding-left: 35px;
  }
  .anchor__list li a span::before {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .anchor__list li a span {
    font-size: 16px;
    padding-left: 25px;
  }
  .anchor__list li a span:before {
    width: 20px;
    height: 20px;
  }
}
.anchor__list li.thistime a span::before {
  background: url(../img/anchor_ico01.svg) no-repeat center/contain;
}
.anchor__list li.corner a span::before {
  background: url(../img/anchor_ico02.svg) no-repeat center/contain;
}
.anchor__list li.aftertalk a span::before {
  background: url(../img/anchor_ico03.svg) no-repeat center/contain;
}
.anchor__list li.backnumber a span::before {
  background: url(../img/anchor_ico04.svg) no-repeat center/contain;
}

/*--------------------------
 今回のちたまる
----------------------------*/
.thistime__inner {
  display: flex;
  flex-wrap: wrap;
}
.thistime__img {
  width: calc(50% - 50px);
  margin-right: 50px;
  border-radius: 15px;
  overflow: hidden;
}
.thistime__text {
  width: 50%;
}
.thistime__text p {
  margin: 0;
}
@media (max-width: 959px) {
  .thistime__img {
    width: calc(50% - 30px);
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .thistime__img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 40px;
  }
  .thistime__text {
    width: 100%;
  }
}

/*--------------------------
 コーナー詳細
----------------------------*/
.corner h3 {
  position: relative;
  padding-left: 60px;
}
.corner h3::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/corner_ico.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
@media (max-width: 767px) {
  .corner h3 {
    padding-left: 50px;
  }
  .corner h3::before {
    width: 40px;
    height: 40px;
  }
}
.corner__list {
  margin-top: 70px;
  /* 中継コーナー */
  /* レギュラーコーナー */
}
@media (max-width: 767px) {
  .corner__list {
    margin-top: 50px;
  }
}
.corner__list .uk-flex {
  flex-wrap: wrap;
}
.corner__list .h4 {
  text-align: center;
  position: relative;
  margin-bottom: 35px;
}
.corner__list .h4::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
.corner__list .h4 div {
  font-size: 24px;
  font-weight: bold;
  width: 500px;
  height: 44px;
  border-radius: 22px;
  display: block;
  margin: 0 auto;
  color: #fff;
  line-height: 1;
  padding: 10px;
  box-sizing: border-box;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .corner__list .h4 div {
    width: 250px;
    font-size: 20px;
    height: 40px;
  }
}
.corner__list.broadcast .h4 div {
  background: #F04D96;
}
.corner__list.broadcast .h4::after {
  background: #F04D96;
}
.corner__list.regular .h4 div {
  background: #38BDE6;
}
.corner__list.regular .h4::after {
  background: #38BDE6;
}
.corner__text {
  padding: 0 25px;
  color: #4891A7;
  width: 50%;
  box-sizing: border-box;
}
.corner__text h5 {
  font-size: 24px;
  font-weight: bold;
  color: #4891A7;
}
@media (max-width: 959px) {
  .corner__text h5 {
    font-size: 20px;
  }
}
.corner__text p a {
  color: #4891A7;
}
@media (min-width: 960px) {
  .corner__text p a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1200px) {
  .corner__text {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .corner__text {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    order: 2;
  }
}
.corner__img {
  width: calc(50% - 25px);
  margin-left: 25px;
}
@media (max-width: 767px) {
  .corner__img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
    order: 1;
  }
}

/*--------------------------
 アフタートーク
----------------------------*/
.aftertalk__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
}
@media (max-width: 1200px) {
  .aftertalk__list {
    margin-left: -30px;
  }
}
.aftertalk__list li {
  display: contents;
  list-style: none;
}
.aftertalk__list .list-box {
  width: calc(33.33% - 50px);
  margin-left: 50px;
  margin-bottom: 50px;
  box-sizing: border-box;
}
.aftertalk__list .list-box:nth-child(n+4) {
  margin-top: 50px;
}
@media (max-width: 1200px) {
  .aftertalk__list .list-box {
    width: calc(33.33% - 30px);
    margin-left: 30px;
  }
  .aftertalk__list .list-box:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media (max-width: 959px) {
  .aftertalk__list .list-box {
    width: calc(50% - 30px);
  }
  .aftertalk__list .list-box:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .aftertalk__list .list-box {
    width: calc(100% - 30px);
  }
  .aftertalk__list .list-box:nth-child(n+2) {
    margin-top: 30px;
  }
}
.aftertalk__list .list-box a {
  color: #4891A7;
  display: block;
}
.aftertalk__list .list-box a .img {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.aftertalk__list .list-box a .text {
  padding: 15px;
  letter-spacing: 1px;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  border: #E3E3E3 1px solid;
  transition: all 0.5s ease 0s;
}
@media (min-width: 960px) {
  .aftertalk__list .list-box a:hover .img img {
    transform: scale(1.1);
    opacity: 1;
    filter: brightness(1.1);
  }
  .aftertalk__list .list-box a:hover .text {
    color: #006487;
    transition: all 0.5s ease 0s;
  }
}

/*--------------------------
 バックナンバー
----------------------------*/
.backnumber__filter ul {
  display: flex;
  justify-content: center;
  margin: 0;
  margin-left: -10px;
}
.backnumber__filter ul li {
  margin-left: 10px;
  margin-top: 0 !important;
}
.backnumber__filter ul li a {
  display: block;
  background: #0098A0;
  color: #fff;
  padding: 15px 35px;
  border-radius: 24px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}
@media (min-width: 960px) {
  .backnumber__filter ul li a:hover {
    background: #03b5be;
  }
}
@media (max-width: 640px) {
  .backnumber__filter ul {
    flex-wrap: wrap;
  }
  .backnumber__filter ul li {
    width: calc(50% - 10px);
  }
  .backnumber__filter ul li:nth-child(n+3) {
    margin-top: 10px !important;
  }
}
.backnumber__list {
  margin-top: 40px;
}
.backnumber__list__box {
  border-top: 1px #4891A7 dashed;
}
.backnumber__list__box:last-child {
  border-bottom: 1px #4891A7 dashed;
}
.backnumber__list__box a {
  display: block;
  padding: 35px 15px;
}
@media (min-width: 960px) {
  .backnumber__list__box a:hover {
    filter: brightness(120%);
  }
}
.backnumber__list__box a h3 {
  font-size: 18px !important;
  margin-bottom: 25px !important;
}
.backnumber__list__box a ul {
  margin: 0;
}
.backnumber__list__box a ul li {
  color: #4891A7;
  position: relative;
  padding-left: 20px;
}
.backnumber__list__box a ul li:nth-child(n+2) {
  margin-top: 5px;
}
.backnumber__list__box a ul li::before {
    /*
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 7.5px;
  background: #4891A7;
  position: absolute;
  left: 0;
  top: 5px;
  */
}

/*--------------------------
 footer
----------------------------*/
footer {
  position: relative;
  background: #666666;
  padding: 60px 0;
}
@media (max-width: 640px) {
  footer {
    padding: 40px 0;
  }
}

/*# sourceMappingURL=style.scss.map */
