@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=Gothic+A1:wght@400;500;700&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 (min-width: 768px) {
  html, body {
    min-width: 1267.97px;
  }
}
@media screen and (max-width: 575px) {
  html, body {
    font-size: 14px;
  }
}

html {
  scroll-behavior: smooth;
}

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

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

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

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

 HEADER

*******************************************************************************************/
header.global_header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 204px;
}
header.global_header nav.global_nav {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.9375rem;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
header.global_header nav.global_nav .logo_area h1 {
  font-size: 0;
  margin: 0;
  margin-left: 2.45625rem;
}
header.global_header nav.global_nav .logo_area h1 a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.1875rem;
  color: #221815;
  font-size: 2.0625rem;
  font-weight: bold;
  text-decoration: none;
}
header.global_header nav.global_nav .logo_area h1 a p {
  margin-bottom: 0;
}
header.global_header nav.global_nav .logo_area h1 a p span {
  font-size: 3.125rem;
}
header.global_header nav.global_nav .logo_area h1 a img {
  max-width: 520px;
}
header.global_header nav.global_nav .logo_area a.contact_btn {
  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;
  background-color: #005fa8;
  border: 1px solid #005fa8;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 120px;
  position: relative;
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
  margin-right: 1px;
  font-size: 0.95rem;
  padding-top: 0.5rem;
}
header.global_header nav.global_nav .logo_area a.contact_btn img {
  width: 40px;
}
header.global_header nav.global_nav .logo_area a.contact_btn span {
  letter-spacing: 0.1em;
  font-weight: 500;
  padding-top: 0.15rem;
}
header.global_header nav.global_nav .logo_area a.contact_btn:hover, header.global_header nav.global_nav .logo_area a.contact_btn:active, header.global_header nav.global_nav .logo_area a.contact_btn:focus {
  background-color: #0f97ff;
}
@media screen and (max-width: 767px) {
  header.global_header nav.global_nav .logo_area a.contact_btn {
    width: 55px;
    margin-left: auto;
    font-size: 10px;
    line-height: 1;
    padding: 15px 14px 9px;
  }
  header.global_header nav.global_nav .logo_area a.contact_btn img {
    width: 18px;
  }
  header.global_header nav.global_nav .logo_area a.contact_btn span {
    white-space: nowrap;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    margin-top: 3px;
  }
}
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-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1px;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 13px;
}
header.global_header nav.global_nav div.global_menu ul li.main_menu {
  position: relative;
  min-width: 138px;
  height: 56px;
  background-color: #221815;
}
header.global_header nav.global_nav div.global_menu ul li.main_menu > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header.global_header nav.global_nav div.global_menu ul li.main_menu > a::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 12px;
  background-color: #005fa8;
}
header.global_header nav.global_nav div.global_menu ul li.main_menu .sub_menu {
  display: none;
  position: absolute;
  top: 100%;
  padding-top: 11px;
}
header.global_header nav.global_nav div.global_menu ul li.main_menu .sub_menu div.inner {
  position: relative;
  padding: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background-color: rgba(0, 95, 168, 0.5);
  text-align: left;
}
header.global_header nav.global_nav div.global_menu ul li.main_menu .sub_menu div.inner::before {
  content: "";
  position: absolute;
  left: 1rem;
  bottom: 100%;
  border-bottom: 11px solid rgba(0, 95, 168, 0.5);
  border-left: 6px solid rgba(0, 95, 168, 0);
  border-right: 6px solid rgba(0, 95, 168, 0);
}
header.global_header nav.global_nav div.global_menu ul li.main_menu .sub_menu div.inner a {
  color: #fff;
  white-space: nowrap;
  display: inline-block;
}
header.global_header nav.global_nav div.global_menu ul li.main_menu .sub_menu div.inner a + a {
  margin-top: 0.5rem;
}
header.global_header nav.global_nav div.global_menu ul li.main_menu#menu_tel {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6875rem;
  letter-spacing: 0.1em;
  padding: 0 1rem;
  padding-left: 1.5rem;
}
header.global_header nav.global_nav div.global_menu ul li.main_menu#menu_tel span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 1.125rem;
}
header.global_header nav.global_nav div.global_menu ul li.main_menu#menu_tel span a {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header.global_header nav.global_nav div.global_menu ul li.main_menu#menu_tel span a:hover {
  color: #005fa8;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header.global_header nav.global_nav div.global_menu ul li.main_menu#menu_tel img {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header.global_header nav.global_nav div.global_menu ul li.main_menu#menu_tel img:hover {
  opacity: 0.6;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header.global_header nav.global_nav div.global_menu ul li.main_menu#menu_tel::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 12px;
  background-color: #005fa8;
}
@media (max-width: 1366px) {
  header.global_header nav.global_nav div.global_menu ul li.main_menu#menu_tel {
    gap: 2rem;
    padding-left: 2rem;
  }
}
header.global_header nav.global_nav div.global_menu ul li.main_menu#menu_btn {
  display: none;
}
header.global_header nav.global_nav div.global_menu ul li.main_menu:hover > a {
  color: #005fa8;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media screen and (min-width: 768px) {
  header.global_header {
    min-width: 1230px;
  }
}
@media (max-width: 1565px) {
  header.global_header {
    height: 125px;
  }
  header.global_header nav.global_nav {
    gap: 1.5rem;
  }
  header.global_header nav.global_nav .logo_area h1 {
    margin-left: 1.5rem;
  }
  header.global_header nav.global_nav .logo_area h1 a img {
    max-width: 350px;
  }
  header.global_header nav.global_nav div.global_menu ul li.main_menu {
    min-width: 125px;
  }
  header.global_header nav.global_nav div.global_menu ul li.main_menu a {
    font-size: 1rem;
  }
  header.global_header nav.global_nav div.global_menu ul li.main_menu#menu_tel {
    gap: 1rem;
    padding-left: 1rem;
  }
  header.global_header nav.global_nav div.global_menu ul li.main_menu#menu_tel div a img {
    width: 2rem;
  }
  header.global_header nav.global_nav div.global_menu ul li.main_menu#menu_tel span a {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  header.global_header {
    height: auto;
  }
  header.global_header nav.global_nav {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
  header.global_header nav.global_nav .logo_area {
    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;
    width: 100%;
    padding: 10px 1rem;
  }
  header.global_header nav.global_nav .logo_area h1 {
    font-size: 0;
    margin: 0;
    padding: 0;
  }
  header.global_header nav.global_nav .logo_area h1 a {
    width: 100%;
    gap: 10px;
  }
  header.global_header nav.global_nav .logo_area h1 a img {
    max-width: 142px;
  }
  header.global_header nav.global_nav .logo_area h1 a p {
    font-size: 0.71rem;
  }
  header.global_header nav.global_nav .logo_area h1 a p span {
    font-size: 1.15rem;
  }
  header.global_header nav.global_nav .logo_area .sp_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
  header.global_header nav.global_nav .logo_area .sp_content a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
  }
  header.global_header nav.global_nav .logo_area .sp_content a img {
    width: 1.5rem;
  }
  header.global_header nav.global_nav .logo_area .sp_content p {
    font-size: 10px;
    letter-spacing: 0.025em;
    margin: 0;
  }
  header.global_header nav.global_nav .logo_area .sp_content p a {
    font-size: 1.1rem;
  }
  header.global_header nav.global_nav div.global_menu {
    position: relative;
    width: 100%;
    -webkit-transform: unset;
            transform: unset;
  }
  header.global_header nav.global_nav div.global_menu ul {
    padding-bottom: 9px;
  }
  header.global_header nav.global_nav div.global_menu ul li.main_menu {
    width: 25%;
    min-width: unset;
    height: 2.5rem;
  }
  header.global_header nav.global_nav div.global_menu ul li.main_menu#menu_tel {
    display: none;
  }
  header.global_header nav.global_nav div.global_menu ul li.main_menu#menu_btn {
    display: block;
    width: 13%;
  }
  header.global_header nav.global_nav div.global_menu ul li.main_menu#menu_btn label.modal_toggle_btn {
    height: 100%;
    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;
    gap: 5px;
    border: none;
    cursor: pointer;
    margin: 0;
    -webkit-transition: ALL 0.35s ease;
    transition: ALL 0.35s ease;
  }
  header.global_header nav.global_nav div.global_menu ul li.main_menu#menu_btn label.modal_toggle_btn span {
    display: block;
    width: 1.35rem;
    background-color: #fff;
    height: 1px;
  }
  header.global_header nav.global_nav div.global_menu ul li.main_menu#menu_btn label.modal_toggle_btn:hover, header.global_header nav.global_nav div.global_menu ul li.main_menu#menu_btn label.modal_toggle_btn:active, header.global_header nav.global_nav div.global_menu ul li.main_menu#menu_btn label.modal_toggle_btn:focus {
    background-color: #0f97ff;
  }
  header.global_header nav.global_nav div.global_menu ul li.main_menu#menu_btn::after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #005fa8;
  }
  header.global_header nav.global_nav div.global_menu ul li.main_menu > a {
    font-size: 10px;
  }
  header.global_header nav.global_nav div.global_menu ul li.main_menu > a::after {
    bottom: -9px;
    height: 8px;
  }
}
@media (max-width: 389px) {
  header.global_header nav.global_nav .logo_area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header.global_header nav.global_nav .logo_area .sp_content {
    gap: 0.5rem;
  }
}

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

