<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("reset.css");
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&amp;display=swap");
/* -- FOUNDATION -- */
html {
  font-size: 62.5%;
}

body {
  font: 1.3rem/1 sans-serif;
  color: #333;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #575757;
}
a:hover {
  opacity: 0.7;
  transition: all 0.3s ease-in;
}

main {
  display: block;
}

/* -- LAYOUT -- */
/*////////////////
.header
////////////////*/
.header {
  padding: 20px 0;
}
.header_ttl {
  width: auto;
  text-align: center;
  margin: -15px auto 40px;
  position: relative;
}
.header_ttl img.pc {
  display: block;
  width: 300px;
  height: auto;
  margin: 0 auto;
}
.header_logo {
  padding: 5px 15px 0 0;
  text-align: right;
}
.header_logo img {
  width: 120px;
  height: auto;
}

@media (max-width:1000px) {
  .header {
    width: auto;
    display: flex;
    align-items: center;
    padding: 0 0 4vw 0;
    height: 65vh;
    max-height: 450px;
  }
  .header_inner {
    width: auto;
    margin: 0 auto;
  }
  .header_ttl {
    margin: 7vw auto 0;
  }
  .header_ttl img.sp {
    display: block;
    width: 55%;
    height: auto;
    margin: 0 auto;
  }
  .header_ttl img.pc {
    display: none;
  }
  .header_logo {
    padding: 0;
    text-align: center;
  }
  .header_logo img {
    width: 27%;
    max-width: 200px;
    height: auto;
  }
}
main {
  background: url(../../img/bg_gra.png) repeat-x #dbe8dd;
}
main .main {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .main_ph {
  width: 67%;
  text-align: center;
}
main .main_ph img {
  width: 100%;
}
main .main_logo {
  width: 33%;
  text-align: center;
}
main .main_logo img {
  max-width: 230px;
}

@media (max-width:1000px) {
  main .main {
    margin: 0 auto;
    padding: 40px 0;
    display: block;
  }
  main .main_ph {
    width: 85%;
    margin: 0 auto;
    text-align: center;
  }
  main .main_ph img {
    width: 100%;
    height: auto;
  }
  main .main_logo {
    width: auto;
    margin: 5vw auto 0;
    text-align: center;
  }
  main .main_logo img {
    display: block;
    width: 40%;
    height: auto;
    max-width: 230px;
    margin: 0 auto;
  }
}
/*////////////////////////////////
about
////////////////////////////////*/
.about {
  margin: 0px auto 0;
  padding: 60px 0 60px;
  background: url(../../img/lead_bg.png) no-repeat top center;
}
.about .lead {
  padding: 0 0 60px 0;
  background: url(../../img/border.png) no-repeat bottom center;
}
.about .lead_ttl {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0 auto 55px;
}
.about .lead_ttl img {
  max-width: 695px;
  height: auto;
  margin: 0 auto;
}
.about .lead_txt {
  max-width: 760px;
  margin: 0 auto 50px;
  font-size: 120%;
  line-height: 1.7;
}
.about .lead_txt2 {
  margin: 0 auto;
}
.about .lead_btn a {
  margin: 40px 0 0 0;
  display: flex;
  justify-content: center;
}
.about .lead_btn a img {
  max-width: 450px;
  height: auto;
}
.about .lead_btn a:hover {
  opacity: 1;
}
.about .episode {
  padding: 80px 0 0px;
}
.about .episode_ttl {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0 auto 70px;
}
.about .episode_ttl img {
  width: 695px;
  height: auto;
  margin: 0 auto;
}
.about .episode_inner {
  max-width: 740px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about .episode_txt {
  max-width: 539px;
  margin: 15px 0 0 0;
  font-size: 125%;
  line-height: 1.9;
}
.about .episode_image {
  max-width: 170px;
}
.about .episode_image img {
  width: 100%;
  height: auto;
}
.about .episode_btn a {
  display: block;
  width: 80%;
  background: #333;
  border-radius: 50px;
  text-align: center;
  padding: 5px 0 14px;
  margin: 40px 0 0 0;
}
.about .episode_btn a img {
  max-width: 200px;
  height: auto;
}
.about .blog {
  padding: 10px 0 0px;
}
.about .blog_ttl {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0 auto 70px;
}
.about .blog_ttl img {
  width: 780px;
  height: auto;
  margin: 0 auto;
}
.about .blog_inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about .blog_article {
  max-width: 780px;
  margin: 0 auto 80px;
}
.about .blog_article h3 {
  margin: 0 auto 20px;
  padding: 0 0 20px 0;
  background: url(../../img/article_border.png) bottom no-repeat;
  font-size: 140%;
}
.about .blog_article_date {
  width: 95px;
  margin: 0 0 20px 0;
  padding: 2px 15px 2px 0;
  color: #ffffff;
  text-align: right;
  background: url(../../img/date.png) no-repeat;
  font-size: 100%;
  font-weight: bold;
  font-family: Century Gothic;
  line-height: 1;
}
.about .blog_article_txt {
  margin: 15px 0 0 0;
  font-size: 120%;
  line-height: 1.9;
}
.about .blog_article .leftbox {
  float: right;
}
.about .blog_article .leftbox img {
  margin: 0 0 15px 15px;
  max-width: 300px;
}
.about .blog_btn a {
  max-width: 430px;
  display: block;
  text-align: center;
  margin: 40px auto 0;
  text-align: center;
}
.about .blog_btn a img {
  width: 100%;
  height: auto;
}
.about .blog_btn a:hover {
  opacity: 1;
}
.about .pageswitch {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Quicksand";
  margin-bottom: 6vw;
  transform: rotate(0);
}
.about .pageswitch img {
  margin: 0 10px;
  width: 18px;
  height: 28px;
  vertical-align: bottom;
  opacity: 0.4;
}
.about .pageswitch a img {
  opacity: 0.8;
}
.about .pageswitch .pre {
  transform: rotateZ(-180deg);
}
.about .pageswitch {
  width: 100%;
}
.about .num {
  display: block;
  margin: 0 3px;
  padding: 0px 5px;
  height: 25px;
  border: 1px solid #959595;
  line-height: 1.8;
}
.about strong.num {
  color: #fff;
  background: #575757;
}

.about.sub {
  padding: 60px 0 0;
}

@media (max-width:1000px) {
  .about {
    padding: 7vw 10vw 7vw;
    margin: 4vw 0 4vw 0;
    background: url(../../img/lead_bg.png) repeat-y top center;
    background-size: 90%;
  }
  .about .lead {
    padding: 0 0 10vw 0;
    background: url(../../img/border.png) no-repeat bottom center;
    background-size: 150%;
  }
  .about .lead_ttl {
    text-align: center;
    margin: 0 auto 9vw;
  }
  .about .lead_ttl img {
    width: 100%;
    height: auto;
  }
  .about .lead_txt {
    margin: 0 auto 6vw;
  }
  .about .lead_txt2 {
    margin: 0 auto;
  }
  .about .lead_btn a {
    width: 95%;
    max-width: 500px;
    margin: 5vw auto 0;
    background: #333;
    background: #02c0b2;
    border-radius: 50px;
    text-align: center;
    padding: 1.5vw 0 1.5vw;
  }
  .about .lead_btn a img {
    width: 100%;
    height: auto;
  }
  .about .lead_btn a_btn a:hover {
    opacity: 1;
  }
  .about .episode {
    padding: 10vw 0 0 0;
  }
  .about .episode_ttl {
    text-align: center;
    margin: 0 auto 7vw;
  }
  .about .episode_inner {
    max-width: 740px;
    margin: 0 auto;
    display: block;
  }
  .about .episode_txt {
    max-width: 539px;
    margin: 7vw auto 0;
    font-size: 125%;
    line-height: 1.9;
  }
  .about .episode_image {
    width: 40%;
    max-width: 270px;
    margin: 7vw auto 0;
  }
  .about .episode_image img {
    width: 100%;
    height: auto;
  }
  .about .episode_btn a {
    display: block;
    width: 91%;
    background: #333;
    border-radius: 50px;
    text-align: center;
    padding: 3.5vw 0 3.5vw;
    margin: 7vw auto 0;
    line-height: 1;
  }
  .about .episode_btn a img {
    width: 60%;
    max-width: 350px;
    height: auto;
  }
  .about .blog {
    padding: 0vw 0 0px;
  }
  .about .blog_ttl {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 auto 5vw;
  }
  .about .blog_ttl img {
    width: 780px;
    height: auto;
    margin: 0 auto;
  }
  .about .blog_article {
    width: 80%;
    margin: 0 auto 10vw;
  }
  .about .blog_article h3 {
    margin: 0 auto 3vw;
    padding: 0 0 1vw 0;
    background: url(../../img/article_border.png) bottom no-repeat;
    font-size: 120%;
  }
  .about .blog_article_date {
    width: 90px;
    margin: 0;
    padding: 2px 15px 2px 0;
    color: #ffffff;
    text-align: right;
    background: url(../../img/date.png) no-repeat;
    font-size: 90%;
    font-weight: bold;
    font-family: Century Gothic;
    line-height: 1;
  }
  .about .blog_article_txt {
    margin: 8vw 0 0 0;
    font-size: 100%;
    line-height: 1.9;
  }
  .about .blog_article .leftbox {
    float: none;
    margin: 0 auto 5vw;
    text-align: center;
  }
  .about .blog_article .leftbox img {
    margin: 0;
    max-width: 100%;
  }
  .about .blog_btn a {
    max-width: 80%;
    display: block;
    text-align: center;
    margin: 40px auto 0;
    text-align: center;
  }
  .about .blog_btn a img {
    width: 100%;
    height: auto;
  }
  .about.sub {
    padding: 7vw 0 0;
  }
  .about.sub .blog_ttl img {
    width: 80%;
    height: auto;
  }
}
@media (max-width:480px) {
  .about {
    padding: 7vw 10vw 7vw;
    margin: 4vw 0 4vw 0;
    background-size: 100%;
  }
}
/*////////////////////////////////
onair
////////////////////////////////*/
.onair {
  border-top: 4px double #444343;
  padding: 60px 0 80px;
}
.onair_ttl {
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
  text-align: center;
}
.onair_ttl img {
  max-width: 700px;
  margin: 0 auto;
}
.onair_txt {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.onair_txt ul {
  width: 48%;
  list-style: none;
  text-align: center;
  font-size: 125%;
  font-weight: bold;
  color: #097bb8;
}
.onair_txt ul span {
  font-size: 80%;
}
.onair_txt ul li:first-child {
  margin: 0 0 20px 0;
}
.onair_txt ul li:first-child img {
  width: 100%;
  height: auto;
}
.onair_txt ul li:last-child a {
  display: block;
  width: 250px;
  padding: 10px 0;
  border-radius: 50px;
  background: #059bec;
  margin: 20px auto 0;
}
.onair_txt ul li:last-child a img {
  width: 80%;
  height: auto;
}

@media (max-width:1000px) {
  .onair {
    padding: 7vw 0 9vw;
  }
  .onair_ttl {
    margin: 0 auto 7vw;
    text-align: center;
  }
  .onair_ttl img {
    width: 95%;
    height: auto;
    max-width: 700px;
  }
  .onair_txt {
    width: auto;
    margin: 0 auto;
    display: block;
  }
  .onair_txt ul {
    width: 80%;
    margin: 0 auto 10vw;
    list-style: none;
    text-align: center;
    font-size: 115%;
    line-height: 1.2;
  }
  .onair_txt ul span {
    display: block;
    font-size: 80%;
  }
  .onair_txt ul li:first-child {
    margin: 0 0 4vw 0;
  }
  .onair_txt ul li:first-child img {
    width: 100%;
    height: auto;
  }
  .onair_txt ul li:last-child a {
    display: block;
    width: 80%;
    max-width: 250px;
    padding: 3vw 0 2.5vw;
    margin: 5vw auto 0;
  }
  .onair_txt ul li:last-child a img {
    width: 80%;
    height: auto;
  }
  .onair_txt ul:last-child {
    margin: 0 auto 0;
  }
}
/*////////////////////////////////
message
////////////////////////////////*/
.message_ttl {
  margin: 0 auto;
  background: #02c0b2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.message_ttl img {
  max-width: 700px;
  margin: 0 auto;
}
.message_txt {
  padding: 50px 0;
  font-size: 130%;
  line-height: 1.7;
  border-bottom: 1px solid #02c0b2;
}
.message_txt span {
  display: block;
  max-width: 850px;
  margin: 0 auto 20px;
}
.message_txt span:first-child {
  font-weight: bold;
}
.message_txt span:last-child {
  margin: 0 auto;
}
.message_subttl {
  padding: 30px 0 20px 0;
  text-align: center;
  color: #049b90;
  font-size: 170%;
}

@media (max-width:1000px) {
  .message_ttl {
    margin: 0 auto;
    background: #02c0b2;
    display: flex;
    align-items: center;
    text-align: center;
  }
  .message_ttl img {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
  .message_txt {
    padding: 5vw;
    font-size: 110%;
    line-height: 1.7;
    border-bottom: 1px solid #02c0b2;
  }
  .message_txt span {
    display: block;
    max-width: 850px;
    margin: 0 auto 5vw;
  }
  .message_txt span br {
    display: none;
  }
  .message_subttl {
    padding: 5vw 0 8vw 0;
    text-align: center;
    color: #049b90;
    font-size: 170%;
  }
}
/*////////////////////////////////
listen
////////////////////////////////*/
.listen.pc {
  margin: 80px auto 0;
  border-top: 4px double #02c0b2;
}

.listen.sp {
  display: none;
}

@media (max-width:1000px) {
  .listen.sp {
    display: block;
    margin: 10vw auto 0;
  }
  .listen.pc {
    display: none;
  }
}
/*////////////////////////////////
footer
////////////////////////////////*/
.footer {
  padding: 30px 0 30px;
  border-top: 5px solid #049b90;
}
.footer .bnr {
  text-align: center;
}
.footer .bnr .yoasobi {
  margin: 0 auto 30px;
  text-align: center;
}
.footer .bnr .yoasobi img {
  max-width: 440px;
  height: auto;
  border: 1px solid #ccc;
}
.footer .bnr .tfm {
  margin: 0 auto 30px;
  text-align: center;
}
.footer .bnr .tfm img {
  max-width: 155px;
  height: auto;
}
.footer .copy {
  text-align: center;
  font-size: 80%;
}
.footer_share ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
}
.footer_share ul li {
  padding: 0 10px 0 0;
}
.footer_share ul li:last-child {
  padding: 0;
}
.footer_share img {
  width: 35px;
  height: auto;
}

@media (max-width:1000px) {
  .footer {
    display: block;
    padding: 8vw 0 8vw;
  }
  .footer .yoasobi {
    margin: 0 auto 5vw;
  }
  .footer .yoasobi img {
    max-width: 440px;
    width: 90%;
    height: auto;
    border: 1px solid #ccc;
  }
  .footer .tfm {
    margin: 0 auto 5vw;
  }
  .footer .tfm img {
    width: 30%;
    height: auto;
  }
  .footer_share {
    margin-bottom: 20px;
    padding-left: 0;
    justify-content: center;
  }
}
@media (max-width: 1000px) {
  .multibox .pc {
    display: none;
  }
  .multibox .sp {
    display: block;
  }
}
.pagetop {
  position: fixed;
  padding: 2px 5px;
  bottom: 200px;
  right: 20px;
  cursor: pointer;
  text-align: center;
}
.pagetop img {
  width: 90px;
  height: auto;
}

@media (max-width:1000px) {
  .pagetop {
    position: static;
    display: block;
    width: 80px;
    padding: 0;
    margin: 5vw auto 0;
  }
  .pagetop img {
    width: 100%;
    height: auto;
  }
}
.wow {
  visibility: hidden;
}

.small {
  max-width: 780px;
  margin: 0 auto 80px;
  font-size: 85%;
  color: #049b90;
  text-align: center;
}
@media (max-width:1000px) {
  .small {
    margin: 0 auto 8vw;
    text-align: center;
  }
}

/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width:1000px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media (max-width:1000px) {
  .spDetail {
    display: block;
  }
  .pcDetail {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */</pre></body></html>