@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead, th, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #00449a;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

ol li, ul li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

/* 基本カラーのカラーコードを入れてください */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  font-size: clamp(14px, 2vw, 16px);
  color: #333;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0 auto;
  letter-spacing: 0.06em;
}
body main {
  flex: 1;
}

h1, h2 {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(16px, 4.3vw, 18px);
  letter-spacing: 1.12px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-weight: 600;
  margin: 0 auto;
}

h3 {
  font-size: clamp(16px, 2vw, 24px);
  background-color: #000e40;
  color: #fff;
  padding: 0.5em;
  margin-bottom: 1em;
  border-radius: 6px;
  text-align: center;
  line-height: 1.5em;
}
h3 span {
  font-size: clamp(12px, 2vw, 16px);
  padding-left: 1em;
}

section, .div_section {
  padding: 3% 0;
  margin: 0 auto;
}
section .s_hdr, .div_section .s_hdr {
  display: flex;
  width: 100%;
  align-items: center;
}
section .inner, .div_section .inner {
  width: min(1000px, 90vw);
  margin: 0 auto;
}
section .inner + .inner, .div_section .inner + .inner {
  margin-top: 5%;
}
section:last-of-type, .div_section:last-of-type {
  margin-bottom: 0;
}
section::after, .div_section::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 600px) {
  section, .div_section {
    padding: 10% 0;
  }
  section .inner, .div_section .inner {
    width: 100%;
    padding: 0 5%;
  }
}

p:has(img) {
  width: 100%;
  margin: 0 auto 2em;
  text-align: center;
  line-height: 0;
}
p:has(img) img {
  max-width: 100%;
  margin: 0 auto;
  line-height: 1;
}
p:has(img):last-child {
  margin-bottom: 0;
}

p {
  margin-bottom: 1.5em;
  line-height: 2.2em;
  font-size: clamp(14px, 2vw, 16px);
  font-feature-settings: "palt";
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #333;
  text-decoration: none;
}

article {
  padding: 3%;
  margin-bottom: 5%;
}
article .date {
  text-align: right;
}
article:nth-child(odd) {
  background-color: #f9f9f9;
}

.page_top {
  position: fixed;
  right: 5%;
  bottom: 5%;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.page_top.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.page_top img {
  width: 90px;
  height: auto;
}
@media (max-width: 767px) {
  .page_top {
    width: 16vw;
    height: 16vw;
  }
  .page_top img {
    width: 100%;
  }
}

.lnk_tel {
  text-decoration: none;
}
@media (min-width: 767px) {
  .lnk_tel {
    pointer-events: none;
    cursor: default;
  }
}

.box_video {
  position: relative;
  width: 100%;
  height: 56.25%;
  padding: 56.25% 0 0 0;
  text-align: center;
}
.box_video .video_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  margin: 0 auto;
}
.box_video .video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ripple {
  position: relative;
  display: block;
}
.ripple img {
  max-width: 100%;
  margin: 0 auto;
}
.ripple span {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 90%;
  height: 100%;
  margin: auto;
  animation-name: rippleAnimation;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  border-radius: 100px;
  background-color: #fff072;
  box-shadow: 0 0 5px white;
}
@keyframes rippleAnimation {
  0% {
    transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.1, 1.1);
    opacity: 0;
  }
}
.ripple2 {
  position: relative;
  display: block;
}
.ripple2 img {
  max-width: 100%;
  margin: 0 auto;
}
.ripple2 span.clr_1, .ripple2 span.clr_2 {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 70px;
  height: 70px;
  margin: auto;
  animation-name: rippleAnimation2;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  border-radius: 100%;
  box-shadow: 0 0 45px 1px #ff004a inset;
}
.ripple2 span.clr_2 {
  animation-delay: 0.3s;
}
@keyframes rippleAnimation2 {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  80% {
    transform: scale(4.5, 4.5);
    opacity: 0;
  }
  100% {
    transform: scale(4.5, 4.5);
    opacity: 0;
  }
}
.bounce {
  position: relative;
}
.bounce::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 50px;
  margin: 0 auto auto;
  content: "";
  background: url(../img/down.png) no-repeat center top;
  animation-name: bounce;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.g_nav-links {
  display: flex;
  padding: 5px 0;
}