div.modal_menu {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  -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: 10% 0 0;
  width: 100%;
  max-width: 767px;
  margin: 0 auto;
  list-style: none;
  font-size: 1rem;
}
div.modal_menu div.global_menu ul li a {
  display: block;
  color: #151515;
  text-decoration: none;
  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 {
  background-color: #999999;
  color: #ffffff;
}
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: #005fa8;
}
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);
}

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

 FOOTER

*******************************************************************************************/
div.global_footer {
  position: relative;
  z-index: 1;
}
div.global_footer footer {
  position: relative;
  background-color: transparent;
}
div.global_footer footer .telephone {
  height: 62px;
  background-color: #221815;
  width: calc(100% + 37.97px);
  margin-left: -37.97px;
  padding-left: 37.97px;
}
div.global_footer footer .telephone > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2rem;
  height: 100%;
}
div.global_footer footer .telephone > div p, div.global_footer footer .telephone > div a {
  color: #fff;
  margin: 0;
}
div.global_footer footer .telephone > div p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 1.125rem;
  font-family: "Gothic A1", 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;
  letter-spacing: 0.1em;
  padding-top: 5px;
}
div.global_footer footer .telephone > div p a {
  font-size: 1.75rem;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
div.global_footer footer .telephone > div p a:hover {
  color: #005fa8;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
div.global_footer footer .telephone > div > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #005fa8;
  border: 1px solid #005fa8;
  padding: 0 2.15625rem;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
div.global_footer footer .telephone > div > a i {
  margin-right: 0.5rem;
}
div.global_footer footer .telephone > div > a:hover {
  color: #005fa8;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
div.global_footer footer div.footer_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.875rem 50px 5.8125rem;
}
div.global_footer footer div.footer_contents .company, div.global_footer footer div.footer_contents .information {
  width: 50%;
}
div.global_footer footer div.footer_contents .company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
div.global_footer footer div.footer_contents .company .logo {
  width: 115px;
}
div.global_footer footer div.footer_contents .company .logo img {
  max-width: 100%;
}
div.global_footer footer div.footer_contents .company ul {
  margin: 0;
  padding: 0;
}
div.global_footer footer div.footer_contents .company ul li {
  font-size: 0.9375rem;
  line-height: 1.5;
  list-style: none;
  margin-bottom: 0;
}
div.global_footer footer div.footer_contents .company ul li:first-of-type {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1rem;
}
div.global_footer footer div.footer_contents .information {
  max-width: 380px;
}
div.global_footer footer div.footer_contents .information em {
  display: inline-block;
  font-size: 1.25rem;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
div.global_footer footer div.footer_contents .information ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
div.global_footer footer div.footer_contents .information ul li {
  width: 33%;
  white-space: nowrap;
  list-style: none;
  line-height: 2;
}
div.global_footer footer div.footer_contents .information ul li a {
  color: #221815;
  font-weight: 500;
  letter-spacing: 0.075em;
}
div.global_footer footer div.footer_contents .information ul li::before {
  content: "▶";
  color: #005fa8;
}
@media screen and (max-width: 767px) {
  div.global_footer footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  div.global_footer footer .telephone {
    height: 31px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% + 11px);
    margin-left: -11px;
    padding-left: 11px;
  }
  div.global_footer footer .telephone > div {
    gap: 1.5rem;
    padding-right: 2.35rem;
  }
  div.global_footer footer .telephone > div p {
    font-size: 10px;
    letter-spacing: 0.025em;
  }
  div.global_footer footer .telephone > div p a {
    font-size: 1.1rem;
  }
  div.global_footer footer .telephone > div > a {
    font-size: 0.78rem;
    padding: 8px 2rem 5px 1.2rem;
  }
  div.global_footer footer .telephone > div > a i {
    margin-right: 3px;
  }
  div.global_footer footer div.footer_contents {
    display: contents;
  }
  div.global_footer footer div.footer_contents .company, div.global_footer footer div.footer_contents .information {
    width: 100%;
  }
  div.global_footer footer div.footer_contents .company {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.85rem;
    margin-bottom: 1.25rem;
    padding: 0 1rem;
  }
  div.global_footer footer div.footer_contents .company .logo {
    width: 72px;
  }
  div.global_footer footer div.footer_contents .company ul li {
    font-size: 0.85rem;
  }
  div.global_footer footer div.footer_contents .company ul li:first-of-type {
    font-size: 1.15rem;
    margin-bottom: 5px;
  }
  div.global_footer footer div.footer_contents .information {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    max-width: 85%;
    margin: 0 auto;
    padding: 1rem 0 2.5rem;
  }
  div.global_footer footer div.footer_contents .information em {
    font-size: 1.1rem;
    margin-bottom: 5.5px;
  }
  div.global_footer footer div.footer_contents .information ul li a {
    font-size: 0.85rem;
  }
}
@media (max-width: 389px) {
  div.global_footer footer .telephone > div {
    padding-right: 15px;
  }
}
div.global_footer .copyright {
  color: #fff;
  text-align: center;
  background-color: #005fa8;
  font-size: 0.75rem;
  letter-spacing: 0.111em;
  padding: 0.75rem 0;
}

/* ページトップへ戻るボタン */
#page-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 50;
}
#page-top a {
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(0, 95, 168, 0.9);
  font-size: 1rem;
  text-align: center;
  display: block;
  width: 3.125rem;
  height: 3.125rem;
}
#page-top a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1rem;
}
#page-top a:hover, #page-top a:active {
  color: #999999;
}

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

 MAIN

