@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");
html, body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", Roboto, Arial, "游ゴシック", "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 {
  overflow-x: hidden;
  word-break: break-word;
}
body.open {
  overflow: hidden;
}

.container-fluid {
  max-width: 1230px; /*　画面幅の上限　*/
  margin-left: auto;
  margin-right: auto;
  --adjust_padding: 30px;
  max-width: calc(1200px + 2 * var(--adjust_padding));
  padding-left: var(--adjust_padding);
  padding-right: var(--adjust_padding);
}
.container-fluid.narrow-width {
  max-width: 950px;
}

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

.cookie_policy {
  display: none;
  position: fixed;
  bottom: 0;
  right: calc(50px + 1rem);
  color: #9EBD34;
  background-color: #fff;
  border: 1px solid #9EBD34;
  border-bottom: none;
  padding: 10px;
  z-index: 999;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.cookie_policy p {
  margin: 0;
}
.cookie_policy:hover {
  color: #fff;
  background-color: #9EBD34;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.cookie_content {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  max-width: 30em;
  width: 100%;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 999;
}
.cookie_content .cookie_text {
  color: #fff;
}
.cookie_content .cookie_text a {
  color: dodgerblue;
}
.cookie_content .cookie_btn {
  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;
  gap: 1rem;
  margin-top: 1rem;
}
.cookie_content .cookie_btn span {
  font-weight: 500;
  padding: 0.5em 1.5em;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.cookie_content .cookie_btn span.cookie_agree {
  color: #fff;
  background-color: dodgerblue;
}
.cookie_content .cookie_btn span.cookie_disagree {
  color: rgb(92, 114, 145);
  background-color: #fff;
}
.cookie_content .cookie_btn span:hover {
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media screen and (max-width: 575px) {
  .cookie_content {
    bottom: 0;
    right: auto;
    max-width: 100%;
    font-size: 0.75rem;
  }
  .cookie_content .cookie_text {
    margin-bottom: 1em;
  }
}

@-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: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 130px;
  background-color: #111;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: height background-color;
  transition-property: height background-color;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
header.global_header h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  margin-left: 2.8125dvw;
  height: 1;
}
header.global_header h1 a {
  width: 199px;
  line-height: 1;
}
header.global_header h1 a img {
  max-width: 100%;
}
header.global_header nav.global_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 99;
  padding-left: 3.25rem;
  padding-right: 3.25dvw;
}
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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
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: 2.4dvw;
  text-align: right;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: static;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 0;
  -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 span.page_img {
  display: inline-block;
  width: 245px;
  height: 160px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 1.5px;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu a span.page_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu a:is(:hover, :focus) {
  color: #9EBD34;
  -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[href="javascript:void(0);"] {
  pointer-events: none;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu {
  display: none;
  position: absolute;
  top: calc(50% + 10px);
  right: 0;
  -webkit-transition: opacity 0.25s, top 0.25s;
  transition: opacity 0.25s, top 0.25s;
  max-width: 1200px;
  padding-top: 1.75rem;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu div.menu_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.4375rem;
  width: 100%;
  text-align: left;
  background-color: #f5f5f5;
  border-radius: 15px;
  padding: 3.375rem 3.125rem 3rem;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu div.menu_inner div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu div.menu_inner div h3 {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  color: #333;
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu div.menu_inner div h3 span {
  color: #9EBD34;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu div.menu_inner div a {
  color: #333333;
  font-size: 0.8125rem;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  position: relative;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu div.menu_inner div a::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #9FBF32;
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu div.menu_inner div a::before {
  content: "";
  display: block;
  width: 5px;
  height: 7px;
  background-color: #9FBF32;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu div.menu_inner div a:is(:hover, :focus, :active) {
  color: #9FBF32;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu div.menu_inner div a:is(:hover, :focus, :active)::after {
  background-color: #9FBF32;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu div.menu_inner div a:is(:hover, :focus, :active)::before {
  background-color: #ffffff;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu div.menu_inner ul {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 2.5rem;
  margin: 0;
  padding: 0;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu div.menu_inner ul li {
  list-style: none;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu div.menu_inner ul li a {
  display: inline-block;
  white-space: nowrap;
  color: #333;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu div.menu_inner ul li a p {
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-align: left;
  line-height: 1.5;
  margin: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu div.menu_inner ul li a:hover p, header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu div.menu_inner ul li a:active p, header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu div.menu_inner ul li a:focus p {
  color: #9EBD34;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu div.menu_inner ul li a:hover span.page_img img, header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu div.menu_inner ul li a:active span.page_img img, header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu div.menu_inner ul li a:focus span.page_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu:has(.sub_menu)::before {
  content: "";
  display: block;
  width: 15px;
  height: 9px;
  background-image: url("../img/arrow.svg");
  background-size: cover;
}
@media (max-width: 1275px) {
  header.global_header nav.global_nav {
    padding-left: 1.5rem;
  }
  header.global_header nav.global_nav h1 a {
    width: 175px;
  }
  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: 0.875rem;
  }
  header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu div.menu_inner ul {
    grid-template-columns: repeat(2, auto);
  }
}
@media screen and (max-width: 991px) {
  header.global_header > nav.global_nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header.global_header {
    height: 55px;
    padding: 0 0 0 15px;
  }
  header.global_header h1 {
    margin-left: 0;
  }
  header.global_header h1 a {
    width: 130px;
  }
}

label.modal_toggle_btn {
  position: fixed;
  top: 0;
  right: 0;
  border: none;
  display: none;
  gap: 0.9375rem;
  -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;
  cursor: pointer;
  line-height: 1;
  width: 132px;
  height: 130px;
  margin: 0;
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
  z-index: 999;
}
label.modal_toggle_btn span {
  display: block;
  width: 50px;
  height: 1px;
  background-color: #fff;
}
label.modal_toggle_btn:hover, label.modal_toggle_btn:active, label.modal_toggle_btn:focus {
  background-color: #9EBD34;
}
label.modal_toggle_btn:has(+ input#modal_menu_flg:checked) span {
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
label.modal_toggle_btn:has(+ input#modal_menu_flg:checked) span:first-of-type {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
label.modal_toggle_btn:has(+ input#modal_menu_flg:checked) span:nth-of-type(2) {
  opacity: 0;
}
label.modal_toggle_btn:has(+ input#modal_menu_flg:checked) span:last-of-type {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media screen and (max-width: 575px) {
  label.modal_toggle_btn:has(+ input#modal_menu_flg:checked) span:last-of-type::after {
    top: calc(50% + 12px);
    left: 7px;
  }
}
@media screen and (max-width: 991px) {
  label.modal_toggle_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  label.modal_toggle_btn {
    width: 55px;
    height: 55px;
    gap: 0.5rem;
  }
  label.modal_toggle_btn span {
    width: 26px;
  }
}

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

div.modal_menu {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
  opacity: 0;
  pointer-events: none;
  padding: 100px 30px;
  overflow-y: scroll;
}
input#modal_menu_flg:checked + div.modal_menu {
  opacity: 1;
  pointer-events: auto;
}
body:not(.open) > div.modal_menu div.global_menu ul li:has(label.sub_menu_flg input:checked) div.sub_menu {
  pointer-events: none;
}
div.modal_menu div.global_menu ul {
  width: 100%;
  max-width: 767px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
div.modal_menu div.global_menu ul li.main_menu {
  border-bottom: 1px solid #707070;
}
div.modal_menu div.global_menu ul li.main_menu a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 1.125rem;
  text-decoration: none;
  padding: 10px;
}
div.modal_menu div.global_menu ul li.main_menu a:hover, div.modal_menu div.global_menu ul li.main_menu a:active, div.modal_menu div.global_menu ul li.main_menu a:focus, div.modal_menu div.global_menu ul li.main_menu a[href="javascript:void(0);"] {
  background-color: #707070;
}
div.modal_menu div.global_menu ul li.main_menu a[href="javascript:void(0);"] {
  cursor: default;
}
div.modal_menu div.global_menu ul li.main_menu label.sub_menu_flg {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0;
}
div.modal_menu div.global_menu ul li.main_menu label.sub_menu_flg input {
  display: none;
}
div.modal_menu div.global_menu ul li.main_menu label.sub_menu_flg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #9EBD34;
  border-right: 2px solid #9EBD34;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin: auto;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
div.modal_menu div.global_menu ul li.main_menu div.sub_menu {
  height: 0;
  opacity: 0;
  pointer-events: none;
}
div.modal_menu div.global_menu ul li.main_menu div.sub_menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 1rem;
  border-bottom: none;
  padding-top: 0.46875rem;
  padding-bottom: 0.46875rem;
}
div.modal_menu div.global_menu ul li.main_menu div.sub_menu a::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  width: 10px;
  height: 2px;
  background-color: #9EBD34;
}
div.modal_menu div.global_menu ul li.main_menu div.sub_menu a:last-of-type {
  padding-bottom: 10px;
}
div.modal_menu div.global_menu ul li.main_menu:has(label.sub_menu_flg) > a {
  padding-right: 50px;
}
div.modal_menu div.global_menu ul li.main_menu:has(label.sub_menu_flg input:checked) label.sub_menu_flg::after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
div.modal_menu div.global_menu ul li.main_menu:has(label.sub_menu_flg input:checked) div.sub_menu {
  height: auto;
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 575px) {
  div.modal_menu div.global_menu ul li.main_menu a {
    font-size: 1.285rem;
  }
  div.modal_menu div.global_menu ul li.main_menu label.sub_menu_flg::after {
    width: 9px;
    height: 9px;
  }
  div.modal_menu div.global_menu ul li.main_menu div.sub_menu a {
    font-size: 1.143rem;
  }
}

@media screen and (min-width: 768px) {
  body.scrolled {
    --scroll_width: 80px;
  }
  body.scrolled header.global_header {
    height: var(--scroll_width);
  }
  body.scrolled header.global_header h1 a {
    width: 170px;
  }
  body.scrolled label.modal_toggle_btn {
    height: var(--scroll_width);
    width: var(--scroll_width);
  }
  body.scrolled label.modal_toggle_btn span {
    width: 40px;
  }
}
div.global_footer {
  position: relative;
  background-color: #111;
  z-index: 1;
}
div.global_footer footer {
  position: relative;
  color: #fff;
  border-bottom: 1px solid #707070;
  padding-top: 4.9375rem;
  padding-bottom: 4.84375rem;
}
div.global_footer footer div.footer_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1260px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
div.global_footer footer div.footer_contents .footer_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.125rem;
}
div.global_footer footer div.footer_contents .footer_left .logo {
  width: 259px;
}
div.global_footer footer div.footer_contents .footer_left .logo img {
  max-width: 100%;
  width: 100%;
}
div.global_footer footer div.footer_contents .footer_left .logo p {
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: right;
  margin: 0;
  padding-right: 5px;
}
div.global_footer footer div.footer_contents .footer_left .company {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: left;
}
div.global_footer footer div.footer_contents .footer_left .company p {
  font-size: 0.875rem;
  line-height: 1.571;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
}
div.global_footer footer div.footer_contents .footer_left .company p strong {
  display: block;
  color: #9EBD34;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
div.global_footer footer div.footer_contents .footer_left .company p:last-of-type {
  margin: 0;
}
div.global_footer footer div.footer_contents .footer_right {
  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;
  padding-top: 1.3125rem;
  padding-right: 4.5rem;
}
div.global_footer footer div.footer_contents .footer_right a.original-btn {
  width: 100%;
  background-color: #333;
  border-color: #fff;
}
div.global_footer footer div.footer_contents .footer_right a.original-btn:hover, div.global_footer footer div.footer_contents .footer_right a.original-btn:active, div.global_footer footer div.footer_contents .footer_right a.original-btn:focus {
  color: #fff;
  background-color: #9EBD34;
  border-color: #9EBD34;
}
div.global_footer footer div.footer_contents .footer_right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.875rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
div.global_footer footer div.footer_contents .footer_right ul li a {
  color: #fff;
}
@media screen and (max-width: 1199px) {
  div.global_footer footer div.footer_contents .footer_left {
    gap: 2rem;
  }
  div.global_footer footer div.footer_contents .footer_right {
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  div.global_footer footer div.footer_contents .footer_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  div.global_footer footer div.footer_contents .footer_right {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  div.global_footer footer {
    padding-top: 2.43857rem;
    padding-bottom: 2.2857rem;
  }
  div.global_footer footer div.footer_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  div.global_footer footer div.footer_contents .footer_left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
  div.global_footer footer div.footer_contents .footer_left .logo {
    width: 199px;
  }
  div.global_footer footer div.footer_contents .footer_left .company {
    text-align: center;
  }
  div.global_footer footer div.footer_contents .footer_right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    padding: 0;
  }
  div.global_footer footer div.footer_contents .footer_right a {
    max-width: 80%;
  }
}
div.global_footer .copyright {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0.875rem 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;
}

/************************************
ヘッダー部分可変時の余白対応
************************************/
body:not(.top-page)::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #111;
  width: 100%;
  height: 130px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  body:not(.top-page)::before {
    height: 60px;
  }
}

body:not(.top-page) main {
  margin-top: 130px;
}
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;
  overflow: hidden;
}
main .rowwrap .primary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main .rowwrap .secondary {
  width: 21.6667%;
  margin-left: 4.75%;
}
@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 {
    width: 100%;
    margin-top: 3rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  body:not(.top-page) main {
    margin-top: 50px;
  }
}

/*****************/
/* ページタイトル */
/****************/
main div.page-head {
  height: 336px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 8.3125rem;
}
@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: 350px;
  background-color: #000;
}
@media screen and (max-width: 991px) {
  main div.page-title {
    height: 230px;
  }
}
@media screen and (max-width: 767px) {
  main div.page-title {
    padding-top: 0;
    height: 8rem;
    margin-bottom: 2rem;
  }
}
main div.page-title .container-fluid {
  position: relative;
}
main div.page-title .container-fluid > h2 {
  margin: 0;
}
main div.page-title .container-fluid span {
  display: block;
  color: #fff;
}
main div.page-title .container-fluid span.en {
  font-size: 3.4375rem;
  font-family: "Oswald", "Noto Sans JP", Roboto, Arial, "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.491;
  letter-spacing: 0.05em;
}
main div.page-title .container-fluid span.en::first-letter {
  color: #9EBD34;
}
main div.page-title .container-fluid span.jp {
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  main div.page-title .container-fluid span.en {
    font-size: 1.875rem;
    letter-spacing: 0.101em;
  }
  main div.page-title .container-fluid span.jp {
    font-size: 1rem;
  }
}
main div.page-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #363636 1px, transparent 1px), linear-gradient(#363636 1px, transparent 1px);
  background-size: 1rem 1rem;
  opacity: 0.52;
}
main:not(:has(div.page-head)) div.page-title {
  margin-bottom: 3.75rem;
}

/***************+*/
/* ぱんくずリスト */
/****************/
nav.breadcrumb-filud {
  position: absolute;
  bottom: 0;
  width: 100%;
}
nav.breadcrumb-filud ol.breadcrumb {
  max-width: 1230px;
  font-size: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: transparent;
  margin: 0 auto;
  padding: 0.75rem 15px;
}
nav.breadcrumb-filud ol.breadcrumb li.breadcrumb-item {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
nav.breadcrumb-filud ol.breadcrumb li.breadcrumb-item a {
  color: #b2b2b2;
}
nav.breadcrumb-filud ol.breadcrumb li.breadcrumb-item + .breadcrumb-item {
  padding: 0;
}
nav.breadcrumb-filud ol.breadcrumb li.breadcrumb-item + .breadcrumb-item::before {
  content: "|";
  padding: 0 0.75rem;
}
nav.breadcrumb-filud ol.breadcrumb li.breadcrumb-item.active {
  color: #b2b2b2;
}
@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 {
  font-size: 1.125rem;
  color: #ffffff;
  background-color: #9EBD34;
  margin: 0 auto;
  padding: 1rem 0;
  text-align: center;
  line-height: 1;
  font-weight: normal;
  font-weight: bold;
}
aside.secondary nav.sidebar-menu {
  /* メニュー本体 */
}
aside.secondary nav.sidebar-menu > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
aside.secondary nav.sidebar-menu > ul > li {
  border-bottom: 1px dotted #999999;
  line-height: 1.2;
  padding: 1px 0;
}
aside.secondary nav.sidebar-menu > ul > li > a {
  padding: 20px 15px;
  display: block;
  text-decoration: none;
  color: #000000;
  font-size: 0.875rem;
}
aside.secondary nav.sidebar-menu > ul > li > a::before {
  padding-right: 0.75em;
  color: #9EBD34;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}
aside.secondary nav.sidebar-menu > ul > li:hover > a, aside.secondary nav.sidebar-menu > ul > li:active > a, aside.secondary nav.sidebar-menu > ul > li.active > a {
  text-decoration: none;
  background-color: #EEEEEE;
}
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;
}

body:not(.top-page) article {
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  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 {
  font-size: 1.75rem;
  color: #111;
  font-family: "Roboto", "Noto Sans JP", Roboto, Arial, "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.lv1 span {
  position: relative;
  display: inline-block;
  line-height: 1.429;
  padding-left: 1.1875rem;
}
.lv1 span::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 4px;
  height: calc(100% - 5px);
  background-color: #9EBD34;
}
@media screen and (max-width: 767px) {
  .lv1 {
    font-size: 1.375rem;
  }
  .lv1 span::before {
    top: 2.5px;
  }
}

.lv2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.9375rem;
  color: #111;
  font-family: "Roboto", "Noto Sans JP", Roboto, Arial, "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.4235;
  letter-spacing: 0.1em;
}
.lv2::before {
  content: "";
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: #9EBD34;
  margin-top: 13px;
}
.lv2 span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.423;
}
@media screen and (max-width: 767px) {
  .lv2 {
    font-size: 1.2857rem;
  }
  .lv2::before {
    margin-top: 8px;
  }
}

.lv3 {
  color: #000;
  font-family: "Roboto", "Noto Sans JP", Roboto, Arial, "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 0.1em;
}
.lv3 span {
  border-bottom: 2px solid #9EBD34;
  line-height: 1.88;
  padding-bottom: 4.5px;
}
@media screen and (max-width: 767px) {
  .lv3 {
    font-size: 1.2857rem;
  }
}

.lv4 {
  color: #000;
  font-family: "Roboto", "Noto Sans JP", Roboto, Arial, "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1.88;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .lv4 {
    font-size: 1.125rem;
  }
}

/*************/
/*テキストのみ*/
/************/
.text-only {
  margin: 0;
}
.text-only p {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 2;
}
@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.375rem;
}
.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;
}
.photo-and-text div.text-area > strong {
  display: block;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 2.5625rem;
}
.photo-and-text div.text-area p {
  font-size: 1.125rem;
  line-height: 2;
  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: auto;
}
@media screen and (max-width: 991px) {
  .photo-and-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.25rem;
  }
  .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.375rem;
    margin-bottom: 1.25rem;
  }
  .photo-and-text div.text-area p {
    font-size: 1rem;
  }
}

