@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
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, a, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, 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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  height: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

i, u, abbr, code, pre, address {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

input, select {
  vertical-align: middle;
}

button:hover img {
  opacity: 0.85;
}

button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
}

button::before, button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

button, button::before, button::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button:hover {
  cursor: pointer;
}

ul, ol, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* reset
===============================================================*/
html {
  width: 100%;
  font-size: 62.5%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  word-break: break-all;
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

:root {
  --bg-color: #7dc7ac;
  --base01: #7dc7ac;
  --base02:#fcd475;
  --base03:#6397cd;
  --base04:#fdf469;
  --font: #3a3937;
  --news-box:polygon(0 0, 100% 0, 100% 100%, 100% 88%, 98% 100%, 0% 100%);
}

img {
  vertical-align: bottom;
}

.wrap1400 {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
}

.wrap1200 {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}

.wrap1120 {
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
}

.wrap1040 {
  width: 100%;
  max-width: 1040px;
  margin-inline: auto;
}

.wrap1000 {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}

.wrap800 {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}

.wrap600 {
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
}

/* 背景不要の場合
===============================================================*/
/* 背景を幅100％に広げる場合
===============================================================*/
/* フォント
===============================================================*/
.serif {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif !important;
}

.gothic {
  font-family: BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif !important;
}

/* col
===============================================================*/
.w-100 {
  width: 100%;
}

.w-80 {
  width: 80%;
}

.w-75 {
  width: 75%;
}

.w-66 {
  width: 66%;
}

.w-60 {
  width: 60%;
}

.w-50 {
  width: 50%;
}

.w-49_75 {
  width: 49.75%;
}

.w-49_5 {
  width: 49.5%;
}

.w-48 {
  width: 48%;
}

.w-40 {
  width: 40%;
}

.w-33 {
  width: 33%;
}

.w-32 {
  width: 32%;
}

.w-30 {
  width: 30%;
}

.w-25 {
  width: 25%;
}

.w-24 {
  width: 24%;
}

.w-20 {
  width: 20%;
}

.w-10 {
  width: 10%;
}

/* text-align
===============================================================*/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/* スクロールアップ
===============================================================*/
.scroll-fade {
  opacity: 0;
  -webkit-transition: all 2s;
  transition: all 2s;
}

.scroll-up {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.-delay {
  opacity: 0;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  -webkit-transition: all 3s;
  transition: all 3s;
}

.scroll-up.done, .scroll-fade.done {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.load-fade {
  opacity: 0;
  -webkit-transition: all 2s;
  transition: all 2s;
}

.load-up {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 2s;
  transition: all 2s;
}

.load-up.done, .load-fade.done {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* リンク
===============================================================*/
a {
  color: var(--font);
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.85;
}

/* アンカー
===============================================================*/
.anchor {
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  .anchor {
    padding-top: 8%;
    margin-top: -8%;
  }
}

.anchor2 {
  padding-top: 150px;
  margin-top: -150px;
}
@media screen and (max-width: 768px) {
  .anchor2 {
    padding-top: 8%;
    margin-top: -8%;
  }
}

/* 表示切替
===============================================================*/
@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
.pc-narrow-only {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1380px) {
  .pc-narrow-only {
    display: block;
  }
}

.pc-not-tub-only {
  display: none;
}
@media screen and (min-width: 1060px) {
  .pc-not-tub-only {
    display: block;
  }
}

.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

.display-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* 余白
===============================================================*/
/*margin*/
.mg0 {
  margin: 0 !important;
}

.mg10 {
  margin: 10px !important;
}

.mg20 {
  margin: 20px !important;
}

.mg30 {
  margin: 30px !important;
}

.mg40 {
  margin: 40px !important;
}

.mg50 {
  margin: 50px !important;
}

.mgT0 {
  margin-top: 0px !important;
}

.mgT10 {
  margin-top: 10px !important;
}

.mgT20 {
  margin-top: 20px !important;
}

.mgT30 {
  margin-top: 30px !important;
}

.mgT40 {
  margin-top: 40px !important;
}

.mgT50 {
  margin-top: 50px !important;
}

.mgB0 {
  margin-bottom: 0px !important;
}

.mgB10 {
  margin-bottom: 10px !important;
}

.mgB20 {
  margin-bottom: 20px !important;
}

.mgB30 {
  margin-bottom: 30px !important;
}

.mgB40 {
  margin-bottom: 40px !important;
}

.mgB50 {
  margin-bottom: 50px !important;
}

.mgL0 {
  margin-left: 0px !important;
}

.mgL10 {
  margin-left: 10px !important;
}

.mgL20 {
  margin-left: 20px !important;
}

.mgL30 {
  margin-left: 30px !important;
}

.mgL40 {
  margin-left: 40px !important;
}

.mgL50 {
  margin-left: 50px !important;
}

.mgR0 {
  margin-right: 0px !important;
}

.mgR10 {
  margin-right: 10px !important;
}

.mgR20 {
  margin-right: 20px !important;
}

.mgR30 {
  margin-right: 30px !important;
}

.mgR40 {
  margin-right: 40px !important;
}

.mgR50 {
  margin-right: 50px !important;
}

/*padding*/
.pa0 {
  padding: 0 !important;
}

.pa5 {
  padding: 5px !important;
}

.pa10 {
  padding: 10px !important;
}

.pa20 {
  padding: 20px !important;
}

.pa30 {
  padding: 30px !important;
}

.pa40 {
  padding: 40px !important;
}

.pa50 {
  padding: 50px !important;
}

.paT0 {
  padding-top: 0px !important;
}

.paT10 {
  padding-top: 10px !important;
}

.paT20 {
  padding-top: 20px !important;
}

.paT30 {
  padding-top: 30px !important;
}

.paT40 {
  padding-top: 40px !important;
}

.paT50 {
  padding-top: 50px !important;
}

.paB0 {
  padding-bottom: 0px !important;
}

.paB10 {
  padding-bottom: 10px !important;
}

.paB20 {
  padding-bottom: 20px !important;
}

.paB30 {
  padding-bottom: 30px !important;
}

.paB40 {
  padding-bottom: 40px !important;
}

.paB50 {
  padding-bottom: 50px !important;
}

.paL0 {
  padding-left: 0px !important;
}

.paL10 {
  padding-left: 10px !important;
}

.paL20 {
  padding-left: 20px !important;
}

.paL30 {
  padding-left: 30px !important;
}

.paL40 {
  padding-left: 40px !important;
}

.paL50 {
  padding-left: 50px !important;
}

.paR0 {
  padding-right: 0px !important;
}

.paR10 {
  padding-right: 10px !important;
}

.paR20 {
  padding-right: 20px !important;
}

.paR30 {
  padding-right: 30px !important;
}

.paR40 {
  padding-right: 40px !important;
}

.paR50 {
  padding-right: 50px !important;
}

/*indent*/
.indent_1 {
  text-indent: -1em;
  margin-left: 1em;
}

.indent_2 {
  text-indent: -2em;
  margin-left: 2em;
}

.indent_3 {
  text-indent: -3em;
  margin-left: 3em;
}

.indent_4 {
  text-indent: -4em;
  margin-left: 4em;
}

.indent_5 {
  text-indent: -5em;
  margin-left: 5em;
}

.col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.col3 > * {
  width: 33.3%;
}

@media (max-width: 767px) {
  .mgB0_smp {
    margin-bottom: 0px !important;
  }
  .paB0_smp {
    padding-bottom: 0px !important;
  }
}
.slick-dots li {
  z-index: 1;
}

/* ベーススタイル
===============================================================*/
body {
  color: var(--font);
  background-color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  position: relative;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

img {
  width: 100%;
}

#wrapper {
  visibility: hidden;
  position: relative;
}

.wf-active #wrapper {
  visibility: visible;
}

/* 共通
===============================================================*/
main {
  height: 100%;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  main {
    padding-bottom: 5%;
  }
}
main article section {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (min-width: 769px) and (max-width: 1380px) {
  main article section {
    width: 98%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  main article section {
    padding: 5% 2% 3%;
  }
}
main article section h2 {
  color: #001a43;
  position: relative;
  font-weight: bold;
  line-height: 1;
  font-size: 46px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  main article section h2 {
    font-size: 32px;
    margin: 0 auto 5%;
  }
}
main article section h2 span {
  font-size: 70%;
}
main article section h2 b {
  color: #e60012;
  font-weight: inherit;
}

.cs {
  text-align: center;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .cs {
    font-size: 22px;
  }
}

/* 下層ページ
===============================================================*/
.lowerpage #wrapper .mv {
  margin-top: 70px;
  background: url(../image/lower-mv-bg.jpg) center center;
  padding-inline: calc(50% - 600px);
}
@media screen and (max-width: 768px) {
  .lowerpage #wrapper .mv {
    margin-top: 50px;
  }
}
.lowerpage #wrapper .mv h1 {
  position: relative;
  display: inline-block;
  font-size: 28px;
  color: #fff;
  background-color: #E0C364;
  background-color: #001a43;
  margin-block: 56px;
  padding-inline: 0.5em;
  font-weight: bold;
  position: relative;
}
.lowerpage #wrapper .mv h1::before {
  content: "";
  background-color: #e60012;
  width: 0.25em;
  height: 1.2em;
  display: block;
  position: absolute;
  left: -0.15em;
  top: 0;
}
.lowerpage #wrapper .mv h1.alphabet {
  font-size: 30px;
  margin-block: 54px;
}
@media screen and (max-width: 768px) {
  .lowerpage #wrapper .mv h1 {
    font-size: 16px;
    margin-left: 1em;
  }
  .lowerpage #wrapper .mv h1.alphabet {
    font-size: 18px;
  }
}
.lowerpage #wrapper main {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .lowerpage #wrapper main {
    margin-top: 20px;
  }
}
.lowerpage #wrapper main article section h2 {
  font-size: 24px;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .lowerpage #wrapper main article section h2 {
    font-size: 20px;
  }
}
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  background: #fff;
  position: fixed;
  z-index: 500;
  width: 100%;
  min-height: 70px;
  -webkit-filter: drop-shadow(3px 0 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(3px 0 3px rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 769px) {
  header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-inline: calc(50% - 600px);
  }
}
@media screen and (max-width: 768px) {
  header {
    margin-top: 0;
    min-height: auto;
    min-height: 50px;
  }
}
header h1 {
  margin: 0;
}
@media screen and (max-width: 768px) {
  header h1 {
    width: 42%;
  }
}
header h1 img {
  display: block;
  width: auto;
}
@media screen and (max-width: 768px) {
  header h1 img {
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  header h1 {
    width: 300px;
  }
}
header .header-right {
  width: calc(100% - 140px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (max-width: 768px) {
  header .header-right {
    width: 40%;
  }
}
header .header-right .icon {
  padding: 0 7.5px;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}
@media screen and (max-width: 768px) {
  header .header-right .icon {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding: 0 6px;
  }
}
header .header-right .icon a {
  width: 25px;
  display: block;
}
@media screen and (max-width: 768px) {
  header .header-right .icon a {
    width: 30px;
  }
}
header .header-right .icon a img {
  width: 100%;
}
header .header-right nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0 10px 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  header .header-right nav ul {
    margin-top: 0;
    background-color: #fff;
  }
}
header .header-right nav ul li {
  padding: 3px 12px;
}
@media screen and (min-width: 769px) and (max-width: 1380px) {
  header .header-right nav ul li {
    padding: 3px 5px;
  }
}
header .header-right nav ul li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #00a1e9;
  margin-left: -20px;
  left: 50%;
  bottom: -10px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
header .header-right nav ul li.current a {
  color: #e60012;
}
header .header-right nav ul li.sponsor {
  padding-right: 0;
}
header .header-right nav ul li a {
  font-weight: 700;
  font-size: 16px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  header .header-right nav ul li a {
    font-size: 16px;
  }
}
header .header-right nav ul li a:hover {
  color: #e60012;
  opacity: 1;
}
header .header-right nav ul li a:hover::after {
  width: 40px;
}
header .header-right nav ul li a.current {
  color: #e60012;
}
header .header-right nav ul li a.grayout {
  color: #aaa !important;
  cursor: default;
  pointer-events: none;
}
header .header-right .entry_btn {
  font-size: 18px;
  padding: 0.4em 20px;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  header .header-right .entry_btn {
    position: fixed;
    font-size: 16px;
    top: 0;
    right: 50px;
    margin: 0;
    padding: 0.75em 20px;
    height: 100%;
  }
}

#sp_trig {
  display: none;
}

@media screen and (max-width: 768px) {
  #sp_trig {
    margin: 0;
    display: block;
    width: 50px;
    height: 50px;
    background: #444;
    color: #fff;
    padding: 6px 5px 0;
    text-align: center;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    cursor: pointer;
  }
  #sp_trig u {
    display: block;
    width: 80%;
    height: 2px;
    border-radius: 10px;
    margin: 5px auto 5px;
    background: #fff;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  #sp_trig u:nth-child(1) {
    margin-top: 10px;
  }
  #sp_trig.open u:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
            transform: translateY(7px) rotate(-45deg);
  }
  #sp_trig.open u:nth-child(2) {
    opacity: 0;
  }
  #sp_trig.open u:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
            transform: translateY(-7px) rotate(45deg);
  }
  #sp_trig span {
    font-size: 10px;
    line-height: 1;
    font-weight: bold;
    display: block;
  }
  nav {
    width: calc(100% - 50px);
    max-width: 400px;
    background: #fff;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    opacity: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 100;
  }
  nav.open {
    opacity: 1;
    left: 0;
  }
  nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  nav ul li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0;
  }
  nav ul li a {
    padding: 20px;
    text-align: center;
    display: block;
    color: #444 !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  nav ul li a {
    text-align: left;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 768px) {
  nav ul li a:hover {
    background: #fff;
    color: #444;
    opacity: 1;
  }
  nav ul li a:hover::after {
    display: none;
  }
  #sp_close {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 99;
    cursor: pointer;
    top: 0;
    left: 0;
    display: none;
  }
}
#top {
  background-color: #f5f5f5;
}

.top-mv {
  position: relative;
  padding: 0;
  margin-top: 60px;
  padding-inline: calc(50% - 600px);
  background-color: #a90101;
  background: url(../image/mv-bg.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) and (max-width: 1380px) {
  .top-mv {
    padding-inline: 2%;
  }
}
@media screen and (max-width: 768px) {
  .top-mv {
    margin-top: 50px;
    padding-inline: 2%;
    margin-bottom: 5%;
  }
}

picture img {
  width: 100%;
  margin-block: 3% 7%;
  padding-inline: 250px;
}
@media screen and (min-width: 769px) and (max-width: 1380px) {
  picture img {
    margin-block: 6% 14%;
    padding-inline: 22%;
  }
}
@media screen and (max-width: 768px) {
  picture img {
    margin-block: 10% 15%;
    padding-inline: 5%;
  }
}

.lead {
  font-size: 18px;
  bottom: -18em;
  text-align: center;
  padding-bottom: 100px;
}
.lead h2 {
  font-size: 28px;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .lead h2 {
    font-size: 4.6vw;
  }
}
.lead h2 span {
  font-weight: bold;
  background-color: #e60012;
  color: #fff;
  display: inline-block;
  padding: 0 0.5em;
}
.lead p {
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #fff;
  line-height: 2.2;
  padding: 0 0.5em;
}
@media screen and (max-width: 768px) {
  .lead p {
    font-size: 3.3vw;
  }
}

#msg {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #msg {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #msg section {
    padding-top: 5%;
  }
}
#msg section .msg-innr .speaker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#msg section .msg-innr .speaker .txt {
  width: 67%;
}
#msg section .msg-innr .speaker .fig {
  width: 30%;
}

#video {
  margin-bottom: 5%;
}
#video .video-frame {
  max-width: 1000px;
  margin-inline: auto;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -webkit-box-sizing: unset;
          box-sizing: unset;
  padding-bottom: 1px;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#video .video-frame p {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 40px;
}

#news {
  margin-bottom: 5%;
}

#visual {
  margin-bottom: 2%;
}
#visual .col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2%;
}
#visual .col4 > * {
  width: 23.5%;
  margin-bottom: 3%;
  cursor: pointer;
}
#visual .col4 > * figure {
  position: relative;
}
#visual .col4 > * figure::after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  bottom: 10px;
  right: 5px;
  background: url(../image/icon-zoom.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #visual .col4 > * {
    width: 49%;
  }
}
#visual .col4 img {
  border: 1px solid #ccc;
  vertical-align: baseline;
}

#news #wrapper main article section .news-innr .news-wrap a {
  width: 100%;
}

.news-innr .news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-innr .news-wrap a {
  position: relative;
  width: 49.5%;
  display: block;
  padding: 20px;
  background-color: #ccc;
  clip-path: var(--news-box);
  margin-bottom: 1%;
  z-index: 0;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .news-innr .news-wrap a {
    width: 100%;
    margin-bottom: 2%;
    font-size: 16px;
  }
}
.news-innr .news-wrap a::after {
  content: "";
  position: absolute;
  display: block;
  top: 1px;
  bottom: 0.5px;
  left: 1px;
  right: 0.5px;
  background: #fff;
  clip-path: var(--news-box);
  z-index: -1;
}
.news-innr .news-wrap a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 2px;
  left: 2px;
  background-color: #4c8da1;
  z-index: -1;
}
.news-innr .news-wrap a .date {
  margin-top: 1em;
  font-size: 70%;
}
.news-innr .news-more {
  text-align: center;
  margin-top: 2%;
}
.news-innr .kome {
  margin-top: 4%;
}
@media screen and (max-width: 768px) {
  .news-innr .kome {
    margin-top: 16%;
  }
}

#aboutus #wrapper main article section h2 {
  font-size: 42px;
  text-align: center;
  color: #e60012;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  #aboutus #wrapper main article section h2 {
    font-size: 30px;
    margin-block: 0.5em 1em;
  }
}
#aboutus #wrapper main article section h2::before {
  display: none;
}
#aboutus #wrapper main article section h2 span {
  font-size: 70%;
  display: block;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  #aboutus #wrapper main article section h2 span {
    margin-top: 0.75em;
    line-height: 1.3;
  }
}
#aboutus #wrapper main article section p {
  font-size: 18px;
  line-height: 2.75;
  text-align: center;
  margin-block: 0 20px;
}
@media screen and (max-width: 768px) {
  #aboutus #wrapper main article section p {
    font-size: 14px;
    line-height: 2;
    margin-block: 0 10%;
  }
}
#aboutus #wrapper main article section p b {
  color: #001a43;
}
#aboutus #wrapper main article section p b.ft-l {
  font-size: 1.2em;
}

@media screen and (max-width: 768px) {
  #members #wrapper main article section {
    padding-top: 5%;
  }
}
#members #wrapper main article section h2 {
  text-align: center;
}
#members #wrapper main article section h2::before {
  content: none;
}
@media screen and (max-width: 768px) {
  #members #wrapper main article section .members-wrap {
    width: 90%;
    gap: 10%;
    margin-inline: auto;
  }
}
#members #wrapper main article section .members-wrap.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#members #wrapper main article section .members-wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 100%;
  margin-bottom: 2%;
  text-align: center;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 2%;
}
@media screen and (max-width: 768px) {
  #members #wrapper main article section .members-wrap li {
    margin-bottom: 7%;
    padding-bottom: 7%;
  }
}
#members #wrapper main article section .members-wrap li figure {
  width: 12%;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #bdbc7e;
}
@media screen and (max-width: 768px) {
  #members #wrapper main article section .members-wrap li figure {
    width: 30%;
  }
}
#members #wrapper main article section .members-wrap li figure img {
  width: 100%;
  vertical-align: middle;
}
#members #wrapper main article section .members-wrap li .role {
  display: inline-block;
  background-color: #cfad3d;
  padding: 0.1em 0.5em;
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #members #wrapper main article section .members-wrap li .role {
    font-size: 12px;
  }
}
#members #wrapper main article section .members-wrap li .name {
  font-weight: bold;
  text-align: left;
  font-size: 20px;
  margin-bottom: 0.5em;
  line-height: 1.2;
  width: 16%;
}
@media screen and (max-width: 768px) {
  #members #wrapper main article section .members-wrap li .name {
    font-size: 14px;
    width: 50%;
  }
}
#members #wrapper main article section .members-wrap li .name i {
  font-weight: inherit;
  font-size: 65%;
}
#members #wrapper main article section .members-wrap li .position {
  font-size: 14px;
  margin-top: 0.4em;
  display: block;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #members #wrapper main article section .members-wrap li .position {
    font-size: 12px;
  }
}
#members #wrapper main article section .members-wrap li .txt {
  width: 60%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #members #wrapper main article section .members-wrap li .txt {
    width: 100%;
    margin-top: 5%;
  }
}
#members #wrapper main article section .members-wrap li .col2 {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8%;
}
@media screen and (min-width: 769px) {
  #members #wrapper main article section .members-wrap li .col2:nth-child(odd) {
    border-right: 1px dotted #ddd;
  }
}
@media screen and (max-width: 768px) {
  #members #wrapper main article section .members-wrap li .col2 {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4%;
    margin-bottom: 7%;
    padding-bottom: 7%;
  }
  #members #wrapper main article section .members-wrap li .col2:nth-child(odd) {
    border-bottom: 1px dotted #ddd;
  }
}
#members #wrapper main article section .members-wrap li .col2 figure {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #members #wrapper main article section .members-wrap li .col2 figure {
    width: 30%;
  }
}
#members #wrapper main article section .members-wrap li .col2 .name {
  width: 50%;
}
#members #wrapper main article section + section {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #members #wrapper main article section + section {
    margin-top: 5%;
  }
}

#events #wrapper main article section p {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #sponsor section {
    padding-top: 5%;
  }
}
#sponsor section h2 {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  #sponsor section h2 {
    font-size: 24px;
  }
}
#sponsor section .sponsor-innr .logo-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4% 1%;
}
@media screen and (max-width: 768px) {
  #sponsor section .sponsor-innr .logo-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 2%;
  }
}
#sponsor section .sponsor-innr .logo-wrap figure {
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #sponsor section .sponsor-innr .logo-wrap figure {
    margin: 0 auto;
  }
}
#sponsor section .sponsor-innr .logo-wrap figure a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2% 10%;
}
@media screen and (max-width: 768px) {
  #sponsor section .sponsor-innr .logo-wrap figure a {
    padding: 4% 15%;
  }
}
#sponsor section .sponsor-innr .logo-wrap figure a img {
  display: block;
  width: 100%;
  height: auto;
}
#sponsor section .sponsor-innr .kome {
  margin-top: 4%;
}
@media screen and (max-width: 768px) {
  #sponsor section .sponsor-innr .kome {
    margin-top: 16%;
  }
}
#sponsor #org .org-innr .back {
  display: none;
}

#contact section .contact-innr iframe {
  width: 100%;
  height: 100%;
  min-height: 1300px;
}
@media screen and (max-width: 768px) {
  #contact section .contact-innr {
    min-height: 1300px;
  }
}
#contact #org .org-innr .back {
  display: none;
}

#page-top {
  bottom: 30px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: fixed;
  right: 10px;
  z-index: 10;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  #page-top {
    width: 50px;
    height: 50px;
    bottom: 2%;
  }
}

#page-top.visible {
  opacity: 1;
  visibility: visible;
}

#page-top:hover {
  scale: 1.2;
}

#page-top::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 1px solid #e60012;
  border-left: 1px solid #e60012;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-60%) translateX(-50%) rotate(45deg);
  -webkit-transform: translateY(-60%) translateX(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  #page-top::before {
    width: 16px;
    height: 16px;
  }
}

footer {
  background: #fff;
  padding: 20px;
  position: relative;
  width: 100%;
  margin-inline: auto;
  text-align: center;
}

/* もっと見るボタン
===============================================================*/
.view-btn a {
  display: inline-block;
  position: relative;
  border: 1px solid #444;
  font-size: 16px;
  padding: 0.6em 5em;
  text-align: center;
  border-radius: 5px;
  margin-block: 10px 20px;
  margin-inline: auto;
  color: #444;
  font-weight: bold;
  line-height: 1.2;
}
.view-btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.2em;
  width: 0.6em;
  height: 0.6em;
  margin: auto;
  border-top: 2px solid #444;
  border-right: 2px solid #444;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* スポンサーボタン
===============================================================*/
.header_btn {
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: 1px solid #444;
  font-size: 15.5px;
  padding: 0.35em 1em;
  text-align: center;
  border-radius: 5px;
  color: #444;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .header_btn {
    padding: 15px 10px;
    border: none;
  }
}
.header_btn:hover {
  border: 1px solid #e60012;
}

.modal_wrap .modal_overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7333333333);
  /* 追加 */
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -ms-touch-action: none;
      touch-action: none;
  /* 追加 */
}
.modal_wrap .modal_overlay::before, .modal_wrap .modal_overlay::after {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal_wrap .modal_overlay::-webkit-scrollbar {
  display: none;
}
.modal_wrap .modal_overlay .modal_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.modal_wrap .modal_overlay .modal_wrapper .modal_content {
  height: 94%;
  max-width: 1000px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal_wrap .modal_overlay .modal_wrapper .modal_content .modal-visual-wrap {
  margin-block: auto;
}
@media screen and (min-width: 1000px) {
  .modal_wrap .modal_overlay .modal_wrapper .modal_content .modal-visual-wrap {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .modal_wrap .modal_overlay .modal_wrapper .modal_content {
    width: 96%;
    height: auto;
    display: block;
  }
}
.modal_wrap .modal_overlay .modal_wrapper .modal_content .close_button {
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
  background: #fff;
  color: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 50px;
  height: 50px;
  border-radius: 40px;
  border: 1px solid #333;
  font-size: 30px;
  z-index: 110;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .modal_wrap .modal_overlay .modal_wrapper .modal_content .close_button {
    top: -20px;
    right: -5px;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    font-size: 25px;
  }
}
.modal_wrap .modal_overlay .modal_wrapper .modal_content .close_button::after {
  background: #444;
}
.modal_wrap .modal_overlay .modal_wrapper .modal_content .visual-wrap {
  height: 100%;
  width: auto;
}
.modal_wrap .modal_overlay .modal_wrapper .modal_content .visual-wrap figure {
  height: 100%;
  width: auto;
}
.modal_wrap .modal_overlay .modal_wrapper .modal_content .visual-wrap figure.img03 {
  aspect-ratio: 1/1 !important;
  height: 80%;
}
@media screen and (min-width: 769px) {
  .modal_wrap .modal_overlay .modal_wrapper .modal_content .visual-wrap figure img {
    height: 100%;
  }
}
.modal_wrap .modal_overlay .modal_wrapper .modal_content .visual-wrap figure img {
  width: auto;
}

#org .org-innr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#org .org-innr .organizer figure {
  max-width: 500px;
  width: 80%;
  margin: 50px auto 25px;
}
#org .org-innr .organizer p {
  text-align: center;
  line-height: 1.7;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #org .org-innr .organizer p {
    font-size: 14px;
  }
}
#org .org-innr .back {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  #org .org-innr .back {
    border-left: 1px solid #ccc;
  }
}
#org .org-innr .back figure {
  border-right: 1px solid #ccc;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #org .org-innr .back figure:last-child {
    border-right: none;
  }
}/*# sourceMappingURL=style.css.map */