@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333;
  background: #fff;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1rem;
  }
}

img {
  border: none;
  vertical-align: top;
}

p, li, address, table, dt, dd {
  line-height: 180%;
}

ul, ol {
  list-style: none;
}

a:link {
  color: #25769e;
  text-decoration: underline;
}

a:visited {
  color: #8b008b;
  text-decoration: underline;
}

a:hover {
  color: #00118F;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: inherit;
  color: #25769e;
}

a:active {
  _background: inherit; /*IEのみactive疑似クラスにて処理*/
}

/*iphoneでルビで文字サイズが勝手に変わるのを修正*/
body {
  -webkit-text-size-adjust: 100%;
}

address {
  font-style: normal;
}

/*clearfix*/
.cmstag:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.first-left {
  margin-left: 0 !important;
}

.first-top {
  margin-top: 0 !important;
}

.left-col {
  float: left;
}

.right-col {
  float: right;
}

.img-item img, .img-text img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .view-sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .view-pc {
    display: none !important;
  }
}
.des-attention-area {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.des-attention {
  background-color: #FFFF40;
  font-size: 80%;
}

.des-attention2 {
  background-color: #C0C0FF;
  font-size: 80%;
}

.color-scheme-area {
  margin-top: 20px;
}

.scheme-bar {
  padding: 5px 0 5px 0;
  border: 1px solid #333333;
}

.color-scheme-area .box {
  width: 300px;
}

@media print, screen and (min-width: 769px) {
  .color-scheme-area .box {
    float: left;
    margin-left: 20px;
  }
}
.color-scheme-area .title {
  margin: 5px 0 0 0;
}

.scheme1 {
  background-color: #57c3d2;
  text-align: center;
}

.scheme2 {
  border: 1px solid #57c3d2;
  text-align: center;
}

.scheme3 {
  background-color: #333;
  text-align: center;
}

.scheme4 {
  background-color: #333;
  text-align: center;
}

.scheme5 {
  border: 1px solid #b9e2e9;
  text-align: center;
}

.scheme6 {
  background-color: #333;
  text-align: center;
}

.scheme7 {
  background-color: #25769e;
  text-align: center;
}

.scheme8 {
  background-color: #25769e;
  color: #fff;
  text-align: center;
}

.scheme9 {
  background-color: #eee;
  text-align: center;
}

.scheme10 {
  background-color: #4682c0;
  text-align: center;
}

.scheme11 {
  background-color: #c896bd;
  text-align: center;
}

/* Googleカスタム検索
--------------------------------------------------------- */
/* ----- デフォルトスタイル初期化 ----- */
form.gsc-search-box {
  margin: 0 !important;
  font-size: inherit !important;
}

table.gsc-search-box {
  margin: 0 !important;
  border: none !important;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  box-shadow: none !important;
}

table.gsc-search-box td {
  line-height: 1;
}

.gsib_a {
  padding: 0 0 0 10px !important;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
  margin: 0 !important;
}

.cse input.gsc-input::-webkit-input-placeholder, input.gsc-input::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-moz-placeholder, input.gsc-input:-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-moz-placeholder, input.gsc-input::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-ms-input-placeholder, input.gsc-input:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.gsst_b {
  font-size: inherit !important;
  padding: 0 !important;
}

.gsst_a {
  padding: 0 !important;
}

.gscb_a {
  display: inline-block;
  font: inherit !important;
  padding: 0 5px !important;
}

td.gsc-search-button {
  font-size: 0;
}

.gsc-search-button {
  margin: 0 !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  box-sizing: border-box;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}

/* ----- カスタム設定 ----- */
@media print, screen and (min-width: 769px) {
  form.gsc-search-box {
    width: calc(10em - 160px + 560px) !important;
  }
}
@media screen and (max-width: 768px) {
  form.gsc-search-box {
    width: 100% !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border: 1px solid #c6c6c6 !important;
    border-radius: 5px 0px 0px 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .gsc-input-box {
    border: 1px solid #c6c6c6 !important;
    border-radius: 5px 0px 0px 5px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 58px;
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: calc(13.33vw - 2px);
    font-size: 1.7rem !important;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 58px;
  }
  @-moz-document url-prefix() {
    td.gsc-search-button {
      height: 60px;
    }
  }
  td.gsc-search-button {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: calc(13.33vw - 2px);
  }
  @-moz-document url-prefix() {
    td.gsc-search-button {
      height: calc(13.33vw + 2px);
    }
  }
  td.gsc-search-button {
    padding-left: 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    background-color: #00779e !important;
    width: 110px !important;
    border: 1px solid #00779e !important;
    border-radius: 0px 5px 5px 0px !important;
  }
  .cse .gsc-search-button-v2:focus-visible, .gsc-search-button-v2:focus-visible {
    outline: 1px solid #000;
    outline-offset: 2px;
    box-shadow: 0 0 0 2px #fff;
  }
}
@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    background-color: #00779e !important;
    width: 21.33vw !important;
    border: 1px solid #00779e !important;
    border-radius: 0px 5px 5px 0px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    fill: #ffffff !important;
    width: 21px !important;
    height: 21px !important;
  }
}
@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    fill: #ffffff !important;
    width: 5.6vw !important;
    height: 5.6vw !important;
  }
}

.dummy-search-area {
  box-sizing: border-box;
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .dummy-search-area {
    width: calc(10em - 160px + 560px);
  }
}
@media screen and (max-width: 768px) {
  .dummy-search-area {
    width: 100%;
  }
}

.dummy-search {
  box-sizing: border-box;
  padding: 10px 0 10px 13px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .dummy-search {
    border: 1px solid #c6c6c6;
    height: 60px;
    width: calc(100% - 110px);
    border-radius: 5px 0px 0px 5px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .dummy-search {
    border: 1px solid #c6c6c6;
    height: 13.33vw;
    width: calc(100% - 21.33vw);
    border-radius: 5px 0px 0px 5px;
    font-size: 1rem;
  }
}

.dummy-search-btn {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  padding: 0;
  display: block;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
@media print, screen and (min-width: 769px) {
  .dummy-search-btn {
    background-color: #00779e;
    flex-basis: 110px;
    width: 110px;
    height: 60px;
    border: 1px solid #00779e;
    border-radius: 0px 5px 5px 0px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .dummy-search-btn {
    background-color: #00779e;
    flex-basis: 21.33vw;
    width: 21.33vw;
    height: 13.33vw;
    border: 1px solid #00779e;
    border-radius: 0px 5px 5px 0px;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .dummy-search-btn svg {
    width: 21px;
    height: 21px;
    fill: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .dummy-search-btn svg {
    width: 5.6vw;
    height: 5.6vw;
    fill: #ffffff;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

#smartphone * {
  box-sizing: border-box;
}
#smartphone a {
  color: #333;
  display: block;
  text-decoration: none;
}
#smartphone .wrap {
  align-items: center;
  background-color: #b9e2e9;
  border: 2px solid #b9e2e9;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  position: relative;
  width: 100%;
}
#smartphone .wrap .txt {
  font-size: 230%;
  font-weight: bold;
  line-height: 140%;
  padding-right: 20px;
}
#smartphone .wrap .ico {
  background-color: #57c3d2;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
}
#smartphone .wrap .ico:after {
  border-left: 12px solid #333;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  bottom: 0;
  content: "";
  left: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

#page-number-search input, #page-number-search button {
  font-size: 100%;
}

#header, #footer, #side-nav {
  overflow-wrap: anywhere;
}

.gsst_a .gscb_a {
  color: #333 !important;
}

.scheme1 {
  background-color: #57c3d2;
  text-align: center;
}

.scheme2 {
  border: 1px solid #57c3d2;
  text-align: center;
}

.scheme3 {
  background-color: #333;
  text-align: center;
}

.scheme4 {
  background-color: #b9e2e9;
  text-align: center;
}

.scheme5 {
  border: 2px solid #b9e2e9;
  text-align: center;
}

.scheme6 {
  background-color: #333;
  text-align: center;
}

.scheme7 {
  background-color: #e8eff1;
  text-align: center;
}

.scheme8 {
  background-color: #57c3d2;
  color: #fff;
  text-align: center;
}

.scheme9 {
  background-color: #eee;
  text-align: center;
}

.scheme10 {
  background-color: #4682c0;
  text-align: center;
}

.scheme11 {
  background-color: #c896bd;
  text-align: center;
}

