@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ================================== サイト全体ブレイクポイント設定(モバイル＋PC) ================================== */
/* ================================== headerブレイクポイント設定(モバイル＋PC) ================================== */
/* ================================== サイト全体ブレイクポイント設定(モバイル＋タブレット＋PC) ================================== */
/* ====================================== サイト全体変数設定 ====================================== */
/* ====================================== サイト全体color設定 ====================================== */
/* ====================================== サイト全体font設定 ====================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 375px;
  margin-top: 0px;
  color: #3C3C3C;
  font-size: 1.5rem;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (min-width: 521px) {
  body {
    min-width: 1280px;
    margin-top: 0px;
    font-size: 1.7rem;
    line-height: 1.7;
  }
}
body {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

a {
  text-decoration: none;
}
a img {
  border: none;
}

.mb {
  display: block;
}
@media print, screen and (min-width: 521px) {
  .mb {
    display: none;
  }
}

.pc {
  display: block;
}
@media print, screen and (max-width: 520px) {
  .pc {
    display: none;
  }
}

.h-mb {
  display: block;
}
@media print, screen and (min-width: 801px) {
  .h-mb {
    display: none;
  }
}

.h-pc {
  display: block;
}
@media print, screen and (max-width: 800px) {
  .h-pc {
    display: none;
  }
}

@media print, screen and (min-width: 801px) {
  .h-logo-pc {
    display: block;
  }
}
@media print, screen and (max-width: 800px) {
  .h-logo-pc {
    display: none;
  }
}
@media print, screen and (min-width: 521px) and (max-width: 800px) {
  .h-logo-pc {
    display: none;
  }
}

@media print, screen and (min-width: 801px) {
  .h-logo-tab {
    display: none;
  }
}
@media print, screen and (max-width: 800px) {
  .h-logo-tab {
    display: none;
  }
}
@media print, screen and (min-width: 521px) and (max-width: 800px) {
  .h-logo-tab {
    display: block;
  }
}

@media print, screen and (min-width: 801px) {
  .h-logo-mb {
    display: none;
  }
}
@media print, screen and (max-width: 800px) {
  .h-logo-mb {
    display: block;
  }
}
@media print, screen and (min-width: 521px) and (max-width: 800px) {
  .h-logo-mb {
    display: none;
  }
}

.main {
  padding-bottom: 100px;
}
@media print, screen and (max-width: 520px) {
  .main {
    padding-bottom: 50px;
  }
}

.l-inner {
  margin: 0 auto;
  max-width: 520px;
  padding: 0 5px;
}
@media print, screen and (min-width: 521px) {
  .l-inner {
    max-width: 1072px;
    padding: 0;
  }
}

.p-page__mv {
  position: relative;
}
.p-page__mv__ttl {
  position: absolute;
  top: calc(50% + 40px);
  left: 50%;
  transform: translate(-50%, -50%);
}
@media print, screen and (max-width: 520px) {
  .p-page__mv__ttl {
    top: -23px;
    z-index: 1100;
  }
}
.p-page__mv__ttl-sub {
  font-size: 1.3rem;
  text-align: center;
  color: #ffffff;
  display: block;
}
@media print, screen and (max-width: 520px) {
  .p-page__mv__ttl-sub {
    font-size: 1rem;
    color: #333333;
    position: relative;
    z-index: 5;
  }
}
.p-page__mv__ttl-txt {
  font-size: 3.8rem;
  text-align: center;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.3em;
}
@media print, screen and (max-width: 520px) {
  .p-page__mv__ttl-txt {
    font-size: 2rem;
    color: #333333;
    position: relative;
    z-index: 5;
  }
}
.p-page__mv__ttl-decimg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.9;
  width: 72px;
  z-index: 1;
}
@media print, screen and (max-width: 520px) {
  .p-page__mv__ttl-decimg {
    z-index: 0;
    width: 35px;
  }
}

.p-ttl {
  padding-top: 75px;
  padding-bottom: 50px;
}
.p-ttl__txt {
  font-size: 2.5rem;
  font-weight: 500;
  color: #3c3c3c;
  text-align: center;
}

.p-ttl-index {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p-ttl-index__txt {
  padding-right: 27px;
  border-right: 1px solid #007180;
  line-height: 1;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #b1b1b1;
  font-weight: 500;
  font-size: 4.5rem;
  text-align: right;
}
@media print, screen and (min-width: 521px) {
  .p-ttl-index__txt {
    width: 244px;
  }
}
@media print, screen and (max-width: 520px) {
  .p-ttl-index__txt {
    font-size: 2.7rem;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
  }
}
.p-ttl-index__txt-small {
  font-size: 2rem;
  padding-left: 27px;
  line-height: 1;
  color: #333333;
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (max-width: 520px) {
  .p-ttl-index__txt-small {
    font-size: 1.4rem;
    padding-left: 15px;
  }
}

.p-page__toplink {
  position: relative;
}
.p-page__toplink__list {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 520px) {
  .p-page__toplink__list {
    flex-wrap: wrap;
  }
}
.p-page__toplink__item {
  width: 25%;
  height: 562px;
}
@media print, screen and (max-width: 520px) {
  .p-page__toplink__item {
    width: 50%;
    height: 255px;
  }
}
.p-page__toplink__link {
  width: 100%;
  height: 100%;
  color: #ffffff;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6rem;
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (max-width: 520px) {
  .p-page__toplink__link {
    font-size: 2.5rem;
  }
}
.p-page__toplink__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8C8C8C;
  mix-blend-mode: multiply;
}
.p-page__toplink__link-r {
  background-image: url(..//..//img/business/p-page__toplink__link-1.jpg);
}
.p-page__toplink__link-m {
  background-image: url(..//..//img/business/p-page__toplink__link-2.jpg);
}
.p-page__toplink__link-w {
  background-image: url(..//..//img/business/p-page__toplink__link-3.jpg);
}
.p-page__toplink__link-k {
  background-image: url(..//..//img/business/p-page__toplink__link-4.jpg);
}
.p-page__toplink__link-span {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0px 0px 3px rgb(0, 0, 0));
}
@media print, screen and (min-width: 521px) {
  .p-page__toplink__link-span {
    padding-top: 133px;
  }
}

/* アニメーション前の状態 */
.fade-in-up {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

/* アニメーション後の状態 */
.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media print, screen and (min-width: 801px) {
  .header {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, 0);
    width: 100%;
  }
}
@media print, screen and (min-width: 521px) {
  .header {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media print, screen and (max-width: 520px) {
  .header {
    height: 88px;
    background-color: #cccccc;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
}
@media print, screen and (min-width: 801px) {
  .header__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 0 0 15px;
  }
}
@media print, screen and (max-width: 800px) {
  .header__logo-hg__logo {
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 100;
  }
}
.header__logo {
  width: 144px;
}
@media print, screen and (max-width: 800px) {
  .header__logo {
    width: 115px;
  }
}
.header__logo__none {
  display: none;
}
@media print, screen and (min-width: 801px) {
  .header-nav {
    padding-top: 15px;
  }
}
@media print, screen and (max-width: 800px) {
  .header-nav {
    display: none;
    width: 100%;
    height: 0vh;
    background-color: #ffffff;
    overflow: hidden;
    padding-top: 53px;
    background-image: url(..//img/index/bg-logo.jpg);
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: top center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 50;
  }
}
@media print, screen and (max-width: 800px) {
  .header-nav.hg-open-nav {
    display: block;
    height: auto;
    overflow: auto;
  }
}
.header-nav__list {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 801px) {
  .header-nav__list {
    display: flex;
    align-items: center;
  }
}
@media print, screen and (max-width: 800px) {
  .header-nav__list {
    margin-bottom: 65px;
    padding-top: 30px;
  }
}
@media print, screen and (min-width: 801px) {
  .header-nav__item {
    border-right: 1px solid #000;
  }
  .header-nav__item:nth-of-type(1) {
    margin-left: 0;
  }
  .header-nav__item:nth-last-of-type(1) {
    border: none;
  }
}
@media print, screen and (max-width: 800px) {
  .header-nav__item:nth-of-type(1) {
    padding-top: 3px;
  }
}
.header-nav__item__logo {
  position: absolute;
  top: 7px;
  left: -5px;
  width: 135px;
  padding-left: 20px;
}
.header-nav__item__logo .header-nav__link {
  padding: 0;
}
.header-nav__link {
  display: block;
  position: relative;
  width: 100%;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 801px) {
  .header-nav__link {
    padding: 0px 10px;
    line-height: 1;
  }
}
@media print, screen and (max-width: 800px) {
  .header-nav__link {
    padding: 12px 46px;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 400;
  }
}
.header-nav__btm-list {
  display: flex;
  justify-content: flex-end;
  margin-right: 20px;
  align-items: center;
}
@media print, screen and (max-width: 800px) {
  .header-nav__btm-list {
    justify-content: center;
    margin-right: 0;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 521px) and (max-width: 800px) {
  .header-nav__btm-list {
    padding-left: 45px;
    justify-content: flex-start;
  }
}
.header-nav__btm-item {
  margin-right: 20px;
}
@media print, screen and (max-width: 800px) {
  .header-nav__btm-item:nth-of-type(1) {
    width: 100%;
    margin-top: 20px;
    order: 4;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.header-nav__btm-item:nth-last-of-type(1) {
  margin-right: 0;
}
.header-nav__btm-item:nth-last-of-type(1) .header-nav__btm-link__img {
  width: 30px;
}
.header-nav__btm-item:nth-last-of-type(2) .header-nav__btm-link__img {
  width: 25px;
}
.header-nav__btm-link__img {
  width: 23px;
}
.header-nav__btm-link__flex {
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 800px) {
  .header-nav__btm-link__flex {
    justify-content: center;
  }
}
@media print, screen and (min-width: 521px) and (max-width: 800px) {
  .header-nav__btm-link__flex {
    justify-content: flex-start;
  }
}
.header-nav__btm-link__img-tell {
  width: 25px;
  margin-right: 5px;
}
.header-nav__btm-link__num {
  font-size: 2rem;
  color: #6e9fb4;
}
@media print, screen and (max-width: 800px) {
  .header .hg-btn {
    position: fixed;
    z-index: 100;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #000;
    width: 85px;
    display: flex;
    align-items: center;
    cursor: pointer;
    top: 15px;
    right: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .header .hg-btn__bader-box {
    position: absolute;
    top: 38%;
    right: 14px;
    height: 5px;
  }
  .header .hg-btn__bader-box span {
    position: absolute;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 2px;
    border-radius: 5px;
    background-color: #000000;
    transition: all 0.3s ease;
  }
  .header .hg-btn__bader-box span:nth-of-type(1) {
    top: 0;
  }
  .header .hg-btn__bader-box span:nth-of-type(2) {
    top: 100%;
  }
  .header .hg-btn__menu-txt {
    color: #000000;
    font-size: 1.4rem;
    margin-right: 9px;
    font-family: "Noto Serif JP", serif;
    line-height: 1;
  }
}
@media print, screen and (min-width: 801px) {
  .header .hg-btn {
    display: none;
  }
}
@media print, screen and (max-width: 800px) {
  .header .hg_open .hg-btn__bader-box span:nth-of-type(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .header .hg_open .hg-btn__bader-box span:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
.header__copy {
  text-align: center;
  font-size: 1.2rem;
  color: #a1a1a1;
}
@media print, screen and (min-width: 801px) {
  .header__copy {
    display: none;
  }
}
@media print, screen and (min-width: 521px) and (max-width: 800px) {
  .header__copy {
    text-align: left;
    padding-left: 45px;
  }
}

@media print, screen and (max-width: 800px) {
  .scroll-prevent {
    overflow: hidden;
  }
}

.archive .header .nav__link {
  color: #3C3C3C;
}
.archive .header .nav__item {
  border-right: 1px solid #3C3C3C;
}

@media print, screen and (min-width: 521px) {
  .index .header {
    background: transparent linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 88px;
    z-index: 100;
  }
}
@media print, screen and (max-width: 800px) {
  .index .header {
    position: absolute;
  }
}
@media print, screen and (max-width: 520px) {
  .index .header {
    background-color: transparent;
  }
}

.footer {
  background-image: url(..//img/footer/footer__bg.jpg);
  background-size: cover;
  background-position: top;
  padding-top: 55px;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 520px) {
  .footer {
    padding-top: 32px;
  }
}
@media print, screen and (max-width: 520px) {
  .footer .l-inner {
    padding: 0 22px;
  }
}
@media print, screen and (max-width: 520px) {
  .footer__flex {
    border-right: 1px solid #ff9b00;
    border-left: 1px solid #ff9b00;
    padding: 27px;
  }
}
@media print, screen and (min-width: 521px) {
  .footer__flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
.footer__add-box {
  text-align: center;
  color: #ffffff;
}
@media print, screen and (min-width: 521px) {
  .footer__add-box {
    padding: 30px 52px;
    width: 50%;
    border-right: 1px solid #ff9b00;
    border-left: 1px solid #ff9b00;
    align-content: center;
  }
}
@media print, screen and (max-width: 520px) {
  .footer__add-box {
    margin-bottom: 32px;
  }
}
.footer__add-toptxt {
  font-weight: 500;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 6px;
}
@media print, screen and (max-width: 520px) {
  .footer__add-toptxt {
    font-size: 1.3rem;
    margin-bottom: 3px;
  }
}
.footer__add-address, .footer__add-mail, .footer__add-tel {
  display: block;
  font-family: "Noto Serif JP", serif;
}
.footer__add-name {
  font-size: 3.9rem;
  margin-bottom: 20px;
  font-weight: 500;
}
@media print, screen and (max-width: 520px) {
  .footer__add-name {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
}
@media print, screen and (max-width: 520px) {
  .footer__add-address {
    font-size: 1.3rem;
  }
}
@media print, screen and (max-width: 520px) {
  .footer__add-tel {
    font-size: 1.3rem;
  }
}
.footer__tel {
  font-size: 8.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  text-align: center;
  display: block;
  color: #ffffff;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 520px) {
  .footer__tel {
    font-size: 4.3rem;
  }
}
.footer__tel__img {
  width: 100px;
  margin-right: 10px;
  padding-top: 15px;
}
@media print, screen and (max-width: 520px) {
  .footer__tel__img {
    width: 50px;
  }
}
@media print, screen and (max-width: 520px) {
  .footer__tel {
    order: 2;
    width: 100%;
  }
}
.footer__sales {
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 35px;
  line-height: 1;
}
@media print, screen and (max-width: 520px) {
  .footer__sales {
    font-size: 1.3rem;
    margin-bottom: 21px;
  }
}
@media print, screen and (min-width: 521px) {
  .footer__img-box {
    width: 50%;
    border-right: 1px solid #ff9b00;
  }
}
.footer__img-box img {
  width: 446px;
  margin: 0 auto;
}
@media print, screen and (max-width: 520px) {
  .footer__btm-box {
    margin-top: -1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media print, screen and (max-width: 520px) {
  .footer__snsbox {
    order: 1;
  }
}
.footer__sns-list {
  display: flex;
  justify-content: center;
  margin-right: 20px;
  align-items: center;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 520px) {
  .footer__sns-list {
    margin-bottom: 0px;
  }
}
.footer__sns-item {
  margin-right: 20px;
}
.footer__sns-item:nth-last-of-type(1) {
  margin-right: 0;
}
.footer__sns-item:nth-last-of-type(1) .footer__sns-link__img {
  width: 30px;
}
@media print, screen and (max-width: 520px) {
  .footer__sns-item:nth-last-of-type(1) .footer__sns-link__img {
    width: 25px;
  }
}
.footer__sns-item:nth-last-of-type(2) .footer__sns-link__img {
  width: 25px;
}
@media print, screen and (max-width: 520px) {
  .footer__sns-item:nth-last-of-type(2) .footer__sns-link__img {
    width: 18px;
  }
}
@media print, screen and (max-width: 520px) {
  .footer__sns-item:nth-of-type(1) .footer__sns-link__img {
    width: 18px;
  }
}
.footer__sns-link__img {
  width: 23px;
}
.footer__sns-link__flex {
  display: flex;
  align-items: center;
}
.footer__sns-link__img-tell {
  width: 25px;
  margin-right: 5px;
}
.footer__sns-link__num {
  font-size: 2rem;
  color: #095c82;
}
.footer__copy {
  background-color: rgba(0, 0, 0, 0.8666666667);
  text-align: center;
  display: block;
  font-size: 15px;
  font-weight: 200;
  padding: 8px;
  line-height: 1;
  color: #cccccc;
  position: relative;
  z-index: 10;
}
@media print, screen and (max-width: 520px) {
  .footer__copy {
    font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 801px) {
  .index .header-nav__link {
    color: #fff;
  }
}
@media print, screen and (min-width: 801px) {
  .index .header-nav__item {
    border-right: 1px solid #ffffff;
  }
  .index .header-nav__item:nth-of-type(1) {
    margin-left: 0;
  }
  .index .header-nav__item:nth-last-of-type(1) {
    border: none;
  }
}
.index .main-visual {
  position: relative;
}
.index .main-visual::after {
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
  z-index: 1;
}
.index .main-visual::after {
  height: 350px;
  bottom: 0;
  background: transparent linear-gradient(180deg, rgba(26, 31, 50, 0) 0%, #1a1f32 100%) 0% 0% no-repeat padding-box;
}
.index .main-visual-slide {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  /* 画面いっぱいの高さ */
  overflow: hidden;
  position: relative;
  background: #000;
  /* 隙間から背景が見えないように黒を敷く */
}
.index .main-visual {
  /* 各スライドの共通設定 */
}
.index .main-visual .slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  /* 基本は消しておく */
  /* アニメーション設定：25秒周期でループ */
  animation: zoomFade 20s linear infinite;
  /* 背景画像（適宜パスを変更してください） */
}
@media print, screen and (min-width: 521px) {
  .index .main-visual .slide-1 {
    background-image: url("..//img/index/mv-img-01.jpg");
  }
}
@media print, screen and (max-width: 520px) {
  .index .main-visual .slide-1 {
    background-image: url("..//img/index/mv-img-01-mb.jpg");
  }
}
.index .main-visual .slide-1 {
  animation-delay: 0s;
}
@media print, screen and (min-width: 521px) {
  .index .main-visual .slide-2 {
    background-image: url("..//img/index/mv-img-02.jpg");
  }
}
@media print, screen and (max-width: 520px) {
  .index .main-visual .slide-2 {
    background-image: url("..//img/index/mv-img-02-mb.jpg");
  }
}
.index .main-visual .slide-2 {
  animation-delay: 4s;
}
@media print, screen and (min-width: 521px) {
  .index .main-visual .slide-3 {
    background-image: url("..//img/index/mv-img-03.jpg");
  }
}
@media print, screen and (max-width: 520px) {
  .index .main-visual .slide-3 {
    background-image: url("..//img/index/mv-img-03-mb.jpg");
  }
}
.index .main-visual .slide-3 {
  animation-delay: 8s;
}
@media print, screen and (min-width: 521px) {
  .index .main-visual .slide-4 {
    background-image: url("..//img/index/mv-img-04.jpg");
  }
}
@media print, screen and (max-width: 520px) {
  .index .main-visual .slide-4 {
    background-image: url("..//img/index/mv-img-04-mb.jpg");
  }
}
.index .main-visual .slide-4 {
  animation-delay: 12s;
}
@media print, screen and (min-width: 521px) {
  .index .main-visual .slide-5 {
    background-image: url("..//img/index/mv-img-05.jpg");
  }
}
@media print, screen and (max-width: 520px) {
  .index .main-visual .slide-5 {
    background-image: url("..//img/index/mv-img-05-mb.jpg");
  }
}
.index .main-visual .slide-5 {
  animation-delay: 16s;
}
.index .main-visual .slide {
  /* アニメーションの内容 */
}
@keyframes zoomFade {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  /* 5秒間（全体の20%）でフェードインして拡大 */
  5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  /* 次の画像が来るタイミングでフェードアウト */
  25% {
    opacity: 0;
    transform: scale(1.15);
  }
  100% {
    opacity: 0;
  }
}
.index .main-visual__txt {
  width: 100%;
  position: absolute;
  text-align: center;
  line-height: 1;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 7.2rem;
  font-family: "Noto Serif JP", serif;
  z-index: 10;
  color: #ffffff;
}
@media print, screen and (max-width: 520px) {
  .index .main-visual__txt {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    bottom: 12px;
    font-weight: 400;
  }
}
.index .main-visual {
  /* スライダー全体の基本設定 */
}
.index .main-visual .slider-viewport {
  overflow: hidden;
  width: 100%;
}
.index .main-visual .slider-track {
  display: flex;
  transition: transform 0.5s ease;
}
.index .main-visual .slide-page {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* 5列 */
  grid-template-rows: repeat(2, auto);
  /* 2段 */
  gap: 10px;
  /* サムネイル間の隙間 */
}
.index .main-visual .thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.index .main-visual .prev-btn,
.index .main-visual .next-btn {
  z-index: 10;
  /* 他の要素に埋もれないように */
  cursor: pointer;
  background: #ccc;
  /* 一時的に色を付けて見えるか確認 */
  padding: 10px;
}
.index .news {
  padding-top: 100px;
}
@media print, screen and (max-width: 520px) {
  .index .news {
    padding-top: 40px;
  }
}
@media print, screen and (max-width: 520px) {
  .index .news .p-ttl-index {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 521px) {
  .index .news__flex {
    display: flex;
    align-items: center;
    gap: 88px;
  }
}
.index .news__dl {
  max-height: 400px;
  overflow-y: scroll;
}
@media print, screen and (min-width: 521px) {
  .index .news__dl {
    width: 496px;
  }
}
.index .news__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.7rem;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #000;
  color: #3c3c3c;
}
@media print, screen and (max-width: 520px) {
  .index .news__item {
    font-size: 1.5rem;
  }
}
.index .news__item:nth-last-child(1) {
  border-bottom: 1px solid #000;
}
.index .news__dt {
  color: #006880;
  width: 116px;
}
@media print, screen and (max-width: 520px) {
  .index .news__dt {
    width: 100px;
    font-size: 1.4rem;
  }
}
.index .news__dd {
  flex: 1;
}
.index .news__dd__ttl {
  font-size: 1.9rem;
  font-weight: 500;
}
@media print, screen and (max-width: 520px) {
  .index .news__dd__ttl {
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 520px) {
  .index .news__dd__txt {
    font-size: 1.5rem;
  }
}
.index .gre {
  padding-bottom: 80px;
  padding-top: 100px;
  background-image: url("../img/index/bg-logo.jpg");
  background-size: 1530px;
  background-repeat: no-repeat;
  background-position: right 80px top 100px;
}
@media print, screen and (max-width: 520px) {
  .index .gre {
    background-image: url("../img/index/bg-logo.jpg"), url("../img/index/bg-logo.jpg");
    background-position: top 20px left -150px, left 120px bottom 0; /* 2枚目：左から120px、下端 */
    background-size: 510px, 510px;
    background-repeat: no-repeat, no-repeat;
  }
}
@media print, screen and (max-width: 520px) {
  .index .gre {
    padding-top: 90px;
  }
}
@media print, screen and (max-width: 520px) {
  .index .gre .p-ttl-index {
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 801px) {
  .index .gre__flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media print, screen and (min-width: 801px) {
  .index .gre__box {
    width: 628px;
  }
}
.index .gre__toptxt {
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 26px;
}
@media print, screen and (max-width: 520px) {
  .index .gre__toptxt {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 12px;
  }
}
.index .gre__box-img {
  margin-bottom: 10px;
}
@media print, screen and (max-width: 520px) {
  .index .gre__box-img {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.index .gre__txt {
  margin-bottom: 2em;
  text-align: justify;
}
.index .gre__name-box {
  width: 262px;
  margin-left: auto;
}
@media print, screen and (max-width: 520px) {
  .index .gre__name-box {
    width: 219px;
  }
}
.index .gre__name-company {
  font-weight: 400;
  text-align: left;
}
.index .gre__name-flex {
  display: flex;
}
.index .gre__name-txt {
  font-weight: 400;
  margin-right: 23px;
}
.index .gre__name-img {
  width: 143px;
}
@media print, screen and (max-width: 520px) {
  .index .gre__name-img {
    width: 109px;
  }
}
.index .sns {
  padding-top: 160px;
  padding-bottom: 100px;
  background-image: url(..//img/index/sns-bg.jpg);
  background-size: cover;
}
@media print, screen and (max-width: 520px) {
  .index .sns {
    padding-top: 43px;
    padding-bottom: 10px;
  }
}
.index .sns__ttl {
  font-size: 2.8rem;
  text-align: center;
  font-weight: 400;
  color: #fff;
  margin-bottom: 26px;
}
@media print, screen and (max-width: 520px) {
  .index .sns__ttl {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}
.index .sns__list {
  display: flex;
  background-color: rgba(255, 255, 255, 0.4588235294);
  padding: 25px 0;
  border-radius: 60px;
  justify-content: center;
  margin: 0 auto;
  width: calc(100% - 64px);
}
@media print, screen and (min-width: 801px) {
  .index .sns__list {
    width: 657px;
  }
}
@media print, screen and (max-width: 520px) {
  .index .sns__list {
    padding: 13px;
  }
}
.index .sns__item {
  margin-right: 100px;
}
@media print, screen and (max-width: 520px) {
  .index .sns__item {
    margin-right: 43px;
  }
}
.index .sns__item:last-child {
  margin-right: 0;
}
.index .sns__item img {
  height: 60px;
}
@media print, screen and (max-width: 520px) {
  .index .sns__item img {
    height: 30px;
  }
}
@media print, screen and (min-width: 521px) {
  .index .content-access {
    background-image: url(..//img/index/bg-logo.jpg);
    background-size: 1675px;
    background-repeat: no-repeat;
    background-position: right -724px top -391px;
  }
}
.index .content {
  padding-top: 104px;
}
@media print, screen and (max-width: 520px) {
  .index .content {
    padding-top: 40px;
  }
}
.index .content .p-ttl-index {
  margin-bottom: 21px;
}
@media print, screen and (min-width: 521px) {
  .index .content__list {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 520px) {
  .index .content__list {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media print, screen and (max-width: 520px) {
  .index .content__item {
    height: 131px;
    margin-bottom: 15px;
  }
  .index .content__item:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 521px) {
  .index .content__item {
    width: 20%;
    height: 382px;
  }
}
.index .content__item__link {
  width: 100%;
  height: 100%;
  writing-mode: vertical-rl;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  background-size: cover;
  background-position: 0 0;
  position: relative;
  display: flex;
}
@media print, screen and (min-width: 521px) {
  .index .content__item__link {
    justify-content: center;
    align-items: center;
  }
}
@media print, screen and (max-width: 520px) {
  .index .content__item__link {
    justify-content: flex-start;
    align-items: flex-end;
  }
}
.index .content__item__link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #969696;
  mix-blend-mode: multiply;
}
.index .content__item__link-c {
  background-image: url(..//img/index/content__item-1.jpg);
}
@media print, screen and (max-width: 520px) {
  .index .content__item__link-c {
    background-image: url(..//img/index/content__item-1-mb.jpg);
  }
}
.index .content__item__link-b {
  background-image: url(..//img/index/content__item-2.jpg);
}
@media print, screen and (max-width: 520px) {
  .index .content__item__link-b {
    background-image: url(..//img/index/content__item-2-mb.jpg);
  }
}
.index .content__item__link-e {
  background-image: url(..//img/index/content__item-3.jpg);
}
@media print, screen and (max-width: 520px) {
  .index .content__item__link-e {
    background-image: url(..//img/index/content__item-3-mb.jpg);
  }
}
.index .content__item__link-r {
  background-image: url(..//img/index/content__item-4.jpg);
}
@media print, screen and (max-width: 520px) {
  .index .content__item__link-r {
    background-image: url(..//img/index/content__item-4-mb.jpg);
  }
}
.index .content__item__link-f {
  background-image: url(..//img/index/content__item-5.jpg);
}
@media print, screen and (max-width: 520px) {
  .index .content__item__link-f {
    background-image: url(..//img/index/content__item-5-mb.jpg);
  }
}
.index .content__item__link-span {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0px 0px 3px rgb(0, 0, 0));
}
@media print, screen and (max-width: 520px) {
  .index .content__item__link-span {
    padding-left: 10px;
    padding-top: 5px;
    font-size: 2rem;
  }
}
.index .access-map {
  padding-top: 104px;
}
@media print, screen and (max-width: 520px) {
  .index .access-map {
    padding-top: 40px;
  }
}
.index .access-map .p-ttl-index {
  margin-bottom: 21px;
}
@media print, screen and (min-width: 521px) {
  .index .access-map__flex {
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }
}
.index .access-map__map {
  width: 660px;
}
@media print, screen and (max-width: 520px) {
  .index .access-map__map {
    width: 100%;
    margin-bottom: 45px;
  }
}
.index .access-map__list {
  font-size: 1.8rem;
  font-weight: 500;
  flex: 1;
  color: #3c3c3c;
}
@media print, screen and (max-width: 520px) {
  .index .access-map__list {
    font-size: 1.5rem;
  }
}
.index .access-map__item {
  border-bottom: 1px solid #3c3c3c;
  padding-bottom: 25px;
}
@media print, screen and (min-width: 521px) {
  .index .access-map__item {
    line-height: 2.2;
  }
}
@media print, screen and (max-width: 520px) {
  .index .access-map__item {
    padding-bottom: 18px;
  }
}
.index .access-map__item:nth-of-type(n + 2) {
  padding-top: 25px;
}
@media print, screen and (max-width: 520px) {
  .index .access-map__item:nth-of-type(n + 2) {
    padding-top: 18px;
  }
}
.index .header-nav__btm-link__num {
  color: #cff1ff;
}
@media print, screen and (max-width: 800px) {
  .index .header-nav__btm-link__num {
    color: #6e9fb4;
  }
}

@media print, screen and (min-width: 801px) {
  .flyer,
  .a4-flyer {
    padding-top: 75px;
  }
}
@media print, screen and (min-width: 521px) and (max-width: 800px) {
  .flyer .main,
  .a4-flyer .main {
    padding-top: 75px;
  }
}
.flyer,
.a4-flyer {
  /* 表裏を横並びにする設定 */
}
@media print, screen and (min-width: 521px) {
  .flyer__flex,
  .a4-flyer__flex {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    max-height: 355px;
  }
}
.flyer__list,
.a4-flyer__list {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 520px) {
  .flyer__list,
  .a4-flyer__list {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.flyer__item,
.a4-flyer__item {
  width: 50%;
}
.flyer__item__link,
.a4-flyer__item__link {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  display: block;
  text-align: center;
  padding: 30px;
  border: 1px solid #888;
  line-height: 1;
  color: #000;
}
@media print, screen and (max-width: 520px) {
  .flyer__item__link,
  .a4-flyer__item__link {
    font-size: 1.7rem;
    padding: 15px;
  }
}
.flyer__item__link-active,
.a4-flyer__item__link-active {
  background-color: #888;
  color: #ffffff;
}
@media print, screen and (min-width: 521px) {
  .flyer__omo a, .flyer__ura a,
  .a4-flyer__omo a,
  .a4-flyer__ura a {
    display: block;
    height: 355px;
  }
}
.flyer__omo img, .flyer__ura img,
.a4-flyer__omo img,
.a4-flyer__ura img {
  width: 100%;
  transition: opacity 0.3s;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.flyer__omo img:hover, .flyer__ura img:hover,
.a4-flyer__omo img:hover,
.a4-flyer__ura img:hover {
  opacity: 0.8;
}
.flyer__year__list,
.a4-flyer__year__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin-top: 30px;
  flex-wrap: wrap;
}
.flyer__year__item,
.a4-flyer__year__item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
  width: 100%;
}
.flyer__year__item .flyer__omo,
.flyer__year__item .flyer__ura,
.a4-flyer__year__item .flyer__omo,
.a4-flyer__year__item .flyer__ura {
  max-height: 355px;
}
.flyer__year__item h3,
.a4-flyer__year__item h3 {
  border-left: 4px solid #333;
  padding-left: 10px;
  margin-bottom: 20px;
  width: 100%;
}
.flyer__btn,
.a4-flyer__btn {
  padding: 10px 40px;
  border-radius: 50px;
  background-color: #a20000;
  color: #ffffff;
  text-align: center;
  margin: 20px auto;
  display: inline-block;
  text-decoration: none;
}
.flyer,
.a4-flyer {
  /* プルダウンの見た目調整 */
}
.flyer select#flyer__year,
.a4-flyer select#flyer__year {
  display: block;
  width: 100%;
  padding: 10px;
  cursor: pointer;
}
@media print, screen and (min-width: 521px) {
  .flyer select#flyer__year,
  .a4-flyer select#flyer__year {
    max-width: 300px;
  }
}
.flyer hr,
.a4-flyer hr {
  margin: 60px 0;
}
@media print, screen and (min-width: 521px) {
  .flyer__select__flex,
  .a4-flyer__select__flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.flyer__select__flex,
.a4-flyer__select__flex {
  margin-bottom: 40px;
}
.flyer__select__flex label,
.a4-flyer__select__flex label {
  margin-right: 20px;
  font-weight: 500;
}
.flyer .u-text-center,
.a4-flyer .u-text-center {
  text-align: center;
  width: 100%;
}
.flyer__btm-txt,
.a4-flyer__btm-txt {
  margin-bottom: 40px;
  text-align: center;
}
@media print, screen and (max-width: 520px) {
  .flyer .p-ttl__txt,
  .a4-flyer .p-ttl__txt {
    text-align: center;
    margin-right: 0;
    display: block;
    width: 100%;
  }
}

@media print, screen and (min-width: 521px) {
  .flyer .flyer__omo,
  .flyer .flyer__ura {
    width: calc(50% - 10px);
  }
}
@media print, screen and (min-width: 521px) {
  .flyer .flyer__omo {
    margin-right: 10px;
  }
}
@media print, screen and (max-width: 520px) {
  .flyer .flyer__omo {
    margin-bottom: 20px;
  }
}

.archive {
  background-color: #f2f2f2;
}
.archive .work {
  padding: 70px 0;
}
@media print, screen and (max-width: 520px) {
  .archive .work {
    padding: 40px 0;
  }
}
.archive .category-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  flex-wrap: wrap;
  font-size: 1.7rem;
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media print, screen and (min-width: 521px) {
  .archive .category-nav {
    font-size: 2rem;
    row-gap: 20px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    width: 950px;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 520px) {
  .archive .category-nav {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.archive .category-nav__box {
  padding: 0 0 57px;
}
@media print, screen and (max-width: 520px) {
  .archive .category-nav__box {
    padding-bottom: 20px;
  }
}
@media print, screen and (max-width: 520px) {
  .archive .nav-item {
    width: calc(50% - 20px);
    padding: 0 10px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media print, screen and (min-width: 521px) {
  .archive .nav-item {
    padding: 30px 0;
    width: calc(25% - 10px);
  }
}
.archive .nav-item {
  background-color: #fff;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #000;
}
.archive {
  /* 選択された親ボタンのスタイル */
}
.archive .parent-nav .nav-item.active {
  background-color: #808080;
  color: #fff;
  position: relative;
}
.archive .case-header {
  background-color: #555;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  font-weight: 400;
  font-size: 1.8rem;
  min-width: 328px;
}
@media print, screen and (max-width: 520px) {
  .archive .case-header {
    min-width: 254px;
    font-size: 1.4rem;
  }
}
.archive .work-title {
  margin-left: 20px;
}
.archive .work__outbox {
  background-color: #fff;
  border-bottom: 3px solid #555;
  border-top: 3px solid #555;
}
.archive .notice-bar {
  background-color: #e60012;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 0.8rem;
  margin: 10px 0;
}
.archive .content-body {
  display: flex;
  padding: 30px 30px 50px 30px;
}
.archive .limit-text {
  color: #e60012;
  font-weight: 400;
}
.archive {
  /* 画像比較部分 */
}
.archive .image-comparison {
  width: 100%;
}
@media print, screen and (min-width: 521px) {
  .archive .image-comparison {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media print, screen and (max-width: 520px) {
  .archive .image-comparison {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr auto;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }
}
.archive .image-comparison__before {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media print, screen and (min-width: 521px) {
  .archive .image-comparison__before {
    width: 410px;
  }
}
@media print, screen and (min-width: 521px) {
  .archive .image-comparison__before {
    grid-area: 1/1/2/2;
  }
}
@media print, screen and (max-width: 520px) {
  .archive .image-comparison__before {
    grid-area: 1/1/2/2;
  }
}
.archive .image-comparison__before::before, .archive .image-comparison__before::after {
  position: absolute;
  content: "";
  background-color: #808080;
}
@media print, screen and (min-width: 521px) {
  .archive .image-comparison__before::before, .archive .image-comparison__before::after {
    right: 9px;
    width: 45px;
    height: 3px;
  }
}
@media print, screen and (max-width: 520px) {
  .archive .image-comparison__before::before, .archive .image-comparison__before::after {
    left: 50%;
    width: 30px;
    height: 3px;
  }
}
@media print, screen and (min-width: 521px) {
  .archive .image-comparison__before::before {
    top: 120px;
    transform: rotate(-45deg);
  }
}
@media print, screen and (max-width: 520px) {
  .archive .image-comparison__before::before {
    bottom: 10px;
    transform: translateX(calc(-50% - 10px)) rotate(45deg);
  }
}
@media print, screen and (min-width: 521px) {
  .archive .image-comparison__before::after {
    transform: rotate(45deg);
    top: 90px;
  }
}
@media print, screen and (max-width: 520px) {
  .archive .image-comparison__before::after {
    bottom: 10px;
    transform: translateX(calc(-50% + 10px)) rotate(-45deg);
  }
}
.archive .image-comparison__before .img-box {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 521px) {
  .archive .image-comparison__before .img-box {
    width: 300px;
    height: 223px;
  }
}
@media print, screen and (max-width: 520px) {
  .archive .image-comparison__before .img-box {
    height: 172px;
    width: 100%;
  }
}
.archive .image-comparison__before .img-box img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media print, screen and (min-width: 521px) {
  .archive .image-comparison .description {
    width: 400px;
  }
}
@media print, screen and (max-width: 520px) {
  .archive .image-comparison .description {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.archive .image-comparison .description p {
  font-size: 1.7rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #3c3c3c;
  text-align: justify;
}
@media print, screen and (max-width: 520px) {
  .archive .image-comparison .description p {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 521px) {
  .archive .image-comparison .description {
    grid-area: 2/1/3/2;
  }
}
@media print, screen and (max-width: 520px) {
  .archive .image-comparison .description {
    grid-area: 3/1/4/2;
  }
}
@media print, screen and (min-width: 521px) {
  .archive .image-comparison__after {
    grid-area: 1/2/3/3;
  }
}
@media print, screen and (max-width: 520px) {
  .archive .image-comparison__after {
    grid-area: 2/1/3/2;
  }
}
@media print, screen and (min-width: 521px) {
  .archive .image-comparison__after .img-box {
    width: 583px;
    height: 439px;
  }
}
@media print, screen and (max-width: 520px) {
  .archive .image-comparison__after .img-box {
    width: 100%;
    height: 242px;
  }
}
.archive .image-comparison__after .img-box img {
  -o-object-fit: contain;
     object-fit: contain;
}
.archive .img-box {
  position: relative;
  background-color: #f2f2f2;
}
.archive .img-box__icon {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  line-height: 1;
  background-color: #4d4d4d;
  color: #ffffff;
  font-weight: 400;
  width: 73px;
  text-align: center;
  z-index: 1;
}
.archive .img-box img {
  height: 100%;
  margin: 0 auto;
}
.archive .label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #444;
  color: #fff;
  padding: 2px 10px;
  font-size: 1.7rem;
  z-index: 1;
}
.archive .arrow-separator {
  font-size: 7rem;
  color: #808080;
  padding-right: 20px;
}
.archive {
  /* ギャラリーセクション */
}
.archive .gallery-section {
  border-top: 1px solid #3c3c3c;
  padding: 50px 0px;
}
@media print, screen and (max-width: 520px) {
  .archive .gallery-section {
    padding-top: 25px;
    padding-bottom: 0px;
  }
}
.archive .gallery__note {
  text-align: center;
  padding-top: 60px;
}
.archive .slider-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.archive .thumbnail-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  flex: 1;
}
.archive {
  /* 各サムネイル（PC時は5列にするため幅20%、SP時は2列にするため幅50%） */
}
.archive .thumb {
  flex: 0 0 20%;
  padding: 5px;
  box-sizing: border-box;
  height: 125px;
  overflow: hidden;
  -o-object-fit: center;
     object-fit: center;
}
@media print, screen and (max-width: 520px) {
  .archive .thumb {
    flex: 0 0 50%;
  }
}
.archive .thumb img {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive .active-year {
  text-decoration: underline;
  font-weight: 400;
}
.archive .slider-viewport {
  overflow: hidden;
  width: 100%;
  max-width: 900px;
  /* 5枚が綺麗に並ぶ幅に調整 */
  margin: 0 auto;
}
.archive {
  /* ページを横に並べるためのトラック */
}
.archive .slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.archive {
  /* 1ページ分（5列2段）のエリア */
}
.archive .slide-page {
  display: flex;
  flex-wrap: wrap;
  /* 折り返しを有効にする */
  flex: 0 0 100%;
}
.archive .prev-btn,
.archive .next-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
.archive .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  font-size: 1.7rem;
  padding-bottom: 40px;
}
@media print, screen and (max-width: 520px) {
  .archive .pagination {
    padding-bottom: 20px;
  }
}
.archive .pagination a {
  color: #000000;
}
.archive {
  /* 子カテゴリーのアクティブ状態（例：背景をオレンジに、文字を白に） */
}
.archive .child-nav .nav-item.active {
  background-color: #808080;
  color: #fff;
}
.archive {
  /* 例: アンダーラインを引く設定 */
}
.archive .year.active-year {
  text-decoration: underline;
  font-weight: bold;
}

.business {
  padding-top: 45px;
}
@media print, screen and (min-width: 521px) {
  .business {
    padding-top: 65px;
  }
}
.business-subttl {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 500;
  color: #3c3c3c;
  margin-bottom: 14px;
}
@media print, screen and (max-width: 520px) {
  .business-subttl {
    font-size: 2.1rem;
    margin-bottom: 13px;
  }
}
.business-subttl__btmtxt {
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 520px) {
  .business-subttl__btmtxt {
    font-size: 1.7rem;
    margin-bottom: 35px;
  }
}
.business__list {
  padding: 37px 70px;
  border: 1px solid #3c3c3c;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 520px) {
  .business__list {
    padding: 20px;
    margin-bottom: 51px;
  }
}
.business__tentative {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  width: 100%;
  color: #3C3C3C;
}
.business__item {
  margin-bottom: 2em;
  margin-right: 2em;
  padding-left: 1em;
  position: relative;
}
@media print, screen and (max-width: 520px) {
  .business__item {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.business__item::before {
  position: absolute;
  top: 50%;
  left: 0.5em;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #3c3c3c;
}
@media print, screen and (max-width: 520px) {
  .business__item::before {
    top: 13px;
  }
}
@media print, screen and (min-width: 521px) {
  .business__img-list {
    display: flex;
    gap: 97px;
    flex-wrap: wrap;
  }
}
@media print, screen and (max-width: 520px) {
  .business__img-list {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 521px) {
  .business__img-item {
    width: 292px;
  }
}
@media print, screen and (max-width: 520px) {
  .business__img-item {
    margin-bottom: 40px;
  }
  .business__img-item:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 801px) {
  .reform,
  .maintenance,
  .plumbing,
  .public-construction {
    padding-top: 75px;
  }
}
@media print, screen and (min-width: 521px) and (max-width: 800px) {
  .reform .main,
  .maintenance .main,
  .plumbing .main,
  .public-construction .main {
    padding-top: 75px;
  }
}
.reform .p-page__mv__ttl,
.maintenance .p-page__mv__ttl,
.plumbing .p-page__mv__ttl,
.public-construction .p-page__mv__ttl {
  z-index: 1;
  top: 110px;
}
@media print, screen and (max-width: 800px) {
  .reform .p-page__mv__ttl,
  .maintenance .p-page__mv__ttl,
  .plumbing .p-page__mv__ttl,
  .public-construction .p-page__mv__ttl {
    z-index: 1100;
    top: -23px;
  }
}
@media print, screen and (min-width: 521px) and (max-width: 800px) {
  .reform .p-page__mv__ttl,
  .maintenance .p-page__mv__ttl,
  .plumbing .p-page__mv__ttl,
  .public-construction .p-page__mv__ttl {
    top: 110px;
  }
}

.plumbing .business__item:nth-last-of-type(1) {
  width: 100%;
  margin: 0;
}

.reform .p-page__toplink__link-r::before {
  background-color: #fff;
}
.reform .business__item {
  margin-bottom: 0;
}
@media print, screen and (max-width: 520px) {
  .reform .business__item {
    margin-bottom: 0.5em;
  }
  .reform .business__item:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 521px) {
  .maintenance .business__item:nth-of-type(n + 5),
  .public-construction .business__item:nth-of-type(n + 5) {
    margin-bottom: 0;
  }
}

.maintenance .p-page__toplink__link-m::before {
  background-color: #fff;
}

.plumbing .p-page__toplink__link-w::before {
  background-color: #fff;
}

.public-construction .p-page__toplink__link-k::before {
  background-color: #fff;
}

.company {
  background-color: #f2f2f2;
}
.company .company-all__ttl {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 32px;
}
@media print, screen and (max-width: 520px) {
  .company .company-all__ttl {
    font-size: 2.1rem;
    margin-bottom: 23px;
  }
}
.company .vision {
  padding-top: 65px;
}
@media print, screen and (max-width: 520px) {
  .company .vision {
    padding-top: 40px;
  }
}
.company .vision__item:nth-last-of-type(1) .vision__dd {
  margin-bottom: 100px;
}
@media print, screen and (max-width: 520px) {
  .company .vision__item:nth-last-of-type(1) .vision__dd {
    margin-bottom: 70px;
  }
}
.company .vision__dt {
  margin-bottom: 3px;
  font-size: 2.3rem;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (max-width: 520px) {
  .company .vision__dt {
    font-size: 1.7rem;
  }
}
.company .vision__dd {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 31px;
}
.company .management__subttl {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 500;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 520px) {
  .company .management__subttl {
    font-size: 1.7rem;
  }
}
.company .management__txt {
  font-size: 1.6rem;
  font-weight: 500;
}
@media print, screen and (min-width: 521px) {
  .company .management__txt {
    width: 657px;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 520px) {
  .company .management__txt {
    font-size: 1.5rem;
    font-weight: 400;
  }
}
.company .overview {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media print, screen and (max-width: 520px) {
  .company .overview {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.company .overview .l-inner {
  background-color: #fff;
  padding: 36px 126px 60px;
}
@media print, screen and (max-width: 520px) {
  .company .overview .l-inner {
    padding: 27px 5px 60px;
  }
}
.company .overview__item {
  color: #3c3c3c;
  border-top: 1px solid #3c3c3c;
  padding: 5px 0;
  font-size: 1.6rem;
  font-weight: 400;
}
@media print, screen and (min-width: 521px) {
  .company .overview__item {
    padding: 10px 0;
    font-weight: 500;
    font-size: 1.7rem;
    display: flex;
  }
}
.company .overview__item:nth-last-of-type(1) {
  border-bottom: 1px solid #3c3c3c;
}
@media print, screen and (min-width: 521px) {
  .company .overview__dt {
    width: 137px;
    padding-left: 15px;
  }
}
.company .overview__dd {
  flex: 1;
}
.company .company__bg {
  height: 398px;
  overflow: hidden;
}
@media print, screen and (max-width: 520px) {
  .company .company__bg {
    height: 185px;
  }
}
.company .qualification {
  margin-top: 100px;
}
@media print, screen and (max-width: 520px) {
  .company .qualification {
    margin-top: 0;
  }
}
@media print, screen and (max-width: 520px) {
  .company .qualification .company-all__ttl {
    font-size: 1.8rem;
  }
}
.company .qualification .l-inner {
  background-color: #fff;
  padding: 36px 95px 60px;
}
@media print, screen and (max-width: 520px) {
  .company .qualification .l-inner {
    padding: 27px 5px 60px;
  }
}
.company .qualification__table {
  width: 100%;
  margin-bottom: 90px;
}
@media print, screen and (max-width: 520px) {
  .company .qualification__table {
    font-size: 1.3rem;
  }
}
.company .qualification__table-1 .qualification__th {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media print, screen and (max-width: 520px) {
  .company .qualification__table-1 .qualification__th {
    vertical-align: middle;
  }
}
.company .qualification__table-1 .qualification__th:nth-of-type(1) {
  color: #095c80;
  text-align: left;
}
@media print, screen and (min-width: 521px) {
  .company .qualification__table-1 .qualification__th:nth-of-type(1) {
    width: 185px;
    padding-left: 15px;
  }
}
@media print, screen and (max-width: 520px) {
  .company .qualification__table-1 .qualification__th:nth-of-type(1) {
    width: 20%;
  }
}
@media print, screen and (min-width: 521px) {
  .company .qualification__table-1 .qualification__th:nth-of-type(2) {
    width: 190px;
  }
}
@media print, screen and (max-width: 520px) {
  .company .qualification__table-1 .qualification__th:nth-of-type(2) {
    width: 22%;
  }
}
@media print, screen and (min-width: 521px) {
  .company .qualification__table-1 .qualification__th:nth-of-type(3) {
    width: 170px;
  }
}
@media print, screen and (max-width: 520px) {
  .company .qualification__table-1 .qualification__th:nth-of-type(3) {
    width: 18%;
  }
}
@media print, screen and (min-width: 521px) {
  .company .qualification__table-1 .qualification__th:nth-of-type(4) {
    width: 241px;
  }
}
@media print, screen and (max-width: 520px) {
  .company .qualification__table-1 .qualification__th:nth-of-type(4) {
    width: 22%;
  }
}
@media print, screen and (min-width: 521px) {
  .company .qualification__table-1 .qualification__th:nth-of-type(5) {
    width: 102px;
  }
}
@media print, screen and (max-width: 520px) {
  .company .qualification__table-1 .qualification__th:nth-of-type(5) {
    width: 18%;
  }
}
@media print, screen and (max-width: 520px) {
  .company .qualification__table-1 .qualification__td {
    vertical-align: middle;
  }
}
.company .qualification__table-2 .qualification__th, .company .qualification__table-3 .qualification__th {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  text-align: left;
}
.company .qualification__table-2 .qualification__th:nth-of-type(2), .company .qualification__table-3 .qualification__th:nth-of-type(2) {
  padding-left: 0;
}
.company .qualification__table-2 .qualification__th:nth-of-type(1), .company .qualification__table-3 .qualification__th:nth-of-type(1) {
  color: #095c80;
}
@media print, screen and (max-width: 520px) {
  .company .qualification__table-2 .qualification__th, .company .qualification__table-3 .qualification__th {
    padding-top: 6px;
    padding-bottom: 4px;
    padding-left: 0;
  }
}
@media print, screen and (max-width: 520px) {
  .company .qualification__table-2 .qualification__td, .company .qualification__table-3 .qualification__td {
    padding-top: 6px;
    padding-bottom: 4px;
    padding-left: 0;
  }
}
.company .qualification__table-2 .qualification__td:nth-of-type(1), .company .qualification__table-3 .qualification__td:nth-of-type(1) {
  padding-left: 15px;
  width: 420px;
}
@media print, screen and (max-width: 520px) {
  .company .qualification__table-2 .qualification__td:nth-of-type(1), .company .qualification__table-3 .qualification__td:nth-of-type(1) {
    width: 65%;
    padding-left: 0;
  }
}
.company .qualification__table-2 .qualification__td:nth-of-type(2), .company .qualification__table-3 .qualification__td:nth-of-type(2) {
  text-align: left;
}
.company .qualification__table-4 .qualification__th, .company .qualification__table-5 .qualification__th {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  text-align: left;
}
@media print, screen and (max-width: 520px) {
  .company .qualification__table-4 .qualification__th, .company .qualification__table-5 .qualification__th {
    padding-top: 6px;
    padding-bottom: 4px;
  }
}
.company .qualification__table-4 .qualification__th:nth-of-type(1), .company .qualification__table-5 .qualification__th:nth-of-type(1) {
  color: #095c80;
}
@media print, screen and (max-width: 520px) {
  .company .qualification__table-4 .qualification__td, .company .qualification__table-5 .qualification__td {
    padding-top: 6px;
    padding-bottom: 4px;
  }
}
@media print, screen and (min-width: 521px) {
  .company .qualification__table-4 .qualification__td:nth-of-type(1), .company .qualification__table-5 .qualification__td:nth-of-type(1) {
    padding-left: 15px;
    width: 469px;
  }
}
@media print, screen and (max-width: 520px) {
  .company .qualification__table-4 .qualification__td:nth-of-type(1), .company .qualification__table-5 .qualification__td:nth-of-type(1) {
    display: block;
    border-bottom: 1px solid #000;
  }
}
.company .qualification__table-4 .qualification__td:nth-of-type(2), .company .qualification__table-5 .qualification__td:nth-of-type(2) {
  text-align: left;
}
@media print, screen and (max-width: 520px) {
  .company .qualification__table-4 .qualification__td:nth-of-type(2), .company .qualification__table-5 .qualification__td:nth-of-type(2) {
    display: block;
  }
}
@media print, screen and (max-width: 520px) {
  .company .qualification__table-4 .qualification__tr:nth-last-of-type(1) .qualification__td:nth-last-of-type(1), .company .qualification__table-5 .qualification__tr:nth-last-of-type(1) .qualification__td:nth-last-of-type(1) {
    border-bottom: none;
  }
}
.company .qualification__table-mb {
  margin-bottom: 3em;
}
.company .qualification__tr {
  border-top: 1px solid #3c3c3c;
}
.company .qualification__tr:nth-last-child(1) {
  border-bottom: 1px solid #3c3c3c;
}
.company .qualification__tr-bd-none {
  border-top: none;
}
.company .qualification__td {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 521px) {
  .company .qualification__td:nth-of-type(1) {
    padding-left: 15px;
  }
}
.company .qualification__td:nth-of-type(n + 2) {
  text-align: center;
}
.company .qualification__td-lh {
  line-height: 3;
}
.company .qualification__td-posi {
  position: relative;
}
@media print, screen and (min-width: 521px) {
  .company .qualification__td-posi {
    bottom: -4.3em;
  }
}
@media print, screen and (max-width: 520px) {
  .company .qualification__td-posi {
    bottom: -3em;
    line-height: 3;
  }
}
.company .qualification .map__ttl {
  margin-bottom: 15px;
}
@media print, screen and (max-width: 520px) {
  .company .qualification .map__ttl {
    font-size: 1.4rem;
  }
}
.company .qualification .map__area {
  margin-bottom: 57px;
}
@media print, screen and (max-width: 520px) {
  .company .qualification .map__area {
    font-size: 1.4rem;
  }
}
.access {
  padding-top: 100px;
  background-color: #f2f2f2;
}
@media print, screen and (max-width: 800px) {
  .access {
    padding: 0;
  }
}
@media print, screen and (min-width: 521px) and (max-width: 800px) {
  .access .main {
    padding-top: 100px;
  }
}
@media print, screen and (min-width: 521px) {
  .access .p-page__mv {
    overflow: visible;
    height: 163px;
  }
}
@media print, screen and (min-width: 521px) {
  .access .p-page__mv__ttl {
    top: 50%;
  }
}
.access .p-page__mv__ttl-sub {
  color: #251e1c;
}
.access .p-page__mv__ttl-txt {
  color: #251e1c;
}
@media print, screen and (min-width: 521px) {
  .access .map {
    padding-top: 10px;
  }
}
.access .map__box {
  margin-bottom: 60px;
}
@media print, screen and (max-width: 520px) {
  .access .map__box {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 521px) {
  .access .map__list {
    display: flex;
    justify-content: space-between;
    padding: 0 66px;
  }
}
.access .map__item {
  border-top: 1px solid #3c3c3c;
}
@media print, screen and (min-width: 521px) {
  .access .map__item {
    border-bottom: 1px solid #3c3c3c;
  }
}
@media print, screen and (max-width: 520px) {
  .access .map__item:nth-last-of-type(1) {
    border-bottom: 1px solid #3c3c3c;
  }
}
.access .map__item {
  padding: 15px 0;
}
@media print, screen and (min-width: 521px) {
  .access .map__item {
    padding: 30px 0;
    width: 426px;
    font-size: 1.8rem;
    line-height: 42px;
  }
}
@media print, screen and (max-width: 520px) {
  .access .map__item {
    line-height: 2;
  }
}

.single {
  padding-top: 100px;
}

.recruitment .recruitment-all__ttl {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 45px;
}
@media print, screen and (max-width: 520px) {
  .recruitment .recruitment-all__ttl {
    font-size: 2.1rem;
    margin-bottom: 23px;
    text-align: left;
  }
}
.recruitment .main {
  padding-bottom: 0;
}
.recruitment .human {
  margin-top: 65px;
}
.recruitment .human__box {
  position: relative;
}
@media print, screen and (min-width: 521px) {
  .recruitment .human__box {
    margin-bottom: 65px;
  }
}
.recruitment .human__img {
  position: absolute;
}
@media print, screen and (min-width: 521px) {
  .recruitment .human__img {
    left: -25px;
    bottom: -2px;
  }
}
@media print, screen and (max-width: 520px) {
  .recruitment .human__img {
    top: 135px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.recruitment .human__img-ment {
  width: 257px;
}
@media print, screen and (max-width: 520px) {
  .recruitment .human__img-ment {
    width: 320px;
  }
}
.recruitment .human__img-administrator {
  width: 279px;
}
@media print, screen and (min-width: 521px) {
  .recruitment .human__img-administrator {
    left: -38px;
    bottom: -22px;
  }
}
@media print, screen and (max-width: 520px) {
  .recruitment .human__img-administrator {
    width: 357px;
  }
}
.recruitment .human__img-clerk {
  width: 243px;
}
@media print, screen and (max-width: 520px) {
  .recruitment .human__img-clerk {
    width: 340px;
  }
}
@media print, screen and (min-width: 521px) {
  .recruitment .human .recruitment-all__ttl {
    padding-right: 230px;
  }
}
.recruitment .human__subtxt {
  font-size: 1.9rem;
  font-weight: 500;
  margin-bottom: 21px;
}
@media print, screen and (max-width: 520px) {
  .recruitment .human__subtxt {
    font-size: 1.6rem;
    margin-bottom: 165px;
  }
}
@media print, screen and (min-width: 521px) {
  .recruitment .human__txtbox {
    padding-left: 236px;
  }
}
@media print, screen and (max-width: 520px) {
  .recruitment .human__txt {
    padding-top: 26px;
    margin-left: -5px;
    margin-right: -5px;
    background-color: #f2f2f2;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.4rem;
  }
}
.recruitment .content {
  background-color: #f2f2f2;
  padding-top: 65px;
  padding-bottom: 95px;
  overflow: hidden;
}
@media print, screen and (max-width: 520px) {
  .recruitment .content .recruitment-all__ttl {
    text-align: center;
  }
}
.recruitment .content .nav {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 520px) {
  .recruitment .content .nav {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.recruitment .content .nav__list {
  display: flex;
  justify-content: space-between;
}
.recruitment .content .nav__item {
  width: 33.3333333333%;
}
.recruitment .content .nav__item:nth-of-type(2) .nav__link {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.recruitment .content .nav__link {
  background-color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #333333;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 3px solid #ffffff;
}
@media print, screen and (max-width: 520px) {
  .recruitment .content .nav__link {
    font-size: 1.4rem;
  }
}
.recruitment .content .nav__link-txt {
  width: 100%;
}
.recruitment .content .nav__link-span {
  width: 100%;
  color: #095c80;
  font-weight: 400;
}
.recruitment .content .nav .active {
  background-color: #575757;
  border-bottom: 3px solid #000;
  position: relative;
}
.recruitment .content .nav .active::before {
  bottom: -25px;
  content: "";
  left: 50%;
  transform: translate(-50%, 0);
  border-top: 20px solid #ff0000;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
}
.recruitment .content .nav .active .nav__link-txt {
  color: #fff;
}
.recruitment .content .nav .active .nav__link-span {
  color: #fff;
}
.recruitment .content .mente__item,
.recruitment .content .administrator__item,
.recruitment .content .clerk__item {
  display: flex;
  font-weight: 400;
  background-color: #fff;
}
.recruitment .content .mente__item:nth-of-type(1),
.recruitment .content .administrator__item:nth-of-type(1),
.recruitment .content .clerk__item:nth-of-type(1) {
  border-top: 2px solid #3c3c3c;
}
@media print, screen and (max-width: 520px) {
  .recruitment .content .mente__item,
  .recruitment .content .administrator__item,
  .recruitment .content .clerk__item {
    font-size: 1.4rem;
  }
}
.recruitment .content .mente__dt,
.recruitment .content .administrator__dt,
.recruitment .content .clerk__dt {
  padding-top: 13px;
  padding-bottom: 10px;
  width: 114px;
  border-bottom: 3px solid #000;
  padding-left: 15px;
}
@media print, screen and (max-width: 520px) {
  .recruitment .content .mente__dt,
  .recruitment .content .administrator__dt,
  .recruitment .content .clerk__dt {
    width: 62px;
    padding-left: 3px;
    padding-top: 6px;
    padding-bottom: 4px;
  }
}
.recruitment .content .mente__dd,
.recruitment .content .administrator__dd,
.recruitment .content .clerk__dd {
  padding-top: 13px;
  padding-bottom: 10px;
  padding-left: 15px;
  border-bottom: 1px solid #3c3c3c;
  flex: 1;
}
@media print, screen and (max-width: 520px) {
  .recruitment .content .mente__dd,
  .recruitment .content .administrator__dd,
  .recruitment .content .clerk__dd {
    padding-left: 5px;
    padding-top: 6px;
    padding-bottom: 4px;
  }
}
.recruitment .content .mente__dd-b,
.recruitment .content .administrator__dd-b,
.recruitment .content .clerk__dd-b {
  color: #095c80;
}
.recruitment .content .mente__btm-flex,
.recruitment .content .administrator__btm-flex,
.recruitment .content .clerk__btm-flex {
  display: flex;
}
@media print, screen and (max-width: 520px) {
  .recruitment .content .mente__btm-flex,
  .recruitment .content .administrator__btm-flex,
  .recruitment .content .clerk__btm-flex {
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 521px) {
  .recruitment .content .mente__btm-flex,
  .recruitment .content .administrator__btm-flex,
  .recruitment .content .clerk__btm-flex {
    justify-content: space-between;
    align-items: flex-end;
  }
}
.recruitment .content .mente__btm-link,
.recruitment .content .administrator__btm-link,
.recruitment .content .clerk__btm-link {
  padding: 5px;
  text-align: center;
  background-color: #ffe19c;
  border: 1px solid #5a5a5a;
  width: 100%;
}
@media print, screen and (max-width: 520px) {
  .recruitment .content .mente__btm-link,
  .recruitment .content .administrator__btm-link,
  .recruitment .content .clerk__btm-link {
    order: 2;
    font-size: 1.6rem;
    padding: 0 0 1px;
  }
}
@media print, screen and (min-width: 521px) {
  .recruitment .content .mente__btm-link,
  .recruitment .content .administrator__btm-link,
  .recruitment .content .clerk__btm-link {
    width: 494px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 521px) {
  .recruitment .content .mente__btm-img {
    width: 340px;
    margin-top: -246px;
    margin-bottom: -40px;
    margin-right: 20px;
  }
}
@media print, screen and (max-width: 520px) {
  .recruitment .content .mente__btm-img {
    width: 253px;
    order: 1;
    margin: 35px auto;
  }
}
@media print, screen and (min-width: 521px) {
  .recruitment .content .administrator__btm-img {
    margin-bottom: -14px;
    margin-right: 240px;
    margin-top: -260px;
    width: 241px;
  }
}
@media print, screen and (max-width: 520px) {
  .recruitment .content .administrator__btm-img {
    width: 253px;
    order: 1;
    margin: 35px auto;
  }
}
@media print, screen and (min-width: 521px) {
  .recruitment .content .clerk__btm-img {
    margin-bottom: -23px;
    margin-right: 77px;
    margin-top: -199px;
    width: 326px;
  }
}
@media print, screen and (max-width: 520px) {
  .recruitment .content .clerk__btm-img {
    width: 253px;
    order: 1;
    margin: 35px auto;
  }
}
@media print, screen and (max-width: 520px) {
  .recruitment .content .clerk__item-indent {
    display: block;
    padding-left: 1em; /* 全体を1文字分右へ */
    text-indent: -1em; /* 1行目（・がある行）だけ左へ戻す */
  }
}
.recruitment {
  /* 初期状態で非表示にする（JS実行前） */
}
.recruitment .administrator,
.recruitment .clerk,
.recruitment .human__img-administrator,
.recruitment .human__img-clerk {
  display: none;
}

@media print, screen and (min-width: 521px) {
  a {
    transition: all 0.3s ease;
  }
  a:hover {
    text-decoration: none;
  }
  a img {
    transition: all 0.3s ease;
  }
  a img:hover {
    opacity: 0.5;
  }
  .header-nav__link {
    position: relative;
  }
  .header-nav__link::before {
    transition: all 0.3s ease;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0%;
    height: 2px;
    background-color: #3C3C3C;
    content: "";
  }
}
@media print, screen and (min-width: 521px) and (max-width: 800px) {
  .header-nav__link::before {
    bottom: 0px;
  }
}
@media print, screen and (min-width: 521px) {
  .header-nav__link:hover::before {
    width: calc(100% - 30px);
  }
}
@media print, screen and (min-width: 521px) and (max-width: 800px) {
  .header-nav__link:hover::before {
    width: calc(100% - 92px);
  }
}
@media print, screen and (min-width: 521px) {
  .index .header-nav__link {
    position: relative;
  }
  .index .header-nav__link::before {
    background-color: #fff;
  }
}
@media print, screen and (min-width: 521px) and (max-width: 800px) {
  .index .header-nav__link::before {
    background-color: #000000;
  }
}
@media print, screen and (min-width: 521px) {
  a.news__item .news__dd,
  a.news__item .news__dt {
    transition: all 0.3s ease;
  }
  a.news__item:hover .news__dd,
  a.news__item:hover .news__dt {
    opacity: 0.5;
  }
  .content__item__link::before {
    transition: all 0.3s ease;
  }
  .content__item__link:hover::before {
    background-color: #fff;
  }
  .p-page__toplink__link::before {
    transition: all 0.3s ease;
  }
  .p-page__toplink__link:hover::before {
    background-color: #fff;
  }
  .nav-item,
  .flyer__item__link {
    transition: all 0.3s ease;
  }
  .nav-item:hover,
  .flyer__item__link:hover {
    background-color: #888;
    color: #ffffff;
  }
  .recruitment .nav__link {
    transition: all 0.3s ease;
  }
  .recruitment .nav__link:hover {
    background-color: #575757;
    border-bottom: 3px solid #000;
    color: #ffffff;
  }
  .recruitment .nav__link:hover .nav__link-span {
    color: #ffffff;
  }
  .recruitment .nav__link .nav__link-span {
    transition: all 0.3s ease;
  }
}/*# sourceMappingURL=style.css.map */