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

body {
  word-break: break-word;
  background-color: #eee;
}
body.open {
  overflow: hidden;
}
body main {
  width: calc(100% - 150px);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  body main {
    width: 100%;
  }
}

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

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

/*******************************************************************************************

 HEADER

*******************************************************************************************/
header.global_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 150px;
  height: 100dvh;
  background-color: #fff;
  z-index: 100;
}
header.global_header nav.global_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
header.global_header nav.global_nav h1 {
  text-align: center;
  margin: 0;
  padding: 2.75rem 0;
}
header.global_header nav.global_nav h1 a {
  display: inline-block;
  width: 90px;
}
header.global_header nav.global_nav h1 a img {
  max-width: 100%;
}
header.global_header nav.global_nav h1 a img.sp_logo {
  display: none;
}
header.global_header nav.global_nav > div.global_menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
header.global_header nav.global_nav > div.global_menu ul {
  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;
  gap: 1px;
  list-style: none;
  height: 100%;
  padding: 0;
  padding-bottom: 9.875rem;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu {
  position: relative;
  height: 60px;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu a {
  position: relative;
  color: #151823;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: 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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  padding: 0 2rem;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu a span {
  display: block;
  color: #4A61BB;
  font-family: "Viga", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 1px;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu ul.inner {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.1875rem;
  background-color: #4A61BB;
  text-align: left;
  padding: 1.375rem 1.75rem 2rem;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu ul.inner li a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  white-space: nowrap;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding: 0;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu ul.inner li a::after {
  content: "";
  position: absolute;
  bottom: -3.5px;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  -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 ul.inner li a:hover::after {
  width: 100%;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu:has(.sub_menu)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75rem;
  display: block;
  width: 8px;
  height: 10px;
  background-color: #fff;
  clip-path: polygon(8px 50%, 0% 0%, 0% 10px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 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:has(.sub_menu):hover::after {
  opacity: 1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 150px;
  height: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#4A61BB), to(#14b67d));
  background: linear-gradient(to right, #4A61BB 0%, #14b67d 100%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu:hover::before {
  opacity: 1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu:hover a {
  color: #fff;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu:hover a span {
  color: #fff;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu.active:has(.sub_menu)::before, header.global_header nav.global_nav > div.global_menu ul li.main_menu.active:has(.sub_menu)::after {
  opacity: 1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu.active:has(.sub_menu) a {
  color: #fff;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu.active:has(.sub_menu) a span {
  color: #fff;
}
@media screen and (max-width: 767px) {
  header.global_header nav.global_nav > div.global_menu {
    display: none;
  }
}
header.global_header nav.global_nav label.modal_toggle_btn {
  position: absolute;
  bottom: 0;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 5rem;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#4A61BB), to(#14b67d));
  background: linear-gradient(to right, #4A61BB 0%, #14b67d 100%);
  border: none;
  cursor: pointer;
  margin: 0;
  z-index: 99999;
}
header.global_header nav.global_nav label.modal_toggle_btn span {
  position: absolute;
  left: 50%;
  display: block;
  width: 1.875rem;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header.global_header nav.global_nav label.modal_toggle_btn span:first-of-type {
  top: calc(50% - 23px);
}
header.global_header nav.global_nav label.modal_toggle_btn span:nth-of-type(2) {
  top: calc(50% - 14px);
}
header.global_header nav.global_nav label.modal_toggle_btn span:last-of-type {
  top: calc(50% - 4px);
}
header.global_header nav.global_nav label.modal_toggle_btn span:last-of-type::after {
  content: "MENU";
  position: absolute;
  top: calc(50% + 8.5px);
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-family: "Heebo", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header.global_header nav.global_nav label.modal_toggle_btn:hover, header.global_header nav.global_nav label.modal_toggle_btn:active, header.global_header nav.global_nav label.modal_toggle_btn:focus {
  background-color: rgb(148.1445783133, 161.7228915663, 214.8554216867);
}
@media screen and (max-width: 767px) {
  header.global_header {
    position: sticky;
    width: 100%;
    height: 60px;
    background-color: #eee;
  }
  header.global_header nav.global_nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 10px;
  }
  header.global_header nav.global_nav h1 {
    padding: 0;
  }
  header.global_header nav.global_nav h1 a {
    width: 167px;
  }
  header.global_header nav.global_nav h1 a img.pc_logo {
    display: none;
  }
  header.global_header nav.global_nav h1 a img.sp_logo {
    display: block;
  }
  header.global_header nav.global_nav label.modal_toggle_btn {
    right: 0;
    width: 60px;
    height: 100%;
  }
  header.global_header nav.global_nav label.modal_toggle_btn span {
    width: 1.7143rem;
    height: 1px;
  }
  header.global_header nav.global_nav label.modal_toggle_btn span:first-of-type {
    top: calc(50% - 11px);
  }
  header.global_header nav.global_nav label.modal_toggle_btn span:nth-of-type(2) {
    top: calc(50% - 4px);
  }
  header.global_header nav.global_nav label.modal_toggle_btn span:last-of-type {
    top: calc(50% + 3px);
  }
  header.global_header nav.global_nav label.modal_toggle_btn span:last-of-type::after {
    top: calc(50% + 5.5px);
    font-size: 8px;
  }
}

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

nav.global_nav:has(input:checked) label.modal_toggle_btn span:first-of-type, nav.global_nav:has(input:checked) label.modal_toggle_btn span:last-of-type {
  top: calc(50% - 5px);
}
nav.global_nav:has(input:checked) label.modal_toggle_btn span:first-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(-20deg);
          transform: translate(-50%, -50%) rotate(-20deg);
}
nav.global_nav:has(input:checked) label.modal_toggle_btn span:nth-of-type(2) {
  opacity: 0;
}
nav.global_nav:has(input:checked) label.modal_toggle_btn span:last-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(20deg);
          transform: translate(-50%, -50%) rotate(20deg);
}
nav.global_nav:has(input:checked) label.modal_toggle_btn span:last-of-type::after {
  content: "CLOSE";
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  top: calc(50% + 10px);
  left: 5px;
  letter-spacing: 0.023em;
}

div.modal_menu {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
  opacity: 0;
  pointer-events: none;
  padding: 30px;
  overflow-y: scroll;
}
input#modal_menu_flg:checked + div.modal_menu {
  opacity: 1;
  pointer-events: auto;
}
div.modal_menu > div.global_menu ul {
  padding: 5% 0 0;
  width: 100%;
  max-width: 767px;
  margin: 0 auto;
  list-style: none;
  font-size: 1rem;
}
div.modal_menu > div.global_menu ul li a {
  display: block;
  color: #151515;
  text-decoration: none;
  padding: 0.625rem;
  border-bottom: 1px solid #999999;
}
div.modal_menu > div.global_menu ul li a:hover, div.modal_menu > div.global_menu ul li a:active, div.modal_menu > div.global_menu ul li a:focus, div.modal_menu > div.global_menu ul li a[href="javascript:void(0);"] {
  background-color: #999999;
  color: #ffffff;
}
div.modal_menu > div.global_menu ul li a[href="javascript:void(0);"] {
  cursor: default;
}
div.modal_menu > div.global_menu ul li div a {
  padding-left: 2rem;
  border-bottom: 1px solid #CCCCCC;
}
div.modal_menu label {
  padding: 0.75rem;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: none;
  display: block;
  cursor: pointer;
  line-height: 1;
  width: 3rem;
  height: 3rem;
  background-color: #4A61BB;
}
div.modal_menu label span {
  display: block;
  width: 75%;
  background-color: #ffffff;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
div.modal_menu label span:first-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
div.modal_menu label span:last-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(315deg);
          transform: translate(-50%, -50%) rotate(315deg);
}
@media screen and (max-width: 1199px) {
  div.modal_menu > div.global_menu ul {
    padding-top: 10%;
  }
}

/*******************************************************************************************

 FOOTER

*******************************************************************************************/
div.global_footer {
  position: relative;
  width: calc(100% - 150px);
  z-index: 1;
  margin-left: auto;
}
div.global_footer footer {
  position: relative;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#4A61BB), color-stop(58.57%, #485fb7), to(#14b67d));
  background: linear-gradient(to right, #4A61BB 0%, #485fb7 58.57%, #14b67d 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 543px;
  padding: 3rem 0;
}
div.global_footer footer .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
}
div.global_footer footer .container-fluid .footer_left {
  max-width: 500px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
  padding-top: 2.75rem;
  margin-left: 3.875rem;
}
div.global_footer footer .container-fluid .footer_left img {
  max-width: 162px;
}
div.global_footer footer .container-fluid .footer_left .company > span {
  display: inline-block;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.429;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
}
div.global_footer footer .container-fluid .footer_left .company > span + p {
  line-height: 1.5;
  margin-bottom: 1.0625rem;
}
div.global_footer footer .container-fluid .footer_left .company p {
  font-weight: 500;
  line-height: 1.4584;
  letter-spacing: 0.1em;
  margin: 0;
}
div.global_footer footer .container-fluid .footer_left .company p span {
  font-family: "Heebo", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
div.global_footer footer .container-fluid .footer_right {
  min-width: 480px;
}
div.global_footer footer .container-fluid .footer_right .footer_btn {
  display: block;
}
div.global_footer footer .container-fluid .footer_right .footer_btn a.original-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: 0.75rem;
  width: 294px;
  height: 55px;
  color: #4A61BB;
  font-size: 1.1875rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 181px;
  margin-bottom: 1.9375rem;
  padding: 0 1rem;
}
div.global_footer footer .container-fluid .footer_right .footer_btn a.original-btn::before {
  content: "";
  display: block;
  width: 1.375rem;
  height: 1rem;
  -webkit-mask-image: url("../img/icon_mail.svg");
          mask-image: url("../img/icon_mail.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #4A61BB;
}
div.global_footer footer .container-fluid .footer_right .footer_btn a.original-btn:hover {
  color: #fff;
  background-color: #4A61BB;
}
div.global_footer footer .container-fluid .footer_right .footer_btn a.original-btn:hover::before {
  background-color: #fff;
}
div.global_footer footer .container-fluid .footer_right .footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.6875rem;
}
div.global_footer footer .container-fluid .footer_right .footer_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.global_footer footer .container-fluid .footer_right .footer_menu > ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6875rem 0.6875rem;
}
div.global_footer footer .container-fluid .footer_right .footer_menu > ul > li {
  -webkit-column-break-after: column;
     -moz-column-break-after: column;
          break-after: column;
}
div.global_footer footer .container-fluid .footer_right .footer_menu > ul > li a {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
}
div.global_footer footer .container-fluid .footer_right .footer_menu > ul > li a[href*="void(0)"] {
  pointer-events: none;
}
div.global_footer footer .container-fluid .footer_right .footer_menu > ul > li .footer_sub {
  margin-top: 0.25rem;
  padding-left: 6px;
}
div.global_footer footer .container-fluid .footer_right .footer_menu > ul > li .footer_sub li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
div.global_footer footer .container-fluid .footer_right .footer_menu > ul > li .footer_sub li a {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
div.global_footer footer .container-fluid .footer_right .footer_menu > ul > li .footer_sub li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
}
div.global_footer .copyright {
  color: #4A61BB;
  font-size: 0.9375rem;
  line-height: 1.467;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #fff;
  padding: 1.3125rem 0;
}
@media screen and (max-width: 1199px) {
  div.global_footer footer .container-fluid {
    gap: 2rem;
    padding-left: 1rem;
  }
  div.global_footer footer .container-fluid .footer_left {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    gap: 2rem;
    margin-left: 0;
  }
  div.global_footer footer .container-fluid .footer_right {
    min-width: unset;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div.global_footer footer .container-fluid .footer_right .footer_menu {
    width: 400px;
  }
  div.global_footer footer .container-fluid .footer_right .footer_menu > ul {
    gap: 1.6875rem;
  }
}
@media (max-width: 1100px) {
  div.global_footer footer {
    height: auto;
    padding: 3rem 0 5rem;
  }
  div.global_footer footer .container-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4rem;
  }
  div.global_footer footer .container-fluid .footer_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 3rem;
  }
  div.global_footer footer .container-fluid .footer_right .footer_btn a.original-btn {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  div.global_footer footer .container-fluid {
    gap: 3rem;
  }
  div.global_footer footer .container-fluid .footer_left {
    gap: 3rem;
    margin: 0 auto;
    padding: 0;
  }
  div.global_footer footer .container-fluid .footer_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
  div.global_footer footer .container-fluid .footer_right .footer_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  div.global_footer footer .container-fluid .footer_right .footer_btn a.original-btn {
    margin: 0;
  }
  div.global_footer footer .container-fluid .footer_right .footer_menu {
    width: 450px;
    margin: 0 auto;
  }
  div.global_footer footer .container-fluid .footer_right .footer_menu ul {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  div.global_footer {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  div.global_footer footer .container-fluid .footer_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  div.global_footer footer .container-fluid .footer_left img {
    max-width: 120px;
    margin: 0 auto;
  }
  div.global_footer footer .container-fluid .footer_right .footer_menu {
    width: 100%;
    word-break: break-all;
  }
  div.global_footer footer .container-fluid .footer_right .footer_menu ul {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
  div.global_footer footer .container-fluid .footer_right .footer_menu > ul {
    width: 48%;
  }
}

/* ページトップへ戻るボタン */
#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;
}

/*******************************************************************************************

 MAIN

*******************************************************************************************/
body:not(.top-page) main {
  overflow-x: clip;
  padding-bottom: 3rem;
}
main .rowwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  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: 767px) {
  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-left: 0;
    margin-top: 3rem;
  }
}

/*****************/
/* ページタイトル */
/****************/
main div.page-head {
  position: relative;
  height: 560px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
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;
  padding: 4.4375rem 0 3.5625rem;
}
main div.page-title .container-fluid > h2 {
  line-height: 1.125;
  margin: 0;
}
main div.page-title .container-fluid span {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.2;
}
main div.page-title .container-fluid span.en {
  font-size: 4.375rem;
  font-weight: bold;
  font-family: "Heebo", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.05em;
  background: -webkit-gradient(linear, left top, right top, from(#4A61BB), to(#14b67d));
  background: linear-gradient(to right, #4A61BB 0%, #14b67d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main div.page-title .container-fluid span.jp {
  color: #31407E;
  font-size: 1.5625rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  main div.page-head {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  main div.page-head {
    height: 200px;
  }
  main div.page-title {
    padding: 1.5rem 0 3rem;
  }
  main div.page-title .container-fluid h2 {
    font-size: 0;
    line-height: 1;
  }
  main div.page-title .container-fluid span.en {
    font-size: 2.8rem;
  }
  main div.page-title .container-fluid span.jp {
    font-size: 1rem;
  }
}

/***************+*/
/* ぱんくずリスト */
/****************/
nav.breadcrumb-filud {
  margin-bottom: 6.25rem;
  background-color: #EAEEF2;
}
nav.breadcrumb-filud ol.breadcrumb {
  margin: 0 auto;
  background-color: transparent;
  font-size: 0;
  padding: 0.75rem 15px;
  max-width: 1230px;
}
nav.breadcrumb-filud ol.breadcrumb li.breadcrumb-item {
  font-size: 0.875rem;
}
nav.breadcrumb-filud ol.breadcrumb li.breadcrumb-item a {
  color: #999999;
}
nav.breadcrumb-filud ol.breadcrumb li.breadcrumb-item + .breadcrumb-item::before {
  content: "　|　";
  padding-right: 0.25rem;
}
nav.breadcrumb-filud ol.breadcrumb li.breadcrumb-item.active {
  color: #999999;
}
@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: #fff;
  background-color: #4A61BB;
  margin: 0 auto;
  padding: 1rem 0;
  text-align: center;
  line-height: 1;
  font-weight: normal;
  font-weight: bold;
}
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;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  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: #4A61BB;
  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: #ccc;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
aside.secondary nav.sidebar-menu + nav.sidebar-menu {
  margin-top: 2rem;
}
aside.secondary ul.banner_list {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
aside.secondary ul.banner_list li {
  margin-bottom: 1rem;
}
aside.secondary ul.banner_list li a {
  display: block;
  text-align: center;
}

@media screen and (max-width: 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;
  }
}

/*******************************************************************************************

 BOOTCMS　コンテンツ設定部分

*******************************************************************************************/
/********/
/*見出し*/
/*******/
.lv1 {
  color: #4A61BB;
  font-family: "Heebo", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.75rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0;
}
.lv1 span {
  display: block;
  color: #31407E;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .lv1 {
    font-size: 1.8rem;
  }
  .lv1 span {
    font-size: 1rem;
  }
}

.lv2 {
  color: #4A61BB;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .lv2 {
    font-size: 1.6rem;
  }
}

.lv3 span {
  position: relative;
  display: inline-block;
  color: #4A61BB;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  margin: 0;
  padding: 0 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  font-display: swap;
}
.lv3 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: rgba(174, 178, 194, 0.51);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .lv3 span {
    font-size: 1.375rem;
  }
}

.lv4 {
  color: #444;
  font-size: 1.5625rem;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .lv4 {
    font-size: 1.2857rem;
  }
}

/*************/
/*テキストのみ*/
/************/
.text-only {
  margin: 0;
}
.text-only p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

/************/
/* 写真のみ */
/**********/
.photo-only {
  margin: 0;
  text-align: center;
}
.photo-only a img {
  display: inline-block;
}
.photo-only p.caption {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 0.5em;
  margin-bottom: 0;
}

/*****************/
/* 写真＋テキスト */
/****************/
.photo-and-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
  margin: 0;
}
.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;
  color: #333;
  font-family: "source-han-sans-japanese", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.5625rem;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 0.1em;
  margin-bottom: 1.125rem;
}
.photo-and-text div.text-area p {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.photo-and-text div.text-area p span {
  display: inline-block;
  font-family: "source-han-sans-japanese", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.9375rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.1em;
  margin-bottom: 1.125rem;
}
.photo-and-text span.photo-area {
  max-width: 80%;
}
.photo-and-text span.photo-area img {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .photo-and-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .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: 2rem;
    margin-bottom: 0.5rem;
  }
  .photo-and-text div.text-area p {
    font-size: 1rem;
  }
  .photo-and-text div.text-area p span {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

/*********************/
/* 2列写真+キャプション */
/* 3列写真+キャプション */
/* 4列写真+キャプション */
/*********************/
.two-photo,
.three-photo,
.four-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  -webkit-column-gap: 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;
  width: 100%;
}
.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 {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
  margin: 10px 0 0;
}
.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;
}
.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%;
  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: #fff;
}
.two-photo a:hover img,
.three-photo a:hover img,
.four-photo a:hover img {
  opacity: 0.7;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .two-photo,
  .three-photo,
  .four-photo {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .two-photo.turn_on,
  .three-photo.turn_on,
  .four-photo.turn_on {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .two-photo.turn_on div.photo_set,
  .three-photo.turn_on div.photo_set,
  .four-photo.turn_on div.photo_set {
    width: 100%;
  }
  .two-photo.turn_on div.photo_set span.photo_even,
  .three-photo.turn_on div.photo_set span.photo_even,
  .four-photo.turn_on div.photo_set span.photo_even {
    aspect-ratio: unset !important;
  }
  .two-photo.turn_on div.photo_set span.photo_even img,
  .three-photo.turn_on div.photo_set span.photo_even img,
  .four-photo.turn_on div.photo_set span.photo_even img {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .two-photo.turn_on div.photo_set + div.photo_set,
  .three-photo.turn_on div.photo_set + div.photo_set,
  .four-photo.turn_on div.photo_set + div.photo_set {
    margin-top: 2rem;
  }
}

/**********/
/* リスト */
/*********/
ul.dot, ol.dot, ul.none, ol.none {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.dot > li, ol.dot > li, ul.none > li, ol.none > li {
  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: #4A61BB;
}

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;
  max-width: 350px;
  width: 100%;
  height: 90px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  text-decoration: none;
  background-color: #4A61BB;
  border: 1px solid #4A61BB;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding: 0;
}
.original-btn:hover, .original-btn:active, .original-btn:focus {
  text-decoration: none;
  background-color: #fff;
  color: #4A61BB;
}
.original-btn.btn-big {
  max-width: 500px;
}
.original-btn.btn-small {
  max-width: 300px;
  height: 75px;
  font-size: 1rem;
}
.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 {
    max-width: 80%;
    font-size: 1rem;
  }
  .original-btn.btn-big {
    max-width: 100%;
    font-size: 1.125rem;
  }
  .original-btn.btn-small {
    max-width: 60%;
    font-size: 0.85714rem;
  }
}

.hr-on {
  margin: 0;
}

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

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

/************/
/* テーブル */
/***********/
table.table-standard,
table.table-flexible {
  width: 100%;
  border-collapse: separate;
  border-spacing: 7px 0;
}
table.table-standard tr th,
table.table-flexible tr th, table.table-standard tr td,
table.table-flexible tr td {
  color: #333;
  font-family: "Noto Sans JP", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  border-top: solid;
  padding: 2.03125rem 0;
}
table.table-standard tr th,
table.table-flexible tr th {
  min-width: 165px;
  font-weight: bold;
  white-space: nowrap;
  border-color: #4A61BB;
  border-width: 2px;
}
table.table-standard tr td,
table.table-flexible tr td {
  font-weight: 500;
  border-color: #AEB2C2;
  border-width: 1px;
}
table.table-standard tr:last-of-type th,
table.table-flexible tr:last-of-type th, table.table-standard tr:last-of-type td,
table.table-flexible tr:last-of-type td {
  border-bottom: solid;
}
table.table-standard tr:last-of-type th,
table.table-flexible tr:last-of-type th {
  border-color: #4A61BB;
  border-width: 2px;
}
table.table-standard tr:last-of-type td,
table.table-flexible tr:last-of-type td {
  border-color: #AEB2C2;
  border-width: 1px;
}

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

table.table-standard.lefthead tr th,
table.table-flexible.lefthead tr th {
  padding-left: 2.125rem;
  padding-right: 2.125rem;
}
table.table-standard.lefthead tr td,
table.table-flexible.lefthead tr td {
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}
table.table-standard.lefthead tr td:not(:has(+ td)),
table.table-flexible.lefthead tr td:not(:has(+ td)) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@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.25em;
  }
  table.table-standard tr th,
  table.table-flexible tr th {
    padding-left: 0.25rem;
  }
}

@media screen and (max-width: 767px) {
  table.table-flexible {
    display: block;
    width: 100%;
  }
  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.25em !important;
    word-break: break-all;
  }
  table.table-flexible tbody tr th {
    padding: 0.25em !important;
  }
  table.table-flexible tbody tr:last-of-type th {
    border-bottom: none;
  }
  table.table-flexible tbody tr:last-of-type td {
    border-bottom: 2px solid #4A61BB;
  }
  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-responsive {
    overflow-x: scroll;
  }
  .table-responsive table tr td {
    white-space: nowrap;
  }
}
/********/
/* 全幅 */
/*******/
section.extend {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2rem 15px;
}
section.extend.extend_fixed {
  background-attachment: fixed;
}
section.extend.none_space {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .view_pc_blocktype {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .view_sp_blocktype {
    display: none !important;
  }
}
/*******************************************************************************************

 トップページ

*******************************************************************************************/
body.top-page {
  /** 共通見出し（細部は各項目で指定） **/
}
body.top-page .container-fluid {
  max-width: 1410px;
}
body.top-page section.top_mainvisual {
  position: relative;
  width: calc(100% - 150px);
  height: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  padding-bottom: max(50%, 100vh);
}
body.top-page section.top_mainvisual div.top_slideshow {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding-bottom: max(50%, 100vh);
}
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.contents {
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding-bottom: max(50%, 100vh);
}
body.top-page section.top_mainvisual div.contents div.catch {
  position: absolute;
  top: 55%;
  left: 7.25%;
  color: #fff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.top-page section.top_mainvisual div.contents div.catch h2 {
  font-family: "source-han-sans-japanese", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 3.75rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
body.top-page section.top_mainvisual div.contents div.catch h2 span {
  display: block;
  font-size: 2.8125rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 22px 0 2.25rem;
  padding-left: 6px;
}
body.top-page section.top_mainvisual div.contents div.catch p {
  font-family: "Heebo", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.123em;
  margin: 0;
  padding-left: 9px;
}
@media screen and (max-width: 991px) {
  body.top-page section.top_mainvisual div.contents div.catch h2 {
    font-size: 3.375rem;
  }
  body.top-page section.top_mainvisual div.contents div.catch h2 span {
    font-size: 2.375rem;
  }
  body.top-page section.top_mainvisual div.contents div.catch p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  body.top-page section.top_mainvisual {
    width: 100%;
    padding-bottom: 80.25%;
  }
  body.top-page section.top_mainvisual::after {
    width: 100%;
    padding-bottom: 80.25%;
  }
  body.top-page section.top_mainvisual div.top_slideshow {
    width: 100%;
    padding-bottom: 80.25%;
  }
  body.top-page section.top_mainvisual div.contents {
    width: 100%;
    padding-bottom: 80.25%;
  }
  body.top-page section.top_mainvisual div.contents div.catch {
    left: 50%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  body.top-page section.top_mainvisual div.contents div.catch h2 {
    font-size: 3rem;
  }
  body.top-page section.top_mainvisual div.contents div.catch h2 span {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 575px) {
  body.top-page section.top_mainvisual div.contents div.catch h2 {
    font-size: 2.25rem;
  }
  body.top-page section.top_mainvisual div.contents div.catch h2 span {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  body.top-page section.top_mainvisual div.contents div.catch p {
    font-size: 0.75rem;
  }
}
body.top-page .top_title {
  position: relative;
  font-size: 2.8125rem;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 0.15em;
  margin-bottom: 0;
}
body.top-page .top_title span {
  position: absolute;
  top: 50%;
  left: -3.875rem;
  color: #AEB2C2;
  font-family: "Viga", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  border-right: 1px solid #AEB2C2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 0.5px;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  padding-right: 2.5px;
}
@media screen and (max-width: 1199px) {
  body.top-page .top_title span {
    left: -2.25rem;
  }
}
@media screen and (max-width: 767px) {
  body.top-page .top_title {
    font-size: 1.643rem;
    line-height: 1.478;
  }
  body.top-page .top_title span {
    display: none;
  }
}
body.top-page .top_company {
  position: relative;
  overflow-x: clip;
  padding: 6.5rem 0 6.9375rem;
}
body.top-page .top_company .tag-on {
  padding-left: 4rem;
}
body.top-page .top_company .inner_text {
  max-width: 680px;
  width: 52%;
}
body.top-page .top_company .inner_text h3.top_title {
  margin-bottom: 3.5rem;
}
body.top-page .top_company .inner_text h4 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 2.125rem;
}
body.top-page .top_company .inner_text p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.39;
  letter-spacing: 0.05em;
  margin-bottom: 3.75rem;
}
body.top-page .top_company .inner_img {
  position: absolute;
  top: 6.75rem;
  right: -105px;
  max-width: 848px;
  width: 50%;
  height: 438px;
  background-position: center 18%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
  body.top-page .top_company {
    padding-bottom: 0;
  }
  body.top-page .top_company .tag-on {
    padding: 0;
  }
  body.top-page .top_company .inner_text {
    max-width: 100%;
    width: 100%;
    margin-bottom: 3rem;
    padding: 0 2.5rem;
  }
  body.top-page .top_company .inner_img {
    position: static;
    display: block;
    max-width: calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
@media screen and (max-width: 767px) {
  body.top-page .top_company {
    padding-top: 1.35rem;
  }
  body.top-page .top_company .inner_text {
    padding: 0;
  }
  body.top-page .top_company .inner_text h3.top_title {
    margin-bottom: 1.0714rem;
  }
  body.top-page .top_company .inner_text h4 {
    font-size: 1rem;
  }
  body.top-page .top_company .inner_text h4 br {
    display: none;
  }
  body.top-page .top_company .inner_text p {
    font-size: 0.85714rem;
    line-height: 2;
    margin-bottom: 2.5rem;
  }
  body.top-page .top_company .inner_text .gradient_btn {
    display: block;
    text-align: center;
  }
  body.top-page .top_company .inner_text .gradient_btn a.original-btn {
    font-size: 1rem;
    height: 75px;
    margin: 0 auto;
  }
  body.top-page .top_company .inner_img {
    height: 300px;
  }
}
body.top-page .top_works {
  position: relative;
  height: 960px;
  padding: 4.375rem 0 5rem;
}
body.top-page .top_works .container-fluid {
  max-width: 1410px;
}
body.top-page .top_works .works_title {
  padding-left: 4rem;
}
body.top-page .top_works .works_title h3.top_title {
  color: #fff;
  margin-bottom: 4.125rem;
}
body.top-page .top_works ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.top-page .top_works ul li {
  position: relative;
  width: 33.3333333333%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body.top-page .top_works ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  text-decoration: none;
  padding-bottom: 133.261%;
  z-index: 1;
}
body.top-page .top_works ul li a span.works_circle {
  position: absolute;
  top: 50%;
  left: 50%;
  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: 271px;
  height: 271px;
  background-color: rgba(74, 97, 187, 0.65);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body.top-page .top_works ul li a span.works_circle h4 {
  color: #fff;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0;
}
body.top-page .top_works ul li a span.works_circle h4 span {
  display: block;
  font-family: "Viga", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding-top: 7px;
}
body.top-page .top_works ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body.top-page .top_works ul li:hover {
  outline: 9px solid #F3B729;
  outline-offset: -9px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body.top-page .top_works ul li:hover a span.works_circle {
  background-color: #4A61BB;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body.top-page .top_works ul li:hover::after {
  background-color: transparent;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body.top-page .top_works::before, body.top-page .top_works::after {
  position: absolute;
}
body.top-page .top_works::before {
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#4A61BB), color-stop(58.57%, #485fb7), to(#14b67d));
  background: linear-gradient(to right, #4A61BB 0%, #485fb7 58.57%, #14b67d 100%);
}
body.top-page .top_works::after {
  content: "WORKS";
  top: -9px;
  right: 1.5rem;
  color: #fff;
  font-family: "Heebo", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 8.75rem;
  font-weight: bold;
  line-height: 1.4715;
  letter-spacing: 0.058em;
  opacity: 0.25;
}
@media (max-width: 1500px) {
  body.top-page .top_works {
    height: auto;
  }
}
@media screen and (max-width: 1199px) {
  body.top-page .top_works .works_title {
    padding-left: 2.5rem;
  }
  body.top-page .top_works ul li a span.works_circle {
    width: 240px;
    height: 240px;
  }
  body.top-page .top_works::after {
    font-size: 6.5rem;
  }
}
@media screen and (max-width: 991px) {
  body.top-page .top_works ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.top-page .top_works ul li {
    width: 100%;
  }
  body.top-page .top_works ul li a {
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 767px) {
  body.top-page .top_works {
    padding: 1.35rem 0 3rem;
  }
  body.top-page .top_works .works_title {
    padding: 0;
  }
  body.top-page .top_works .works_title h3.top_title {
    margin-bottom: 1.5rem;
  }
  body.top-page .top_works ul li a {
    padding-bottom: 65%;
  }
  body.top-page .top_works ul li a span.works_circle {
    width: 200px;
    height: 200px;
  }
  body.top-page .top_works ul li a span.works_circle h4 {
    font-size: 1.5rem;
  }
  body.top-page .top_works ul li a span.works_circle h4 span {
    font-size: 0.875rem;
    padding-top: 5px;
  }
  body.top-page .top_works::after {
    font-size: 5rem;
  }
}
@media screen and (max-width: 575px) {
  body.top-page .top_works ul li a span.works_circle {
    width: 180px;
    height: 180px;
  }
  body.top-page .top_works ul li a span.works_circle h4 {
    font-size: 1.375rem;
  }
  body.top-page .top_works ul li:hover {
    outline-width: 5px;
    outline-offset: -5px;
  }
  body.top-page .top_works::after {
    top: 0;
    font-size: 3.75rem;
  }
}
body.top-page .top_split_block {
  padding: 8.5rem 15px 7.8125rem;
}
body.top-page .top_split_block .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6.5rem;
}
body.top-page .top_split_block .container-fluid h3.top_title {
  color: #4A61BB;
}
body.top-page .top_split_block .top_news {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 4.25rem;
}
body.top-page .top_split_block .top_news h3.top_title {
  margin-bottom: 3rem;
}
body.top-page .top_split_block .top_news .headline_list {
  margin-bottom: 3.875rem;
}
body.top-page .top_split_block .top_news p.newslist_btn {
  text-align: right;
  margin-bottom: 0;
}
body.top-page .top_split_block .top_news p.newslist_btn a {
  color: #4A61BB;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.375;
  letter-spacing: 0.1em;
  text-decoration: underline;
}
body.top-page .top_split_block .top_recruit {
  max-width: 626px;
  width: 53%;
}
body.top-page .top_split_block .top_recruit h3.top_title {
  margin-bottom: 1.8125rem;
}
body.top-page .top_split_block .top_recruit a {
  color: #fff;
  text-decoration: none;
}
body.top-page .top_split_block .top_recruit a .inner_img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 57%;
  overflow: hidden;
}
body.top-page .top_split_block .top_recruit a .inner_img span {
  display: block;
  width: 100%;
  height: 0;
  background-size: 100%;
  background-position: 36.5% 30%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding-bottom: 57%;
}
body.top-page .top_split_block .top_recruit a .inner_img p {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.479;
  letter-spacing: 0.136em;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.54);
  margin: 0;
  padding-left: 2.5rem;
}
body.top-page .top_split_block .top_recruit a .inner_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#4A61BB), to(#14b67d));
  background: linear-gradient(to right, #4A61BB 0%, #14b67d 100%);
  padding: 1rem 1.8125rem;
}
body.top-page .top_split_block .top_recruit a .inner_text h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  font-family: "Heebo", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.125rem;
  font-weight: 500;
  letter-spacing: 0.095em;
  margin: 0;
}
body.top-page .top_split_block .top_recruit a .inner_text h4 span {
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.3125rem;
  line-height: 1;
  letter-spacing: 0.095em;
}
body.top-page .top_split_block .top_recruit a .inner_text > span {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  background-repeat: no-repeat;
  background-size: cover;
}
body.top-page .top_split_block .top_recruit a:hover .inner_img span {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (max-width: 1500px) {
  body.top-page .top_split_block .container-fluid {
    gap: 3rem;
  }
}
@media screen and (max-width: 1199px) {
  body.top-page .top_split_block {
    padding: 5rem 0 4.5rem;
  }
  body.top-page .top_split_block .container-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.top-page .top_split_block .top_news {
    padding: 0 2.5rem;
  }
  body.top-page .top_split_block .top_recruit {
    max-width: 100%;
    width: 100%;
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  body.top-page .top_split_block {
    padding: 1.35rem 0 3rem;
  }
  body.top-page .top_split_block .container-fluid {
    gap: 2rem;
  }
  body.top-page .top_split_block .top_news, body.top-page .top_split_block .top_recruit {
    padding: 0;
  }
  body.top-page .top_split_block .top_news h3.top_title, body.top-page .top_split_block .top_recruit h3.top_title {
    margin-bottom: 1rem;
  }
  body.top-page .top_split_block .top_news .headline_list {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 575px) {
  body.top-page .top_split_block .top_recruit a .inner_img p {
    font-size: 2.25rem;
  }
  body.top-page .top_split_block .top_recruit a .inner_text h4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.75rem;
    gap: 0;
  }
  body.top-page .top_split_block .top_recruit a .inner_text h4 span {
    font-size: 1rem;
  }
}

/*******************************************************************************************

 お知らせ、インフォメーション

*******************************************************************************************/
/***************************/
/* 一覧表示（TOP・一覧共通） */
/***************************/
#news-list .headline_list dl.headline {
  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;
  gap: 7px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
  padding: 2.5rem 0 1.75rem;
}
#news-list .headline_list dl.headline:first-of-type {
  padding-top: 0;
}
#news-list .headline_list dl.headline dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
  color: #4A61BB;
  font-family: "Heebo", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.3125;
  letter-spacing: 0.1em;
}
#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: 3rem;
  height: 1.375rem;
  color: #fff;
  font-family: "Heebo", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: #ff7272;
  border-radius: 2px;
}
#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: #333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #news-list .headline_list dl.headline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.8rem;
    padding: 1.125rem 1rem;
  }
  #news-list .headline_list dl.headline dt {
    font-size: 0.833rem;
    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.833rem;
    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: #4A61BB;
}
#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: #4A61BB;
}
#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: #4A61BB;
  font-family: "Roboto", Roboto, Arial, "Noto Sans JP", "游ゴシック", "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: #4A61BB;
  font-family: "Noto Sans JP";
  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", Roboto, Arial, "Noto Sans JP", "游ゴシック", "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: #4A61BB;
}
.page-item.active .page-link {
  background-color: #4A61BB;
  border-color: #4A61BB;
}
.page-item a.page-link[href="list.php?page="] {
  cursor: auto;
  pointer-events: none;
  color: #151515;
  background-color: #dddddd;
}

/*********/
/*詳細画面*/
/********/
body.news-page div.content em.content-title {
  display: block;
  border-bottom: 3px solid #4A61BB;
  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 #4A61BB;
  border-bottom: 1px solid #4A61BB;
  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 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", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  white-space: nowrap;
  margin-bottom: 0.5625rem;
}
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: 767px) {
  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;
    margin-bottom: 0.5rem;
  }
  body.news-page dl.headline dd {
    width: 100%;
    margin-left: 0;
  }
  body.news-page dl.headline dd a {
    font-size: 1rem;
  }
}
body.news-page.information-list main {
  margin-bottom: 3.25rem;
}
@media screen and (max-width: 767px) {
  body.news-page.information-list main > .container-fluid .rowwrap .primary {
    padding: 0;
  }
  body.news-page.information-list main > .container-fluid .rowwrap .primary h3.lv1 {
    padding: 0 15px;
  }
}

.category-list .category {
  display: inline-block;
  color: #4A61BB !important;
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "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 #4A61BB !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.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 p.form_lead b {
  display: inline-block;
  margin-top: 1rem;
}
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.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;
    font-weight: 500;
    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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2rem;
  text-align: center;
  margin-top: 4.125rem;
}
.submit_area p {
  width: 100%;
  margin-bottom: 0;
}
.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:has(p) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.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: #4A61BB;
  -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 #4A61BB;
  border-bottom: 3px solid #4A61BB;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

section.reserve_form {
  max-width: 800px;
  margin: 0 auto;
}

/*******************************************************************************************

 各種タブ

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

.anker {
  margin-top: -10rem;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .anker {
    margin-top: -4rem;
    padding-top: 4rem;
  }
}

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

.cc_hide {
  display: none;
}

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

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.mb-20 {
  margin-bottom: 20px;
}

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

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

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

.gradient_btn a.original-btn {
  position: relative;
  border: none;
  z-index: 0;
  background: -webkit-gradient(linear, left top, right top, from(#4A61BB), color-stop(#14b67d), to(#4A61BB)) 0 50%/200% 100%;
  background: linear-gradient(90deg, #4A61BB, #14b67d, #4A61BB) 0 50%/200% 100%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.gradient_btn a.original-btn:hover {
  color: #fff;
  background-position: 100% 50%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.company_block {
  gap: 5.9375rem;
}
.company_block div.text-area {
  max-width: 600px;
}
.company_block span.photo-area {
  margin-right: -9.75rem;
}
@media screen and (max-width: 1199px) {
  .company_block {
    gap: 3rem;
  }
  .company_block span.photo-area {
    margin-right: -5rem;
  }
}
@media screen and (max-width: 991px) {
  .company_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company_block span.photo-area {
    max-width: 100%;
    width: 100% !important;
    margin-right: 0;
  }
}

section.extend.message_block {
  padding: 5.625rem 0 8.4375rem;
}
section.extend.message_block .photo-and-text .text-area {
  max-width: 690px;
}
section.extend.message_block .photo-and-text .text-area p {
  line-height: 2.6875;
}
section.extend.message_block .photo-and-text .text-area p.daihyo_name {
  font-family: "ta-kouran", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.1875rem;
  letter-spacing: 0.05em;
  text-align: right;
}
section.extend.message_block .photo-and-text .text-area p.daihyo_name > span {
  font-family: "ta-kouran", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.6875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (max-width: 991px) {
  section.extend.message_block {
    padding: 3rem 0;
  }
  section.extend.message_block .photo-and-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.extend.message_block .photo-and-text .photo-area {
    max-width: 100%;
    width: 100% !important;
    margin: 0;
  }
  section.extend.message_block .photo-and-text .photo-area img {
    width: 100%;
  }
  section.extend.message_block .photo-and-text .text-area {
    max-width: 100%;
  }
}

section.extend.access_head_block {
  padding: 2rem 0;
}

section.extend.access_block .gmap-box {
  padding-bottom: 36.75%;
}
@media screen and (max-width: 1199px) {
  section.extend.access_block .gmap-box {
    padding-bottom: 45%;
  }
}
@media screen and (max-width: 767px) {
  section.extend.access_block .gmap-box {
    padding-bottom: 60%;
  }
}

section.extend.history_block {
  padding: 5.625rem 0 7.125rem;
}
section.extend.history_block .history_tbl table {
  position: relative;
  display: block;
}
section.extend.history_block .history_tbl table tbody {
  display: contents;
}
section.extend.history_block .history_tbl table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.875rem;
  margin: 0;
  padding-left: 4rem;
}
section.extend.history_block .history_tbl table tr th, section.extend.history_block .history_tbl table tr td {
  border: none;
  padding: 0;
}
section.extend.history_block .history_tbl table tr th {
  position: relative;
  min-width: 130px;
  color: #4A61BB;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
section.extend.history_block .history_tbl table tr th::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2.4375rem;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #4A61BB;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
section.extend.history_block .history_tbl table tr td {
  color: #333;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 0;
}
section.extend.history_block .history_tbl table tr:has(td br) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section.extend.history_block .history_tbl table tr:has(td br) td {
  padding-top: 3px;
}
section.extend.history_block .history_tbl table tr:has(td br):last-of-type {
  background: linear-gradient(to top, #eee, #eee 70%, transparent calc(70% + 1px), transparent);
}
section.extend.history_block .history_tbl table tr + tr {
  margin-top: 4.375rem;
}
section.extend.history_block .history_tbl table tr:first-of-type, section.extend.history_block .history_tbl table tr:last-of-type {
  position: relative;
  z-index: 1;
}
section.extend.history_block .history_tbl table tr:first-of-type {
  background: linear-gradient(to bottom, #eee, #eee 50%, transparent calc(50% + 1px), transparent);
}
section.extend.history_block .history_tbl table tr:last-of-type {
  background: linear-gradient(to top, #eee, #eee 50%, transparent calc(50% + 1px), transparent);
}
section.extend.history_block .history_tbl table::after {
  content: "";
  position: absolute;
  top: 0;
  left: 1.8125rem;
  width: 1px;
  height: 100%;
  background-color: #A0ABD6;
}
@media screen and (max-width: 767px) {
  section.extend.history_block {
    padding: 3rem 0 5rem;
  }
  section.extend.history_block .history_tbl table tr {
    gap: 1rem;
    padding-left: 2.375rem;
  }
  section.extend.history_block .history_tbl table tr th {
    min-width: 120px;
    width: auto;
    font-size: 1.25rem;
    background-color: transparent;
  }
  section.extend.history_block .history_tbl table tr th::before {
    left: -1.65rem;
  }
  section.extend.history_block .history_tbl table tr td {
    font-size: 1rem;
  }
  section.extend.history_block .history_tbl table tr + tr {
    margin-top: 3rem;
  }
  section.extend.history_block .history_tbl table::after {
    left: 1rem;
  }
}
@media screen and (max-width: 575px) {
  section.extend.history_block .history_tbl table tr {
    -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.extend.history_block .history_tbl table tr:first-of-type {
    background: linear-gradient(to bottom, #eee, #eee 20%, transparent calc(20% + 1px), transparent);
  }
  section.extend.history_block .history_tbl table tr:last-of-type {
    background: linear-gradient(to top, #eee, #eee 80%, transparent calc(80% + 1px), transparent);
  }
  section.extend.history_block .history_tbl table tr:has(td br):last-of-type {
    background: linear-gradient(to top, #eee, #eee 90%, transparent calc(90% + 1px), transparent);
  }
}

.works_text {
  display: inline-block;
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .works_text {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .works_text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 575px) {
  .works_text {
    font-size: 1.125rem;
  }
}

section.extend.example_block {
  padding: 4.75rem 0 10rem;
}
section.extend.example_block .three-photo {
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
section.extend.example_block .three-photo .photo_set span {
  max-width: 100%;
  height: 0;
  padding-bottom: 75%;
}
section.extend.example_block .three-photo .photo_set span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 991px) {
  section.extend.example_block .three-photo {
    width: 100%;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  section.extend.example_block .three-photo .photo_set {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.extend.example_block {
    padding: 3rem 0 5rem;
  }
  section.extend.example_block .three-photo {
    grid-template-columns: repeat(1, 1fr);
  }
  section.extend.example_block .three-photo .photo_set span img {
    position: absolute;
  }
}

.recruit_message .container-fluid {
  position: relative;
  padding-bottom: 1px;
}
.recruit_message .container-fluid .text-only p {
  max-width: 60%;
  line-height: 2.2;
}
.recruit_message .container-fluid .text-only p span {
  display: inline;
  font-size: 1.5625rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  background-color: rgba(238, 238, 238, 0.6);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 9px 0;
  padding-right: 1rem;
}
.recruit_message .container-fluid .photo-only {
  position: absolute;
  top: -1.125rem;
  right: 0;
  max-width: 929px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.recruit_message .container-fluid .photo-only img {
  position: sticky;
  top: 170px;
  width: 100%;
  border-radius: 22px;
}
@media (max-width: 1400px) {
  .recruit_message .container-fluid .text-only p {
    max-width: 100%;
  }
  .recruit_message .container-fluid .photo-only {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_message .container-fluid {
    padding-right: 10px;
  }
  .recruit_message .container-fluid .text-only p span {
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    padding: 9px 0 8px 8px;
  }
  .recruit_message .container-fluid .text-only p span:first-of-type + br {
    display: none;
  }
  .recruit_message .container-fluid .photo-only {
    top: -1.93rem;
    width: 100%;
    padding: 0;
  }
  .recruit_message .container-fluid .photo-only img {
    height: 639px;
    border-radius: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 23%;
       object-position: 23%;
  }
}

section.extend.data_block h4.lv2 {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
section.extend.data_block ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}
section.extend.data_block ul li {
  background-color: #fff;
  border-radius: 15px;
}
section.extend.data_block ul li h5 {
  font-weight: bold;
  letter-spacing: 0.1em;
}
section.extend.data_block ul li div.inner p {
  margin: 0;
}
section.extend.data_block#number {
  padding: 4rem 0 6.9375rem;
}
section.extend.data_block#number ul {
  gap: 2.8125rem 1.875rem;
}
section.extend.data_block#number ul li {
  height: 180px;
  padding: 1.125rem 1.9375rem 0.75rem;
  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;
}
section.extend.data_block#number ul li h5 {
  color: #4A61BB;
  font-size: 1.5625rem;
  margin: 0;
}
section.extend.data_block#number ul li div.inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
section.extend.data_block#number ul li div.inner p {
  color: #4A61BB;
  font-size: 2.4375rem;
  font-weight: bold;
  line-height: 1.475;
  letter-spacing: 0.1em;
}
section.extend.data_block#number ul li div.inner p span {
  display: inline-block;
  font-family: "Oswald", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 4.625rem;
  font-weight: 600;
  letter-spacing: normal;
}
section.extend.data_block#number ul li div.inner p span > b {
  display: inline-block;
  font-size: 3.75rem;
  margin-right: 10px;
}
section.extend.data_block#number ul li div.inner p span + b {
  display: inline-block;
  font-size: 3.375rem;
  font-weight: bold;
  margin-right: 11px;
  margin-left: 4px;
}
section.extend.data_block#number ul li div.inner:has(div + div) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.0625rem;
}
section.extend.data_block#number ul li div.inner:has(div + div) div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
section.extend.data_block#number ul li div.inner:has(div + div) div p {
  font-size: 2.25rem;
  letter-spacing: 0;
}
section.extend.data_block#number ul li div.inner:has(div + div) div p span {
  font-size: 4.0625rem;
}
section.extend.data_block#number ul li div.inner:has(small) p span {
  margin-right: 0.75rem;
}
section.extend.data_block#number ul li div.inner:has(small) p small {
  font-size: 1.3125rem;
  font-weight: bold;
}
section.extend.data_block#number ul li div.inner .data_icon {
  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;
  max-width: 70px;
  width: 25%;
}
section.extend.data_block#number ul li#employee div.inner p span {
  display: inline-block;
  margin-right: 0.875rem;
}
section.extend.data_block#number ul li#vacation div.inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
section.extend.data_block#number ul li#vacation div.inner .data_icon {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
section.extend.data_block#number ul li#vacation div.inner .vacation_text {
  gap: 1rem;
}
section.extend.data_block#number ul li#vacation div.inner .vacation_text p {
  font-size: 1.4375rem;
}
section.extend.data_block#number ul li#vacation div.inner .vacation_text p small {
  display: block;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  margin-bottom: -13px;
}
section.extend.data_block#number ul li#vacation div.inner .vacation_text p span {
  font-size: 3.5rem;
  margin-right: 4px;
}
section.extend.data_block#number ul li#vacation div.inner .vacation_text p span b {
  font-size: 2.1875rem;
  margin: 0;
}
section.extend.data_block#number ul li#time div.inner {
  gap: 1.3125rem;
}
section.extend.data_block#number ul li#time div.inner p {
  white-space: nowrap;
}
section.extend.data_block#welfare {
  padding: 2.6875rem 0 11.375rem;
}
section.extend.data_block#welfare ul {
  gap: 1.875rem;
}
section.extend.data_block#welfare ul li {
  height: 250px;
  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;
}
section.extend.data_block#welfare ul li div.inner {
  height: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.extend.data_block#welfare ul li div.inner h5 {
  color: #31407E;
  font-size: 1.75rem;
  margin: 0;
}
section.extend.data_block#welfare ul li.double_welfare div.inner {
  height: auto;
  gap: 0.5rem;
}
@media (max-width: 1400px) {
  section.extend.data_block#number ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  section.extend.data_block#number ul li div.inner:has(div + div) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  section.extend.data_block#number ul li#vacation div.inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 991px) {
  section.extend.data_block#number {
    padding: 2rem 0 3rem;
  }
  section.extend.data_block#number ul {
    gap: 1rem;
  }
  section.extend.data_block#number ul li {
    height: auto;
    padding: 1rem;
    padding-bottom: 10px;
  }
  section.extend.data_block#number ul li h5 {
    font-size: 1.375rem;
    margin-bottom: 0.5rem;
  }
  section.extend.data_block#number ul li div.inner {
    gap: 1.25rem;
  }
  section.extend.data_block#number ul li div.inner .data_icon {
    max-width: 50px;
  }
  section.extend.data_block#number ul li div.inner p {
    font-size: 1.875rem;
  }
  section.extend.data_block#number ul li div.inner p span {
    font-size: 3rem;
  }
  section.extend.data_block#number ul li div.inner p span > b {
    font-size: 2.5rem;
  }
  section.extend.data_block#number ul li div.inner p span + b {
    font-size: 2.5rem;
  }
  section.extend.data_block#number ul li div.inner:has(div + div) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.5rem;
  }
  section.extend.data_block#number ul li div.inner:has(div + div) div img {
    max-width: 40px;
  }
  section.extend.data_block#number ul li div.inner:has(div + div) div p {
    font-size: 1.25rem;
  }
  section.extend.data_block#number ul li div.inner:has(div + div) div p span {
    font-size: 2.75rem;
  }
  section.extend.data_block#number ul li div.inner:has(small) p span {
    margin-right: 0.5rem;
  }
  section.extend.data_block#number ul li#employee div.inner p span {
    margin-right: 0.5rem;
  }
  section.extend.data_block#number ul li#vacation div.inner {
    gap: 0;
  }
  section.extend.data_block#number ul li#vacation div.inner .vacation_text {
    gap: 7px;
  }
  section.extend.data_block#number ul li#vacation div.inner .vacation_text p {
    font-size: 1.25rem;
  }
  section.extend.data_block#number ul li#vacation div.inner .vacation_text p span {
    font-size: 2.75rem;
  }
  section.extend.data_block#welfare {
    padding: 2rem 0 3rem;
  }
  section.extend.data_block#welfare ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  section.extend.data_block h4.lv2 {
    font-size: 1.875rem;
  }
  section.extend.data_block#number ul li#vacation div.inner .vacation_text p {
    margin: 0;
  }
  section.extend.data_block#number ul li#vacation div.inner .vacation_text p small {
    margin: 0;
  }
  section.extend.data_block#number ul li#vacation div.inner .vacation_text p span {
    font-size: max(2.25rem, 6.5dvw);
    margin: 0;
  }
  section.extend.data_block#number ul li#vacation div.inner .vacation_text p span b {
    font-size: max(1.5rem, 5.5dvw);
  }
  section.extend.data_block#number ul li#yearly div.inner {
    gap: 0.75rem;
  }
}
@media screen and (max-width: 575px) {
  section.extend.data_block ul {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem;
  }
  section.extend.data_block ul li div.inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.extend.data_block#number ul li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  section.extend.data_block#number ul li h5 {
    font-size: min(1.35rem, 4.9dvw);
  }
  section.extend.data_block#number ul li div.inner {
    height: 75%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0.5rem;
  }
  section.extend.data_block#number ul li div.inner .data_icon {
    width: 50%;
  }
  section.extend.data_block#number ul li div.inner p {
    font-size: min(1.85rem, 6.5dvw);
  }
  section.extend.data_block#number ul li div.inner p span {
    font-size: min(2em, 10.5dvw);
    margin-right: 0.166rem !important;
    line-height: 1;
  }
  section.extend.data_block#number ul li div.inner p span + b {
    line-height: 1;
  }
  section.extend.data_block#number ul li div.inner p small {
    font-size: min(1.285rem, 4.5dvw);
  }
  section.extend.data_block#number ul li div.inner:has(div + div) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    gap: 0;
  }
  section.extend.data_block#number ul li div.inner:has(div + div) div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
  section.extend.data_block#number ul li div.inner:has(div + div) div p {
    font-size: min(1.85rem, 6.5dvw);
    text-align: center;
    margin-top: 0.25em;
  }
  section.extend.data_block#number ul li div.inner:has(div + div) div p span {
    font-size: min(2em, 10.5dvw);
  }
  section.extend.data_block#number ul li#vacation div.inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.extend.data_block#number ul li#vacation div.inner .vacation_text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  section.extend.data_block#number ul li#vacation div.inner .vacation_text p span {
    font-size: max(2.25rem, 8.5dvw);
  }
  section.extend.data_block#number ul li#yearly div.inner p {
    font-size: min(1.85rem, 5dvw);
  }
  section.extend.data_block#number ul li#age div.inner, section.extend.data_block#number ul li#time div.inner {
    gap: 0;
  }
  section.extend.data_block#welfare ul li {
    height: 30vw;
  }
  section.extend.data_block#welfare ul li div.inner {
    height: 75%;
  }
  section.extend.data_block#welfare ul li div.inner h5 {
    font-size: min(1.35rem, 4.9dvw);
  }
  section.extend.data_block#welfare ul li div.inner img {
    width: auto;
    max-height: 60%;
  }
  section.extend.data_block#welfare ul li.double_welfare div.inner {
    height: 80%;
    gap: 0.25rem;
  }
  section.extend.data_block#welfare ul li.double_welfare div.inner h5 {
    font-size: min(1.35rem, 4dvw);
  }
  section.extend.data_block#welfare ul li.double_welfare div.inner img {
    max-height: 56.25%;
  }
}

section.extend.entry_block {
  position: relative;
  padding: 12.625rem 0 14.875rem;
}
section.extend.entry_block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.41;
}
section.extend.entry_block .container-fluid {
  position: relative;
  z-index: 1;
}
section.extend.entry_block .container-fluid h3.lv1 {
  color: #fff;
  text-align: center;
  margin-bottom: 4.625rem;
}
section.extend.entry_block .container-fluid .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8.25rem;
}
@media screen and (max-width: 991px) {
  section.extend.entry_block {
    padding: 5rem 0;
  }
  section.extend.entry_block .container-fluid .btn_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  section.extend.entry_block .container-fluid h3.lv1 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
  section.extend.entry_block .container-fluid .btn_area a.original-btn {
    font-size: 1.125rem;
  }
}

.sdgs_block div.text-area strong {
  color: #4A61BB;
  font-size: 1.875rem;
}
@media screen and (max-width: 991px) {
  .sdgs_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sdgs_block div.text-area strong {
    font-size: 1.375rem;
  }
  .sdgs_block span.photo-area {
    max-width: 100%;
    width: 100% !important;
  }
}/*# sourceMappingURL=style.css.map */