@charset "UTF-8";


/*----------------------------------------
下層ページ：横幅
----------------------------------------*/
@media screen and (min-width: 1200px) {
  #subpage_wrap {
    padding: 180px 0 0;
  }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  #subpage_wrap {
    padding: 3px 0 0;
  }
}

@media screen and (min-width: 768px) {
  #subpage_wrap {
    width: 96%;
    max-width: 1280px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  #subpage_wrap {
    width: 92%;
    margin: 0 auto;
    padding: 15px 0 5px;
    position: relative;
  }
}


/*----------------------------------------
下層ページ：タイトル
----------------------------------------*/
@media screen and (min-width: 768px) {
  #subpage_ttl {
    width: 100%;
    margin: 0 0 40px;
  }
  #subpage_ttl #heading_txt {
    width: 100%;
    font-family: "Kaisei Opti", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3.875rem;
    line-height: 1.2;
    border-bottom: 1px #cccccc solid;
    margin: 0 0 18px;
    padding: 0 0 18px;
  }
  #subpage_ttl .heading_txt_s {
    font-size: 2.1875rem !important;
    line-height: 1.45 !important;
  }
}

@media screen and (max-width: 767px) {
  #subpage_ttl {
    width: 100%;
    margin: 0 0 25px;
  }
  #subpage_ttl #heading_txt {
    width: 100%;
    font-family: "Kaisei Opti", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.3;
    border-bottom: 1px #cccccc solid;
    margin: 0 0 10px;
    padding: 0 0 11px;
  }
  #subpage_ttl .heading_txt_s {
    font-size: 1.5rem !important;
    line-height: 1.45 !important;
  }
}


/*----------------------------------------
下層ページ：パンくずリスト
----------------------------------------*/
@media screen and (min-width: 768px) {
  #breadcrumb {
    list-style-type: none;
    display: flex;
    align-items: center;
  }
  #breadcrumb li {
    color: #666666;
    font-size: 0.78125rem;
    line-height: 1;
    display: flex;
    align-items: center;
  }
  #breadcrumb li::before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background-color: #666666;
    margin: 0 9px;
  }
  #breadcrumb li a {
    text-decoration: none;
    color: #666666;
  }
  #breadcrumb li a:hover {
    text-decoration: underline;
  }
  #breadcrumb li:first-child::before {
    display: none;
  }
  #breadcrumb li:first-child a {
    display: flex;
    align-items: center;
  }
  #breadcrumb li:first-child a .material-symbols-outlined {
    font-size: 20px !important;
    font-variation-settings: "FILL" 1, "wght" 200, "GRAD" 0, "opsz" 20 !important;
  }
  #breadcrumb li:first-child a:hover {
    text-decoration: none;
  }
  #breadcrumb li:first-child a:hover .material-symbols-outlined {
    text-decoration: none !important;
  }
  #breadcrumb li:first-child a:hover span:last-child {
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  #breadcrumb {
    list-style-type: none;
  }
  #breadcrumb li {
    color: #666666;
    font-size: 0.75rem;
    line-height: 2;
    display: inline-block;
    margin: 0 7px 0 0;
  }
  #breadcrumb li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 1px;
    background-color: #666666;
    margin: 0 7px 0 0;
    position: relative;
    top: -4px;
  }
  #breadcrumb li a {
    text-decoration: none;
    color: #666666;
  }
  #breadcrumb li a:hover {
    text-decoration: underline;
  }
  #breadcrumb li:first-child {
    padding: 0 0 0 20px;
    position: relative;
  }
  #breadcrumb li:first-child::before {
    display: none;
  }
  #breadcrumb li:first-child a .material-symbols-outlined {
    font-size: 20px !important;
    font-variation-settings: "FILL" 1, "wght" 200, "GRAD" 0, "opsz" 20 !important;
    position: absolute;
    top: 1px;
    left: 0;
  }
  #breadcrumb li:first-child a:hover {
    text-decoration: none;
  }
  #breadcrumb li:first-child a:hover .material-symbols-outlined {
    text-decoration: none !important;
  }
  #breadcrumb li:first-child a:hover span:last-child {
    text-decoration: underline;
  }
}


