@charset "UTF-8";
.u-focus-raise {
  position: relative;
  z-index: 1;
}
.u-focus-raise:focus, .u-focus-raise:focus-visible {
  z-index: 2;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* MEDIA QUERIES
 * * -----------------------------------------------*/
/* ADDITIONAL RESET
 * * -----------------------------------------------*/
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;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

/* PRINTING
 * * -----------------------------------------------*/
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
  body {
    margin: 0;
  }
  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * * -----------------------------------------------*/
html {
  opacity: 1;
}
html.is-loading {
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  opacity: 0;
}

body {
  color: #000;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

a {
  color: #000;
  text-decoration: none;
}

.hidden {
  display: none;
}

.font-rodin {
  font-family: fot-rodin-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
}

/* RESPONSIVE
 * * -----------------------------------------------*/
@media print, (min-width: 751px) {
  html {
    font-size: 8.3333333333vw;
  }
  .container {
    padding-top: 1.09rem;
  }
  body {
    font-size: 14px;
  }
  .wrapper {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
  .sm,
  .lg:not(.md) {
    display: none !important;
  }
  .trans {
    opacity: 1;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    padding-top: 1.29rem;
  }
}
@media print {
  .md {
    display: block !important;
  }
}
@media screen and (min-width: 1920px) {
  .container {
    padding-top: 1.29rem;
  }
  .md,
  .sm {
    display: none !important;
  }
  .lg:not(.md),
  .lg.md {
    display: block !important;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 100px;
  }
}
@media only screen and (max-width: 750.98px) {
  html {
    font-size: 13.3333333333vw;
  }
  body {
    font-size: 0.28rem;
  }
  .container {
    min-width: 320px;
    padding-top: 1.3rem;
  }
  .wrapper {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .pc {
    display: none !important;
  }
  .md,
  .lg {
    display: none !important;
  }
}
/* PARTS
 * * -----------------------------------------------*/
/* COMMON HEADER
 * * -----------------------------------------------*/
.header {
  background: #fff;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 101;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.header.is-hide {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.header.is-sticky, .header.is-stick {
  background: #fff;
}
.header.header-cloned {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
}
.header.header-cloned.is-fixed {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.header.header-cloned.is-fixed.is-hide {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}
.header .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .header-logo a {
  display: block;
}
.header .navigation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .navigation-list {
  width: 100%;
}
.header .navigation-list > li {
  position: relative;
}
.header .navigation-list > li.is-green:hover .navbar-link {
  color: #fff;
}
.header .navbar-link {
  display: block;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.header .navbar-link.is-external {
  padding-right: 0.14rem;
}
.header .is-green .navbar-link {
  margin-top: 0.02rem;
  text-align: center;
  border: 1px solid #00853C;
  border-radius: 0.2rem;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
  letter-spacing: 0.06em;
}

@media print, (min-width: 751px) {
  .header {
    /* ▼▼ 採用サイト（is-recruit）用：PCのサブメニュー開閉（hover / tab） ▼▼ */
  }
  .header .header-wrapper {
    max-width: 9.94rem;
    padding: 0.12rem 0;
  }
  .header .header-logo a {
    width: 3.24rem;
  }
  .header .header-logo img {
    width: 100%;
  }
  .header .header-inner {
    padding-top: 0.3rem;
  }
  .header .navigation-list > li {
    margin-left: 0.52rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .navigation-list > li.is-green {
    margin-left: 0.49rem;
  }
  .header .navigation-list > li.is-green:hover .navbar-link {
    background: #00853C url(../img/common/icn_link_02.svg) right 0.12rem top 0.05rem/0.1rem auto no-repeat;
  }
  .header .navigation-list > li:hover .list-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .navigation-list > li:hover .navbar-link {
    color: #333333;
  }
  .header .navbar-link {
    font-size: 0.17rem;
  }
  .header .navbar-link.is-external {
    background: url(../img/common/icn_link_01.svg) right 0.01rem top 0.06rem/0.11rem auto no-repeat;
  }
  .header .is-green .navbar-link {
    font-size: 0.13rem;
    background: #fff url(../img/common/icn_link_01.svg) right 0.12rem top 0.06rem/0.1rem auto no-repeat;
    min-width: 1.97rem;
    padding: 0.02rem 0.23rem 0.02rem 0.1rem;
  }
  .header .is-green::after {
    display: none !important;
  }
  .header .header-button {
    margin-left: 0.5rem;
  }
  .header .list-sub-menu {
    width: 1.91rem;
    left: -0.28rem;
    padding: 0.19rem 0.28rem 0.12rem;
    position: absolute;
    background: #fff;
    top: 100%;
    border-bottom: none;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .list-sub-menu li {
    margin-bottom: 0.15rem;
  }
  .header .menu-link {
    font-size: 0.17rem;
  }
  .header.is-recruit .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header.is-recruit .recruit-site {
    color: #00853C;
    letter-spacing: 0.14em;
    font-size: 0.14rem;
    margin-left: 0.24rem;
    max-width: 1rem;
  }
  .header.is-recruit .navbar-link.is-external {
    background: url(../img/common/icn_link_01.svg) right 0.02rem top 0.06rem/0.11rem auto no-repeat;
  }
  .header.is-recruit .navigation-list > li {
    position: relative;
  }
  .header.is-recruit .navigation-list > li:hover .list-sub-menu, .header.is-recruit .navigation-list > li:focus-within .list-sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 30;
  }
  .header.is-recruit .navigation-list > li:hover .navbar-link, .header.is-recruit .navigation-list > li:focus-within .navbar-link {
    color: #333333;
  }
  .is-mac .is-green .navbar-link {
    background: #fff url(../img/common/icn_link_01.svg) right 0.12rem top 0.05rem/0.1rem auto no-repeat;
  }
  .is-tablet .is-green .navbar-link {
    background-position: right 0.12rem top 0.05rem;
  }
}
@media print, (min-width: 1200.02px) {
  .header .header-wrapper {
    width: 82.6%;
    max-width: 1400px;
  }
  .header .header-logo a {
    width: 27vw;
    max-width: 377px;
  }
}
@media screen and (min-width: 1400px) {
  .header {
    /* ▼ 採用サイト（is-recruit）用：desktop-mdでも同じ挙動に */
  }
  .header .header-inner {
    padding-top: 35px;
  }
  .header .navbar-link {
    font-size: 17px;
  }
  .header .navbar-link.is-external {
    background: url(../img/common/icn_link_01.svg) right 1px top 8px/11px auto no-repeat;
  }
  .header .is-green .navbar-link {
    min-width: 197px;
    padding: 2px 23px 2px 10px;
    font-size: 13px;
    background: #fff url(../img/common/icn_link_01.svg) right 16px top 6px/9px auto no-repeat;
  }
  .header .navigation-list > li {
    margin-left: 62px;
    position: relative;
  }
  .header .navigation-list > li.is-green {
    margin-left: 62px;
  }
  .header .navigation-list > li.is-green:hover .navbar-link {
    background: #00853C url(../img/common/icn_link_02.svg) right 16px top 7px/9px auto no-repeat;
  }
  .header .navigation-list > li:hover .list-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .navigation-list > li:hover .navbar-link {
    color: #333333;
  }
  .header .list-sub-menu {
    width: 191px;
    left: -28px;
    padding: 19px 28px 12px;
    position: absolute;
    background: #fff;
    top: 100%;
    border-bottom: none;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .list-sub-menu li {
    margin-bottom: 15px;
  }
  .header .menu-link {
    font-size: 17px;
  }
  .header.is-recruit .recruit-site {
    font-size: 16px;
    margin-left: 30px;
    margin-top: -2px;
  }
  .header.is-recruit .navbar-link.is-external {
    background: url(../img/common/icn_link_01.svg) right 1px top 7px/11px auto no-repeat;
  }
  .header.is-recruit .list-sub-menu {
    width: 190px;
    left: -32px;
    padding: 18px 28px 21px;
  }
  .header.is-recruit .navigation-list > li:hover .list-sub-menu,
  .header.is-recruit .navigation-list > li:focus-within .list-sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 30;
  }
  .is-mac .is-green .navbar-link {
    background: #fff url(../img/common/icn_link_01.svg) right 16px top 6px/9px auto no-repeat;
  }
  .is-mac .is-green:hover .navbar-link {
    background: #00853C url(../img/common/icn_link_02.svg) right 16px top 6px/9px auto no-repeat !important;
  }
  .is-firefox .is-green .navbar-link {
    background: #fff url(../img/common/icn_link_01.svg) right 16px top 7px/9px auto no-repeat;
  }
  .is-firefox .is-green:hover .navbar-link {
    background: #00853C url(../img/common/icn_link_02.svg) right 16px top 7px/9px auto no-repeat !important;
  }
}
@media screen and (min-width: 1400.02px) {
  .section-top-keyvisual .wrapper {
    padding-left: 0.8%;
    padding-right: 3.4%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1400px;
    width: 85.7%;
  }
  .section-top-keyvisual .keyvisual-image {
    width: 52%;
    margin-left: 0;
  }
  .section-top-keyvisual .keyvisual-image img {
    width: 100%;
  }
  .section-top-keyvisual .title-image {
    width: 77%;
  }
  .section-top-keyvisual .title-image img {
    width: 100%;
  }
}
@media screen and (min-width: 1400.02px) {
  .header .header-wrapper {
    max-width: 1280px;
    width: 85.7%;
  }
}
@media screen and (min-width: 1600.02px) {
  .header .header-wrapper {
    max-width: 1680px;
    width: 87.5%;
  }
}
.is-mac .header .navbar-link.is-external {
  background-position: right 0.02rem top 0.06rem !important;
}

@media only screen and (max-width: 750.98px) {
  .header {
    padding: 0.16rem 0;
    /* ▼ スマホ時のハンバーガー：初期は閉（display:none） */
    /* ▼ ハンバーガーONでメニューを開く（兄弟セレクタ） */
    /* ▼ スマホはハンバーガーを開いたら、サブメニューは常時展開 */
  }
  .header.header-cloned {
    min-height: 1.3rem;
  }
  .header .header-wrapper {
    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;
    padding: 0 0.4rem;
  }
  .header .header-logo a {
    width: 3.7rem;
  }
  .header .header-logo img {
    width: 100%;
  }
  .header .header-navigation {
    position: fixed;
    width: 100%;
    height: calc(100% - 1.3rem);
    overflow-y: auto;
    top: 1.3rem;
    left: 0;
    display: none;
    z-index: 1;
  }
  .header .button-menu.is-active + .header-navigation {
    display: block;
  }
  .header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
  .header .navigation-list {
    display: block;
    z-index: 2;
    position: relative;
  }
  .header .navigation-list > li {
    background: #00853C;
  }
  .header .navigation-list > li:not(:nth-last-child(2)) {
    border-bottom: 1px solid #fff;
  }
  .header .navigation-list a {
    color: #fff;
    font-size: 0.29rem;
    padding: 0.32rem 0.85rem 0.32rem 0.52rem;
    display: block;
  }
  .header .navigation-list .is-green {
    display: none;
  }
  .header .navbar-link span {
    padding-right: 0.25rem;
    background: url(../img/common/icn_link_02.svg) right top 0.12rem/0.15rem auto no-repeat;
  }
  .header .list-sub-menu {
    display: block;
  }
  .header .list-sub-menu li {
    background: #fff;
    position: relative;
  }
  .header .list-sub-menu li::before {
    content: "";
    position: absolute;
    background: url(../img/common/icn_arrow_green.svg) center/contain no-repeat;
    width: 0.38rem;
    height: 0.3rem;
    right: 0.28rem;
    top: 56%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .list-sub-menu li:not(:last-child) {
    border-bottom: 1px solid #00853C;
  }
  .header .list-sub-menu a {
    color: #00853C;
    padding: 0.32rem 0.85rem;
    font-weight: 600;
  }
  .header .list-sub-menu a:focus-visible {
    outline: 2px solid #00853C;
    outline-offset: 4px;
    border-radius: 0.1rem;
    background: rgba(0, 153, 68, 0.1);
  }
  .header .list-sub-menu a:hover {
    background: rgba(0, 153, 68, 0.08);
  }
  .header .button-sub-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1rem;
    height: 1.06rem;
  }
  .header .button-sub-menu::before {
    content: "";
    position: absolute;
    background: url(../img/common/icn_arrow_white.svg) center/contain no-repeat;
    width: 0.29rem;
    height: 0.16rem;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
        -ms-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .header .button-sub-menu.is-open::before {
    -webkit-transform: translate(-50%, -50%) rotate(0);
        -ms-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  .header .button-menu {
    width: 0.4rem;
    height: 0.43rem;
    display: block;
    position: relative;
    cursor: pointer;
    top: -0.08rem;
    margin-right: 0.04rem;
  }
  .header .button-menu span {
    display: block;
    width: 100%;
    position: absolute;
    height: 3px;
    background: #00853C;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .header .button-menu span:nth-child(1) {
    top: 0.1rem;
  }
  .header .button-menu span:nth-child(2) {
    top: 0.24rem;
  }
  .header .button-menu span:nth-child(3) {
    top: 0.38rem;
  }
  .header .button-menu:focus-visible {
    outline: 2px solid #00853C;
    outline-offset: 3px;
    border-radius: 0.1rem;
  }
  .header .button-menu.is-active {
    background: #f0f4f1;
    width: 1rem;
    height: 0.9rem;
    right: -0.3rem;
    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;
  }
  .header .button-menu.is-active span {
    background: #3b3536;
    height: 0.02rem;
    width: 0.5rem;
    left: 50%;
    top: 50%;
  }
  .header .button-menu.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(0.1rem) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
  }
  .header .button-menu.is-active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
  }
  .header .button-menu.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-0.1rem) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
  }
  .header .wrapper-button {
    width: 0.4rem;
    height: 0.43rem;
    position: relative;
  }
  .header.is-recruit .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header.is-recruit .recruit-site {
    font-size: 0.27rem;
    margin-left: 0.48rem;
    color: #00853C;
    width: auto;
  }
  .header.is-recruit .navigation-list > li {
    border-bottom: 1px solid #fff;
  }
  .header.is-recruit .navigation-list > li:last-child {
    border-bottom: none;
  }
  .header.is-recruit .navbar-link.is-external span {
    padding-right: 0.25rem;
    background: url(../img/common/icn_link_02.svg) right 0 top 0.12rem/0.15rem auto no-repeat;
  }
}
@media print {
  .header {
    position: absolute;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
}
.sr-only-focusable:focus .header .header-wrapper {
  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;
  max-width: 9.94rem;
  margin: 0 auto;
  padding: 0.12rem 0;
}
.sr-only-focusable:focus .header .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sr-only-focusable:focus .header .header-logo a {
  width: 3.24rem;
  display: block;
}
.sr-only-focusable:focus .header .header-logo img {
  width: 100%;
}
.sr-only-focusable:focus .header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 0 !important;
}
.sr-only-focusable:focus .header .navigation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sr-only-focusable:focus .header .navigation-list > li {
  position: relative;
  margin-left: 0.52rem;
}
.sr-only-focusable:focus .header .navigation-list > li.is-green {
  margin-left: 0.49rem;
}
.sr-only-focusable:focus .header .navigation-list > li.is-green:hover .navbar-link {
  background: #00853C url(../img/common/icn_link_02.svg) right 0.12rem top 0.05rem/0.1rem auto no-repeat;
}
.sr-only-focusable:focus .header .navigation-list > li:hover .list-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sr-only-focusable:focus .header .navigation-list > li:hover .navbar-link {
  color: #333333;
}
.sr-only-focusable:focus .header .navbar-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.17rem;
}
.sr-only-focusable:focus .header .navbar-link.is-external {
  background: url(../img/common/icn_link_01.svg) right 0.01rem top 0.06rem/0.11rem auto no-repeat;
}
.sr-only-focusable:focus .header .is-green .navbar-link {
  font-size: 0.13rem;
  background: #fff url(../img/common/icn_link_01.svg) right 0.12rem top 0.06rem/0.1rem auto no-repeat;
  min-width: 1.97rem;
  padding: 0.02rem 0.23rem 0.02rem 0.1rem;
}
.sr-only-focusable:focus .header .is-green::after {
  display: none !important;
}
.sr-only-focusable:focus .header .list-sub-menu {
  width: 1.91rem;
  left: -0.28rem;
  padding: 0.19rem 0.28rem 0.12rem;
  position: absolute;
  background: #fff;
  top: 100%;
  border-bottom: none;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sr-only-focusable:focus .header .list-sub-menu li {
  margin-bottom: 0.15rem;
}

/* ===========================================================
 * 強制上書き（最後に置く）：優先度衝突の保険
 * - 採用サイト（.header.is-recruit）でのサブメニュー開閉を必ず有効化
 * =========================================================== */
@media print, (min-width: 751px) {
  .header.is-recruit .navigation-list > li:hover .list-sub-menu,
  .header.is-recruit .navigation-list > li:focus-within .list-sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 40;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
/* ===== PCサブメニュー修正（最終オーバーライド） ===== */
/* PC：ボタンは使わないので hover の邪魔をさせない */
@media print, (min-width: 751px) {
  .header .button-sub-menu {
    display: none !important;
  }
}
/* PC：hidden 属性が付いてても表示できるように上書き */
@media print, (min-width: 751px) {
  .header .list-sub-menu[hidden] {
    display: block !important;
  }
}
/* PC：サブメニューは通常時は非表示（CSSトランジション用）だが、DOM上は存在させる */
@media print, (min-width: 751px) {
  .header .list-sub-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 11;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
/* PC：hover と :focus-within で確実に開く（採用サイト含む） */
@media print, (min-width: 751px) {
  .header .navigation-list > li,
  .header.is-recruit .navigation-list > li {
    position: relative;
  }
  .header .navigation-list > li:hover .list-sub-menu, .header .navigation-list > li:focus-within .list-sub-menu,
  .header.is-recruit .navigation-list > li:hover .list-sub-menu,
  .header.is-recruit .navigation-list > li:focus-within .list-sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
    z-index: 40;
  }
}
/* 大きめブレイクポイントでも同様に保険をかける */
@media screen and (min-width: 1400px) {
  .header .button-sub-menu,
  .header.is-recruit .button-sub-menu {
    display: none !important;
  }
  .header .list-sub-menu[hidden],
  .header.is-recruit .list-sub-menu[hidden] {
    display: block !important;
  }
  .header .navigation-list > li:hover .list-sub-menu,
  .header .navigation-list > li:focus-within .list-sub-menu,
  .header.is-recruit .navigation-list > li:hover .list-sub-menu,
  .header.is-recruit .navigation-list > li:focus-within .list-sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
    z-index: 40;
  }
}
/* COMMON FOOTER
 * * -----------------------------------------------*/
footer {
  background: url(../img/common/footer_bg.png) bottom center/100% auto no-repeat;
  padding-bottom: 1.17rem;
}
footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.67rem 0 0.86rem;
}
footer .logo-image {
  display: block;
}
footer .footer-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.2rem;
}
footer .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.1rem;
}
footer .footer-list a {
  display: block;
  font-size: 0.12rem;
  color: #333333;
}
footer .footer-list a.is-external {
  background: url(../img/common/icn_link_01.svg) right 0.02rem top 0.06rem/0.07rem auto no-repeat;
  padding-right: 0.14rem;
}
footer .footer-list li {
  margin-right: 0.24rem;
}
footer .footer-list li:nth-child(5), footer .footer-list li:nth-child(6) {
  margin-right: 0.51rem;
}
footer .button-to-top {
  width: 0.3rem;
  height: 0.3rem;
  cursor: pointer;
}
footer .button-to-top:focus-visible {
  outline: 3px solid #0a84ff;
  outline-offset: 4px;
}
footer .footer-copyright small {
  font-size: 0.11rem;
  color: #333333;
  margin-left: 0.01rem;
}
footer .footer-copyright span {
  font-size: 0.08rem;
  position: relative;
  top: -0.01rem;
}
footer .footer-sticky {
  width: 100%;
  position: fixed;
  bottom: 0.43rem;
  left: 0;
  pointer-events: none;
  display: none;
}
footer .button-to-top {
  position: absolute;
  bottom: 0;
  right: 0.28rem;
  pointer-events: auto;
  width: 0.42rem;
  height: 0.42rem;
  background: rgba(59, 53, 54, 0.5) url(../img/common/icn_arrow_top.svg) center/0.12rem auto no-repeat;
  cursor: pointer;
}
footer.is-recruit .footer-list li {
  margin-right: 0.51rem;
}
footer.is-recruit .footer-list a.is-external {
  background: url(../img/common/icn_link_01.svg) right 0.03rem top 0.06rem/0.07rem auto no-repeat;
}

@media print, (min-width: 751px) {
  footer {
    background-image: none;
    position: relative;
    overflow: hidden;
    padding-bottom: 1.1rem;
  }
  footer::before, footer::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
  }
  footer::before {
    width: 7.5rem;
    height: 1.6rem;
    background: url("../img/common/footer_bg_left.png") center/contain no-repeat;
    left: -0.78rem;
  }
  footer::after {
    width: 4.14rem;
    height: 1.47rem;
    background: url("../img/common/footer_bg_right.png") center/contain no-repeat;
    right: -0.35rem;
  }
  footer .footer-list a:not(.font-rodin) {
    position: relative;
    top: 0.02rem;
  }
  footer .logo-image {
    width: 1.25rem;
  }
  footer .logo-image img {
    width: 100%;
  }
  footer .wrapper {
    max-width: 13.7rem;
    padding-left: 0.86rem;
    padding-right: 0.64rem;
  }
  footer .footer-sticky {
    z-index: 11;
  }
  .is-mac footer .footer-copyright span {
    font-size: 0.12rem;
    top: 0;
  }
  .is-mac footer .footer-list a.is-external {
    background: url(../img/common/icn_link_01.svg) right 0.02rem top 0.05rem/0.07rem auto no-repeat;
  }
  .is-tablet footer .footer-list a.is-external {
    background-position: right 0.02rem top 0.06rem;
  }
}
@media screen and (min-width: 1400px) {
  footer {
    padding-bottom: 0.43rem;
  }
  footer::before {
    left: 0;
  }
  footer::after {
    right: 0;
  }
  footer .wrapper {
    padding-bottom: 86px;
    padding-right: 60px;
  }
  footer .logo-image {
    width: 144px;
  }
  footer .footer-left {
    padding-top: 23px;
  }
  footer .footer-list {
    margin-bottom: 0.16rem;
  }
  footer .footer-list a {
    font-size: 14px;
  }
  footer .footer-list a.is-external {
    background: url(../img/common/icn_link_01.svg) right 2px top 6px/8px auto no-repeat;
  }
  footer .footer-list li {
    margin-right: 27px;
  }
  footer .footer-list li:nth-child(5), footer .footer-list li:nth-child(6) {
    margin-right: 61px;
  }
  footer .footer-copyright small {
    font-size: 13px;
  }
  footer .footer-copyright span {
    font-size: 11px;
  }
  footer .footer-sticky {
    bottom: 50px;
  }
  footer .button-to-top {
    width: 50px;
    height: 50px;
    right: 32px;
  }
  footer.is-recruit .footer-list {
    margin-bottom: 14px;
  }
  footer.is-recruit .footer-list li {
    margin-right: 59px;
  }
  footer.is-recruit .footer-list a.is-external {
    background: url(../img/common/icn_link_01.svg) right 0 top 8px/8px auto no-repeat;
  }
  .is-mac footer .footer-list a.is-external {
    background: url(../img/common/icn_link_01.svg) right 2px top 5px/8px auto no-repeat;
  }
}
.is-safari footer .footer-list a:not(.font-rodin) {
  top: 0 !important;
}

.is-firefox footer .footer-list a:not(.font-rodin) {
  top: 0 !important;
}

footer .footer-list a {
  text-decoration: none;
  text-underline-offset: 2px;
  text-decoration-thickness: from-font;
}
footer .footer-list a:hover, footer .footer-list a:focus-visible {
  text-decoration: underline;
}
footer .footer-list a.trans:hover {
  opacity: 1;
}

@media only screen and (max-width: 750.98px) {
  footer {
    background-image: url(../img/common/sp/footer_bg.png);
    padding-bottom: 0.54rem;
    padding-top: 0.64rem;
    text-align: center;
  }
  footer .wrapper {
    display: block;
    padding: 0 0.9rem;
  }
  footer .footer-logo {
    width: 2.58rem;
    margin: 0 auto;
  }
  footer .footer-logo img {
    width: 100%;
  }
  footer .footer-left {
    padding-top: 0.23rem;
    margin-bottom: 0.36rem;
  }
  footer .footer-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0.68rem;
  }
  footer .footer-list a {
    font-size: 0.22rem;
    display: inline-block;
    padding: 0 0.1rem;
  }
  footer .footer-list a.is-external {
    background: url(../img/common/icn_link_05.svg) right -0.03rem top 0.06rem/0.2rem auto no-repeat;
    padding-right: 0.24rem;
  }
  footer .footer-list li {
    width: 23%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
  footer .footer-list li:nth-child(1) {
    display: block;
    width: 100%;
    margin-bottom: 0.2rem;
  }
  footer .footer-list li:nth-child(1) a {
    position: relative;
  }
  footer .footer-list li:nth-child(1) a::before, footer .footer-list li:nth-child(1) a::after {
    content: "";
    position: absolute;
    top: 0.04rem;
    width: 1px;
    height: 0.23rem;
    background: #00853C;
  }
  footer .footer-list li:nth-child(1) a::before {
    left: -0.38rem;
  }
  footer .footer-list li:nth-child(1) a::after {
    right: -0.38rem;
  }
  footer .footer-list li:nth-child(2) {
    width: 30%;
  }
  footer .footer-list li:nth-child(6), footer .footer-list li:nth-child(7) {
    width: 2rem;
    margin: 0 -0.06rem;
    position: relative;
  }
  footer .footer-list li:nth-child(6)::before, footer .footer-list li:nth-child(7)::before {
    content: "";
    position: absolute;
    left: 0.06rem;
    top: 0.09rem;
    width: 1px;
    height: 0.23rem;
    background: #00853C;
  }
  footer .footer-list li:nth-child(7)::after {
    content: "";
    position: absolute;
    right: 0.06rem;
    top: 0.09rem;
    width: 1px;
    height: 0.23rem;
    background: #00853C;
  }
  footer .footer-list li:nth-child(5) {
    margin-right: 0;
  }
  footer .footer-copyright small {
    font-size: 0.18rem;
    letter-spacing: 0.02em;
  }
  footer .footer-copyright span {
    font-size: 0.12rem;
    top: -0.03rem;
    left: -0.06rem;
  }
  footer .footer-sticky {
    bottom: 0.22rem;
  }
  footer .button-to-top {
    width: 0.75rem;
    height: 0.75rem;
    right: 0.22rem;
    bottom: 0;
    background-size: 0.2rem auto;
  }
  footer.is-recruit .footer-list {
    max-width: 4rem;
    margin: 0 auto 0.3rem;
  }
  footer.is-recruit .footer-list li {
    width: auto;
    margin-right: 0;
    padding: 0 0.1rem;
  }
  footer.is-recruit .footer-list li:nth-child(2n+2) a::before {
    display: none;
  }
  footer.is-recruit .footer-list li:nth-child(1) {
    width: auto;
  }
  footer.is-recruit .footer-list li a {
    position: relative;
    width: 1.64rem;
  }
  footer.is-recruit .footer-list li a::before, footer.is-recruit .footer-list li a::after {
    content: "";
    position: absolute;
    top: 0.04rem;
    width: 0.01rem;
    height: 0.23rem;
    background: #00853C;
  }
  footer.is-recruit .footer-list li a::before {
    left: -0.1rem;
  }
  footer.is-recruit .footer-list li a::after {
    right: -0.1rem;
  }
  footer.is-recruit .footer-list li .is-external {
    background: none;
    padding-right: 0.1rem;
  }
  footer.is-recruit .footer-list li .is-external span {
    background: url(../img/common/icn_link_05.svg) right 0.04rem top 0.04rem/0.18rem auto no-repeat;
    padding-right: 0.24rem;
  }
}
/* MODULES
 * * -----------------------------------------------*/
.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb-list li {
  display: inline-block;
}
.breadcrumb-list li ~ li:before {
  display: inline-block;
  content: "/";
}
.breadcrumb-list a, .breadcrumb-list li {
  color: #333333;
}
.breadcrumb-list a:hover {
  color: #00853C;
}

@media print, (min-width: 751px) {
  .breadcrumb {
    margin-bottom: 0.42rem;
  }
  .breadcrumb-list {
    padding: 0.16rem 1.22rem;
  }
  .breadcrumb-list li ~ li:before {
    font-size: 0.12rem;
  }
  .breadcrumb-list a, .breadcrumb-list li {
    font-size: 0.12rem;
    letter-spacing: 0.2em;
  }
}
@media only screen and (max-width: 750.98px) {
  .breadcrumb {
    margin-bottom: 1rem;
    padding: 0.26rem 0.4rem 0;
  }
  .breadcrumb-list li ~ li:before {
    font-size: 0.19rem;
    top: 0.01rem;
  }
  .breadcrumb-list a, .breadcrumb-list li {
    font-size: 0.19rem;
    letter-spacing: 0.1em;
  }
}
.title-primary {
  font-size: 0.26rem;
  letter-spacing: 0.2em;
  color: #00853C;
  margin-bottom: 0.38rem;
}

@media only screen and (max-width: 750.98px) {
  .title-primary {
    font-size: 0.35rem;
    letter-spacing: 0.04em;
    margin-bottom: 0.16rem;
  }
}
.title-secondary {
  font-size: 0.26rem;
  letter-spacing: 0.16em;
  line-height: 1.65;
  padding: 0 0.4rem 0.17rem;
  position: relative;
  display: inline-block;
  text-align: center;
}
.title-secondary::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.03rem;
  left: 0;
  bottom: 0;
  background: linear-gradient(135deg, #cfdb00 0%, #7bc31f 50%, #00853C 100%);
}

@media only screen and (max-width: 750.98px) {
  .title-secondary {
    font-size: 0.39rem;
  }
  .title-secondary::before {
    width: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.wow {
  visibility: hidden;
}
.wow.fade-out {
  visibility: visible !important;
}

@media print {
  .wow {
    visibility: visible !important;
  }
  .wow.fade-out {
    visibility: hidden !important;
  }
}
@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
  transition: transform 1.5s cubic-bezier(0.25, 0.4, 0.4, 1), opacity 1.5s cubic-bezier(0.25, 0.4, 0.4, 1), -webkit-transform 1.5s cubic-bezier(0.25, 0.4, 0.4, 1);
}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.section-about-company .wrapper {
  text-align: center;
}
.section-about-company .title-secondary {
  display: inline-block;
  margin: 0 auto 0rem;
  text-align: center !important;
  position: relative;
}
.section-about-company .title-secondary::after {
  left: 50% !important;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 0 !important;
}
.section-about-company .sitemap {
  text-align: left;
  margin: 60px auto 100px;
}
.section-about-company .sitemap--cards {
  display: grid;
  gap: 32px;
}
.section-about-company .sitemap__card {
  border-radius: 8px;
  background-color: #f7f7f7;
  padding: 30px;
}
.section-about-company .sitemap__heading {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.section-about-company .sitemap__links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-about-company .sitemap__links li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
}
.section-about-company .sitemap__links li::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #7bc31f;
  font-weight: bold;
  font-size: 18px;
}
.section-about-company .sitemap__links a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.section-about-company .sitemap__links a:hover {
  color: #7bc31f;
}

@media print, (min-width: 751px) {
  .section-about-company .sitemap {
    width: 65%;
  }
  .section-about-company .sitemap--cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* ACCESSIBILITY */
*:focus {
  outline: 2px solid transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[role=button]:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #1a7f00;
  outline-offset: 3px;
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px #1a7f00;
          box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px #1a7f00;
}

.card, .tile, .thumb-link, .media-link, .sitemap__card a {
  position: relative;
  display: block;
}
.card:focus-visible, .tile:focus-visible, .thumb-link:focus-visible, .media-link:focus-visible, .sitemap__card a:focus-visible {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 3px #ffffff, inset 0 0 0 5px #1a7f00;
          box-shadow: inset 0 0 0 3px #ffffff, inset 0 0 0 5px #1a7f00;
  border-radius: inherit;
}

a:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px #ffffff, 0 0 0 5px #1a7f00;
          box-shadow: 0 0 0 3px #ffffff, 0 0 0 5px #1a7f00;
  border-radius: 8px;
}

.gnav a, .header-nav a {
  border-radius: 6px;
}
.gnav a:focus-visible, .header-nav a:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px #ffffff, 0 0 0 5px #1a7f00;
          box-shadow: 0 0 0 3px #ffffff, 0 0 0 5px #1a7f00;
}