/*********************/
/* 2列写真+キャプション */
/* 3列写真+キャプション */
/* 4列写真+キャプション */
/*********************/
@property --even_aspect {
  syntax: "*";
  inherits: false;
  initial-value: 16/9;
}
.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: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.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;
}
.two-photo .photo_set .caption-title,
.three-photo .photo_set .caption-title,
.four-photo .photo_set .caption-title {
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 15px;
  text-align: left;
  margin-bottom: 0;
}
.two-photo .photo_set .caption-text,
.three-photo .photo_set .caption-text,
.four-photo .photo_set .caption-text {
  margin: 5px 0;
  line-height: 1.6;
  text-align: left;
}
.two-photo .photo_set span.photo_even,
.three-photo .photo_set span.photo_even,
.four-photo .photo_set span.photo_even {
  display: block;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1.5;
  position: relative;
  aspect-ratio: var(--even_aspect);
}
.two-photo .photo_set span.photo_even img,
.three-photo .photo_set span.photo_even img,
.four-photo .photo_set span.photo_even img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
.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;
  }
  .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 {
  padding-left: 2em;
  line-height: 1.8;
  position: relative;
}
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: #9EBD34;
}

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: 346px;
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  background-color: #9EBD34;
  border: 1px solid #9EBD34;
  border-radius: 34px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding: 1.245rem;
}
.original-btn:hover, .original-btn:active, .original-btn:focus {
  color: #9EBD34;
  text-decoration: none;
  background-color: #ffffff;
}
.original-btn.btn-big {
  min-width: 500px;
  border-radius: 50px;
  padding: 2rem;
}
.original-btn.btn-small {
  min-width: 300px;
  font-size: 1rem;
  padding: 1.125rem;
}
.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;
    padding: 0.71428rem;
  }
  .original-btn.btn-big {
    min-width: 100%;
    padding: 1.0714rem;
  }
  .original-btn.btn-small {
    min-width: 60%;
    font-size: 0.85714rem;
    padding: 0.71428rem;
  }
}