/*----------------------------------------
下層ページ：共通
----------------------------------------*/
@media screen and (min-width: 768px) {
  .subpage_h2 {
    font-weight: 500;
    font-size: 1.875rem;
    line-height: 1.45;
    margin: 0 0 20px;
  }
  .subpage_txt {
    font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.9;
    letter-spacing: 1px;
  }
  .subpage_table {
    width: 100%;
    border-spacing: 0;
    text-align: left;
    font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.9;
    letter-spacing: 1px;
  }
  .subpage_table tr th {
    font-weight: 400;
    border-bottom: 1px #cccccc solid;
    padding: 14px 15px 14px 0;
  }
  .subpage_table tr td {
    border-bottom: 1px #cccccc solid;
    padding: 14px 0;
  }
}

@media screen and (max-width: 767px) {
  .subpage_h2 {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.4;
    margin: 0 0 10px;
  }
  .subpage_txt {
    font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.5px;
  }
  .subpage_table {
    width: 100%;
    border-spacing: 0;
    text-align: left;
    font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.5px;
  }
  .subpage_table tr th {
    font-weight: 400;
    border-bottom: 1px #cccccc solid;
    padding: 10px 15px 10px 0;
  }
  .subpage_table tr td {
    border-bottom: 1px #cccccc solid;
    padding: 10px 0;
  }
}

.text_red {
  color: var(--red);
}


/*----------------------------------------
見出し スマホだけ文字サイズ小さめ
----------------------------------------*/
@media screen and (max-width: 767px) {
  .midashi_sp_small_txt {
    font-size: 1.0625rem !important;
    line-height: 1.7 !important;
  }
}


/*----------------------------------------
about ナビゲーション
----------------------------------------*/
@media screen and (min-width: 768px) {
  #about_nav {
    width: 100%;
    border: 1px #cccccc solid;
    border-radius: 10px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0 0 30px;
  }
  #about_nav ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #about_nav ul li {
    flex-shrink: 0;
  }
  #about_nav ul li a {
    width: 100%;
    height: 100%;
    padding: 10px 15px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-decoration: none;
    color: #333333;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.3;
  }
  #about_nav ul li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #333333 50%, #333333 100%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #about_nav ul li a:hover {
    color: var(--red);
    font-weight: 500;
  }
  #about_nav ul li a:hover::after {
    background: var(--red);
  }
  #about_nav ul .about_page_current a {
    color: var(--red);
    font-weight: 500;
  }
  #about_nav ul .about_page_current a::after {
    background: var(--red);
  }
  #about_nav .subnav_2col li {
    width: 48.5%;
    max-width: 570px;
  }
  #about_nav .subnav_3col li {
    width: 31.5%;
    max-width: 367px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  #about_nav {
    padding: 30px 40px 40px;
  }
}

@media screen and (max-width: 767px) {
  #about_nav {
    width: 100%;
    border: 1px #cccccc solid;
    border-radius: 10px;
    padding: 10px 20px 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #about_nav ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  #about_nav ul li {
    width: 100%;
  }
  #about_nav ul li a {
    width: 100%;
    height: 100%;
    padding: 10px 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-decoration: none;
    color: #333333;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.6;
  }
  #about_nav ul li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #333333 50%, #333333 100%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #about_nav ul li a:hover {
    color: var(--red);
    font-weight: 500;
  }
  #about_nav ul li a:hover::after {
    background: var(--red);
  }
  #about_nav ul .about_page_current a {
    color: var(--red);
    font-weight: 500;
  }
  #about_nav ul .about_page_current a::after {
    background: var(--red);
  }
}


/*----------------------------------------
eventers-guide ナビゲーション
----------------------------------------*/
@media screen and (min-width: 768px) {
  #eventersguide_nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 80px;
  }
  #eventersguide_nav li {
    width: 23.5%;
    max-width: 297.5px;
  }
  #eventersguide_nav li a {
    width: 100%;
    height: 100%;
    padding: 10px 15px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-decoration: none;
    color: #333333;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.3;
  }
  #eventersguide_nav li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #333333 50%, #333333 100%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #eventersguide_nav li a:hover {
    background-color: rgba(197, 24, 31, 0.1);
    color: var(--red);
    font-weight: 500;
  }
  #eventersguide_nav li a:hover::after {
    background: var(--red);
  }
  #eventersguide_nav .eventersguide_page_current a {
    background-color: rgba(197, 24, 31, 0.1);
    color: var(--red);
    font-weight: 500;
  }
  #eventersguide_nav .eventersguide_page_current a::after {
    background: var(--red);
  }
}

@media screen and (max-width: 767px) {
  #eventersguide_nav {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 0 0 40px;
  }
  #eventersguide_nav li {
    width: 100%;
  }
  #eventersguide_nav li a {
    width: 100%;
    height: 100%;
    padding: 10px 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-decoration: none;
    color: #333333;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.6;
  }
  #eventersguide_nav li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #333333 50%, #333333 100%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #eventersguide_nav li a:hover {
    background-color: rgba(197, 24, 31, 0.1);
    color: var(--red);
    font-weight: 500;
  }
  #eventersguide_nav li a:hover::after {
    background: var(--red);
  }
  #eventersguide_nav .eventersguide_page_current a {
    background-color: rgba(197, 24, 31, 0.1);
    color: var(--red);
    font-weight: 500;
  }
  #eventersguide_nav .eventersguide_page_current a::after {
    background: var(--red);
  }
}


/*----------------------------------------
ボタン（大）
----------------------------------------*/
@media screen and (min-width: 768px) {
  .large_btn {
    width: 100%;
    max-width: 960px;
    height: 128px;
  }
  .large_btn a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    border: 2px var(--red) solid;
    color: var(--red);
    font-weight: 500;
    font-size: 1.625rem;
    line-height: 1;
    transition: background-color 0.3s;
  }
  .large_btn a .material-symbols-outlined {
    font-size: 48px !important;
    font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 48 !important;
  }
  .large_btn a:hover {
    text-decoration: none;
    background-color: var(--red);
    color: #ffffff;
    transition: background-color 0.3s;
  }
  .about_large_btn {
    margin: 110px auto;
  }
  .event_large_btn {
    margin: 90px auto;
  }
  .eventersguide_large_btn, .recruit_large_btn {
    margin: 110px auto 60px;
  }
}

@media screen and (max-width: 767px) {
  .large_btn {
    width: 100%;
    height: 75px;
  }
  .large_btn a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 10px;
    border: 2px var(--red) solid;
    color: var(--red);
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1;
    transition: background-color 0.3s;
  }
  .large_btn a .material-symbols-outlined {
    font-size: 28px !important;
    font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 28 !important;
  }
  .large_btn a:hover {
    text-decoration: none;
    background-color: var(--red);
    color: #ffffff;
    transition: background-color 0.3s;
  }
  .about_large_btn {
    margin: 0px auto 60px;
  }
  .event_large_btn {
    margin: 40px auto;
  }
  .eventersguide_large_btn, .recruit_large_btn {
    margin: 45px auto 10px;
  }
}


/*----------------------------------------
ボタン（カラー：ホワイト）
----------------------------------------*/
.white_btn {
  display: inline-block;
}
.white_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ffffff;
  border: 1px #000000 solid;
  color: #000000;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  transition: background-color 0.3s, border 0.3s, color 0.3s;
}
.white_btn a .material-symbols-outlined {
  color: #000000;
  transition: color 0.3s;
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
}
.white_btn a:hover {
  text-decoration: none;
  background-color: var(--red);
  border: 1px var(--red) solid;
  color: #ffffff;
  transition: background-color 0.3s, border 0.3s, color 0.3s;
}
.white_btn a:hover .material-symbols-outlined {
  color: #ffffff;
  transition: color 0.3s;
}

@media screen and (min-width: 768px) {
  .white_btn {
    height: 88px;
  }
  .white_btn a {
    padding: 0 50px;
    font-size: 1.125rem;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .white_btn {
    height: 55px;
  }
  .white_btn a {
    padding: 0 25px;
    font-size: 0.9375rem;
    line-height: 1;
  }
}


/*----------------------------------------
ページネーション
----------------------------------------*/
.pagination {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 50px;
  padding: 0 0 30px;
}
.pagination ul li > span {
  color: #C0C0C0;
}
.pagination ul li a {
  color: #000000;
}
.pagination_nav {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.pagination_nav li .current {
  color: var(--red);
}
.pagination_nav li .dots {
  color: #000000;
}
.pagination_prev_next {
  display: flex;
}
.pagination_prev_next li {
  padding: 0 12px;
}
.pagination_prev_next li a {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.pagination_prev_next li a:hover {
  text-decoration: none;
}
.pagination_prev_next li a:hover .prev_txt, .pagination_prev_next li a:hover .next_txt {
  text-decoration: underline;
}
.pagination_prev_next li > span {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.pagination_prev_next li .material-symbols-outlined {
  font-size: 40px !important;
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 40 !important;
}

@media screen and (max-width: 767px) {
  .pagination {
    flex-direction: column;
    row-gap: 20px;
    padding: 0 0 20px;
  }
  .pagination_nav {
    order: 2;
    column-gap: 15px;
    row-gap: 10px;
    flex-wrap: wrap;
  }
  .pagination_prev_next {
    order: 1;
    width: 100%;
    justify-content: space-between;
  }
  .pagination_prev_next li {
    padding: 0;
  }
  .pagination_prev_next li a {
    column-gap: 5px;
  }
  .pagination_prev_next li > span {
    column-gap: 5px;
  }
  .pagination_prev_next li .material-symbols-outlined {
    font-size: 30px !important;
    font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 30 !important;
  }
}


/*----------------------------------------
一覧へ戻るリンク
----------------------------------------*/
.back_link {
  display: inline-block;
}
.back_link a {
  color: #666666;
  display: flex;
  align-items: center;
  transition: color 0.3s;
}
.back_link a .material-symbols-outlined {
  color: #1C1B1F;
  transition: color 0.3s;
}
.back_link a:hover {
  text-decoration: none;
  color: var(--red);
  transition: color 0.3s;
}
.back_link a:hover .material-symbols-outlined {
  color: var(--red);
  transition: color 0.3s;
}

@media screen and (max-width: 767px) {
  .back_link a .material-symbols-outlined {
    font-size: 20px !important;
    font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 20 !important;
  }
}


/*----------------------------------------
WordPress投稿 本文
----------------------------------------*/
.cms_post_content p, .cms_post_content ul, .cms_post_content dl, .cms_post_content table {
  margin: 20px 0;
}
.cms_post_content ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.cms_post_content ul li::before {
  content: "・";
}
.cms_post_content img {
  width: auto !important;
  max-width: 100% !important;
  margin-top: 5px;
  margin-bottom: 5px;
}
.cms_post_content a {
  color: #000000;
  text-decoration: underline;
}
.cms_post_content a:hover {
  color: var(--red);
}
.cms_post_content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.cms_post_content table, .cms_post_content table th, .cms_post_content table td {
  border-color: #cccccc !important;
}

@media screen and (min-width: 768px) {
  .cms_post_content {
    font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.9;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 767px) {
  .cms_post_content {
    font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.5px;
  }
  .cms_post_content p, .cms_post_content ul, .cms_post_content dl, .cms_post_content table {
    margin: 15px 0;
  }
}


/*----------------------------------------
WordPress投稿 追加CSS
----------------------------------------*/
.aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  text-align: right;
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.alignleft {
  text-align: left;
  display: block;
  margin-left: 0;
  margin-right: auto;
}