.breadcrumb a:focus-visible {
  outline: 2px solid #1a7f00;
  outline-offset: 2px;
}

.pager a, .pagination a {
  border-radius: 6px;
}
.pager a:focus-visible, .pagination a:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px #ffffff, 0 0 0 5px #1a7f00;
          box-shadow: 0 0 0 3px #ffffff, 0 0 0 5px #1a7f00;
}

input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=tel]:focus-visible,
input[type=url]:focus-visible,
input[type=search]:focus-visible,
input[type=password]:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #1a7f00;
  outline-offset: 2px;
  -webkit-box-shadow: 0 0 0 2px #ffffff;
          box-shadow: 0 0 0 2px #ffffff;
}

.custom-checkbox input[type=checkbox]:focus-visible + label,
.custom-radio input[type=radio]:focus-visible + label {
  -webkit-box-shadow: 0 0 0 3px #ffffff, 0 0 0 5px #1a7f00;
          box-shadow: 0 0 0 3px #ffffff, 0 0 0 5px #1a7f00;
  border-radius: 4px;
}

*:focus-visible,
*:focus {
  position: relative !important;
  z-index: 9999 !important;
  isolation: isolate;
}

.skip-link {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10000;
  display: block;
  width: 100%;
  /* 文字の下の余白を無くす */
  line-height: 1;
  /* バーの高さ（推奨44px以上） */
  padding: 12px 16px;
  text-align: center;
  background: #0f3a26;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  /* 初期は上に隠す（描画チラつき防止） */
  -webkit-transform: translateY(-110%);
      -ms-transform: translateY(-110%);
          transform: translateY(-110%);
  will-change: transform;
}
.skip-link:focus, .skip-link:focus-visible {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

#content-start {
  /* 固定ヘッダーの高さに合わせる（例：80px） */
  scroll-margin-top: 80px;
}/*# sourceMappingURL=sitemap.css.map */