@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
html {
  font-size: 62.5%;
}
html[lang=en] {
  word-break: break-word;
}
html[lang=en] body {
  line-height: 1;
}
html[lang=en] .page-top-btn .page-top {
  background: none;
}

a {
  color: var(--fontcolor6);
  text-decoration: underline;
}
a:visited {
  color: var(--fontcolor10);
}

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

a[href*="tel:"] {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    color: var(--fontcolor3);
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  a[href*="tel:"]:focus-visible {
    outline: none;
  }
}

::-webkit-input-placeholder {
  color: var(--fontcolor13);
}

::-moz-placeholder {
  color: var(--fontcolor13);
}

:-ms-input-placeholder {
  color: var(--fontcolor13);
}

::-ms-input-placeholder {
  color: var(--fontcolor13);
}

::placeholder {
  color: var(--fontcolor13);
}

::-ms-input-placeholder {
  color: var(--fontcolor13);
}

:-ms-input-placeholder {
  color: var(--fontcolor13);
}

@media print {
  .no-print {
    display: none;
  }
  tr, p, img {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
}
.skiplink {
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 1px;
}
@media screen and (min-width: 1024px) {
  .skiplink {
    height: auto;
    left: -9999px;
    top: 10px;
    visibility: visible;
    width: auto;
    z-index: 100;
  }
}
.skiplink a {
  color: var(--fontcolor2);
  text-decoration: underline;
  padding-left: 34px;
  vertical-align: middle;
}
.skiplink .skiplink-text {
  vertical-align: top;
}

@media print {
  .no-print {
    display: none;
  }
}
@media all and (-ms-high-contrast: none) {
  /*objyect-coverIE11用*/
  .thumb {
    background: no-repeat center center/cover;
    height: 100%;
  }
}
*:focus-visible {
  outline: 4px solid #2174c2;
  outline-offset: -4px;
  z-index: 99;
}

:-moz-focusring {
  outline: 4px solid #2174c2;
}

.slick-dots li button:focus-visible {
  outline: 4px solid #2174c2;
  outline-offset: 0;
  z-index: 99;
}

@media all and (-ms-high-contrast: none) {
  :focus {
    outline: 4px solid #2174c2;
  }
}
.slick-slide a:-moz-focusring {
  outline: 4px auto #2174c2;
}

@media all and (-ms-high-contrast: none) {
  .slick-slide a:focus {
    outline: 4px auto #2174c2;
  }
}
body {
  background: url(../img/common/bg_basic.jpg);
  color: var(--fontcolor3);
  font-family: "Helvetica Neue", "Helvetica", "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.2;
  overflow-y: scroll;
  position: relative;
}
body.bg_black {
  background: var(--bgcolor21);
}
body.bg_blue {
  background: var(--bgcolor21);
}
@media screen and (min-width: 768px) {
  body {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  body {
    width: 100% !important;
  }
}
body#onlord {
  visibility: hidden;
}

#wrapper {
  height: 100%;
  width: 100vw;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  #wrapper {
    width: 100%;
  }
}