.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 #ccc;
}
table.table-standard tr th,
table.table-flexible tr th, table.table-standard tr td,
table.table-flexible tr td {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.1em;
  border: none;
  padding: 1.875rem 0;
}
table.table-standard tr th + th,
table.table-flexible tr th + th, table.table-standard tr th + td,
table.table-flexible tr th + td, table.table-standard tr td + th,
table.table-flexible tr td + th, table.table-standard tr td + td,
table.table-flexible tr td + td {
  padding-left: 1rem;
}
table.table-standard tr th,
table.table-flexible tr th {
  font-weight: bold;
  white-space: nowrap;
}
table.table-standard tr:first-of-type,
table.table-flexible tr:first-of-type {
  border-top: 1px solid #ccc;
}

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

table.table-standard.lefthead tr th,
table.table-flexible.lefthead tr th {
  width: 20%;
}
table.table-standard.lefthead tr td,
table.table-flexible.lefthead tr td {
  width: 80%;
}
@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;
  }
}

@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, table.table-flexible.lefthead tr td {
    width: 100%;
  }
  table.table-flexible.lefthead tr th {
    padding-bottom: 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 {
    display: block;
  }
  table.table-standard tbody tr th,
  table.table-standard tbody tr td {
    min-width: 10em;
    white-space: nowrap;
  }
  table.table-standard tbody tr th + td,
  table.table-standard tbody tr td + td {
    padding-left: 1rem;
  }
  table.table-standard.tophead tr th + th, table.table-standard.lefttophead tr th + th {
    padding-left: 1rem;
  }
}
/********/
/* 全幅 */
/*******/
section.extend {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2rem 30px;
}
section.extend.extend_fixed {
  background-attachment: fixed;
}
section.extend.none_space {
  padding: 0;
}
section.extend.black_bg .lv1 {
  color: #fff;
}
section.extend.black_bg .photo-and-text .text-area > strong {
  color: #fff;
}
section.extend.black_bg .photo-and-text .text-area p {
  color: #B2B2B2;
}
section.extend:has(> .container-fluid) {
  padding-left: 0;
  padding-right: 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;
  }
}
.radius_images :where(img.img-fluid, span:has(img)) {
  border-radius: 10px;
}

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 {
  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::-webkit-input-placeholder {
  color: #AAAAAA;
}
.input_item::-moz-placeholder {
  color: #AAAAAA;
}
.input_item:-ms-input-placeholder {
  color: #AAAAAA;
}
.input_item::-ms-input-placeholder {
  color: #AAAAAA;
}
.input_item::placeholder {
  color: #AAAAAA;
}
.input_item.inline_parts {
  display: inline-block;
  width: auto;
}
@media screen and (max-width: 767px) {
  .input_item {
    height: 2.5em;
    padding: 0.5em;
  }
}
.input_item:active, .input_item: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: #9EBD34;
  -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 #9EBD34;
  border-bottom: 3px solid #9EBD34;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/***************************/
/* 一覧表示（TOP・一覧共通） */
/***************************/
#news-list .headline_list {
  max-width: 946px;
}
#news-list .headline_list dl.headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-decoration: none;
  padding: 2.09375rem 1.1875rem;
  margin-bottom: 0;
}
#news-list .headline_list dl.headline dt {
  width: 25%;
  color: #9EBD34;
  font-family: "Oswald", "Noto Sans JP", Roboto, Arial, "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.3125;
  letter-spacing: 0.05em;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.90625rem;
}
#news-list .headline_list dl.headline dt span.new {
  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;
  width: 3.0625rem;
  height: 1.4375rem;
  color: #fff;
  font-family: "Roboto", "Noto Sans JP", Roboto, Arial, "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  background-color: #9EBD34;
  padding: 0 8.5px;
}
#news-list .headline_list dl.headline dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
}
#news-list .headline_list dl.headline dd a {
  color: #111;
  font-size: 1.125rem;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  #news-list .headline_list dl.headline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.8rem;
    padding: 1.125rem 1rem;
  }
  #news-list .headline_list dl.headline dt {
    width: 100%;
    font-size: 0.875rem;
    margin-left: 0;
  }
  #news-list .headline_list dl.headline dd {
    margin-left: 0;
  }
  #news-list .headline_list dl.headline dd span.new {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.3;
    padding: 0 0.55rem;
  }
  #news-list .headline_list dl.headline dd a {
    font-size: 1rem;
  }
}
#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: #9EBD34;
}
#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: #9EBD34;
}
#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 #top_news_slick {
  overflow: hidden;
  margin: 0;
  padding-bottom: 3.4375rem;
}
#news-list #top_news_slick .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6875rem;
}
#news-list #top_news_slick .slick-track .headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#news-list #top_news_slick .slick-track .headline .news_img {
  width: 100%;
  max-width: 526px;
  max-height: 420px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 1.125rem;
}
#news-list #top_news_slick .slick-track .headline .news_img img {
  height: auto;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#news-list #top_news_slick .slick-track .headline .topnews_date {
  color: #9EBD34;
  font-family: "Roboto", "Noto Sans JP", Roboto, Arial, "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0.5rem;
}
#news-list #top_news_slick .slick-track .headline .topnews_date .category {
  color: #9EBD34;
  background-color: transparent;
  border: none;
}
#news-list #top_news_slick .slick-track .headline p {
  color: #343434;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