*******************************************************************************************/
body:not(.top-page) main {
  padding-bottom: 3rem;
}
main .rowwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 698px;
  margin-bottom: 4.8125rem;
}
main div.page-head span.head-img {
  width: 52.5%;
}
main div.page-head span.head-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main div.page-head div.head-inner {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-image: url("../files/images/photo00000055.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}
main div.page-head div.head-inner div.page-title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding-left: 3.125rem;
}
main div.page-head div.head-inner div.page-title > h2 {
  color: #005fa8;
  margin-bottom: 2.5rem;
}
main div.page-head div.head-inner div.page-title > h2 span.en {
  font-size: 3.875rem;
  font-family: "Gothic A1", 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.38;
  letter-spacing: 0.035em;
}
main div.page-head div.head-inner div.page-title p {
  background-color: #005fa8;
  margin-bottom: 2.1125rem;
  padding-left: 1.0625rem;
}
main div.page-head div.head-inner div.page-title p span.jp {
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  main div.page-head {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.625rem;
    margin-bottom: 1.2rem;
  }
  main div.page-head span.head-img {
    width: 100%;
    height: 350px;
  }
  main div.page-head div.head-inner {
    max-width: 91.125%;
    width: 100%;
    margin-left: auto;
    background: none;
  }
  main div.page-head div.head-inner div.page-title {
    position: static;
    -webkit-transform: unset;
            transform: unset;
    padding: 0;
  }
  main div.page-head div.head-inner div.page-title h2 {
    margin-bottom: 0.5rem;
  }
  main div.page-head div.head-inner div.page-title h2 span.en {
    font-size: 2.1rem;
  }
  main div.page-head div.head-inner div.page-title h2 span.en br {
    display: none;
  }
  main div.page-head div.head-inner div.page-title p {
    padding-left: 11px;
    margin-bottom: 0;
  }
  main div.page-head div.head-inner div.page-title p span.jp {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
  main div.page-head div.head-inner div.page-detail:has(.profile_list) {
    max-width: 85%;
  }
  main div.page-head div.head-inner div.page-detail:has(.recruit_list) {
    max-width: 90.5%;
  }
}
@media screen and (max-width: 575px) {
  main div.page-head span.head-img {
    height: 235px;
  }
}
main .example_wrap .page-head .head-inner {
  background: none;
}
main .example_wrap .page-head .head-inner .example_head {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding-left: 3.125rem;
}
main .example_wrap .page-head .head-inner .example_head .page-title {
  position: static;
  -webkit-transform: unset;
          transform: unset;
  padding: 0;
}
@media screen and (max-width: 767px) {
  main .example_wrap .page-head .head-inner .example_head {
    position: static;
    -webkit-transform: unset;
            transform: unset;
    padding: 0;
  }
  main .example_wrap .page-head .head-inner .example_head .page-title {
    margin-bottom: 1.07rem;
  }
}

/***************+*/
/* ぱんくずリスト */
/****************/
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: #005fa8;
  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;
  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: #005fa8;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}
aside.secondary nav.sidebar-menu > ul > li:hover > a, aside.secondary nav.sidebar-menu > ul > li:active > a, aside.secondary nav.sidebar-menu > ul > li.active > a {
  text-decoration: none;
  background-color: #EEEEEE;
}
aside.secondary nav.sidebar-menu + nav.sidebar-menu {
  margin-top: 2rem;
}
aside.secondary ul.banner_list {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
aside.secondary ul.banner_list li {
  margin-bottom: 1rem;
}
aside.secondary ul.banner_list li a {
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body:not(.top-page) main article > .container-fluid {
    max-width: calc(82.5% + 30px);
  }
}

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

 BOOTCMS　コンテンツ設定部分

*******************************************************************************************/
/********/
/*見出し*/
/*******/
.lv1 {
  position: relative;
  color: #005fa8;
  font-size: 2.6175rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.035em;
  text-align: center;
  border-bottom: 2px solid #005fa8;
  border-top: 2px solid #005fa8;
  margin-top: 0;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 767px) {
  .lv1 {
    font-size: 1.2857rem;
    border-width: 0.52px;
  }
}

.lv2 {
  color: #fff;
  background-color: #005fa8;
  font-size: 1.875rem;
  font-weight: 500;
  margin-top: 0;
  position: relative;
  padding: 0.5625rem 0;
  padding-left: 1.5625rem;
  margin-bottom: 1.3rem;
}
.lv2::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #005fa8;
}
@media screen and (max-width: 767px) {
  .lv2 {
    font-size: 1.2857rem;
    padding: 0.5rem 0;
    padding-left: 0.7857rem;
  }
}

.lv3 {
  color: #444;
  font-size: 1.75rem;
  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-weight: 500;
  margin-top: 0;
  margin-bottom: 1.3rem;
  position: relative;
  padding-left: 1.125rem;
}
.lv3::before, .lv3::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 50%;
  left: 0;
}
.lv3::before {
  top: 0;
  background-color: #005fa8;
}
.lv3::after {
  bottom: 0;
  background-color: #bfc5ca;
}
@media screen and (max-width: 767px) {
  .lv3 {
    font-size: 1.2857rem;
    padding-left: 0.64285rem;
  }
  .lv3::before, .lv3::after {
    width: 3px;
  }
}

.lv4 {
  color: #444;
  font-size: 1.5625rem;
  font-weight: 500;
  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;
  margin-top: 0;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 767px) {
  .lv4 {
    font-size: 1.2857rem;
  }
}

/*************/
/*テキストのみ*/
/************/
.text-only {
  margin-bottom: 1rem;
}
.text-only p {
  margin-bottom: 0;
  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: 1.125rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .text-only p {
    font-size: 0.85714rem;
  }
}

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

/*****************/
/* 写真＋テキスト */
/****************/
.photo-and-text {
  margin-bottom: 1.5rem;
}
.photo-and-text:after {
  content: "";
  clear: both;
  display: block;
}
.photo-and-text p {
  margin-bottom: 0;
  font-size: 1.125rem;
  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;
  line-height: 2;
}
.photo-and-text span.photo-area {
  max-width: 80%;
}
.photo-and-text span.photo-area.float-right {
  margin-left: 2.8125rem;
}
.photo-and-text span.photo-area.float-left {
  margin-right: 2.8125rem;
}
.photo-and-text span.photo-area img {
  margin-bottom: 1rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .photo-and-text span.photo-area {
    display: block;
    width: 100% !important;
    max-width: 100%;
    text-align: center;
    float: none !important;
    margin: 0 0 2rem !important;
  }
  .photo-and-text span.photo-area img {
    margin-bottom: 0;
  }
  .photo-and-text p {
    font-size: 0.85714rem;
  }
}

/*********************/
/* 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-bottom: 2rem;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.two-photo .photo_set,
.three-photo .photo_set,
.four-photo .photo_set {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.two-photo .photo_set img,
.three-photo .photo_set img,
.four-photo .photo_set img {
  display: inline-block;
}
.two-photo .photo_set .caption-title,
.three-photo .photo_set .caption-title,
.four-photo .photo_set .caption-title {
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 15px;
  text-align: left;
  margin-bottom: 0;
}
.two-photo .photo_set .caption-text,
.three-photo .photo_set .caption-text,
.four-photo .photo_set .caption-text {
  margin: 5px 0;
  line-height: 1.6;
  text-align: left;
}
.two-photo a img,
.three-photo a img,
.four-photo a img {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #ffffff;
}
.two-photo a:hover img,
.three-photo a:hover img,
.four-photo a:hover img {
  opacity: 0.7;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .two-photo,
  .three-photo,
  .four-photo {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .two-photo.turn_on,
  .three-photo.turn_on,
  .four-photo.turn_on {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .two-photo.turn_on div.photo_set,
  .three-photo.turn_on div.photo_set,
  .four-photo.turn_on div.photo_set {
    width: 100%;
  }
  .two-photo.turn_on div.photo_set + 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;
  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: #005fa8;
}

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;
  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-bottom: 2rem;
}

.original-btn {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center;
  border: 1px solid #005fa8;
  background-color: #005fa8;
  color: #fff;
  padding: 1.5rem;
  font-size: 1.125rem;
  max-width: 400px;
  width: 100%;
  border-radius: 7px;
  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;
}
.original-btn:hover, .original-btn:active, .original-btn:focus {
  text-decoration: none;
  background-color: #fff;
  color: #005fa8;
}
.original-btn.btn-big {
  max-width: 500px;
  padding: 2rem;
}
.original-btn.btn-small {
  max-width: 300px;
  padding: 1.125rem;
  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 {
    font-size: 0.85714rem;
    padding: 0.71428rem;
  }
  .original-btn.btn-big {
    padding: 1.0714rem;
  }
  .original-btn.btn-small {
    font-size: 0.71428rem;
    padding: 0.71428rem;
  }
}

hr.hr-on {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/***********************************************/
/* 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-bottom: 2rem;
}

/************/
/* テーブル */
/***********/
table.table-standard,
table.table-flexible {
  width: 100%;
  border-collapse: collapse;
}
table.table-standard tr,
table.table-flexible tr {
  border-bottom: 1px solid #eee;
}
table.table-standard tr td,
table.table-flexible tr td, table.table-standard tr th,
table.table-flexible tr th {
  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: 1.125rem;
  color: #333;
  border: none;
  padding: 2.03125rem 0;
}
table.table-standard tr th,
table.table-flexible tr th {
  font-weight: 500;
  white-space: nowrap;
  padding-left: 0.25rem;
}

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

@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: 0.85714rem;
    padding: 1.35714rem 0;
  }
  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%;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  table.table-flexible tbody {
    display: block;
    width: 100%;
  }
  table.table-flexible tbody tr {
    display: block;
    width: 100%;
  }
  table.table-flexible tbody tr th, table.table-flexible tbody tr td {
    display: block;
    width: 100%;
    padding: 0.5em 0;
    word-break: break-all;
  }
  table.table-flexible tbody tr th {
    background-color: #eee;
    padding: 0.25em;
  }
  table.table-flexible.tophead tr:first-of-type, table.table-flexible.lefttophead tr:first-of-type {
    display: none;
  }
  table.table-flexible.tophead td::before, table.table-flexible.lefttophead td::before {
    content: attr(data-tophead) ":";
    font-weight: bold;
  }
  table.table-standard {
    margin-bottom: 0;
    border-left: none;
    border-top: none;
  }
  table.table-standard tbody {
    display: block;
  }
  table.table-standard tbody tr {
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: repeat(auto-fill, minmax(10em, 1fr));
  }
  table.table-standard tbody tr th,
  table.table-standard tbody tr td {
    display: block;
    min-width: 10em;
    white-space: normal;
  }
}
/********/
/* 全幅 */
/*******/
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 {
  /** 共通見出し（細部は各項目で指定） **/
  /** 共通ボタン **/
  /** トップページ各ブロック共通 **/
  /** ケンシンについて **/
  /** 会社案内・施工事例・リクルート **/
  /** 業務内容 **/
  /** 資格 **/
}
@media screen and (max-width: 767px) {
  body.top-page div.global_footer {
    margin-top: -0.5rem;
  }
}
body.top-page section.top_mainvisual {
  width: 100%;
  height: 0;
  padding-bottom: 690px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-bottom: 4.28125rem;
}
@media screen and (max-width: 767px) {
  body.top-page section.top_mainvisual {
    width: 100%;
    margin-bottom: 0.6rem;
    padding-bottom: 54%;
  }
}
body.top-page section.top_mainvisual div.top_slideshow {
  width: 100%;
  margin-left: auto;
  height: 0;
  padding-bottom: 690px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  color: #EAEEF2;
}
body.top-page section.top_mainvisual div.top_slideshow .slide {
  position: absolute;
  top: 0%;
  left: 0%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 3s ease, -webkit-transform 5s linear;
  transition: opacity 3s ease, -webkit-transform 5s linear;
  transition: opacity 3s ease, transform 5s linear;
  transition: opacity 3s ease, transform 5s linear, -webkit-transform 5s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1.15) translate3d(0, 0, 0);
          transform: scale(1.15) translate3d(0, 0, 0);
}
body.top-page section.top_mainvisual div.top_slideshow .slide.showfase {
  opacity: 1;
  -webkit-transform: scale(1.075) translate3d(0, 0, 0) rotate(0.0001deg);
          transform: scale(1.075) translate3d(0, 0, 0) rotate(0.0001deg);
}
body.top-page section.top_mainvisual div.top_slideshow .slide.fadefase {
  opacity: 0;
  -webkit-transform: scale(1) translate3d(0, 0, 0) rotate(0.0001deg);
          transform: scale(1) translate3d(0, 0, 0) rotate(0.0001deg);
}
@media screen and (max-width: 767px) {
  body.top-page section.top_mainvisual div.top_slideshow {
    width: 100%;
    padding-bottom: 54%;
  }
}
body.top-page section.top_mainvisual div.top_photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  body.top-page section.top_mainvisual div.top_photo {
    background-image: url(../img/main_visual_sp.jpg) !important;
  }
}
body.top-page section.top_mainvisual div.contents {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.top-page section.top_mainvisual div.contents div.catch {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: left;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  color: #fff;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.85rem;
}
body.top-page section.top_mainvisual div.contents div.catch h2 {
  margin: 0;
  -webkit-filter: drop-shadow(3px 3px 3px #707070);
          filter: drop-shadow(3px 3px 3px #707070);
}
body.top-page section.top_mainvisual div.contents div.catch p {
  font-size: 2.8125rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.3em;
  text-align: right;
  margin-bottom: 0;
  text-shadow: 3px 3px 3px #707070;
}
@media (max-width: 1366px) {
  body.top-page section.top_mainvisual div.contents div.catch {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  body.top-page section.top_mainvisual div.contents div.catch {
    gap: 1rem;
    padding: 0 2rem;
  }
  body.top-page section.top_mainvisual div.contents div.catch h2 {
    font-size: 1.5rem;
  }
  body.top-page section.top_mainvisual div.contents div.catch h2 img {
    width: 4.785rem;
  }
  body.top-page section.top_mainvisual div.contents div.catch p {
    font-size: 1.0714rem;
  }
}
body.top-page .top_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 90px;
  margin-bottom: 2.6625rem;
}
body.top-page .top_title img {
  position: absolute;
  z-index: 1;
}
body.top-page .top_title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #005fa8;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  body.top-page .top_title {
    height: 35px;
  }
  body.top-page .top_title img {
    left: 0;
    padding-left: 1.17rem;
  }
}
body.top-page .about_inner {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.top-page .about_inner .contents {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  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;
}
body.top-page .about_inner .contents .inner {
  position: static;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  body.top-page .about_inner .contents {
    position: static;
  }
}
body.top-page a.top_btn {
  display: inline-block;
  color: #fff;
  font-family: "kozuka-gothic-pro", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-decoration: none;
  background-color: #231815;
  border: 1px solid #231815;
  padding: 2.5px 0.6rem 0.8px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body.top-page a.top_btn:hover {
  color: #231815;
  background-color: #fff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media screen and (max-width: 767px) {
  body.top-page a.top_btn {
    font-size: 11px;
    padding: 2px 0.5rem 1px;
  }
}
body.top-page .top_common_wrap {
  background-position: right;
  background-size: contain;
  padding: 0;
}
body.top-page .top_common_wrap > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6875rem;
}
body.top-page .top_common_wrap > div .catch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
body.top-page .top_common_wrap > div .contents .inner p {
  color: #221815;
  margin-bottom: 0;
}
body.top-page .top_about {
  background-position: right;
  background-size: contain;
  margin-bottom: 7.725rem;
}
body.top-page .top_about > div .catch {
  width: 60%;
  max-width: 1072px;
  height: 669px;
}
body.top-page .top_about > div .about_inner .contents .top_title {
  width: calc(100% + 6.125rem);
  margin-left: -6.125rem;
  padding-left: 6.125rem;
}
body.top-page .top_about > div .about_inner .contents .inner {
  max-width: 430px;
}
body.top-page .top_about > div .about_inner .contents .inner span {
  color: #005fa8;
  font-family: "Gothic A1", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 2.1875rem;
  line-height: 1.314;
  letter-spacing: 0.075em;
}
body.top-page .top_about > div .about_inner .contents .inner p {
  color: #727171;
  font-family: "kozuka-gothic-pro", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.9375;
  letter-spacing: 0.05em;
  margin: 0.875rem 0 2.6375rem;
  padding-right: 1rem;
}
body.top-page .top_about > div .about_inner .contents .inner div {
  text-align: right;
  padding-right: 4rem;
}
@media (max-width: 1366px) {
  body.top-page .top_about > div .catch {
    max-width: 745px;
  }
  body.top-page .top_about > div .top_title {
    max-width: 700px;
  }
  body.top-page .top_about > div .contents .inner p {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  body.top-page .top_about {
    background-position: bottom left;
    background-size: 134%;
    margin-bottom: 1.32rem;
  }
  body.top-page .top_about > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.3rem;
  }
  body.top-page .top_about > div .catch {
    width: 100%;
    height: auto;
  }
  body.top-page .top_about > div .about_inner .contents .top_title {
    max-width: 95%;
    margin-left: auto;
    margin-bottom: 1.64rem;
    padding: 0;
  }
  body.top-page .top_about > div .about_inner .contents .inner {
    max-width: 82.5%;
    margin: 0 auto;
    padding: 0;
  }
  body.top-page .top_about > div .about_inner .contents .inner span {
    font-size: 1.785rem;
    line-height: 1.32;
  }
  body.top-page .top_about > div .about_inner .contents .inner p {
    font-size: 0.85rem;
    margin: 2.285rem 0 1.5rem;
    padding: 0;
  }
  body.top-page .top_about > div .about_inner .contents .inner div {
    margin-bottom: 0.85rem;
    padding: 0;
  }
}
@media (max-width: 389px) {
  body.top-page .top_about {
    background-size: cover;
  }
}
body.top-page .top_list_wrap {
  position: relative;
  background-color: transparent !important;
  padding: 0;
  z-index: 1;
}
body.top-page .top_list_wrap ul.top_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.115625rem;
  margin: 0;
  padding: 0;
}
body.top-page .top_list_wrap ul.top_list li {
  list-style: none;
}
body.top-page .top_list_wrap ul.top_list li a {
  display: block;
}
body.top-page .top_list_wrap ul.top_list li a span.list_img {
  display: block;
  overflow: hidden;
  margin-bottom: 0.7875rem;
  position: relative;
  height: 0;
  padding-bottom: 90%;
}
body.top-page .top_list_wrap ul.top_list li a span.list_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: absolute;
  top: 0;
  left: 0;
}
body.top-page .top_list_wrap ul.top_list li a:hover span.list_img img {
  scale: 1.1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body.top-page .top_list_wrap ul.top_list li a span.list_inner img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1330px) {
  body.top-page .top_list_wrap ul.top_list {
    gap: 1rem;
  }
  body.top-page .top_list_wrap ul.top_list li {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  body.top-page .top_list_wrap {
    margin-bottom: 2.73rem;
  }
  body.top-page .top_list_wrap .container-fluid {
    padding: 0;
  }
  body.top-page .top_list_wrap ul.top_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.285rem;
  }
  body.top-page .top_list_wrap ul.top_list li {
    max-width: 100%;
    width: 100%;
    max-height: 180px;
  }
  body.top-page .top_list_wrap ul.top_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
  }
  body.top-page .top_list_wrap ul.top_list li a span.list_img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  body.top-page .top_list_wrap ul.top_list li span.sp_content {
    width: 100%;
  }
  body.top-page .top_list_wrap ul.top_list li span.sp_content img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
}
@media screen and (max-width: 575px) {
  body.top-page .top_list_wrap ul.top_list li a span.list_img {
    max-width: 45.5%;
  }
}
body.top-page .top_work {
  background-position-x: -60%;
  margin-top: -6rem;
  margin-bottom: 0;
  padding: 12.5rem 0 0 0;
}
body.top-page .top_work > div {
  gap: 3.9375rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
body.top-page .top_work > div .catch {
  width: 55%;
  max-width: 991px;
  max-height: 660px;
}
body.top-page .top_work > div .contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 3.625rem 0 3.3125rem;
}
body.top-page .top_work > div .contents .top_title {
  width: calc(100% + 8.75rem);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 21.6875rem;
  margin-bottom: 4.375rem;
}
body.top-page .top_work > div .contents .top_title::after {
  background-color: #231815;
}
body.top-page .top_work > div .contents .work_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 3.75rem;
}
body.top-page .top_work > div .contents .work_inner .work_list h4 {
  color: #005fa8;
  font-weight: 500;
  font-size: 1.395rem;
  letter-spacing: 0.109em;
  margin-bottom: 1.125rem;
}
body.top-page .top_work > div .contents .work_inner .work_list ul {
  margin: 0;
  padding: 0;
}
body.top-page .top_work > div .contents .work_inner .work_list ul li {
  list-style: none;
  color: #727171;
  font-family: "kozuka-gothic-pro", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
body.top-page .top_work > div .contents .work_inner .work_list ul li::before {
  content: "▶";
  color: #005fa8;
}
body.top-page .top_work > div .contents .work_inner div .work_list {
  margin-bottom: 2.8125rem;
}
@media screen and (max-width: 767px) {
  body.top-page .top_work {
    position: relative;
    background-position: bottom left;
    background-size: 134%;
    margin: 0;
    padding: 0;
    z-index: 1;
  }
  body.top-page .top_work > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.34rem;
  }
  body.top-page .top_work > div .catch {
    position: static;
    max-width: 100%;
    width: 100%;
  }
  body.top-page .top_work > div .contents {
    position: relative;
    max-width: unset;
    margin: 0;
    padding: 0;
  }
  body.top-page .top_work > div .contents .top_title {
    max-width: 95%;
    left: -11px;
    z-index: 1;
    margin-bottom: 2rem;
    padding-right: 0;
  }
  body.top-page .top_work > div .contents .top_title img {
    padding-left: 3.2rem;
  }
  body.top-page .top_work > div .contents .work_inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.85rem;
    padding: 0 1rem 1.2rem;
  }
  body.top-page .top_work > div .contents .work_inner div .work_list {
    margin-bottom: 1.95rem;
  }
  body.top-page .top_work > div .contents .work_inner .work_list h4 {
    font-size: 1.14rem;
    border-bottom: 1px solid #005fa8;
    padding-bottom: 0.6rem;
  }
  body.top-page .top_work > div .contents .work_inner .work_list h4 span {
    display: inline-block;
  }
  body.top-page .top_work > div .contents .work_inner .work_list ul li {
    font-size: 0.85rem;
  }
  body.top-page .top_work > div .contents .work_inner .top_btn {
    margin-left: 11px;
  }
}
@media (max-width: 389px) {
  body.top-page .top_work {
    background-size: cover;
  }
}
body.top-page .top_qualification {
  background-size: 68%;
  background-position-y: 80%;
  padding: 4.375rem 0 6.58125rem 0;
}
body.top-page .top_qualification > div {
  gap: 1.89375rem;
}
body.top-page .top_qualification > div .catch {
  width: 55%;
  max-width: 993px;
  height: 675px;
}
body.top-page .top_qualification > div .catch img {
  -o-object-position: bottom right;
     object-position: bottom right;
}
body.top-page .top_qualification > div .top_title {
  width: calc(100% + 4.375rem);
  margin-left: -4.375rem;
  padding-left: 4.375rem;
}
body.top-page .top_qualification > div .contents {
  width: 100%;
}
body.top-page .top_qualification > div .contents .inner {
  max-width: 480px;
  font-weight: 500;
}
body.top-page .top_qualification > div .contents .inner p {
  color: #727171;
  line-height: 2;
  margin-bottom: 2rem;
}
body.top-page .top_qualification > div .contents .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 370px;
  margin-bottom: 0;
  padding: 0;
  padding-left: 10px;
}
body.top-page .top_qualification > div .contents .inner ul li {
  display: inline-block;
  color: #727171;
  line-height: 1.925625;
  letter-spacing: 0.05em;
  list-style: none;
  white-space: nowrap;
}
body.top-page .top_qualification > div .contents .inner ul li::before {
  content: "▶";
  color: #005fa8;
}
@media (max-width: 1366px) {
  body.top-page .top_qualification {
    background-size: 80%;
    background-position-y: bottom;
  }
  body.top-page .top_qualification > div .catch {
    max-width: 648px;
  }
  body.top-page .top_qualification > div .catch img {
    -o-object-position: center;
       object-position: center;
  }
  body.top-page .top_qualification > div .top_title {
    max-width: 745px;
  }
}
@media screen and (max-width: 767px) {
  body.top-page .top_qualification {
    background-size: 120%;
    padding-top: 2.35rem;
    padding-bottom: 4.35rem;
  }
  body.top-page .top_qualification > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.top-page .top_qualification > div .catch {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  body.top-page .top_qualification > div .top_title {
    position: relative;
    max-width: 95%;
    margin-left: auto;
    margin-bottom: 2.35rem;
  }
  body.top-page .top_qualification > div .top_title img {
    left: 0;
  }
  body.top-page .top_qualification > div .contents .inner {
    max-width: 82.5%;
    margin: 0 auto;
    padding: 0;
  }
  body.top-page .top_qualification > div .contents .inner p {
    font-size: 0.85rem;
  }
  body.top-page .top_qualification > div .contents .inner ul {
    padding: 0;
  }
  body.top-page .top_qualification > div .contents .inner ul li {
    font-size: 0.85rem;
  }
}

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

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

*******************************************************************************************/
/***************************/
/* 一覧表示（TOP・一覧共通） */
/***************************/
#news-list .headline_list {
  width: 806px;
}
#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: 10px;
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  padding: 1.25rem 1.46875rem;
  margin-bottom: 0;
}
#news-list .headline_list dl.headline:first-of-type {
  border-top: 1px solid #ccc;
}
#news-list .headline_list dl.headline dt {
  font-family: "Roboto", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.3125;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.90625rem;
}
#news-list .headline_list dl.headline 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 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 .headline_list dl.headline dd a {
  color: #333;
  font-size: 1.125rem;
  font-weight: 400;
  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: #005fa8;
}
#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: #005fa8;
}
#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: #005fa8;
  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: #005fa8;
  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: #005fa8;
}
.page-item.active .page-link {
  background-color: #005fa8;
  border-color: #005fa8;
}
.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 #005fa8;
  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 #005fa8;
  border-bottom: 1px solid #005fa8;
  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 {
    margin: 0 15px;
  }
}

