@charset "UTF-8";
/*

media
768〜
1024〜
1280〜

*/
/* 変数インポート
--------------------------------------------------------------------------------- */
/* コンテンツ
--------------------------------------------------------------------------------- */
#contents {
  position: relative;
}

/* ホーム
--------------------------------------------------------------------------------- */
#slide {
  margin: 0px calc((100vw - 100%) / 2 * -1);
}

.slider {
  margin: 0px;
  padding: 0px;
}
.slider li .img {
  position: relative;
  overflow: hidden;
}
.slider li .img::before {
  content: '';
  display: block;
  padding-top: 104.5%;
}
.slider li .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.slider li .img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.slick-dots {
  bottom: 10px !important;
}
.slick-dots li {
  height: 30px !important;
  width: 30px !important;
}
.slick-dots li button {
  height: 30px !important;
  width: 30px !important;
  padding: 0px !important;
}
.slick-dots li button::before {
  height: 30px !important;
  width: 30px !important;
  font-size: 12px !important;
  line-height: 30px !important;
}

.flex .main {
  margin-bottom: 40px;
}

.caption {
  margin-top: -16px;
}

#program-index {
  margin-top: 67px;
  margin-bottom: 90px;
}

.program-index-box {
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  border-radius: 0px;
  position: relative;
  margin-top: -1px;
}
.program-index-box a {
  display: block;
  text-decoration: none;
}
.program-index-box .num {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 33px;
  line-height: 42px;
  background-color: #000;
  color: #fff;
  width: 48px;
  height: 42px;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
}
.program-index-box .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  flex-direction: row;
  height: 96px;
  padding: 0px 10px 0px 76px;
  margin: 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  font-feature-settings: "palt";
}
.program-index-box .img {
  position: relative;
  overflow: hidden;
}
.program-index-box .img::before {
  content: '';
  display: block;
  padding-top: 56.1538461538%;
}
.program-index-box .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.program-index-box .img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.program-title {
  border-style: solid;
  border-color: #000;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
  position: relative;
  padding: 24px 0px;
}
.program-title .num {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 53px;
  background-color: #000;
  color: #fff;
  width: 60px;
  height: 53px;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 24px;
}
.program-title .title {
  padding: 0px 0px 0px 88px;
  margin: 0px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.large-img {
  margin: 0px calc((100vw - 100%) / 2 * -1) 23px;
}
.large-img p {
  margin: 0px;
}

.btn-01 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
}
.btn-01 a {
  text-decoration: none;
  display: block;
  background-color: #000;
  color: #fff;
  height: 38px;
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  border-radius: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0px 14px;
}

.small {
  font-size: 12px;
  line-height: 21px;
}

#schedule-index {
  margin-top: -24px;
  margin-bottom: 60px;
}

.schedule-index-box {
  border-style: solid;
  border-color: #000;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
  position: relative;
}
.schedule-index-box a {
  display: block;
  text-decoration: none;
}
.schedule-index-box .num {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 33px;
  line-height: 42px;
  background-color: #000;
  color: #fff;
  width: 48px;
  height: 42px;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
}
.schedule-index-box .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  flex-direction: row;
  height: 96px;
  padding: 0px 10px 0px 76px;
  margin: 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  font-feature-settings: "palt";
}
.schedule-index-box .box {
  border-style: solid;
  border-color: #000;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
  padding-top: 23px;
}
.schedule-index-box .box .txt {
  margin: 0px;
}
.schedule-index-box .box .date {
  font-size: 12px;
  line-height: 20px;
}

.voice-txt p {
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 21px;
}

.profile-txt p {
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 21px;
}
.profile-txt p a {
  text-decoration: none;
}

.profile-img {
  width: 315px;
  margin-left: auto;
}

#profile {
  border-style: solid;
  border-color: #000;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}

#cboxCurrent {
  left: 50% !important;
  float: none !important;
  bottom: -4px !important;
  transform: translateX(-50%) !important;
}

#cboxPrevious,
#cboxNext {
  width: 50% !important;
  height: 100% !important;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat !important;
  background-position: left center !important;
  background-size: 40px auto !important;
  background-image: url(../images/arrow_prev.png) !important;
  left: 0px !important;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
}

#cboxNext {
  left: auto !important;
  right: 0px !important;
  background-image: url(../images/arrow_next.png) !important;
  background-position: right center !important;
}

/* 共通
--------------------------------------------------------------------------------- */
.anchor {
  padding-top: 80px;
  margin-top: -80px;
  position: relative;
  display: block;
  pointer-events: none;
}

/* 見出し */
.m01 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 23px;
  padding-left: 10px;
  position: relative;
}
.m01::before {
  content: "";
  display: block;
  width: 1px;
  background-color: #000;
  position: absolute;
  top: 4px;
  left: 0px;
  bottom: 4px;
}

/* リスト */
ul {
  margin-left: 0px;
  padding-left: 1em;
}
ul li {
  margin: 0px;
  padding: 0px;
}
ul li ul {
  font-size: 100%;
}

ol {
  margin-left: 1.4em;
  padding: 0px;
}
ol li {
  margin: 0px;
  padding: 0px;
}

/* テーブル */
.basic {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
}
.basic th,
.basic td {
  vertical-align: top;
}
.basic th {
  font-weight: 500;
  white-space: nowrap;
  padding-right: 30px;
}

div.scroll {
  overflow: scroll;
}
div.scroll table {
  width: 720px;
}
div.scroll::before {
  content: "※左右にスクロールしてご覧下さい";
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}

/* イメージ */
img {
  max-width: 100%;
  height: auto;
}

p.img {
  text-align: center;
}

/* カラム */
/* 動画 */
.movie {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  height: 0;
  overflow: hidden;
  margin-bottom: 2em;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* クリア */
.clear {
  clear: both;
}

/* 色 */
.color-01 {
  color: #000;
}

/* 大きさ */
.bold {
  font-weight: bold;
}

/* 文字揃え */
.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

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

/* 改行 */
.tab,
.tabpc,
.pc {
  display: none;
}

/* マージン */
hr {
  margin: 0px;
  padding: 0px;
  display: block;
  border: none;
  overflow: hidden;
  clear: both;
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.ml1em {
  margin-left: 1em;
}

.ml2em {
  margin-left: 2em;
}

.ml3em {
  margin-left: 3em;
}

.im1em {
  text-indent: -1em;
  padding-left: 1em;
}

.im2em {
  text-indent: -2em;
  padding-left: 2em;
}

.im2halfem {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

.im3em {
  text-indent: -3em;
  padding-left: 3em;
}

/* media
--------------------------------------------------------------------------------- */
/*
--------------------------------------------------------------------------------- hover */
@media (hover: hover) {
  .btn-01 a:hover {
    background-color: #fff;
    color: #000;
  }
}
/*
--------------------------------------------------------------------------------- 601 */
@media print, screen and (min-width: 601px) {
  /* ホーム
  --------------------------------------------------------------------------------- */
  #slide {
    margin: 0px;
  }

  .slider li .img {
    position: relative;
    overflow: hidden;
  }
  .slider li .img::before {
    content: '';
    display: block;
    padding-top: 104.5%;
  }
  .slider li .img p {
    margin: 0px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 0px;
    overflow: hidden;
  }
  .slider li .img p img {
    transition: all 0.35s;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 50% 50%;
    /* 他のブラウザ用(＝通常の指定) */
    font-family: "object-fit: cover; object-position: 50% 50%;";
  }
  .slider li .img::before {
    padding-top: calc( ( 690 / 1560 ) * 100% );
  }

  .slick-dots {
    bottom: 10px !important;
  }
  .slick-dots li {
    height: 40px !important;
    width: 40px !important;
  }
  .slick-dots li button {
    height: 40px !important;
    width: 40px !important;
  }
  .slick-dots li button::before {
    height: 40px !important;
    width: 40px !important;
    font-size: 14px !important;
    line-height: 40px !important;
  }

  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
  }
  .flex .main {
    width: calc( ( 1090 / 1560 ) * 100% );
    padding-right: calc( ( 70 / 1560 ) * 100% );
    border-style: solid;
    border-color: #000;
    border-width: 0px 1px 0px 0px;
    border-radius: 0px;
  }
  .flex .sub {
    width: calc( ( 470 / 1560 ) * 100% );
    padding-left: calc( ( 78 / 1560 ) * 100% );
    margin-bottom: 40px;
  }
  #profile .flex {
    align-items: end;
  }

  #program-index {
    margin-top: -31px;
    margin-bottom: -1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
    border-style: solid;
    border-color: #000;
    border-width: 0px 1px 0px 0px;
    border-radius: 0px;
  }

  .program-index-box {
    margin: 0px;
    width: 25%;
    border-right-width: 0px;
  }

  .program-title {
    padding: 38px 0px;
  }
  .program-title .num {
    top: 32px;
  }
  .program-title .title {
    font-size: 33px;
    line-height: 42px;
  }

  .large-img {
    margin: 0px 0px 40px;
  }

  .caption {
    margin-top: -26px;
    font-size: 15px;
    line-height: 27px;
  }

  .btn-01 {
    font-size: 15px;
    line-height: 18px;
  }
  .btn-01 a {
    height: 50px;
    border-radius: 25px;
  }
  .btn-01.line2 a {
    height: 74px;
    border-radius: 37px;
  }

  .small {
    font-size: 15px;
    line-height: 27px;
  }

  #schedule-index {
    margin-top: -31px;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
  }

  .schedule-index-box {
    width: 25%;
    border-right-width: 1px;
  }
  .schedule-index-box:last-of-type {
    border-right-width: 0px;
  }
  .schedule-index-box .box {
    padding: 45px 44px 7px 45px;
  }
  .schedule-index-box .box .txt {
    font-size: 18px;
    line-height: 32px;
  }
  .schedule-index-box .box .date {
    font-size: 15px;
    line-height: 27px;
  }

  .voice-txt p {
    font-size: 19px;
    line-height: 34px;
    margin-bottom: 34px;
  }

  .profile-txt p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .profile-img {
    margin-left: 0px;
  }

  #cboxPrevious,
  #cboxNext {
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
    background-size: 60px auto !important;
  }

  #cboxPrevious {
    background-position: left 10px center !important;
  }

  #cboxNext {
    background-position: right 10px center !important;
  }

  /* 共通
  --------------------------------------------------------------------------------- */
  /* 改行 */
  .sp {
    display: none;
  }

  .pc {
    display: inline-block;
  }

  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }

  /*
  --------------------------------------------------------------------------------- hover in 601 */
}