#news-list #top_news_slick .slick-track .headline p span.new {
  display: inline-block;
  color: #fff;
  font-family: "Roboto", "Noto Sans JP", Roboto, Arial, "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  background-color: #ff7272;
  margin-right: 0.5rem;
  padding: 0 0.8125rem;
}
#news-list #top_news_slick .slick-track .headline:hover {
  text-decoration: none;
}
#news-list #top_news_slick .slick-track .headline:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  #news-list #top_news_slick {
    padding-bottom: 1.4714rem;
  }
  #news-list #top_news_slick .slick-track {
    gap: 1.43rem;
  }
  #news-list #top_news_slick .slick-track .headline {
    max-width: 200px;
  }
  #news-list #top_news_slick .slick-track .headline .news_img {
    max-width: 200px;
    max-height: 100%;
    margin-bottom: 0.429rem;
  }
  #news-list #top_news_slick .slick-track .headline .news_img img {
    width: 100%;
  }
  #news-list #top_news_slick .slick-track .headline .topnews_date {
    font-size: 0.7143rem;
    padding-bottom: 0.643rem;
  }
  #news-list #top_news_slick .slick-track .headline p {
    font-size: 0.85714rem;
  }
}

/**************/
/* 一覧ページ */
/**************/
.page-item .page-link {
  color: #9EBD34;
}
.page-item.active .page-link {
  background-color: #9EBD34;
  border-color: #9EBD34;
}
.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;
  color: #9EBD34 !important;
  font-family: "Noto Sans JP", Roboto, Arial, "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.625rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border: 1px solid #9EBD34 !important;
  padding: 0 7px;
}
.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 {
  color: #fff;
}
body.top-page header.global_header {
  background-color: transparent;
}
body.top-page.scrolled header.global_header {
  background-color: rgba(17, 17, 17, 0.5);
}
body.top-page section.top_mainvisual {
  width: 100%;
  height: auto;
  min-height: 690px;
  max-height: 915px;
  aspect-ratio: 16/9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-color: #292929;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.top-page section.top_mainvisual .loader {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
          animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
body.top-page section.top_mainvisual div.top_slideshow {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: max(50%, 100vh - 108px);
  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);
}
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.top_video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
body.top-page section.top_mainvisual div.top_video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
body.top-page section.top_mainvisual div.contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.top-page section.top_mainvisual div.contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 57.2%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.59;
}
body.top-page section.top_mainvisual div.contents div.catch {
  position: absolute;
  top: 50%;
  left: 5.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
  z-index: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 0;
}
body.top-page section.top_mainvisual div.contents div.catch h2 {
  font-family: "Oswald", "Noto Sans JP", Roboto, Arial, "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin: 0;
}
body.top-page section.top_mainvisual div.contents div.catch h2 span {
  color: #9EBD34;
}
body.top-page section.top_mainvisual div.contents div.catch p {
  font-size: 1.875rem;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  body.top-page section.top_mainvisual div.contents div.catch h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  body.top-page section.top_mainvisual {
    width: 100%;
  }
  body.top-page section.top_mainvisual::before {
    padding-bottom: 100%;
  }
  body.top-page section.top_mainvisual div.top_slideshow {
    padding-bottom: 100%;
  }
  body.top-page section.top_mainvisual div.contents div.catch {
    left: 0;
    padding: 0 30px;
  }
  body.top-page section.top_mainvisual div.contents div.catch h2 {
    font-size: 3rem;
  }
  body.top-page section.top_mainvisual div.contents div.catch p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  body.top-page section.top_mainvisual {
    height: 120dvw;
    min-height: auto;
    aspect-ratio: unset;
  }
  body.top-page section.top_mainvisual div.contents div.catch h2 {
    font-size: 2.375rem;
  }
  body.top-page section.top_mainvisual div.contents div.catch p {
    font-size: 1.25rem;
  }
}
body.top-page {
  /** 共通見出し（細部は各項目で指定） **/
}
body.top-page .top_title {
  font-family: "Oswald", "Noto Sans JP", Roboto, Arial, "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 3.125rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
body.top-page .top_title::first-letter {
  color: #9EBD34;
}
body.top-page .top_title span {
  display: block;
  font-size: 1.125rem;
  line-height: 1.445;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body.top-page .top_title {
    font-size: 2.25rem;
  }
  body.top-page .top_title span {
    font-size: 1rem;
  }
}
body.top-page .top_works_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
body.top-page .top_works_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
body.top-page .top_works_wrap ul li {
  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;
}
body.top-page .top_works_wrap ul li .work_inner .top_title {
  line-height: 1.48;
  margin-bottom: 7px;
}
body.top-page .top_works_wrap ul li .work_inner > span {
  display: inline-block;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.05em;
  margin-bottom: 1.3125rem;
}
body.top-page .top_works_wrap ul li .work_inner p {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin: 0;
}
body.top-page .top_works_wrap ul li .work_btn {
  text-align: center;
}
body.top-page .top_works_wrap ul li .work_btn a.original-btn {
  background-color: #292929;
  border-color: #fff;
}
body.top-page .top_works_wrap ul li .work_btn a.original-btn:hover, body.top-page .top_works_wrap ul li .work_btn a.original-btn:active, body.top-page .top_works_wrap ul li .work_btn a.original-btn:focus {
  color: #fff;
  background-color: #9EBD34;
  border-color: #9EBD34;
}
@media screen and (min-width: 768px) {
  body.top-page .top_works_wrap ul li {
    width: 50%;
    height: 450px;
    padding: 50px 6%;
  }
  body.top-page .top_works_wrap ul li :where(.work_inner, .work_btn) {
    width: 100%;
    max-width: 565px;
  }
  body.top-page .top_works_wrap ul li .work_inner > span {
    font-size: clamp(22px, 1.9841269841vw, 25px);
  }
  body.top-page .top_works_wrap ul li .work_inner p {
    font-size: clamp(16px, 1.4285714286vw, 18px);
  }
  body.top-page .top_works_wrap ul li .work_btn a.original-btn {
    min-width: auto;
    width: 80%;
  }
  body.top-page .top_works_wrap ul li:nth-of-type(2), body.top-page .top_works_wrap ul li:nth-of-type(3) {
    background-color: #292929;
  }
  body.top-page .top_works_wrap ul li:nth-of-type(odd) {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 991px) {
  body.top-page .top_works_wrap ul li {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}
@media screen and (max-width: 767px) {
  body.top-page .top_works_wrap ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  body.top-page .top_works_wrap ul li {
    gap: 1.5rem;
    max-width: 100%;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 2rem;
    --adjust_padding: 30px;
    max-width: calc(1200px + 2 * var(--adjust_padding));
    padding-left: var(--adjust_padding);
    padding-right: var(--adjust_padding);
  }
  body.top-page .top_works_wrap ul li:nth-of-type(odd) {
    background-color: #292929;
  }
}
body.top-page .top_news_wrap {
  position: relative;
  padding: 5.9375rem 0 9.1875rem;
}
body.top-page .top_news_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.79);
}
body.top-page .top_news_wrap .container-fluid {
  position: relative;
}
body.top-page .top_news_wrap .container-fluid #news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}
body.top-page .top_news_wrap .container-fluid #news-list .news_head .top_title {
  margin-bottom: 2.125rem;
}
body.top-page .top_news_wrap .container-fluid #news-list .news_head .newslist_btn {
  display: block;
  width: 3.6875rem;
  height: 3.6875rem;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body.top-page .top_news_wrap .container-fluid #news-list .news_head .newslist_btn 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;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 0.75rem;
  text-decoration: none;
  padding-left: 3px;
}
body.top-page .top_news_wrap .container-fluid #news-list .news_head .newslist_btn:hover, body.top-page .top_news_wrap .container-fluid #news-list .news_head .newslist_btn:active, body.top-page .top_news_wrap .container-fluid #news-list .news_head .newslist_btn:focus {
  background-color: #fff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body.top-page .top_news_wrap .container-fluid #news-list .news_head .newslist_btn:hover a, body.top-page .top_news_wrap .container-fluid #news-list .news_head .newslist_btn:active a, body.top-page .top_news_wrap .container-fluid #news-list .news_head .newslist_btn:focus a {
  color: #111;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body.top-page .top_news_wrap .container-fluid #news-list .headline_list {
  width: 80%;
}
body.top-page .top_news_wrap .container-fluid #news-list .headline_list dl.headline {
  border-bottom: 1px solid #737373;
}
body.top-page .top_news_wrap .container-fluid #news-list .headline_list dl.headline:first-of-type {
  border-top: 1px solid #737373;
}
body.top-page .top_news_wrap .container-fluid #news-list .headline_list dl.headline dd a {
  color: #fff;
}
@media screen and (max-width: 991px) {
  body.top-page .top_news_wrap {
    padding: 3rem 0 5rem;
  }
  body.top-page .top_news_wrap .container-fluid #news-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.top-page .top_news_wrap .container-fluid #news-list .news_head {
    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;
    margin-bottom: 1.5rem;
    padding: 0 1rem;
  }
  body.top-page .top_news_wrap .container-fluid #news-list .news_head .top_title {
    margin: 0;
  }
  body.top-page .top_news_wrap .container-fluid #news-list .headline_list {
    width: 100%;
  }
}
body.top-page .top_values_wrap {
  padding: 4.84375rem 0;
  padding-left: 5%;
}
body.top-page .top_values_wrap .values_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.9375rem;
}
body.top-page .top_values_wrap .values_inner .values_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 720px;
  margin-left: auto;
}
body.top-page .top_values_wrap .values_inner .values_text .top_title {
  margin-bottom: 3.125rem;
}
body.top-page .top_values_wrap .values_inner .values_text h4 {
  color: #9EBD34;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 1.1875rem;
}
body.top-page .top_values_wrap .values_inner .values_text p {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  margin-bottom: 3.75rem;
}
body.top-page .top_values_wrap .values_inner .values_text p strong {
  font-weight: bold;
}
body.top-page .top_values_wrap .values_inner .values_text p span {
  display: block;
  font-size: 1.5rem;
  margin-top: 1.625rem;
}
body.top-page .top_values_wrap .values_inner .values_text a.original-btn {
  background-color: #333;
  border-color: #fff;
}
body.top-page .top_values_wrap .values_inner .values_text a.original-btn:hover, body.top-page .top_values_wrap .values_inner .values_text a.original-btn:active, body.top-page .top_values_wrap .values_inner .values_text a.original-btn:focus {
  color: #fff;
  background-color: #9EBD34;
  border-color: #9EBD34;
}
body.top-page .top_values_wrap .values_inner #values_slick {
  max-width: 960px;
  width: 55%;
}
body.top-page .top_values_wrap .values_inner #values_slick .slick-list {
  height: 100%;
}
body.top-page .top_values_wrap .values_inner #values_slick .slick-list .slick-track {
  height: 100%;
}
body.top-page .top_values_wrap .values_inner #values_slick .slick-list .slick-track .slick-slide {
  max-width: 960px;
  width: 100%;
  max-height: 532px;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.top-page .top_values_wrap .values_inner #values_slick ul.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  text-align: left;
  bottom: -1.6875rem;
  padding: 0 2px;
}
body.top-page .top_values_wrap .values_inner #values_slick ul.slick-dots li {
  width: 9px;
  height: 9px;
  margin: 0;
}
body.top-page .top_values_wrap .values_inner #values_slick ul.slick-dots li button {
  width: 9px;
  height: 9px;
  padding: 0;
}
body.top-page .top_values_wrap .values_inner #values_slick ul.slick-dots li button::before {
  width: 9px;
  height: 9px;
  color: #fff;
  font-size: 9px;
  line-height: normal;
  opacity: 1;
}
body.top-page .top_values_wrap .values_inner #values_slick ul.slick-dots li.slick-active button::before {
  color: #9EBD34;
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  body.top-page .top_values_wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  body.top-page .top_values_wrap .values_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.top-page .top_values_wrap .values_inner .values_text {
    max-width: 100%;
    margin: 0;
  }
  body.top-page .top_values_wrap .values_inner #values_slick {
    width: 100%;
    height: 532px;
  }
}
@media screen and (max-width: 767px) {
  body.top-page .top_values_wrap {
    padding: 2.5rem 30px;
  }
  body.top-page .top_values_wrap .values_inner .values_text {
    text-align: center;
  }
  body.top-page .top_values_wrap .values_inner .values_text .top_title, body.top-page .top_values_wrap .values_inner .values_text h4, body.top-page .top_values_wrap .values_inner .values_text p {
    text-align: left;
  }
  body.top-page .top_values_wrap .values_inner .values_text .top_title {
    margin-bottom: 1.75rem;
  }
  body.top-page .top_values_wrap .values_inner .values_text h4 {
    font-size: 1.875rem;
  }
  body.top-page .top_values_wrap .values_inner .values_text p {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  body.top-page .top_values_wrap .values_inner .values_text p span {
    font-size: 1.375rem;
  }
  body.top-page .top_values_wrap .values_inner #values_slick {
    height: 50vw;
  }
  body.top-page .top_values_wrap .values_inner #values_slick .slick-list .slick-track .slick-slide {
    max-width: calc(100vw - 30px);
  }
}
body.top-page .top_office_wrap {
  position: relative;
  padding: 4.875rem 0 11.8125rem 5%;
}
body.top-page .top_office_wrap::before, body.top-page .top_office_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.top-page .top_office_wrap::before {
  background: linear-gradient(90deg, #363636 1px, transparent 1px), linear-gradient(#363636 1px, transparent 1px);
  background-size: 1rem 1rem;
  opacity: 0.33;
}
body.top-page .top_office_wrap::after {
  display: block;
  background-image: url("../files/images/photo00000058.png");
  background-repeat: no-repeat;
  background-position: 75% 30%;
  z-index: 0;
}
body.top-page .top_office_wrap .office_inner {
  position: relative;
  max-width: 1730px;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 0;
  z-index: 1;
}
body.top-page .top_office_wrap .office_inner .top_title {
  margin-bottom: 2.3125rem;
}
body.top-page .top_office_wrap .office_inner > p {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 3rem;
}
body.top-page .top_office_wrap .office_inner ul {
  max-width: 561px;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.top-page .top_office_wrap .office_inner ul li {
  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;
  gap: 1rem;
  border-bottom: 1px solid #737373;
  padding: 1.5625rem 15px;
}
body.top-page .top_office_wrap .office_inner ul li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  margin: 0;
}
body.top-page .top_office_wrap .office_inner ul li p span {
  font-size: 1.5rem;
  line-height: 1.4585;
  letter-spacing: 0.05em;
}
body.top-page .top_office_wrap .office_inner ul li a.original-btn {
  min-width: 116px;
  color: #fff;
  font-weight: 500;
  background-color: transparent;
  border-color: #fff;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
body.top-page .top_office_wrap .office_inner ul li a.original-btn:hover, body.top-page .top_office_wrap .office_inner ul li a.original-btn:active, body.top-page .top_office_wrap .office_inner ul li a.original-btn:focus {
  color: #333;
  background-color: #9EBD34;
  border-color: #9EBD34;
}
body.top-page .top_office_wrap .office_inner ul li:first-of-type {
  border-top: 1px solid #737373;
}
@media screen and (max-width: 767px) {
  body.top-page .top_office_wrap::after {
    background-size: contain;
    background-position: center;
    opacity: 0.6;
  }
}
@media screen and (max-width: 575px) {
  body.top-page .top_office_wrap {
    padding: 2.5rem 30px 5rem;
  }
  body.top-page .top_office_wrap .office_inner .top_title {
    margin-bottom: 1.25rem;
  }
  body.top-page .top_office_wrap .office_inner > p {
    font-size: 1rem;
    margin-bottom: 1.75rem;
  }
  body.top-page .top_office_wrap .office_inner ul li {
    padding: 1.125rem 5px;
  }
  body.top-page .top_office_wrap .office_inner ul li p span {
    font-size: 1.25rem;
  }
  body.top-page .top_office_wrap .office_inner ul li a.original-btn {
    min-width: 90px;
  }
}

@-webkit-keyframes load5 {
  0%, 100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
            box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%, 100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
            box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
/************************************
ページインデックス表示
************************************/
section.index_list_wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}
section.index_list_wrap div.container-fluid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(80px, 6.3492063492vw) min(100px, 7.9365079365vw);
  grid-auto-rows: auto;
}
section.index_list_wrap div.container-fluid .two-photo.index_list {
  display: contents;
}
section.index_list_wrap div.container-fluid .two-photo.index_list .photo_set {
  position: relative;
  padding-top: 66.666%;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
}
section.index_list_wrap div.container-fluid .two-photo.index_list .photo_set a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.index_list_wrap div.container-fluid .two-photo.index_list .photo_set a span.photo_even {
  aspect-ratio: 3/2 !important;
}
section.index_list_wrap div.container-fluid .two-photo.index_list .photo_set:not(:has(a img)) {
  display: none;
}
section.index_list_wrap div.container-fluid .two-photo.index_list .photo_set p.caption-title {
  font-family: "Oswald", "Noto Sans JP", Roboto, Arial, "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}
section.index_list_wrap div.container-fluid .two-photo.index_list .photo_set p.caption-title::first-letter {
  color: #9EBD34;
}
section.index_list_wrap div.container-fluid .two-photo.index_list .photo_set p.caption-text {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
}
section.index_list_wrap div.container-fluid .two-photo.index_list .photo_set::before {
  content: "";
  display: block;
  width: clamp(30px, 4.7619047619vw, 60px);
  aspect-ratio: 1/1;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 1.5rem;
  right: 0;
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
}
section.index_list_wrap div.container-fluid .two-photo.index_list .photo_set::after {
  content: "";
  display: block;
  background-color: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: clamp(5px, 0.7936507937vw, 10px);
  aspect-ratio: 5/6;
  position: absolute;
  bottom: calc(1.5rem + clamp(15px, 2.380952381vw, 30px));
  right: clamp(15px, 2.380952381vw, 30px);
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
}
section.index_list_wrap div.container-fluid .two-photo.index_list .photo_set:has(a:hover)::before {
  border-color: #9EBD34;
  background-color: #9EBD34;
}
section.index_list_wrap div.container-fluid .two-photo.index_list .photo_set:has(a:hover)::after {
  background-color: #fff;
}
section.index_list_wrap div.container-fluid .two-photo.index_list.turn_on div.photo_set + div.photo_set {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  section.index_list_wrap div.container-fluid {
    grid-template-columns: repeat(1, 1fr);
    max-width: 600px;
  }
}

main div.page-title:has(+ article section.index_list_wrap) {
  margin-bottom: 0 !important;
}

body article:has(section.index_list_wrap) {
  padding-bottom: 0 !important;
}

/************************************
サイトマップテーブル
************************************/
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: #9EBD34;
}
@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;
  }
}

