@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
@font-face {
  font-family: "HannariMincho";
  src: url("../../font/HannariMincho-Regular.otf");
  font-display: swap;
}
html, body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.7;
}
@media screen and (max-width: 575px) {
  html, body {
    font-size: 14px;
  }
}

body {
  word-break: break-word;
}
body.open {
  overflow: hidden;
}

.container-fluid {
  max-width: 1230px; /*　画面幅の上限　*/
  margin-left: auto;
  margin-right: auto;
}
.container-fluid.narrow-width {
  max-width: 950px;
}

a:hover,
a:active,
a:focus {
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
}

.cookie_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 0.75rem;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  visibility: hidden;
  z-index: 999;
}
.cookie_content.is_show {
  visibility: visible;
}
.cookie_content .cookie_text {
  color: #fff;
}
.cookie_content .cookie_text a {
  color: dodgerblue;
}
.cookie_content .cookie_agree {
  color: #fff;
  background-color: dodgerblue;
  padding: 0.5em 1.5em;
}
.cookie_content .cookie_agree:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .cookie_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cookie_content .cookie_text {
    margin-bottom: 1em;
  }
}

.cc_hide {
  display: none;
}

@-webkit-keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.anker {
  margin-top: -10rem;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .anker {
    margin-top: -4rem;
    padding-top: 4rem;
  }
}

header.global_header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 104px;
  z-index: 100;
}
header.global_header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#3f51b5), color-stop(23.43%, #81c784), color-stop(49.37%, #FFA726), color-stop(76.99%, #ffeb3b), to(#f8bbd0));
  background: linear-gradient(to right, #3f51b5 0%, #81c784 23.43%, #FFA726 49.37%, #ffeb3b 76.99%, #f8bbd0 100%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  header.global_header {
    height: 70px;
  }
}
header.global_header nav.global_nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  gap: 1rem;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
header.global_header nav.global_nav h1 {
  margin: 0;
  margin-left: 2.1875rem;
}
header.global_header nav.global_nav h1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.66875rem;
  text-decoration: none;
}
header.global_header nav.global_nav h1 a img {
  max-width: 50px;
}
header.global_header nav.global_nav h1 a span {
  color: #333;
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.5625rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
header.global_header nav.global_nav > div.global_menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.4375rem;
}
header.global_header nav.global_nav > div.global_menu ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 3.75rem;
  text-align: right;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu {
  position: relative;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #333;
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #2D2D2D;
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu a:hover::after {
  width: 100%;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu {
  display: none;
  position: absolute;
  top: 100%;
  padding-top: 11px;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu div.inner {
  position: relative;
  padding: 0.5rem 1.25rem;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: left;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu div.inner a {
  white-space: nowrap;
  display: inline-block;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu div.inner a + a {
  margin-top: 0.5rem;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu:last-of-type .sub_menu {
  right: 0;
}
header.global_header nav.global_nav > div.global_menu > a {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header.global_header nav.global_nav > div.global_menu > a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media screen and (max-width: 767px) {
  header.global_header nav.global_nav > div.global_menu {
    display: none;
  }
}
header.global_header nav.global_nav label.modal_toggle_btn {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 100%;
  line-height: 1;
  background-color: #FFA726;
  border: none;
  cursor: pointer;
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
  margin: 0;
  margin-left: auto;
  padding-top: 6px;
  z-index: 99999;
}
header.global_header nav.global_nav label.modal_toggle_btn span {
  display: block;
  width: 3rem;
  background-color: #ffffff;
  height: 3px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header.global_header nav.global_nav label.modal_toggle_btn span + span {
  margin-top: 0.75rem;
}
header.global_header nav.global_nav label.modal_toggle_btn:hover, header.global_header nav.global_nav label.modal_toggle_btn:active, header.global_header nav.global_nav label.modal_toggle_btn:focus {
  background-color: rgb(255, 208.3640552995, 140);
}
@media screen and (max-width: 767px) {
  header.global_header nav.global_nav label.modal_toggle_btn {
    width: 55px;
    gap: 3px;
    margin-left: 0;
  }
  header.global_header nav.global_nav label.modal_toggle_btn span {
    width: 20px;
    height: 1px;
  }
  header.global_header nav.global_nav label.modal_toggle_btn span + span {
    white-space: nowrap;
    margin-top: 3px;
  }
}
header.global_header nav.global_nav:has(input:checked) label.modal_toggle_btn {
  position: relative;
}
header.global_header nav.global_nav:has(input:checked) label.modal_toggle_btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin: 0;
}
header.global_header nav.global_nav:has(input:checked) label.modal_toggle_btn span:first-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(-20deg);
          transform: translate(-50%, -50%) rotate(-20deg);
}
header.global_header nav.global_nav:has(input:checked) label.modal_toggle_btn span:nth-of-type(2) {
  opacity: 0;
}
header.global_header nav.global_nav:has(input:checked) label.modal_toggle_btn span:last-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(20deg);
          transform: translate(-50%, -50%) rotate(20deg);
}
@media (max-width: 1600px) {
  header.global_header nav.global_nav h1 {
    margin-left: 1rem;
  }
  header.global_header nav.global_nav h1 a {
    gap: 0.75rem;
  }
  header.global_header nav.global_nav h1 a span {
    font-size: 1.125rem;
  }
  header.global_header nav.global_nav > div.global_menu {
    gap: 1.75rem;
    margin-right: 1.5rem;
  }
  header.global_header nav.global_nav > div.global_menu ul {
    gap: 1.5rem;
  }
  header.global_header nav.global_nav > div.global_menu ul li.main_menu a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1199px) {
  header.global_header nav.global_nav h1 {
    margin-left: 0.75rem;
  }
  header.global_header nav.global_nav h1 a span {
    font-size: 1rem;
  }
  header.global_header nav.global_nav > div.global_menu {
    gap: 0.75rem;
    margin-right: 0.5rem;
  }
  header.global_header nav.global_nav > div.global_menu ul {
    gap: 0.75rem;
  }
  header.global_header nav.global_nav > div.global_menu ul li.main_menu a {
    font-size: 0.875rem;
  }
  header.global_header nav.global_nav > div.global_menu > a {
    display: block;
  }
  header.global_header nav.global_nav > div.global_menu > a img {
    width: 90%;
  }
}
@media screen and (max-width: 991px) {
  header.global_header nav.global_nav > div.global_menu {
    display: none;
  }
  header.global_header nav.global_nav label.modal_toggle_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  header.global_header nav.global_nav {
    height: 70px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
  header.global_header nav.global_nav h1 {
    margin-left: 0.5rem;
  }
  header.global_header nav.global_nav h1 a {
    gap: 1rem;
  }
  header.global_header nav.global_nav h1 a img {
    max-height: 55px;
  }
}

/******************/
input#modal_menu_flg {
  display: none;
}

div.modal_menu {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
  opacity: 0;
  pointer-events: none;
  padding: 30px;
  overflow-y: scroll;
}
input#modal_menu_flg:checked + div.modal_menu {
  opacity: 1;
  pointer-events: auto;
}
div.modal_menu > div.global_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  min-height: 90dvh;
}
div.modal_menu > div.global_menu ul {
  padding: 10% 0 0;
  width: 100%;
  max-width: 767px;
  margin: 0 auto;
  list-style: none;
  font-size: 1rem;
}
div.modal_menu > div.global_menu ul li a {
  display: block;
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #999999;
  padding: 0.625rem;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
div.modal_menu > div.global_menu ul li a:hover, div.modal_menu > div.global_menu ul li a:active, div.modal_menu > div.global_menu ul li a:focus, div.modal_menu > div.global_menu ul li a[href="javascript:void(0);"] {
  background-color: #efefef;
  color: #999;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
div.modal_menu > div.global_menu ul li div a {
  padding-left: 2rem;
  border-bottom: 1px solid #CCCCCC;
}
div.modal_menu > div.global_menu > a {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
div.modal_menu > div.global_menu > a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
div.modal_menu label {
  padding: 0.75rem;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: none;
  display: block;
  cursor: pointer;
  line-height: 1;
  width: 3rem;
  height: 3rem;
  background-color: #FFA726;
}
div.modal_menu label span {
  display: block;
  width: 75%;
  background-color: #ffffff;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
div.modal_menu label span:first-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
div.modal_menu label span:last-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(315deg);
          transform: translate(-50%, -50%) rotate(315deg);
}

/******************/
div.fix_banner {
  position: fixed;
  bottom: 5.5rem;
  right: 0.9375rem;
  z-index: 99;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
div.fix_banner:hover {
  opacity: 0.8;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media screen and (max-width: 767px) {
  div.fix_banner {
    width: 65%;
    max-width: 340px;
    right: auto;
    left: 15px;
    bottom: 60px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0;
    pointer-events: none;
  }
  div.fix_banner.active {
    opacity: 1;
    pointer-events: all;
  }
  div.fix_banner a img {
    width: 100%;
  }
}

div.global_footer {
  position: relative;
  z-index: 1;
}
div.global_footer footer {
  position: relative;
  background-color: #FBF9F1;
  padding-top: 3.90625rem;
  padding-bottom: 3.5625rem;
}
div.global_footer footer div.footer_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4375rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0 auto;
}
div.global_footer footer div.footer_contents .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
div.global_footer footer div.footer_contents .logo img {
  max-width: 48px;
}
div.global_footer footer div.footer_contents .logo span {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.1em;
}
div.global_footer footer div.footer_contents .address {
  text-align: center;
}
div.global_footer footer div.footer_contents .address p {
  font-weight: 500;
  line-height: 1.6875;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
div.global_footer footer div.footer_contents .address p + p {
  margin-top: 1.45rem;
}
@media screen and (max-width: 767px) {
  div.global_footer footer div.footer_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div.global_footer footer div.footer_contents .logo img {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  div.global_footer footer {
    padding-top: 2.43857rem;
    padding-bottom: 2.2857rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
div.global_footer .copyright {
  color: #fff;
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.429;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #FFA726;
  padding: 1rem 0;
}

/* ページトップへ戻るボタン */
#page-top {
  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 50;
}
#page-top a {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  text-decoration: none;
  background-color: rgba(61, 61, 61, 0.5);
  border-radius: 50%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#page-top a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  max-width: 1rem;
}
#page-top a:hover, #page-top a:active {
  background-color: #3d3d3d;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media screen and (max-width: 767px) {
  #page-top {
    bottom: 60px;
    right: 15px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}

body:not(.top-page) main {
  padding-bottom: 3rem;
}
main .rowwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5625rem;
  overflow: hidden;
}
main .rowwrap .primary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main .rowwrap .secondary {
  max-width: 340px;
  width: 28.5%;
}
@media screen and (max-width: 991px) {
  main .rowwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  main .rowwrap .primary {
    width: 100%;
  }
  main .rowwrap .secondary {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}

/*****************/
/* ページタイトル */
/****************/
main div.page-head {
  height: 230px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  main div.page-head {
    height: 98px;
  }
}
main div.page-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 230px;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  main div.page-title {
    height: 80px;
    margin-bottom: 2rem;
  }
}
main div.page-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#3f51b5), color-stop(23.43%, #81c784), color-stop(49.37%, #FFA726), color-stop(76.99%, #ffeb3b), to(#f8bbd0));
  background: linear-gradient(to right, #3f51b5 0%, #81c784 23.43%, #FFA726 49.37%, #ffeb3b 76.99%, #f8bbd0 100%);
  opacity: 0.2;
  z-index: 0;
}
main div.page-title .title_inner {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: clamp(0px, (100dvw - 1260px) / 2, 24px);
  margin-right: clamp(0px, (100dvw - 1260px) / 2, 24px);
}
main div.page-title .title_inner > h2 {
  margin: 0;
}
main div.page-title .title_inner > h2 span.jp {
  display: block;
  color: #333;
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  main div.page-title .title_inner > h2 span.jp {
    font-size: 1.6rem;
  }
}

/***************+*/
/* ぱんくずリスト */
/****************/
nav.breadcrumb-filud {
  margin-bottom: 3.625rem;
  padding: 0 15px;
}
nav.breadcrumb-filud ol.breadcrumb {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 0;
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: clamp(0px, (100dvw - 1260px) / 2, 24px);
  margin-right: clamp(0px, (100dvw - 1260px) / 2, 24px);
  padding: 5px 0;
}
nav.breadcrumb-filud ol.breadcrumb li.breadcrumb-item {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  white-space: nowrap;
  padding: 0;
}
nav.breadcrumb-filud ol.breadcrumb li.breadcrumb-item a {
  color: #333;
}
nav.breadcrumb-filud ol.breadcrumb li.breadcrumb-item + .breadcrumb-item::before {
  content: "　|　";
  padding: 0;
}
nav.breadcrumb-filud ol.breadcrumb li.breadcrumb-item.active {
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  nav.breadcrumb-filud {
    display: none;
    margin-bottom: 3.125rem;
  }
  nav.breadcrumb-filud ol.breadcrumb {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.625rem 5%;
  }
  nav.breadcrumb-filud ol.breadcrumb li.breadcrumb-item {
    display: inline;
    font-size: 0.625rem;
  }
}

/****************/
/* サイドメニュー */
/***************/
aside.secondary nav.sidebar-menu {
  margin-bottom: 2rem;
  /* メニュー本体 */
}
aside.secondary nav.sidebar-menu > h3 {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.445;
  text-align: center;
  background-color: #FFA726;
  margin: 0 auto;
  padding: 1.46875rem 0;
}
aside.secondary nav.sidebar-menu > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
aside.secondary nav.sidebar-menu > ul > li {
  height: 5rem;
  background-color: #fff;
  border: 5px solid #f2f2f2;
  border-bottom: none;
  padding: 1px 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
aside.secondary nav.sidebar-menu > ul > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-decoration: none;
  padding-left: 1.375rem;
  padding-right: 2.5625rem;
}
aside.secondary nav.sidebar-menu > ul > li > a span {
  color: #333;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
aside.secondary nav.sidebar-menu > ul > li > a span::before, aside.secondary nav.sidebar-menu > ul > li > a span::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
aside.secondary nav.sidebar-menu > ul > li > a span::before {
  top: -5px;
  left: -5px;
  width: 5px;
  height: calc(100% + 10px);
  background-color: #FFA726;
  opacity: 0;
}
aside.secondary nav.sidebar-menu > ul > li > a span::after {
  top: 50%;
  right: 0.98125rem;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 2px solid #FFA726;
  border-right: 2px solid #FFA726;
  -webkit-transform: rotate(315deg) translate(-25%, -75%);
          transform: rotate(315deg) translate(-25%, -75%);
}
aside.secondary nav.sidebar-menu > ul > li:last-of-type {
  border-bottom: 5px solid #f2f2f2;
}
aside.secondary nav.sidebar-menu > ul > li:hover, aside.secondary nav.sidebar-menu > ul > li:active, aside.secondary nav.sidebar-menu > ul > li.active {
  background-color: #f2f2f2;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
aside.secondary nav.sidebar-menu > ul > li:hover a span::before, aside.secondary nav.sidebar-menu > ul > li:active a span::before, aside.secondary nav.sidebar-menu > ul > li.active a span::before {
  opacity: 1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
aside.secondary nav.sidebar-menu + nav.sidebar-menu {
  margin-top: 2rem;
}
aside.secondary ul.banner_list {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
aside.secondary ul.banner_list li {
  margin-bottom: 1rem;
}
aside.secondary ul.banner_list li a {
  display: block;
  text-align: center;
}
@media screen and (max-width: 991px) {
  aside.secondary nav.sidebar-menu {
    margin: 0;
  }
}

@media screen and (max-width: 991px) {
  body:not(.top-page) main > .container-fluid {
    padding: 0;
  }
  body:not(.top-page) main > .container-fluid .rowwrap .primary {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/********/
/*見出し*/
/*******/
.lv1 {
  position: relative;
  color: #333333;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-bottom: 4px solid #ddd;
  padding-bottom: 1rem;
}
.lv1::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  display: block;
  width: 8.5625rem;
  border-bottom: 4px solid #FFA726;
}
@media screen and (max-width: 767px) {
  .lv1 {
    font-size: 1.5rem;
    padding-bottom: 0.90625rem;
  }
  .lv1::after {
    width: 3.7rem;
  }
}

.lv2 span {
  position: relative;
  color: #333;
  font-size: 1.5625rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-left: 1.40625rem;
}
.lv2 span::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 4px;
  height: calc(100% + 9px);
  background-color: #FFA726;
}
@media screen and (max-width: 767px) {
  .lv2 span {
    font-size: 1.375rem;
    padding-left: 0.7857rem;
  }
}

.lv3 {
  color: #FFA726;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .lv3 {
    font-size: 1.2857rem;
  }
}

.lv4 {
  color: #333;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .lv4 {
    font-size: 1.2857rem;
  }
}

/*************/
/*テキストのみ*/
/************/
.text-only {
  margin: 0;
}
.text-only p {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .text-only p {
    font-size: 1rem;
  }
}

/************/
/* 写真のみ */
/**********/
.photo-only {
  margin: 0;
  text-align: center;
}
.photo-only a img {
  display: inline-block;
}
.photo-only p.caption {
  margin-bottom: 0;
  margin-top: 0.5em;
}

/*****************/
/* 写真＋テキスト */
/****************/
.photo-and-text {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8125rem;
}
.photo-and-text:where(.photo-left) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
.photo-and-text:where(.photo-right) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.photo-and-text div.text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
}
.photo-and-text div.text-area strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
.photo-and-text div.text-area p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.photo-and-text span.photo-area {
  max-width: 80%;
}
.photo-and-text span.photo-area img {
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .photo-and-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
  }
  .photo-and-text span.photo-area {
    display: block;
    width: 100% !important;
    max-width: 100%;
    text-align: center;
    float: none !important;
  }
  .photo-and-text span.photo-area:not(:has(img)) {
    display: none;
  }
  .photo-and-text span.photo-area img {
    margin-bottom: 0;
  }
  .photo-and-text div.text-area strong {
    font-size: 1.25rem;
  }
}

/*********************/
/* 2列写真+キャプション */
/* 3列写真+キャプション */
/* 4列写真+キャプション */
/*********************/
.two-photo,
.three-photo,
.four-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.two-photo .photo_set,
.three-photo .photo_set,
.four-photo .photo_set {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.two-photo .photo_set img,
.three-photo .photo_set img,
.four-photo .photo_set img {
  display: inline-block;
  width: 100%;
}
.two-photo .photo_set .caption-title, .two-photo .photo_set .caption-text,
.three-photo .photo_set .caption-title,
.three-photo .photo_set .caption-text,
.four-photo .photo_set .caption-title,
.four-photo .photo_set .caption-text {
  letter-spacing: 0.05em;
  text-align: left;
}
.two-photo .photo_set .caption-title,
.three-photo .photo_set .caption-title,
.four-photo .photo_set .caption-title {
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1.471;
  margin: 10px 0 0;
}
.two-photo .photo_set .caption-text,
.three-photo .photo_set .caption-text,
.four-photo .photo_set .caption-text {
  font-weight: 500;
  line-height: 1.75;
  margin: 6px 0 0;
}
.two-photo .photo_set span.photo_even,
.three-photo .photo_set span.photo_even,
.four-photo .photo_set span.photo_even {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1.5;
  border-radius: 10px;
}
.two-photo .photo_set span.photo_even img,
.three-photo .photo_set span.photo_even img,
.four-photo .photo_set span.photo_even img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.two-photo a img,
.three-photo a img,
.four-photo a img {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #ffffff;
}
.two-photo a:hover img,
.three-photo a:hover img,
.four-photo a:hover img {
  opacity: 0.7;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .two-photo,
  .three-photo,
  .four-photo {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .two-photo.turn_on,
  .three-photo.turn_on,
  .four-photo.turn_on {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .two-photo.turn_on div.photo_set,
  .three-photo.turn_on div.photo_set,
  .four-photo.turn_on div.photo_set {
    width: 100%;
  }
  .two-photo.turn_on div.photo_set span.photo_even,
  .three-photo.turn_on div.photo_set span.photo_even,
  .four-photo.turn_on div.photo_set span.photo_even {
    aspect-ratio: unset !important;
  }
  .two-photo.turn_on div.photo_set span.photo_even img,
  .three-photo.turn_on div.photo_set span.photo_even img,
  .four-photo.turn_on div.photo_set span.photo_even img {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .two-photo.turn_on div.photo_set + div.photo_set,
  .three-photo.turn_on div.photo_set + div.photo_set,
  .four-photo.turn_on div.photo_set + div.photo_set {
    margin-top: 2rem;
  }
}

/**********/
/* リスト */
/*********/
ul.dot, ol.dot, ul.none, ol.none {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.dot > li, ol.dot > li, ul.none > li, ol.none > li {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding-left: 2em;
}
ul.dot > li::before, ol.dot > li::before, ul.none > li::before, ol.none > li::before {
  display: inline-block;
  width: 2em;
  position: absolute;
  left: 0;
  color: #FFA726;
}

ul.dot > li::before, ol.dot > li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "•";
  text-align: center;
}

ul.counter, ol.counter {
  display: table;
  margin: 0;
  padding: 0;
}
ul.counter li, ol.counter li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: table-row;
  counter-increment: number;
}
ul.counter li::before, ol.counter li::before {
  content: counter(number) ".";
  display: table-cell;
  padding-right: 0.4em;
  text-align: right;
}
ul.counter li::after, ol.counter li::after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}
ul.counter li:last-of-type:after, ol.counter li:last-of-type:after {
  margin-bottom: 0;
}

/**********/
/* ボタン */
/*********/
.btn-on {
  margin: 0;
}

.original-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 400px;
  height: 75px;
  color: #ffffff;
  font-size: 1.0625rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border: 1px solid #FFA726;
  background-color: #FFA726;
  border-radius: 10px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding: 1rem;
}
.original-btn:hover, .original-btn:active, .original-btn:focus {
  text-decoration: none;
  background-color: #ffffff;
  color: #FFA726;
}
.original-btn.btn-big {
  min-width: 470px;
  height: 90px;
}
.original-btn.btn-small {
  min-width: 300px;
  height: 60px;
}
.original-btn.btn-blue {
  border: 2px solid #00238C;
  background-color: #00238C;
}
.original-btn.btn-blue:hover, .original-btn.btn-blue:active, .original-btn.btn-blue:focus {
  background-color: transparent;
  color: #00238C;
}
.original-btn.btn-green {
  border: 2px solid #006600;
  background-color: #006600;
}
.original-btn.btn-green:hover, .original-btn.btn-green:active, .original-btn.btn-green:focus {
  background-color: transparent;
  color: #006600;
}
.original-btn.btn-orange {
  border: 2px solid #FF8000;
  background-color: #FF8000;
}
.original-btn.btn-orange:hover, .original-btn.btn-orange:active, .original-btn.btn-orange:focus {
  background-color: transparent;
  color: #FF8000;
}
.original-btn.btn-gray {
  border: 2px solid #999999;
  background-color: #999999;
}
.original-btn.btn-gray:hover, .original-btn.btn-gray:active, .original-btn.btn-gray:focus {
  background-color: transparent;
  color: #999999;
}
@media screen and (max-width: 767px) {
  .original-btn {
    min-width: 80%;
    font-size: 1rem;
  }
  .original-btn.btn-big {
    max-width: 100%;
    min-width: 100%;
    font-size: 1.25rem;
  }
  .original-btn.btn-small {
    min-width: 60%;
    font-size: 0.85714rem;
  }
}

.hr-on {
  margin: 0;
}

/***********************************************/
/* Youtube GoogleMap 埋め込みタグ レスポンシブ化 */
/***********************************************/
.youtube-box,
.gmap-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.youtube-box iframe,
.gmap-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-on,
.googlemap-on {
  margin: 0;
}

/************/
/* テーブル */
/***********/
table.table-standard,
table.table-flexible {
  width: 100%;
  border-collapse: collapse;
}
table.table-standard tr,
table.table-flexible tr {
  border-bottom: 1px solid #eee;
}
table.table-standard tr th,
table.table-flexible tr th, table.table-standard tr td,
table.table-flexible tr td {
  font-size: 1rem;
  color: #333;
  letter-spacing: 0.05em;
  border: none;
  padding: 0.90625rem 0;
}
table.table-standard tr th,
table.table-flexible tr th {
  font-weight: bold;
  white-space: nowrap;
}
table.table-standard tr td,
table.table-flexible tr td {
  font-weight: 500;
}

.table-on {
  margin-bottom: 2rem;
}

table.table-standard.lefthead tr:not(:has(td + td)) th,
table.table-flexible.lefthead tr:not(:has(td + td)) th {
  width: 30%;
}
table.table-standard.lefthead tr:not(:has(td + td)) td,
table.table-flexible.lefthead tr:not(:has(td + td)) td {
  width: 70%;
}
table.table-standard.lefthead tr th,
table.table-flexible.lefthead tr th {
  padding-left: 2px;
  padding-right: 15px;
}
table.table-standard.lefthead tr td:not(:last-of-type),
table.table-flexible.lefthead tr td:not(:last-of-type) {
  padding-right: 15px;
}
table.table-standard.tophead:has(th + th + th) th, table.table-standard.tophead:has(th + th + th) td, table.table-standard.tophead:has(td + td + td) th, table.table-standard.tophead:has(td + td + td) td,
table.table-flexible.tophead:has(th + th + th) th,
table.table-flexible.tophead:has(th + th + th) td,
table.table-flexible.tophead:has(td + td + td) th,
table.table-flexible.tophead:has(td + td + td) td {
  min-width: 180px;
}
table.table-standard.tophead:has(th + th + th) td:not(:last-of-type), table.table-standard.tophead:has(td + td + td) td:not(:last-of-type),
table.table-flexible.tophead:has(th + th + th) td:not(:last-of-type),
table.table-flexible.tophead:has(td + td + td) td:not(:last-of-type) {
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  table.table-standard tr th, table.table-standard tr td,
  table.table-flexible tr th,
  table.table-flexible tr td {
    font-size: 1rem;
    padding: 1.35714rem 0;
  }
  table.table-standard tr th,
  table.table-flexible tr th {
    padding-left: 0.25rem;
  }
  table.table-standard.lefthead tr:not(:has(td + td)) th, table.table-standard.lefthead tr:not(:has(td + td)) td,
  table.table-flexible.lefthead tr:not(:has(td + td)) th,
  table.table-flexible.lefthead tr:not(:has(td + td)) td {
    width: auto;
  }
  table.table-standard.lefthead tr th,
  table.table-flexible.lefthead tr th {
    padding-bottom: 0;
  }
  table.table-standard.lefthead tr td:not(:last-of-type),
  table.table-flexible.lefthead tr td:not(:last-of-type) {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  table.table-flexible {
    display: block;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  table.table-flexible tbody {
    display: block;
    width: 100%;
  }
  table.table-flexible tbody tr {
    display: block;
    width: 100%;
  }
  table.table-flexible tbody tr th, table.table-flexible tbody tr td {
    display: block;
    width: 100%;
    padding: 0.5em 0;
    word-break: break-all;
  }
  table.table-flexible.lefthead tr th {
    padding-left: 0;
  }
  table.table-flexible.tophead tr:first-of-type, table.table-flexible.lefttophead tr:first-of-type {
    display: none;
  }
  table.table-flexible.tophead td::before, table.table-flexible.lefttophead td::before {
    content: attr(data-tophead) ":";
    font-weight: bold;
  }
  table.table-standard {
    margin-bottom: 0;
    border-left: none;
    border-top: none;
  }
  table.table-standard tbody tr th,
  table.table-standard tbody tr td {
    min-width: 10em;
    white-space: nowrap;
  }
  table.table-standard.tophead tr th:not(:last-of-type), table.table-standard.tophead tr td:not(:last-of-type) {
    padding-right: 15px;
  }
  table.table-standard.tophead tr th {
    padding-left: 0;
  }
}
/********/
/* 全幅 */
/*******/
section.extend {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2rem 15px;
}
section.extend:has(.container-fluid) {
  padding-left: 0;
  padding-right: 0;
}
section.extend.extend_fixed {
  background-attachment: fixed;
}
section.extend.none_space {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .view_pc_blocktype {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .view_sp_blocktype {
    display: none !important;
  }
}
section.input_wrap {
  width: 100%;
}
section.input_wrap .input_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
section.input_wrap .input_group:first-of-type {
  border-top: 1px solid #CCCCCC;
}
section.input_wrap .input_group .input_label {
  display: block;
  width: 13em;
  font-size: 1.125rem;
  margin: 0;
  padding: 0;
}
section.input_wrap .input_group .input_label span.required {
  font-size: 1rem;
  color: #FF6A06;
  margin-left: 1em;
}
section.input_wrap .input_group .input_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.input_wrap .input_group .input_content.name_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
section.input_wrap .input_group .input_content.name_set div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.input_wrap .input_group .input_content.name_set div:first-of-type {
  padding-right: 1rem;
}
section.input_wrap .input_group .input_content.name_set div:last-of-type {
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  section.input_wrap .input_group .input_content.name_set div:first-of-type {
    padding-right: 0.5rem;
  }
  section.input_wrap .input_group .input_content.name_set div:last-of-type {
    padding-left: 0.5rem;
  }
}
section.input_wrap .input_group .input_content.address_set {
  width: 100%;
}
section.input_wrap .input_group .input_content.address_set div:first-of-type {
  margin-bottom: 1rem;
}
section.input_wrap .input_group .input_content .schedule_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.input_wrap .input_group .input_content .schedule_set input[name*=date],
section.input_wrap .input_group .input_content .schedule_set input[type=date] {
  width: 9rem;
}
section.input_wrap .input_group .input_content .schedule_set input[name*=time],
section.input_wrap .input_group .input_content .schedule_set input[type=time] {
  width: 7rem;
}
@media screen and (max-width: 575px) {
  section.input_wrap .input_group .input_content .schedule_set {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.input_wrap .input_group .input_content .schedule_set span {
    display: block;
    width: calc(100% - 17rem);
  }
  section.input_wrap .input_group .input_content .schedule_set span ~ input[type=date] {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  section.input_wrap .input_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  section.input_wrap .input_group .input_label {
    width: auto;
    margin-bottom: 1rem;
  }
}
section.input_wrap .input_group.has-error .input_item {
  border-color: #ff5757;
}
section.input_wrap .input_group.has-error span.error_message {
  font-size: 1rem;
  color: #ff5757;
  display: inline-block;
  font-weight: 600;
  margin-top: 0.5em;
}

.submit_area {
  text-align: center;
  margin-top: 4.125rem;
}
.submit_area p {
  width: 100%;
  margin-bottom: 2.625rem;
}
.submit_area .button_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.submit_area .button_wrap .original-btn {
  min-width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.submit_area button + button {
  margin-top: 1rem;
}

.input_item:where(:not([type=radio], [type=checkbox], [type=file])) {
  display: block;
  width: 100%;
  height: 3.5em;
  padding: 1em 0.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3e3e3e;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #999999;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  outline: none;
}
.input_item:where(:not([type=radio], [type=checkbox], [type=file]))::-webkit-input-placeholder {
  color: #AAAAAA;
}
.input_item:where(:not([type=radio], [type=checkbox], [type=file]))::-moz-placeholder {
  color: #AAAAAA;
}
.input_item:where(:not([type=radio], [type=checkbox], [type=file])):-ms-input-placeholder {
  color: #AAAAAA;
}
.input_item:where(:not([type=radio], [type=checkbox], [type=file]))::-ms-input-placeholder {
  color: #AAAAAA;
}
.input_item:where(:not([type=radio], [type=checkbox], [type=file]))::placeholder {
  color: #AAAAAA;
}
.input_item:where(:not([type=radio], [type=checkbox], [type=file])).inline_parts {
  display: inline-block;
  width: auto;
}
@media screen and (max-width: 767px) {
  .input_item:where(:not([type=radio], [type=checkbox], [type=file])) {
    height: 2.5em;
    padding: 0.5em;
  }
}
.input_item:where(:not([type=radio], [type=checkbox], [type=file])):active, .input_item:where(:not([type=radio], [type=checkbox], [type=file])):focus {
  border-color: #333333;
  background-color: #fffad7;
}

textarea.input_item {
  height: auto;
}

/*** ラジオボタン ****/
input.input_item[type=radio] {
  display: none;
  border: 0;
  margin: 0;
}
input.input_item[type=radio] + label {
  display: block;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}
input.input_item[type=radio] + label:empty {
  min-height: 1em;
}
input.input_item[type=radio] + label:last-of-type {
  margin-bottom: 0;
}
input.input_item[type=radio] + label:before, input.input_item[type=radio] + label:after {
  content: "";
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
input.input_item[type=radio] + label:before {
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  border: 2px solid #999;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
input.input_item[type=radio] + label:after {
  top: 50%;
  left: 0.25em;
  width: 0.5em;
  height: 0.5em;
  background-color: transparent;
  -webkit-transform: scale(0) translateY(-50%);
          transform: scale(0) translateY(-50%);
}
input.input_item[type=radio]:checked + label:after {
  background-color: #FFA726;
  -webkit-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
}

input.input_item[type=checkbox] {
  display: none;
  margin: 0;
}
input.input_item[type=checkbox] + label {
  position: relative;
  padding: 10px 0px 10px 35px;
  line-height: 1.4;
  margin-bottom: 0;
}
input.input_item[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-color: white;
  border: 2px solid #c2ced2;
}
input.input_item[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  left: 13px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #FFA726;
  border-bottom: 3px solid #FFA726;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/***************************/
/* 一覧表示（TOP・一覧共通） */
/***************************/
#news-list ul.list_inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.0625rem;
  list-style: none;
  padding: 0;
}
#news-list ul.list_inner li a {
  color: #333;
}
#news-list ul.list_inner li .photo {
  width: 100%;
  height: 0;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 66.5%;
}
#news-list ul.list_inner li .photo span {
  display: block;
  width: 100%;
  height: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding-bottom: 66.5%;
}
#news-list ul.list_inner li dl.headline {
  margin-top: 0.6875rem;
  margin-bottom: 0;
}
#news-list ul.list_inner li dl.headline dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 6px;
}
#news-list ul.list_inner li dl.headline dt .category {
  font-size: 0.6875rem;
  line-height: 1.455;
  letter-spacing: 0.05em;
  border-radius: 89px;
  padding: 0 0.875rem 2px;
}
#news-list ul.list_inner li dl.headline dd {
  margin: 0;
}
#news-list ul.list_inner li dl.headline dd .new {
  color: #fff;
  font-size: 0.6875rem;
  background-color: #ff7272;
  border-radius: 89px;
  margin-top: 2px;
  padding: 0 0.55rem;
}
#news-list ul.list_inner li dl.headline dd a {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.533;
  letter-spacing: 0.05em;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news-list ul.list_inner li dl.headline dd:has(.new) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}
#news-list ul.list_inner li dl.headline dd:has(.new) a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#news-list ul.list_inner li:has(a:hover) .photo span {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#news-list ul.list_inner:has(.none_headline) {
  display: block;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #news-list ul.list_inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  #news-list ul.list_inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  #news-list ul.list_inner li dl.headline dt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#news-list nav ul.pagination {
  margin-top: 5.20625rem;
}
#news-list nav ul.pagination li.page-item .page-link {
  color: #aeaeae;
  font-size: 1.125rem;
  font-weight: 400;
  background-color: transparent;
  border: none;
}
#news-list nav ul.pagination li.page-item.active .page-link {
  color: #FFA726;
}
#news-list nav ul.pagination li.page-item:first-of-type, #news-list nav ul.pagination li.page-item:last-of-type {
  background-color: #fafafa;
  border: 2px solid #ececec;
  border-radius: 10px;
}
#news-list nav ul.pagination li.page-item:first-of-type .page-link, #news-list nav ul.pagination li.page-item:last-of-type .page-link {
  color: #FFA726;
}
#news-list nav ul.pagination li.page-item:first-of-type {
  margin-right: 2.125rem;
}
#news-list nav ul.pagination li.page-item:last-of-type {
  margin-left: 2.125rem;
}
#news-list .news_tab {
  margin-bottom: 1rem;
}
#news-list .news_tab .tab_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.6875rem;
  padding: 0;
}
#news-list .news_tab .tab_head li {
  list-style: none;
  width: 20%;
  height: 60px;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#news-list .news_tab .tab_head li:has(input:checked), #news-list .news_tab .tab_head li.active {
  background-color: #FFA726;
}
#news-list .news_tab .tab_head li:has(input:checked) label, #news-list .news_tab .tab_head li.active label {
  color: #fff;
}
#news-list .news_tab .tab_head li:has(input) input {
  display: none;
}
#news-list .news_tab .tab_head li:has(input) label {
  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;
  height: 100%;
}
#news-list .news_tab .tab_head li:has(a) a {
  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;
  height: 100%;
  text-decoration: none;
}
#news-list .news_tab .tab_head li label {
  color: #333;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: pointer;
  margin: 0;
}
#news-list .news_tab .tab_head li:first-of-type {
  border-radius: 10px 0 0 10px;
}
#news-list .news_tab .tab_head li:last-of-type {
  border-radius: 0 10px 10px 0;
}
#news-list .news_tab .tab_head li:hover {
  background-color: #FFA726;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#news-list .news_tab .tab_head li:hover label {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #news-list .news_tab .tab_head li {
    padding: 0.5rem;
  }
  #news-list .news_tab .tab_head li label {
    font-size: 0.75rem;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  #news-list .news_tab .tab_head li {
    padding: 0.125rem;
  }
  #news-list .news_tab .tab_head li label {
    letter-spacing: normal;
  }
}

/**************/
/* 一覧ページ */
/**************/
.page-item .page-link {
  color: #FFA726;
}
.page-item.active .page-link {
  background-color: #FFA726;
  border-color: #FFA726;
}
.page-item a.page-link[href="list.php?page="] {
  cursor: auto;
  pointer-events: none;
  color: #151515;
  background-color: #dddddd;
}

.category-list .category {
  display: inline-block;
  font-family: "Zen Kaku Gothic New", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  font-size: 0.6875rem;
  line-height: 1.455;
  letter-spacing: 0.05em;
  border-radius: 89px;
  padding: 0 0.875rem 2px;
}
.category-list .category + .category {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .category-list .category {
    font-size: 0.75rem;
    padding: 0 6px;
  }
}

body.top-page {
  background-color: #FBF9F1;
  /** 共通見出し（細部は各項目で指定） **/
}
body.top-page section.top_mainvisual {
  width: 100%;
  height: 0;
  padding-bottom: max(40%, 100vh - 104px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.top-page section.top_mainvisual {
    width: 100%;
    padding-bottom: 80.25%;
  }
}
body.top-page section.top_mainvisual div.top_slideshow {
  position: absolute;
  top: 50%;
  right: 2.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 1450px;
  width: 77%;
  margin-left: auto;
  height: 0;
  border-radius: 0 10px 10px 0;
  padding-bottom: calc(100vh - 104px - 4.125rem);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body.top-page section.top_mainvisual div.top_slideshow .slide {
  position: absolute;
  top: 0%;
  left: 0%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 3s ease, -webkit-transform 5s linear;
  transition: opacity 3s ease, -webkit-transform 5s linear;
  transition: opacity 3s ease, transform 5s linear;
  transition: opacity 3s ease, transform 5s linear, -webkit-transform 5s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1.15) translate3d(0, 0, 0);
          transform: scale(1.15) translate3d(0, 0, 0);
}
body.top-page section.top_mainvisual div.top_slideshow .slide.showfase {
  opacity: 1;
  -webkit-transform: scale(1.075) translate3d(0, 0, 0) rotate(0.0001deg);
          transform: scale(1.075) translate3d(0, 0, 0) rotate(0.0001deg);
}
body.top-page section.top_mainvisual div.top_slideshow .slide.fadefase {
  opacity: 0;
  -webkit-transform: scale(1) translate3d(0, 0, 0) rotate(0.0001deg);
          transform: scale(1) translate3d(0, 0, 0) rotate(0.0001deg);
}
@media screen and (max-width: 767px) {
  body.top-page section.top_mainvisual div.top_slideshow {
    left: 50%;
    right: auto;
    width: 95%;
    border-radius: 10px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding-bottom: 80.25%;
  }
}
body.top-page section.top_mainvisual div.top_photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  body.top-page section.top_mainvisual div.top_photo {
    background-image: url(../img/main_visual_sp.jpg) !important;
  }
}
body.top-page section.top_mainvisual div.contents {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.top-page section.top_mainvisual div.contents div.catch {
  position: absolute;
  top: 50%;
  left: 7%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
body.top-page section.top_mainvisual div.contents div.catch h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  color: #fff;
  font-size: 2.875rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin: 0;
}
body.top-page section.top_mainvisual div.contents div.catch h2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 70px;
  font-family: "HannariMincho", "Zen Kaku Gothic New", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background-color: rgba(255, 167, 38, 0.78);
  padding-left: 0.8125rem;
}
body.top-page section.top_mainvisual div.contents::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 4.5rem);
  height: calc(100vh - 104px - 4.125rem);
  background-color: #FFA726;
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -2;
}
@media screen and (max-width: 991px) {
  body.top-page section.top_mainvisual div.contents div.catch h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  body.top-page section.top_mainvisual div.contents div.catch {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    padding: 1rem;
  }
  body.top-page section.top_mainvisual div.contents div.catch h2 {
    font-size: 1.5rem;
  }
  body.top-page section.top_mainvisual div.contents div.catch h2 span {
    height: 55px;
  }
  body.top-page section.top_mainvisual div.contents::before {
    display: none;
  }
}
body.top-page .top_title {
  color: #333;
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.375rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 1.9375rem;
}
@media screen and (max-width: 767px) {
  body.top-page .top_title {
    font-size: 1.875rem;
  }
}
body.top-page a.original-btn {
  min-width: 377px;
  height: 80px;
  font-size: 1.25rem;
  border-radius: 40px;
  background-color: #81C784;
  border-color: #81C784;
}
body.top-page a.original-btn:hover {
  color: #81C784;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body.top-page a.original-btn {
    min-width: 100%;
    font-size: 1.125rem;
  }
}
body.top-page .top_about_wrap {
  position: relative;
  text-align: center;
  overflow-x: clip;
  padding: 2.75rem 0 7.5rem;
}
body.top-page .top_about_wrap::before {
  content: "";
  position: absolute;
  top: -109px;
  left: 50%;
  display: block;
  width: 909px;
  height: 614px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
body.top-page .top_about_wrap img {
  position: absolute;
  top: -3.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body.top-page .top_about_wrap ul#top_slick {
  list-style: none;
  margin-bottom: 3.5625rem;
  padding: 0;
}
body.top-page .top_about_wrap ul#top_slick li span {
  display: block;
  width: 280px;
  height: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding-bottom: 92.86%;
}
body.top-page .top_about_wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
body.top-page .top_about_wrap .top_title + p {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 3.125rem;
}
body.top-page .top_about_wrap p {
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  body.top-page .top_about_wrap .top_title + p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  body.top-page .top_about_wrap ul#top_slick li span {
    width: 150px;
    border-radius: 10px;
  }
  body.top-page .top_about_wrap .slick-track {
    gap: 10px;
  }
}
body.top-page .top_news_wrap {
  padding: 2rem 0 14.0625rem;
}
body.top-page .top_news_wrap .news_tab .tab_head {
  display: contents;
}
body.top-page .top_news_wrap .news_tab .tab_head input[name=tab_switch] {
  display: none;
}
body.top-page .top_news_wrap .news_tab .tab_content {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  display: none;
  overflow: hidden;
}
body.top-page .top_news_wrap .news_tab .tab_content.active {
  display: block;
}
body.top-page .top_news_wrap .news_tab .tab_content ul.list_inner {
  margin-bottom: 2.6875rem;
}
body.top-page .top_news_wrap .newslist_btn {
  text-align: center;
  margin: 0;
}