.category-list .category {
  display: inline-block;
  color: #005fa8 !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 #005fa8 !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 section.contactform_wrap {
  max-width: 950px;
  margin: 0 auto;
  padding-top: 3rem;
}
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%;
  }
}
body.form-page .custom-form-complete {
  max-width: 950px;
  margin: 0 auto;
  padding-top: 3rem;
}

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

.submit_area {
  text-align: center;
  margin-top: 4.125rem;
}
.submit_area p {
  width: 100%;
  margin-bottom: 2.625rem;
}
.submit_area .button_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.submit_area .button_wrap .original-btn {
  min-width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .submit_area .button_wrap {
    -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: #005fa8;
  -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 #005fa8;
  border-bottom: 3px solid #005fa8;
  -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: #005fa8;
}
@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;
  left: 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;
  }
}
body {
  position: relative;
  padding-left: 37.97px;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 37.97px;
  height: 100%;
  background-color: #005fa8;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  body {
    padding-left: 11px;
  }
  body::before {
    width: 11px;
  }
}

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

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

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

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

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

.profile_list dl {
  margin-bottom: 0;
}
.profile_list dl dt, .profile_list dl dd {
  color: #4d4d4d;
  font-family: "kozuka-gothic-pro", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin: 0;
}
.profile_list dl dt::before {
  content: "▶";
  color: #005fa8;
}
.profile_list dl dd {
  padding-left: 1rem;
}
.table-on.second_tbl {
  max-width: 614px;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.table-on.second_tbl table {
  margin-bottom: 0;
}
.table-on.second_tbl table tr {
  border: none;
}
.table-on.second_tbl table tr th, .table-on.second_tbl table tr td {
  color: #4d4d4d;
  font-family: "kozuka-gothic-pro", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.05em;
  padding: 0;
}
.table-on.second_tbl table tr th {
  width: 31.5%;
}
.table-on.second_tbl table tr th::before {
  content: "▶";
  color: #005fa8;
  padding-right: 0.5rem;
}
.table-on.second_tbl + .second_tbl {
  border-top: 1px solid #005fa8;
  padding-top: 2rem;
}
.table-on.second_tbl.recruit_tbl {
  max-width: 626px;
}
.table-on.second_tbl.recruit_tbl table tr th {
  width: 22.125%;
}
@media screen and (max-width: 767px) {
  .table-on.second_tbl {
    max-width: 100%;
  }
  .table-on.second_tbl table tr th, .table-on.second_tbl table tr td {
    font-size: 0.85rem;
  }
  .table-on.second_tbl table tr th {
    background-color: unset;
  }
  .table-on.second_tbl table tr td {
    padding-left: 1.35rem;
  }
}

ul.example_list {
  margin: 0;
  padding: 0;
}
ul.example_list li {
  list-style: none;
  line-height: 2.3125;
  letter-spacing: 0.05em;
}
ul.example_list li a {
  color: #4d4d4d;
  font-family: "kozuka-gothic-pro", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  text-decoration: none;
}
ul.example_list li::before {
  content: "▶";
  color: #005fa8;
}
@media screen and (max-width: 767px) {
  ul.example_list li {
    font-size: 0.85rem;
    line-height: 1.66;
  }
}

.result_list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1.35rem;
     -moz-column-gap: 1.35rem;
          column-gap: 1.35rem;
  margin: 0;
  padding: 0;
}
.result_list ul li {
  list-style: none;
}
.result_list ul li:nth-of-type(3n - 1) {
  padding-top: 3.25rem;
}
.result_list ul li:nth-of-type(3n - 2) {
  padding-top: 6.5rem;
}
.result_list ul li a:not(:first-of-type) {
  display: none;
}
.result_list ul li a {
  display: block;
  text-decoration: none;
}
.result_list ul li a div.result_img {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 4px;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 84.75%;
}
.result_list ul li a div.result_img span {
  display: block;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.result_list ul li a:hover, .result_list ul li a:focus {
  opacity: 0.75;
}
.result_list ul li a:hover div.result_img span, .result_list ul li a:focus div.result_img span {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.result_list ul li div.result_text span.date, .result_list ul li div.result_text p {
  color: #4d4d4d;
  font-family: "kozuka-gothic-pro", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.result_list ul li div.result_text span.date {
  margin-bottom: 3.7px;
  padding-left: 4px;
}
.result_list ul li div.result_text p {
  font-size: 1.125rem;
  line-height: 2.05;
  margin: 0;
}
.result_list ul li div.result_text p::before {
  content: "▶";
  color: #005fa8;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .result_list ul {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 8.5px;
       -moz-column-gap: 8.5px;
            column-gap: 8.5px;
  }
  .result_list ul li:nth-of-type(3n - 1), .result_list ul li:nth-of-type(3n - 2) {
    padding-top: 0;
  }
  .result_list ul li:nth-of-type(odd) {
    padding-top: 20px;
  }
  .result_list ul li div.result_text span.date {
    font-size: 9px;
  }
  .result_list ul li div.result_text p {
    font-size: 0.85rem;
    line-height: 1.22;
  }
}

ul.recruit_list {
  margin: 0;
  padding: 0;
}
ul.recruit_list li.recruit_inner {
  list-style: none;
  border-bottom: 1px solid #005fa8;
  padding-bottom: 0.8375rem;
}
ul.recruit_list li.recruit_inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6375rem;
  margin-bottom: 0;
}
ul.recruit_list li.recruit_inner dl dt, ul.recruit_list li.recruit_inner dl dd {
  color: #4d4d4d;
  font-family: "kozuka-gothic-pro", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  line-height: 2.125;
  letter-spacing: 0.05em;
}
ul.recruit_list li.recruit_inner dl dt::before {
  content: "▶";
  color: #005fa8;
}
ul.recruit_list li.recruit_inner dl dd {
  margin-bottom: 0;
}
ul.recruit_list li.recruit_inner + .recruit_inner {
  padding-top: 1.1875rem;
}
@media screen and (max-width: 767px) {
  ul.recruit_list li.recruit_inner {
    padding-bottom: 8px;
  }
  ul.recruit_list li.recruit_inner dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  ul.recruit_list li.recruit_inner dl dt, ul.recruit_list li.recruit_inner dl dd {
    font-size: 0.85rem;
    line-height: 1.75;
  }
  ul.recruit_list li.recruit_inner dl dd {
    padding-left: 1rem;
  }
  ul.recruit_list li.recruit_inner + .recruit_inner {
    padding-top: 12px;
  }
}

.recruit_btn {
  max-width: 626px;
  margin: 0 auto;
  border-top: 1px solid #005fa8;
  padding: 2.91875rem 0;
}
.recruit_btn p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.70625rem;
  border: none;
  padding-bottom: 0;
  margin: 0;
  font-family: "kozuka-gothic-pro", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.recruit_btn p a {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  background-color: #005fa8;
  border: 1px solid #005fa8;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding: 0 1.35rem;
}
.recruit_btn p a:hover {
  color: #005fa8;
  background-color: #fff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media screen and (max-width: 767px) {
  .recruit_btn {
    max-width: 100%;
    padding: 1.43rem 0;
  }
  .recruit_btn p {
    font-size: 0.85rem;
  }
  .recruit_btn p a {
    font-size: 0.85rem;
    padding: 0 0.9rem;
  }
}

.modaal-wrapper .modaal-gallery-item-wrap {
  max-width: 1000px;
}/*# sourceMappingURL=style.css.map */