@media screen and (max-width: 767px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_br {
    display: inline-block;
  }
}

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

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

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

/************************************
トップページの見出しタイトル（採用情報ページでも使用）
************************************/
.top_title {
  font-family: "Oswald", "Noto Sans JP", Roboto, Arial, "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 3.125rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.top_title::first-letter {
  color: #9EBD34;
}
.top_title span {
  display: block;
  font-size: 1.125rem;
  line-height: 1.445;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top_title {
    font-size: 2.25rem;
  }
  .top_title span {
    font-size: 1rem;
  }
}

/************************************
採用情報ブロック（トップページと採用情報ページ共通）
************************************/
section.extend.top_recruit_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 850px;
  color: #fff;
}
section.extend.top_recruit_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
section.extend.top_recruit_wrap .container-fluid {
  position: relative;
  text-align: center;
}
section.extend.top_recruit_wrap .container-fluid .tag-on {
  padding-bottom: 1rem;
}
section.extend.top_recruit_wrap .container-fluid .tag-on .top_title {
  margin-bottom: 2.0625rem;
}
section.extend.top_recruit_wrap .container-fluid .tag-on p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.22;
  letter-spacing: 0.05em;
  margin-bottom: 3.25rem;
}
section.extend.top_recruit_wrap .container-fluid .tag-on p span {
  font-size: 1.375rem;
}
section.extend.top_recruit_wrap .container-fluid .tag-on .btn_area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.9375rem;
  max-width: calc(800px + 1.9375rem);
  margin: 0 auto;
}
section.extend.top_recruit_wrap .container-fluid .tag-on .btn_area a {
  width: 400px;
  height: 130px;
  color: #9EBD34;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  background-color: rgba(158, 189, 52, 0.23);
  backdrop-filter: blur(5px);
  border-color: #9EBD34;
  border-radius: 10px;
}
section.extend.top_recruit_wrap .container-fluid .tag-on .btn_area a:hover, section.extend.top_recruit_wrap .container-fluid .tag-on .btn_area a:active, section.extend.top_recruit_wrap .container-fluid .tag-on .btn_area a:focus {
  color: #fff;
  background-color: #9EBD34;
}
@media screen and (max-width: 991px) {
  section.extend.top_recruit_wrap .container-fluid .tag-on .btn_area a {
    min-width: unset;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.extend.top_recruit_wrap {
    height: auto;
    padding: 3rem 0;
  }
  section.extend.top_recruit_wrap .container-fluid .tag-on {
    padding: 0;
  }
  section.extend.top_recruit_wrap .container-fluid .tag-on .top_title {
    margin-bottom: 1.75rem;
  }
  section.extend.top_recruit_wrap .container-fluid .tag-on p {
    font-size: 1rem;
    text-align: left;
    margin-bottom: 2rem;
  }
  section.extend.top_recruit_wrap .container-fluid .tag-on .btn_area a {
    height: 75px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 575px) {
  section.extend.top_recruit_wrap .container-fluid .tag-on .btn_area {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    gap: 1.5rem;
  }
}

/************************************
セカンドページ下部のお問い合わせ
************************************/
section.contact_block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 610px;
  background-image: url("../files/images/photo00000066.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.contact_block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.85;
}
section.contact_block .container-fluid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11.3125rem;
  z-index: 1;
}
section.contact_block .container-fluid h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #111;
  font-size: 3.4375rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0;
}
section.contact_block .container-fluid h3 span {
  font-size: 1.625rem;
  line-height: 1.425;
  letter-spacing: normal;
}
section.contact_block .container-fluid .block_inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.contact_block .container-fluid .block_inner h4 {
  display: inline-block;
  font-size: 1.375rem;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #9EBD34));
  background: linear-gradient(transparent 60%, #9EBD34 60%);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  margin-bottom: 0.5rem;
}
section.contact_block .container-fluid .block_inner p {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0;
}
section.contact_block .container-fluid .block_inner a.tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #111;
  font-family: "Oswald", "Noto Sans JP", Roboto, Arial, "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.8125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.074em;
  text-decoration: none;
  margin: -6px 0 1.1875rem;
}
section.contact_block .container-fluid .block_inner a.tel i {
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}
section.contact_block .container-fluid .block_inner a.original-btn {
  min-width: unset;
  width: 342px;
  gap: 10px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.45;
  border: none;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#9EBD34), to(#328000));
  background: linear-gradient(#9EBD34 0%, #328000 100%);
  padding: 1.125rem;
}
section.contact_block .container-fluid .block_inner a.original-btn img {
  max-width: 1.5rem;
}
section.contact_block .container-fluid .block_inner a.original-btn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 991px) {
  section.contact_block {
    height: auto;
    padding: 3.5rem 0;
  }
  section.contact_block .container-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3rem;
  }
  section.contact_block .container-fluid .block_inner {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  section.contact_block .container-fluid .block_inner a.original-btn {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.contact_block {
    padding: 2rem 0;
  }
  section.contact_block .container-fluid {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    gap: 0.3rem;
  }
  section.contact_block .container-fluid h3 {
    font-size: 1.8rem;
  }
  section.contact_block .container-fluid h3 span {
    display: none;
  }
  section.contact_block .container-fluid .block_inner h4 {
    font-size: 1.1rem;
  }
  section.contact_block .container-fluid .block_inner a.tel {
    font-size: 2rem;
  }
}

/************************************
代表挨拶・企業理念
************************************/
section.extend.message_block {
  background-position: center -347px;
  padding: 4.4375rem 0 12rem;
}
section.extend.message_block .photo-and-text {
  gap: 6rem;
}
section.extend.message_block .photo-and-text span.photo-area {
  max-width: 520px;
}
section.extend.message_block .photo-and-text span.photo-area img {
  height: 729px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.extend.message_block .photo-and-text div.text-area p span {
  color: #fff;
  font-size: 2.0625rem;
  font-weight: 500;
}
@media (max-width: 1300px) {
  section.extend.message_block {
    background-position: center;
  }
}
@media screen and (max-width: 1199px) {
  section.extend.message_block {
    padding: 2.5rem 0;
  }
  section.extend.message_block .photo-and-text {
    gap: 3rem;
  }
}
@media screen and (max-width: 991px) {
  section.extend.message_block .photo-and-text span.photo-area {
    max-width: 100%;
  }
  section.extend.message_block .photo-and-text span.photo-area img {
    height: auto;
    -o-object-position: center 25%;
       object-position: center 25%;
  }
  section.extend.message_block .photo-and-text div.text-area p span {
    font-size: 1.45rem;
  }
}

ul.rinen_list {
  max-width: 730px;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.rinen_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.0625rem;
  border-bottom: 1px solid #737373;
  padding: 2.40625rem 0;
}
ul.rinen_list li span {
  color: #9ebd34;
  font-family: "Oswald", "Noto Sans JP", Roboto, Arial, "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.25rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
ul.rinen_list li h4 {
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0;
}
ul.rinen_list li:first-of-type {
  border-top: 1px solid #737373;
}
@media screen and (max-width: 767px) {
  ul.rinen_list li {
    gap: 1.25rem;
    padding: 1.5rem 0;
  }
  ul.rinen_list li h4 {
    font-size: 1.2rem;
  }
}

/************************************
会社概要
************************************/
.panel_block {
  position: relative;
}
.panel_block #company_view {
  height: 0;
  padding-bottom: 30%;
}
.panel_block #company_view div.panel {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}
.panel_block #company_view .left-panel {
  left: 0%;
}
.panel_block #company_view .right-panel {
  left: 50%;
}
.panel_block #company_view .hidden-panel {
  opacity: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .panel_block #company_view {
    padding-bottom: 45%;
  }
}