/*++++++++++++++++++++++++++++++++++
 * トップページのコンテンツエリア専用CSS（プリント用）
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media print {
  body {
    zoom: 0.8653846154;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

a:has(> img) {
  display: inline-block;
}

.slider a:focus, .slider a:focus-visible {
  outline: none;
  position: relative;
}
.slider a:focus::before, .slider a:focus-visible::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 6px;
  outline: 1px solid #fff;
  border: 2px solid #333;
}

@media print, screen and (min-width: 769px) {
  .flex {
    align-items: center;
    display: flex;
  }
}

#main {
  margin-top: 20px;
}

.splide a:focus, .splide a:focus-visible {
  outline: none;
  position: relative;
}
.splide a:focus::before, .splide a:focus-visible::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 6px;
  outline: 1px solid #fff;
  border: 2px solid #333;
}

.splide.mv-slider {
  --pcImgWidth: calc(100% - 100px);
  --pcImgHeight: 626px;
  --spImgWidth: 100%;
  --spImgHeight: 156px;
  --pcGap: 0;
  --spGap: 0;
}
@media print, screen and (min-width: 769px) {
  .splide.mv-slider {
    overflow: hidden;
    flex: 1 1 auto;
  }
  .splide.mv-slider:not(:has(.splide__list li)) {
    min-width: calc(100% - 100px);
    min-height: 180px;
  }
}
.splide.mv-slider .splide-wrapper {
  position: relative;
}
.splide.mv-slider .splide__track {
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .splide.mv-slider .splide__slide {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .splide.mv-slider .splide__slide {
    width: var(--spImgWidth);
  }
}
.splide.mv-slider .splide__slide a {
  display: inline-block;
  width: 100%;
}
.splide.mv-slider .splide__arrow {
  display: none;
}
.splide.mv-slider .splide__slide img {
  object-fit: cover;
}
@media print, screen and (min-width: 769px) {
  .splide.mv-slider .splide__slide img {
    width: 100%;
    height: var(--pcImgHeight);
  }
}
@media screen and (max-width: 768px) {
  .splide.mv-slider .splide__slide img {
    width: var(--spImgWidth);
    height: var(--spImgHeight);
  }
}
@media print, screen and (min-width: 769px) {
  .splide.mv-slider .splide__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: absolute;
    left: 10px;
    top: 245px;
  }
}
.splide.mv-slider .splide__arrows {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .splide.mv-slider .splide__arrows {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .splide.mv-slider .splide__arrows {
    gap: 2.6666666667vw;
    margin-top: 6px;
  }
}
.splide.mv-slider .splide__pagination {
  padding: 0;
  position: initial;
}
@media print, screen and (min-width: 769px) {
  .splide.mv-slider .splide__pagination {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.splide.mv-slider .splide__pagination li {
  display: flex;
}
.splide.mv-slider .splide__pagination__page {
  margin: 0;
  width: 12px;
  height: 12px;
  background: #fff;
  outline: 1px solid #25769e;
  outline-offset: -2px;
  transition: initial;
  opacity: initial;
}
@media print, screen and (min-width: 769px) {
  .splide.mv-slider .splide__pagination__page:hover {
    opacity: 0.85;
  }
}
.splide.mv-slider .splide__pagination__page.is-active {
  border-radius: 6px;
  background-color: #25769e;
  border: 1px solid #fff;
  height: 50px;
  width: 12px;
  transform: none !important;
}
@media screen and (max-width: 768px) {
  .splide.mv-slider .splide__pagination__page.is-active {
    height: 12px;
    width: 50px;
  }
}
.splide.mv-slider .splide__pagination__page.is-active:focus-visible {
  outline-offset: 0;
  outline: 1px solid #000;
  border: 1px solid #fff;
}
.splide.mv-slider .splide__toggle {
  border: none;
  background: transparent;
  width: 36px;
  height: 36px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .splide.mv-slider .splide__toggle:hover {
    opacity: 0.85;
  }
}
.splide.mv-slider .splide__toggle:focus-visible {
  outline-offset: 0 !important;
  outline: 1px solid #fff !important;
  box-shadow: 0 0 0 2px #000;
}
.splide.mv-slider .splide__toggle span {
  margin: auto;
  width: 36px;
  height: 36px;
  position: absolute;
  inset: 0;
}
.splide.mv-slider .splide__toggle__play {
  background: url(../img_top/start.png) center center no-repeat !important;
}
.splide.mv-slider .splide__toggle__pause {
  background: url(../img_top/stop.png) center center no-repeat !important;
}
.splide.mv-slider:not(.is-active) {
  visibility: visible !important;
}
.splide.mv-slider:not(.is-active) .splide__list {
  display: flex !important;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .splide.mv-slider:not(.is-active) .splide__list {
    gap: var(--pcGap);
  }
}
@media screen and (max-width: 768px) {
  .splide.mv-slider:not(.is-active) .splide__list {
    gap: var(--spGap);
  }
}
.splide.mv-slider:not(.is-active) .splide__slide:last-child {
  margin: 0 !important;
}
.splide.mv-slider:not(.is-active) .splide__arrows {
  display: none;
}
.splide.mv-slider:not(.is-active) .splide__toggle {
  display: none;
}

.sns {
  text-align: center;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .sns {
    flex-shrink: 0;
    min-width: 100px;
  }
  .sns::before, .sns::after {
    background-color: #0488b3;
    content: "";
    display: inline-block;
    height: 2px;
    position: absolute;
    width: 43px;
  }
  .sns::before {
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    rotate: 24deg;
  }
  .sns::after {
    bottom: -50px;
    right: 48%;
    transform: translateX(50%);
    rotate: -24deg;
  }
}
@media screen and (max-width: 768px) {
  .sns {
    margin-top: 30px;
  }
}
.sns h2 {
  font-size: 1.5rem;
}
@media print, screen and (min-width: 769px) {
  .sns h2 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .sns h2 {
    margin: 0 auto;
    position: relative;
    width: fit-content;
  }
  .sns h2::before, .sns h2::after {
    background-color: #0488b3;
    bottom: 5px;
    content: "";
    display: inline-block;
    height: 20px;
    position: absolute;
    width: 2px;
  }
  .sns h2::before {
    left: -20px;
    rotate: -20deg;
  }
  .sns h2::after {
    right: -20px;
    rotate: 20deg;
  }
}
.sns-list {
  align-items: center;
  display: flex;
  gap: 20px;
}
@media print, screen and (min-width: 769px) {
  .sns-list {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .sns-list {
    justify-content: center;
    margin-top: 20px;
  }
}
.sns-list a:hover img {
  opacity: 0.85;
}
@-moz-document url-prefix() {
  .sns-list a:focus-visible {
    border: 3px solid #fff;
    outline: #000 2px solid;
    outline-offset: -2px;
  }
}
.sns-list img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

@media print, screen and (min-width: 769px) {
  .banner {
    margin: -120px auto 0;
    position: relative;
    z-index: 10;
    width: 1100px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .banner-list {
    display: flex;
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .banner-list {
    margin: 0 auto;
    width: 88vw;
  }
}
.banner-list li {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
@media print, screen and (min-width: 769px) {
  .banner-list li {
    padding: 10px;
    width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .banner-list li {
    border-radius: 1.3333333333vw;
    text-align: center;
  }
  .banner-list li:not(:first-child) {
    margin-top: 30px;
  }
}
.banner-list a:focus-visible {
  outline: 1px solid #000;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px #fff;
}
.banner-list a:hover img {
  opacity: 0.85;
}
.banner-list img {
  aspect-ratio: 330/160;
  border-radius: 5px;
  object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .banner-list img {
    border-radius: 1.3333333333vw;
    width: 88vw;
  }
}

@media print, screen and (min-width: 769px) {
  #header-nav {
    margin-top: 50px;
  }
}

.search-area {
  padding-top: 72px;
  padding-bottom: 100px;
  background-image: url("../img_top/bg_search_area.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .search-area {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .search-area {
    margin-top: 50px;
    padding-top: 50px;
  }
}
.search-area::before {
  background: url(../img_top/joho_flower.png) center center no-repeat;
  bottom: -180px;
  content: "";
  display: inline-block;
  height: 254px;
  position: absolute;
  right: 0;
  width: 178px;
}
@media screen and (max-width: 768px) {
  .search-area::before {
    background-size: 21.3333333333vw 116px;
    bottom: -65px;
    height: 116px;
    width: 21.3333333333vw;
  }
}

.search-area-inner {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .search-area-inner {
    width: 1100px;
  }
}
@media screen and (max-width: 768px) {
  .search-area-inner {
    padding: 0 5.8666666667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .search-area-actions {
    display: flex;
    column-gap: 60px;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 769px) {
  .search-area-actions dt.title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .search-area-actions dt.title {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .search-area-actions .list {
    width: 560px;
  }
}
@media screen and (max-width: 768px) {
  .search-area-actions .page-search {
    margin-top: 20px;
  }
}
.search-area-actions .page-search #sp-page-number-search {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 768px) {
  .search-area-actions .page-search #sp-page-number-search {
    gap: 10px;
  }
  .search-area-actions .page-search #sp-page-number-search > div {
    width: 69.3333333333vw;
  }
}
.search-area-actions .page-search .input-wrap {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .search-area-actions .page-search .input-wrap {
    max-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .search-area-actions .page-search .input-wrap {
    max-height: 50px;
  }
}
.search-area-actions .page-search .number-label {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .search-area-actions .page-search .number-label {
    min-width: 370px;
  }
}
.search-area-actions .page-search .number-label input {
  border: 1px solid #c6c6c6;
  border-radius: 5px 0 0 5px;
  display: block;
  height: 100%;
  padding-left: 10px;
  width: 100%;
  font-size: 100%;
}
.search-area-actions .page-search .submit-label button {
  appearance: none;
  background-color: #54c7dd;
  border-radius: 0 5px 5px 0;
  border: none;
  display: block;
  padding: 0;
  margin: 0;
  background-color: #54c7dd;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .search-area-actions .page-search .submit-label button {
    height: 60px;
    width: 110px;
  }
}
@media screen and (max-width: 768px) {
  .search-area-actions .page-search .submit-label button {
    height: 50px;
    width: 80px;
  }
}
.search-area-actions .page-search .submit-label button::before {
  background-color: #000;
  clip-path: polygon(21.69% 24.41%, 20.35% 26.06%, 19.18% 27.87%, 18.12% 29.9%, 17.39% 31.94%, 16.85% 34.07%, 16.48% 36.48%, 16.46% 39.04%, 16.69% 41.55%, 17.14% 43.85%, 17.72% 45.78%, 18.57% 47.98%, 19.59% 49.91%, 20.76% 51.74%, 22.03% 53.36%, 23.36% 54.85%, 25.08% 56.37%, 26.93% 57.75%, 28.81% 58.84%, 30.74% 59.72%, 33.07% 60.33%, 35.1% 60.7%, 37.38% 60.92%, 39.37% 60.93%, 41.98% 60.66%, 44.52% 60.17%, 46.66% 59.48%, 48.31% 58.76%, 50.1% 57.78%, 51.58% 56.77%, 52.95% 55.68%, 53.79% 54.88%, 54.34% 54.34%, 94.61% 94.61%, 89.9% 99%, 62.61% 72.02%, 62.61% 66.88%, 61.76% 66.05%, 59.89% 67.58%, 57.49% 69.21%, 55.34% 70.42%, 52.57% 71.91%, 49.77% 72.84%, 47.16% 73.61%, 43.77% 74.17%, 40.36% 74.48%, 36.79% 74.47%, 33.89% 74.24%, 30.69% 73.66%, 27.25% 72.79%, 23.53% 71.39%, 19.93% 69.42%, 16.93% 67.46%, 13.57% 64.57%, 10.52% 61.3%, 8.12% 58.07%, 6.24% 54.71%, 4.72% 51.31%, 3.72% 47.79%, 3.11% 44.85%, 2.69% 41.66%, 2.6% 38.44%, 2.68% 36.45%, 2.8% 34.73%, 3.04% 32.91%, 3.32% 31.43%, 3.63% 29.82%, 3.96% 28.4%, 4.47% 26.91%, 4.93% 25.43%, 5.72% 23.7%, 6.43% 22.1%, 7.78% 19.8%, 9.14% 17.79%, 10.71% 15.76%, 12.37% 13.93%, 13.93% 12.37%, 15.76% 10.71%, 17.79% 9.14%, 19.8% 7.78%, 22.1% 6.43%, 23.7% 5.72%, 25.43% 4.93%, 26.91% 4.47%, 28.4% 3.96%, 29.82% 3.63%, 31.43% 3.32%, 32.91% 3.04%, 34.73% 2.8%, 36.45% 2.68%, 38.44% 2.6%, 41.66% 2.69%, 44.85% 3.11%, 47.79% 3.72%, 51.31% 4.72%, 54.71% 6.24%, 58.07% 8.12%, 61.3% 10.52%, 64.57% 13.57%, 67.46% 16.93%, 69.42% 19.93%, 71.39% 23.53%, 72.79% 27.25%, 73.66% 30.69%, 74.24% 33.89%, 74.47% 36.79%, 74.48% 40.36%, 74.17% 43.77%, 73.61% 47.16%, 72.84% 49.77%, 71.91% 52.57%, 70.42% 55.34%, 69.21% 57.49%, 67.58% 59.89%, 66.05% 61.76%, 66.88% 62.61%, 72.02% 62.61%, 99% 89.9%, 94.61% 94.61%, 54.34% 54.34%, 54.88% 53.79%, 55.68% 52.95%, 56.77% 51.58%, 57.78% 50.1%, 58.76% 48.31%, 59.48% 46.66%, 60.17% 44.52%, 60.66% 41.98%, 60.93% 39.37%, 60.92% 37.38%, 60.7% 35.1%, 60.33% 33.07%, 59.72% 30.74%, 58.84% 28.81%, 57.75% 26.93%, 56.37% 25.08%, 54.85% 23.36%, 53.36% 22.03%, 51.74% 20.76%, 49.91% 19.59%, 47.98% 18.57%, 45.78% 17.72%, 43.85% 17.14%, 41.55% 16.69%, 39.04% 16.46%, 36.48% 16.48%, 34.07% 16.85%, 31.94% 17.39%, 29.9% 18.12%, 27.87% 19.18%, 26.06% 20.35%, 24.41% 21.69%);
  content: "";
  display: block;
  inset: 0;
  margin: auto;
  height: 21px;
  position: absolute;
  width: 21px;
}
@media print, screen and (min-width: 769px) {
  .search-area-actions .more {
    margin-top: 20px;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .search-area-actions .more {
    line-height: 1.5;
  }
}
.search-area-actions .more a {
  color: #333;
}
@media screen and (max-width: 768px) {
  .search-area-actions .more a {
    font-size: 0.75rem;
    text-decoration: underline;
  }
}

@media print, screen and (min-width: 769px) {
  .find-inner {
    display: flex;
    justify-content: center;
    column-gap: 40px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .find-inner {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .find-inner > * {
    width: 530px;
  }
}

.find-category-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 1.875rem;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .find-category-heading {
    font-size: 2.625rem;
    margin-bottom: 25px;
  }
}
.find-category-heading::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #0488b3;
}
@media screen and (max-width: 768px) {
  .find-category-heading::after {
    width: 29px;
    height: 31px;
  }
}

.category-gridbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 18px;
}
@media screen and (max-width: 768px) {
  .category-gridbox {
    gap: 22px 19px;
  }
}
.category-gridbox li a {
  padding-top: 30px;
  padding-right: 16px;
  padding-bottom: 30px;
  padding-left: 40px;
  display: block;
  text-decoration: none;
  position: relative;
  color: #333;
  font-size: 1.125rem;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .category-gridbox li a {
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 6.9333333333vw;
    font-size: 1rem;
    font-feature-settings: "palt";
    line-height: 1.2;
    min-height: 70px;
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 769px) {
  .category-gridbox li a:hover {
    text-decoration: underline;
  }
}
.category-gridbox li a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 20px;
  translate: 0 -50%;
  background-color: #0488b3;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .category-gridbox li a::before {
    width: 8px;
    height: 8px;
    left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .life {
    margin-top: 50px;
  }
}

.life-heading {
  display: flex;
  font-weight: bold;
  font-size: 1.875rem;
  color: #356b26;
  text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .life-heading {
    font-size: 2.625rem;
    margin-bottom: 25px;
  }
}
.life-heading span {
  margin-left: 42px;
}
@media screen and (max-width: 768px) {
  .life-heading span {
    margin-left: 56px;
  }
}
.life-heading::before {
  content: "";
  display: block;
  width: 21px;
  height: 22px;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 10px;
  background-image: url(../img_top/find-leaf-img.png);
  background-size: 21px 22px;
  background-position: left center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .life-heading::before {
    width: 29px;
    height: 31px;
    background-size: auto;
  }
}

.life-gridbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 17px;
}
@media screen and (max-width: 768px) {
  .life-gridbox {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0 auto;
  }
}
.life-gridbox li a, .life-gridbox li .item-nolink {
  display: flex;
  flex-flow: column;
  align-items: center;
  text-decoration: none;
  background-color: #fff;
  text-align: center;
  position: relative;
  border-radius: 6px;
  padding: 15px 0;
  row-gap: 5px;
}
@media print, screen and (min-width: 769px) {
  .life-gridbox li a, .life-gridbox li .item-nolink {
    min-width: 110px;
    min-height: 140px;
  }
}
@media screen and (max-width: 768px) {
  .life-gridbox li a, .life-gridbox li .item-nolink {
    padding: 6px 0;
    row-gap: 12px;
    height: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .life-gridbox li a:hover, .life-gridbox li .item-nolink:hover {
    text-decoration: underline;
  }
}
.life-gridbox li a .item-img, .life-gridbox li .item-nolink .item-img {
  width: 100px;
  height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .life-gridbox li a img, .life-gridbox li .item-nolink img {
    width: auto;
    height: auto;
  }
}
.life-gridbox li a p, .life-gridbox li .item-nolink p {
  font-size: 1.125rem;
  color: #333;
}
@media print, screen and (min-width: 769px) {
  .life-gridbox li a p, .life-gridbox li .item-nolink p {
    margin-top: 6px;
  }
}
@media screen and (max-width: 768px) {
  .life-gridbox li a p, .life-gridbox li .item-nolink p {
    font-size: 1rem;
  }
}
.life-gridbox li:nth-child(1) img {
  width: 39px;
}
@media screen and (max-width: 768px) {
  .life-gridbox li:nth-child(1) img {
    width: 34px;
  }
}
.life-gridbox li:nth-child(2) img {
  width: 56px;
}
@media screen and (max-width: 768px) {
  .life-gridbox li:nth-child(2) img {
    width: 49px;
  }
}
.life-gridbox li:nth-child(3) img {
  width: 75px;
}
@media screen and (max-width: 768px) {
  .life-gridbox li:nth-child(3) img {
    width: 66px;
  }
}
.life-gridbox li:nth-child(4) img {
  width: 63px;
}
@media screen and (max-width: 768px) {
  .life-gridbox li:nth-child(4) img {
    width: 56px;
  }
}
.life-gridbox li:nth-child(5) img {
  width: 66px;
}
@media screen and (max-width: 768px) {
  .life-gridbox li:nth-child(5) img {
    width: 58px;
  }
}
.life-gridbox li:nth-child(6) img {
  width: 74px;
}
@media screen and (max-width: 768px) {
  .life-gridbox li:nth-child(6) img {
    width: 64px;
  }
}
.life-gridbox li:nth-child(7) img {
  width: 64px;
}
@media screen and (max-width: 768px) {
  .life-gridbox li:nth-child(7) img {
    width: 57px;
  }
}
.life-gridbox li:nth-child(8) img {
  width: 57px;
}
@media screen and (max-width: 768px) {
  .life-gridbox li:nth-child(8) img {
    width: 49px;
  }
}

.heading2-main {
  margin-bottom: 50px;
  font-size: 2.5rem;
  font-weight: 500;
  display: grid;
  grid-template-columns: 1fr 10px 174px 1fr;
  grid-template-rows: 1fr 4px;
  row-gap: 10px;
  column-gap: 4px;
}
@media screen and (max-width: 768px) {
  .heading2-main {
    margin-bottom: 30px;
    font-size: 1.75rem;
    grid-template-columns: 1fr 7px 120px 1fr;
    grid-template-rows: 1fr 3px;
    column-gap: 2px;
    row-gap: 2px;
  }
}
.heading2-main span {
  grid-column: 1/5;
  grid-row: 1/2;
  display: flex;
  justify-content: center;
}
.heading2-main::before {
  grid-column: 2/3;
  grid-row: 2/3;
  content: "";
  display: block;
  width: 10px;
  height: 4px;
  background-color: #0488b3;
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  .heading2-main::before {
    width: 7px;
    height: 2px;
  }
}
.heading2-main::after {
  grid-column: 3/4;
  grid-row: 2/3;
  content: "";
  display: block;
  width: 174px;
  height: 4px;
  background-color: #0488b3;
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  .heading2-main::after {
    width: 120px;
    height: 2px;
  }
}

.heading2-deco {
  margin-bottom: 70px;
  font-size: 2.5rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
}
@media screen and (max-width: 768px) {
  .heading2-deco {
    row-gap: 0;
    margin-bottom: 20px;
    font-size: 1.75rem;
  }
}
.heading2-deco::before {
  content: "";
  display: block;
  width: 157px;
  height: 63px;
  background-image: url("../img_top/deco_heading_top.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .heading2-deco::before {
    width: 116px;
    height: 47px;
  }
}

.heading2-plain {
  margin-bottom: 30px;
  font-size: 2.5rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .heading2-plain {
    margin-bottom: 20px;
    font-size: 1.75rem;
  }
}

.heading3 {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  font-weight: 500;
  font-size: 1.875rem;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .heading3 {
    font-size: 1.125rem;
    margin-bottom: 25px;
    row-gap: 5px;
  }
}
.heading3::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  border-radius: 1.13px;
  background-color: #0488b3;
}
@media screen and (max-width: 768px) {
  .heading3::after {
    width: 38px;
    height: 2px;
  }
}

@media print, screen and (min-width: 769px) {
  .countdown {
    margin: 100px auto 0;
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .countdown {
    margin-top: 70px;
    padding: 0 5.8666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .countdown .cd-box {
    display: flex;
    outline: 2px solid #fff;
    outline-offset: -5px;
  }
}
@media screen and (max-width: 768px) {
  .countdown .cd-box {
    position: relative;
  }
  .countdown .cd-box::before {
    border: 1px solid #fff;
    border-radius: 5px;
    bottom: 5px;
    content: "";
    left: 5px;
    display: inline-block;
    position: absolute;
    pointer-events: none;
    right: 5px;
    top: 5px;
    z-index: 10;
  }
}
@media print, screen and (min-width: 769px) {
  .countdown .photo {
    width: var(--pcImgWidth);
  }
}
@media print, screen and (min-width: 769px) {
  .countdown .photo img {
    border-radius: 5px 0 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .countdown .photo img {
    border-radius: 5px 5px 0 0;
  }
}
.countdown .bloc {
  background: url(../img_top/coutndown_bg.png) center center/cover no-repeat;
}
@media print, screen and (min-width: 769px) {
  .countdown .bloc {
    flex-grow: 1;
    padding: 25px 20px;
    min-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .countdown .bloc {
    border-radius: 0 0 5px 5px;
    min-height: 140px;
  }
}
@media screen and (max-width: 768px) {
  .countdown .bloc .cd-main {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    min-height: 140px;
    padding: 15px 30px;
  }
}
.countdown .bloc .cd-description-text {
  line-height: 1.2;
}
@media print, screen and (min-width: 769px) {
  .countdown .bloc .cd-description-text {
    font-size: 1.125rem;
    text-align: center;
  }
}
.countdown .bloc .cd-before-event {
  align-items: flex-end;
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .countdown .bloc .cd-before-event {
    margin-top: 25px;
  }
}
.countdown .bloc .cd-on-event, .countdown .bloc .cd-after-event {
  text-align: center;
}
.countdown .bloc .cd-on-event .on-event-text, .countdown .bloc .cd-on-event .after-event-text, .countdown .bloc .cd-after-event .on-event-text, .countdown .bloc .cd-after-event .after-event-text {
  font-size: 1.875rem;
  display: inline-block;
  font-weight: bold;
  margin-top: 35px;
}
@media print, screen and (min-width: 769px) {
  .countdown .bloc .pref-text {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .countdown .bloc .pref-text {
    font-size: 1.5rem;
  }
}
.countdown .bloc .count {
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .countdown .bloc .count {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .countdown .bloc .count {
    font-size: 3.125rem;
    margin: 0 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .countdown .bloc .day {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .countdown .bloc .day {
    font-size: 1.5rem;
    line-height: 1.1;
  }
}

.splide.countdown-slider {
  --pcImgWidth: 400px;
  --pcImgHeight: 170px;
  --spImgWidth: 100%;
  --spImgHeight: 140px;
  --pcGap: 0;
  --spGap: 0;
}
.splide.countdown-slider .splide-wrapper {
  position: relative;
}
.splide.countdown-slider .splide__track {
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .splide__slide {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .splide.countdown-slider .splide__slide {
    width: 100%;
  }
}
.splide.countdown-slider .splide__slide a {
  display: inline-block;
  width: 100%;
}
.splide.countdown-slider .splide__slide img {
  object-fit: cover;
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .splide__slide img {
    width: var(--pcImgWidth);
    height: var(--pcImgHeight);
  }
}
@media screen and (max-width: 768px) {
  .splide.countdown-slider .splide__slide img {
    width: var(--spImgWidth);
    height: var(--spImgHeight);
  }
}
.splide.countdown-slider .splide__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.splide.countdown-slider .splide__arrow {
  opacity: 1 !important;
  height: 50px;
  top: 80px !important;
  width: 50px;
}
@media screen and (max-width: 768px) {
  .splide.countdown-slider .splide__arrow {
    height: 36px;
    width: 36px;
    top: calc((100% - 36px) / 2) !important;
    transform: translateY(-50%);
  }
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .splide__arrow:hover {
    opacity: 0.85;
  }
}
.splide.countdown-slider .splide__arrow:focus-visible {
  outline-offset: 0 !important;
  outline: 1px solid #fff !important;
  box-shadow: 0 0 0 2px #000;
}
.splide.countdown-slider .splide__arrow--prev {
  background: url(../img_top/prev.png) center center no-repeat;
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .splide__arrow--prev {
    left: -70px;
  }
}
@media screen and (max-width: 768px) {
  .splide.countdown-slider .splide__arrow--prev {
    background-size: 36px;
    left: 2px;
  }
}
.splide.countdown-slider .splide__arrow--next {
  background: url(../img_top/next.png) center center no-repeat;
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .splide__arrow--next {
    right: -70px;
  }
}
@media screen and (max-width: 768px) {
  .splide.countdown-slider .splide__arrow--next {
    background-size: 36px;
    right: 2px;
  }
}
.splide.countdown-slider .splide__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .splide__controls {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .splide.countdown-slider .splide__controls {
    margin-top: 10px;
  }
}
.splide.countdown-slider .splide__pagination {
  padding: 0;
  position: initial;
  gap: 4px;
}
.splide.countdown-slider .splide__pagination li {
  display: flex;
}
.splide.countdown-slider .splide__pagination__page {
  margin: 0;
  width: 12px;
  height: 12px;
  background: #fff;
  outline: 1px solid #25769e;
  outline-offset: -2px;
  transition: initial;
  opacity: initial;
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .splide__pagination__page:hover {
    opacity: 0.85;
  }
}
.splide.countdown-slider .splide__pagination__page.is-active {
  border-radius: 6px;
  background-color: #25769e;
  border: 1px solid #fff;
  height: 12px;
  width: 50px;
  transform: none !important;
}
.splide.countdown-slider .splide__pagination__page.is-active:focus-visible {
  outline-offset: 0;
  outline: 1px solid #000;
  border: 1px solid #fff;
}
.splide.countdown-slider .splide__toggle {
  border: none;
  background: transparent;
  width: 36px;
  height: 36px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .splide__toggle:hover {
    opacity: 0.85;
  }
}
.splide.countdown-slider .splide__toggle:focus-visible {
  outline-offset: 0 !important;
  outline: 1px solid #fff !important;
  box-shadow: 0 0 0 2px #000;
}
.splide.countdown-slider .splide__toggle span {
  margin: auto;
  width: 36px;
  height: 36px;
  position: absolute;
  inset: 0;
}
.splide.countdown-slider .splide__toggle__play {
  background: url(../img_top/start.png) center center no-repeat !important;
}
.splide.countdown-slider .splide__toggle__pause {
  background: url(../img_top/stop.png) center center no-repeat !important;
}
.splide.countdown-slider:not(.is-active) {
  visibility: visible !important;
}
.splide.countdown-slider:not(.is-active) .splide__list {
  display: flex !important;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider:not(.is-active) .splide__list {
    gap: var(--pcGap);
  }
}
@media screen and (max-width: 768px) {
  .splide.countdown-slider:not(.is-active) .splide__list {
    gap: var(--spGap);
  }
}
.splide.countdown-slider:not(.is-active) .splide__slide:last-child {
  margin: 0 !important;
}
.splide.countdown-slider:not(.is-active) .splide__arrows {
  display: none;
}
.splide.countdown-slider:not(.is-active) .splide__toggle {
  display: none;
}

.news {
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .news {
    margin-top: 80px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .news {
    padding-bottom: 90px;
    margin-top: 55px;
  }
}
.news::before {
  background: url(../img_top/news.png) center center no-repeat;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 237px;
  left: 0;
  position: absolute;
  width: 327px;
}
@media screen and (max-width: 768px) {
  .news::before {
    background-size: 34.6666666667vw 140px;
    height: 140px;
    width: 34.6666666667vw;
  }
}

.news-tab .tab-nav > .list {
  display: flex;
  gap: 10px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .news-tab .tab-nav > .list {
    gap: 6px;
  }
}
.news-tab .tab-nav > .list li {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.news-tab .tab-nav > .list a {
  color: #333;
  position: relative;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .news-tab .tab-nav > .list a {
    font-size: 1rem;
  }
}
.news-tab .tab-nav > .list a span {
  padding: 12px;
  display: block;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .news-tab .tab-nav > .list a span {
    padding: 6px;
  }
}
.news-tab .tab-nav > .list li[aria-selected=true] a {
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .news-tab .tab-nav > .list li[aria-selected=true] a:hover {
    text-decoration: underline;
  }
}
.news-tab .tab-nav > .list li[aria-selected=true] a span {
  position: relative;
  background-color: #a4cb6d;
}
.news-tab .tab-nav > .list li[aria-selected=false] a {
  text-decoration: underline;
  position: relative;
}
.news-tab .tab-nav > .list li[aria-selected=false] a::after {
  content: "";
  display: block;
  width: 24px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 14px;
  translate: 0 -50%;
  background-image: url("../img_common/icon_arrow_green.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .news-tab .tab-nav > .list li[aria-selected=false] a::after {
    width: 13px;
    height: 8px;
    right: 6px;
  }
}
@media print, screen and (min-width: 769px) {
  .news-tab .tab-nav > .list li[aria-selected=false] a:hover {
    text-decoration: none;
  }
}
.news-tab .tab-nav > .list li[aria-selected=false] a span {
  background-color: #fff;
}
@media print, screen and (min-width: 769px) {
  .news-tab .tab-nav > .list li[aria-selected=false] a span {
    padding: 12px 35px;
  }
}
@media screen and (max-width: 768px) {
  .news-tab .tab-nav > .list li[aria-selected=false] a span {
    padding: 1.6vw 6.6666666667vw 1.6vw 4vw;
  }
}
.news-tab .tab-in .box-in {
  border: 2px solid #a4cb6d;
  border-radius: 5px;
  padding: 24px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .news-tab .tab-in .box-in {
    padding: 11px;
  }
}
.news-tab .box-in {
  background-color: #fff;
}
.news-tab .in {
  margin-top: 9px;
}
@media screen and (max-width: 768px) {
  .news-tab .in {
    margin-top: 6px;
  }
}
.auto-output {
  background-color: #fff;
}
.auto-output .pageListBlock {
  height: 265px;
  overflow: auto;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .auto-output .pageListBlock {
    height: 300px;
  }
}
.auto-output .list {
  margin-top: 6px;
  display: flex;
  column-gap: 30px;
}
.auto-output .list:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 769px) {
  .auto-output .list {
    padding: 6px 0;
  }
}
@media screen and (max-width: 768px) {
  .auto-output .list {
    display: block;
    margin-top: 10px;
    padding: 3px 0;
  }
}
.auto-output .date {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .auto-output .date {
    display: block;
    font-size: 1rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 768px) {
  .auto-output .txt {
    display: block;
  }
}
.auto-output .pageLink {
  color: #333;
  line-height: inherit;
}
@media screen and (max-width: 768px) {
  .auto-output .pageLink {
    font-size: 1rem;
    line-height: 1.75;
  }
  .auto-output .pageLink:focus-within {
    outline-offset: -1px;
  }
}

.news-tab-area-action {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .news-tab-area-action {
    margin-top: 20px;
  }
}
.news-tab-area-action a {
  padding-right: 38px;
  padding-left: 38px;
  color: #333;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1.125rem;
  background-color: #fff;
  border-radius: 9999px;
  position: relative;
  background-color: #a4cb6d;
  width: 300px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .news-tab-area-action a {
    padding-right: 28px;
    padding-left: 28px;
  }
}
@-moz-document url-prefix() {
  .news-tab-area-action a:focus-visible {
    border: 3px solid #fff;
    outline: #000 2px solid;
    outline-offset: -2px;
  }
}
.news-tab-area-action a::after {
  content: "";
  display: block;
  width: 24px;
  height: 11px;
  background-image: url("../img_common/icon_arrow_white.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .news-tab-area-action a::after {
    right: 8px;
  }
}
@media print, screen and (min-width: 769px) {
  .news-tab-area-action a:hover {
    text-decoration: underline;
  }
}

.event-calender-action {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.event-calender-action a {
  color: #fff;
  display: block;
  padding: 6px 38px;
  font-size: 1rem;
  background-color: #fff;
  border-radius: 9999px;
  position: relative;
  background-color: #25769e;
  width: 260px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .event-calender-action a {
    padding: 3.7333333333vw 30px;
    width: 100%;
  }
}
.event-calender-action a::after {
  content: "";
  display: block;
  width: 24px;
  height: 11px;
  background-image: url("../img_common/icon_arrow_white.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .event-calender-action a::after {
    right: 8px;
  }
}
@media print, screen and (min-width: 769px) {
  .event-calender-action a:hover {
    text-decoration: underline;
  }
}
.event-calender-action a:focus-visible {
  outline: 1px solid #000;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px #fff;
}

.news-inner {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .news-inner {
    width: 1100px;
  }
}
@media screen and (max-width: 768px) {
  .news-inner {
    padding: 0 23px;
  }
}

@media print, screen and (min-width: 769px) {
  .news-container {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 100px;
  }
}

.news-tab-area {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .news-tab-area {
    width: 680px;
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .news-tab-area {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
.news-tab-area::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: inherit;
  position: absolute;
  top: 0;
  right: -66px;
  z-index: -1;
  background-color: #eaf7d7;
  border-radius: 0 50px 50px 0;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .news-tab-area::before {
    right: 0;
    left: -23px;
    width: calc(100% + 23px + 23px - 10px);
  }
}

.event-calender {
  flex: 1;
}
@media print, screen and (min-width: 769px) {
  .event-calender {
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .event-calender {
    padding-top: 20px;
    position: relative;
  }
}

.event-calender-bg {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 769px) {
  .event-calender-bg {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .event-calender-bg {
    padding-top: 0;
  }
}
.event-calender-bg::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #d6e5e8;
  position: absolute;
  top: 0;
  left: -70px;
  z-index: -1;
  border-radius: 50px 0 0 50px;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .event-calender-bg::before {
    top: -60px;
    left: -13px;
    height: calc(100% + 60px);
    width: calc(100% + 23px + 23px - 10px);
  }
}

.event-calender-body .mini-calendar .ctrl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.event-calender-body .mini-calendar .ctrl a img {
  width: 38px;
  height: 38px;
}
.event-calender-body .mini-calendar .ctrl .date {
  display: flex;
  align-items: center;
  gap: 0 11px;
}
.event-calender-body .mini-calendar .ctrl .date .year-txt {
  padding-top: 3px;
  font-size: 1.125rem;
  font-weight: 500;
}
.event-calender-body .mini-calendar .ctrl .date .date-txt {
  font-size: 1.875rem;
  font-weight: 500;
}
.event-calender-body .mini-calendar .calendar-area {
  width: 100%;
  border-collapse: separate;
  border-collapse: collapse;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .event-calender-body .mini-calendar .calendar-area {
    border-spacing: 4px;
  }
}
.event-calender-body .mini-calendar .calendar-area tr {
  height: 65px;
}
.event-calender-body .mini-calendar .calendar-area tr:last-of-type td {
  border-bottom: none;
}
.event-calender-body .mini-calendar .calendar-area tr:last-of-type td:first-of-type {
  border-radius: 0 0 0 5px;
}
.event-calender-body .mini-calendar .calendar-area tr:last-of-type td:last-of-type {
  border-radius: 0 0 5px 0;
}
.event-calender-body .mini-calendar .calendar-area th, .event-calender-body .mini-calendar .calendar-area td {
  text-align: center;
  font-weight: bold;
  border: 1px solid #d3d3d3;
  font-size: 1.125rem;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .event-calender-body .mini-calendar .calendar-area th, .event-calender-body .mini-calendar .calendar-area td {
    width: 43px;
  }
}
@media screen and (max-width: 768px) {
  .event-calender-body .mini-calendar .calendar-area th, .event-calender-body .mini-calendar .calendar-area td {
    width: 82px;
  }
}
.event-calender-body .mini-calendar .calendar-area th {
  border-top: none;
  background-color: #f1f1f1;
}
.event-calender-body .mini-calendar .calendar-area th.sun {
  background-color: #f9ecec;
  color: #c21e1f;
  border-left: none;
  border-radius: 5px 0 0 0;
}
.event-calender-body .mini-calendar .calendar-area th.sat {
  background-color: #e6f2f8;
  color: #226d90;
  border-right: none;
  border-radius: 0 5px 0 0;
}
.event-calender-body .mini-calendar .calendar-area td {
  background-color: #fff;
}
.event-calender-body .mini-calendar .calendar-area td:first-of-type {
  border-left: none;
  background-color: #f9ecec;
}
.event-calender-body .mini-calendar .calendar-area td:last-of-type {
  border-right: none;
  background-color: #e6f2f8;
}

.kikishirube {
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .kikishirube h2 {
    text-align: center;
  }
  .kikishirube h2 span {
    line-height: 1.2;
  }
}
@media print, screen and (min-width: 769px) {
  .kikishirube .img-box {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .kikishirube .img-box {
    margin-bottom: 10px;
  }
}
.kikishirube .txt {
  display: block;
}
.kikishirube a {
  display: inline-block;
  color: #333;
  font-feature-settings: "palt";
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .kikishirube a {
    font-size: 1rem;
  }
  .kikishirube a:hover {
    text-decoration: underline;
  }
  .kikishirube a:hover img {
    opacity: 0.85;
  }
}
.kikishirube .splide.kikishirube-slider {
  --pcImgWidth: 350px;
  --pcImgHeight: 234px;
  --spImgWidth: 88vw;
  --spImgHeight: 57.0666666vw;
  --pcGap: 0;
  --spGap: 0;
}
.kikishirube .splide.kikishirube-slider .splide-wrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  .kikishirube .splide.kikishirube-slider .splide-wrapper {
    margin: 0 auto;
    width: 88vw;
  }
}
.kikishirube .splide.kikishirube-slider .splide__track {
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .kikishirube .splide.kikishirube-slider .splide__slide {
    width: var(--pcImgWidth);
  }
}
@media screen and (max-width: 768px) {
  .kikishirube .splide.kikishirube-slider .splide__slide {
    width: var(--spImgWidth);
  }
}
.kikishirube .splide.kikishirube-slider .splide__slide a {
  display: inline-block;
  width: 100%;
}
.kikishirube .splide.kikishirube-slider .splide__slide img {
  border-radius: 5px;
  object-fit: cover;
}
@media print, screen and (min-width: 769px) {
  .kikishirube .splide.kikishirube-slider .splide__slide img {
    width: var(--pcImgWidth);
    height: var(--pcImgHeight);
  }
}
@media screen and (max-width: 768px) {
  .kikishirube .splide.kikishirube-slider .splide__slide img {
    width: var(--spImgWidth);
    height: var(--spImgHeight);
  }
}
.kikishirube .splide.kikishirube-slider .splide__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.kikishirube .splide.kikishirube-slider .splide__arrow {
  background: transparent;
  right: initial;
  left: initial;
  transform: initial;
  opacity: initial;
  border-radius: initial;
  height: 38px;
  width: 38px;
  position: absolute;
}
.kikishirube .splide.kikishirube-slider .splide__arrow::before {
  content: "";
  display: block;
  margin: auto;
  inset: 0;
  width: 38px;
  height: 38px;
}
@media print, screen and (min-width: 769px) {
  .kikishirube .splide.kikishirube-slider .splide__arrow:hover {
    opacity: 0.85;
  }
}
.kikishirube .splide.kikishirube-slider .splide__arrow:focus-visible {
  outline-offset: 0 !important;
  outline: 1px solid #fff !important;
  box-shadow: 0 0 0 2px #000;
}
@media screen and (max-width: 768px) {
  .kikishirube .splide.kikishirube-slider .splide__arrow--prev {
    left: 4px;
    top: 100px;
  }
}
.kikishirube .splide.kikishirube-slider .splide__arrow--prev::before {
  background: url(../img_top/prev2.png) center center no-repeat;
}
@media screen and (max-width: 768px) {
  .kikishirube .splide.kikishirube-slider .splide__arrow--next {
    right: 4px;
    top: 100px;
  }
}
.kikishirube .splide.kikishirube-slider .splide__arrow--next::before {
  background: url(../img_top/next2.png) center center no-repeat;
}
.kikishirube .splide.kikishirube-slider .splide__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media print, screen and (min-width: 769px) {
  .kikishirube .splide.kikishirube-slider .splide__controls {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .kikishirube .splide.kikishirube-slider .splide__controls {
    margin-top: 10px;
  }
}
.kikishirube .splide.kikishirube-slider .splide__pagination {
  padding: 0;
  position: initial;
  gap: 4px;
}
.kikishirube .splide.kikishirube-slider .splide__pagination li {
  display: flex;
}
.kikishirube .splide.kikishirube-slider .splide__pagination__page {
  margin: 0;
  width: 12px;
  height: 12px;
  background: #e8e366;
  outline: 1px solid #333;
  outline-offset: -2px;
  transition: initial;
  opacity: initial;
}
@media print, screen and (min-width: 769px) {
  .kikishirube .splide.kikishirube-slider .splide__pagination__page:hover {
    opacity: 0.85;
  }
}
.kikishirube .splide.kikishirube-slider .splide__pagination__page.is-active {
  border-radius: 6px;
  background-color: #333;
  border: 1px solid #fff;
  height: 12px;
  width: 50px;
  transform: none !important;
}
.kikishirube .splide.kikishirube-slider .splide__pagination__page.is-active:focus-visible {
  outline-offset: 0;
  outline: 1px solid #000;
  border: 1px solid #fff;
}
.kikishirube .splide.kikishirube-slider .splide__toggle {
  border: none;
  background: transparent;
  width: 36px;
  height: 36px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .kikishirube .splide.kikishirube-slider .splide__toggle:hover {
    opacity: 0.85;
  }
}
.kikishirube .splide.kikishirube-slider .splide__toggle:focus-visible {
  outline-offset: 0 !important;
  outline: 1px solid #fff !important;
  box-shadow: 0 0 0 2px #000;
}
.kikishirube .splide.kikishirube-slider .splide__toggle span {
  margin: auto;
  width: 36px;
  height: 36px;
  position: absolute;
  inset: 0;
}
.kikishirube .splide.kikishirube-slider .splide__toggle__play {
  background: url(../img_top/start2.png) center center no-repeat !important;
  background-size: 36px;
}
.kikishirube .splide.kikishirube-slider .splide__toggle__pause {
  background: url(../img_top/stop2.png) center center no-repeat !important;
  background-size: 36px;
}
.kikishirube .splide.kikishirube-slider:not(.is-active) {
  visibility: visible !important;
}
.kikishirube .splide.kikishirube-slider:not(.is-active) .splide__list {
  display: flex !important;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .kikishirube .splide.kikishirube-slider:not(.is-active) .splide__list {
    gap: 0 45px;
  }
}
@media screen and (max-width: 768px) {
  .kikishirube .splide.kikishirube-slider:not(.is-active) .splide__list {
    gap: var(--spGap);
  }
}
.kikishirube .splide.kikishirube-slider:not(.is-active) .splide__slide:last-child {
  margin: 0 !important;
}
.kikishirube .splide.kikishirube-slider:not(.is-active) .splide__arrows {
  display: none;
}
.kikishirube .splide.kikishirube-slider:not(.is-active) .splide__toggle {
  display: none;
}
.kikishirube .more {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .kikishirube .more {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .kikishirube .more {
    margin-top: 20px;
  }
}
.kikishirube .more a {
  background: url(../img_common/icon_arrow_black.png) center right 22px no-repeat;
  color: #333;
  display: inline-block;
  background-color: #fff;
  border-radius: 9999px;
  position: relative;
  background-color: #e8e366;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .kikishirube .more a {
    padding: 10px 75px;
  }
}
@media screen and (max-width: 768px) {
  .kikishirube .more a {
    font-size: 1.125rem;
    line-height: 1.2;
    padding: 2.1333333333vw 10.6666666667vw;
    width: 88vw;
  }
}
.kikishirube .more a:hover {
  text-decoration: underline;
}
@-moz-document url-prefix() {
  .kikishirube .more a:focus-visible {
    border: 4px solid #fff;
    outline: #000 2px solid;
    outline-offset: -2px;
  }
}

.pickup {
  background-color: #eff5f6;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .pickup {
    margin-top: 150px;
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .pickup {
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow-x: clip;
  }
}
.pickup::before {
  background: url(../img_top/pickup_bg.png) center center no-repeat;
  content: "";
  display: inline-block;
  height: 220px;
  position: absolute;
  top: -155px;
  right: 0;
  width: 324px;
}
@media screen and (max-width: 768px) {
  .pickup::before {
    background-size: 39.4666666667vw 100px;
    height: 100px;
    top: -72px;
    right: -5px;
    width: 39.4666666667vw;
  }
}
.pickup::after {
  background: url(../img_top/pickup_bg2.png) center center no-repeat;
  bottom: -118px;
  content: "";
  display: inline-block;
  left: 0;
  height: 176px;
  position: absolute;
  width: 202px;
}
@media screen and (max-width: 768px) {
  .pickup::after {
    background-size: 25.0666666667vw 82px;
    bottom: -60px;
    height: 82px;
    width: 25.0666666667vw;
  }
}

.splide.pickup-slider {
  --pcImgWidth: 320px;
  --pcImgHeight: 120px;
  --spImgWidth: 85vw;
  --spImgHeight: 120px;
  --pcGap: 20px;
  --spGap: 2.6vw;
}
.splide.pickup-slider .splide-wrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  .splide.pickup-slider .splide-wrapper {
    overflow: hidden;
  }
}
.splide.pickup-slider .splide__track {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .splide.pickup-slider .splide__track {
    overflow: hidden;
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .splide.pickup-slider .splide__track {
    overflow: visible !important;
    width: 85vw;
  }
}
@media print, screen and (min-width: 769px) {
  .splide.pickup-slider .splide__slide {
    width: var(--pcImgWidth);
  }
}
@media screen and (max-width: 768px) {
  .splide.pickup-slider .splide__slide {
    width: var(--spImgWidth);
  }
}
.splide.pickup-slider .splide__slide a {
  display: inline-block;
  width: 100%;
}
.splide.pickup-slider .splide__slide a:focus-visible::before {
  outline: 2px solid #333;
  outline-offset: -1px;
  border: 4px solid #fff;
}
.splide.pickup-slider .splide__slide img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  .splide.pickup-slider .splide__slide img {
    width: var(--pcImgWidth);
    height: var(--pcImgHeight);
  }
}
@media screen and (max-width: 768px) {
  .splide.pickup-slider .splide__slide img {
    width: var(--spImgWidth);
    height: var(--spImgHeight);
  }
}
.splide.pickup-slider .splide__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.splide.pickup-slider .splide__arrow {
  opacity: 1 !important;
  height: 50px;
  top: 80px !important;
  width: 50px;
}
@media print, screen and (min-width: 769px) {
  .splide.pickup-slider .splide__arrow {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .splide.pickup-slider .splide__arrow {
    height: 38px;
    width: 38px;
    top: 62px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .splide.pickup-slider .splide__arrow:hover {
    opacity: 0.85;
  }
}
.splide.pickup-slider .splide__arrow:focus-visible {
  outline-offset: 0 !important;
  outline: 1px solid #fff !important;
  box-shadow: 0 0 0 2px #000;
}
.splide.pickup-slider .splide__arrow--prev {
  background: url(../img_top/prev.png) center center no-repeat;
}
@media print, screen and (min-width: 769px) {
  .splide.pickup-slider .splide__arrow--prev {
    left: -70px;
  }
}
@media screen and (max-width: 768px) {
  .splide.pickup-slider .splide__arrow--prev {
    background-size: 38px;
    left: 4px;
  }
}
.splide.pickup-slider .splide__arrow--next {
  background: url(../img_top/next.png) center center no-repeat;
}
@media print, screen and (min-width: 769px) {
  .splide.pickup-slider .splide__arrow--next {
    right: -70px;
  }
}
@media screen and (max-width: 768px) {
  .splide.pickup-slider .splide__arrow--next {
    background-size: 38px;
    right: 4px;
  }
}
.splide.pickup-slider .splide__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media print, screen and (min-width: 769px) {
  .splide.pickup-slider .splide__controls {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .splide.pickup-slider .splide__controls {
    margin-top: 10px;
  }
}
.splide.pickup-slider .splide__pagination {
  padding: 0;
  position: initial;
  gap: 4px;
}
.splide.pickup-slider .splide__pagination li {
  display: flex;
}
.splide.pickup-slider .splide__pagination__page {
  margin: 0;
  width: 12px;
  height: 12px;
  background: #fff;
  outline: 1px solid #25769e;
  outline-offset: -2px;
  transition: initial;
  opacity: initial;
}
@media print, screen and (min-width: 769px) {
  .splide.pickup-slider .splide__pagination__page:hover {
    opacity: 0.85;
  }
}
.splide.pickup-slider .splide__pagination__page.is-active {
  border-radius: 6px;
  background-color: #25769e;
  border: 1px solid #fff;
  height: 12px;
  width: 50px;
  transform: none !important;
}
.splide.pickup-slider .splide__pagination__page.is-active:focus-visible {
  outline-offset: 0;
  outline: 1px solid #000;
  border: 1px solid #fff;
}
.splide.pickup-slider .splide__toggle {
  border: none;
  background: transparent;
  width: 36px;
  height: 36px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .splide.pickup-slider .splide__toggle:hover {
    opacity: 0.85;
  }
}
.splide.pickup-slider .splide__toggle:focus-visible {
  outline-offset: 0 !important;
  outline: 1px solid #fff !important;
  box-shadow: 0 0 0 2px #000;
}
.splide.pickup-slider .splide__toggle span {
  margin: auto;
  width: 36px;
  height: 36px;
  position: absolute;
  inset: 0;
}
.splide.pickup-slider .splide__toggle__play {
  background: url(../img_top/start.png) center center no-repeat !important;
}
.splide.pickup-slider .splide__toggle__pause {
  background: url(../img_top/stop.png) center center no-repeat !important;
}
.splide.pickup-slider:not(.is-active) {
  visibility: visible !important;
}
.splide.pickup-slider:not(.is-active) .splide__list {
  display: flex !important;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .splide.pickup-slider:not(.is-active) .splide__list {
    gap: var(--pcGap);
  }
}
@media screen and (max-width: 768px) {
  .splide.pickup-slider:not(.is-active) .splide__list {
    gap: var(--spGap);
  }
}
.splide.pickup-slider:not(.is-active) .splide__slide:last-child {
  margin: 0 !important;
}
.splide.pickup-slider:not(.is-active) .splide__arrows {
  display: none;
}
.splide.pickup-slider:not(.is-active) .splide__toggle {
  display: none;
}

.kihon {
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .kihon {
    margin-top: 90px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .kihon {
    margin-top: 80px;
    padding-bottom: 50px;
  }
}

.kihon-inner {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .kihon-inner {
    margin: 0 auto;
    width: 1100px;
  }
}
.kihon-inner::after {
  background: url(../img_top/kihon_bg.png) center center no-repeat;
  bottom: -85px;
  content: "";
  display: inline-block;
  height: 218px;
  position: absolute;
  right: -172px;
  width: 205px;
}
@media screen and (max-width: 768px) {
  .kihon-inner::after {
    background-size: 21.3333333333vw 85px;
    bottom: -50px;
    height: 85px;
    right: -3.2vw;
    width: 21.3333333333vw;
  }
}

.shisei {
  padding: 50px 80px;
  background-color: #f7fcef;
  border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 768px) {
  .shisei {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-right: 23px;
    padding-left: 23px;
  }
}

.shisei-links {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 35px;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .shisei-links {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
  }
}

.saiyou {
  padding: 20px 50px 50px;
  background-color: #eff5f6;
}
@media screen and (max-width: 768px) {
  .saiyou {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 23px;
    padding-left: 23px;
  }
}

.kihon-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 30px 50px 50px;
  background-color: #f7fcef;
  column-gap: 40px;
}
@media print, screen and (min-width: 769px) {
  .kihon-bottom {
    border-radius: 0 0 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .kihon-bottom {
    padding-top: 30px;
    padding-bottom: 50px;
    padding-right: 23px;
    padding-left: 23px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.kouhou-contents {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 30px;
}
@media screen and (max-width: 768px) {
  .kouhou-contents {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .kouhou-img {
    display: flex;
    justify-content: center;
  }
}
.kouhou-img img {
  width: 160px;
  height: 225px;
  object-fit: contain;
  box-shadow: 10px 10px 0 #e4f0d0;
}
@media screen and (max-width: 768px) {
  .kouhou-img img {
    width: 42.6666666667vw;
    height: 60vw;
  }
}

@media print, screen and (min-width: 769px) {
  .koe {
    padding-left: 65px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .koe {
    margin-top: 30px;
  }
}

.kihon-links-large {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 20px;
  align-self: start;
}
@media screen and (max-width: 768px) {
  .kihon-links-large {
    margin-top: 30px;
    row-gap: 10px;
  }
}
.kihon-links-large .item a {
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 20px;
  display: block;
  color: #333;
  background-color: #fff;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 500;
  border-top: 2px solid #94bc5b;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .kihon-links-large .item a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media print, screen and (min-width: 769px) {
  .kihon-links-large .item a:hover {
    text-decoration: underline;
  }
}

.kihon-links-green .item a {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  display: block;
  color: #333;
  background-color: #fff;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 500;
  border-top: 2px solid #94bc5b;
  border-radius: 5px;
}
@media print, screen and (min-width: 769px) {
  .kihon-links-green .item a:hover {
    text-decoration: underline;
  }
}

.kihon-links-blue .item a {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  display: block;
  color: #333;
  background-color: #fff;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 500;
  border-top: 2px solid #0488b3;
  border-radius: 5px;
}
@media print, screen and (min-width: 769px) {
  .kihon-links-blue .item a:hover {
    text-decoration: underline;
  }
}

.shisei-main-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 30px;
}
@media screen and (max-width: 768px) {
  .shisei-main-links {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
  }
}
.shisei-main-links li {
  border-top: 2px solid #94bc5b;
  border-radius: 5px 0 5px 0;
}
.shisei-main-links .item a, .shisei-main-links .item .item-nolink {
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 1.25rem;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .shisei-main-links .item a, .shisei-main-links .item .item-nolink {
    font-size: 1.125rem;
  }
}
.shisei-main-links .item a:hover {
  text-decoration: underline;
}
.shisei-main-links .item .item-in {
  display: flex;
}
.shisei-main-links .item .item-txt {
  display: flex;
  align-items: center;
  flex: 1;
  background-color: inherit;
}
@media print, screen and (min-width: 769px) {
  .shisei-main-links .item .item-txt {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .shisei-main-links .item .item-txt {
    padding: 0 4vw;
  }
}
.shisei-main-links .item img {
  border-radius: 5px 0 0 5px;
  flex-shrink: 0;
  width: 200px;
  height: 120px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .shisei-main-links .item img {
    height: 88px;
    width: 38.6666666667vw;
  }
}

.related {
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .related-slider {
    margin: 0 auto;
    width: 1100px;
  }
}
@media screen and (max-width: 768px) {
  .related-slider {
    margin: 20px auto 0;
    max-width: 72vw;
  }
}
.related .splide.related-slider {
  --pcImgWidth: 190px;
  --pcImgHeight: 190px;
  --spImgWidth: 34vw;
  --spImgHeight: 34vw;
  --pcGap: 35px;
  --spGap: 2.5vw;
  padding-bottom: 2px;
}
.related .splide.related-slider .splide-wrapper {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .related .splide.related-slider .splide__track {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .related .splide.related-slider .splide__track {
    overflow: visible;
  }
}
@media print, screen and (min-width: 769px) {
  .related .splide.related-slider .splide__slide {
    width: var(--pcImgWidth);
  }
}
@media screen and (max-width: 768px) {
  .related .splide.related-slider .splide__slide {
    width: var(--spImgWidth);
  }
}
.related .splide.related-slider .splide__slide a {
  display: inline-block;
  width: 100%;
}
.related .splide.related-slider .splide__slide a:focus-visible::before {
  outline: 2px solid #333;
  outline-offset: -1px;
  border: 4px solid #fff;
}
.related .splide.related-slider .splide__slide img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  .related .splide.related-slider .splide__slide img {
    width: var(--pcImgWidth);
    height: var(--pcImgHeight);
  }
}
@media screen and (max-width: 768px) {
  .related .splide.related-slider .splide__slide img {
    width: var(--spImgWidth);
    height: var(--spImgHeight);
  }
}
.related .splide.related-slider .splide__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.related .splide.related-slider .splide__arrow {
  opacity: 1 !important;
  height: 50px;
  top: 90px !important;
  width: 50px;
}
@media screen and (max-width: 768px) {
  .related .splide.related-slider .splide__arrow {
    top: 65px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .related .splide.related-slider .splide__arrow:hover {
    opacity: 0.85;
  }
}
.related .splide.related-slider .splide__arrow:focus-visible {
  outline-offset: 0 !important;
  outline: 1px solid #fff !important;
  box-shadow: 0 0 0 2px #000;
}
.related .splide.related-slider .splide__arrow--prev {
  background: url(../img_top/prev.png) center center no-repeat;
}
@media print, screen and (min-width: 769px) {
  .related .splide.related-slider .splide__arrow--prev {
    left: -70px;
  }
}
@media screen and (max-width: 768px) {
  .related .splide.related-slider .splide__arrow--prev {
    background-size: 38px;
    left: -6.9333333333vw;
  }
}
.related .splide.related-slider .splide__arrow--next {
  background: url(../img_top/next.png) center center no-repeat;
}
@media print, screen and (min-width: 769px) {
  .related .splide.related-slider .splide__arrow--next {
    right: -70px;
  }
}
@media screen and (max-width: 768px) {
  .related .splide.related-slider .splide__arrow--next {
    background-size: 38px;
    right: -6.9333333333vw;
  }
}
.related .splide.related-slider .splide__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media print, screen and (min-width: 769px) {
  .related .splide.related-slider .splide__controls {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .related .splide.related-slider .splide__controls {
    margin-top: 10px;
  }
}
.related .splide.related-slider .splide__pagination {
  padding: 0;
  position: initial;
  gap: 4px;
}
.related .splide.related-slider .splide__pagination li {
  display: flex;
}
.related .splide.related-slider .splide__pagination__page {
  margin: 0;
  width: 12px;
  height: 12px;
  background: #fff;
  outline: 1px solid #25769e;
  outline-offset: -2px;
  transition: initial;
  opacity: initial;
}
@media print, screen and (min-width: 769px) {
  .related .splide.related-slider .splide__pagination__page:hover {
    opacity: 0.85;
  }
}
.related .splide.related-slider .splide__pagination__page.is-active {
  border-radius: 6px;
  background-color: #25769e;
  border: 1px solid #fff;
  height: 12px;
  width: 50px;
  transform: none !important;
}
.related .splide.related-slider .splide__pagination__page.is-active:focus-visible {
  outline-offset: 0;
  outline: 1px solid #000;
  border: 1px solid #fff;
}
.related .splide.related-slider .splide__toggle {
  border: none;
  background: transparent;
  width: 36px;
  height: 36px;
  position: relative;
}
.related .splide.related-slider .splide__toggle:focus-visible {
  outline-offset: 0 !important;
  outline: 1px solid #fff !important;
  box-shadow: 0 0 0 2px #000;
}
@media print, screen and (min-width: 769px) {
  .related .splide.related-slider .splide__toggle:hover {
    opacity: 0.85;
  }
}
@media screen and (max-width: 768px) {
  .related .splide.related-slider .splide__toggle:focus-within {
    outline-offset: -2px;
  }
}
.related .splide.related-slider .splide__toggle span {
  margin: auto;
  width: 36px;
  height: 36px;
  position: absolute;
  inset: 0;
}
.related .splide.related-slider .splide__toggle__play {
  background: url(../img_top/start.png) center center no-repeat !important;
}
.related .splide.related-slider .splide__toggle__pause {
  background: url(../img_top/stop.png) center center no-repeat !important;
}
.related .splide.related-slider:not(.is-active) {
  visibility: visible !important;
}
.related .splide.related-slider:not(.is-active) .splide__list {
  display: flex !important;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .related .splide.related-slider:not(.is-active) .splide__list {
    gap: var(--pcGap);
  }
}
@media screen and (max-width: 768px) {
  .related .splide.related-slider:not(.is-active) .splide__list {
    gap: var(--spGap);
  }
}
.related .splide.related-slider:not(.is-active) .splide__slide:last-child {
  margin: 0 !important;
}
.related .splide.related-slider:not(.is-active) .splide__arrows {
  display: none;
}
.related .splide.related-slider:not(.is-active) .splide__toggle {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .koukoku {
    margin-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .koukoku {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .koukoku .koukoku-inner {
    margin: 0 auto;
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .koukoku .koukoku-inner {
    padding-right: 23px;
    padding-left: 23px;
  }
}
.koukoku .koukoku-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 30px;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .koukoku .koukoku-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.koukoku .koukoku-item a {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .koukoku .koukoku-item a:hover {
    opacity: 0.85;
  }
}
.koukoku .koukoku-item img {
  object-fit: contain;
  aspect-ratio: 175/50;
  width: 100%;
  height: auto;
}
.koukoku .more {
  text-align: right;
}
@media print, screen and (min-width: 769px) {
  .koukoku .more {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .koukoku .more {
    margin-top: 20px;
  }
}
.koukoku .more a {
  display: inline-block;
  color: #333;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
#footer-print,
#footer-print *,
#footer-print *::before,
#footer-print *::after {
  box-sizing: border-box;
}

/*==================================
フッター
==================================*/
#footer {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #footer {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    margin-top: 90px;
  }
}

