@charset "UTF-8";
/* ===================================
VARIABLE
=================================== */
/* h1 40px */
/* h2 32px */
/* h3 28px */
/* h4 24px */
/* h5 20px */
/* h6 16px */
/* h7 14px */
/* h8 12px */
/* h9 10px */
/* 64px */
/* 56px */
.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 */
.bg_black {
  background-color: #1A1A1A; }

.bg_gray {
  background-color: #F7F7F7; }

.primaryColor {
  color: #EAB027; }

.topSpace {
  padding-top: 65px; }

html {
  scroll-behavior: smooth; }

* {
  min-height: 0vw;
  min-height: 0; }

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #1A1A1A !important;
  font-size: clamp(1rem, 3vw, 1.25rem);
  padding: 0;
  margin: 0;
  line-height: 1.75; }

/* ===================================
COMMON
=================================== */
.mainContainer {
  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: #1A1A1A;
  text-decoration: none;
  transition: .5s all; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w520only {
  display: none !important; }

.w960only {
  display: none !important; }

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

.secPdg {
  padding: 7.5vmax 0; }

.btnArea {
  text-align: center;
  margin: 7.5vmax auto; }

.btnSolid {
  background: #EAB027;
  border: 1px solid #EAB027;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: bold;
  padding: 0.75rem 2vmax;
  transition: .5s all; }
  .btnSolid:hover {
    background-color: #1A1A1A;
    border-color: #EAB027;
    color: #EAB027; }

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

.nav_logo {
  width: clamp(9rem, 15vw, 15rem); }

/*----------------------------------------------------navigation */
.nav_brand {
  position: relative;
  display: flex;
  align-items: center; }

/*
.show_menu { height: 100%;
  overflow-y: scroll; }
*/
.fixed_top {
  position: fixed;
  margin: auto;
  right: 0;
  left: 0;
  background-color: white;
  box-shadow: 1px 1px 3px gray;
  z-index: 1000; }
  .fixed_top .nav_bar {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 2rem;
    align-items: center;
    max-width: 95%;
    margin: auto;
    height: 65px; }
    .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: 15vmax 0 5vmax; }
        .fixed_top .nav_bar .nav_menu.open .menuListBox {
          display: flex;
          flex-direction: column;
          justify-content: space-around;
          height: 100%;
          width: 15rem; }
          .fixed_top .nav_bar .nav_menu.open .menuListBox .menuList {
            line-height: 1;
            font-size: 1rem;
            margin: 1rem auto;
            padding: 0 1rem 1vmax 0; }

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

.menuList a {
  position: relative;
  color: #1A1A1A;
  text-decoration: none; }
  .menuList a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #EAB027;
    bottom: -5px;
    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: 35px;
      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: #1A1A1A; }
        .nav_button .openBtn span:nth-of-type(1) {
          top: 10px; }
        .nav_button .openBtn span:nth-of-type(2) {
          top: 18px; }
        .nav_button .openBtn span:nth-of-type(3) {
          top: 26px; }

  .openBtn.active span:nth-of-type(1) {
    top: 12px;
    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 {
    padding: 0; }
    .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 {
  background: #1A1A1A; }
  footer p {
    font-size: clamp(0.625rem, 3vw, 0.75rem);
    color: #666666;
    text-align: center;
    line-height: 3; }

/* ===================================
*SITE COMMON
=================================== */
.text_white {
  color: white; }

.title {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: bold;
  border-bottom: 2px solid #EAB027;
  text-align: center;
  padding-bottom: 2vmax;
  margin-bottom: 7vmax;
  line-height: 1.5; }

/* ===================================
*INDEX
=================================== */
/*----------------------------------------------------indexFV */
.indexFV img {
  margin: 2rem auto 2vmax; }

/*----------------------------------------------------indexAbout */
.indexAbout p {
  margin-bottom: 1rem; }

/*----------------------------------------------------indexProblem */
.indexProblem ul .list:not(:last-child) {
  margin-bottom: 3vmax; }
.indexProblem ul .list {
  display: flex; }
  .indexProblem ul .list i {
    padding-top: 0.5rem; }
  .indexProblem ul .list p {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    padding-left: 0.5em;
    line-height: 1.5; }
.indexProblem .text {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.5; }

/*----------------------------------------------------indexFeature */
.indexFeature .listBox {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-template-rows: auto;
  gap: 2vmax;
  color: white; }
  .indexFeature .listBox .list {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0.5rem;
    border: 1px solid #EAB027;
    padding: 1vmax; }
    .indexFeature .listBox .list p:first-child {
      font-size: clamp(1rem, 3vw, 1.25rem);
      text-align: center;
      font-weight: bold; }
    .indexFeature .listBox .list p:last-child {
      font-size: clamp(0.875rem, 3vw, 1rem); }

/*----------------------------------------------------indexFlow */
.indexFlow .flowList {
  border-left: 2px solid #EAB027;
  padding: 3vmax 0 2vmax 2rem;
  margin: 0 auto; }
  .indexFlow .flowList p {
    position: relative;
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    font-weight: bold;
    padding-left: 1rem;
    margin-bottom: 5vmax;
    line-height: 1.5; }
    .indexFlow .flowList p span {
      font-size: clamp(0.875rem, 3vw, 1rem);
      color: #666666;
      font-weight: normal; }
    .indexFlow .flowList p::before {
      content: "";
      position: absolute;
      left: -43px;
      top: 5px;
      width: 1.25rem;
      height: 1.25rem;
      background: #EAB027;
      border-radius: 50%; }
.indexFlow .textBox {
  background: #F7F7F7;
  border-radius: 10px;
  padding: 3vmax;
  margin-top: 7.5vmax; }
  .indexFlow .textBox p:first-child {
    margin-bottom: 2vmax; }
  .indexFlow .textBox p:nth-child(2) {
    color: #EAB027; }

/*----------------------------------------------------indexSummary */
.indexSummary dl {
  display: flex;
  line-height: 1.5; }
  .indexSummary dl dt, .indexSummary dl dd {
    padding-left: 1vmax; }
  .indexSummary dl dt {
    color: #666666;
    width: 30%; }
  .indexSummary dl dd {
    width: 70%; }
    .indexSummary dl dd ul {
      list-style-type: disc;
      margin-left: 1em; }
      .indexSummary dl dd ul li:not(:last-child) {
        margin-bottom: 1rem; }
    .indexSummary dl dd p span {
      font-size: clamp(1.5rem, 3vw, 1.75rem);
      font-weight: bold; }
    .indexSummary dl dd .notice {
      font-size: clamp(0.875rem, 3vw, 1rem); }
.indexSummary hr {
  border-color: #666666;
  margin: 2vmax auto; }

/*----------------------------------------------------indexParticipation */
.indexParticipation {
  color: white; }
  .indexParticipation .body p {
    margin-bottom: 2vmax; }
  .indexParticipation .body .keyword {
    color: #EAB027;
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    font-weight: bold; }
  .indexParticipation .body .organizer {
    color: #666666; }

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

  .w960none {
    display: none !important; }

  .width_90 {
    width: 95%; } }
/*576-375px以下　SP*/
@media screen and (max-width: 520px) {
  /*必要ならばここにコードを書く*/
  /*----------------------------------------------------common 520*/
  .width_95, .width_90, .width_80, .width_60, .width_70, .width_50, .width_30 {
    width: 100%; }

  .w520only {
    display: block !important; }

  .w520none {
    display: none !important; }

  /*----------------------------------------------------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; }

  /*----------------------------------------------------header 520*/
  .indexSummary dl {
    flex-direction: column; }
    .indexSummary dl dt, .indexSummary dl dd {
      width: 100%; }
    .indexSummary dl dt {
      margin-bottom: 1rem; }

  /*----------------------------------------------------footer 520*/
  a[href^="tel:"] {
    pointer-events: auto;
    color: #007bff; } }

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