/************************************
オフィス案内
************************************/
.office_block span.photo-area {
  max-width: 507px;
}
.office_block span.photo-area img {
  border-radius: 10px;
}
.office_block div.text-area p {
  margin-bottom: 3.75rem;
}
.office_block div.text-area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 1.25rem 0;
}
.office_block div.text-area dl dt, .office_block div.text-area dl dd {
  font-size: 1.125rem;
  line-height: 1.445;
  letter-spacing: 0.05em;
}
.office_block div.text-area dl dt {
  width: 15%;
  font-weight: bold;
}
.office_block div.text-area dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}
.office_block div.text-area dl:first-of-type {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 991px) {
  .office_block span.photo-area {
    max-width: 100%;
  }
  .office_block div.text-area p {
    margin-bottom: 1.75rem;
  }
  .office_block div.text-area dl dt, .office_block div.text-area dl dd {
    font-size: 1rem;
  }
}

/************************************
各種装置の開発・製造・販売
************************************/
section.extend.engineering_block {
  padding: 5rem 0 6.25rem;
}
section.extend.engineering_block .photo-and-text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4.75rem;
  margin: 0;
}
section.extend.engineering_block .photo-and-text span.photo-area {
  max-width: 524px;
  max-height: 524px;
  aspect-ratio: 1/1;
}
section.extend.engineering_block .photo-and-text span.photo-area img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.extend.engineering_block .photo-and-text div.text-area {
  padding-top: 2.5rem;
  padding-left: 1rem;
}
@media screen and (max-width: 1199px) {
  section.extend.engineering_block .photo-and-text {
    gap: 2.5rem;
  }
  section.extend.engineering_block .photo-and-text span.photo-area {
    max-width: 100%;
  }
  section.extend.engineering_block .photo-and-text div.text-area {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  section.extend.engineering_block {
    padding: 3rem 0 3.5rem;
  }
  section.extend.engineering_block .photo-and-text {
    gap: 1.5rem;
  }
  section.extend.engineering_block .photo-and-text div.text-area {
    padding-top: 0;
  }
}

.photo-and-text.item_block {
  margin: 0;
  padding: 3.75rem 0;
}
.photo-and-text.item_block span.photo-area {
  max-width: 455px;
  max-height: 287px;
}
.photo-and-text.item_block span.photo-area img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.photo-and-text.item_block div.text-area > strong {
  line-height: 0;
  margin-bottom: 1.5625rem;
}
.photo-and-text.item_block div.text-area > strong .lv2 {
  margin: 0;
}
.photo-and-text.item_block div.text-area > p {
  letter-spacing: 0.1em;
}
h3.lv1 + .photo-and-text.item_block {
  padding-top: 0;
}
.photo-and-text.item_block#ai_img span.photo-area img {
  -o-object-position: center 69%;
     object-position: center 69%;
}
@media screen and (max-width: 991px) {
  .photo-and-text.item_block {
    padding: 2.5rem 0;
  }
  .photo-and-text.item_block span.photo-area {
    max-width: 100%;
    max-height: 100%;
  }
  .photo-and-text.item_block div.text-area > strong {
    margin-bottom: 0.75rem;
  }
}