.footer-deco-top-left {
  position: absolute;
  top: -50px;
  left: calc(50% - 700px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .footer-deco-top-left {
    top: 0;
    left: 4vw;
    width: 26.4vw;
  }
}

.footer-pagetop {
  bottom: 20px;
  position: fixed;
  right: 16px;
  z-index: 5;
  opacity: 0; /* 初期状態で透明（非表示） */
  visibility: hidden; /* 初期状態で非表示 */
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 768px) {
  .footer-pagetop {
    top: 35px;
    top: 4.2666666667vw;
    right: 8px;
    right: 2.1333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .footer-pagetop img {
    width: 21.3333333333vw;
  }
}
@media print {
  .footer-pagetop {
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: -30px !important;
    bottom: auto !important;
  }
}

/* ボタン表示時のスタイル */
.footer-pagetop.is-show {
  opacity: 1; /* 不透明にして表示 */
  visibility: visible; /* 表示状態にする */
}

/* フッター手前で止めるためのスタイル */
/* JavaScriptでこのクラスを付与します */
.footer-pagetop.is-stop {
  position: absolute; /* 親要素基準の絶対位置に変更 */
  bottom: 100px; /* bottomを解除 */
}

.footer-inner {
  overflow: hidden;
}

.footer-deco-area {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer-deco-area {
    display: block;
  }
}
.footer-deco-area img {
  translate: 154px 0;
}
@media screen and (max-width: 768px) {
  .footer-deco-area img {
    translate: 0;
    width: 100%;
  }
}

.footer-area {
  background-color: #d7f0f0;
  background-image: url("../img_common/deco_footer_bottom_left.png"), url("../img_common/deco_footer_bottom_right.png"), url("../img_common/deco_footer_fish_1.png"), url("../img_common/deco_footer_fish_2.png"), url("../img_common/deco_footer_fish_3.png");
  background-size: auto, auto, auto, auto, auto;
  background-position: left calc(50% - 680px) bottom, right calc(50% - 680px) bottom, right calc(50% - 620px) top 42px, left calc(50% - 730px) top 157px, left calc(50% + 30px) bottom 116px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .footer-area {
    background-image: url("../img_common/deco_footer_bottom_left.png"), url("../img_common/deco_footer_bottom_right.png"), url("../img_common/deco_footer_fish_1.png"), url("../img_common/deco_footer_fish_2.png"), url("../img_common/deco_footer_bottom.png");
    background-size: auto, auto, auto, auto, 100% auto;
    background-position: left calc(50% - 680px) bottom, right calc(50% - 680px) bottom, right -7.4666666667vw bottom 173.3333333333vw, left -36.2666666667vw bottom 74.6666666667vw, left bottom;
    background-repeat: no-repeat;
  }
}

.footer-container {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .footer-container {
    padding: 32px 0;
    width: 1100px;
  }
}
@media screen and (max-width: 768px) {
  .footer-container {
    padding-top: 0;
    padding-right: 5.8666666667vw;
    padding-left: 5.8666666667vw;
    padding-bottom: 29.3333333333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .footer-address {
    display: flex;
    justify-content: space-between;
    column-gap: 32px;
  }
}

.footer-left {
  flex: 1;
}

.footer-main {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .footer-main-head {
    display: flex;
    align-items: end;
    column-gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .footer-logo {
    width: 66.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .footer-logo img {
    width: 100%;
  }
}

.footer-number {
  font-size: 0.875rem;
  line-height: 1;
}
.footer-number a[href^="tel:"] {
  text-decoration: none;
  color: #333;
}
@media screen and (max-width: 768px) {
  .footer-number {
    margin-top: 8px;
  }
}

.footer-main-info {
  margin-top: 27px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .footer-main-info {
    margin-top: 8vw;
  }
}

.footer-main-info-text {
  line-height: 1.375;
}
.footer-main-info-text a[href^="tel:"] {
  text-decoration: none;
  color: #333;
}

.footer-map {
  margin-top: 14px;
  translate: -32px 0;
}
@media screen and (max-width: 768px) {
  .footer-map {
    margin-top: -8vw;
    translate: 0;
    margin-left: calc(50% - 50vi - 60px);
    margin-left: calc(50% - 50vi - 16vw);
    margin-right: calc(50% - 50vi - 10px);
    margin-right: calc(50% - 50vi - 2.6666666667vw);
  }
}
@media screen and (max-width: 768px) {
  .footer-map img {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .footer-sub {
    width: 560px;
  }
}
@media screen and (max-width: 768px) {
  .footer-sub {
    margin-top: 8vw;
  }
}

.footer-sub-info {
  padding: 20px;
  background-color: #fff;
  border-right: 1px solid #0488b3;
  border-bottom: 1px solid #0488b3;
}
.footer-sub-info:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .footer-sub-info:not(:first-child) {
    margin-top: 5.3333333333vw;
    padding: 4.8vw;
  }
}

.footer-sub-title {
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .footer-sub-title {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-sub-title {
    font-size: 1.25rem;
  }
}

.footer-sub-text {
  margin-top: 6px;
}
@media print, screen and (min-width: 769px) {
  .footer-sub-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-sub-text {
    font-size: 0.875rem;
  }
}

.footer-sub-info-text {
  line-height: 1.375;
}
@media print, screen and (min-width: 769px) {
  .footer-sub-info-text {
    font-size: 0.875rem;
  }
}

.footer-action {
  margin-top: 20px;
}
@media print, screen and (min-width: 769px) {
  .footer-action {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .footer-action {
    margin-top: 8vw;
  }
}
.footer-action a {
  background-color: #25769e;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 9999px;
  background-image: url("../img_common/icon_arrow_white.png");
  background-repeat: no-repeat;
  background-size: 17px auto;
  background-position: right 16px center;
}
@media print, screen and (min-width: 769px) {
  .footer-action a {
    padding: 6px 40px;
    min-width: 180px;
    max-width: 320px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-action a {
    padding: 2.6666666667vw 40px;
    display: block;
    font-size: 1.125rem;
    background-size: auto;
    background-position: right 4.2666666667vw center;
  }
}
@media print, screen and (min-width: 769px) {
  .footer-action a:hover {
    text-decoration: underline;
  }
}
.footer-action a:focus-visible {
  outline: 1px solid #000;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px #fff;
}

.footer-links {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .footer-links {
    margin-top: 8vw;
    padding: 0;
  }
}
.footer-links .footer-links-item {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.footer-links .footer-links-item:not(:first-child)::before {
  margin-inline: 16px;
  content: "";
  height: 55.5555555556%;
  width: 1px;
  background-color: currentColor;
}
@media screen and (max-width: 768px) {
  .footer-links .footer-links-item:nth-child(1) {
    justify-content: flex-end;
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .footer-links .footer-links-item:nth-child(2) {
    width: 52%;
  }
}
@media screen and (max-width: 768px) {
  .footer-links .footer-links-item:nth-child(3) {
    justify-content: flex-end;
    width: 42%;
  }
}
@media screen and (max-width: 768px) {
  .footer-links .footer-links-item:nth-child(3)::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer-links .footer-links-item:nth-child(4) {
    width: 58%;
  }
}
@media screen and (max-width: 768px) {
  .footer-links .footer-links-item:nth-child(5) {
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer-links .footer-links-item:nth-child(5)::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer-links .footer-links-item.sp-hide-separator::before {
    display: none;
  }
}
.footer-links .footer-links-item a {
  display: block;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .footer-links .footer-links-item a {
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 769px) {
  .footer-links .footer-links-item a:hover {
    text-decoration: none;
  }
}

.copyright {
  text-align: center;
  background-color: #fff;
  font-size: 0.75rem;
  padding: 23px 0;
}

html[data-fontsize=up] {
  font-size: 133.3%;
}
@media print, screen and (min-width: 769px) {
  html[data-fontsize=up] .emergency-info .body .list {
    max-height: 130px;
  }
}
@media screen and (max-width: 768px) {
  html[data-fontsize=up] .kinkyu-box .kinkyu a {
    line-height: 1;
    height: auto;
  }
}
html[data-fontsize=up2] {
  font-size: 166.7%;
}
@media print, screen and (min-width: 769px) {
  html[data-fontsize=up2] .emergency-info .body .list {
    max-height: 152px;
  }
  html[data-fontsize=up2] #header .search-area-actions .list {
    width: auto !important;
  }
  html[data-fontsize=up2] .search-area-actions .list {
    width: auto !important;
  }
}
@media screen and (max-width: 768px) {
  html[data-fontsize=up2] .kinkyu-box .kinkyu a .text::before {
    top: 2px;
  }
  html[data-fontsize=up2] .kinkyu-box .kinkyu a .text {
    padding-top: 24px;
  }
  html[data-fontsize=up2] .kinkyu-box .kinkyu a {
    line-height: 1;
    height: auto;
  }
}
html[data-fontsize=up3] {
  font-size: 200%;
}
@media print, screen and (min-width: 769px) {
  html[data-fontsize=up3] .emergency-info .body .list {
    max-height: 261px;
  }
  html[data-fontsize=up3] #header .header-subnav-area .header-color dd a {
    line-height: 1.5 !important;
  }
  html[data-fontsize=up3] #header .search-area-actions .list {
    width: auto !important;
  }
}
@media screen and (max-width: 768px) {
  html[data-fontsize=up3] #sp-header .modal-search .in, html[data-fontsize=up3] #sp-header .modal-menu .in {
    margin-top: 30px;
  }
  html[data-fontsize=up3] #sp-header .modal-search-bg, html[data-fontsize=up3] #sp-header .modal-menu-bg {
    top: 100px;
  }
  html[data-fontsize=up3] .kinkyu-box .kinkyu a {
    min-height: 90px;
    line-height: 1;
  }
}

.table-wrap, .wysiwyg .table-wrap {
  margin-top: 24px;
}

.wysiwyg .table-wrap div {
  margin: auto;
}

.wysiwyg .table-wrap {
  margin: 48px 0 0;
}

.table-wrap {
  margin: 48px 0 0;
}
.table-wrap tbody {
  background-color: #fff;
}

.table-wrap .scroll-table-switch {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.table-wrap .scroll-table-switch .title {
  margin-right: 8px;
  font-size: 0.875rem;
}
.table-wrap .scroll-table-switch .scroll-btn,
.table-wrap .scroll-table-switch .in-display-btn {
  display: flex;
  width: fit-content;
  background-repeat: no-repeat;
  background-position: left 5px center;
  background-size: 55px;
  color: #333;
  text-decoration: none;
  font-size: 0.75rem;
  position: relative;
  line-height: normal;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.table-wrap .scroll-table-switch .scroll-btn:hover,
.table-wrap .scroll-table-switch .in-display-btn:hover {
  opacity: 0.9;
}
.table-wrap .scroll-table-switch .scroll-btn .scroll,
.table-wrap .scroll-table-switch .in-display-btn .scroll {
  background-repeat: no-repeat;
  background-image: url(../img_sub/v3.2/scroll-table-switch.png);
  background-position: left 10px center;
  background-size: 19px;
  padding: 4px 10px 5px 28px;
  border-radius: 3px 0 0 3px;
  font-weight: bold;
  border-bottom: 3px solid #333;
}
.table-wrap .scroll-table-switch .scroll-btn .in-display,
.table-wrap .scroll-table-switch .in-display-btn .in-display {
  background-repeat: no-repeat;
  background-image: url(../img_sub/v3.2/scroll-table-switch-in.png);
  background-position: left 10px center;
  background-size: 13px;
  padding: 4px 10px 5px 25px;
  border-radius: 0 3px 3px 0;
}
.table-wrap .scroll-table-switch .status {
  margin-left: 3px;
}

.table-wrap .scroll-table-switch .scroll {
  background-color: #57c3d2;
  color: #333;
}
.table-wrap .scroll-table-switch .in-display {
  background-color: #e8eff1;
  color: #333;
}

.scroll-view .scroll-btn .scroll {
  background-color: #e8eff1 !important;
  color: #333 !important;
  font-weight: normal !important;
  border-bottom: none !important;
}
.scroll-view .in-display-btn .in-display {
  background-color: #57c3d2 !important;
  color: #333 !important;
  font-weight: bold !important;
  border-bottom: 3px solid #333 !important;
}
.scroll-view .table-wrapper {
  overflow: visible !important;
}
.scroll-view .table-wrapper .is-active {
  display: none;
}

.table-wrapper.scroll-table {
  padding: 20px 0;
  overflow-x: auto;
}
.table-wrapper.scroll-table .scroll-hint-icon {
  top: calc(50% - 40px);
}
.table-wrapper.scroll-table table {
  margin-top: 0;
  table-layout: initial !important;
  width: 100%;
  border-collapse: collapse !important;
  white-space: nowrap !important;
}

.table-wrapper:has(.highlight.error), .table-wrapper:has(.highlight.warning) {
  overflow: visible !important;
}
.table-wrapper:has(.highlight.error) table, .table-wrapper:has(.highlight.warning) table {
  white-space: unset !important;
}
.table-wrapper:has(.highlight.error) .scroll-hint-icon-wrap, .table-wrapper:has(.highlight.warning) .scroll-hint-icon-wrap {
  display: none !important;
}

h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  background: #e8eff1;
  color: #333;
  font-size: 1.625rem;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 8px 20px 13px;
  margin-top: 30px;
  border-top: 3px solid #57c3d2;
}
@media screen and (max-width: 768px) {
  h2.head-title, .wysiwyg h2, .free-layout-area h2 {
    margin-top: 32px;
  }
}
h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
}

h2.head-title a {
  color: inherit;
  text-underline-offset: 12px;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  position: relative;
  background: #e8eff1;
  color: #333;
  font-size: 1.5rem;
  border-radius: 5px;
  padding: 7px 30px 10px;
  margin-top: 30px;
}
h3.head-title::before, .wysiwyg h3::before, .free-layout-area h3::before, .smartcmsBbsBlock h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #4bb8cd;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
    margin-top: 24px;
  }
}
h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  color: #333;
  font-size: 1.375rem;
  padding: 5px 15px;
  border-bottom: 2px solid #b9e2e9;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  h4, .wysiwyg h4, .free-layout-area h4 {
    margin-top: 24px;
  }
}
h4 .bg, .wysiwyg h4 .bg, .free-layout-area h4 .bg {
  display: block;
}
h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 8px 0;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  h5, .wysiwyg h5, .free-layout-area h5 {
    margin-top: 24px;
  }
}
h5 .bg, .wysiwyg h5 .bg, .free-layout-area h5 .bg {
  display: block;
  padding: 0 7px 0 10px;
  border-left: 3px solid #57c3d2;
  line-height: 1.2;
}
h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 1.125rem;
  padding: 8px 10px;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  h6, .wysiwyg h6, .free-layout-area h6 {
    margin-top: 24px;
  }
}
h6 .bg, .wysiwyg h6 .bg, .free-layout-area h6 .bg {
  display: block;
}
h2.head-title, h3.head-title {
  overflow: hidden;
}

.smartcmsBbsBlock h3,
h4, h5, h6 {
  overflow: hidden;
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .free-layout-area h2, .free-layout-area h3, .free-layout-area h4, .free-layout-area h5, .free-layout-area h6 {
  overflow: hidden;
}

.wysiwyg ul, .pubcom-table ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: disc;
}

* html .wysiwyg ul,
* html .pubcom-table ul {
  display: inline-block;
}

.wysiwyg ol, .pubcom-table ol {
  /* 回り込み画像時にリストが出ない問題を解決 */
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 2em;
  list-style: decimal;
}

* html .wysiwyg ol,
* html .pubcom-table ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
}

.wysiwyg table ul, .wysiwyg table ol, .pubcom-table table ul, .pubcom-table table ol {
  margin-left: 0;
}
.wysiwyg table p, .pubcom-table table p {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.wysiwyg table, .smartcmsBbsBlock .bbsBody .form table {
  border-collapse: collapse;
  border: 1px solid #333;
  margin-top: 10px;
}

.wysiwyg td,
.wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #333;
  padding: 5px 10px;
  word-break: break-all;
}

.wysiwyg th {
  background-color: #e8eff1;
}

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.wysiwyg div {
  line-height: 150%;
  margin-top: 10px;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg .col {
  width: 700px;
  overflow: hidden;
}

.wysiwyg .left-col {
  width: 330px;
  float: left;
}

.wysiwyg .right-col {
  width: 330px;
  float: right;
}

.wysiwyg em, .wysiwyg strong, .wysiwyg b {
  font-style: normal;
  font-weight: bold;
}
.wysiwyg .text_ {
  color: #c00;
}
.wysiwyg .text2_ {
  color: #00c;
}
.wysiwyg b.text2_ {
  font-weight: normal;
}

.cke_panel_list em, .cke_panel_list strong, .cke_panel_list b {
  font-style: normal;
  font-weight: bold;
}
.cke_panel_list .text_ {
  color: #c00;
}
.cke_panel_list .text2_ {
  color: #00c;
}
.cke_panel_list b.text2_ {
  font-weight: normal;
}

.wysiwyg blockquote {
  margin-top: 10px;
  margin-left: 30px;
  padding: 5px 5px 5px 15px;
  background-image: url("../img_common/blockquote.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #eee;
  border-left: 3px solid #999;
}

#header-print,
#header-print *,
#header-print *::before,
#header-print *::after {
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #333;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
    outline-offset: -2px;
  }
  #header .header-subnav-area {
    display: grid;
    grid-template-columns: 1fr 1000px 1fr;
    position: relative;
    z-index: 4;
  }
  #header .header-subnav-area #header-logo {
    margin-top: 5px;
    margin-left: 10px;
  }
  #header .header-subnav-area #header-logo a {
    display: inline-block;
  }
  #header .header-subnav-area #header-logo a:hover {
    opacity: 0.85;
  }
  #header .header-subnav-area .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 5px 10px;
    margin-left: auto;
  }
  #header .header-subnav-area .header-size, #header .header-subnav-area .header-color {
    display: flex;
    align-items: center;
    gap: 0 4px;
  }
  #header .header-subnav-area .header-size button, #header .header-subnav-area .header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    padding: 0;
    vertical-align: bottom;
  }
  #header .header-subnav-area .header-size .title, #header .header-subnav-area .header-color .title {
    font-size: 87.5%;
    margin-right: 10px;
    line-height: 1.2;
  }
  #header .header-subnav-area .header-size dd, #header .header-subnav-area .header-color dd {
    line-height: 1;
  }
  #header .header-subnav-area .header-size dd + dd, #header .header-subnav-area .header-color dd + dd {
    margin-left: 2px;
  }
  #header .header-subnav-area .header-size dd img, #header .header-subnav-area .header-color dd img {
    cursor: pointer;
  }
  #header .header-subnav-area .header-size dd img:hover, #header .header-subnav-area .header-color dd img:hover {
    opacity: 0.85;
  }
  #header .header-subnav-area .header-size button:focus-visible {
    border: 4px solid #fff;
  }
  #header .header-subnav-area .header-size .normal-on, #header .header-subnav-area .header-size .normal-off, #header .header-subnav-area .header-size .big-on, #header .header-subnav-area .header-size .big-off {
    border-radius: 3px;
    border: 1px solid #333;
    display: block;
  }
  #header .header-subnav-area .header-size .normal-on.hide, #header .header-subnav-area .header-size .normal-off.hide, #header .header-subnav-area .header-size .big-on.hide, #header .header-subnav-area .header-size .big-off.hide {
    display: none;
  }
  #header .header-subnav-area .header-size .normal-on span, #header .header-subnav-area .header-size .normal-off span, #header .header-subnav-area .header-size .big-on span, #header .header-subnav-area .header-size .big-off span {
    display: block;
    padding: 8px;
    line-height: 1;
    border-radius: 3px;
    text-decoration: none;
    font-size: 1rem;
  }
  #header .header-subnav-area .header-size .normal-on span:hover, #header .header-subnav-area .header-size .normal-off span:hover, #header .header-subnav-area .header-size .big-on span:hover, #header .header-subnav-area .header-size .big-off span:hover {
    opacity: 0.85;
  }
  #header .header-subnav-area .header-size .normal-on span span, #header .header-subnav-area .header-size .normal-off span span, #header .header-subnav-area .header-size .big-on span span, #header .header-subnav-area .header-size .big-off span span {
    background-color: inherit !important;
    color: inherit !important;
  }
  #header .header-subnav-area .header-size .normal-on, #header .header-subnav-area .header-size .big-on {
    background-color: #4ab7cc;
    color: #333;
  }
  #header .header-subnav-area .header-size .normal-off, #header .header-subnav-area .header-size .big-off {
    background-color: #fff;
    border-color: #333;
    color: #333;
  }
  #header .header-subnav-area .header-color dd {
    border-radius: 3px;
    border: 1px solid #fff;
  }
  #header .header-subnav-area .header-color dd a {
    display: block;
    padding: 8px;
    line-height: 1;
    border-radius: 3px;
    text-decoration: none;
  }
  #header .header-subnav-area .header-color dd a:hover {
    opacity: 0.85;
  }
  #header .header-subnav-area .header-color dd a span {
    color: inherit !important;
  }
  #header .header-subnav-area .header-color .item a {
    background-color: #333333 !important;
    color: #fff !important;
  }
  #header .header-subnav-area .header-color .item a:focus-visible {
    border: 4px solid #fff;
  }
  #header .header-subnav-area .header-color .item2 a {
    background-color: #0074be !important;
    color: #fff !important;
    border: 1px solid #333;
  }
  #header .header-subnav-area .header-color .item2 a:focus-visible {
    border: 4px solid #fff;
  }
  #header .header-subnav-area .header-color .item3 a {
    background-color: #fff !important;
    color: #333 !important;
    border: 1px solid #333;
  }
  #header .header-subnav-area .header-color .item3 a:focus-visible {
    border: 4px solid #fff;
  }
  #header .header-subnav-area .header-lang-wrapper .lang-error {
    color: #ee0000;
  }
  #header .header-subnav-area .header-lang {
    display: flex;
  }
  #header .header-subnav-area .header-lang .lang-select {
    padding: 11px 30px 11px 30px;
    border: solid 1px #dbdbdb;
    color: #000 !important;
    border-radius: 3px 0 0 3px;
    appearance: none;
    word-break: break-all;
    white-space: normal;
    font-size: 0.875rem;
    background: url(../img_common/icon_lang.png) no-repeat left 8px center/17px, url(../img_common/arrow_lang.png) no-repeat right 8px center/8px #fff;
  }
  #header .header-subnav-area .header-lang .btn-lang-select {
    color: #333;
    min-height: 30px;
    padding: 3px 20px;
    border-radius: 0 3px 3px 0;
    background: #49b6cc;
    line-height: 1;
    cursor: pointer;
    border: none;
    font-size: 0.875rem;
  }
  #header .header-subnav-area .header-lang .btn-lang-select:hover {
    opacity: 0.85;
  }
  #header .header-subnav-area .header-search form.gsc-search-box {
    max-width: 620px;
  }
  #header .header-subnav-area .header-page-number-search #number-search-container *, #header .header-subnav-area .header-page-number-search #number-search-container *::before, #header .header-subnav-area .header-page-number-search #number-search-container *::after, #header .header-subnav-area .header-page-number-search #sp-number-search-container *, #header .header-subnav-area .header-page-number-search #sp-number-search-container *::before, #header .header-subnav-area .header-page-number-search #sp-number-search-container *::after {
    box-sizing: border-box;
  }
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap {
    display: flex;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap {
    width: calc(10em - 160px + 560px);
    gap: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap {
    width: 100%;
    gap: 0;
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap label {
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0;
  }
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap .number-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap .number-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    width: calc(100% - 110px);
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap .number-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    width: calc(100% - 21.33vw);
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap .submit-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap .submit-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    width: 110px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap .submit-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    width: 21.33vw;
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap input[type=text], #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap input[type=text] {
    width: 100%;
    padding: 10px 0 10px 13px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap input[type=text], #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap input[type=text] {
    border: 1px solid #c6c6c6;
    border-radius: 5px 0px 0px 5px;
    height: 60px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap input[type=text], #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap input[type=text] {
    border: 1px solid #c6c6c6;
    border-radius: 5px 0px 0px 5px;
    height: 13.33vw;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap button, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    line-height: 1;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap button, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap button {
    border: 1px solid #00779e;
    border-radius: 0px 5px 5px 0px;
    background-color: #00779e;
    width: 110px;
    height: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap button, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap button {
    border: 1px solid #00779e;
    border-radius: 0px 5px 5px 0px;
    background-color: #00779e;
    width: 21.33vw;
    height: 13.33vw;
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap button::after, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap button::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    clip-path: polygon(21.69% 24.41%, 20.35% 26.06%, 19.18% 27.87%, 18.12% 29.9%, 17.39% 31.94%, 16.85% 34.07%, 16.48% 36.48%, 16.46% 39.04%, 16.69% 41.55%, 17.14% 43.85%, 17.72% 45.78%, 18.57% 47.98%, 19.59% 49.91%, 20.76% 51.74%, 22.03% 53.36%, 23.36% 54.85%, 25.08% 56.37%, 26.93% 57.75%, 28.81% 58.84%, 30.74% 59.72%, 33.07% 60.33%, 35.1% 60.7%, 37.38% 60.92%, 39.37% 60.93%, 41.98% 60.66%, 44.52% 60.17%, 46.66% 59.48%, 48.31% 58.76%, 50.1% 57.78%, 51.58% 56.77%, 52.95% 55.68%, 53.79% 54.88%, 54.34% 54.34%, 94.61% 94.61%, 89.9% 99%, 62.61% 72.02%, 62.61% 66.88%, 61.76% 66.05%, 59.89% 67.58%, 57.49% 69.21%, 55.34% 70.42%, 52.57% 71.91%, 49.77% 72.84%, 47.16% 73.61%, 43.77% 74.17%, 40.36% 74.48%, 36.79% 74.47%, 33.89% 74.24%, 30.69% 73.66%, 27.25% 72.79%, 23.53% 71.39%, 19.93% 69.42%, 16.93% 67.46%, 13.57% 64.57%, 10.52% 61.3%, 8.12% 58.07%, 6.24% 54.71%, 4.72% 51.31%, 3.72% 47.79%, 3.11% 44.85%, 2.69% 41.66%, 2.6% 38.44%, 2.68% 36.45%, 2.8% 34.73%, 3.04% 32.91%, 3.32% 31.43%, 3.63% 29.82%, 3.96% 28.4%, 4.47% 26.91%, 4.93% 25.43%, 5.72% 23.7%, 6.43% 22.1%, 7.78% 19.8%, 9.14% 17.79%, 10.71% 15.76%, 12.37% 13.93%, 13.93% 12.37%, 15.76% 10.71%, 17.79% 9.14%, 19.8% 7.78%, 22.1% 6.43%, 23.7% 5.72%, 25.43% 4.93%, 26.91% 4.47%, 28.4% 3.96%, 29.82% 3.63%, 31.43% 3.32%, 32.91% 3.04%, 34.73% 2.8%, 36.45% 2.68%, 38.44% 2.6%, 41.66% 2.69%, 44.85% 3.11%, 47.79% 3.72%, 51.31% 4.72%, 54.71% 6.24%, 58.07% 8.12%, 61.3% 10.52%, 64.57% 13.57%, 67.46% 16.93%, 69.42% 19.93%, 71.39% 23.53%, 72.79% 27.25%, 73.66% 30.69%, 74.24% 33.89%, 74.47% 36.79%, 74.48% 40.36%, 74.17% 43.77%, 73.61% 47.16%, 72.84% 49.77%, 71.91% 52.57%, 70.42% 55.34%, 69.21% 57.49%, 67.58% 59.89%, 66.05% 61.76%, 66.88% 62.61%, 72.02% 62.61%, 99% 89.9%, 94.61% 94.61%, 54.34% 54.34%, 54.88% 53.79%, 55.68% 52.95%, 56.77% 51.58%, 57.78% 50.1%, 58.76% 48.31%, 59.48% 46.66%, 60.17% 44.52%, 60.66% 41.98%, 60.93% 39.37%, 60.92% 37.38%, 60.7% 35.1%, 60.33% 33.07%, 59.72% 30.74%, 58.84% 28.81%, 57.75% 26.93%, 56.37% 25.08%, 54.85% 23.36%, 53.36% 22.03%, 51.74% 20.76%, 49.91% 19.59%, 47.98% 18.57%, 45.78% 17.72%, 43.85% 17.14%, 41.55% 16.69%, 39.04% 16.46%, 36.48% 16.48%, 34.07% 16.85%, 31.94% 17.39%, 29.9% 18.12%, 27.87% 19.18%, 26.06% 20.35%, 24.41% 21.69%);
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap button::after, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap button::after {
    background-color: #ffffff;
    width: 21px;
    height: 21px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap button::after, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap button::after {
    background-color: #ffffff;
    width: 5.6vw;
    height: 5.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  #header-nav .in {
    width: 1100px;
    margin: 0 auto;
  }
  #header-nav .list {
    padding: 0 30px;
    display: grid;
    min-height: 100px;
    position: relative;
    background-color: #fff;
    list-style: none;
    border-radius: 9999px;
    border: 2px solid #0488b3;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    box-shadow: 5px 5px 0 #e8eff1;
  }
  #header-nav dt {
    display: none;
  }
  #header-nav .nav {
    display: flex;
    align-items: center;
    z-index: 2 !important;
  }
  #header-nav .nav::before {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #0488b3;
  }
  #header-nav .nav:first-child::before {
    display: none;
  }
  #header-nav .nav > a {
    flex: 1;
    padding: 20px 8px;
    display: grid;
    grid-template-rows: auto 1fr;
    justify-items: center;
    align-items: center;
    height: 100%;
    position: relative;
    text-decoration: none;
    text-align: center;
    color: inherit;
    font-size: 1.25rem;
  }
  #header-nav .nav > a:focus-within {
    outline-offset: -3px;
  }
  #header-nav .nav > a img {
    margin-bottom: 8px;
    width: 32px;
    height: 32px;
    grid-row: 1;
  }
  #header-nav .nav > a span {
    grid-row: 2;
  }
  #header-nav .nav:hover > a,
  #header-nav .nav.hover > a,
  #header-nav .nav:has(.focus) > a {
    text-decoration: underline;
  }
  #header-nav .nav:hover > a::after,
  #header-nav .nav.hover > a::after,
  #header-nav .nav:has(.focus) > a::after {
    content: "";
    display: block;
    width: 18px;
    height: 19px;
    background-image: url("../img_common/icon_dropdown_arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    translate: -50% 0;
    pointer-events: none;
  }
  #header-nav .nav > a:focus-visible::after {
    content: "";
    display: block;
    width: 18px;
    height: 19px;
    background-image: url("../img_common/icon_dropdown_arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    translate: -50% 0;
    pointer-events: none;
    outline: none;
  }
  .dropmenu {
    padding-top: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }
  .dropmenu .in2 {
    padding: 40px 50px;
    background-color: #e8eff1;
    border-radius: 30px;
  }
  .dropmenu .list2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 40px;
    list-style: none;
  }
  .dropmenu .list2 li {
    height: auto !important;
    overflow: visible !important;
  }
  .dropmenu .pageLink {
    position: relative;
    color: #333;
    font-size: 1.25rem;
  }
  .dropmenu .pageLink:hover {
    text-decoration: none;
  }
}
@media print, screen and (min-width: 769px) {
  /* end-#header-nav */
  .header-subnav-area-inner {
    align-items: center;
    grid-column: 1/4;
    display: flex;
    justify-content: space-between;
  }
  .pc-shien-menu-btn-menu, .pc-search-menu-btn-menu {
    position: relative;
    width: 108px;
    background: url(../img_common/pc_shien_bg.png) no-repeat top center/cover;
  }
  .pc-shien-menu-btn-menu:has(> .is-open), .pc-search-menu-btn-menu:has(> .is-open) {
    background: url(../img_common/pc_shien_on_bg.png) no-repeat top center/cover;
    min-height: 131px;
  }
  .pc-shien-menu-btn-menu a, .pc-search-menu-btn-menu a {
    display: flex;
    padding-top: 15px;
    padding-bottom: 20px;
    min-height: 120px;
    flex-wrap: wrap;
    justify-content: center;
    font-weight: bold;
    text-decoration: none;
    border-radius: 0px 0px 8px 8px;
    color: #fff;
  }
  .pc-shien-menu-btn-menu a:hover, .pc-search-menu-btn-menu a:hover {
    text-decoration: underline;
  }
  .pc-shien-menu-btn-menu a:focus-visible, .pc-search-menu-btn-menu a:focus-visible {
    margin-top: 3px;
  }
  .pc-shien-menu-btn-menu a > img, .pc-search-menu-btn-menu a > img {
    padding-bottom: 5px;
  }
  .pc-shien-menu-btn-menu a span, .pc-search-menu-btn-menu a span {
    display: block;
    line-height: 1.3;
  }
  .pc-shien-menu-btn-menu a .bold, .pc-search-menu-btn-menu a .bold {
    font-weight: bold;
    width: 100%;
    text-align: center;
    font-size: 1.25rem;
  }
  .pc-shien-menu-btn-menu a .change, .pc-search-menu-btn-menu a .change {
    text-align: center;
    font-weight: lighter;
    font-size: 0.875rem;
  }
  .pc-shien-modal-menu-bg, .pc-search-modal-menu-bg {
    width: 100vw;
    display: none;
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
    background: rgba(19, 64, 48, 0.75);
  }
  .pc-shien-modal-menu, .pc-search-modal-menu {
    position: absolute;
    top: 75%;
    right: -30px;
    min-width: 455px;
    padding: 40px 30px;
    background: #fff;
    border-radius: 15px;
    box-sizing: border-box;
    z-index: 99;
  }
  .pc-shien-modal-menu .title, .pc-search-modal-menu .title {
    font-size: 1.125rem;
    font-weight: bold;
  }
  .pc-shien-modal-menu .easyweb, .pc-shien-modal-menu .header-lang-wrapper, .pc-search-modal-menu .easyweb, .pc-search-modal-menu .header-lang-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 15px;
  }
  .pc-shien-modal-menu .header-lang-wrapper, .pc-search-modal-menu .header-lang-wrapper {
    margin-top: 20px;
  }
  .pc-shien-modal-menu .header-lang-wrapper .lang-error, .pc-search-modal-menu .header-lang-wrapper .lang-error {
    color: #ee0000;
  }
  .pc-shien-modal-menu .header-lang-wrapper .header-lang, .pc-search-modal-menu .header-lang-wrapper .header-lang {
    display: flex;
    justify-content: center;
  }
  .pc-shien-modal-menu .header-lang-wrapper .header-lang .lang-select, .pc-search-modal-menu .header-lang-wrapper .header-lang .lang-select {
    padding: 3px 40px 3px 45px;
    border: solid 2px #134030;
    min-height: 50px;
    border-right: none;
    appearance: none;
    word-break: break-all;
    white-space: normal;
    border-radius: 6px 0px 0px 6px;
    background: url(../img_common/icon_lang.png) no-repeat left 15px center/21px 29px, url(../img_common/arrow_lang.png) no-repeat right 19px center/8px #fff;
    font-size: 100%;
    font-family: "BIZ UDPGothic";
  }
  .pc-shien-modal-menu .header-lang-wrapper .header-lang .lang-select:focus-visible, .pc-search-modal-menu .header-lang-wrapper .header-lang .lang-select:focus-visible {
    margin-right: 2px;
  }
  .pc-shien-modal-menu .header-lang-wrapper .header-lang .btn-lang-select, .pc-search-modal-menu .header-lang-wrapper .header-lang .btn-lang-select {
    position: relative;
    min-height: 50px;
    min-width: 45px;
    padding: 3px 9px;
    border: solid 2px #134030;
    border-left: none;
    color: #fff;
    border-radius: 0 6px 6px 0;
    background: #0d8057;
    font-weight: bold;
    line-height: 1;
    font-size: 90%;
    font-family: "BIZ UDPGothic";
    cursor: pointer;
  }
  .pc-shien-modal-menu .header-lang-wrapper .header-lang .btn-lang-select:hover, .pc-shien-modal-menu .header-lang-wrapper .header-lang .btn-lang-select:focus, .pc-search-modal-menu .header-lang-wrapper .header-lang .btn-lang-select:hover, .pc-search-modal-menu .header-lang-wrapper .header-lang .btn-lang-select:focus {
    opacity: 0.85;
  }
  .on {
    position: relative;
  }
  .pc-shien-modal-menu-close, .pc-search-modal-menu-close {
    margin: 30px auto 0;
    width: 330px;
    border-radius: calc(infinity * 1px);
  }
  .pc-shien-modal-menu-close a, .pc-search-modal-menu-close a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding-right: 50px;
    padding-left: 20px;
    line-height: 1.8;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    border-radius: calc(infinity * 1px);
  }
  .pc-shien-modal-menu-close a::before, .pc-search-modal-menu-close a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 35px;
    height: 35px;
    transform: translateY(-50%);
    background: url(../img_common/modal_menu_close.png);
  }
  .pc-shien-modal-menu-close.--green, .pc-search-modal-menu-close.--green {
    background: #0e8057;
    border: 2px solid #0e8057;
  }
  .pc-shien-modal-menu-close.--green:has(a:hover), .pc-search-modal-menu-close.--green:has(a:hover) {
    background: #fff;
  }
  .pc-shien-modal-menu-close:has(a:hover) a, .pc-search-modal-menu-close:has(a:hover) a {
    color: #0e8057;
    background: #fff;
  }
  .search-modal {
    top: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    background-color: #dff0f4;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .search-modal-contents {
    margin: 0 auto;
    width: 1100px;
  }
}
@media print, screen and (min-width: 769px) {
  .search-area-actions {
    display: flex;
    column-gap: 60px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .search-area-actions dt.title {
    margin-bottom: 10px;
  }
  .search-area-actions .list {
    width: 560px;
  }
  .search-area-actions .page-search #sp-page-number-search {
    align-items: center;
    display: flex;
  }
  .search-area-actions .page-search .input-wrap {
    display: flex;
    max-height: 60px;
  }
  .search-area-actions .page-search .number-label {
    min-width: 370px;
    width: 100%;
  }
  .search-area-actions .page-search .number-label input {
    border: 1px solid #c6c6c6;
    border-radius: 5px 0 0 5px;
    display: block;
    height: 100%;
    padding-left: 10px;
    width: 100%;
    font-size: 100%;
  }
  @-moz-document url-prefix() {
    .search-area-actions .page-search .number-label input:focus-visible {
      outline-offset: -2px;
    }
  }
  .search-area-actions .page-search .submit-label button {
    appearance: none;
    background-color: #54c7dd;
    border-radius: 0 5px 5px 0;
    border: none;
    padding: 0;
    margin: 0;
    background-color: #54c7dd;
    cursor: pointer;
    position: relative;
    height: 60px;
    width: 110px;
  }
  @-moz-document url-prefix() {
    .search-area-actions .page-search .submit-label button:focus-visible {
      border: 3px solid #fff;
      outline: #000 2px solid;
      outline-offset: -2px;
    }
  }
  .search-area-actions .page-search .submit-label button::before {
    background-color: #000;
    clip-path: polygon(21.69% 24.41%, 20.35% 26.06%, 19.18% 27.87%, 18.12% 29.9%, 17.39% 31.94%, 16.85% 34.07%, 16.48% 36.48%, 16.46% 39.04%, 16.69% 41.55%, 17.14% 43.85%, 17.72% 45.78%, 18.57% 47.98%, 19.59% 49.91%, 20.76% 51.74%, 22.03% 53.36%, 23.36% 54.85%, 25.08% 56.37%, 26.93% 57.75%, 28.81% 58.84%, 30.74% 59.72%, 33.07% 60.33%, 35.1% 60.7%, 37.38% 60.92%, 39.37% 60.93%, 41.98% 60.66%, 44.52% 60.17%, 46.66% 59.48%, 48.31% 58.76%, 50.1% 57.78%, 51.58% 56.77%, 52.95% 55.68%, 53.79% 54.88%, 54.34% 54.34%, 94.61% 94.61%, 89.9% 99%, 62.61% 72.02%, 62.61% 66.88%, 61.76% 66.05%, 59.89% 67.58%, 57.49% 69.21%, 55.34% 70.42%, 52.57% 71.91%, 49.77% 72.84%, 47.16% 73.61%, 43.77% 74.17%, 40.36% 74.48%, 36.79% 74.47%, 33.89% 74.24%, 30.69% 73.66%, 27.25% 72.79%, 23.53% 71.39%, 19.93% 69.42%, 16.93% 67.46%, 13.57% 64.57%, 10.52% 61.3%, 8.12% 58.07%, 6.24% 54.71%, 4.72% 51.31%, 3.72% 47.79%, 3.11% 44.85%, 2.69% 41.66%, 2.6% 38.44%, 2.68% 36.45%, 2.8% 34.73%, 3.04% 32.91%, 3.32% 31.43%, 3.63% 29.82%, 3.96% 28.4%, 4.47% 26.91%, 4.93% 25.43%, 5.72% 23.7%, 6.43% 22.1%, 7.78% 19.8%, 9.14% 17.79%, 10.71% 15.76%, 12.37% 13.93%, 13.93% 12.37%, 15.76% 10.71%, 17.79% 9.14%, 19.8% 7.78%, 22.1% 6.43%, 23.7% 5.72%, 25.43% 4.93%, 26.91% 4.47%, 28.4% 3.96%, 29.82% 3.63%, 31.43% 3.32%, 32.91% 3.04%, 34.73% 2.8%, 36.45% 2.68%, 38.44% 2.6%, 41.66% 2.69%, 44.85% 3.11%, 47.79% 3.72%, 51.31% 4.72%, 54.71% 6.24%, 58.07% 8.12%, 61.3% 10.52%, 64.57% 13.57%, 67.46% 16.93%, 69.42% 19.93%, 71.39% 23.53%, 72.79% 27.25%, 73.66% 30.69%, 74.24% 33.89%, 74.47% 36.79%, 74.48% 40.36%, 74.17% 43.77%, 73.61% 47.16%, 72.84% 49.77%, 71.91% 52.57%, 70.42% 55.34%, 69.21% 57.49%, 67.58% 59.89%, 66.05% 61.76%, 66.88% 62.61%, 72.02% 62.61%, 99% 89.9%, 94.61% 94.61%, 54.34% 54.34%, 54.88% 53.79%, 55.68% 52.95%, 56.77% 51.58%, 57.78% 50.1%, 58.76% 48.31%, 59.48% 46.66%, 60.17% 44.52%, 60.66% 41.98%, 60.93% 39.37%, 60.92% 37.38%, 60.7% 35.1%, 60.33% 33.07%, 59.72% 30.74%, 58.84% 28.81%, 57.75% 26.93%, 56.37% 25.08%, 54.85% 23.36%, 53.36% 22.03%, 51.74% 20.76%, 49.91% 19.59%, 47.98% 18.57%, 45.78% 17.72%, 43.85% 17.14%, 41.55% 16.69%, 39.04% 16.46%, 36.48% 16.48%, 34.07% 16.85%, 31.94% 17.39%, 29.9% 18.12%, 27.87% 19.18%, 26.06% 20.35%, 24.41% 21.69%);
    content: "";
    display: block;
    inset: 0;
    margin: auto;
    height: 21px;
    position: absolute;
    width: 21px;
  }
  .search-area-actions .more {
    margin-top: 20px;
    text-align: right;
  }
  .search-area-actions .more a {
    color: #333;
  }
  .toggle-btn-pc a {
    display: grid;
    width: 100px;
    min-height: 100px;
    border-radius: 0 0 5px 5px;
  }
  .toggle-btn-pc a.is-open {
    padding-bottom: 5px;
    height: 110px;
    border-radius: 0;
  }
  .toggle-btn-pc a::before {
    content: "";
    display: block;
    width: 44px;
    height: 43px;
    background-position: center;
    background-repeat: no-repeat;
    align-self: center;
    justify-self: center;
  }
  .toggle-btn-pc a > span {
    align-self: center;
    justify-self: center;
  }
  .a11y-modal {
    top: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    background-color: #dff0f4;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .a11y-modal-contents {
    padding: 20px 30px;
    display: flex;
    justify-content: center;
    column-gap: 30px;
    background-color: #fff;
    border-radius: 5px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .a11y-modal-contents {
    margin: 0 auto;
    width: 1100px;
  }
}
@media print, screen and (min-width: 769px) {
  .toggle-btn-a11y-pc a {
    background-color: #55c1d1;
    color: #333;
    text-decoration: none;
  }
  .toggle-btn-a11y-pc a::before {
    background-image: url("../img_common/icon_a11y.png");
    background-size: 38px auto;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .toggle-btn-a11y-pc a:hover {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 769px) {
  .toggle-btn-a11y-pc a:focus-within {
    outline-offset: -2px;
  }
  @-moz-document url-prefix() {
    .toggle-btn-a11y-pc a:focus-visible {
      border: 3px solid #fff;
      outline: #000 2px solid;
      outline-offset: -2px;
    }
  }
  .toggle-btn-a11y-pc a.is-open {
    background-color: #dff0f4;
  }
  .toggle-btn-a11y-pc a.is-open::before {
    background-image: url("../img_common/icon_a11y_close.png");
    background-size: 24px;
    height: 24px;
    width: 24px;
  }
  .toggle-btn-a11y-pc .toggle-btn-a11y-pc-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -10px;
  }
  .toggle-btn-a11y-pc .toggle-btn-a11y-pc-text span {
    display: block;
    line-height: 1;
    text-align: center;
  }
  .toggle-btn-search-pc a {
    background-color: #55c1d1;
    color: #333;
    text-decoration: none;
  }
  .toggle-btn-search-pc a::before {
    background-image: url("../img_common/icon_modal_search.png");
    background-size: 44px auto;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .toggle-btn-search-pc a:hover {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 769px) {
  .toggle-btn-search-pc a:focus-within {
    outline-offset: -2px;
  }
  @-moz-document url-prefix() {
    .toggle-btn-search-pc a:focus-visible {
      border: 3px solid #fff;
      outline: #000 2px solid;
      outline-offset: -2px;
    }
  }
  .toggle-btn-search-pc a.is-open {
    background-color: #dff0f4;
  }
  .toggle-btn-search-pc a.is-open::before {
    background-image: url("../img_common/icon_a11y_close.png");
    background-size: 24px;
    height: 24px;
    width: 24px;
  }
  .toggle-btn-search-pc .toggle-btn-search-pc-text {
    margin-top: -10px;
  }
  .toggle-btn-search-pc .toggle-btn-search-pc-text span {
    display: block;
    line-height: 1;
  }
  .close-btn-modal-a11y-pc {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  .close-btn-modal-a11y-pc button {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    border: 1px solid #4ab7cc;
    border-radius: 9999px;
    background-color: #fff;
    width: 400px;
    min-height: 40px;
    max-width: 100%;
    color: #333;
    font-size: 1rem;
  }
  .close-btn-modal-a11y-pc button::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-image: url("../img_common/icon_close_blue.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .close-btn-modal-a11y-pc button:hover {
    cursor: pointer;
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 769px) {
  .close-btn-modal-search-pc {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  .close-btn-modal-search-pc button {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    border: 1px solid #4ab7cc;
    border-radius: 9999px;
    background-color: #fff;
    width: 400px;
    min-height: 40px;
    max-width: 100%;
    color: #333;
    font-size: 1rem;
  }
  .close-btn-modal-search-pc button::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-image: url("../img_common/icon_close_blue.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .close-btn-modal-search-pc button:hover {
    cursor: pointer;
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  #sp-header > .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #sp-header > .box #sp-header-logo img {
    width: 42.6666666667vw;
    max-width: 100%;
  }
  #sp-header > .box #sp-header-nav {
    display: flex;
    padding: 0;
    background: none;
  }
  #sp-header > .box #sp-header-nav > div {
    flex-shrink: 0;
  }
  #sp-header > .box #sp-header-nav .list {
    display: none;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area {
    display: flex;
    column-gap: 0.8vw;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area img {
    max-width: 100%;
    width: 16vw;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area .menu-btn-search {
    left: 0;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area .menu-btn-menu {
    right: 0;
  }
  #sp-header .modal-search-bg,
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 18.6666666667vw;
    left: 0;
    opacity: 0.7;
    background: #000;
    z-index: 9;
  }
  #sp-header .modal-search,
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    left: 0;
    z-index: 100;
    width: 100%;
    top: 17.3333333333vw;
  }
  #sp-header .modal-search .in,
  #sp-header .modal-menu .in {
    background-color: #f5fbfc;
    box-sizing: border-box;
  }
  #sp-header .modal-search .modal-search-close,
  #sp-header .modal-search .modal-menu-close,
  #sp-header .modal-menu .modal-search-close,
  #sp-header .modal-menu .modal-menu-close {
    padding: 20px 0 30px;
    text-align: center;
  }
  #sp-header .modal-search .modal-search-close span,
  #sp-header .modal-search .modal-menu-close span,
  #sp-header .modal-menu .modal-search-close span,
  #sp-header .modal-menu .modal-menu-close span {
    cursor: pointer;
  }
  #sp-header .modal-search .in {
    padding: 20px 6.6666666667vw 0;
    background-color: #dff0f4;
  }
  #sp-header .modal-search .title {
    background: none;
    padding: 0 0 10px;
  }
  #sp-header .modal-menu .modal-search-id {
    background-color: #dff0f4;
    padding: 20px 0 30px;
  }
  #sp-header .modal-menu .google-saerch-sp {
    padding: 0 5.8666666667vw;
  }
  #sp-header .modal-menu .google-saerch-sp dt {
    margin-bottom: 5px;
  }
  #sp-header .modal-menu .sp-modal-id {
    padding: 0 5.8666666667vw;
    margin-top: 20px;
  }
  #sp-header .modal-menu .sp-modal-id #sp-modal-page-number-search {
    align-items: center;
    display: flex;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-menu .sp-modal-id #sp-modal-page-number-search {
    flex-wrap: wrap;
    gap: 10px;
  }
  #sp-header .modal-menu .sp-modal-id #sp-modal-page-number-search > div {
    width: 69.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #sp-header .modal-menu .sp-modal-id .input-wrap {
    display: flex;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .modal-menu .sp-modal-id .input-wrap {
    max-height: 60px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-menu .sp-modal-id .input-wrap {
    max-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  #sp-header .modal-menu .sp-modal-id .number-label {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .modal-menu .sp-modal-id .number-label {
    min-width: 370px;
  }
}
@media screen and (max-width: 768px) {
  #sp-header .modal-menu .sp-modal-id .number-label input {
    border: 1px solid #c6c6c6;
    border-radius: 5px 0 0 5px;
    display: block;
    height: 100%;
    padding-left: 10px;
    width: 100%;
    font-size: 100%;
  }
  #sp-header .modal-menu .sp-modal-id .submit-label button {
    appearance: none;
    background-color: #54c7dd;
    border-radius: 0 5px 5px 0;
    border: none;
    display: block;
    padding: 0;
    margin: 0;
    background-color: #54c7dd;
    cursor: pointer;
    position: relative;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .modal-menu .sp-modal-id .submit-label button {
    height: 60px;
    width: 110px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .modal-menu .sp-modal-id .submit-label button {
    height: 50px;
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  #sp-header .modal-menu .sp-modal-id .submit-label button::before {
    background-color: #000;
    clip-path: polygon(21.69% 24.41%, 20.35% 26.06%, 19.18% 27.87%, 18.12% 29.9%, 17.39% 31.94%, 16.85% 34.07%, 16.48% 36.48%, 16.46% 39.04%, 16.69% 41.55%, 17.14% 43.85%, 17.72% 45.78%, 18.57% 47.98%, 19.59% 49.91%, 20.76% 51.74%, 22.03% 53.36%, 23.36% 54.85%, 25.08% 56.37%, 26.93% 57.75%, 28.81% 58.84%, 30.74% 59.72%, 33.07% 60.33%, 35.1% 60.7%, 37.38% 60.92%, 39.37% 60.93%, 41.98% 60.66%, 44.52% 60.17%, 46.66% 59.48%, 48.31% 58.76%, 50.1% 57.78%, 51.58% 56.77%, 52.95% 55.68%, 53.79% 54.88%, 54.34% 54.34%, 94.61% 94.61%, 89.9% 99%, 62.61% 72.02%, 62.61% 66.88%, 61.76% 66.05%, 59.89% 67.58%, 57.49% 69.21%, 55.34% 70.42%, 52.57% 71.91%, 49.77% 72.84%, 47.16% 73.61%, 43.77% 74.17%, 40.36% 74.48%, 36.79% 74.47%, 33.89% 74.24%, 30.69% 73.66%, 27.25% 72.79%, 23.53% 71.39%, 19.93% 69.42%, 16.93% 67.46%, 13.57% 64.57%, 10.52% 61.3%, 8.12% 58.07%, 6.24% 54.71%, 4.72% 51.31%, 3.72% 47.79%, 3.11% 44.85%, 2.69% 41.66%, 2.6% 38.44%, 2.68% 36.45%, 2.8% 34.73%, 3.04% 32.91%, 3.32% 31.43%, 3.63% 29.82%, 3.96% 28.4%, 4.47% 26.91%, 4.93% 25.43%, 5.72% 23.7%, 6.43% 22.1%, 7.78% 19.8%, 9.14% 17.79%, 10.71% 15.76%, 12.37% 13.93%, 13.93% 12.37%, 15.76% 10.71%, 17.79% 9.14%, 19.8% 7.78%, 22.1% 6.43%, 23.7% 5.72%, 25.43% 4.93%, 26.91% 4.47%, 28.4% 3.96%, 29.82% 3.63%, 31.43% 3.32%, 32.91% 3.04%, 34.73% 2.8%, 36.45% 2.68%, 38.44% 2.6%, 41.66% 2.69%, 44.85% 3.11%, 47.79% 3.72%, 51.31% 4.72%, 54.71% 6.24%, 58.07% 8.12%, 61.3% 10.52%, 64.57% 13.57%, 67.46% 16.93%, 69.42% 19.93%, 71.39% 23.53%, 72.79% 27.25%, 73.66% 30.69%, 74.24% 33.89%, 74.47% 36.79%, 74.48% 40.36%, 74.17% 43.77%, 73.61% 47.16%, 72.84% 49.77%, 71.91% 52.57%, 70.42% 55.34%, 69.21% 57.49%, 67.58% 59.89%, 66.05% 61.76%, 66.88% 62.61%, 72.02% 62.61%, 99% 89.9%, 94.61% 94.61%, 54.34% 54.34%, 54.88% 53.79%, 55.68% 52.95%, 56.77% 51.58%, 57.78% 50.1%, 58.76% 48.31%, 59.48% 46.66%, 60.17% 44.52%, 60.66% 41.98%, 60.93% 39.37%, 60.92% 37.38%, 60.7% 35.1%, 60.33% 33.07%, 59.72% 30.74%, 58.84% 28.81%, 57.75% 26.93%, 56.37% 25.08%, 54.85% 23.36%, 53.36% 22.03%, 51.74% 20.76%, 49.91% 19.59%, 47.98% 18.57%, 45.78% 17.72%, 43.85% 17.14%, 41.55% 16.69%, 39.04% 16.46%, 36.48% 16.48%, 34.07% 16.85%, 31.94% 17.39%, 29.9% 18.12%, 27.87% 19.18%, 26.06% 20.35%, 24.41% 21.69%);
    content: "";
    display: block;
    inset: 0;
    margin: auto;
    height: 21px;
    position: absolute;
    width: 21px;
  }
  #sp-header .modal-menu .sp-modal-id .more {
    flex-shrink: 0;
    line-height: 1.5;
  }
  #sp-header .modal-menu .sp-modal-id .more a {
    font-size: 0.75rem;
    color: #333;
    text-decoration: underline;
  }
  #sp-header .modal-menu .sp-nav .box {
    display: block;
  }
  #sp-header .modal-menu .sp-nav .box:not(:last-of-type) {
    border-bottom: 2px solid #dff0f4;
  }
  #sp-header .modal-menu .sp-nav .title {
    position: relative;
    font-weight: normal;
  }
  #sp-header .modal-menu .sp-nav .title a {
    background-color: #fff;
    color: #000;
    font-size: 1.5rem;
    display: block;
    padding: 16px 50px 15px 8vw;
    text-decoration: none;
  }
  #sp-header .modal-menu .sp-nav .title a:focus-within {
    outline-offset: -2px;
  }
  #sp-header .modal-menu .sp-nav .title button {
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 3.2vw;
    transform: translateY(-50%);
    width: 12vw;
    height: 12vw;
    background-color: transparent;
  }
  #sp-header .modal-menu .sp-nav .title button.plus::after, #sp-header .modal-menu .sp-nav .title button.mynus::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #00779e;
  }
  #sp-header .modal-menu .sp-nav .title button.plus::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    clip-path: polygon(43% 100%, 43% 57%, 0% 57%, 0% 43%, 43% 43%, 43% 0%, 57% 0%, 57% 43%, 100% 43%, 100% 57%, 57% 57%, 57% 100%);
  }
  #sp-header .modal-menu .sp-nav .title button.mynus::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    clip-path: polygon(0% 57%, 0% 43%, 100% 43%, 100% 57%);
  }
  #sp-header .modal-menu .sp-nav .title button span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  #sp-header .modal-menu .sp-nav .bloc {
    display: none;
  }
  #sp-header .modal-menu .sp-nav .bloc .list a {
    border-bottom: 2px solid #dff0f4;
    display: block;
    padding: 10px 10.6666666667vw 10px 13.3333333333vw;
    font-size: 1.125rem;
    background: url(../img_common/icon_arrow_blue.png) no-repeat right 25px center;
  }
  #sp-header .modal-menu .sp-nav .bloc .list a:focus-within {
    outline-offset: -2px;
  }
  #sp-header .modal-menu-close a, #sp-header .modal-search-close a {
    font-size: 1rem;
    background-color: #fff;
    border-radius: calc(infinity * 1px);
    border: 2px solid #49b6cc;
    display: block;
    color: #000;
    text-decoration: none;
    margin: 0 auto;
    padding: 4px 0;
    width: 88vw;
  }
  #sp-header .modal-menu-close a span, #sp-header .modal-search-close a span {
    background: url(../img_common/icon_close_blue.png) left center no-repeat;
    padding: 0 6.6666666667vw;
  }
  #sp-header .support-block {
    background-color: #fff;
    margin-top: 20px;
    border-radius: 5px;
    padding: 20px 6.6666666667vw 20px;
  }
  #sp-header .support-block button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
  }
  #sp-header .support-block .support-list {
    border-radius: 10px;
    box-sizing: border-box;
    margin: auto;
  }
  #sp-header .support-block .support-list li + li {
    margin-top: 10px;
  }
  #sp-header .support-block .header-size dl,
  #sp-header .support-block .header-color dl {
    align-items: center;
    display: flex;
    gap: 0.6666666667vw;
  }
  #sp-header .support-block .header-size dt,
  #sp-header .support-block .header-color dt {
    font-size: 1rem;
    flex-shrink: 0;
    width: 21.8666666667vw;
  }
  #sp-header .support-block .header-size dt {
    margin-right: 4vw;
  }
  #sp-header .support-block .header-size dd img {
    height: 36px;
  }
  #sp-header .support-block .header-color dt {
    margin-right: 2.6666666667vw;
  }
  #sp-header .support-block .header-color dd img {
    height: 36px;
  }
  #sp-header .support-block .header-size .normal-on, #sp-header .support-block .header-size .normal-off, #sp-header .support-block .header-size .big-on, #sp-header .support-block .header-size .big-off {
    border-radius: 3px;
    border: 1px solid #fff;
    display: block;
  }
  #sp-header .support-block .header-size .normal-on.hide, #sp-header .support-block .header-size .normal-off.hide, #sp-header .support-block .header-size .big-on.hide, #sp-header .support-block .header-size .big-off.hide {
    display: none;
  }
  #sp-header .support-block .header-size .normal-on span, #sp-header .support-block .header-size .normal-off span, #sp-header .support-block .header-size .big-on span, #sp-header .support-block .header-size .big-off span {
    display: block;
    padding: 8px;
    line-height: 1;
    border-radius: 3px;
    text-decoration: none;
    font-size: 1rem;
  }
  #sp-header .support-block .header-size .normal-on span:hover, #sp-header .support-block .header-size .normal-off span:hover, #sp-header .support-block .header-size .big-on span:hover, #sp-header .support-block .header-size .big-off span:hover {
    opacity: 0.85;
  }
  #sp-header .support-block .header-size .normal-on span span, #sp-header .support-block .header-size .normal-off span span, #sp-header .support-block .header-size .big-on span span, #sp-header .support-block .header-size .big-off span span {
    background-color: inherit !important;
    color: inherit !important;
  }
  #sp-header .support-block .header-size .normal-on, #sp-header .support-block .header-size .big-on {
    background-color: #57c3d2;
    color: #333;
  }
  #sp-header .support-block .header-size .normal-off, #sp-header .support-block .header-size .big-off {
    background-color: #fff;
  }
  #sp-header .support-block .header-color dd {
    border-radius: 3px;
    border: 1px solid #fff;
  }
  #sp-header .support-block .header-color dd a {
    display: block;
    padding: 8px;
    line-height: 1;
    border-radius: 3px;
    text-decoration: none;
  }
  #sp-header .support-block .header-color dd a:hover {
    opacity: 0.85;
  }
  #sp-header .support-block .header-color dd a span {
    background-color: inherit !important;
    color: inherit !important;
  }
  #sp-header .support-block .header-color .header-color-item a {
    background-color: #333333 !important;
    color: #fff !important;
  }
  #sp-header .support-block .header-color .header-color-item2 a {
    background-color: #0740D3 !important;
    color: #fff !important;
  }
  #sp-header .support-block .header-color .header-color-item3 a {
    background-color: #fff !important;
    color: #333 !important;
  }
  #sp-header .support-block .header-lang-wrapper .lang-error {
    background-color: #fff;
    color: #ee0000;
    width: 100%;
  }
  #sp-header .support-block .header-lang {
    display: flex;
    border: solid 1px #dbdbdb;
    border-radius: 3px;
  }
  #sp-header .support-block .header-lang .lang-select {
    flex: 1;
    padding: 15px 4vw 15px 8.6666666667vw;
    border: 0;
    background: #fff;
    font-size: 0.875rem;
    appearance: none;
    word-break: break-all;
    white-space: normal;
    color: #000 !important;
    background: url(../img_common/icon_lang.png) no-repeat left 2.6666666667vw center/4.8vw auto, url(../img_common/arrow_lang.png) no-repeat right 13.3333333333vw center/2.4vw auto #fff;
    width: 36.4vw;
  }
  #sp-header .support-block .header-lang .btn-lang-select {
    color: #fff;
    background: #49b6cc;
    color: #000;
    font-size: 0.875rem;
    line-height: 1;
    cursor: pointer;
    width: 16vw;
  }
  #sp-header .goto-pc {
    border-radius: calc(infinity * 1px);
    text-align: center;
    background: url(../img_common/icon_arrow_white.png) right 4vw center no-repeat #49b6cc;
    padding: 6px 10.6666666667vw;
    margin-top: 8px;
  }
  #sp-header .goto-pc a {
    font-size: 1rem;
    color: #000;
    text-decoration: none;
  }
  #sp-header .goto-pc span {
    display: inline-block;
    min-height: 24px;
    background: url(../img_common/goto_pc.png) left center no-repeat;
    padding-left: 9.3333333333vw;
  }
  #sp-header .header-page-number-search {
    width: 100%;
  }
  #sp-header .header-page-number-search #number-search-container *, #sp-header .header-page-number-search #number-search-container *::before, #sp-header .header-page-number-search #number-search-container *::after, #sp-header .header-page-number-search #sp-number-search-container *, #sp-header .header-page-number-search #sp-number-search-container *::before, #sp-header .header-page-number-search #sp-number-search-container *::after {
    box-sizing: border-box;
  }
  #sp-header .header-page-number-search #number-search-container .input-wrap, #sp-header .header-page-number-search #sp-number-search-container .input-wrap {
    display: flex;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap, #sp-header .header-page-number-search #sp-number-search-container .input-wrap {
    width: calc(10em - 160px + 560px);
    gap: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap, #sp-header .header-page-number-search #sp-number-search-container .input-wrap {
    width: 100%;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap label, #sp-header .header-page-number-search #sp-number-search-container .input-wrap label {
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0;
  }
  #sp-header .header-page-number-search #number-search-container .input-wrap .number-label, #sp-header .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap .number-label, #sp-header .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    width: calc(100% - 110px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap .number-label, #sp-header .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    width: calc(100% - 21.33vw);
  }
}
@media screen and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap .submit-label, #sp-header .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap .submit-label, #sp-header .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    width: 110px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap .submit-label, #sp-header .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    width: 21.33vw;
  }
}
@media screen and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap input[type=text], #sp-header .header-page-number-search #sp-number-search-container .input-wrap input[type=text] {
    width: 100%;
    padding: 10px 0 10px 13px;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap input[type=text], #sp-header .header-page-number-search #sp-number-search-container .input-wrap input[type=text] {
    border: 1px solid #c6c6c6;
    border-radius: 5px 0px 0px 5px;
    height: 60px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap input[type=text], #sp-header .header-page-number-search #sp-number-search-container .input-wrap input[type=text] {
    border: 1px solid #c6c6c6;
    border-radius: 5px 0px 0px 5px;
    height: 13.33vw;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap button, #sp-header .header-page-number-search #sp-number-search-container .input-wrap button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    line-height: 1;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap button, #sp-header .header-page-number-search #sp-number-search-container .input-wrap button {
    border: 1px solid #00779e;
    border-radius: 0px 5px 5px 0px;
    background-color: #00779e;
    width: 110px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap button, #sp-header .header-page-number-search #sp-number-search-container .input-wrap button {
    border: 1px solid #00779e;
    border-radius: 0px 5px 5px 0px;
    background-color: #00779e;
    width: 21.33vw;
    height: 13.33vw;
  }
}
@media screen and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap button::after, #sp-header .header-page-number-search #sp-number-search-container .input-wrap button::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    clip-path: polygon(21.69% 24.41%, 20.35% 26.06%, 19.18% 27.87%, 18.12% 29.9%, 17.39% 31.94%, 16.85% 34.07%, 16.48% 36.48%, 16.46% 39.04%, 16.69% 41.55%, 17.14% 43.85%, 17.72% 45.78%, 18.57% 47.98%, 19.59% 49.91%, 20.76% 51.74%, 22.03% 53.36%, 23.36% 54.85%, 25.08% 56.37%, 26.93% 57.75%, 28.81% 58.84%, 30.74% 59.72%, 33.07% 60.33%, 35.1% 60.7%, 37.38% 60.92%, 39.37% 60.93%, 41.98% 60.66%, 44.52% 60.17%, 46.66% 59.48%, 48.31% 58.76%, 50.1% 57.78%, 51.58% 56.77%, 52.95% 55.68%, 53.79% 54.88%, 54.34% 54.34%, 94.61% 94.61%, 89.9% 99%, 62.61% 72.02%, 62.61% 66.88%, 61.76% 66.05%, 59.89% 67.58%, 57.49% 69.21%, 55.34% 70.42%, 52.57% 71.91%, 49.77% 72.84%, 47.16% 73.61%, 43.77% 74.17%, 40.36% 74.48%, 36.79% 74.47%, 33.89% 74.24%, 30.69% 73.66%, 27.25% 72.79%, 23.53% 71.39%, 19.93% 69.42%, 16.93% 67.46%, 13.57% 64.57%, 10.52% 61.3%, 8.12% 58.07%, 6.24% 54.71%, 4.72% 51.31%, 3.72% 47.79%, 3.11% 44.85%, 2.69% 41.66%, 2.6% 38.44%, 2.68% 36.45%, 2.8% 34.73%, 3.04% 32.91%, 3.32% 31.43%, 3.63% 29.82%, 3.96% 28.4%, 4.47% 26.91%, 4.93% 25.43%, 5.72% 23.7%, 6.43% 22.1%, 7.78% 19.8%, 9.14% 17.79%, 10.71% 15.76%, 12.37% 13.93%, 13.93% 12.37%, 15.76% 10.71%, 17.79% 9.14%, 19.8% 7.78%, 22.1% 6.43%, 23.7% 5.72%, 25.43% 4.93%, 26.91% 4.47%, 28.4% 3.96%, 29.82% 3.63%, 31.43% 3.32%, 32.91% 3.04%, 34.73% 2.8%, 36.45% 2.68%, 38.44% 2.6%, 41.66% 2.69%, 44.85% 3.11%, 47.79% 3.72%, 51.31% 4.72%, 54.71% 6.24%, 58.07% 8.12%, 61.3% 10.52%, 64.57% 13.57%, 67.46% 16.93%, 69.42% 19.93%, 71.39% 23.53%, 72.79% 27.25%, 73.66% 30.69%, 74.24% 33.89%, 74.47% 36.79%, 74.48% 40.36%, 74.17% 43.77%, 73.61% 47.16%, 72.84% 49.77%, 71.91% 52.57%, 70.42% 55.34%, 69.21% 57.49%, 67.58% 59.89%, 66.05% 61.76%, 66.88% 62.61%, 72.02% 62.61%, 99% 89.9%, 94.61% 94.61%, 54.34% 54.34%, 54.88% 53.79%, 55.68% 52.95%, 56.77% 51.58%, 57.78% 50.1%, 58.76% 48.31%, 59.48% 46.66%, 60.17% 44.52%, 60.66% 41.98%, 60.93% 39.37%, 60.92% 37.38%, 60.7% 35.1%, 60.33% 33.07%, 59.72% 30.74%, 58.84% 28.81%, 57.75% 26.93%, 56.37% 25.08%, 54.85% 23.36%, 53.36% 22.03%, 51.74% 20.76%, 49.91% 19.59%, 47.98% 18.57%, 45.78% 17.72%, 43.85% 17.14%, 41.55% 16.69%, 39.04% 16.46%, 36.48% 16.48%, 34.07% 16.85%, 31.94% 17.39%, 29.9% 18.12%, 27.87% 19.18%, 26.06% 20.35%, 24.41% 21.69%);
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap button::after, #sp-header .header-page-number-search #sp-number-search-container .input-wrap button::after {
    background-color: #ffffff;
    width: 21px;
    height: 21px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap button::after, #sp-header .header-page-number-search #sp-number-search-container .input-wrap button::after {
    background-color: #ffffff;
    width: 5.6vw;
    height: 5.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  .kinkyu-box {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .kinkyu-box {
    margin-left: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  .kinkyu-box .kinkyu-btn {
    height: 100%;
  }
}
.kinkyu-box .kinkyu a {
  display: flex;
  border: 2px solid #d53131;
  border-top: none;
  border-radius: 0 0 5px 5px;
  color: #d53131;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  background: #fff;
  text-decoration: none;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .kinkyu-box .kinkyu a {
    padding: 10px 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .kinkyu-box .kinkyu a {
    font-size: 0.75rem;
    min-height: 60px;
    height: 100%;
    width: 16vw;
  }
}
.kinkyu-box .kinkyu a:hover {
  text-decoration: underline;
}
.kinkyu-box .kinkyu a:focus-within {
  outline-offset: -2px;
}
.kinkyu-box .kinkyu a .text {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .kinkyu-box .kinkyu a .text {
    padding-top: 54px;
  }
}
@media screen and (max-width: 768px) {
  .kinkyu-box .kinkyu a .text {
    align-items: flex-end;
    padding-top: 7.7333333333vw;
  }
}
.kinkyu-box .kinkyu a .text::before {
  background: url(../img_common/icon_kinkyu.png) top/contain no-repeat;
  content: "";
  display: block;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
@media print, screen and (min-width: 769px) {
  .kinkyu-box .kinkyu a .text::before {
    height: 36px;
    top: 0;
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .kinkyu-box .kinkyu a .text::before {
    height: 6.4vw;
    top: 6px;
    width: 6.9333333333vw;
  }
}
.kinkyu-box .kinkyu a.active {
  background-color: #d53131;
  border-radius: 0;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .kinkyu-box .kinkyu a.active {
    min-height: 110px;
  }
}
@media screen and (max-width: 768px) {
  .kinkyu-box .kinkyu a.active {
    min-height: 65px;
  }
}
.kinkyu-box .kinkyu a.active:focus-visible {
  border: 3px solid #fff;
  outline: #000 2px solid;
  outline-offset: -2px;
}
@media screen and (max-width: 768px) {
  .kinkyu-box .kinkyu a.active .text {
    padding-top: 30px;
  }
}
.kinkyu-box .kinkyu a.active .text::before {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 10px;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 769px) {
  .kinkyu-box .kinkyu a.active .text::before {
    background: url(../img_common/icon_close_white.png) center center no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .kinkyu-box .kinkyu a.active .text::before {
    background: #fff;
    clip-path: polygon(100% 10%, 60% 50%, 100% 90%, 90% 100%, 50% 60%, 10% 100%, 0% 90%, 40% 50%, 0% 10%, 10% 0%, 50% 40%, 90% 0%);
    height: 5.3333333333vw;
    width: 5.3333333333vw;
  }
}

.emergency-info {
  position: relative;
  background: #f3d7d7;
  display: block grid !important;
  transition: grid-template-rows 0.5s;
  grid-template-rows: 0fr;
}
.emergency-info > * {
  overflow: hidden;
}
.emergency-info.active {
  grid-template-rows: 1fr;
}
@media print, screen and (min-width: 769px) {
  .emergency-info.active {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .emergency-info > .in {
    width: 1100px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .emergency-info .flex {
    align-items: stretch;
    display: flex;
    margin-top: 30px;
  }
}
.emergency-info .head {
  background-color: #fff;
}
@media print, screen and (min-width: 769px) {
  .emergency-info .head {
    display: flex;
    flex-direction: column;
    border-radius: 5px 0 0 5px;
    gap: 25px 0;
    padding: 30px 0;
    width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .emergency-info .head {
    border-radius: 5px 5px 0 0;
    margin: 15px 5.3333333333vw 0;
    padding: 20px 0;
  }
}
.emergency-info .head .emergency-title {
  text-align: center;
  position: relative;
  color: #d53131;
  font-size: 1.875rem;
}
.emergency-info .head .emergency-title span {
  background: url(../img_common/icon_kinkyu.png) left center no-repeat;
}
@media print, screen and (min-width: 769px) {
  .emergency-info .head .emergency-title span {
    background-size: 44px 40px;
    padding: 8px 0 8px 50px;
  }
}
@media screen and (max-width: 768px) {
  .emergency-info .head .emergency-title span {
    display: inline-block;
    padding-left: 14.6666666667vw;
    min-height: 44px;
  }
}
.emergency-info .body {
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .emergency-info .body {
    border-radius: 0 5px 5px 0;
    flex-grow: 1;
    padding: 20px;
    position: relative;
  }
  .emergency-info .body::before {
    background-color: #dbdbdb;
    border-radius: 2px;
    content: "";
    display: inline-block;
    height: 73%;
    left: 0;
    top: 20px;
    position: absolute;
    width: 2px;
  }
}
@media screen and (max-width: 768px) {
  .emergency-info .body {
    border-radius: 0 0 5px 5px;
    margin: 0 5.3333333333vw 10px;
    padding: 25px 20px;
    position: relative;
  }
  .emergency-info .body::before {
    background-color: #dbdbdb;
    border-radius: 2px;
    content: "";
    display: inline-block;
    height: 2px;
    left: 10px;
    top: 0;
    position: absolute;
    width: 82.6666666667vw;
  }
}
.emergency-info .body .list {
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding-block: 5px;
}
@media print, screen and (min-width: 769px) {
  .emergency-info .body .list {
    gap: 18px 28px;
    max-height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .emergency-info .body .list {
    max-height: 200px;
    gap: 15px;
  }
}
.emergency-info .body .list .item {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .emergency-info .body .list .item {
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .emergency-info .body .list .item {
    flex-direction: column;
  }
}
.emergency-info .body .list .item a {
  color: #333;
}
.emergency-info .body .list .item a:focus-within {
  outline-offset: -2px;
}
@media print, screen and (min-width: 769px) {
  .emergency-info .body .list .item .date {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .emergency-info .body .list .item .date {
    line-height: 150%;
  }
}
@media screen and (max-width: 768px) {
  .emergency-info .body .list .item .txt {
    line-height: 150%;
  }
}
.emergency-info .pageListNotExists {
  align-items: center;
  justify-content: center;
  display: flex;
  height: 100%;
}
.emergency-info .more a {
  display: block;
  background: url(../img_common/icon_arrow_white.png) right center no-repeat #d53131;
  border-radius: calc(infinity * 1px);
  color: #fff;
  text-decoration: none;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .emergency-info .more a {
    text-align: right;
    background-position: right 25px top 16px;
    background-size: 18px auto;
    margin: 0 auto;
    padding: 8px 52px 8px 14px;
    width: 200px;
  }
  .emergency-info .more a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .emergency-info .more a {
    font-size: 0.875rem;
    background-position: right 7.4666666667vw center;
    background-size: 18px auto;
    margin: 10px auto 0;
    padding: 10px 0;
    width: 58.6666666667vw;
  }
}
.emergency-info .close {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .emergency-info .close {
    margin: 20px auto 0;
    width: 400px;
    margin-bottom: 30px;
  }
}
.emergency-info .close a {
  border: 2px solid #d53131;
  border-radius: calc(infinity * 1px);
  background-color: #fff;
  color: #d53131;
  display: block;
  padding: 6px 0;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .emergency-info .close a:hover {
    text-decoration: underline;
  }
}
.emergency-info .close a:focus-visible {
  outline: 1px solid #000;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px #fff;
}
@media screen and (max-width: 768px) {
  .emergency-info .close a {
    margin: 0 5.3333333333vw 30px;
  }
}
.emergency-info .close a span {
  background: url(../img_common/icon_close_red.png) left center no-repeat;
}
@media print, screen and (min-width: 769px) {
  .emergency-info .close a span {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .emergency-info .close a span {
    padding-left: 5.8666666667vw;
  }
}

html[data-bgcolor=color_black] body, html[data-bgcolor=color_black] p, html[data-bgcolor=color_black] div, html[data-bgcolor=color_black] table, html[data-bgcolor=color_black] h1, html[data-bgcolor=color_black] h2, html[data-bgcolor=color_black] h3, html[data-bgcolor=color_black] h4, html[data-bgcolor=color_black] h5, html[data-bgcolor=color_black] h6, html[data-bgcolor=color_black] ul, html[data-bgcolor=color_black] ol, html[data-bgcolor=color_black] li, html[data-bgcolor=color_black] td, html[data-bgcolor=color_black] th, html[data-bgcolor=color_black] dt, html[data-bgcolor=color_black] dd, html[data-bgcolor=color_black] dl, html[data-bgcolor=color_black] h1, html[data-bgcolor=color_black] h2, html[data-bgcolor=color_black] dt, html[data-bgcolor=color_black] caption, html[data-bgcolor=color_black] section, html[data-bgcolor=color_black] span, html[data-bgcolor=color_black] header, html[data-bgcolor=color_black] footer, html[data-bgcolor=color_black] nav {
  background-color: #000 !important;
  color: #FFFFFF !important;
  background-image: none !important;
}
html[data-bgcolor=color_black] a {
  background-color: #000 !important;
  color: #FFFF00 !important;
}
html[data-bgcolor=color_black] a:visited {
  color: #f5c77b !important;
}
html[data-bgcolor=color_black] a:hover {
  color: #f5c77b !important;
}
html[data-bgcolor=color_black] h1, html[data-bgcolor=color_black] h2, html[data-bgcolor=color_black] h3, html[data-bgcolor=color_black] h4, html[data-bgcolor=color_black] h5, html[data-bgcolor=color_black] h6 {
  background-image: none !important;
  border: 1px solid #E5D1AF;
}
html[data-bgcolor=color_black] h5 {
  padding: 10px 0px;
}
html[data-bgcolor=color_black] .wysiwyg .text_ {
  color: #ffdbea !important;
}
html[data-bgcolor=color_black] .wysiwyg .text2_ {
  color: #b6e2f3 !important;
}
html[data-bgcolor=color_black] #pdf-download {
  color: #333 !important;
}
html[data-bgcolor=color_black] #header-logo img, html[data-bgcolor=color_black] #sp-header-logo img,
html[data-bgcolor=color_black] #header-subnav .list li a,
html[data-bgcolor=color_black] #header-size .title img,
html[data-bgcolor=color_black] #header-color .title img,
html[data-bgcolor=color_black] header .header-subnav-in li img,
html[data-bgcolor=color_black] .footer-logo img,
html[data-bgcolor=color_black] #footer-character img {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}
html[data-bgcolor=color_black] .side-nav-list {
  background-color: transparent !important;
}
html[data-bgcolor=color_black] .side-nav-list li span {
  background-color: transparent !important;
}
html[data-bgcolor=color_black] #keyword-area {
  background: transparent !important;
}
html[data-bgcolor=color_black] .toiawase .title, html[data-bgcolor=color_black] .toiawase .in {
  border: 1px solid #fff;
}
html[data-bgcolor=color_black] .toiawase .in {
  border-top: none;
}
html[data-bgcolor=color_black] #sp-header .modal-menu .sp-nav .title button.plus::after,
html[data-bgcolor=color_black] #sp-header .modal-menu .sp-nav .title button.mynus::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .gsst_a .gscb_a {
  color: inherit !important;
}
html[data-bgcolor=color_black] {
  /* よくあるご質問詳細ページ */
}
html[data-bgcolor=color_black] .faq-answer-area {
  background-image: url(../img_sub/v3.2/h2_faq_title_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_black] {
  /* よくあるご質問詳細ページ 0009_2 */
}
html[data-bgcolor=color_black] .faq-block .faq-q-title::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .faq-block .faq-answer-area {
  background-image: none !important;
  background-color: inherit !important;
}
html[data-bgcolor=color_black] #pankuzu .in {
  background-image: url(../img_sub/v3.2/pankuzu_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_black] #ashiato .in {
  background-image: url(../img_sub/v3.2/ashiato_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .anchor ul li a::after, html[data-bgcolor=color_black] .detail a::after, html[data-bgcolor=color_black] .page a::after, html[data-bgcolor=color_black] .dir a::after,
html[data-bgcolor=color_black] .link-item .icon1::after, html[data-bgcolor=color_black] .link-item .icon2::after,
html[data-bgcolor=color_black] #side-nav .side-nav-list li a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .page a, html[data-bgcolor=color_black] .dir a, html[data-bgcolor=color_black] .table td, html[data-bgcolor=color_black] .table th {
  border-color: #fff !important;
}
html[data-bgcolor=color_black] .toiawase .mail a {
  border: 1px solid #fff !important;
}
html[data-bgcolor=color_black] .toiawase .mail a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] #side-nav .side-nav-list {
  border-color: #fff !important;
}
html[data-bgcolor=color_black] .attend-container {
  border-color: #fff !important;
}
html[data-bgcolor=color_black] .attend-container .attend-list li a::before {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .simple-enquete form input[type=radio] {
  border-color: #fff;
}
html[data-bgcolor=color_black] .simple-enquete form input[type=radio]:checked:before {
  background: #fff;
}
html[data-bgcolor=color_black] .simple-enquete form .item::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .simple-enquete form input[type=submit] {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #fff;
}
html[data-bgcolor=color_black] .event-search-area .box2 label::after, html[data-bgcolor=color_black] .event-search-area .event-search-term label::after, html[data-bgcolor=color_black] .recruit-event-search-area .box2 label::after, html[data-bgcolor=color_black] .recruit-event-search-area .event-search-term label::after {
  border-right: 2px solid #000 !important;
  border-bottom: 2px solid #000 !important;
}
html[data-bgcolor=color_black] .event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_black] .event-search-area .event-search-term input[type=checkbox]:checked + label::before, html[data-bgcolor=color_black] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_black] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::before {
  background: #fff !important;
  border: 1px solid #231815;
}
html[data-bgcolor=color_black] .event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_black] .event-search-area .event-search-term input[type=checkbox]:checked + label::after, html[data-bgcolor=color_black] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_black] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::after {
  opacity: 1;
  background: #fff !important;
}
html[data-bgcolor=color_black] .scroll-hint-icon-wrap {
  background-color: transparent !important;
}
html[data-bgcolor=color_black] .scroll-hint-icon-wrap .scroll-hint-icon-white::before, html[data-bgcolor=color_black] .scroll-hint-icon-wrap .scroll-hint-icon-white::after {
  filter: invert(1);
}
html[data-bgcolor=color_black] #header .header-subnav-area .header-color dd a span {
  background-color: transparent !important;
}
html[data-bgcolor=color_black] .kinkyu-box .kinkyu a:focus-visible {
  outline-offset: -2px;
}
html[data-bgcolor=color_black] .kinkyu-box .kinkyu a:focus-visible > * {
  background-color: transparent !important;
}
html[data-bgcolor=color_black] .splide .splide__pagination__page.is-active:focus-visible {
  outline-offset: 0;
  outline: 1px solid #fff;
  border: 1px solid #000;
}
html[data-bgcolor=color_black] .footer-links .footer-links-item {
  background-color: transparent !important;
}
html[data-bgcolor=color_black] .toggle-btn-a11y-pc a:focus-visible, html[data-bgcolor=color_black] .toggle-btn-search-pc a:focus-visible, html[data-bgcolor=color_black] .kinkyu-box .kinkyu a:focus-visible {
  outline-offset: -4px;
}

html[data-bgcolor=color_blue] body, html[data-bgcolor=color_blue] p, html[data-bgcolor=color_blue] div, html[data-bgcolor=color_blue] table, html[data-bgcolor=color_blue] h1, html[data-bgcolor=color_blue] h2, html[data-bgcolor=color_blue] h3, html[data-bgcolor=color_blue] h4, html[data-bgcolor=color_blue] h5, html[data-bgcolor=color_blue] h6, html[data-bgcolor=color_blue] ul, html[data-bgcolor=color_blue] ol, html[data-bgcolor=color_blue] li, html[data-bgcolor=color_blue] td, html[data-bgcolor=color_blue] th, html[data-bgcolor=color_blue] dt, html[data-bgcolor=color_blue] dd, html[data-bgcolor=color_blue] dl, html[data-bgcolor=color_blue] h1, html[data-bgcolor=color_blue] h2, html[data-bgcolor=color_blue] dt, html[data-bgcolor=color_blue] caption, html[data-bgcolor=color_blue] section, html[data-bgcolor=color_blue] span, html[data-bgcolor=color_blue] header, html[data-bgcolor=color_blue] footer, html[data-bgcolor=color_blue] nav {
  background-color: #005795 !important;
  color: #FFFFFF !important;
  background-image: none !important;
}
html[data-bgcolor=color_blue] a {
  background-color: #005795 !important;
  color: #FFFF00 !important;
}
html[data-bgcolor=color_blue] a:visited {
  color: #f5c77b !important;
}
html[data-bgcolor=color_blue] a:hover {
  color: #f5c77b !important;
}
html[data-bgcolor=color_blue] h1, html[data-bgcolor=color_blue] h2, html[data-bgcolor=color_blue] h3, html[data-bgcolor=color_blue] h4, html[data-bgcolor=color_blue] h5, html[data-bgcolor=color_blue] h6 {
  background-image: none !important;
  border: 1px solid #E5D1AF;
}
html[data-bgcolor=color_blue] h5 {
  padding: 10px 0px;
}
html[data-bgcolor=color_blue] .wysiwyg .text_ {
  color: #ffdbea !important;
}
html[data-bgcolor=color_blue] .wysiwyg .text2_ {
  color: #b6e2f3 !important;
}
html[data-bgcolor=color_blue] #pdf-download {
  color: #333 !important;
}
html[data-bgcolor=color_blue] #header-logo img, html[data-bgcolor=color_blue] #sp-header-logo img,
html[data-bgcolor=color_blue] #header-subnav .list li a,
html[data-bgcolor=color_blue] #header-size .title img,
html[data-bgcolor=color_blue] #header-color .title img,
html[data-bgcolor=color_blue] header .header-subnav-in li img,
html[data-bgcolor=color_blue] .footer-logo img,
html[data-bgcolor=color_blue] #footer-character img {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}
html[data-bgcolor=color_blue] .side-nav-list {
  background-color: transparent !important;
}
html[data-bgcolor=color_blue] .side-nav-list li span {
  background-color: transparent !important;
}
html[data-bgcolor=color_blue] #keyword-area {
  background: transparent !important;
}
html[data-bgcolor=color_blue] .toiawase .title, html[data-bgcolor=color_blue] .toiawase .in {
  border: 1px solid #fff;
}
html[data-bgcolor=color_blue] .toiawase .in {
  border-top: none;
}
html[data-bgcolor=color_blue] #sp-header .modal-menu .sp-nav .title button.plus::after,
html[data-bgcolor=color_blue] #sp-header .modal-menu .sp-nav .title button.mynus::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .gsst_a .gscb_a {
  color: inherit !important;
}
html[data-bgcolor=color_blue] {
  /* よくあるご質問詳細ページ */
}
html[data-bgcolor=color_blue] .faq-answer-area {
  background-image: url(../img_sub/v3.2/h2_faq_title_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] {
  /* よくあるご質問詳細ページ 0009_2 */
}
html[data-bgcolor=color_blue] .faq-block .faq-q-title::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .faq-block .faq-answer-area {
  background-image: none !important;
  background-color: inherit !important;
}
html[data-bgcolor=color_blue] #pankuzu .in {
  background-image: url(../img_sub/v3.2/pankuzu_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] #ashiato .in {
  background-image: url(../img_sub/v3.2/ashiato_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .anchor ul li a::after, html[data-bgcolor=color_blue] .detail a::after, html[data-bgcolor=color_blue] .page a::after, html[data-bgcolor=color_blue] .dir a::after,
html[data-bgcolor=color_blue] .link-item .icon1::after, html[data-bgcolor=color_blue] .link-item .icon2::after,
html[data-bgcolor=color_blue] #side-nav .side-nav-list li a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .page a, html[data-bgcolor=color_blue] .dir a, html[data-bgcolor=color_blue] .table td, html[data-bgcolor=color_blue] .table th {
  border-color: #fff !important;
}
html[data-bgcolor=color_blue] .toiawase .mail a {
  border: 1px solid #fff !important;
}
html[data-bgcolor=color_blue] .toiawase .mail a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] #side-nav .side-nav-list {
  border-color: #fff !important;
}
html[data-bgcolor=color_blue] .attend-container {
  border-color: #fff !important;
}
html[data-bgcolor=color_blue] .attend-container .attend-list li a::before {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .simple-enquete form input[type=radio] {
  border-color: #fff;
}
html[data-bgcolor=color_blue] .simple-enquete form input[type=radio]:checked:before {
  background: #fff;
}
html[data-bgcolor=color_blue] .simple-enquete form .item::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .simple-enquete form input[type=submit] {
  background-color: #005795 !important;
  color: #fff !important;
  border: 1px solid #fff;
}
html[data-bgcolor=color_blue] .event-search-area .box2 label::after, html[data-bgcolor=color_blue] .event-search-area .event-search-term label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .box2 label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .event-search-term label::after {
  border-right: 2px solid #005795 !important;
  border-bottom: 2px solid #005795 !important;
}
html[data-bgcolor=color_blue] .event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_blue] .event-search-area .event-search-term input[type=checkbox]:checked + label::before, html[data-bgcolor=color_blue] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_blue] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::before {
  background: #fff !important;
  border: 1px solid #231815;
}
html[data-bgcolor=color_blue] .event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_blue] .event-search-area .event-search-term input[type=checkbox]:checked + label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::after {
  opacity: 1;
  background: #fff !important;
}
html[data-bgcolor=color_blue] .scroll-hint-icon-wrap {
  background-color: transparent !important;
}
html[data-bgcolor=color_blue] .scroll-hint-icon-wrap .scroll-hint-icon-white::before, html[data-bgcolor=color_blue] .scroll-hint-icon-wrap .scroll-hint-icon-white::after {
  filter: invert(1);
}
html[data-bgcolor=color_blue] #header .header-subnav-area .header-color dd a span {
  background-color: transparent !important;
}
html[data-bgcolor=color_blue] .kinkyu-box .kinkyu a:focus-visible {
  outline-offset: -2px;
}
html[data-bgcolor=color_blue] .kinkyu-box .kinkyu a:focus-visible > * {
  background-color: transparent !important;
}
html[data-bgcolor=color_blue] .splide .splide__pagination__page.is-active:focus-visible {
  outline-offset: 0;
  outline: 1px solid #fff;
  border: 1px solid #000;
}
html[data-bgcolor=color_blue] .footer-links .footer-links-item {
  background-color: transparent !important;
}
html[data-bgcolor=color_blue] .toggle-btn-a11y-pc a:focus-visible, html[data-bgcolor=color_blue] .toggle-btn-search-pc a:focus-visible, html[data-bgcolor=color_blue] .kinkyu-box .kinkyu a:focus-visible {
  outline-offset: -4px;
}