@charset "UTF-8";
/* ===================================
VARIABLE
=================================== */
/* h1 40px */
/* h2 32px */
/* h3 28px */
/* h4 24px */
/* h5 20px */
/* h6 16px */
/* h7 14px */
/* h8 12px */
/* h9 10px */
/* 48px */
.h1 {
  font-size: 2.5rem; }

/* h1 40px */
.h2 {
  font-size: 2rem; }

/* h2 32px */
.h3 {
  font-size: 1.75rem; }

/* h3 28px */
.h4 {
  font-size: 1.5rem; }

/* h4 24px */
.h5 {
  font-size: 1.25rem; }

/* h5 20px */
.h6 {
  font-size: 1rem; }

/* h6 16px */
.h7 {
  font-size: 0.875rem; }

/* h7 14px */
.h8 {
  font-size: 0.75rem; }

/* h8 12px */
.h9 {
  font-size: 0.625rem; }

/* h9 10px */
.clh5h6 {
  font-size: clamp(1rem, 3vw, 1.25rem); }

.pink_color {
  color: #E06E7B; }

.text_color {
  color: black; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 240px; }

body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: black !important;
  font-size: clamp(0.875rem, 3vw, 1rem);
  padding: 0;
  line-height: 2; }

/* ===================================
COMMON
=================================== */
.main_container {
  margin: 0 auto;
  width: 95%;
  max-width: 1200px; }

.bold {
  font-weight: bold; }

p {
  margin: 0;
  padding: 0; }

table th, table td {
  margin: 0;
  font-weight: normal; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0; }

dl {
  margin: 0; }
  dl dt, dl dd {
    margin: 0;
    font-weight: normal; }

a {
  color: #419C9E;
  text-decoration: none;
  transition: .5s all; }

.width95 {
  width: 95%;
  margin: 0 auto; }

.width90 {
  width: 90%;
  margin: 0 auto; }

.width80 {
  width: 80%;
  margin: 0 auto; }

.width60 {
  width: 60%;
  margin: 0 auto; }

.width70 {
  width: 70%;
  margin: 0 auto; }

.width50 {
  width: 50%;
  margin: 0 auto; }

.width30 {
  width: 30%;
  margin: 0 auto; }

.__w95 {
  width: clamp(330px, 80vw, calc(1200px * 0.95));
  margin: 0 auto; }

.__w90 {
  width: clamp(330px, 80vw, calc(1200px * 0.9));
  margin: 0 auto; }

.__w80 {
  width: clamp(330px, 80vw, calc(1200px * 0.8));
  margin: 0 auto; }

.__w70 {
  width: clamp(330px, 80vw, calc(1200px * 0.7));
  margin: 0 auto; }

.__w60 {
  width: clamp(330px, 80vw, calc(1200px * 0.6));
  margin: 0 auto; }

.__w50 {
  width: clamp(330px, 80vw, calc(1200px * 0.5));
  margin: 0 auto; }

.__w40 {
  width: clamp(330px, 80vw, calc(1200px * 0.4));
  margin: 0 auto; }

.__w30 {
  width: clamp(330px, 80vw, calc(1200px * 0.3));
  margin: 0 auto; }

.w520only {
  display: none !important; }

.w960only {
  display: none !important; }

.btn:hover {
  border-color: transparent; }

.btn_solid {
  display: inline-block;
  font-size: clamp(1rem, 3vw, 1.25rem);
  background: white;
  color: #419C9E;
  padding: 0.5rem 2rem;
  width: clamp(18rem, 20vw, 20rem);
  border: 2px solid #419C9E;
  box-shadow: 7px 7px 0 #419C9E;
  border-radius: 0;
  transition: all .5s; }
  .btn_solid:hover {
    color: #419C9E;
    box-shadow: unset;
    border: 2px solid #419C9E;
    transform: translate(-4px, 0); }

a[href^="tel:"] {
  pointer-events: none; }

.secPdg {
  padding: 5vmax 0; }

.btnArea {
  padding: 3.5rem 0;
  text-align: center; }

/* ===================================
*HEADER
=================================== */
.logo {
  width: 3rem; }

.nav_logo {
  width: 8rem; }

/*----------------------------------------------------navigation */
.nav_brand {
  position: relative; }

/*
.show_menu { height: 100%;
  overflow-y: scroll; }
*/
.fixed_top {
  position: fixed;
  width: 100%;
  background: white;
  z-index: 1000; }
  .fixed_top .nav_bar {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    align-items: center;
    max-width: 1200px;
    margin: auto; }
    .fixed_top .nav_bar .nav_menu {
      display: none; }
      .fixed_top .nav_bar .nav_menu.open {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: none;
        z-index: -1; }
        .fixed_top .nav_bar .nav_menu.open .itemBox {
          position: relative;
          z-index: 0;
          background: white; }
          .fixed_top .nav_bar .nav_menu.open .itemBox .bgImg {
            position: absolute;
            top: 0;
            height: 100%;
            object-fit: cover;
            opacity: 60%;
            z-index: -1; }
        .fixed_top .nav_bar .nav_menu.open .openArea {
          display: flex;
          justify-content: center;
          padding: 10vmax 0 5vmax; }
        .fixed_top .nav_bar .nav_menu.open .menuListBox {
          display: flex;
          flex-direction: column;
          justify-content: space-around;
          height: 100%;
          width: 10rem; }
          .fixed_top .nav_bar .nav_menu.open .menuListBox .menuList {
            line-height: 3;
            text-align: center;
            padding: 0 0 1vmax 0; }

.menuListBox_main {
  display: flex;
  justify-content: flex-end;
  width: 100%; }
  .menuListBox_main li {
    margin: auto 1rem; }

.menuList a {
  position: relative;
  color: black;
  text-decoration: none; }
  .menuList a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #419C9E;
    bottom: -1px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: .5s all; }
  .menuList a:hover::after {
    transform: scale(1, 1); }

.topSpace {
  padding-top: 45px; }

/* ===================================
*MENU MEDIA
=================================== */
@media screen and (max-width: 960px) {
  .nav_button {
    display: flex;
    align-items: center; }
    .nav_button .openBtn {
      position: relative;
      cursor: pointer;
      width: 45px;
      height: 45px;
      border-radius: 5px; }
      .nav_button .openBtn span {
        display: inline-block;
        transition: all .4s;
        /*アニメーションの設定*/
        position: absolute;
        left: 14px;
        width: 70%;
        height: 2px;
        border-radius: 2px;
        background: black; }
        .nav_button .openBtn span:nth-of-type(1) {
          top: 16px; }
        .nav_button .openBtn span:nth-of-type(2) {
          top: 24px; }
        .nav_button .openBtn span:nth-of-type(3) {
          top: 32px; }

  .openBtn.active span:nth-of-type(1) {
    top: 16px;
    left: 18px;
    transform: translateY(5px) rotate(45deg);
    width: 70%; }

  .openBtn.active span:nth-of-type(2) {
    opacity: 0; }

  .openBtn.active span:nth-of-type(3) {
    top: 26;
    left: 18px;
    transform: translateY(-10px) rotate(-45deg);
    width: 70%; } }
@media screen and (max-width: 520px) {
  /*----------------------------------------------------header 520*/
  .fixed_top .nav_bar .nav_menu.open .openArea {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
  .fixed_top .nav_bar .nav_menu.open .menuListBox {
    width: 80%;
    margin: auto; } }
/* ===================================
*FOOTER
=================================== */
footer .box .ylm_front {
  padding: 0.5vmax;
  margin: auto auto 1rem; }
footer .box .linkBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%; }
  footer .box .linkBox a {
    margin-bottom: 0.5rem;
    text-decoration: underline; }