.Fade-In {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.Fade-In.Fade-In-2 {
  transition-delay: 0.2s;
}
.Fade-In.Fade-In-3 {
  transition-delay: 0.3s;
}
.Fade-In.Fade-In-4 {
  transition-delay: 0.4s;
}

.Fade-In-Down {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 1s;
}
.Fade-In-Down.Fade-In-Down-2 {
  transition-delay: 0.2s;
}
.Fade-In-Down.Fade-In-Down-3 {
  transition-delay: 0.3s;
}
.Fade-In-Down.Fade-In-Down-4 {
  transition-delay: 0.4s;
}

.Fade-In-Left {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 1s;
}
.Fade-In-Left.Fade-In-Left-2 {
  transition-delay: 0.2s;
}
.Fade-In-Left.Fade-In-Left-3 {
  transition-delay: 0.3s;
}
.Fade-In-Left.Fade-In-Left-4 {
  transition-delay: 0.4s;
}

.Fade-In-Right {
  opacity: 0;
  transform: translateX(20px);
  transition: all 1s;
}
.Fade-In-Right.Fade-In-Right-2 {
  transition-delay: 0.2s;
}
.Fade-In-Right.Fade-In-Right-3 {
  transition-delay: 0.3s;
}
.Fade-In-Right.Fade-In-Right-4 {
  transition-delay: 0.4s;
}

.t_1 {
  color: #009944;
}

.t_2 {
  color: #c00;
}

.t_3 {
  color: #c00;
}

.t_4 {
  color: #c00;
}

.t_5 {
  color: #c00;
}

.t_1_b {
  padding: 0.1em;
  color: #c00;
  background-color: #ff0;
}

.t_2_b {
  padding: 0.1em;
  color: #c00;
  background-color: #ff0;
}

.t_3_b {
  padding: 0.1em;
  color: #c00;
  background-color: #ff0;
}

.t_4_b {
  padding: 0.1em;
  color: #c00;
  background-color: #ff0;
}

.t_5_b {
  padding: 0.1em;
  color: #c00;
  background-color: #ff0;
}

.t_sml {
  font-size: 80%;
}

.t_lrg {
  font-size: 130%;
}

.t_xlrg {
  font-size: 170%;
}

.t_stg {
  font-weight: bold;
}

.t_ul {
  text-decoration: underline;
}

.t_c {
  text-align: center;
}

.t_r {
  text-align: right;
}

.t_l {
  text-align: left;
}

.f_l {
  float: left;
  margin-right: 1em;
}

.f_r {
  float: right;
  margin-left: 1em;
}

.mb0 {
  margin-bottom: 0px !important;
}

.w7 {
  width: 70%;
}

.w3 {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .w7, .w3 {
    width: 100%;
  }
  .w3 {
    margin-top: 1em;
  }
}
header {
  position: relative;
  width: 100%;
  height: 340px;
  padding: 10px 0;
  background: none;
}
header .logo {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto 0 10px;
  position: relative;
  z-index: 2;
}
header .logo img {
  width: 32.44vw;
}
header .title {
  margin: -50px auto auto;
  width: 100%;
  display: block;
  text-align: center;
}
header .title img {
  width: 66.14vw;
  max-width: 462px;
  position: relative;
  margin: 0 auto;
}
header .title img.pc_img {
  display: block;
}
header .title img.sp_img {
  display: none;
}
header .title_bg {
  width: 75.52vw;
  max-width: 1450px;
  margin: -4% auto 20px;
  position: relative;
}
header .title_bg > img {
  width: 100%;
}
header .title_bg a {
  position: absolute;
  width: 23.125vw;
  max-width: 462px;
  display: block;
  inset: 5% 0 0 35%;
  margin: 0 auto auto 0;
}
header .title_bg a img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  header {
    height: 60px;
    padding: 12px 0;
    transition-duration: 0.5s;
  }
  header .logo {
    width: 70vw;
    max-width: 623px;
  }
  header .logo img {
    width: 100%;
  }
  header.add_color {
    background: rgba(255, 255, 255, 0.9);
  }
  header .title {
    position: relative;
    margin-top: 0;
  }
  header .title img {
    width: 40vw;
  }
  header .title img.pc_img {
    display: none;
  }
  header .title_bg > img {
    display: none;
  }
}

.g_nav {
  position: fixed;
  top: 15px;
  right: -100vw; /* 画面外に隠す */
  width: 350px;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  transition: 0.4s ease;
  z-index: 1000;
}
.g_nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.g_nav > ul > li {
  margin: 0;
}
.g_nav > ul > li a {
  position: relative;
  display: block;
  padding: 1.5rem 2.5rem;
  text-decoration: none;
  color: #000;
  font-size: clamp(14px, 2vw, 14px);
  transition-duration: 0.5s;
  font-family: "unbounded", sans-serif;
}
.g_nav > ul > li.icon a[target=_blank]::after {
  content: "";
}
.g_nav.open {
  right: 0; /* スライドイン */
}
@media screen and (min-width: 768px) {
  .g_nav {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    left: 0;
  }
  .g_nav ul {
    display: flex;
    gap: 2px;
  }
  .g_nav ul li {
    border: none;
  }
  .g_nav ul li a {
    font-weight: 500;
    padding: 1.5rem;
    color: #fff;
  }
}

.sp_menu {
  width: 32px;
  height: 24px;
  position: absolute;
  cursor: pointer;
  z-index: 1001;
  display: none; /* PCでは非表示 */
  top: 18px;
  right: 15px;
}
.sp_menu span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #0c394f;
  left: 0;
  transition: 0.4s;
}
.sp_menu span:nth-child(1) {
  top: 0;
}
.sp_menu span:nth-child(2) {
  top: 11px;
}
.sp_menu span:nth-child(3) {
  bottom: 0;
}
.sp_menu.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 11px;
}
.sp_menu.active span:nth-child(2) {
  opacity: 0;
}
.sp_menu.active span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 11px;
}
@media screen and (max-width: 767px) {
  .sp_menu {
    display: block;
  }
}

footer {
  padding: 2em 0;
  background-color: #0c394f;
}
footer .copyright {
  font-size: 12px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 5% 0;
  }
}

body {
  background: url(../images/bg_03.webp) center top;
  font-family: "Noto Sans JP", sans-serif;
}

h1, h2 {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(24px, 6.3vw, 60px);
  background: url(../images/ttl_bg_1.webp) no-repeat center;
  background-size: cover;
  color: #0c394f;
  min-width: 592px;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 1em 0;
  margin-bottom: 0.75em;
  position: relative;
  z-index: 1;
}
h1::before, h2::before {
  display: block;
  width: inherit;
  height: 1em;
  content: attr(data-text);
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 12px #fff;
}
h1.bg, h2.bg {
  background-image: url(../images/ttl_bg_2.webp);
  background-size: contain;
  color: #fff;
  text-shadow: none;
  max-width: 440px;
}
@media screen and (max-width: 767px) {
  h1, h2 {
    min-width: unset;
    width: 100%;
    padding: 2em 0;
  }
  h1::before, h2::before {
    -webkit-text-stroke: 8px #fff;
  }
}

main a[target=_blank]::after {
  content: " ⧉";
}
main a {
  text-decoration: underline;
}

table p, table a {
  word-break: break-all;
}

.f_box {
  display: flex;
}
@media screen and (max-width: 767px) {
  .f_box {
    flex-flow: column;
  }
}

.sec_fv {
  background: url(../images/bg_01.webp) no-repeat right bottom;
  background-size: 79.16vw auto;
  padding: 1% 3% 3%;
}
.sec_fv .logo {
  width: 32.44vw;
  max-width: 623px;
  margin-left: 0;
}
.sec_fv h1 {
  margin-left: 0;
  padding: 0;
  min-width: 0;
  background: none;
  width: -moz-fit-content;
  width: fit-content;
}
.sec_fv h1 img {
  margin-left: 0;
  width: 53.95vw;
}
.sec_fv h1::before {
  display: none;
}
.sec_fv p {
  text-align: left;
}
.sec_fv p a::after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sec_fv .logo {
    width: 60vw;
    margin: 15px 0 7vw;
  }
  .sec_fv .logo img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec_fv {
    background-position-y: bottom;
    background-position-x: 40%;
    background-size: 120% auto;
    padding: 33vw 0 9vw 10px;
  }
  .sec_fv .logo {
    margin: 0;
    top: 3vw;
    position: fixed;
    z-index: 100;
    width: 70vw;
  }
}

.g_nav {
  background-color: #0c394f;
  padding: 0 1em;
}
.g_nav ul {
  max-width: 1300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  margin: 0 auto;
  height: 84px;
}
.g_nav ul li {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.g_nav ul li a {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #fff;
  font-size: clamp(16px, 1.85vw, 28px);
  padding: 0;
  height: 84px;
}
.g_nav ul li.icon {
  display: flex;
  align-items: center;
  gap: 1em;
}
.g_nav ul li.has_sub:hover ul.sub_menu {
  display: block;
}
.g_nav ul li ul.sub_menu {
  display: none;
  position: absolute;
  background-color: #0c394f;
  width: 240px;
  height: auto;
  top: 84px;
  left: -80px;
  z-index: 10;
}
.g_nav ul li ul.sub_menu li {
  width: 100%;
}
.g_nav ul li ul.sub_menu li a {
  font-size: clamp(14px, 2vw, 18px);
  padding: 1em;
  display: block;
  transition-duration: 0.5s;
  height: auto;
}
.g_nav ul li ul.sub_menu li a:hover {
  background-color: #026b93;
}
.g_nav ul li ul.sub_menu li + li {
  border-top: #a2cede solid 1px;
}
@media screen and (min-width: 768px) {
  .g_nav {
    position: sticky;
    top: 0;
    z-index: 1000;
  }
}
@media screen and (max-width: 767px) {
  .g_nav {
    padding: 0.75em 1.75em;
  }
  .g_nav ul {
    flex-flow: column;
    gap: 0;
    height: auto;
  }
  .g_nav ul li {
    width: 100%;
  }
  .g_nav ul li a {
    padding: 0.75em 0;
    height: auto;
  }
  .g_nav ul li.has_sub ul.sub_menu {
    position: relative;
    display: block;
    left: 0;
    width: 90%;
    top: 0;
  }
}

.home .sp_header {
  display: none;
}
.home .g_nav.pc_nav {
  display: block;
}
.home .g_nav.sp_nav {
  display: none;
}
.home .g_nav a[target=_blank]::after {
  content: "";
}
@media screen and (max-width: 767px) {
  .home .sp_header {
    display: block;
    position: fixed;
    top: 0;
    z-index: 100;
    height: 60px;
    width: 100%;
    transition-duration: 0.5s;
  }
  .home .sp_header.add_color {
    background: rgba(255, 255, 255, 0.6);
  }
  .home .sp_menu {
    top: 18px;
    left: calc(100vw - 50px);
  }
  .home .g_nav {
    top: 60px;
    height: auto;
  }
  .home .g_nav.pc_nav {
    display: none;
  }
  .home .g_nav.sp_nav {
    display: block;
  }
}

.tag_wrap {
  transition-duration: 0.5s;
}
.tag_wrap ul.tag_switch {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0.5%;
  margin-bottom: 1em;
}
.tag_wrap ul.tag_switch li {
  border: #fff solid 1px;
  border-radius: 14px;
  width: -moz-fit-content;
  width: fit-content;
}
.tag_wrap ul.tag_switch li a {
  display: block;
  font-size: clamp(14px, 2vw, 20px);
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 1em 0.5em;
  text-decoration: none;
}
.tag_wrap ul.tag_switch li.active {
  background-color: #fff;
}
.tag_wrap ul.tag_switch li.active a {
  color: #0c394f;
}
.tag_wrap ul.tag_switch li.btn_1 {
  width: 26%;
}
.tag_wrap ul.tag_switch li.btn_2 {
  width: 11%;
}
.tag_wrap ul.tag_switch li.btn_3 {
  width: 18%;
}
.tag_wrap ul.tag_switch li.btn_4 {
  width: 23%;
}
.tag_wrap ul.tag_switch li.btn_5 {
  width: 20%;
}
.tag_wrap ul.tag_switch li.btn_6 {
  width: 27%;
}
.tag_wrap ul.tag_switch li.btn_7 {
  width: 27%;
}
.tag_wrap .tag_contents {
  background-color: #fff;
  width: 100%;
  padding: 4%;
  display: none;
  min-height: 300px;
}
.tag_wrap .tag_contents.area_3 td strong span {
  color: #e00;
}
.tag_wrap .tag_contents.area_4 .f_box {
  gap: 2%;
  margin-bottom: 1em;
  align-items: center;
}
.tag_wrap .tag_contents.area_4 .f_box .text_area {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 3%;
}
.tag_wrap .tag_contents.area_4 .f_box p {
  line-height: 1.5em;
}
.tag_wrap .tag_contents.area_4 .f_box p strong {
  font-size: 1.25em;
  display: block;
  margin-bottom: 0.5em;
}
.tag_wrap .tag_contents.area_4 .f_box p:has(img) {
  width: 30%;
}
.tag_wrap .tag_contents.area_4 .f_box .circle {
  background-color: #026b93;
  color: #fff;
  border-radius: 100%;
  aspect-ratio: 1/1;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 0.1em;
  width: 8em;
  font-weight: 800;
  font-size: 1.25em;
}
.tag_wrap .tag_contents.area_4 .f_box .circle span {
  font-size: 1.35em;
  margin-bottom: 0.25em;
  display: block;
}
.tag_wrap .tag_contents.area_4 table th.bdr_l, .tag_wrap .tag_contents.area_4 table td.bdr_l {
  border-left: #a2cede solid 1px;
}
.tag_wrap .tag_contents.area_6 p.ttl {
  font-size: clamp(20px, 2vw, 30px);
  text-align: center;
  line-height: 1.5em;
  font-weight: 800;
  color: #0c394f;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1em;
}
.tag_wrap .tag_contents.area_6 p.ttl::before, .tag_wrap .tag_contents.area_6 p.ttl::after {
  position: absolute;
  display: block;
  content: "";
  width: 4px;
  height: 100%;
  background: #0c394f;
  inset: 0 0 0 0;
}
.tag_wrap .tag_contents.area_6 p.ttl::before {
  margin: auto auto auto 0;
  left: -1em;
  transform: rotate(-25deg);
}
.tag_wrap .tag_contents.area_6 p.ttl::after {
  margin: auto 0 auto auto;
  right: -1em;
  transform: rotate(25deg);
}
.tag_wrap .tag_contents.area_6 p.ttl span {
  background: linear-gradient(transparent 60%, #ffe400 60%);
}
.tag_wrap .tag_contents.area_6 p:has(img) {
  width: 32%;
  margin-bottom: 0;
}
.tag_wrap .tag_contents.area_6 .table_bdrwrap {
  width: 65%;
  height: -moz-fit-content;
  height: fit-content;
}
.tag_wrap .tag_contents.area_6 .table_bdrwrap th, .tag_wrap .tag_contents.area_6 .table_bdrwrap td {
  padding: 1em;
}
.tag_wrap .tag_contents.area_6 .table_bdrwrap th {
  background-color: #026b93;
  color: #fff;
}
.tag_wrap .tag_contents.area_6 a {
  text-decoration: underline;
}
.tag_wrap .tag_contents.area_7 p.ttl {
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.5em;
  font-weight: 800;
  color: #0c394f;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1em 0;
}
.tag_wrap .tag_contents.area_7 p.ttl span {
  background: linear-gradient(transparent 60%, #ffe400 60%);
}
.tag_wrap .tag_contents.area_7 .f_box {
  gap: 3%;
}
.tag_wrap .tag_contents.area_7 .f_box p:has(img) {
  width: 32%;
  margin-bottom: 0;
}
.tag_wrap .tag_contents.area_7 .f_box .txt {
  width: 65%;
}
.tag_wrap .tag_contents.area_7 .f_box .txt table {
  width: 100%;
}
.tag_wrap .tag_contents.area_7 .f_box .txt table th, .tag_wrap .tag_contents.area_7 .f_box .txt table td {
  padding: 1em;
}
.tag_wrap .tag_contents.area_7 .f_box .txt table th {
  width: 30%;
  background-color: #026b93;
  color: #fff;
}
.tag_wrap .tag_contents.active {
  display: block;
}
.tag_wrap .tag_contents table {
  border-collapse: collapse;
  width: 100%;
}
.tag_wrap .tag_contents table th, .tag_wrap .tag_contents table td {
  padding: 1em;
  line-height: 1.25em;
}
.tag_wrap .tag_contents table thead th {
  background-color: #026b93;
  color: #fff;
  text-align: center;
}
.tag_wrap .tag_contents table tbody th {
  width: 20%;
  font-size: 1.15em;
}
.tag_wrap .tag_contents table tbody td p {
  line-height: 1.25em;
}
.tag_wrap .tag_contents table tbody td strong {
  font-size: 1.15em;
  text-align: center;
}
.tag_wrap .tag_contents table tbody td p:has(img) {
  text-align: left;
}
.tag_wrap .tag_contents table tbody td p:has(img) img + img {
  margin-left: 2em;
  max-width: 40%;
}
@media screen and (max-width: 1023px) {
  .tag_wrap .tag_contents.area_4 .f_box {
    flex-flow: wrap;
  }
  .tag_wrap .tag_contents.area_4 .f_box .text_area {
    flex-flow: column;
    width: 56%;
    justify-content: center;
  }
  .tag_wrap .tag_contents.area_4 .f_box .text_area .circle {
    width: 6.75em;
    font-size: 1.1em;
  }
  .tag_wrap .tag_contents.area_4 .f_box .text_area .circle + p {
    margin-top: 1em;
  }
  .tag_wrap .tag_contents.area_4 .f_box p:has(img) {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .tag_wrap ul.tag_switch {
    flex-flow: wrap;
    gap: 0.5em;
  }
  .tag_wrap ul.tag_switch li {
    border-width: 1px;
    display: flex;
    align-items: center;
    margin-bottom: 0.25em;
    border-radius: 8px;
  }
  .tag_wrap ul.tag_switch li a {
    padding: 0.5em 0;
    margin: 0 auto;
  }
  .tag_wrap ul.tag_switch li.btn_1 {
    width: 37%;
  }
  .tag_wrap ul.tag_switch li.btn_2 {
    width: 22%;
  }
  .tag_wrap ul.tag_switch li.btn_3 {
    width: 36%;
  }
  .tag_wrap ul.tag_switch li.btn_4 {
    width: 50%;
  }
  .tag_wrap ul.tag_switch li.btn_5 {
    width: 47%;
  }
  .tag_wrap ul.tag_switch li.btn_6 {
    width: 45%;
  }
  .tag_wrap ul.tag_switch li.btn_7 {
    width: 52%;
  }
  .tag_wrap .tag_contents.area_1 img {
    width: 100%;
  }
  .tag_wrap .tag_contents.area_1 .w3 p:has(img) {
    width: 50%;
  }
  .tag_wrap .tag_contents.area_4 .f_box .text_area {
    width: 100%;
  }
  .tag_wrap .tag_contents.area_4 .f_box .circle {
    font-size: 1.35em;
    width: 7em;
    padding-top: 0.5em;
  }
  .tag_wrap .tag_contents.area_4 .f_box p:has(img) {
    margin-top: 1em;
    width: 100%;
  }
  .tag_wrap .tag_contents.area_6 .table_bdrwrap {
    width: 100%;
    margin-top: 1em;
  }
  .tag_wrap .tag_contents.area_6 p.ttl {
    width: 80%;
  }
  .tag_wrap .tag_contents.area_6 p.ttl::before, .tag_wrap .tag_contents.area_6 p.ttl::after {
    width: 2px;
    height: 80%;
  }
  .tag_wrap .tag_contents.area_6 p.ttl::before {
    left: -0.75em;
  }
  .tag_wrap .tag_contents.area_6 p.ttl::after {
    right: -0.75em;
  }
  .tag_wrap .tag_contents.area_6 p:has(img) {
    width: 60%;
  }
  .tag_wrap .tag_contents.area_6 table {
    width: 100%;
  }
  .tag_wrap .tag_contents.area_7 .f_box .txt {
    width: 100%;
  }
  .tag_wrap .tag_contents.area_7 .f_box .txt table th {
    width: 17%;
  }
  .tag_wrap .tag_contents.area_7 .f_box p:has(img) {
    width: 60%;
    margin-top: 1em;
  }
}

.table_bdrwrap {
  border: #a2cede solid 1px;
  border-radius: 10px;
  overflow: hidden;
}
.table_bdrwrap table th, .table_bdrwrap table td {
  border-right: #a2cede solid 1px;
  border-bottom: #a2cede solid 1px;
}
.table_bdrwrap table th.no_bdr_r, .table_bdrwrap table td.no_bdr_r {
  border-right: none;
}
.table_bdrwrap table th.no_bdr_b, .table_bdrwrap table td.no_bdr_b {
  border-bottom: none;
}
.table_bdrwrap table tr:last-child th,
.table_bdrwrap table tr:last-child td {
  border-bottom: none;
}
.table_bdrwrap table th:last-child,
.table_bdrwrap table td:last-child {
  border-right: none;
}
.table_bdrwrap + .table_bdrwrap {
  margin-top: 2.5%;
}

.main_text {
  background-color: #3e7088;
  color: #fff;
  padding: 2em 3%;
}
.main_text p {
  text-align: center;
  letter-spacing: 0.15em;
  font-size: clamp(16px, 2vw, 20px);
}
.main_text p strong {
  font-size: 1.25em;
}

.sec_player .inner.ex {
  width: min(1530px, 98vw);
  padding: 0;
}
.sec_player .inner.ex .splide {
  width: min(1300px, 86vw);
  margin: 0 auto;
}
.sec_player .inner.ex .splide a[target=_blank]::after {
  display: none;
}
.sec_player .inner.ex .splide a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .sec_player {
    padding-top: 0;
  }
  .sec_player .inner.ex {
    width: 80vw;
    padding: 0;
  }
  .sec_player .inner.ex .splide {
    width: 80vw;
  }
}

.sec_news {
  background: linear-gradient(0deg, rgba(4, 134, 162, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}
.sec_news .news-list {
  background-color: #fff;
  max-height: 300px;
  overflow-y: scroll;
  padding: 3%;
}
.sec_news .news-list .news-box .date-cat .date {
  font-size: 1.15em;
}
.sec_news .news-list .news-box .date-cat .cat {
  font-size: 0.85em;
}
.sec_news .news-list .news-box .date-cat .cat.news {
  color: #0c394f;
  background-color: #ffff00;
  padding: 0.1em 0.5em;
}
.sec_news .news-list .news-box .f_box {
  justify-content: space-between;
  align-items: flex-start;
}
.sec_news .news-list .news-box .f_box .title {
  font-size: 1.25em;
  margin-bottom: 0;
}
.sec_news .news-list .news-box .f_box .cts {
  padding-top: 5px;
}
.sec_news .news-list .news-box .f_box .cts a {
  color: #0c394f;
  border-bottom: #0c394f solid 1px;
  text-decoration: none;
}
.sec_news .news-list .news-box + .news-box {
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .sec_news .news-list .news-box .date-cat .date {
    font-size: 1em;
  }
  .sec_news .news-list .news-box .f_box {
    font-size: 12px;
    line-height: 1.5em;
  }
  .sec_news .news-list .news-box .f_box .cts {
    margin-right: auto;
    padding-top: 0;
  }
  .sec_news .news-list .news-box .f_box .cts a {
    font-size: 0.9em;
  }
}

.sec_event {
  background: rgba(4, 134, 162, 0.6);
}

.sec_campaign {
  background: url(../images/bg_02.webp) no-repeat 2% 98%, rgba(4, 134, 162, 0.6);
  background-size: 30.52vw auto;
}

@media screen and (max-width: 767px) {
  .table_scroll_wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table_scroll_wrap .table_bdrwrap {
    max-width: 600px;
    width: -moz-max-content;
    width: max-content;
  }
}
#player-carousel .splide__arrow {
  width: min(78px, 5vw);
  height: min(78px, 5vw);
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
#player-carousel .splide__arrow svg {
  display: none;
}
#player-carousel .splide__arrow.splide__arrow--prev {
  background-image: url("../images/btn_prev.webp");
  left: -6vw;
}
#player-carousel .splide__arrow.splide__arrow--next {
  background-image: url("../images/btn_next.webp");
  right: -6vw;
}
#player-carousel .player-box {
  background-color: #fff;
  width: 100%;
  height: 100%;
}
#player-carousel .player-box a {
  padding: 0.75em;
  display: flex;
  gap: 5%;
}
#player-carousel .player-box a .img-area {
  width: 40%;
}
#player-carousel .player-box a .img-area img {
  max-width: 125px;
  width: 100%;
}
#player-carousel .player-box a .detail-area {
  width: 55%;
}
#player-carousel .player-box a .detail-area p {
  color: #0c394f;
  margin-bottom: 0;
  line-height: 1.75em;
  font-weight: 600;
}
#player-carousel .player-box a .detail-area p.name {
  font-weight: 800;
  font-size: clamp(12px, 2vw, 24px);
}
#player-carousel .player-box a .detail-area .detail p {
  font-size: clamp(12px, 1.8vw, 18px);
}
@media screen and (max-width: 1440px) {
  #player-carousel .player-box a .detail-area p.name {
    font-size: 16px;
  }
  #player-carousel .player-box a .detail-area .detail p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  #player-carousel .player-box a .detail-area p.name {
    font-size: 1.75vw;
  }
  #player-carousel .player-box a .detail-area .detail p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  #player-carousel .player-box a .detail-area p.name {
    font-size: 4.7vw;
  }
  #player-carousel .player-box a .detail-area .detail p {
    font-size: 4.3vw;
  }
  #player-carousel .splide__arrow {
    width: min(78px, 8vw);
    height: min(78px, 8vw);
  }
  #player-carousel .splide__arrow.splide__arrow--prev {
    left: -9vw;
  }
  #player-carousel .splide__arrow.splide__arrow--next {
    right: -9vw;
  }
}

.sec_information h2 {
  margin-bottom: 0.25em;
}
.sec_information .info_date {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2%;
}
.sec_information .info_date span {
  background-color: #0c394f;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 800;
  padding: 0.5em;
}
.sec_information .info_date span.ttl {
  padding: 0.75em;
  text-align: center;
  margin-top: 0.75em;
  font-size: clamp(20px, 2vw, 30px);
}
.sec_information .info_date span.time {
  display: flex;
  align-items: center;
  aspect-ratio: 1/1;
  text-align: center;
  border-radius: 100%;
  line-height: 1.25em;
  font-size: clamp(20px, 2vw, 36px);
}
.sec_information p.t_c {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 800;
}
.sec_information .info_place p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  font-size: clamp(16px, 2vw, 28px);
  color: #0c394f;
  font-weight: 600;
}
.sec_information .info_place p span {
  font-weight: 800;
  background-color: #0486a2;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 0 0.5em;
  letter-spacing: 0.2em;
}
.sec_information .info_text {
  margin: 1.5em auto;
}
.sec_information .info_text p {
  display: flex;
  align-items: center;
  gap: 0.5em;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 0.5em 1em 0.5em 0.5em;
  font-size: clamp(16px, 1.85vw, 28px);
  line-height: 1;
  font-weight: 800;
  margin: 0 auto;
  letter-spacing: 0.075em;
}
.sec_information .info_text p span {
  background-color: #0c394f;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 0.5em;
}
.sec_information .info_table {
  border-collapse: collapse;
  width: 100%;
  overflow: hidden;
}
.sec_information .info_table th, .sec_information .info_table td {
  background-color: #fff;
  font-size: clamp(12px, 2vw, 18px);
  vertical-align: middle;
  padding: 0.5em;
  text-align: center;
}
.sec_information .info_table thead th {
  background-color: #0c394f;
  color: #fff;
}
.sec_information .info_table thead th.bg_sb {
  background-color: #0486a2;
}
.sec_information .info_table thead th.t_lrg {
  font-size: clamp(14px, 2vw, 22px);
}
.sec_information .info_table tbody th {
  font-size: clamp(14px, 2vw, 20px);
}
.sec_information .info_table tbody th span {
  font-size: 0.85em;
}
.sec_information .info_table tbody td {
  font-weight: 500;
}
.sec_information .info_table tbody tr:nth-of-type(2n) th, .sec_information .info_table tbody tr:nth-of-type(2n) td {
  background-color: #f1f9fc;
}
.sec_information .info_counter {
  border-collapse: collapse;
  width: 100%;
  overflow: hidden;
}
.sec_information .info_counter th, .sec_information .info_counter td {
  background-color: #fff;
  font-size: clamp(12px, 2vw, 18px);
  vertical-align: middle;
  padding: 0.5em;
  text-align: center;
  line-height: 1.25em;
  font-weight: 500;
}
.sec_information .info_counter th {
  background-color: #0c394f;
  color: #fff;
  font-weight: 800;
}
.sec_information .info_counter td {
  background-color: #fff;
}
.sec_information .info_counter td:nth-of-type(1) {
  text-align: left;
  padding-left: 1.5em;
}
.sec_information .info_counter td:nth-of-type(1) strong {
  margin-left: -0.75em;
  font-size: 1.1em;
}
.sec_information .info_counter tbody th {
  background-color: #fff;
  color: #0c394f;
}
.sec_information .table_wrap {
  max-height: 500px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.sec_information .table_wrap::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, transparent, #aadbe7);
  inset: 0 0 -2px 0;
  margin: auto auto 0;
  z-index: 1;
}
.sec_information .table_wrap.active {
  max-height: none;
}
.sec_information .table_wrap.active::before {
  display: none;
}
.sec_information .table_open_btn {
  margin-top: 2em;
}
.sec_information .table_open_btn a {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 500px;
  width: 90%;
  letter-spacing: 0.1em;
  background-color: #0c394f;
  color: #fff;
  border-radius: 2em;
  padding: 1em;
  font-size: clamp(14px, 2vw, 20px);
  text-align: center;
  text-decoration: none;
}
.sec_information .table_open_btn a::after {
  position: absolute;
  display: block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  border-right: #fff solid 2px;
  border-bottom: #fff solid 2px;
  inset: 0 5% 0.4em 0;
  margin: auto 0 auto auto;
  transform: rotate(45deg);
  transition-duration: 0.5s;
}
.sec_information .table_open_btn a.active::after {
  transform: rotate(-135deg);
  inset: 0 5% -0.4em 0;
}
@media screen and (max-width: 768px) {
  .sec_information .info_date {
    width: 100%;
    flex-flow: column;
  }
  .sec_information .info_date img {
    width: 90%;
    margin: 1em auto;
  }
  .sec_information .info_place p {
    gap: 0.5em;
  }
  .sec_information .info_place p span {
    letter-spacing: 0.05em;
  }
  .sec_information .info_text p {
    flex-flow: column;
    width: 100%;
    padding: 0.5em;
  }
  .sec_information .info_text p span {
    width: 100%;
    text-align: center;
    font-size: 1.1em;
  }
}

.sec_bank {
  background: url(../images/bg_04.webp) no-repeat center top;
  background-size: cover;
  padding-top: 8%;
}
.sec_bank .f_box {
  display: flex;
}
.sec_bank .box_1 {
  background-color: #fff;
  position: relative;
  padding: 10% 6% 3%;
}
.sec_bank .box_1 h2 {
  position: absolute;
  z-index: 1;
  margin: 0 auto auto;
  top: -1.75em;
  right: 0;
  left: 0;
}
.sec_bank .box_1 .f_box {
  align-items: flex-start;
  gap: 1em;
}
.sec_bank .box_1 .f_box span {
  display: block;
  width: 5em;
  background-color: #0c394f;
  color: #fff;
  border-radius: 2em;
  text-align: center;
  padding: 0.5em 0.5em;
  font-weight: 600;
}
.sec_bank .box_1 .f_box.txt_1 p {
  line-height: 1.75em;
}
.sec_bank .box_1 .f_box.txt_2 {
  margin-top: 3%;
}
.sec_bank .box_1 .f_box.txt_2 span {
  width: 3.75em;
}
.sec_bank .box_1 .f_box.txt_2 p:has(img) {
  width: -moz-fit-content;
  width: fit-content;
}
.sec_bank .box_1 .f_box.txt_2 .data {
  width: 30%;
  min-width: 220px;
}
.sec_bank .box_1 .f_box.txt_2 .table_bdrwrap {
  margin-top: 1em;
}
.sec_bank .box_1 .f_box.txt_2 table {
  border-collapse: collapse;
  width: 100%;
}
.sec_bank .box_1 .f_box.txt_2 table th, .sec_bank .box_1 .f_box.txt_2 table td {
  padding: 0.5em;
  font-feature-settings: "palt";
}
.sec_bank .box_1 .f_box.txt_2 table th {
  background-color: #0486a2;
  color: #fff;
  font-weight: 400;
  text-align: left;
}
.sec_bank .box_1 .f_box.txt_2 table td {
  text-align: right;
  color: #0c394f;
}
@media screen and (max-width: 767px) {
  .sec_bank {
    padding-top: 16%;
  }
  .sec_bank .box_1 {
    padding-top: 20%;
  }
  .sec_bank .box_1 h2 {
    top: -2.5em;
  }
  .sec_bank .box_1 .f_box.txt_2 p {
    margin-bottom: 0;
  }
  .sec_bank .box_1 .f_box.txt_2 .data {
    width: 100%;
  }
  .sec_bank .box_1 .f_box.txt_2 .data span {
    width: 5em;
  }
}

.sec_banner {
  background-color: #333;
}
.sec_banner #banner-carousel a[target=_blank]::after {
  content: "";
}
.sec_banner #banner-carousel .splide__arrow {
  width: 78px;
  height: 78px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
.sec_banner #banner-carousel .splide__arrow svg {
  display: none;
}
.sec_banner #banner-carousel .splide__arrow.splide__arrow--prev {
  background-image: url("../images/btn_prev.webp");
  left: 55px;
}
.sec_banner #banner-carousel .splide__arrow.splide__arrow--next {
  background-image: url("../images/btn_next.webp");
  right: 55px;
}
@media screen and (max-width: 1024px) {
  .sec_banner #banner-carousel .splide__arrow {
    width: 7vw;
    height: 7vw;
  }
  .sec_banner #banner-carousel .splide__arrow.splide__arrow--prev {
    background-size: 12vw auto;
    left: 1vw;
  }
  .sec_banner #banner-carousel .splide__arrow.splide__arrow--next {
    background-size: 12vw auto;
    right: 1vw;
  }
}

.broadcast header {
  position: relative;
}
.broadcast header .g_nav {
  position: relative;
  width: 100%;
  z-index: 100;
  height: auto;
}
.broadcast header .g_nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.broadcast main > .div_section {
  padding-top: 0;
}
.broadcast .mv {
  display: none;
}
.broadcast table {
  border-collapse: collapse;
  width: 100%;
}
.broadcast table th, .broadcast table td {
  padding: 1em;
  line-height: 1.25em;
}
.broadcast table thead th {
  background-color: #026b93;
  color: #fff;
  text-align: center;
}
.broadcast table tbody th {
  width: 20%;
  background-color: #026b93;
  color: #fff;
}
.broadcast table tbody td {
  background-color: #fff;
  line-height: 1.25em;
  font-size: clamp(12px, 3.1vw, 14px);
}
.broadcast table tbody td p, .broadcast table tbody td a {
  line-height: 1.25em;
  font-size: clamp(12px, 3.1vw, 14px);
}
.broadcast table tbody td strong {
  font-size: 1.15em;
  text-align: center;
}
.broadcast table tbody td p:has(img) {
  text-align: left;
}
.broadcast table tbody td p:has(img) img + img {
  margin-left: 2em;
  max-width: 40%;
}
.broadcast table tbody td .f_box p, .broadcast table tbody td .f_box a {
  font-size: clamp(11px, 3.4vw, 12px);
}
.broadcast table.table_1 th {
  width: 43%;
  vertical-align: middle;
}
.broadcast table.table_1 td {
  width: 57%;
}
.broadcast table.table_1 td p span.time_table_span {
  padding-left: 3em;
}
.broadcast table.table_1 td p:has(img) {
  text-align: center;
  margin-bottom: 0;
}
.broadcast table.table_1.ext th:nth-child(1) {
  width: 18%;
}
.broadcast table.table_1.ext th:nth-child(2) {
  width: 52%;
}
.broadcast table.table_1.ext th:nth-child(3) {
  width: 30%;
}
.broadcast table.table_1.ext td {
  width: auto;
  text-align: center;
}
.broadcast table.table_1.ext_3 th {
  background-color: #000e40;
}
.broadcast table.table_1.ext_3 td p {
  line-height: 1.5em;
}
.broadcast h2 {
  font-size: clamp(16px, 2vw, 24px);
  background: #000e40;
  color: #fff;
  padding: 0.5em;
  margin-bottom: 1em;
  border-radius: 6px;
  text-align: center;
  line-height: 1.5em;
  text-shadow: none;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
@media screen and (max-width: 767px) {
  .broadcast {
    padding-top: 60px;
  }
  .broadcast header {
    position: fixed;
    top: 0;
    z-index: 100;
    height: 60px;
  }
  .broadcast .mv {
    display: block;
    margin: 2em auto 0;
  }
  .broadcast .mv img {
    width: 80%;
    max-width: 600px;
  }
  .broadcast table.table_1 th, .broadcast table.table_1 td {
    display: block;
    width: 100%;
    padding: 1em;
    line-height: 1.5em;
    font-size: 3.1vw;
  }
  .broadcast table.table_1 th .f_box, .broadcast table.table_1 td .f_box {
    flex-flow: wrap;
    margin-top: 1em;
    gap: 4%;
  }
  .broadcast table.table_1 th .f_box > *, .broadcast table.table_1 td .f_box > * {
    width: 48%;
    margin-bottom: 1em;
  }
  .broadcast table.table_1.ext th, .broadcast table.table_1.ext td {
    display: table-cell;
    padding: 1em 0.25em;
  }
  .broadcast table.table_1.ext_2 th, .broadcast table.table_1.ext_2 td {
    width: 100%;
  }
}

.access header {
  position: relative;
}
.access header .g_nav {
  position: relative;
  width: 100%;
  z-index: 100;
  height: auto;
}
.access header .g_nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.access main > .div_section {
  padding-top: 0;
}
.access .mv {
  display: none;
}
.access h2 {
  font-size: clamp(16px, 2vw, 24px);
  background: #000e40;
  color: #fff;
  padding: 0.5em;
  margin-bottom: 1em;
  border-radius: 6px;
  text-align: center;
  line-height: 1.5em;
  text-shadow: none;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
.access h3 {
  font-size: clamp(16px, 2vw, 20px);
  background: #026b93;
  color: #fff;
  padding: 0.5em;
  margin-bottom: 1em;
  border-radius: 6px;
  text-align: center;
  line-height: 1.5em;
  text-shadow: none;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
.access .map_box {
  background-color: #fff;
  padding: 3%;
}
.access .map_box .f_box {
  gap: 3%;
}
.access .map_box .f_box p {
  width: 55%;
  margin-bottom: 0;
}
.access .map_box .f_box .box_video {
  width: 50%;
  aspect-ratio: 16/9;
  height: 35.25%;
  padding-top: 35.25%;
  overflow: hidden;
}
.access table {
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin-top: 2.5%;
}
.access table th, .access table td {
  padding: 1em;
  border: #a2cede solid 1px;
  line-height: 1.25em;
}
.access table thead th {
  background-color: #026b93;
  color: #fff;
  text-align: center;
}
.access table tbody th {
  width: 40%;
  background-color: #026b93;
  color: #fff;
  vertical-align: middle;
}
.access table tbody td {
  background-color: #fff;
  line-height: 1.25em;
  font-size: clamp(12px, 3.7vw, 14px);
}
.access table tbody td p, .access table tbody td a {
  line-height: 1.25em;
  font-size: clamp(12px, 3.7vw, 14px);
}
.access table tbody td strong {
  font-size: 1.15em;
  text-align: center;
}
.access table tbody td p:has(img) {
  text-align: left;
}
.access table tbody td p:has(img) img + img {
  margin-left: 2em;
  max-width: 40%;
}
.access table.time_table td {
  text-align: center;
}
.access p {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
.access p strong {
  font-size: 1.15em;
}
@media screen and (max-width: 767px) {
  .access {
    padding-top: 60px;
  }
  .access header {
    position: fixed;
    top: 0;
    z-index: 100;
    height: 60px;
  }
  .access .mv {
    display: block;
    margin: 2em auto 0;
  }
  .access .mv img {
    width: 80%;
    max-width: 600px;
  }
  .access .map_box .f_box p {
    width: 100%;
    margin-bottom: 5%;
  }
  .access .map_box .f_box .box_video {
    width: 100%;
  }
  .access table.time_table {
    width: 480px;
  }
  .access table.time_table tbody th {
    width: 25%;
  }
  .access table.time_table.table_2 {
    width: 540px;
  }
}
/*# sourceMappingURL=style.css.map */