div.list-on.introduce_list ul.counter {
  max-width: 911px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}
div.list-on.introduce_list ul.counter li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.375rem;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.375rem;
  padding-bottom: 1.375rem;
}
div.list-on.introduce_list ul.counter li::before {
  content: counter(number, decimal-leading-zero);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: #9EBD34;
  font-family: "Oswald", "Noto Sans JP", Roboto, Arial, "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  padding: 0;
}
@media screen and (max-width: 767px) {
  div.list-on.introduce_list ul.counter {
    grid-template-columns: repeat(1, 1fr);
  }
  div.list-on.introduce_list ul.counter li {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}

section:has(div.tag-on.jig_list) {
  padding: 2.8125rem 0 3.5rem;
}

div.tag-on.jig_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.tag-on.jig_list > ul {
  max-width: 85%;
}
div.tag-on.jig_list > ul > li {
  padding-bottom: 3.4375rem;
}
div.tag-on.jig_list > ul > li:nth-of-type(even) {
  border-left: 1px solid #ccc;
  padding-left: 7.8125rem;
  padding-right: 0;
}
div.tag-on.jig_list > ul > li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
}
div.tag-on.jig_list > ul > li ul li {
  min-height: 50px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 0.5rem;
  padding: 0.5rem 1.75rem;
}
div.tag-on.jig_list > ul > li ul li strong, div.tag-on.jig_list > ul > li ul li p {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}
div.tag-on.jig_list > ul > li ul li strong {
  font-weight: bold;
}
div.tag-on.jig_list > ul > li ul li p {
  margin: 0;
}
div.tag-on.jig_list > ul > li ul li:has(p) {
  padding: 0.9375rem 1.75rem;
}
div.tag-on.jig_list > ul > li ul li#special_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  div.tag-on.jig_list > ul {
    gap: 1.25rem;
  }
  div.tag-on.jig_list > ul > li:nth-of-type(even) {
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  div.tag-on.jig_list > ul {
    grid-template-columns: repeat(1, 1fr);
  }
  div.tag-on.jig_list > ul > li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 2.5rem;
  }
  div.tag-on.jig_list > ul > li:nth-of-type(even) {
    border-left: none;
    padding-left: 0;
  }
  div.tag-on.jig_list > ul > li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
  div.tag-on.jig_list > ul > li ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  div.tag-on.jig_list > ul > li ul li {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.5rem 1rem;
  }
  div.tag-on.jig_list > ul > li ul li:has(p) {
    padding: 0.9375rem 1rem;
  }
  div.tag-on.jig_list > ul > li ul li#special_item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media screen and (max-width: 767px) {
  div.tag-on.jig_list > ul {
    max-width: 100%;
  }
}