footer {
  position: relative;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  footer {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  footer {
    margin-top: 100px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

/***追従するトップへ戻るボタン***/
.page-top-btn {
  background: var(--bgcolor22);
  border: solid 2px var(--bgcolor13);
  bottom: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 10px -6px rgba(0, 0, 0, 0.5), 0 3px 10px -4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px -6px rgba(0, 0, 0, 0.5), 0 3px 10px -4px rgba(0, 0, 0, 0.2);
  display: block;
  position: fixed;
  height: 65px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: 15px;
  width: 65px;
  z-index: 99;
}
@media screen and (min-width: 1024px) {
  .page-top-btn {
    height: 7.2rem;
    width: 7.2rem;
  }
  .page-top-btn:hover {
    background: #d8f9b7;
  }
}
.page-top-btn .page-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/icon/pagetop_arrow.svg) no-repeat top 15% center;
  color: var(--fontcolor3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1rem;
  font-weight: 600;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1;
  padding: 5px;
  text-shadow: 2px 2px 2px var(--bgcolor26), -2px 2px 2px var(--bgcolor26), 2px -2px 2px var(--bgcolor26), -2px -2px 2px var(--bgcolor26), 2px 0px 2px var(--bgcolor26), 0px 2px 2px var(--bgcolor26), -2px 0px 2px var(--bgcolor26), 0px -2px 2px var(--bgcolor26); /* 文字の影 */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
.page-top-btn .page-top .to_top_text {
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .page-top-btn .page-top {
    right: 30px;
    bottom: 30px;
    font-size: 1.4rem;
  }
}

/***トップへ戻るボタンここまで***/
*:focus-visible {
  outline: 4px solid #2174c2;
  outline-offset: -4px;
  z-index: 99;
}

:-moz-focusring {
  outline: 4px solid #2174c2;
}

.slick-dots li button:focus-visible {
  outline: 4px solid #2174c2;
  outline-offset: 0;
  z-index: 99;
}

@media all and (-ms-high-contrast: none) {
  :focus {
    outline: 4px solid #2174c2;
  }
}
.disTop_link-ctr {
  margin-top: 5px;
}
@media screen and (min-width: 1024px) {
  .disTop_link-ctr {
    margin: 0;
  }
}
.disTop_link-ctr .disTop_link-area {
  background: var(--bgcolorX1);
}
@media screen and (min-width: 1024px) {
  .disTop_link-ctr .disTop_link-area {
    border-top: 5px solid var(--bgcolorX7);
    border-bottom: 5px solid var(--bgcolorX7);
  }
}
.disTop_link-ctr .disTop_link-area a {
  color: var(--fontcolorX1);
  display: block;
  font-size: clamp(1.6rem, 5vw, 1.8rem);
  padding: min(15px, 5vw - 5px) 0;
  text-align: center;
  width: 100%;
}

.language .language-ctr {
  background: var(--bgcolor1);
  border-radius: 5px;
}
@media screen and (min-width: 1024px) {
  .language .language-ctr {
    padding: 10px;
  }
}
.language .art-contents {
  padding: 10px;
}
.language .add-info-ctr {
  margin-top: 10px;
  padding: 10px;
}
@media screen and (min-width: 1024px) {
  .language .add-info-ctr {
    padding: 20px;
  }
}
.language .contact-ctr {
  background: #beeaf1;
  border-radius: 5px;
  overflow: hidden;
  padding: 10px;
  position: relative;
}
.language .contact-ctr::before {
  background: #e4f7fa;
  border-radius: 50%;
  content: "";
  display: block;
  height: 250px;
  left: 15%;
  position: absolute;
  top: -20%;
  width: 100vw;
}
@media screen and (min-width: 1024px) {
  .language .contact-ctr::before {
    left: 50%;
    top: -50px;
    height: 90px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 120%;
  }
}
.language .contact-ctr .contact,
.language .contact-ctr .contact-title {
  position: relative;
}
.language .contact-ctr .contact-title {
  color: var(--fontcolor1);
  font-size: 1.8rem;
  font-family: "Helvetica Neue", "Helvetica", "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .language .contact-ctr .contact-title {
    font-size: 2.1rem;
    font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
    font-weight: 500;
  }
}
.language .contact-ctr .contact {
  background: var(--bgcolor1);
  border-radius: 5px;
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  line-height: 1.5;
  padding: 10px;
}
.language .contact-ctr .contact h3 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  font-weight: 500;
}
.language .contact-ctr .form-link {
  border-top: 1px solid #ccc;
  margin-top: 5px;
  padding-top: 5px;
  text-align: center;
}
.language .contact-ctr .form-link a {
  vertical-align: middle;
}
.language .contact-ctr .form-link a img {
  margin-right: 5px;
  vertical-align: middle;
}

/*==================================================================================================================================================
@group 翻訳
==================================================================================================================================================*/
.gtranslate_wrapper {
  margin: 5px 5px 0 1.5em;
}
.gtranslate_wrapper a.glink {
  display: block;
  margin-bottom: 5px;
  text-decoration: underline;
}
.gtranslate_wrapper a.glink::before {
  background: #333;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 5px;
  margin-right: 0.5em;
  vertical-align: middle;
  width: 5px;
}

html[lang=en] .musen-icon {
  display: none;
}

.top .header-ctr,
.sub .header-ctr {
  overflow: hidden;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .top .header-ctr,
  .sub .header-ctr {
    background-color: var(--bgcolor1);
  }
}
.top .header-area,
.sub .header-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: var(--bgcolor2) 5px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 7rem;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .top .header-area,
  .sub .header-area {
    border-bottom: none;
    height: clamp(8.5rem, 7vw, 10rem);
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
  }
}
.top .header-area .sitelogo,
.sub .header-area .sitelogo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/icon/icon_kijiuma.png) no-repeat bottom -10px right -5px;
  background-size: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  height: 100%;
  max-width: 220px;
  margin-left: 2%;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .top .header-area .sitelogo,
  .sub .header-area .sitelogo {
    background-size: 70px;
    margin-left: 0;
    max-width: 290px;
  }
}
.top .header-area .sitelogo a,
.sub .header-area .sitelogo a {
  vertical-align: sub;
}
.top .header-area .symbol-logo,
.sub .header-area .symbol-logo {
  -webkit-filter: drop-shadow(0px 0px 1px rgb(255, 255, 255)) drop-shadow(0 0 1px rgb(255, 255, 255)) drop-shadow(0px 0px 1px rgb(255, 255, 255));
          filter: drop-shadow(0px 0px 1px rgb(255, 255, 255)) drop-shadow(0 0 1px rgb(255, 255, 255)) drop-shadow(0px 0px 1px rgb(255, 255, 255));
  height: auto;
  max-width: 207px;
  width: 75%;
}
@media screen and (min-width: 1024px) {
  .top .header-area .symbol-logo,
  .sub .header-area .symbol-logo {
    margin-left: 0;
    width: 100%;
  }
}
.top .header-area .pc-acc-ctr,
.sub .header-area .pc-acc-ctr {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .top .header-area .pc-acc-ctr,
  .sub .header-area .pc-acc-ctr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: grid !important;
    grid-auto-rows: 48%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    height: 100%;
    padding: 10px 0;
    row-gap: 4%;
    width: 100%;
  }
  .top .header-area .pc-acc-ctr .search-wrapper,
  .sub .header-area .pc-acc-ctr .search-wrapper {
    grid-column: 1/3;
    grid-row: 2/3;
    margin: 0 0 0 auto;
    max-width: 300px;
    width: 100%;
  }
  .top .header-area .pc-acc-ctr .search-wrapper form input,
  .top .header-area .pc-acc-ctr .search-wrapper form button,
  .sub .header-area .pc-acc-ctr .search-wrapper form input,
  .sub .header-area .pc-acc-ctr .search-wrapper form button {
    height: clamp(30px, 1vw, 35px);
  }
  .top .header-area .pc-acc-ctr .search-wrapper form input,
  .sub .header-area .pc-acc-ctr .search-wrapper form input {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .top .header-area .pc-acc-ctr .search-wrapper form button,
  .sub .header-area .pc-acc-ctr .search-wrapper form button {
    min-width: 5rem;
  }
}
.top .header-area .pc-acc-ctr .accessibility,
.sub .header-area .pc-acc-ctr .accessibility {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  font-size: 1.4rem;
  grid-column: 1/2;
  grid-row: 1/2;
  margin-right: 20px;
}
.top .header-area .pc-acc-ctr .accessibility section,
.sub .header-area .pc-acc-ctr .accessibility section {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top .header-area .pc-acc-ctr h2,
.sub .header-area .pc-acc-ctr h2 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  margin-right: 10px;
}
.top .header-area .pc-acc-ctr h2.title-language,
.sub .header-area .pc-acc-ctr h2.title-language {
  font-weight: 400;
}
.top .header-area .pc-acc-ctr .option,
.sub .header-area .pc-acc-ctr .option {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top .header-area .pc-acc-ctr .option button,
.sub .header-area .pc-acc-ctr .option button {
  border-radius: 5px;
  font-weight: 600;
  padding: 3px 5px;
}
.top .header-area .pc-acc-ctr .option .btn-medium,
.sub .header-area .pc-acc-ctr .option .btn-medium {
  background-color: var(--bgcolor7);
  border: 1px solid var(--bgcolor7);
  color: var(--fontcolor14);
}
.top .header-area .pc-acc-ctr .option .btn-large,
.sub .header-area .pc-acc-ctr .option .btn-large {
  background-color: var(--bgcolor1);
  border: 1px solid var(--bgcolor0);
}
.top .header-area .pc-acc-ctr .option .bg-white,
.sub .header-area .pc-acc-ctr .option .bg-white {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}
.top .header-area .pc-acc-ctr .option .bg-black,
.sub .header-area .pc-acc-ctr .option .bg-black {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
}
.top .header-area .pc-acc-ctr .option .bg-blue,
.sub .header-area .pc-acc-ctr .option .bg-blue {
  background-color: #00f;
  border: 1px solid #00f;
  color: #fff;
}
.top .header-area .pc-acc-ctr .languagectl-ctr,
.sub .header-area .pc-acc-ctr .languagectl-ctr {
  grid-column: 2/3;
  grid-row: 1/2;
}
.top .header-area .pc-acc-ctr .languagectl-ctr .title-text,
.sub .header-area .pc-acc-ctr .languagectl-ctr .title-text {
  vertical-align: middle;
}
.top .header-area .pc-acc-ctr .title-language a,
.sub .header-area .pc-acc-ctr .title-language a {
  color: var(--fontcolor3);
}
.top .header-area .pc-acc-ctr .icon-language,
.sub .header-area .pc-acc-ctr .icon-language {
  margin-right: 5px;
  vertical-align: middle;
}
.top .header-area .pc-acc-ctr .icon-language img,
.sub .header-area .pc-acc-ctr .icon-language img {
  height: auto;
  vertical-align: middle;
  width: 20px;
}

@media screen and (min-width: 1024px) {
  .top .header-area {
    padding-right: calc(min(15vw, 190px) - (100vw - 1000px) / 2);
  }
}
.top .bosaimusen-base {
  background: var(--bgcolor24);
  height: 50px;
  line-height: 1.5;
}
.top .bosaimusen-data {
  color: var(--fontcolor9);
  font-size: 2.6rem;
  height: 100%;
  overflow: hidden;
}
.top .bosaimusen-data .marquee {
  -webkit-animation: marquee 90s linear infinite;
          animation: marquee 90s linear infinite;
  display: inline-block;
  padding-left: 100vw;
  vertical-align: sub;
  white-space: nowrap;
}
.top .bosaimusen-data .marquee br {
  display: none;
}
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  to {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  to {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}
.top .crisis-info-ctr {
  background-color: #D93600;
  overflow: hidden;
  width: 100%;
}
.top .crisis-info-area {
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .top .crisis-info-area {
    padding: 10px 0;
  }
}
.top .crisis-info-area .crisis-cont-area {
  background-color: var(--bgcolor1);
  border-radius: 5px;
  margin: 0 auto;
  padding: 10px;
  width: 96%;
}
@media screen and (min-width: 768px) {
  .top .crisis-info-area .crisis-cont-area {
    max-width: 1000px;
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .top .crisis-info-area .crisis-cont-area {
    width: 100%;
  }
}
.top .crisis-info-area .crisis-header {
  background: #D93600;
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}
.top .crisis-info-area .crisis-info-title {
  color: #fff;
  font-size: 3rem;
  padding: 0 0 5px;
}
@media screen and (min-width: 1024px) {
  .top .crisis-info-area .crisis-info-title {
    margin-bottom: 5px;
  }
}
.top .crisis-info-area .crisis-cont-area .crisis-date {
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  margin-bottom: 5px;
}
.top .crisis-info-area .crisis-cont-area .crisis-title {
  border-bottom: 2px solid #999;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 600;
  padding-bottom: 5px;
}
.top .crisis-info-area .crisis-cont-area .crisis-excerpt {
  font-size: clamp(1.6rem, 3vw, 1.8rem);
  padding: 5px 0;
}
.top .crisis-info-area .crisis-cont-area .crisis-more {
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  font-weight: 600;
  text-align: right;
}
.top .crisis-info-area .crisis-cont-area .crisis-more a {
  background: #D93600;
  border-radius: 5px;
  color: #fff;
  display: block;
  margin: 5px 0 0 auto;
  text-decoration: none;
  text-align: center;
  padding: 5px;
  width: 12rem;
}
@media screen and (min-width: 768px) {
  .top .crisis-info-area .crisis-cont-area .crisis-more a {
    padding: 10px;
  }
}
.top .EMG-info-ctr {
  background-color: rgba(255, 255, 255, 0.9);
  border: var(--bgcolor4) 1px solid;
  border-radius: 5px;
  color: var(--fontcolor1);
  max-width: 700px;
  margin: 10px auto 0;
  overflow: hidden;
  width: 96%;
}
@media screen and (min-width: 768px) {
  .top .EMG-info-ctr {
    max-width: 1000px;
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .top .EMG-info-ctr {
    max-width: 1000px;
    margin: 20px auto;
    padding-right: 0px;
    width: 100%;
  }
}
.top .EMG-info-area {
  display: grid;
  grid-template-columns: max(60px, 10vw) auto;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top .EMG-info-area {
    grid-template-columns: 105px auto;
  }
}
@media screen and (min-width: 1024px) {
  .top .EMG-info-area {
    grid-template-columns: 150px auto;
  }
}
.top .EMG-info-area .EMG-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/tobira/bg_kinkyuPC.png) no-repeat center center, var(--bgcolor1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 1/2;
  grid-row: 1/3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .top .EMG-info-area .EMG-header {
    background-size: cover;
  }
}
.top .EMG-info-area .EMG-info-title {
  color: var(--fontcolor2);
  font-size: clamp(1.8rem, 3vw, 3.5rem);
  line-height: 1.3;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .top .EMG-info-area .EMG-info-title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .top .EMG-info-area .EMG-info-title {
    font-size: 3.6rem;
    letter-spacing: 0.6rem;
    padding-left: 8px;
  }
}
.top .EMG-info-area .EMG-cont {
  grid-column: 2/3;
  grid-row: 1/2;
  margin-bottom: 10px;
  padding: 2vw 5px 2vw 2vw;
}
@media screen and (min-width: 1024px) {
  .top .EMG-info-area .EMG-cont {
    padding: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .top .EMG-info-area .EMG-cont li::after {
    content: "";
    display: block;
    border-bottom: 2px dotted #333;
    width: 100%;
  }
}
.top .EMG-info-area .EMG-cont li a {
  border-left: var(--bgcolor5) 10px solid;
  display: block;
  padding-left: 10px;
}
@media screen and (min-width: 1024px) {
  .top .EMG-info-area .EMG-cont li a {
    margin: 10px;
  }
}
.top .EMG-info-area .EMGdate {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .top .EMG-info-area .EMGdate {
    font-size: 1.7rem;
  }
}
.top .EMG-info-area .EMGtitle {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
}
@media screen and (min-width: 1024px) {
  .top .EMG-info-area .EMGtitle {
    font-size: 2rem;
  }
}
.top .EMG-info-area .EMG-more {
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  font-weight: 600;
  grid-column: 2/3;
  grid-row: 2/3;
  justify-self: end;
  margin: 0 5px 10px 0;
}
@media screen and (min-width: 1024px) {
  .top .EMG-info-area .EMG-more {
    font-size: 1.6rem;
    margin: 0 10px 20px 0;
  }
}
.top .EMG-info-area .EMG-more a {
  background-color: var(--bgcolor5);
  border-radius: 5px;
  color: var(--fontcolor2);
  padding: 5px 10px;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .top .EMG-info-area .EMG-more a {
    padding: 10px;
  }
}
.top .EMG-info-area .EMG-more .more-symbol {
  font-size: 1rem;
}

@media screen and (min-width: 1024px) {
  .sub .header-area {
    padding-right: calc(100px - (100vw - 1000px) / 2);
  }
}
.sub main {
  display: grid;
  grid-template-columns: 100%;
  margin: 0 auto 100px;
  padding: 10px;
  row-gap: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sub main {
    margin-top: 30px;
    max-width: 1000px;
    padding: 0;
    row-gap: 30px;
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .sub main {
    margin-bottom: 200px;
  }
}
.sub .top-img .page-title {
  background: var(--bgcolor1);
  background-size: min(35%, 85px);
  border-bottom: 5px solid var(--bgcolor2);
  font-size: 2.1rem;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 20px 20px 20px 15px;
}
@media screen and (min-width: 768px) {
  .sub .top-img .page-title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .sub .top-img .page-title {
    font-size: 2.8rem;
  }
}
.sub .top-img .breadcrumb-ctr .breadcrumb {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .sub .top-img .breadcrumb-ctr .breadcrumb {
    font-size: 1.4rem;
  }
}

html[lang=en] .top .header-area .pc-acc-ctr h2,
html[lang=en] .sub .header-area .pc-acc-ctr h2 {
  font-size: 1.3rem;
}
@media screen and (min-width: 1400px) {
  html[lang=en] .top .header-area .pc-acc-ctr h2,
  html[lang=en] .sub .header-area .pc-acc-ctr h2 {
    font-size: 1.4rem;
  }
}
html[lang=en] .top .header-area .pc-acc-ctr .option,
html[lang=en] .sub .header-area .pc-acc-ctr .option {
  font-size: 1.2rem;
}
@media screen and (min-width: 1400px) {
  html[lang=en] .top .header-area .pc-acc-ctr .option,
  html[lang=en] .sub .header-area .pc-acc-ctr .option {
    font-size: 1.4rem;
  }
}
html[lang=en] .top .header-area .pc-acc-ctr .accessibility,
html[lang=en] .sub .header-area .pc-acc-ctr .accessibility {
  grid-column: 1/3;
  margin-right: 0;
}
html[lang=en] .top .header-area .pc-acc-ctr .languagectl-ctr,
html[lang=en] .sub .header-area .pc-acc-ctr .languagectl-ctr {
  grid-column: 1/2;
  grid-row: 2/3;
  text-align: right;
}
html[lang=en] .top .header-area .pc-acc-ctr .search-wrapper,
html[lang=en] .sub .header-area .pc-acc-ctr .search-wrapper {
  grid-column: 2/3;
}

.top .mobile-search {
  display: block !important;
}
@media screen and (min-width: 1024px) {
  .top .mobile-search {
    display: none !important;
  }
}
.top .mobile-search .search-wrapper {
  max-width: 500px;
  margin: 20px auto 0;
  width: 85%;
}
@media screen and (min-width: 768px) {
  .top .mobile-search .search-wrapper {
    margin: 30px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .top .mobile-search .search-wrapper {
    margin: 50px auto 0;
  }
}
.top .mobile-search .search-wrapper form input,
.top .mobile-search .search-wrapper form button {
  height: 32px;
}
.top .mobile-search .search-wrapper form input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.top .mobile-search .search-wrapper form button {
  font-size: 1.6rem;
  min-width: 5rem;
}
.top .pc-search {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .top .pc-search {
    display: block !important;
    background-color: var(--bgcolor22);
    border: 1px solid var(--bgcolor7);
    border-radius: 5px;
  }
}
.top .pc-search .search-wrapper {
  padding: 20px 40px 20px 20px;
}
.top .pc-search .search-title {
  color: var(--fontcolor1);
  font-size: 2.1rem;
  margin-bottom: 10px;
}
.top .pc-search .search-title span {
  border-radius: 10px;
  padding: 8px 10px 8px 50px;
  display: block;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.top .pc-search .searchInner {
  margin-bottom: 30px;
}
.top .pc-search .searchInner .search-title span {
  background: url(../img/icon/icon_search.png) no-repeat left 10px center, var(--bgcolor10);
}
.top .pc-search .searchInner .searchbox {
  margin-left: 60px;
}
.top .pc-search .searchInner form input,
.top .pc-search .searchInner form button {
  height: 45px;
}
.top .pc-search .searchInner form input {
  width: calc(100% - 60px);
}
.top .pc-search .searchInner form button {
  font-size: 2rem;
  width: 6rem;
}
.top .pc-search .search-keywordlist .search-title span {
  background: url(../img/icon/icon_keyword.png) no-repeat left 10px center, var(--bgcolor10);
}
.top .pc-search .keywordlist {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 60px;
  row-gap: 10px;
}
.top .pc-search .keyword {
  font-size: 1.6rem;
}
.top .pc-search .keyword a {
  background-color: var(--bgcolor1);
  border: 1px solid var(--bgcolor3);
  border-radius: 20px;
  display: block;
  padding: 6px 15px;
  text-decoration: none;
}

.search-wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-wrapper form input {
  background-color: var(--bgcolor1);
  border: var(--bgcolor3) 1px solid;
  border-radius: 5px 0 0 5px;
  font-size: 1.4rem;
  padding-left: 10px;
}
.search-wrapper form input::-webkit-input-placeholder {
  color: var(--fontcolor13);
}
.search-wrapper form input::-moz-placeholder {
  color: var(--fontcolor13);
}
.search-wrapper form input:-ms-input-placeholder {
  color: var(--fontcolor13);
}
.search-wrapper form input::-ms-input-placeholder {
  color: var(--fontcolor13);
}
.search-wrapper form input::placeholder {
  color: var(--fontcolor13);
}
.search-wrapper form button {
  background-color: var(--bgcolor7);
  border: var(--bgcolor3) 1px solid;
  border-left: none;
  border-radius: 0 5px 5px 0;
  color: var(--fontcolor14);
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 2px;
  text-align: center;
  text-shadow: 0 0 5px var(--bgcolor7);
}
@media screen and (min-width: 1024px) {
  .search-wrapper form button {
    font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  }
}

.bosaimusen-ctr {
  position: absolute;
  left: calc(100% - 12rem);
  top: 5px;
}
@media screen and (min-width: 1024px) {
  .bosaimusen-ctr {
    left: unset;
    right: calc(clamp(6rem, 5.5vw, 7.5rem) + 20px);
    top: 1rem;
  }
}
.bosaimusen-ctr a {
  background-color: var(--bgcolor1);
  border: var(--bgcolor7) 1px solid;
  border-radius: 5px;
  display: block;
  height: 5.5rem;
  padding: 3px 5px;
  position: relative;
  text-decoration: none;
  width: 5.5rem;
}
.bosaimusen-ctr a .btn-text {
  bottom: 4px;
  color: var(--fontcolor3);
  font-size: 1rem;
  font-weight: 600;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .bosaimusen-ctr a {
    background-color: var(--bgcolor22);
    height: clamp(6rem, 5.5vw, 7.5rem);
    padding: 5px;
    width: clamp(6rem, 5.5vw, 7.5rem);
  }
  .bosaimusen-ctr a .btn-text {
    font-size: clamp(1.2rem, 1vw, 1.4rem);
  }
}
.bosaimusen-ctr .musen-icon,
.bosaimusen-ctr .btn-text {
  text-align: center;
}
.bosaimusen-ctr img {
  height: auto;
  width: 3.8rem;
}
@media screen and (min-width: 1024px) {
  .bosaimusen-ctr img {
    max-width: 5.5rem;
    width: 4vw;
  }
}

.menu-ctr {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 0 auto;
  padding: 5px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}
.menu-ctr.overlay {
  width: 100%;
  z-index: 200;
}
@media screen and (min-width: 768px) {
  .menu-ctr .nav-list .nav {
    max-height: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .menu-ctr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 1rem 10px;
  }
}

.menu-btn {
  height: 5.5rem;
  position: relative;
  width: 5.5rem;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .menu-btn {
    height: clamp(6rem, 5.5vw, 7.5rem);
    width: clamp(6rem, 5.5vw, 7.5rem);
  }
}
.menu-btn .mobile-btn,
.menu-btn .more-vertical-solid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.menu-btn .mobile-btn {
  background-color: var(--bgcolor1);
  border: var(--bgcolor7) 1px solid;
  border-radius: 5px;
  color: var(--fontcolor3);
  height: 100%;
  text-align: right;
  width: 100%;
}
.menu-btn .mobile-btn .btn-text {
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  left: 50%;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 5px;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .menu-btn .mobile-btn .btn-text {
    font-size: clamp(1.2rem, 1vw, 1.4rem);
    bottom: 5px;
    top: auto;
  }
}
@media screen and (min-width: 1024px) {
  .menu-btn .mobile-btn {
    background-color: var(--bgcolor22);
  }
}
.menu-btn .mobile-btn .more-vertical-solid {
  height: 50px;
  position: absolute;
  width: 50px;
}
.menu-btn .mobile-btn .more-vertical-solid.icon {
  text-indent: unset;
  padding: 0;
  color: var(--fontcolor3);
  position: absolute;
  width: 34px;
  height: 5px;
  border-radius: 3px;
  border: solid 1px currentColor;
  background-color: currentColor;
}
@media screen and (min-width: 1024px) {
  .menu-btn .mobile-btn .more-vertical-solid.icon {
    height: 7px;
    max-width: 48px;
    width: 4vw;
  }
}
.menu-btn .mobile-btn .more-vertical-solid.icon:nth-of-type(1) {
  top: 40%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.menu-btn .mobile-btn .more-vertical-solid.icon:nth-of-type(2) {
  top: calc(40% - 10px);
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
}
@media screen and (min-width: 1024px) {
  .menu-btn .mobile-btn .more-vertical-solid.icon:nth-of-type(2) {
    top: 20%;
  }
}
.menu-btn .mobile-btn .more-vertical-solid.icon:nth-of-type(3) {
  top: calc(40% + 10px);
  left: 51%;
  -webkit-transform: translate(-50%, -51%);
          transform: translate(-50%, -51%);
  content: "";
}
@media screen and (min-width: 1024px) {
  .menu-btn .mobile-btn .more-vertical-solid.icon:nth-of-type(3) {
    top: 61%;
  }
}
.menu-btn .mobile-btn.open {
  -webkit-animation: menu-close 0.6s;
          animation: menu-close 0.6s;
}
.menu-btn .mobile-btn.open .btn-text.open {
  display: block !important;
}
.menu-btn .mobile-btn.open .btn-text.close {
  display: none !important;
}
.menu-btn .mobile-btn.close {
  -webkit-animation: menu-open 0.6s;
          animation: menu-open 0.6s;
  border: var(--bgcolor0) 1px solid;
}
.menu-btn .mobile-btn.close .more-vertical-solid {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
}
.menu-btn .mobile-btn.close .more-vertical-solid:nth-of-type(1) {
  top: 40%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.menu-btn .mobile-btn.close .more-vertical-solid:nth-of-type(2) {
  top: 40%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.menu-btn .mobile-btn.close .more-vertical-solid:nth-of-type(3) {
  top: 40%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.menu-btn .mobile-btn.close .btn-text.open {
  display: none !important;
}
.menu-btn .mobile-btn.close .btn-text.close {
  display: block !important;
}

.menu-mobile {
  display: block !important;
  max-width: 600px;
  margin: 0 auto;
  width: 95%;
}
@media screen and (min-width: 1024px) {
  .menu-mobile {
    display: none !important;
  }
}

.menu-pc {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .menu-pc {
    display: grid !important;
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
            column-gap: 3%;
    grid-template-columns: 65% 32%;
    margin: 10vh auto 0;
    position: relative;
    row-gap: 30px;
    width: 1000px;
    z-index: 1;
  }
}
.menu-pc .acc-ctr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--bgcolor1);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 1/3;
  grid-row: 1/2;
  height: 5rem;
  padding: 10px 0;
}
.menu-pc .lifenav-ctr {
  grid-column: 2/3;
  grid-row: 2/3;
}
.menu-pc .lifenav-ctr .common-title {
  color: var(--fontcolor2);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2rem;
  height: 2.6rem;
  letter-spacing: normal;
  margin-bottom: 20px;
  text-align: center;
}
.menu-pc .lifenav-ctr .common-title::after {
  content: none;
}
.menu-pc .lifenav-ctr .lifenav-area {
  margin: 0;
  width: 100%;
}
.menu-pc .lifenav-ctr .lifenav-list {
  background-color: var(--bgcolor1);
  border-radius: 5px;
  display: grid;
  gap: 0;
  grid-template-columns: 33% 34% 33%;
  grid-template-rows: repeat(5, minmax(85px, 7.5rem));
  padding: 10px;
  width: 100%;
}
.menu-pc .lifenav-ctr .lifenav {
  border-right: 1px solid #8cb27e;
  border-bottom: 1px solid #8cb27e;
  text-align: center;
}
.menu-pc .lifenav-ctr .lifenav img {
  height: auto;
}
.menu-pc .lifenav-ctr .lifenav:nth-child(3n) {
  border-right: none;
}
.menu-pc .lifenav-ctr .lifenav:nth-last-child(1), .menu-pc .lifenav-ctr .lifenav:nth-last-child(2):nth-child(3n+1), .menu-pc .lifenav-ctr .lifenav:nth-last-child(2):nth-child(3n+2), .menu-pc .lifenav-ctr .lifenav:nth-last-child(3):nth-child(3n+1) {
  border-bottom: none;
}
.menu-pc .lifenav-ctr .lifenav.nocont {
  background: url(../img/common/bg_nocont.jpg);
  background-size: cover;
  border-radius: 0 0 5px 0;
  padding: 20px;
}
.menu-pc .lifenav-ctr .lifenav.nocont .lifenav-img {
  background: url(../img/icon/icon_shisho2.png) no-repeat center center;
  background-size: contain;
}
.menu-pc .lifenav-ctr .lifenav:nth-child(1) img {
  width: 40px;
}
.menu-pc .lifenav-ctr .lifenav:nth-child(2) img {
  width: 40px;
}
.menu-pc .lifenav-ctr .lifenav:nth-child(3) img {
  width: 40px;
}
.menu-pc .lifenav-ctr .lifenav:nth-child(4) img {
  width: 30px;
}
.menu-pc .lifenav-ctr .lifenav:nth-child(5) img {
  width: 50px;
}
.menu-pc .lifenav-ctr .lifenav:nth-child(6) img {
  width: 46px;
}
.menu-pc .lifenav-ctr .lifenav:nth-child(7) img {
  width: 34px;
}
.menu-pc .lifenav-ctr .lifenav:nth-child(8) img {
  width: 37px;
}
.menu-pc .lifenav-ctr .lifenav:nth-child(9) img {
  width: 35px;
}
.menu-pc .lifenav-ctr .lifenav:nth-child(10) img {
  width: 32px;
}
.menu-pc .lifenav-ctr .lifenav:nth-child(11) img {
  width: 37px;
}
.menu-pc .lifenav-ctr .lifenav:nth-child(12) img {
  width: 31px;
}
.menu-pc .lifenav-ctr .lifenav:nth-child(13) img {
  width: 33px;
}
.menu-pc .lifenav-ctr .lifenav:nth-child(14) img {
  width: 45px;
}
.menu-pc .lifenav-ctr .lifenav:nth-child(15) img {
  width: 46px;
}
.menu-pc .lifenav-ctr .lifenav .lifenav-img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.menu-pc .lifenav-ctr .lifenav a {
  color: var(--fontcolor3);
  display: grid;
  grid-template-rows: 60px 1fr;
  height: 100%;
  text-decoration: none;
}
.menu-pc .lifenav-ctr .lifenav p {
  background: none;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.slide {
  background: rgba(44, 65, 57, 0.9);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 80px;
  position: absolute;
  top: 0;
  right: 0;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  visibility: hidden;
  width: 100%;
}
.slide.slide-in {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: visible;
}
@media screen and (min-width: 1024px) {
  .slide {
    padding: 0;
    height: 100vh;
    width: 100%;
  }
}
.slide .accessibility {
  display: block;
  margin: 20px auto;
  max-width: 750px;
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .slide .accessibility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.slide .accessibility img {
  display: none;
}
.slide .accessibility section {
  border-radius: 5px;
}
@media screen and (min-width: 1024px) {
  .slide .accessibility section {
    border-radius: unset;
  }
}
.slide .accessibility section .option {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style-type: none;
}
.slide .accessibility section .option button {
  border-radius: 5px;
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 600;
  padding: 5px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .slide .accessibility section .option button {
    padding: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .slide .accessibility section .option button {
    font-size: 1.4rem;
    padding: 5px;
  }
}
.slide .accessibility section .option .fontsize {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
@media screen and (min-width: 1024px) {
  .slide .accessibility section .option .fontsize {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 45px;
  }
}
.slide .accessibility section .option .fontsize .btn-text {
  vertical-align: middle;
}
.slide .accessibility section.fontsize-ctr, .slide .accessibility section.bg-select-ctr {
  display: table;
  margin-bottom: 6vw;
}
@media screen and (min-width: 1024px) {
  .slide .accessibility section.fontsize-ctr, .slide .accessibility section.bg-select-ctr {
    border-right: var(--bgcolor0) 1px solid;
    margin: 0;
  }
}
.slide .accessibility section.fontsize-ctr {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .slide .accessibility section.fontsize-ctr {
    min-width: 225px;
  }
}
.slide .accessibility section.fontsize-ctr .btn-medium {
  background-color: var(--bgcolor7);
  border: var(--bgcolor6) 1px solid;
  color: var(--fontcolor14);
}
.slide .accessibility section.fontsize-ctr .btn-large {
  background-color: var(--bgcolor1);
  border: var(--bgcolor12) 1px solid;
  color: var(--fontcolor3);
}
.slide .accessibility section.bg-select-ctr {
  width: 100%;
}
.slide .accessibility section.bg-select-ctr .bgcolor0 {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.slide .accessibility section.bg-select-ctr .bgcolor1,
.slide .accessibility section.bg-select-ctr .bgcolor2 {
  -ms-flex-preferred-size: 17%;
      flex-basis: 17%;
}
@media screen and (min-width: 1024px) {
  .slide .accessibility section.bg-select-ctr {
    min-width: 240px;
  }
  .slide .accessibility section.bg-select-ctr .bgcolor0 {
    max-width: 45px;
  }
  .slide .accessibility section.bg-select-ctr .bgcolor1,
  .slide .accessibility section.bg-select-ctr .bgcolor2 {
    max-width: 2.5rem;
  }
}
.slide .accessibility section.bg-select-ctr button {
  border-radius: 5px;
  width: 100%;
}
.slide .accessibility section.bg-select-ctr .bg-white {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}
.slide .accessibility section.bg-select-ctr .bg-black {
  background-color: #333;
  color: #fff;
}
.slide .accessibility section.bg-select-ctr .bg-blue {
  background-color: #00f;
  color: #fff;
}
.slide .accessibility section .title-fontsize,
.slide .accessibility section .title-bg-select {
  color: var(--fontcolor2);
  display: table-cell;
  font-family: "Helvetica Neue", "Helvetica", "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  font-weight: 600;
  vertical-align: middle;
  width: 8rem;
}
@media screen and (min-width: 768px) {
  .slide .accessibility section .title-fontsize,
  .slide .accessibility section .title-bg-select {
    width: 10rem;
  }
}
@media screen and (min-width: 1024px) {
  .slide .accessibility section .title-fontsize,
  .slide .accessibility section .title-bg-select {
    color: var(--fontcolor3);
    text-align: center;
    width: auto;
  }
}
.slide .languagectl-ctr {
  background-color: var(--bgcolor1);
  border-radius: 5px;
  margin: 20px auto 10vw;
  max-width: 750px;
  padding: 0;
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .slide .languagectl-ctr {
    background-color: initial;
    border-right: var(--bgcolor0) 1px solid;
    border-radius: unset;
    margin: 0;
    min-width: 180px;
  }
}
.slide .languagectl-ctr .title-language {
  font-size: 2.1rem;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .slide .languagectl-ctr .title-language {
    font-size: 1.4rem;
    height: 100%;
    text-align: center;
    width: 100%;
  }
}
.slide .languagectl-ctr .title-language a {
  color: var(--fontcolor3);
  display: block;
  padding: 1.5vh;
}
@media screen and (min-width: 1024px) {
  .slide .languagectl-ctr .title-language a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    vertical-align: sub;
  }
}
.slide .languagectl-ctr .title-language a .title-text {
  letter-spacing: -0.05em;
}
.slide .languagectl-ctr .title-language .icon-language {
  margin-right: 10px;
}
.slide .languagectl-ctr img {
  display: inline-block;
  height: auto;
  width: 24px;
}
@media screen and (min-width: 1024px) {
  .slide .languagectl-ctr img {
    width: 20px;
  }
}
.slide .contact-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(1.2rem, 2.5vw, 1.4rem);
  font-weight: 500;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  .slide .contact-menu {
    margin-bottom: 3vw;
  }
}
@media screen and (min-width: 1024px) {
  .slide .contact-menu {
    margin: 0;
    width: 355px;
  }
}
.slide .contact-menu p {
  max-width: 200px;
  height: 40px;
}
.slide .contact-menu p.access {
  min-width: 140px;
  width: 50%;
}
.slide .contact-menu p.inquiry {
  min-width: 140px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .slide .contact-menu p {
    height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .slide .contact-menu p {
    margin: 0;
    height: auto;
  }
  .slide .contact-menu p.access {
    border-right: var(--bgcolor0) 1px solid;
    width: 155px;
  }
  .slide .contact-menu p.inquiry {
    width: 200px;
  }
  .slide .contact-menu p.inquiry .contact-text {
    letter-spacing: -0.02em;
  }
}
.slide .contact-menu a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  color: var(--fontcolor3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 5px 5px 15%;
  text-decoration: none;
}
.slide .contact-menu .access a {
  background: var(--bgcolor1) url(../img/common/icon_location.png) no-repeat 15% center;
  background-size: 12%;
}
.slide .contact-menu .inquiry a {
  background: var(--bgcolor1) url(../img/common/icon_mail.png) no-repeat 5% center;
  background-size: 12%;
}
.slide .close-menu-btn {
  background-color: var(--bgcolor1);
  font-size: 1.2rem;
  height: 10vw;
  max-height: 50px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .slide .close-menu-btn {
    border-radius: 5px;
    bottom: 50px;
    font-size: 1.6rem;
    max-height: 40px;
    margin: 50px auto 0;
    width: 150px;
  }
}
.slide .close-menu-btn .mobile-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.slide .close-menu-btn .batsu {
  display: block;
  height: 30px;
  margin-right: 10px;
  position: relative;
  width: 30px;
}
.slide .close-menu-btn .batsu::before, .slide .close-menu-btn .batsu::after {
  background: var(--fontcolor3);
  border-radius: 2px;
  content: "";
  height: 20px; /* 棒の高さ */
  left: 50%;
  position: absolute;
  top: 50%;
  width: 3px; /* 棒の幅（太さ） */
}
@media screen and (min-width: 1024px) {
  .slide .close-menu-btn .batsu::before, .slide .close-menu-btn .batsu::after {
    height: 25px;
    width: 4px;
  }
}
.slide .close-menu-btn .batsu::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.slide .close-menu-btn .batsu::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-nav-ctr::after {
  border-radius: 3px;
  background-color: var(--bgcolor1);
  content: "";
  display: block;
  height: 6px;
  margin: 20px auto;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .menu-nav-ctr::after {
    margin: 40px auto;
  }
}

/*---------- vertical tab nav */
.menu-pc > .gmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  position: relative;
  row-gap: 3%;
}
.menu-pc > .gmenu > .menu {
  -ms-flex-preferred-size: 14.1666666667%;
      flex-basis: 14.1666666667%;
  width: 220px;
}
.menu-pc > .gmenu > .menu > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--bgcolor1);
  border-radius: 5px;
  color: var(--fontcolor1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 0 10px;
  pointer-events: none;
  text-decoration: none;
}
.menu-pc > .gmenu > .menu > .child_menu {
  background: url(../img/icon/icon_kijiuma.png) no-repeat bottom right, var(--bgcolor1);
  background-size: 100px;
  border-radius: 5px;
  display: none;
  height: 100%;
  list-style-type: disc;
  margin: 0px;
  padding: 30px 10px 20px 40px;
  position: absolute;
  top: 0;
  right: 0;
  width: 420px;
}
.menu-pc > .gmenu > .menu > a.selected {
  border-radius: 5px 0 0 5px;
  width: 110%;
}
.menu-pc > .gmenu > .menu > a.selected + .child_menu {
  gap: 10px 8%;
  display: grid;
  grid-template-columns: repeat(2, 46%);
  grid-auto-rows: 4rem;
}
.menu-pc > .gmenu > .menu > a.selected + .child_menu > .menu {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
}
.menu-pc > .gmenu > .menu > a.selected .arrow-r-maru {
  display: none;
}
.menu-pc > .gmenu > .menu .menu-title {
  color: var(--fontcolor5);
}
.menu-pc > .gmenu > .menu .jp-title {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
}
.menu-pc > .gmenu > .menu .en-title {
  display: block;
  font-size: 1.3rem;
  font-family: "calibri", sans-serif;
}
.menu-pc .arrow-r-maru {
  display: inline-block;
  vertical-align: middle;
  color: #3b755e;
  line-height: 1;
  position: relative;
  width: 0.8em;
  height: 0.8em;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}
.menu-pc .arrow-r-maru::before, .menu-pc .arrow-r-maru::after {
  background: currentColor;
  border-radius: 0.2em;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
.menu-pc .arrow-r-maru::before {
  left: 0;
  height: 0.3em;
}
.menu-pc .arrow-r-maru::after {
  bottom: 0;
  width: 0.3em;
}

html[lang=en] .menu-pc .acc-ctr {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
}
html[lang=en] .slide .accessibility {
  max-width: none;
  margin: 5px auto;
  width: auto;
}
@media screen and (min-width: 1024px) {
  html[lang=en] .slide .accessibility {
    margin: 0;
  }
}
html[lang=en] .slide .accessibility section .option .fontsize {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  max-width: none;
}
@media screen and (min-width: 1024px) {
  html[lang=en] .slide .accessibility section.fontsize-ctr, html[lang=en] .slide .accessibility section.bg-select-ctr {
    margin-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  html[lang=en] .slide .accessibility section.fontsize-ctr h2, html[lang=en] .slide .accessibility section.bg-select-ctr h2 {
    padding-right: 10px;
  }
}
html[lang=en] .slide .accessibility section.bg-select-ctr {
  border-right: none;
}
html[lang=en] .slide .accessibility section.bg-select-ctr .bgcolor0,
html[lang=en] .slide .accessibility section.bg-select-ctr .bgcolor1,
html[lang=en] .slide .accessibility section.bg-select-ctr .bgcolor2 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  max-width: none;
}
@media screen and (max-width: 1023px) {
  html[lang=en] .slide .accessibility section .title-fontsize,
  html[lang=en] .slide .accessibility section .title-bg-select {
    display: block;
    margin-bottom: 10px;
    width: auto;
  }
}
html[lang=en] .slide .languagectl-ctr {
  width: auto;
}
html[lang=en] .slide .contact-menu {
  margin-top: 10px;
}

.top .global-nav-ctr,
.sub .global-nav-ctr {
  margin: 20px 0 clamp(40px, 20vw - 80px, 80px);
}
@media screen and (min-width: 768px) {
  .top .global-nav-ctr,
  .sub .global-nav-ctr {
    margin-top: 30px;
  }
  .top .global-nav-ctr .nav-list,
  .sub .global-nav-ctr .nav-list {
    -webkit-column-gap: 0.8%;
       -moz-column-gap: 0.8%;
            column-gap: 0.8%;
    row-gap: unset;
  }
  .top .global-nav-ctr .nav,
  .sub .global-nav-ctr .nav {
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    height: 15vw;
  }
}
@media screen and (min-width: 1024px) {
  .top .global-nav-ctr,
  .sub .global-nav-ctr {
    margin-top: 0;
  }
  .top .global-nav-ctr .nav-list,
  .sub .global-nav-ctr .nav-list {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .top .global-nav-ctr .nav,
  .sub .global-nav-ctr .nav {
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    max-height: 10rem;
    max-width: 160px;
  }
}
@media screen and (min-width: 1400px) {
  .top .global-nav-ctr,
  .sub .global-nav-ctr {
    margin-bottom: 80px;
  }
}

.sub .global-nav-ctr {
  display: none;
}
@media screen and (min-width: 1024px) {
  .sub .global-nav-ctr {
    display: block;
    margin-bottom: 35px;
  }
}

.global-nav-ctr {
  background: url(../img/common/bg_mintgreen.jpg);
  margin: 20px 0 40px;
  padding: 10px 5px;
}
@media screen and (min-width: 1024px) {
  .global-nav-ctr {
    padding: 10px 0;
  }
}

.nav-list {
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  row-gap: 2vw;
}
.nav-list .nav {
  background: var(--bgcolor1);
  border-radius: 5px;
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  height: calc((100vw - 10px - 4vw) / 3 * 0.85);
  max-height: 180px;
  text-align: center;
}
.nav-list .nav a {
  color: var(--fontcolor3);
  display: block;
  height: 100%;
  padding: 5px 0;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .nav-list .nav a::after {
    content: url(../img/icon/gmenu_arrow.png);
  }
}
.nav-list .nav .nav-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 66.6666666667%;
}
@media screen and (min-width: 1024px) {
  .nav-list .nav .nav-img {
    height: 50%;
  }
}
.nav-list .nav .nav-img img {
  height: auto;
}
.nav-list .nav .nav-text1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 33.3333333333%;
}
.nav-list .nav .nav-text1.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .nav-list .nav .nav-text1 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .nav-list .nav .nav-text1 {
    font-size: 1.4rem;
    height: auto;
    letter-spacing: 0.1rem;
  }
  .nav-list .nav .nav-text1.mobile {
    display: none;
  }
  .nav-list .nav .nav-text1.pc {
    display: block;
  }
}
.nav-list .nav .nav-text2 {
  display: none;
}
@media screen and (min-width: 1024px) {
  .nav-list .nav .nav-text2 {
    display: block;
    font-size: 1.1rem;
  }
}
.nav-list .n1 img {
  width: 38%;
}
@media screen and (min-width: 1024px) {
  .nav-list .n1 img {
    width: 40px;
  }
}
.nav-list .n2 img {
  width: 45%;
}
@media screen and (min-width: 1024px) {
  .nav-list .n2 img {
    width: 51px;
  }
}
.nav-list .n3 img {
  width: 40%;
}
@media screen and (min-width: 1024px) {
  .nav-list .n3 img {
    width: 40px;
  }
}
.nav-list .n4 img {
  width: 35%;
}
@media screen and (min-width: 1024px) {
  .nav-list .n4 img {
    width: 38px;
  }
}
.nav-list .n5 img {
  width: 45%;
}
.nav-list .n6 img {
  width: 35%;
}
@media screen and (min-width: 1024px) {
  .nav-list .n6 img {
    width: 38px;
  }
}

@media screen and (min-width: 1024px) {
  html[lang=en] .global-nav-ctr .nav-list .nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  html[lang=en] .global-nav-ctr .nav-list .nav .nav-img {
    display: none;
  }
}

.top .footer-area,
.sub .footer-area {
  position: relative;
}
.top .footer-area .footer-cont,
.sub .footer-area .footer-cont {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .top .footer-area .footer-cont,
  .sub .footer-area .footer-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto 100px;
    max-width: 1000px;
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .top .footer-area .footer-cont,
  .sub .footer-area .footer-cont {
    gap: 45px;
  }
}
.top .footer-area .f-sitelogo,
.sub .footer-area .f-sitelogo {
  margin: 0 30px 5px;
}
@media screen and (min-width: 1024px) {
  .top .footer-area .f-sitelogo,
  .sub .footer-area .f-sitelogo {
    margin: 0;
  }
}
.top .footer-area .f-sitelogo a,
.sub .footer-area .f-sitelogo a {
  color: var(--fontcolor3);
  text-decoration: none;
}
.top .footer-area .f-sitelogo .name1,
.sub .footer-area .f-sitelogo .name1 {
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .top .footer-area .f-sitelogo .name1,
  .sub .footer-area .f-sitelogo .name1 {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .top .footer-area .f-sitelogo .name1,
  .sub .footer-area .f-sitelogo .name1 {
    font-size: 3.4rem;
  }
}
.top .footer-area .f-sitelogo span,
.sub .footer-area .f-sitelogo span {
  display: block;
}
.top .footer-area .f-sitelogo .co-id-No,
.sub .footer-area .f-sitelogo .co-id-No {
  font-family: "Helvetica Neue", "Helvetica", "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .top .footer-area .f-sitelogo .co-id-No,
  .sub .footer-area .f-sitelogo .co-id-No {
    font-size: 1.4rem;
  }
}
.top .footer-area address,
.sub .footer-area address {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0 30px;
}
.top .footer-area address .postalcode,
.sub .footer-area address .postalcode {
  display: block;
}
.top .footer-area address .pc,
.sub .footer-area address .pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .top .footer-area address,
  .sub .footer-area address {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top .footer-area address,
  .sub .footer-area address {
    font-size: 1.6rem;
  }
  .top .footer-area address .postalcode,
  .sub .footer-area address .postalcode {
    margin-right: 5px;
  }
  .top .footer-area address .pc,
  .sub .footer-area address .pc {
    display: block;
  }
  .top .footer-area address .tel,
  .sub .footer-area address .tel {
    float: left;
    margin-right: 25px;
  }
  .top .footer-area address .office-hours,
  .sub .footer-area address .office-hours {
    display: inline-block;
    vertical-align: top;
  }
}
.top .footer-area .contact-menu,
.sub .footer-area .contact-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 20px 30px;
}
@media screen and (min-width: 768px) {
  .top .footer-area .contact-menu,
  .sub .footer-area .contact-menu {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top .footer-area .contact-menu,
  .sub .footer-area .contact-menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: auto;
  }
}
.top .footer-area .contact-menu p a,
.sub .footer-area .contact-menu p a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--bgcolor1);
  border: 1px solid var(--bgcolor7);
  border-radius: 20px;
  color: var(--fontcolor3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  padding: 3px 5px 3px 3px;
  text-decoration: none;
  text-align: center;
  width: 120px;
}
@media screen and (min-width: 1024px) {
  .top .footer-area .contact-menu p a,
  .sub .footer-area .contact-menu p a {
    border-color: var(--bgcolor3);
    border-radius: 5px;
    width: 15rem;
  }
  .top .footer-area .contact-menu p a::before,
  .sub .footer-area .contact-menu p a::before {
    content: "";
    display: block;
    height: 20px;
    margin-right: 10px;
    width: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .top .footer-area .contact-menu p.access a::before,
  .sub .footer-area .contact-menu p.access a::before {
    background: url(../img/common/icon_location.png) no-repeat center center/contain, var(--bgcolor1);
  }
  .top .footer-area .contact-menu p.inquiry a::before,
  .sub .footer-area .contact-menu p.inquiry a::before {
    background: url(../img/common/icon_mail.png) no-repeat center center/contain, var(--bgcolor1);
  }
}
.top .footer-area .contact-menu p span,
.sub .footer-area .contact-menu p span {
  vertical-align: middle;
}
.top .footer-area .contact-menu p span.pc-text,
.sub .footer-area .contact-menu p span.pc-text {
  display: none;
}
@media screen and (min-width: 1024px) {
  .top .footer-area .contact-menu p span.pc-text,
  .sub .footer-area .contact-menu p span.pc-text {
    display: inline;
  }
}
.top .footer-area .fmenu-ctr,
.sub .footer-area .fmenu-ctr {
  margin: 0 auto;
  max-width: 1000px;
  width: 96%;
}
.top .footer-area .fmenu-list,
.sub .footer-area .fmenu-list {
  gap: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .top .footer-area .fmenu-list,
  .sub .footer-area .fmenu-list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .top .footer-area .fmenu-list,
  .sub .footer-area .fmenu-list {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    max-width: 810px;
    margin: 0 auto;
  }
}
.top .footer-area .fmenu-list .fmenu,
.sub .footer-area .fmenu-list .fmenu {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  font-size: 1.2rem;
  margin: 3px 0;
}
@media screen and (min-width: 768px) {
  .top .footer-area .fmenu-list .fmenu,
  .sub .footer-area .fmenu-list .fmenu {
    font-size: 1.4rem;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.top .footer-area .footer-img,
.sub .footer-area .footer-img {
  background: url(../img/common/kumagawa_footer.svg) no-repeat left bottom;
  background-size: cover;
  height: 25vw;
}
@media screen and (min-width: 1024px) {
  .top .footer-area .footer-img,
  .sub .footer-area .footer-img {
    background: url(../img/common/kumagawa_img.svg) no-repeat right bottom;
    background-size: cover;
    height: 8vw;
  }
}
.top .footer-area .copyright,
.sub .footer-area .copyright {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--bgcolor10);
  color: var(--fontcolor1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-family: "calibri", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .top .footer-area .copyright,
  .sub .footer-area .copyright {
    font-size: 1.4rem;
    height: 30px;
  }
}

.error .error-ctr {
  background-color: var(--bgcolor1);
  border-radius: 5px;
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  list-style-type: none;
  padding: 15px 15px 50px;
}
.error .error-ctr .error-message {
  font-family: "Helvetica Neue", "Helvetica", "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: clamp(1.6rem, 3vw, 1.8rem);
  font-weight: 600;
}
.error .error-ctr h2, .error .error-ctr p {
  margin-top: 10px;
}
.error .site-link {
  margin-top: 20px;
}
.error .link-item {
  margin-top: 10px;
  padding-right: 10px;
}
.error .link-item a {
  text-decoration: underline;
}/*# sourceMappingURL=common.css.map */