/************************************
サイトマップテーブル
************************************/
table.sitemap-table {
  width: 100%;
}
table.sitemap-table th,
table.sitemap-table td {
  line-height: 1.2;
  border-top: none;
  border-bottom: 1px solid #cccccc;
  padding: 20px;
}
table.sitemap-table th {
  font-size: 1rem;
  width: 50px;
  white-space: nowrap;
  font-weight: normal;
}
table.sitemap-table a {
  color: #212529;
  text-decoration: none;
}
table.sitemap-table a:hover, table.sitemap-table a:active, table.sitemap-table a:focus {
  text-decoration: underline;
}
table.sitemap-table td {
  font-size: 1rem;
  font-weight: normal;
}
table.sitemap-table td p {
  margin-bottom: 0;
}
table.sitemap-table td p + p {
  margin-top: 1em;
}
table.sitemap-table td p a {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}
table.sitemap-table td p a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 0;
  left: 0;
  color: #FFA726;
}
@media screen and (max-width: 767px) {
  table.sitemap-table {
    display: block;
  }
  table.sitemap-table tbody, table.sitemap-table tr, table.sitemap-table th, table.sitemap-table td {
    display: block;
  }
  table.sitemap-table th {
    width: auto;
    white-space: normal;
    border-bottom: none;
    padding: 15px 10px;
  }
  table.sitemap-table td {
    padding: 0 20px;
    margin: 10px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

ul.link_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.link_list li a.original-btn {
  min-width: 100%;
}
@media screen and (max-width: 767px) {
  ul.link_list {
    gap: 0.5rem;
  }
  ul.link_list li a.original-btn {
    height: 60px;
  }
}

.school_tbl table tr th:first-of-type, .school_tbl table tr td:first-of-type {
  width: 30%;
}
.school_tbl table tr th:last-of-type, .school_tbl table tr td:last-of-type {
  width: 15%;
}

.school_map_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.school_map_navi .map_block {
  width: 70%;
  padding: 0 60px;
}
.school_map_navi .list_block {
  width: 27%;
}
.school_map_navi .list_block ul {
  padding: 0;
  margin: 0 0 3.75rem;
  list-style: none;
}
.school_map_navi .list_block ul li {
  border-bottom: 1px solid #CCCCCC;
  padding: 1.125rem 0;
}
.school_map_navi .list_block ul li a {
  color: #333333;
  text-decoration: none;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  border-left: 4px solid #FFA726;
  position: relative;
}
.school_map_navi .list_block ul li a span {
  font-size: 1.875rem;
}
.school_map_navi .list_block ul li a::after {
  content: "";
  display: block;
  width: 15px;
  height: 13px;
  background-color: #FFA726;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  right: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.school_map_navi .list_block ul li a:is(:hover, :focus, :active) {
  color: #FFA726;
}
.school_map_navi .list_block p {
  font-size: 0.875rem;
  margin-bottom: 0;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .school_map_navi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2rem;
  }
  .school_map_navi .map_block {
    width: 100%;
  }
  .school_map_navi .list_block {
    width: 100%;
  }
}

ul.press_list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
ul.press_list li.press_item {
  width: calc((1200px - 2rem) / 3);
  position: relative;
  border: 1px solid #eee;
  background-color: #FBF9F1;
  /*&::before{
      content: "\f1c1";
      position: absolute;
      top: 10px;
      left: 20px;
      font-size: 1.3rem;
      font-family: "Font Awesome 5 Free";
      color: config.$variables-theme-color;
      margin-right: 8px;
  }*/
}
@media screen and (max-width: 991px) {
  ul.press_list li.press_item {
    width: calc((100% - 1rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  ul.press_list li.press_item {
    width: calc((100% - 1rem) / 2);
  }
}
@media screen and (max-width: 575px) {
  ul.press_list li.press_item {
    width: 100%;
  }
}
ul.press_list li.press_item a {
  color: #333;
  padding-left: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  /*span.press-meta{
      font-size: 0.8rem;
  }*/
}
ul.press_list li.press_item a span.thumbnail {
  display: block;
  width: 25%;
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: thin solid #eee;
  background-color: #fff;
}
ul.press_list li.press_item a span.title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.photo-and-text.watch_shipren {
  max-width: 766px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.photo-and-text.watch_shipren div.text-area strong {
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  border-bottom: 4px solid #FFA726;
  line-height: 1.4;
  display: inline-block;
  padding-bottom: 0.375rem;
}
.photo-and-text.watch_shipren div.text-area p a.btn_shipren {
  display: block;
  width: 21em;
  color: #FFA726;
  background-color: #fff;
  border: 1px solid #FFA726;
  text-align: center;
  text-decoration: none;
  margin-top: 1rem;
  padding-top: 0.9375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.9375rem;
  font-weight: 700;
  border-radius: 10px;
}
.photo-and-text.watch_shipren div.text-area p a.btn_shipren:is(:hover, :focus, :active) {
  color: #fff;
  background-color: #FFA726;
}
@media screen and (max-width: 767px) {
  .photo-and-text.watch_shipren {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .photo-and-text.watch_shipren:where(.photo-left) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .photo-and-text.watch_shipren:where(.photo-right) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .photo-and-text.watch_shipren span.photo-area {
    width: auto !important;
    max-width: 20%;
  }
  .photo-and-text.watch_shipren div.text-area strong {
    font-size: 1.2857rem;
    padding-left: 0.555em;
    border-left: 4px solid #FFA726;
    border-bottom: none;
  }
  .photo-and-text.watch_shipren div.text-area p a.btn_shipren {
    width: 100%;
    padding-top: 0.66rem;
    padding-bottom: 0.66rem;
  }
}

section.extend.watch_shipren {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
section.extend.watch_shipren + div.container-fluid {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  section.extend.watch_shipren {
    padding-top: 2.2857rem;
    padding-bottom: 2.2857rem;
  }
  section.extend.watch_shipren + div.container-fluid {
    padding-top: 2.2857rem;
    padding-bottom: 2.2857rem;
  }
}

main:has(article section.watch_shipren) {
  padding-bottom: 0;
}

/*********/
/*詳細画面*/
/********/
body.news-page {
  background-color: #FBF9F1;
}
body.news-page div.content em.content-title {
  display: block;
  border-bottom: 3px solid #FFA726;
  font-style: normal;
  font-size: 1.75rem;
  font-weight: bold;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
}
body.news-page div.content div.content-info {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1em;
}
body.news-page div.content div.content-info .category {
  font-size: 0.6875rem;
  line-height: 1.455;
  letter-spacing: 0.05em;
  border-radius: 89px;
  padding: 0 0.875rem 2px;
}
body.news-page div.content p.content-data {
  border-top: 1px solid #FFA726;
  border-bottom: 1px solid #FFA726;
  text-align: right;
  padding: 0.5rem 0;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  body.news-page div.content em.content-title {
    font-size: 1.3rem;
  }
}
body.news-page #news-list .headline_list ul.list_inner {
  grid-template-columns: repeat(3, 1fr);
}
body.news-page.information-list main {
  margin-bottom: 3.25rem;
}

body.form-page .custom-form {
  margin-top: -4.25rem;
  padding-top: 8.5rem;
}
body.form-page p.form_lead {
  margin-bottom: 3.25rem;
  letter-spacing: 0.092em;
}
body.form-page section.contactform_wrap div.tel-number,
body.form-page section.contactform_wrap div.fax-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #CCCCCC;
  padding-top: 3rem;
  padding-bottom: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.form-page section.contactform_wrap div.tel-number h4,
body.form-page section.contactform_wrap div.fax-number h4 {
  font-size: 1.25rem;
  width: 100%;
  margin-bottom: 0;
}
body.form-page section.contactform_wrap div.tel-number p,
body.form-page section.contactform_wrap div.fax-number p {
  margin-bottom: 0;
}
body.form-page section.contactform_wrap div.tel-number p.type,
body.form-page section.contactform_wrap div.fax-number p.type {
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: 2px solid #000000;
  margin-right: 1em;
  letter-spacing: 0.092em;
}
body.form-page section.contactform_wrap div.tel-number p.number,
body.form-page section.contactform_wrap div.fax-number p.number {
  font-size: 2.5rem;
  font-weight: 500;
  margin-right: 2rem;
  letter-spacing: 0.092em;
}
body.form-page section.contactform_wrap div.tel-number p.supplementary,
body.form-page section.contactform_wrap div.fax-number p.supplementary {
  font-size: 1rem;
  letter-spacing: 0.092em;
}
@media screen and (max-width: 767px) {
  body.form-page section.contactform_wrap div.tel-number,
  body.form-page section.contactform_wrap div.fax-number {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  body.form-page section.contactform_wrap div.tel-number p.number,
  body.form-page section.contactform_wrap div.fax-number p.number {
    white-space: nowrap;
    font-size: 2rem;
  }
  body.form-page section.contactform_wrap div.tel-number p.supplementary,
  body.form-page section.contactform_wrap div.fax-number p.supplementary {
    width: 100%;
  }
}

div.photoup_wrap + div.photoup_wrap {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: solid 1px #CCC;
}
div.photoup_wrap input.input_item[type=file] {
  display: none;
}
div.photoup_wrap input.input_item[type=file] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
div.photoup_wrap input.input_item[type=file] + label:not(:has(+ img)) {
  margin-bottom: 0;
}
div.photoup_wrap input.input_item[type=file] + label span.dummy_button.original-btn {
  cursor: pointer;
  min-width: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 10px;
  line-height: 1;
}

main.soudan-form {
  background: linear-gradient(to bottom, #FFF5E5 0, #FFF5E5 47px, #FFFFFF 263px);
}
main.soudan-form h2.lv0s {
  font-size: 2.25rem;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  main.soudan-form h2.lv0s {
    font-size: 1.5rem;
    margin: 1.5rem 0;
  }
}/*# sourceMappingURL=style.css.map */