footer .sponsorLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2vmax 0; }
  footer .sponsorLogo img {
    margin: auto 1vmax;
    transition: .5s all; }

.floatingBtn {
  position: fixed;
  right: 3vmax;
  z-index: 1;
  transition: .5s all; }
  .floatingBtn img {
    width: clamp(6rem, 15vw, 10rem);
    filter: drop-shadow(0 0 3px #2E3840); }
  .floatingBtn:hover {
    filter: brightness(120%); }

.floatingBtn.is-active {
  opacity: 1;
  bottom: 3rem;
  transition: 0.5s all; }

.fadeIn {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 3s; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1.0; } }
/* ===================================
*INDEX
=================================== */
a {
  color: #419C9E; }
  a:hover {
    color: #7EC256; }

.en {
  font-family: "Antonio", sans-serif;
  font-optical-sizing: auto;
  font-style: normal; }

.secTitle {
  font-weight: bold;
  text-align: center;
  padding-bottom: 5vmax; }
  .secTitle .jpTtl {
    position: relative;
    font-size: clamp(1.25rem, 3vw, 1.5rem); }
    .secTitle .jpTtl:after {
      content: "";
      position: absolute;
      inset: 0 0 -4rem 0;
      width: 10rem;
      height: 3px;
      display: inline-block;
      background-color: #419C9E;
      margin: auto; }
  .secTitle .enTtl {
    margin-top: 1rem; }

.subTitle {
  border: 3px double #3B7EA5;
  background: white;
  text-align: center;
  margin-bottom: 1vmax; }

.bg_color {
  background: #F7F7F7; }

.ruleBtn_y, .ruleBtn_b {
  font-size: clamp(0.75rem, 3vw, 0.875rem);
  color: white;
  background: #419C9E;
  padding: 0.25rem 2rem;
  border-radius: 50px;
  transition: .5s all; }
  .ruleBtn_y:hover, .ruleBtn_b:hover {
    box-shadow: 2px 2px 5px #58595B; }

.ruleBtn_b {
  background: #7EC256; }

.note {
  font-size: clamp(0.75rem, 3vw, 0.875rem);
  color: #58595B;
  padding-top: 0.5rem; }

.noteIndent {
  font-size: clamp(0.75rem, 3vw, 0.875rem);
  color: #58595B;
  padding-top: 0.5rem;
  text-indent: -1em;
  padding-left: 1em; }

/*---------------------------------------------------- *INDEX secIndexAbout */
.secIndexAbout .textBox p:first-child {
  font-size: clamp(1rem, 3vw, 1.25rem);
  color: #419C9E;
  font-weight: bold;
  margin-bottom: 3vmax; }

/*---------------------------------------------------- *INDEX secIndexNews */
.secIndexNews .newsBox .newsList {
  opacity: 1;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 0.5px dashed #58595B;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }
  .secIndexNews .newsBox .newsList .date {
    color: #419C9E; }
.secIndexNews .readMoreBox {
  color: #419C9E;
  text-align: center;
  margin: 1vmax auto; }
  .secIndexNews .readMoreBox .moreBtn {
    position: relative;
    z-index: 10000;
    cursor: pointer; }
    .secIndexNews .readMoreBox .moreBtn i {
      margin-right: 0.5rem;
      transition: .5s all; }
    .secIndexNews .readMoreBox .moreBtn:hover i {
      transform: rotate(45deg); }
.secIndexNews .newsList.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0; }
.secIndexNews .readMoreBox.is-hidden {
  display: none; }

/*---------------------------------------------------- *INDEX secIndexSummary */
.normal {
  font-weight: normal !important; }

.secIndexSummary .theme {
  font-size: clamp(1rem, 3vw, 1.75rem);
  font-weight: bold;
  color: #419C9E;
  line-height: 1.5; }
  .secIndexSummary .theme span {
    font-size: clamp(1rem, 3vw, 1.25rem);
    color: black;
    font-weight: normal; }
.secIndexSummary .contentsBox {
  margin-bottom: 5vmax; }
  .secIndexSummary .contentsBox .term {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: bold; }
    .secIndexSummary .contentsBox .term span {
      background-color: black;
      color: white;
      font-weight: normal;
      font-size: clamp(1rem, 3vw, 1.25rem);
      padding: 0 3px; }
  .secIndexSummary .contentsBox small {
    font-weight: bold; }
  .secIndexSummary .contentsBox a {
    text-decoration: underline; }
  .secIndexSummary .contentsBox .imgBox {
    border: 1px solid;
    background: white;
    margin-top: 2vmax;
    padding: 2vmax; }
    .secIndexSummary .contentsBox .imgBox .summaryImg {
      width: clamp(15rem, 22vw, 20rem);
      margin: auto auto 2vmax; }
    .secIndexSummary .contentsBox .imgBox p {
      display: flex;
      justify-content: center;
      font-size: clamp(0.75rem, 3vw, 0.875rem);
      color: #58595B;
      line-height: 1.5; }
.secIndexSummary .btnArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 5vmax; }
  .secIndexSummary .btnArea .text {
    display: inline-block;
    margin-bottom: 1rem;
    background: #419C9E;
    color: white;
    padding: 0.25rem 2vmax;
    line-height: 1.5; }
  .secIndexSummary .btnArea .note {
    color: black;
    font-weight: bold;
    margin-top: 0.5rem; }
  .secIndexSummary .btnArea .disable {
    background: lightgray;
    color: #58595B;
    box-shadow: 7px 7px 0 #58595B;
    border: 2px solid #58595B;
    pointer-events: none; }
  .secIndexSummary .btnArea .down {
    font-size: clamp(1rem, 3vw, 1.25rem);
    color: black;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.5; }

/*---------------------------------------------------- *secIndexWinningWorks */
.secIndexWinningWorks .workBox {
  margin-bottom: 5vmax;
  text-align: center;
  line-height: 1.5; }
  .secIndexWinningWorks .workBox .works {
    margin-bottom: 0.5rem;
    transition: .5s all; }
  .secIndexWinningWorks .workBox .prize {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem; }
    .secIndexWinningWorks .workBox .prize p {
      font-size: clamp(1.25rem, 3vw, 1.5rem);
      font-weight: bold; }
    .secIndexWinningWorks .workBox .prize .trophy {
      width: 5rem;
      margin: 0 0.5rem 0 0 !important; }
  .secIndexWinningWorks .workBox .prize02 p, .secIndexWinningWorks .workBox .prize03 p, .secIndexWinningWorks .workBox .prize04 p {
    font-size: clamp(1rem, 3vw, 1.25rem); }
  .secIndexWinningWorks .workBox .prize02 .trophy, .secIndexWinningWorks .workBox .prize03 .trophy, .secIndexWinningWorks .workBox .prize04 .trophy {
    width: 4rem; }
  .secIndexWinningWorks .workBox .prize03 .trophy, .secIndexWinningWorks .workBox .prize04 .trophy {
    width: clamp(2rem, 5vw, 4rem); }
  .secIndexWinningWorks .workBox .title {
    font-size: clamp(1rem, 3vw, 1.25rem);
    font-weight: bold; }
  .secIndexWinningWorks .workBox .name {
    color: #58595B;
    margin-bottom: 0.5rem; }
  .secIndexWinningWorks .workBox .station {
    text-decoration: underline; }
  .secIndexWinningWorks .workBox .box:hover .works {
    box-shadow: 1px 1px 8px #2E3840;
    transform: scale(1.025); }
.secIndexWinningWorks .btnArea .ruleBtn_y {
  font-size: clamp(1rem, 3vw, 1.25rem);
  padding: 0.5rem 3rem; }
  .secIndexWinningWorks .btnArea .ruleBtn_y:hover {
    color: #419C9E;
    border: 1px solid #419C9E;
    background: white; }

.works_modal .prize {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem; }
  .works_modal .prize .trophy {
    width: 3rem; }
.works_modal .worksTitle {
  text-align: center;
  margin-bottom: 2vmax;
  line-height: 1.5; }
  .works_modal .worksTitle p:first-child {
    font-size: clamp(1rem, 3vw, 1.25rem);
    font-weight: bold; }
  .works_modal .worksTitle p:last-child {
    font-size: clamp(0.75rem, 3vw, 0.875rem);
    color: #58595B; }
.works_modal .contents {
  font-size: clamp(0.75rem, 3vw, 0.875rem);
  margin-bottom: 2vmax; }
  .works_modal .contents p:first-child {
    margin-bottom: 0.5rem; }
.works_modal .btnArea {
  padding: 0 0 1rem; }
.works_modal .btn:hover {
  color: white; }
.works_modal .comment {
  position: relative;
  margin: 2rem 0;
  padding: 2vmax;
  border: solid 2px #419C9E; }
  .works_modal .comment .title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    background: white;
    font-weight: bold; }
  .works_modal .comment .text {
    font-size: clamp(0.75rem, 3vw, 0.875rem);
    margin: 0;
    padding: 0;
    line-height: 1.5; }
    .works_modal .comment .text p {
      margin-bottom: 0.5rem; }
      .works_modal .comment .text p span {
        font-weight: bold;
        color: #419C9E; }

/*---------------------------------------------------- *secIndexAward */
.secIndexAwards .awardsBox_1, .secIndexAwards .awardsBox_2, .secIndexAwards .awardsBox_3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  margin: auto;
  line-height: 1.5; }
  .secIndexAwards .awardsBox_1 .award, .secIndexAwards .awardsBox_2 .award, .secIndexAwards .awardsBox_3 .award {
    font-size: 1.5rem;
    margin-top: 2vmax; }
    .secIndexAwards .awardsBox_1 .award span, .secIndexAwards .awardsBox_2 .award span, .secIndexAwards .awardsBox_3 .award span {
      font-size: 0.75rem; }
  .secIndexAwards .awardsBox_1 .prize span, .secIndexAwards .awardsBox_2 .prize span, .secIndexAwards .awardsBox_3 .prize span {
    font-size: 3rem;
    font-family: "Antonio", sans-serif; }
.secIndexAwards .awardsBox_2 .award {
  font-size: 1.25rem; }
.secIndexAwards .awardsBox_3 {
  font-weight: normal;
  margin-top: clamp(1.25rem, 3vw, 2.5rem); }
  .secIndexAwards .awardsBox_3 .award {
    font-size: 1rem;
    margin: 0 0 0.5rem; }

/*---------------------------------------------------- *secIndexJudges */
.secIndexJudges .judgesCommentsBox .commentArea {
  border: 1px solid #7EC256;
  padding: 2vmax 2vmax 0; }
  .secIndexJudges .judgesCommentsBox .commentArea .box {
    margin-bottom: 1rem; }
    .secIndexJudges .judgesCommentsBox .commentArea .box .note {
      padding-top: 0; }
.secIndexJudges .judgeBox {
  margin-bottom: 2rem;
  cursor: pointer; }
  .secIndexJudges .judgeBox img {
    margin-bottom: 0.5rem;
    transition: .5s all;
    border: 2px solid #F7F7F7; }
    .secIndexJudges .judgeBox img:hover {
      transform: scale(1.1); }
  .secIndexJudges .judgeBox .name {
    padding-bottom: 0.5rem; }
  .secIndexJudges .judgeBox .position {
    font-size: clamp(0.75rem, 3vw, 0.875rem);
    line-height: 1.5; }

.modalBox {
  border: 1px solid #3B7EA5;
  background: white;
  padding: 2vmax; }
  .modalBox .positionArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2vmax; }
    .modalBox .positionArea .box .name {
      padding-bottom: 0.5rem; }
    .modalBox .positionArea .box .position {
      font-size: clamp(0.75rem, 3vw, 0.875rem); }
    .modalBox .positionArea a:hover {
      filter: drop-shadow(1px 1px 2px #58595B); }
    .modalBox .positionArea .sns {
      width: 1.5rem; }
  .modalBox hr {
    border-bottom: 1px solid #3B7EA5;
    margin: 2rem auto; }
  .modalBox .backgroundArea p:not(:last-child) {
    margin-bottom: 0.5rem; }

.modal {
  padding: 80px 0; }

.modal__wrapper {
  display: none;
  position: fixed;
  top: 2rem;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%; }

.modal__layer {
  height: 100%;
  background: rgba(247, 247, 247, 0.85);
  cursor: pointer; }

.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: scroll;
  width: min(calc(100% - 40px), 1000px);
  max-height: calc(100% - 240px); }

.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: #323232;
  cursor: pointer;
  transition: opacity .6s; }

.modal__close:hover {
  opacity: .6; }

.modal__close:before, .modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: ''; }

.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg); }

.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg); }

.modal__content .modal__image img {
  width: 100%; }

/*---------------------------------------------------- *secIndexRule */
.secIndexRule .note {
  margin-bottom: 1vmax;
  padding-top: 0; }
.secIndexRule .ruleBox {
  font-size: clamp(0.75rem, 3vw, 0.875rem);
  color: #58595B;
  background: white;
  border: 1px solid #3B7EA5;
  border-radius: 15px;
  line-height: 1.75;
  padding: 3vw 4vw 2vw;
  margin-bottom: 2vmax; }
  .secIndexRule .ruleBox p {
    text-indent: -1em;
    padding-left: 1em; }
    .secIndexRule .ruleBox p small {
      padding-left: 1em; }
.secIndexRule .btnArea {
  margin: auto;
  padding: 2vmax 0 0; }
  .secIndexRule .btnArea img {
    border: 1px solid #58595B; }
  .secIndexRule .btnArea a {
    margin: 1rem; }
    .secIndexRule .btnArea a:hover {
      text-decoration: none;
      color: white; }
  .secIndexRule .btnArea .ruleBtn_y {
    display: flex;
    justify-content: center;
    font-size: clamp(1rem, 3vw, 1.25rem); }

/*---------------------------------------------------- *secSubWorkList */
.secSubFv {
  position: relative; }
  .secSubFv img {
    min-height: 150px;
    object-fit: cover;
    box-shadow: 0 0 3px lightgray; }
  .secSubFv p {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: bold; }

.postscript {
  color: #419C9E;
  margin: 0 0 1vmax 1rem;
  line-height: 1.5; }

.secStationMap .notice {
  font-size: 0.875rem;
  margin-bottom: 1rem;
  line-height: 1.5; }
  .secStationMap .notice .text {
    font-size: 0.75rem;
    color: #58595B;
    padding-left: 1em; }
.secStationMap img {
  margin-bottom: 2rem; }

/*---------------------------------------------------- *worklist.php */
.secSubWorkList .workBox {
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.5; }
  .secSubWorkList .workBox .works {
    margin-bottom: 0.5rem;
    transition: .5s all; }
  .secSubWorkList .workBox .title {
    display: flex;
    justify-content: center;
    align-items: center; }
    .secSubWorkList .workBox .title .trophy {
      width: 3rem;
      margin-bottom: 0 !important; }
  .secSubWorkList .workBox .name {
    color: #58595B;
    font-size: clamp(0.75rem, 3vw, 0.875rem);
    margin-bottom: 0.5rem; }
  .secSubWorkList .workBox .station {
    text-decoration: underline; }
  .secSubWorkList .workBox .box:hover .works {
    box-shadow: 1px 1px 8px #2E3840;
    transform: scale(1.025); }

/*---------------------------------------------------- *secIndexContact */
.title-border {
  display: flex;
  align-items: center; }
  .title-border:before, .title-border:after {
    content: "";
    border-top: 2px solid #419C9E;
    flex-grow: 1; }
  .title-border:before {
    margin-right: 2vmax; }
  .title-border:after {
    margin-left: 2vmax; }
  .title-border .secTitle {
    padding-bottom: 0; }
    .title-border .secTitle .jpTtl:after {
      content: none; }

.secIndexContact .contactInfo {
  text-align: center; }
  .secIndexContact .contactInfo p:first-child {
    font-weight: bold;
    margin-bottom: 2vmax; }
  .secIndexContact .contactInfo p:not(:first-child) {
    font-size: clamp(0.75rem, 3vw, 0.875rem);
    margin-bottom: 1vmax; }
.secIndexContact .mailBox {
  display: flex;
  justify-content: center;
  align-items: center; }
  .secIndexContact .mailBox i {
    font-size: 1.25rem;
    color: #419C9E;
    margin-right: 0.5rem; }

/*---------------------------------------------------- *secIndexOrganizer */
.secIndexOrganizer .organizerBox .img {
  width: clamp(17rem, 30vw, 25rem);
  margin: 3.5vmax auto; }
.secIndexOrganizer .noteIndent {
  margin-top: 2vmax; }
  .secIndexOrganizer .noteIndent p {
    margin-bottom: 1rem; }
.secIndexOrganizer .sponsorBox {
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly; }
  .secIndexOrganizer .sponsorBox a {
    display: inline-block; }
    .secIndexOrganizer .sponsorBox a:hover {
      transform: scale(1.2); }
  .secIndexOrganizer .sponsorBox .logo {
    width: 4rem; }
  .secIndexOrganizer .sponsorBox .sns {
    width: 2rem; }

/*---------------------------------------------------- *secIndexSwiper */
.swiperBox {
  width: 100%; }
  .swiperBox .swiper-wrapper {
    transition-timing-function: linear; }
    .swiperBox .swiper-wrapper .swiper-slide {
      margin: 0 0.5vw; }
  .swiperBox img {
    aspect-ratio: 1;
    object-fit: cover;
    width: clamp(210px, 51vw, 350px);
    min-width: 210px;
    min-height: 210px; }

/* ===================================
*MEDIA
=================================== */
/*960px以下　Tablet(mini)*/
@media screen and (max-width: 960px) {
  /*必要ならばここにコードを書く*/
  /*----------------------------------------------------common 960*/
  .w960only {
    display: block !important; }

  .w960none {
    display: none !important; }

  .width80, .width90 {
    width: 95%; } }
/*576-375px以下　SP*/
@media screen and (max-width: 520px) {
  /*必要ならばここにコードを書く*/
  /*----------------------------------------------------common 520*/
  .width95, .width90, .width80, .width60, .width70, .width50, .width30 {
    width: 100%; }

  .w520only {
    display: block !important; }

  .w520none {
    display: none !important; }

  /*----------------------------------------------------secIndexJudges 520*/
  .modalBox .positionArea {
    flex-direction: column;
    align-items: start; }
    .modalBox .positionArea .box {
      margin-bottom: 1vmax; }

  /*---------------------------------------------------- *worklist.php 520*/
  .secSubWorkList .workBox .title {
    flex-direction: column; }

  /*----------------------------------------------------secIndexContact 520*/
  /*----------------------------------------------------footer 520*/
  a[href^="tel:"] {
    pointer-events: auto; } }
.more_show_hidden {
  display: none;
  opacity: 0; }

.more_show_show {
  animation: fadeIn 1s ease; }

@keyframes fadeIn {
  0% {
    transform: translateY(100px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

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