div.list-on.maintenance_list ul.dot {
  max-width: 1150px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
}
div.list-on.maintenance_list ul.dot li {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.375rem;
  padding-left: 1.5625rem;
  padding-bottom: 1.375rem;
}
div.list-on.maintenance_list ul.dot li::before {
  width: auto;
}
@media screen and (max-width: 767px) {
  div.list-on.maintenance_list ul.dot {
    grid-template-columns: repeat(1, 1fr);
  }
  div.list-on.maintenance_list ul.dot li {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}

/************************************
「感動させるって楽しい！！」
************************************/
section.extend.recruit_block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 700px;
}
section.extend.recruit_block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.72);
  z-index: 0;
}
section.extend.recruit_block p {
  position: relative;
  color: #fff;
  letter-spacing: 0.1em;
}
section.extend.recruit_block p strong {
  font-size: 3.9375rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  section.extend.recruit_block {
    height: 530px;
  }
  section.extend.recruit_block p {
    font-size: 1rem;
  }
  section.extend.recruit_block p img {
    width: 100%;
    max-height: 117px;
  }
  section.extend.recruit_block p strong {
    display: inline-block;
    font-size: 1.929rem;
  }
  section.extend.recruit_block p span {
    display: inline-block;
    text-align: left;
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  section.extend.recruit_block p img {
    width: 100%;
    max-height: 117px;
  }
  section.extend.recruit_block p strong {
    font-size: 1.5rem;
  }
  section.extend.recruit_block p span {
    display: inline-block;
    text-align: left;
    margin-top: 3px;
  }
}

/************************************
採用メッセージ
************************************/
section.extend.recruit_message_block {
  background: -webkit-gradient(linear, left top, left bottom, from(#9EBD34), to(#328000));
  background: linear-gradient(#9EBD34 0%, #328000 100%);
  padding: 7.03125rem 0;
}
section.extend.recruit_message_block .photo-and-text {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
section.extend.recruit_message_block .photo-and-text div.text-area {
  max-width: 804px;
}
section.extend.recruit_message_block .photo-and-text div.text-area > strong {
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 991px) {
  section.extend.recruit_message_block .photo-and-text span.photo-area img {
    width: auto;
  }
  section.extend.recruit_message_block .photo-and-text div.text-area > strong {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  section.extend.recruit_message_block {
    padding: 3.643rem 1.786rem 5.357rem;
  }
  section.extend.recruit_message_block .container-fluid {
    padding: 0;
  }
  section.extend.recruit_message_block .container-fluid .photo-and-text {
    gap: 1.85714rem;
  }
  section.extend.recruit_message_block .container-fluid .photo-and-text span.photo-area {
    max-width: 170px;
  }
  section.extend.recruit_message_block .container-fluid .photo-and-text div.text-area > strong {
    font-size: 1.286rem;
    line-height: 1.5;
    margin-bottom: 1.357rem;
  }
  section.extend.recruit_message_block .container-fluid .photo-and-text div.text-area > strong br {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  section.extend.recruit_message_block .container-fluid .photo-and-text div.text-area > strong br {
    display: block;
  }
}

/************************************
採用情報ページの自動横スライド
************************************/
#recruit_slick {
  height: 350px;
}
#recruit_slick div {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #recruit_slick {
    height: 170px;
  }
}

/************************************
画像とテキストのスクロールが連動するブロック
************************************/
section.extend.recruit_features_block {
  padding: 7rem 0 8.375rem;
}
section.extend.recruit_features_block .tag-on {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
section.extend.recruit_features_block .tag-on > div {
  width: 50%;
}
section.extend.recruit_features_block .tag-on > div.img_wrap {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
}
section.extend.recruit_features_block .tag-on > div.img_wrap span {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
section.extend.recruit_features_block .tag-on > div.img_wrap span img {
  max-width: 660px;
  max-height: calc(100vh - 80px);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.extend.recruit_features_block .tag-on > div.img_wrap span:first-child, section.extend.recruit_features_block .tag-on > div.img_wrap span.active {
  visibility: visible;
  opacity: 1;
}
section.extend.recruit_features_block .tag-on > div.img_wrap::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: -2.25rem;
  display: block;
  max-width: 363px;
  max-height: 134px;
  width: 100%;
  height: 100%;
  background-image: url("../files/images/photo00000113.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotate(-23deg);
          transform: rotate(-23deg);
  z-index: 1;
}
section.extend.recruit_features_block .tag-on > div.text_wrap {
  background-color: #fff;
  padding: 4.625rem 5rem 5.25rem;
}
section.extend.recruit_features_block .tag-on > div.text_wrap > div {
  padding-top: 4rem;
}
section.extend.recruit_features_block .tag-on > div.text_wrap > div h3 {
  font-size: 1.6875rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  border-bottom: 2px solid #9EBD34;
  margin-bottom: 2.5rem;
  padding-bottom: 10px;
}
section.extend.recruit_features_block .tag-on > div.text_wrap > div > p {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin: 0;
}
section.extend.recruit_features_block .tag-on > div.text_wrap > div:first-of-type {
  padding: 0;
}
@media screen and (max-width: 1199px) {
  section.extend.recruit_features_block .tag-on > div.text_wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 991px) {
  section.extend.recruit_features_block {
    padding: 4.285rem 0;
  }
  section.extend.recruit_features_block .tag-on {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.extend.recruit_features_block .tag-on > div {
    width: 100%;
  }
  section.extend.recruit_features_block .tag-on > div.img_wrap {
    max-height: 288px;
    height: 37.5vh;
  }
  section.extend.recruit_features_block .tag-on > div.img_wrap span img {
    max-width: 100%;
    max-height: 288px;
    height: 37.5vh;
  }
  section.extend.recruit_features_block .tag-on > div.img_wrap::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    width: 100%;
    height: 10px;
    background-color: #ebebeb;
  }
  section.extend.recruit_features_block .tag-on > div.text_wrap {
    background-color: #ebebeb;
    padding: 4.285rem 2.285rem 0;
  }
  section.extend.recruit_features_block .tag-on > div.text_wrap div h3 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
  section.extend.recruit_features_block .tag-on > div.text_wrap div > p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  section.extend.recruit_features_block .tag-on > div.img_wrap {
    top: 55px;
  }
  section.extend.recruit_features_block .tag-on > div.img_wrap::before {
    left: 0;
    max-width: 230px;
    max-height: 85px;
  }
  section.extend.recruit_features_block .tag-on > div.text_wrap div h3 {
    font-size: 1.25rem;
  }
}

/************************************
技術者として、さらに高みへ
************************************/
section.extend.recruit_works_block {
  position: relative;
  padding: 4.125rem 0 8.125rem;
}
section.extend.recruit_works_block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ddd 1px, transparent 1px), linear-gradient(#ddd 1px, transparent 1px);
  background-size: 15px 15px;
}
section.extend.recruit_works_block h3 {
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 0;
}
section.extend.recruit_works_block h3 span {
  display: block;
  font-size: 3.375rem;
  letter-spacing: 0.05em;
}
section.extend.recruit_works_block h3 span::first-letter {
  color: #9EBD34;
}
section.extend.recruit_works_block .photo-and-text {
  position: relative;
  gap: 4.5625rem;
}
section.extend.recruit_works_block .photo-and-text span.photo-area {
  max-width: 461px;
}
section.extend.recruit_works_block .photo-and-text span.photo-area img {
  height: 328px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.extend.recruit_works_block .photo-and-text div.text-area > strong {
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 1.3125rem;
}
section.extend.recruit_works_block .photo-and-text div.text-area > strong::first-letter {
  color: #9EBD34;
}
section.extend.recruit_works_block .photo-and-text div.text-area p {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  section.extend.recruit_works_block {
    padding-bottom: 4.125rem;
  }
  section.extend.recruit_works_block .photo-and-text {
    gap: 1.25rem;
  }
  section.extend.recruit_works_block .photo-and-text span.photo-area {
    max-width: 100%;
  }
  section.extend.recruit_works_block .photo-and-text div.text-area > strong {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  section.extend.recruit_works_block {
    padding-bottom: 4.125rem;
  }
  section.extend.recruit_works_block h3 {
    font-size: 1rem;
  }
  section.extend.recruit_works_block h3 span {
    font-size: 2.75rem;
  }
  section.extend.recruit_works_block .photo-and-text div.text-area > strong {
    font-size: 1.25rem;
  }
}

/************************************
技術者として、さらに高みへ
************************************/
.two-photo:has(.btn-on) a.original-btn {
  min-width: unset;
  max-width: 500px;
  width: 100%;
}

.presi-photo img {
  border-radius: 10px;
}

/* 汎用 文字色(白) */
.fcolor-white {
  color: #fff;
}

/* テキストへの白のドロップシャドウ */
.white-shadow {
  text-shadow: 0 0 5px #ffffff, 0 0 7px #ffffff, 0 0 9px #ffffff;
  font-weight: 500;
}

/*********/
/*詳細画面*/
/********/
body.news-page div.content em.content-title {
  display: block;
  border-bottom: 3px solid #9EBD34;
  font-style: normal;
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
body.news-page div.content p.content-data {
  border-top: 1px solid #9EBD34;
  border-bottom: 1px solid #9EBD34;
  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 dl.headline {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  padding: 2rem 1.34375rem;
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.news-page dl.headline:first-of-type {
  border-top: 1px solid #ccc;
}
body.news-page dl.headline dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.90625rem;
  font-family: "Roboto", "Noto Sans JP", Roboto, Arial, "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  white-space: nowrap;
  margin-bottom: 0;
}
body.news-page dl.headline dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
body.news-page dl.headline dd span.new {
  display: inline-block;
  font-size: 0.75rem;
  color: #fff;
  background-color: #FF7272;
  margin-right: 0.5rem;
  padding: 0 0.75rem;
}
body.news-page dl.headline dd a {
  color: #333;
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  body.news-page dl.headline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1rem;
  }
  body.news-page dl.headline dt {
    margin-left: 0;
  }
  body.news-page dl.headline dd {
    width: 100%;
    margin-left: 0;
  }
  body.news-page dl.headline dd a {
    font-size: 1rem;
  }
}

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%;
  }
}

section.reserve_form {
  max-width: 800px;
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */