@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, "YuGothic", 游ゴシック Medium, "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #3d4639;
  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: #50612c;
  text-decoration: underline;
}

a:visited {
  color: #707566;
  text-decoration: underline;
}

a:hover {
  color: #00118F;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: inherit;
  color: #50612c;
}

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: #ababab;
  text-align: center;
}

.scheme2 {
  border: 1px solid #ccc;
  text-align: center;
}

.scheme3 {
  background-color: #333;
  text-align: center;
}

.scheme4 {
  background-color: #333;
  text-align: center;
}

.scheme5 {
  border: 1px solid #ccc;
  text-align: center;
}

.scheme6 {
  background-color: #333;
  text-align: center;
}

.scheme7 {
  background-color: #ccc;
  text-align: center;
}

.scheme8 {
  background-color: #555;
  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 #5e7630 !important;
    border-radius: 5px 0px 0px 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .gsc-input-box {
    border: 1px solid #5e7630 !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: 58px;
    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: 58px;
  }
  @-moz-document url-prefix() {
    td.gsc-search-button {
      height: 62px;
    }
  }
  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: #aae13e !important;
    width: 60px !important;
    border: 1px solid #5e7630 !important;
    border-radius: 0px 5px 5px 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    background-color: #aae13e !important;
    width: 16vw !important;
    border: 1px solid #5e7630 !important;
    border-radius: 0px 5px 5px 0px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    fill: #3d4639 !important;
    width: 23px !important;
    height: 23px !important;
  }
}
@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    fill: #3d4639 !important;
    width: 6.13333vw !important;
    height: 6.13333vw !important;
  }
}

[data-ver="1"] .gsc-search-button {
  margin: 0 !important;
  display: block !important;
}
@media print, screen and (min-width: 769px) {
  [data-ver="1"] td.gsc-search-button {
    height: 62px;
  }
  @-moz-document url-prefix() {
    [data-ver="1"] td.gsc-search-button {
      height: 60px;
    }
  }
  [data-ver="1"] td.gsc-search-button {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  [data-ver="1"] td.gsc-search-button {
    height: 62px;
  }
  @-moz-document url-prefix() {
    [data-ver="1"] td.gsc-search-button {
      height: 62px;
    }
  }
  [data-ver="1"] td.gsc-search-button {
    padding-left: 0 !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 #5e7630;
    height: 60px;
    width: calc(100% - 60px);
    border-radius: 5px 0px 0px 5px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .dummy-search {
    border: 1px solid #5e7630;
    height: 60px;
    width: calc(100% - 16vw);
    border-radius: 5px 0px 0px 5px;
    font-size: 2rem;
  }
}

.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: #aae13e;
    flex-basis: 60px;
    width: 60px;
    height: 60px;
    border: 1px solid #5e7630;
    border-radius: 0px 5px 5px 0px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .dummy-search-btn {
    background-color: #aae13e;
    flex-basis: 16vw;
    width: 16vw;
    height: 60px;
    border: 1px solid #5e7630;
    border-radius: 0px 5px 5px 0px;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .dummy-search-btn svg {
    width: 23px;
    height: 23px;
    fill: #3d4639;
  }
}
@media screen and (max-width: 768px) {
  .dummy-search-btn svg {
    width: 6.13333vw;
    height: 6.13333vw;
    fill: #3d4639;
  }
}

.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: #3d4639;
  display: block;
  text-decoration: none;
}
#smartphone .wrap {
  align-items: center;
  background-color: #e8efc7;
  border: 2px solid #8cb33f;
  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: #5e7630;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
}
#smartphone .wrap .ico:after {
  border-left: 12px solid #fff;
  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: #5e7630;
  text-align: center;
}

.scheme2 {
  border: 1px solid #5e7630;
  text-align: center;
}

.scheme3 {
  background-color: #fff;
  text-align: center;
}

.scheme4 {
  background-color: #e8efc7;
  text-align: center;
}

.scheme5 {
  border: 2px solid #8cb33f;
  text-align: center;
}

.scheme6 {
  background-color: #3d4639;
  text-align: center;
}

.scheme7 {
  background-color: #eef6c4;
  text-align: center;
}

.scheme8 {
  background-color: #5e7630;
  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;
}

#speach-area {
  display: none;
  margin-top: 30px;
  background-color: #edeef0;
}
#speach-area.is-active {
  display: block;
}
#speach-area .speach-area-in {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #speach-area .speach-area-in {
    width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #speach-area .speach-area-in {
    margin: 0 20px;
  }
}
#speach-area .speach-area-close {
  position: absolute;
  right: -10px;
  top: -10px;
  appearance: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #1b2441;
}
#speach-area .speach-area-close:hover {
  opacity: 0.85;
}
@media print, screen and (min-width: 769px) {
  #speach-area .speach-area-close {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  #speach-area .speach-area-close {
    padding: 0;
    width: 6.4vw;
    height: 6.4vw;
  }
}
@media print, screen and (min-width: 769px) {
  #speach-area .speach-area-close img {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #speach-area .speach-area-close img {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
#speach-area .tsutaeru-speech {
  font-size: 100%;
  text-align: left;
}
#speach-area .tsutaeru-speech .tsutaeru-button {
  margin-right: 0.25em;
}

/*++++++++++++++++++++++++++++++++++
 * トップページのコンテンツエリア専用CSS（プリント用）
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media print {
  body {
    zoom: 1;
  }
}
*, *::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;
}

.section-h2 {
  text-align: center;
  font-weight: 500;
  color: #3d4639;
  background: url("../img_top/title_underline.png") no-repeat bottom center;
}
@media print, screen and (min-width: 769px) {
  .section-h2 {
    font-size: 2.5rem;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .section-h2 {
    font-size: 2rem;
    width: 80vw;
    padding-bottom: 2.6666666667vw;
    margin: 0 auto;
  }
}

.kinkyu-in {
  border: 1px solid #b34c14;
  border-radius: 10px;
  margin-bottom: 20px;
}
.kinkyu h2 {
  background-color: #b34c14;
  border-radius: 10px 10px 0 0;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .kinkyu h2 {
    font-size: 1.3125rem;
    padding: 10px 25px;
  }
}
@media screen and (max-width: 768px) {
  .kinkyu h2 {
    font-size: 1.25rem;
    padding: 14px 0.5333333333vw 14px 3.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .kinkyu-info {
    padding: 23px 15px 15px 25px;
  }
}
@media screen and (max-width: 768px) {
  .kinkyu-info {
    padding: 10px 2.6666666667vw;
  }
}
.kinkyu-info .list {
  overflow: auto;
}
@media print, screen and (min-width: 769px) {
  .kinkyu-info .list {
    max-height: 130px;
  }
}
@media screen and (max-width: 768px) {
  .kinkyu-info .list {
    max-height: 190px;
  }
}
.kinkyu-info li:not(:last-child) {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 769px) {
  .kinkyu-info li {
    display: flex;
    gap: 0 22px;
    padding-right: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .kinkyu-info li .date {
    flex-shrink: 0;
  }
}
.kinkyu-info li a {
  font-size: 1rem;
  color: #3b3f52;
  font-weight: bold;
}
.kinkyu-info li a:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}
.kinkyu .more {
  margin-top: 18px;
  text-align: right;
}
.kinkyu .more a {
  font-size: 1.125rem;
  background: url(../img_top/icon_kinkyu.png) left center no-repeat;
  color: #3d4639;
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  .kinkyu .more a {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .kinkyu .more a {
    padding-left: 8vw;
  }
}
.kinkyu .more a:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}

.mv-list a {
  text-decoration: none;
  color: #3d4639;
}
.mv-list a:hover {
  opacity: 0.85;
}
.mv-list a:focus-visible {
  outline: none !important;
}
.mv-list a:focus-visible::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #000;
  outline: 2px solid #fff;
  outline-offset: -4px;
  pointer-events: none;
}
.mv-slider {
  --pcImgWidth: 800px;
  --pcImgHeight: 500px;
  --spImgWidth: g.px2vw375(375px);
  --spImgHeight: g.px2vw375(234px);
  --pcGap: 30px;
  --spGap: g.px2vw(40px);
  position: relative;
}
.mv-slider .splide-wrapper {
  position: relative;
}
.mv-slider .splide__track {
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .mv-slider .splide__list {
    min-width: 330px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .mv-slider .splide__slide {
    width: var(--pcImgWidth);
  }
}
@media screen and (max-width: 768px) {
  .mv-slider .splide__slide {
    width: 100%;
  }
}
.mv-slider .splide__slide a {
  display: block;
}
.mv-slider .splide__slide img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  .mv-slider .splide__slide img {
    width: var(--pcImgWidth);
    height: var(--pcImgHeight);
  }
}
@media screen and (max-width: 768px) {
  .mv-slider .splide__slide img {
    height: 62.4vw;
  }
}
.mv-slider .splide__controls .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .mv-slider .splide__controls .wrapper {
    gap: 10px;
    width: 330px;
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .mv-slider .splide__controls .wrapper {
    gap: 2.6666666667vw;
    width: 90.6666666667vw;
    margin: 5.3333333333vw auto 0;
  }
}
.mv-slider .splide__controls button:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}
.mv-slider .splide__controls .splide__pagination li {
  display: inline-block;
  line-height: 0;
  font-size: 0;
  padding: 0;
}
@media print, screen and (min-width: 769px) {
  .mv-slider .splide__controls .splide__pagination li {
    width: 10px;
  }
}
@media screen and (max-width: 768px) {
  .mv-slider .splide__controls .splide__pagination li {
    width: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .mv-slider .splide__pagination li:has(.splide__pagination__page.is-active) {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mv-slider .splide__pagination li:has(.splide__pagination__page.is-active) {
    width: 10.6666666667vw;
  }
}
.mv-slider .splide__pagination__page {
  display: inline-block;
  margin: 0;
  background: #5e7630;
  transition: initial;
  opacity: initial;
}
@media print, screen and (min-width: 769px) {
  .mv-slider .splide__pagination__page {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .mv-slider .splide__pagination__page {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border: 1px solid #fff;
  }
}
@media print, screen and (min-width: 769px) {
  .mv-slider .splide__pagination__page:hover {
    opacity: 0.85;
  }
}
.mv-slider .splide__toggle {
  background-color: transparent;
  border: 0;
  position: relative;
  order: 3;
}
@media print, screen and (min-width: 769px) {
  .mv-slider .splide__toggle {
    width: 35px;
    height: 35px;
    margin-left: 4px;
  }
}
@media screen and (max-width: 768px) {
  .mv-slider .splide__toggle {
    width: 8vw;
    height: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .mv-slider .splide__toggle:hover {
    opacity: 0.85;
  }
}
.mv-slider .splide__toggle span {
  margin: auto;
  position: absolute;
  inset: 0;
  border: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 769px) {
  .mv-slider .splide__toggle span {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .mv-slider .splide__toggle span {
    width: 8vw;
    height: 8vw;
  }
}
.mv-slider .splide__toggle__play {
  background-image: url("../img_top/start.png") !important;
}
.mv-slider .splide__toggle__pause {
  background-image: url("../img_top/stop.png") !important;
}
.mv-slider .splide__arrows {
  display: contents;
}
.mv-slider .splide__arrow {
  position: initial;
  right: initial;
  left: initial;
  transform: initial;
  opacity: initial;
  border-radius: initial;
  background-color: transparent;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .mv-slider .splide__arrow {
    width: 20px;
    height: 23px;
  }
}
@media screen and (max-width: 768px) {
  .mv-slider .splide__arrow {
    width: 5.3333333333vw;
    height: 8.8vw;
  }
}
.mv-slider .splide__arrow::before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  inset: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 769px) {
  .mv-slider .splide__arrow:hover {
    opacity: 0.85;
  }
}
.mv-slider .splide__arrow--prev {
  order: 1;
}
@media print, screen and (min-width: 769px) {
  .mv-slider .splide__arrow--prev {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .mv-slider .splide__arrow--prev {
    margin-right: 6.6666666667vw;
  }
}
.mv-slider .splide__arrow--prev::before {
  background-image: url("../img_top/prev.png");
}
.mv-slider .splide__arrow--next {
  order: 4;
}
@media print, screen and (min-width: 769px) {
  .mv-slider .splide__arrow--next {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .mv-slider .splide__arrow--next {
    margin-left: 4vw;
  }
}
.mv-slider .splide__arrow--next::before {
  background-image: url("../img_top/next.png");
}
.mv-slider .splide__pagination {
  display: flex !important;
  padding: 0;
  position: initial;
  gap: 10px;
  order: 2;
  cursor: pointer;
}
.mv-slider .splide__pagination__page.is-active {
  display: inline-block;
  background-color: #fff;
  border: none;
  border: 1px solid #5e7630;
  border-radius: calc(infinity * 1px);
  box-sizing: border-box;
  padding: 0;
  transform: initial;
}
@media print, screen and (min-width: 769px) {
  .mv-slider .splide__pagination__page.is-active {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mv-slider .splide__pagination__page.is-active {
    width: 10.6666666667vw;
  }
}
.mv-slider .splide__pagination__page .progress-inner {
  width: 0%;
  height: 100%;
  background-color: #5e7630;
  border-radius: calc(infinity * 1px) 0 0 calc(infinity * 1px);
  transition: width 0.1s linear;
  will-change: transform;
}
.mv-slider:not(.is-active) {
  visibility: visible !important;
}
.mv-slider:not(.is-active) .splide__list {
  display: flex !important;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .mv-slider:not(.is-active) .splide__list {
    gap: var(--pcGap);
  }
}
@media screen and (max-width: 768px) {
  .mv-slider:not(.is-active) .splide__list {
    gap: var(--spGap);
  }
}
.mv-slider:not(.is-active) .splide__slide:last-child {
  margin: 0 !important;
}
.mv-slider:not(.is-active) .splide__arrows {
  display: none;
}
.mv-slider:not(.is-active) .splide__toggle {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .search-word {
    display: flex;
    gap: 40px;
    padding: 25px 0 35px;
  }
}
@media screen and (max-width: 768px) {
  .search-word {
    padding: 8vw 0 10.6666666667vw;
  }
}
.search-word .keyword .title {
  font-size: 1.3125rem;
  font-weight: 700;
}
.search-word .keyword dd .dummy-search-area {
  box-sizing: border-box;
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .search-word .keyword dd .dummy-search-area {
    width: calc(10em - 160px + 560px);
  }
}
@media screen and (max-width: 768px) {
  .search-word .keyword dd .dummy-search-area {
    width: 100%;
  }
}
.search-word .keyword dd .dummy-search {
  box-sizing: border-box;
  padding: 10px 0 10px 13px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .search-word .keyword dd .dummy-search {
    border: 1px solid #5e7630;
    height: 60px;
    width: calc(100% - 60px);
    border-radius: 5px 0px 0px 5px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .search-word .keyword dd .dummy-search {
    border: 1px solid #5e7630;
    height: 60px;
    width: calc(100% - 16vw);
    border-radius: 5px 0px 0px 5px;
    font-size: 2rem;
  }
}
.search-word .keyword dd .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) {
  .search-word .keyword dd .dummy-search-btn {
    background-color: #aae13e;
    flex-basis: 60px;
    width: 60px;
    height: 60px;
    border: 1px solid #5e7630;
    border-radius: 0px 5px 5px 0px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .search-word .keyword dd .dummy-search-btn {
    background-color: #aae13e;
    flex-basis: 16vw;
    width: 16vw;
    height: 60px;
    border: 1px solid #5e7630;
    border-radius: 0px 5px 5px 0px;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .search-word .keyword dd .dummy-search-btn svg {
    width: 23px;
    height: 23px;
    fill: #3d4639;
  }
}
@media screen and (max-width: 768px) {
  .search-word .keyword dd .dummy-search-btn svg {
    width: 6.13333vw;
    height: 6.13333vw;
    fill: #3d4639;
  }
}
.search-word .keyword dd input {
  border-right: none !important;
}
.search-word .keyword dd button {
  border-left: none !important;
}
.search-word .keyword dd button:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}
@media print, screen and (min-width: 769px) {
  .search-word .keyword dd {
    margin-top: 2px;
  }
}
.search-word .type-list {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
  .search-word .type-list {
    gap: 35px;
  }
}
@media screen and (max-width: 768px) {
  .search-word .type-list {
    gap: 17px;
    font-size: 0.875rem;
    padding-top: 1.3333333333vw;
  }
}
.search-word .type-list label {
  display: flex;
  align-items: center;
}
.search-word .type-list label input {
  accent-color: #382d25;
}
.search-word .type-list .flex {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .search-word .type-list .flex {
    gap: 35px;
  }
}
@media screen and (max-width: 768px) {
  .search-word .type-list .flex {
    gap: 4.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .search-word-future {
    padding-top: 4vw;
  }
}
.search-word-future .future-word {
  font-size: 1.3125rem;
  font-weight: 700;
}
.search-word-future .future-word-list {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
  .search-word-future .future-word-list {
    gap: 10px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 768px) {
  .search-word-future .future-word-list {
    gap: 2.6666666667vw;
    margin-top: 0.8vw;
  }
}
.search-word-future .future-word-list a {
  font-weight: 500;
  width: fit-content;
  display: block;
  color: #3d4639;
  background: #eef6c4;
  padding: 4px 13px 6px;
  border-radius: 3px;
}
@media print, screen and (min-width: 769px) {
  .search-word-future .future-word-list a {
    text-underline-offset: 3px;
  }
}
@media screen and (max-width: 768px) {
  .search-word-future .future-word-list a {
    text-underline-offset: 0.8vw;
  }
}
.search-word-future .future-word-list a:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}

.search-info {
  position: relative;
  background: url("../img_common/bg.jpg") no-repeat center center #fff;
  background-size: 100% 100%;
}
@media print, screen and (min-width: 769px) {
  .search-info {
    padding: 54px 0 74px;
    margin: 66px 0;
  }
}
@media screen and (max-width: 768px) {
  .search-info {
    padding: 9.3333333333vw 0 8vw;
    margin: 8.2666666667vw 0;
  }
}
.search-info::before {
  content: "";
  position: absolute;
  background: url("../img_common/bg_top.png") no-repeat center center #fff;
  background-size: 100% 100%;
}
@media print, screen and (min-width: 769px) {
  .search-info::before {
    top: -66px;
    height: 66px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .search-info::before {
    top: -8.2666666667vw;
    height: 8.2666666667vw;
    width: 100%;
  }
}
.search-info::after {
  content: "";
  position: absolute;
  background: url("../img_top/bg_bottom.png") no-repeat center center #fff;
  background-size: 100% 100%;
}
@media print, screen and (min-width: 769px) {
  .search-info::after {
    bottom: -66px;
    height: 66px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .search-info::after {
    bottom: -8.2666666667vw;
    height: 8.2666666667vw;
    width: 100%;
  }
}
.search-info-page {
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .search-info-page {
    display: flex;
    align-items: end;
    gap: 0 50px;
    border-radius: 16px;
    padding: 20px 37px 35px;
    margin-top: 19px;
  }
}
@media screen and (max-width: 768px) {
  .search-info-page {
    border-radius: 4.2666666667vw;
    padding: 4.8vw 5.0666666667vw 7.4666666667vw;
    margin-top: 5.0666666667vw;
  }
}
.search-info-page .page-id #number-search-container *, .search-info-page .page-id #number-search-container *::before, .search-info-page .page-id #number-search-container *::after, .search-info-page .page-id #sp-number-search-container *, .search-info-page .page-id #sp-number-search-container *::before, .search-info-page .page-id #sp-number-search-container *::after, .search-info-page .page-id #sp-modal-number-search-container *, .search-info-page .page-id #sp-modal-number-search-container *::before, .search-info-page .page-id #sp-modal-number-search-container *::after, .search-info-page .page-id #pc-modal-number-search-container *, .search-info-page .page-id #pc-modal-number-search-container *::before, .search-info-page .page-id #pc-modal-number-search-container *::after {
  box-sizing: border-box;
}
.search-info-page .page-id #number-search-container .input-wrap, .search-info-page .page-id #sp-number-search-container .input-wrap, .search-info-page .page-id #sp-modal-number-search-container .input-wrap, .search-info-page .page-id #pc-modal-number-search-container .input-wrap {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .search-info-page .page-id #number-search-container .input-wrap, .search-info-page .page-id #sp-number-search-container .input-wrap, .search-info-page .page-id #sp-modal-number-search-container .input-wrap, .search-info-page .page-id #pc-modal-number-search-container .input-wrap {
    width: calc(10em - 160px + 560px);
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .search-info-page .page-id #number-search-container .input-wrap, .search-info-page .page-id #sp-number-search-container .input-wrap, .search-info-page .page-id #sp-modal-number-search-container .input-wrap, .search-info-page .page-id #pc-modal-number-search-container .input-wrap {
    width: 100%;
    gap: 0;
  }
}
.search-info-page .page-id #number-search-container .input-wrap label, .search-info-page .page-id #sp-number-search-container .input-wrap label, .search-info-page .page-id #sp-modal-number-search-container .input-wrap label, .search-info-page .page-id #pc-modal-number-search-container .input-wrap label {
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 0;
}
.search-info-page .page-id #number-search-container .input-wrap .number-label, .search-info-page .page-id #sp-number-search-container .input-wrap .number-label, .search-info-page .page-id #sp-modal-number-search-container .input-wrap .number-label, .search-info-page .page-id #pc-modal-number-search-container .input-wrap .number-label {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .search-info-page .page-id #number-search-container .input-wrap .number-label, .search-info-page .page-id #sp-number-search-container .input-wrap .number-label, .search-info-page .page-id #sp-modal-number-search-container .input-wrap .number-label, .search-info-page .page-id #pc-modal-number-search-container .input-wrap .number-label {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 768px) {
  .search-info-page .page-id #number-search-container .input-wrap .number-label, .search-info-page .page-id #sp-number-search-container .input-wrap .number-label, .search-info-page .page-id #sp-modal-number-search-container .input-wrap .number-label, .search-info-page .page-id #pc-modal-number-search-container .input-wrap .number-label {
    width: calc(100% - 16vw);
  }
}
.search-info-page .page-id #number-search-container .input-wrap .submit-label, .search-info-page .page-id #sp-number-search-container .input-wrap .submit-label, .search-info-page .page-id #sp-modal-number-search-container .input-wrap .submit-label, .search-info-page .page-id #pc-modal-number-search-container .input-wrap .submit-label {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .search-info-page .page-id #number-search-container .input-wrap .submit-label, .search-info-page .page-id #sp-number-search-container .input-wrap .submit-label, .search-info-page .page-id #sp-modal-number-search-container .input-wrap .submit-label, .search-info-page .page-id #pc-modal-number-search-container .input-wrap .submit-label {
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .search-info-page .page-id #number-search-container .input-wrap .submit-label, .search-info-page .page-id #sp-number-search-container .input-wrap .submit-label, .search-info-page .page-id #sp-modal-number-search-container .input-wrap .submit-label, .search-info-page .page-id #pc-modal-number-search-container .input-wrap .submit-label {
    width: 16vw;
  }
}
.search-info-page .page-id #number-search-container .input-wrap input[type=text], .search-info-page .page-id #sp-number-search-container .input-wrap input[type=text], .search-info-page .page-id #sp-modal-number-search-container .input-wrap input[type=text], .search-info-page .page-id #pc-modal-number-search-container .input-wrap input[type=text] {
  width: 100%;
  padding: 10px 0 10px 13px;
}
@media print, screen and (min-width: 769px) {
  .search-info-page .page-id #number-search-container .input-wrap input[type=text], .search-info-page .page-id #sp-number-search-container .input-wrap input[type=text], .search-info-page .page-id #sp-modal-number-search-container .input-wrap input[type=text], .search-info-page .page-id #pc-modal-number-search-container .input-wrap input[type=text] {
    border: 1px solid #5e7630;
    border-radius: 5px 0px 0px 5px;
    height: 60px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .search-info-page .page-id #number-search-container .input-wrap input[type=text], .search-info-page .page-id #sp-number-search-container .input-wrap input[type=text], .search-info-page .page-id #sp-modal-number-search-container .input-wrap input[type=text], .search-info-page .page-id #pc-modal-number-search-container .input-wrap input[type=text] {
    border: 1px solid #5e7630;
    border-radius: 5px 0px 0px 5px;
    height: 60px;
    font-size: 1rem;
  }
}
.search-info-page .page-id #number-search-container .input-wrap button, .search-info-page .page-id #sp-number-search-container .input-wrap button, .search-info-page .page-id #sp-modal-number-search-container .input-wrap button, .search-info-page .page-id #pc-modal-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) {
  .search-info-page .page-id #number-search-container .input-wrap button, .search-info-page .page-id #sp-number-search-container .input-wrap button, .search-info-page .page-id #sp-modal-number-search-container .input-wrap button, .search-info-page .page-id #pc-modal-number-search-container .input-wrap button {
    border: 1px solid #5e7630;
    border-radius: 0px 5px 5px 0px;
    background-color: #aae13e;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .search-info-page .page-id #number-search-container .input-wrap button, .search-info-page .page-id #sp-number-search-container .input-wrap button, .search-info-page .page-id #sp-modal-number-search-container .input-wrap button, .search-info-page .page-id #pc-modal-number-search-container .input-wrap button {
    border: 1px solid #5e7630;
    border-radius: 0px 5px 5px 0px;
    background-color: #aae13e;
    width: 16vw;
    height: 60px;
  }
}
.search-info-page .page-id #number-search-container .input-wrap button::after, .search-info-page .page-id #sp-number-search-container .input-wrap button::after, .search-info-page .page-id #sp-modal-number-search-container .input-wrap button::after, .search-info-page .page-id #pc-modal-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) {
  .search-info-page .page-id #number-search-container .input-wrap button::after, .search-info-page .page-id #sp-number-search-container .input-wrap button::after, .search-info-page .page-id #sp-modal-number-search-container .input-wrap button::after, .search-info-page .page-id #pc-modal-number-search-container .input-wrap button::after {
    background-color: #3d4639;
    width: 23px;
    height: 23px;
  }
}
@media screen and (max-width: 768px) {
  .search-info-page .page-id #number-search-container .input-wrap button::after, .search-info-page .page-id #sp-number-search-container .input-wrap button::after, .search-info-page .page-id #sp-modal-number-search-container .input-wrap button::after, .search-info-page .page-id #pc-modal-number-search-container .input-wrap button::after {
    background-color: #3d4639;
    width: 6.13333vw;
    height: 6.13333vw;
  }
}
.search-info-page .page-id .title {
  font-size: 1.3125rem;
  font-weight: 700;
  color: #3d4639;
}
@media print, screen and (min-width: 769px) {
  .search-info-page .page-id .input-wrap {
    width: calc(10em - 160px + 280px) !important;
  }
}
@media screen and (max-width: 768px) {
  .search-info-page .page-id .input-wrap {
    width: 74.6666666667vw !important;
  }
}
.search-info-page .page-id input {
  border-right: none !important;
}
.search-info-page .page-id input:focus-visible {
  border: 2px solid #fff;
  outline: 2px solid #333;
  outline-offset: -3px;
}
.search-info-page .page-id button {
  border-left: none !important;
}
.search-info-page .page-id button:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}
@media print, screen and (min-width: 769px) {
  .search-info-page .page-list {
    display: grid;
    gap: 15px 96px;
    grid-template-columns: repeat(2, auto);
  }
}
@media screen and (max-width: 768px) {
  .search-info-page .page-list {
    display: flex;
    gap: 4.8vw;
    flex-direction: column;
    padding-top: 4.8vw;
  }
}
.search-info-page .page-list a {
  display: block;
  color: #3d4639;
  font-size: 1.25rem;
  font-weight: 500;
  background: url(../img_common/arrow_right.png) left center no-repeat;
}
@media print, screen and (min-width: 769px) {
  .search-info-page .page-list a {
    background-size: 18px 18px;
    padding-left: 25px;
    text-underline-offset: 3px;
  }
}
@media screen and (max-width: 768px) {
  .search-info-page .page-list a {
    background-size: 4.8vw 4.8vw;
    padding-left: 8vw;
    text-underline-offset: 0.8vw;
  }
}
.search-info-page .page-list a:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}
@media print, screen and (min-width: 769px) {
  .search-info-list {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(8, 118px);
    padding-top: 33px;
  }
}
@media screen and (max-width: 768px) {
  .search-info-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8vw 3.4666666667vw;
    padding-top: 8.8vw;
  }
}
.search-info-list li:focus-within {
  outline: 2px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}
.search-info-list a {
  display: block;
  text-align: center;
  text-underline-offset: 8px;
  font-weight: 500;
  color: #3d4639;
}
.search-info-list a:hover {
  opacity: 0.85;
}
.search-info-list a:focus-visible {
  outline: none !important;
}
.search-info-list .item-img img {
  object-fit: cover;
}
@media print, screen and (min-width: 769px) {
  .search-info-list .item-img img {
    width: 118px;
    height: 118px;
  }
}
@media screen and (max-width: 768px) {
  .search-info-list .item-img img {
    width: 27.7333333333vw;
    height: 27.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .search-info-list .item-txt {
    padding-top: 3px;
  }
}

.prepare {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .prepare {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .prepare {
    padding-top: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .prepare-wrapper {
    border: 3px solid #b34c14;
    border-radius: 10px;
    width: 1000px;
    margin: 0 auto;
    padding: 0 32px 33px;
  }
}
@media screen and (max-width: 768px) {
  .prepare-wrapper {
    border: 0.8vw solid #b34c14;
    border-radius: 2.6666666667vw;
    width: 90.6666666667vw;
    margin: 8vw auto 0;
    padding: 0 5.3333333333vw 4.2666666667vw;
  }
}
.prepare-h2 {
  position: relative;
  left: 50%;
  font-weight: 500;
  transform: translateX(-50%);
  width: fit-content;
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .prepare-h2 {
    top: -35px;
    font-size: 2.5rem;
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .prepare-h2 {
    top: -6.6666666667vw;
    font-size: 2rem;
    padding: 0 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .prepare-list {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, 220px);
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .prepare-list {
    display: grid;
    gap: 3.2vw;
    grid-template-columns: repeat(2, 39.4666666667vw);
    justify-content: center;
  }
}
.prepare-list a {
  display: flex;
  align-items: center;
  color: #3d4639;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .prepare-list a {
    font-size: 1.125rem;
    line-height: 1.6rem;
    text-underline-offset: 3px;
    width: 220px;
    min-height: 70px;
    background: url("../img_common/prepare_arrow.png") no-repeat left 15px center/contain #f8d2be;
    background-size: 29px 29px;
    border-radius: 5px;
    padding: 8px 20px 10px 55px;
  }
}
@media screen and (max-width: 768px) {
  .prepare-list a {
    font-size: 1rem;
    line-height: 1.6rem;
    text-underline-offset: 0.8vw;
    width: 39.4666666667vw;
    min-height: 18.6666666667vw;
    background: url("../img_common/prepare_arrow.png") no-repeat left 7px center/contain #f8d2be;
    background-size: 6.1333333333vw 6.1333333333vw;
    border-radius: 1.3333333333vw;
    padding: 8px 8px 8px 40px;
  }
}
.prepare-list a:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}

@media print, screen and (min-width: 769px) {
  .information {
    padding: 83px 0;
  }
}
@media screen and (max-width: 768px) {
  .information {
    padding: 55px 0 46px;
  }
}
@media print, screen and (min-width: 769px) {
  .information-wrapper {
    display: flex;
    gap: 0 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .information-accessible-tabs {
    width: 620px;
  }
}
@media screen and (max-width: 768px) {
  .information-accessible-tabs {
    width: 90.6666666667vw;
  }
}
.information-in {
  position: relative;
  z-index: 10;
  background: #fff;
  border: 1px solid #adda42;
}
@media print, screen and (min-width: 769px) {
  .information-in {
    border-radius: 0 0 10px 10px;
    padding: 25px 13px 25px 25px;
    min-height: 478px;
  }
}
@media screen and (max-width: 768px) {
  .information-in {
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
    padding: 4.5333333333vw 2.6666666667vw 4.5333333333vw 4.2666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .information-list {
    display: grid;
    grid-template-columns: repeat(2, 300px);
    grid-auto-rows: auto;
    gap: 0 20px;
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .information-list {
    display: grid;
    grid-template-columns: repeat(2, 44vw);
    grid-auto-rows: auto;
    gap: 0 2.6666666667vw;
    text-align: center;
    margin-top: 4.2666666667vw;
  }
}
.information-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.information-list li.hover a {
  position: relative;
  display: block;
  text-decoration: none;
  font-weight: 700;
  color: #3d4639;
  z-index: 20;
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .information-list li.hover a {
    font-size: 1.3125rem;
    border-left: 1px solid #adda42;
    border-right: 1px solid #adda42;
    border-top: 1px solid #adda42;
    border-radius: 10px 10px 0 0;
    transform: translateY(1px);
    padding: 18px 10px 18px;
  }
}
@media screen and (max-width: 768px) {
  .information-list li.hover a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3125rem;
    line-height: 1.5rem;
    min-height: 16.8vw;
    border-left: 1px solid #adda42;
    border-right: 1px solid #adda42;
    border-top: 1px solid #adda42;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
    transform: translateY(0.2666666667vw);
    padding: 1.3333333333vw 4vw;
  }
}
.information-list li:not(.hover) a {
  position: relative;
  display: block;
  text-decoration: none;
  font-weight: 700;
  color: #3d4639;
  z-index: 0;
}
@media print, screen and (min-width: 769px) {
  .information-list li:not(.hover) a {
    font-size: 1.3125rem;
    background: url("../img_top/tab_arrow.png") no-repeat center right 22px #adda42;
    background-size: 29px 29px;
    border-radius: 10px 10px 0 0;
    transform-origin: bottom;
    transform: translateY(8px);
    padding: 18px 50px 17px 10px;
  }
}
@media screen and (max-width: 768px) {
  .information-list li:not(.hover) a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3125rem;
    line-height: 1.5rem;
    min-height: 16.8vw;
    background: url("../img_top/tab_arrow.png") no-repeat center right 4vw #adda42;
    background-size: 7.7333333333vw 7.7333333333vw;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
    transform-origin: bottom;
    transform: translateY(2.1333333333vw);
    padding: 0.8vw 12vw 2.6666666667vw 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .information-tab-list {
    height: 332px;
    overflow-y: auto;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .information-tab-list {
    height: 88.5333333333vw;
    overflow-y: auto;
    padding-right: 6.6666666667vw;
  }
}
.information-tab-list li:nth-child(2n+1) {
  background-color: #eef6c4;
}
.information-tab-list .item {
  color: #3b3f52;
}
.information-tab-list .item .date {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .information-tab-list .item {
    padding: 10px 18px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .information-tab-list .item {
    padding: 2.6666666667vw 3.2vw;
    border-radius: 2.6666666667vw;
  }
}
.information-tab-list .txt {
  font-weight: 500;
  line-height: 1.6rem;
}
.information-tab-list .txt a {
  text-decoration: none;
  color: #3b3f52;
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
  align-items: flex-end;
}
.information-tab-list .txt a:hover {
  text-decoration: underline;
}
.information-tab-list .txt a:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}
.information-tab-list .new {
  font-size: 0.875rem;
  font-weight: 700;
  color: #252731;
  background: #adda42;
  border-radius: calc(infinity * 1px);
}
@media print, screen and (min-width: 769px) {
  .information-tab-list .new {
    padding: 0 8px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .information-tab-list .new {
    padding: 0px 2.1333333333vw;
    margin-left: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .information .news-content {
    display: flex;
    flex-direction: column;
    min-height: 428px;
  }
}
.information .pageListNotExists {
  text-align: center;
  padding: 30px;
}
@media print, screen and (min-width: 769px) {
  .information-tolist {
    margin-top: auto;
  }
}
.information-tolist a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #3d4639;
  font-weight: 700;
  background: url("../img_top/btn_arrow.png") no-repeat center right 13px #adda42;
  border: 1px solid #fff;
}
@media print, screen and (min-width: 769px) {
  .information-tolist a {
    font-size: 1.125rem;
    width: 298px;
    border-radius: 6px;
    background-size: 29px 29px;
    padding: 11px 40px 11px 10px;
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .information-tolist a {
    width: 79.4666666667vw;
    border-radius: 1.6vw;
    background-size: 7.4666666667vw 7.4666666667vw;
    padding: 3.4666666667vw 8vw 3.4666666667vw 2.6666666667vw;
    margin: 4.8vw auto 0;
  }
}
.information-tolist a:hover {
  background: url("../img_top/btn_arrow.png") no-repeat center right 13px #fff;
}
@media print, screen and (min-width: 769px) {
  .information-tolist a:hover {
    border: 1px solid #adda42;
  }
}
.information-tolist a:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}
.information .rss {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .information .rss {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .information .rss {
    margin-top: 2.6666666667vw;
  }
}
.information .rss a:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}
.information .topics {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .information .topics {
    width: 330px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .information .topics {
    padding-top: 46px;
  }
}
@media print, screen and (min-width: 769px) {
  .information .topics h3 {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 768px) {
  .information .topics h3 {
    font-size: 1.75rem;
  }
}
.information .topics-list a {
  position: relative;
  text-decoration: none;
  color: #3b3f52;
}
.information .topics-list a:hover {
  opacity: 0.85;
}
.information .topics-list a:focus-visible::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #000;
  outline: 2px solid #fff;
  outline-offset: -4px;
  pointer-events: none;
}
.information .topics-list .item-txt {
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .information .topics-list .item-txt {
    padding-top: 10px;
  }
  .information .topics-list .item-txt p {
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .information .topics-list .item-txt {
    padding-top: 2.6666666667vw;
  }
}
.information .topics-slider {
  --pcImgWidth: 330px;
  --pcImgHeight: 330px;
  --spImgWidth: g.px2vw375(330px);
  --spImgHeight: g.px2vw375(330px);
  --pcGap: 30px;
  --spGap: g.px2vw(40px);
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .information .topics-slider {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 490px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .information .topics-slider {
    padding-top: 2.6666666667vw;
  }
}
.information .topics-slider .splide-wrapper {
  position: relative;
}
.information .topics-slider .splide__track {
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .information .topics-slider .splide__list {
    min-width: 330px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .information .topics-slider .splide__slide {
    width: var(--pcImgWidth);
  }
}
@media screen and (max-width: 768px) {
  .information .topics-slider .splide__slide {
    width: 88vw;
  }
}
.information .topics-slider .splide__slide a {
  display: block;
}
.information .topics-slider .splide__slide img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  .information .topics-slider .splide__slide img {
    width: var(--pcImgWidth);
    height: var(--pcImgHeight);
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .information .topics-slider .splide__slide img {
    width: 88vw;
    height: 88vw;
    border-radius: 2.6666666667vw;
  }
}
.information .topics-slider .splide__controls .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .information .topics-slider .splide__controls .wrapper {
    gap: 10px;
    width: 330px;
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .information .topics-slider .splide__controls .wrapper {
    gap: 2.6666666667vw;
    width: 90.6666666667vw;
    margin: 5.3333333333vw auto 0;
  }
}
.information .topics-slider .splide__controls button:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}
.information .topics-slider .splide__controls .splide__pagination li {
  display: inline-block;
  line-height: 0;
  font-size: 0;
  padding: 0;
}
@media print, screen and (min-width: 769px) {
  .information .topics-slider .splide__controls .splide__pagination li {
    width: 10px;
  }
}
@media screen and (max-width: 768px) {
  .information .topics-slider .splide__controls .splide__pagination li {
    width: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .information .topics-slider .splide__pagination li:has(.splide__pagination__page.is-active) {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .information .topics-slider .splide__pagination li:has(.splide__pagination__page.is-active) {
    width: 10.6666666667vw;
  }
}
.information .topics-slider .splide__pagination__page {
  display: inline-block;
  margin: 0;
  background: #5e7630;
  transition: initial;
  opacity: initial;
}
@media print, screen and (min-width: 769px) {
  .information .topics-slider .splide__pagination__page {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .information .topics-slider .splide__pagination__page {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border: 1px solid #fff;
  }
}
@media print, screen and (min-width: 769px) {
  .information .topics-slider .splide__pagination__page:hover {
    opacity: 0.85;
  }
}
.information .topics-slider .splide__toggle {
  background-color: transparent;
  border: 0;
  position: relative;
  order: 3;
}
@media print, screen and (min-width: 769px) {
  .information .topics-slider .splide__toggle {
    width: 35px;
    height: 35px;
    margin-left: 4px;
  }
}
@media screen and (max-width: 768px) {
  .information .topics-slider .splide__toggle {
    width: 8vw;
    height: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .information .topics-slider .splide__toggle:hover {
    opacity: 0.85;
  }
}
.information .topics-slider .splide__toggle span {
  margin: auto;
  position: absolute;
  inset: 0;
  border: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 769px) {
  .information .topics-slider .splide__toggle span {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .information .topics-slider .splide__toggle span {
    width: 8vw;
    height: 8vw;
  }
}
.information .topics-slider .splide__toggle__play {
  background-image: url("../img_top/start.png") !important;
}
.information .topics-slider .splide__toggle__pause {
  background-image: url("../img_top/stop.png") !important;
}
.information .topics-slider .splide__arrows {
  display: contents;
}
.information .topics-slider .splide__arrow {
  position: initial;
  right: initial;
  left: initial;
  transform: initial;
  opacity: initial;
  border-radius: initial;
  background-color: transparent;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .information .topics-slider .splide__arrow {
    width: 20px;
    height: 23px;
  }
}
@media screen and (max-width: 768px) {
  .information .topics-slider .splide__arrow {
    width: 5.3333333333vw;
    height: 8.8vw;
  }
}
.information .topics-slider .splide__arrow::before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  inset: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 769px) {
  .information .topics-slider .splide__arrow:hover {
    opacity: 0.85;
  }
}
.information .topics-slider .splide__arrow--prev {
  order: 1;
}
@media print, screen and (min-width: 769px) {
  .information .topics-slider .splide__arrow--prev {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .information .topics-slider .splide__arrow--prev {
    margin-right: 6.6666666667vw;
  }
}
.information .topics-slider .splide__arrow--prev::before {
  background-image: url("../img_top/prev.png");
}
.information .topics-slider .splide__arrow--next {
  order: 4;
}
@media print, screen and (min-width: 769px) {
  .information .topics-slider .splide__arrow--next {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .information .topics-slider .splide__arrow--next {
    margin-left: 4vw;
  }
}
.information .topics-slider .splide__arrow--next::before {
  background-image: url("../img_top/next.png");
}
.information .topics-slider .splide__pagination {
  display: flex !important;
  padding: 0;
  position: initial;
  gap: 10px;
  order: 2;
  cursor: pointer;
}
.information .topics-slider .splide__pagination__page.is-active {
  display: inline-block;
  background-color: #fff;
  border: none;
  border: 1px solid #5e7630;
  border-radius: calc(infinity * 1px);
  box-sizing: border-box;
  padding: 0;
  transform: initial;
}
@media print, screen and (min-width: 769px) {
  .information .topics-slider .splide__pagination__page.is-active {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .information .topics-slider .splide__pagination__page.is-active {
    width: 10.6666666667vw;
  }
}
.information .topics-slider .splide__pagination__page .progress-inner {
  width: 0%;
  height: 100%;
  background-color: #5e7630;
  border-radius: calc(infinity * 1px) 0 0 calc(infinity * 1px);
  transition: width 0.1s linear;
  will-change: transform;
}
.information .topics-slider:not(.is-active) {
  visibility: visible !important;
}
.information .topics-slider:not(.is-active) .splide__list {
  display: flex !important;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .information .topics-slider:not(.is-active) .splide__list {
    gap: var(--pcGap);
  }
}
@media screen and (max-width: 768px) {
  .information .topics-slider:not(.is-active) .splide__list {
    gap: var(--spGap);
  }
}
.information .topics-slider:not(.is-active) .splide__slide:last-child {
  margin: 0 !important;
}
.information .topics-slider:not(.is-active) .splide__arrows {
  display: none;
}
.information .topics-slider:not(.is-active) .splide__toggle {
  display: none;
}

.event {
  text-align: center;
  background: url("../img_common/bg.jpg") no-repeat center center #fff;
  background-size: 100% 100%;
}
@media print, screen and (min-width: 769px) {
  .event {
    padding: 45px 0 47px;
  }
}
@media screen and (max-width: 768px) {
  .event {
    padding: 8.5333333333vw 0;
  }
}
.event-h2 {
  font-weight: 500;
  color: #3d4639;
}
@media print, screen and (min-width: 769px) {
  .event-h2 {
    font-size: 2.5rem;
  }
}
.event-h2 {
  color: #3d4639;
}
@media print, screen and (min-width: 769px) {
  .event-h2 {
    font-size: 2rem;
  }
}
.event .cd-loop {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media print, screen and (min-width: 769px) {
  .event .cd-loop {
    width: 634px;
    margin: 0 auto;
    background: #fff;
    clip-path: polygon(100% 0, 96% 50%, 100% 100%, 0% 100%, 4% 50%, 0% 0%);
    padding: 20px 50px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .event .cd-loop {
    width: 90.6666666667vw;
    margin: 0 auto;
    background: #fff;
    padding: 6.9333333333vw;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .event .cd-box {
    gap: 0 20px;
    display: flex;
  }
}
@media print, screen and (min-width: 769px) {
  .event .cd-main {
    display: flex;
    flex-direction: column;
    min-height: 180px;
  }
}
.event .cd-description-text {
  text-align: left;
  color: #3d4639;
  font-weight: 700;
  font-size: 1.3125rem;
}
@media screen and (max-width: 768px) {
  .event .cd-description-text {
    padding-top: 10px;
  }
}
.event .cd-status {
  background: #e7edc4;
  margin-top: auto;
  color: #3d4639;
  font-weight: 700;
  font-size: 1.375rem;
}
@media print, screen and (min-width: 769px) {
  .event .cd-status {
    width: 340px;
    min-height: 99px;
    border-radius: 10px;
    padding: 40px 10px 10px;
  }
}
@media screen and (max-width: 768px) {
  .event .cd-status {
    min-height: 99px;
    border-radius: 2.6666666667vw;
    padding: 10.1333333333vw 4.8vw 3.2vw;
    margin-top: 5.3333333333vw;
  }
}
.event .cd-before-event {
  display: flex;
  align-items: end;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .event .cd-before-event {
    gap: 0 15px;
  }
}
.event .cd-before-event .count {
  display: inline-block;
  font-size: 4.375rem;
}
@media print, screen and (min-width: 769px) {
  .event .cd-before-event .count {
    padding-right: 10px;
  }
}

.splide.countdown-slider {
  --pcImgWidth: 634px;
  --pcImgHeight: 220px;
  --spImgWidth: g.px2vw375(340px);
  --spImgHeight: g.px2vw375(420px);
  --pcGap: 0;
  --spGap: 0;
}
.splide.countdown-slider .splide-wrapper {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .splide-wrapper {
    width: 634px;
    margin: 0 auto;
    overflow-x: hidden;
  }
}
.splide.countdown-slider .splide__track {
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .splide__slide {
    width: var(--pcImgWidth);
  }
}
@media screen and (max-width: 768px) {
  .splide.countdown-slider .splide__slide {
    width: 90.6666666667vw;
  }
}
.splide.countdown-slider .splide__slide img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .splide__slide img {
    width: 180px;
    height: 180px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .splide.countdown-slider .splide__slide img {
    width: 48vw;
    height: 48vw;
    border-radius: 2.6666666667vw;
  }
}
.splide.countdown-slider .splide__controls .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .splide__controls .wrapper {
    gap: 10px;
    width: 1000px;
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .splide.countdown-slider .splide__controls .wrapper {
    gap: 2.6666666667vw;
    width: 90.6666666667vw;
    margin: 5.3333333333vw auto 0;
  }
}
.splide.countdown-slider .splide__controls button:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}
.splide.countdown-slider .splide__controls .splide__pagination li {
  display: inline-block;
  line-height: 0;
  font-size: 0;
  padding: 0;
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .splide__controls .splide__pagination li {
    width: 10px;
  }
}
@media screen and (max-width: 768px) {
  .splide.countdown-slider .splide__controls .splide__pagination li {
    width: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .splide__pagination li:has(.splide__pagination__page.is-active) {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .splide.countdown-slider .splide__pagination li:has(.splide__pagination__page.is-active) {
    width: 10.6666666667vw;
  }
}
.splide.countdown-slider .splide__pagination__page {
  display: inline-block;
  margin: 0;
  background: #5e7630;
  transition: initial;
  opacity: initial;
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .splide__pagination__page {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .splide.countdown-slider .splide__pagination__page {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border: 1px solid #fff;
  }
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .splide__pagination__page:hover {
    opacity: 0.85;
  }
}
.splide.countdown-slider .splide__toggle {
  background-color: transparent;
  border: 0;
  position: relative;
  order: 3;
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .splide__toggle {
    width: 35px;
    height: 35px;
    margin-left: 4px;
  }
}
@media screen and (max-width: 768px) {
  .splide.countdown-slider .splide__toggle {
    width: 8vw;
    height: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .splide__toggle:hover {
    opacity: 0.85;
  }
}
.splide.countdown-slider .splide__toggle span {
  margin: auto;
  position: absolute;
  inset: 0;
  border: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .splide__toggle span {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .splide.countdown-slider .splide__toggle span {
    width: 8vw;
    height: 8vw;
  }
}
.splide.countdown-slider .splide__toggle__play {
  background-image: url("../img_top/start.png") !important;
}
.splide.countdown-slider .splide__toggle__pause {
  background-image: url("../img_top/stop.png") !important;
}
.splide.countdown-slider .splide__arrows {
  display: contents;
}
.splide.countdown-slider .splide__arrow {
  position: initial;
  right: initial;
  left: initial;
  transform: initial;
  opacity: initial;
  border-radius: initial;
  background-color: transparent;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .splide__arrow {
    width: 20px;
    height: 23px;
  }
}
@media screen and (max-width: 768px) {
  .splide.countdown-slider .splide__arrow {
    width: 5.3333333333vw;
    height: 8.8vw;
  }
}
.splide.countdown-slider .splide__arrow::before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  inset: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .splide__arrow:hover {
    opacity: 0.85;
  }
}
.splide.countdown-slider .splide__arrow--prev {
  order: 1;
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .splide__arrow--prev {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .splide.countdown-slider .splide__arrow--prev {
    margin-right: 6.6666666667vw;
  }
}
.splide.countdown-slider .splide__arrow--prev::before {
  background-image: url("../img_top/prev.png");
}
.splide.countdown-slider .splide__arrow--next {
  order: 4;
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .splide__arrow--next {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .splide.countdown-slider .splide__arrow--next {
    margin-left: 4vw;
  }
}
.splide.countdown-slider .splide__arrow--next::before {
  background-image: url("../img_top/next.png");
}
.splide.countdown-slider .splide__pagination {
  display: flex !important;
  padding: 0;
  position: initial;
  gap: 10px;
  order: 2;
  cursor: pointer;
}
.splide.countdown-slider .splide__pagination__page.is-active {
  display: inline-block;
  background-color: #fff;
  border: none;
  border: 1px solid #5e7630;
  border-radius: calc(infinity * 1px);
  box-sizing: border-box;
  padding: 0;
  transform: initial;
}
@media print, screen and (min-width: 769px) {
  .splide.countdown-slider .splide__pagination__page.is-active {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .splide.countdown-slider .splide__pagination__page.is-active {
    width: 10.6666666667vw;
  }
}
.splide.countdown-slider .splide__pagination__page .progress-inner {
  width: 0%;
  height: 100%;
  background-color: #5e7630;
  border-radius: calc(infinity * 1px) 0 0 calc(infinity * 1px);
  transition: width 0.1s linear;
  will-change: transform;
}
.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;
}

@media print, screen and (min-width: 769px) {
  .helpful {
    padding: 94px 0;
  }
}
@media screen and (max-width: 768px) {
  .helpful {
    padding: 48px 0;
  }
}
.helpful-list li:focus-within::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #000;
  outline: 3px solid #fff;
  outline-offset: -4px;
  pointer-events: none;
}
.helpful-list a {
  text-decoration: none;
  color: #3b3f52;
}
.helpful-list a:hover {
  opacity: 0.85;
}
.helpful-list a:focus-visible {
  outline: none !important;
}
.helpful-list .item-txt {
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .helpful-list .item-txt {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .helpful-list .item-txt {
    padding-top: 2.6666666667vw;
  }
}
.helpful-slider {
  --pcImgWidth: 330px;
  --pcImgHeight: 220px;
  --spImgWidth: g.px2vw375(330px);
  --spImgHeight: g.px2vw375(220px);
  --pcGap: 30px;
  --spGap: g.px2vw(40px);
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .helpful-slider {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .helpful-slider {
    padding-top: 5.3333333333vw;
  }
}
.helpful-slider .splide-wrapper {
  position: relative;
}
.helpful-slider .splide__track {
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .helpful-slider .splide__slide {
    width: var(--pcImgWidth);
  }
}
@media screen and (max-width: 768px) {
  .helpful-slider .splide__slide {
    width: 88vw;
  }
}
.helpful-slider .splide__slide a {
  display: block;
}
.helpful-slider .splide__slide img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  .helpful-slider .splide__slide img {
    width: var(--pcImgWidth);
    height: var(--pcImgHeight);
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .helpful-slider .splide__slide img {
    width: 88vw;
    height: 58.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.helpful-slider .splide__controls .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .helpful-slider .splide__controls .wrapper {
    gap: 10px;
    width: 1000px;
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .helpful-slider .splide__controls .wrapper {
    gap: 2.6666666667vw;
    width: 90.6666666667vw;
    margin: 5.3333333333vw auto 0;
  }
}
.helpful-slider .splide__controls button:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}
.helpful-slider .splide__controls .splide__pagination li {
  display: inline-block;
  line-height: 0;
  font-size: 0;
  padding: 0;
}
@media print, screen and (min-width: 769px) {
  .helpful-slider .splide__controls .splide__pagination li {
    width: 10px;
  }
}
@media screen and (max-width: 768px) {
  .helpful-slider .splide__controls .splide__pagination li {
    width: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .helpful-slider .splide__pagination li:has(.splide__pagination__page.is-active) {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .helpful-slider .splide__pagination li:has(.splide__pagination__page.is-active) {
    width: 10.6666666667vw;
  }
}
.helpful-slider .splide__pagination__page {
  display: inline-block;
  margin: 0;
  background: #5e7630;
  transition: initial;
  opacity: initial;
}
@media print, screen and (min-width: 769px) {
  .helpful-slider .splide__pagination__page {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .helpful-slider .splide__pagination__page {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border: 1px solid #fff;
  }
}
@media print, screen and (min-width: 769px) {
  .helpful-slider .splide__pagination__page:hover {
    opacity: 0.85;
  }
}
.helpful-slider .splide__toggle {
  background-color: transparent;
  border: 0;
  position: relative;
  order: 3;
}
@media print, screen and (min-width: 769px) {
  .helpful-slider .splide__toggle {
    width: 35px;
    height: 35px;
    margin-left: 4px;
  }
}
@media screen and (max-width: 768px) {
  .helpful-slider .splide__toggle {
    width: 8vw;
    height: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .helpful-slider .splide__toggle:hover {
    opacity: 0.85;
  }
}
.helpful-slider .splide__toggle span {
  margin: auto;
  position: absolute;
  inset: 0;
  border: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 769px) {
  .helpful-slider .splide__toggle span {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .helpful-slider .splide__toggle span {
    width: 8vw;
    height: 8vw;
  }
}
.helpful-slider .splide__toggle__play {
  background-image: url("../img_top/start.png") !important;
}
.helpful-slider .splide__toggle__pause {
  background-image: url("../img_top/stop.png") !important;
}
.helpful-slider .splide__arrows {
  display: contents;
}
.helpful-slider .splide__arrow {
  position: initial;
  right: initial;
  left: initial;
  transform: initial;
  opacity: initial;
  border-radius: initial;
  background-color: transparent;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .helpful-slider .splide__arrow {
    width: 20px;
    height: 23px;
  }
}
@media screen and (max-width: 768px) {
  .helpful-slider .splide__arrow {
    width: 5.3333333333vw;
    height: 8.8vw;
  }
}
.helpful-slider .splide__arrow::before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  inset: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 769px) {
  .helpful-slider .splide__arrow:hover {
    opacity: 0.85;
  }
}
.helpful-slider .splide__arrow--prev {
  order: 1;
}
@media print, screen and (min-width: 769px) {
  .helpful-slider .splide__arrow--prev {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .helpful-slider .splide__arrow--prev {
    margin-right: 6.6666666667vw;
  }
}
.helpful-slider .splide__arrow--prev::before {
  background-image: url("../img_top/prev.png");
}
.helpful-slider .splide__arrow--next {
  order: 4;
}
@media print, screen and (min-width: 769px) {
  .helpful-slider .splide__arrow--next {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .helpful-slider .splide__arrow--next {
    margin-left: 4vw;
  }
}
.helpful-slider .splide__arrow--next::before {
  background-image: url("../img_top/next.png");
}
.helpful-slider .splide__pagination {
  display: flex !important;
  padding: 0;
  position: initial;
  gap: 10px;
  order: 2;
  cursor: pointer;
}
.helpful-slider .splide__pagination__page.is-active {
  display: inline-block;
  background-color: #fff;
  border: none;
  border: 1px solid #5e7630;
  border-radius: calc(infinity * 1px);
  box-sizing: border-box;
  padding: 0;
  transform: initial;
}
@media print, screen and (min-width: 769px) {
  .helpful-slider .splide__pagination__page.is-active {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .helpful-slider .splide__pagination__page.is-active {
    width: 10.6666666667vw;
  }
}
.helpful-slider .splide__pagination__page .progress-inner {
  width: 0%;
  height: 100%;
  background-color: #5e7630;
  border-radius: calc(infinity * 1px) 0 0 calc(infinity * 1px);
  transition: width 0.1s linear;
  will-change: transform;
}
.helpful-slider:not(.is-active) {
  visibility: visible !important;
}
.helpful-slider:not(.is-active) .splide__list {
  display: flex !important;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .helpful-slider:not(.is-active) .splide__list {
    gap: var(--pcGap);
  }
}
@media screen and (max-width: 768px) {
  .helpful-slider:not(.is-active) .splide__list {
    gap: var(--spGap);
  }
}
.helpful-slider:not(.is-active) .splide__slide:last-child {
  margin: 0 !important;
}
.helpful-slider:not(.is-active) .splide__arrows {
  display: none;
}
.helpful-slider:not(.is-active) .splide__toggle {
  display: none;
}

.lifestyle .kosodate {
  width: 100%;
  background-image: url("../img_top/pc_kosodate_bg.jpg") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 769px) {
  .lifestyle .kosodate {
    display: flex;
    align-items: center;
    min-height: 480px;
    padding: 54px 0;
  }
}
@media screen and (max-width: 768px) {
  .lifestyle .kosodate {
    display: block;
    background-image: none;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .lifestyle .kosodate::before {
    content: "";
    display: block;
    width: 100%;
    height: 85.3333333333vw;
    background-image: url("../img_top/sp_kosodate_bg.jpg") !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.lifestyle .kosodate-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
@media print, screen and (min-width: 769px) {
  .lifestyle .kosodate-wrapper {
    background: transparent !important;
  }
}
@media screen and (max-width: 768px) {
  .lifestyle .kosodate-wrapper {
    max-width: unset;
    justify-content: center;
    background: #fff;
  }
}
.lifestyle .kosodate dl {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .lifestyle .kosodate dl {
    width: 480px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 10px;
    padding: 40px 31px 36px 31px;
  }
}
@media screen and (max-width: 768px) {
  .lifestyle .kosodate dl {
    width: 90.6666666667vw;
    background: #fff;
    padding: 7.2vw 0 16.8vw;
    margin: 0 auto;
  }
}
.lifestyle .kosodate .title {
  position: relative;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .lifestyle .kosodate .title {
    font-size: 2rem;
    padding: 8px 0;
  }
}
@media screen and (max-width: 768px) {
  .lifestyle .kosodate .title {
    font-size: 1.75rem;
    padding: 1.6vw;
  }
}
.lifestyle .kosodate .title::before {
  content: "";
  display: block;
  background: url("../img_top/kosodate_border.png") repeat top center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 769px) {
  .lifestyle .kosodate .title::before {
    width: 363px;
    height: 4px;
  }
}
@media screen and (max-width: 768px) {
  .lifestyle .kosodate .title::before {
    width: 87.7333333333vw;
    height: 1.0666666667vw;
  }
}
.lifestyle .kosodate .title::after {
  content: "";
  display: block;
  background: url("../img_top/kosodate_border.png") repeat bottom center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 769px) {
  .lifestyle .kosodate .title::after {
    width: 363px;
    height: 4px;
  }
}
@media screen and (max-width: 768px) {
  .lifestyle .kosodate .title::after {
    width: 87.7333333333vw;
    height: 1.0666666667vw;
  }
}
.lifestyle .kosodate .desc {
  text-align: left;
  color: #3b3f52;
}
@media print, screen and (min-width: 769px) {
  .lifestyle .kosodate .desc {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lifestyle .kosodate .desc {
    padding-top: 3.2vw;
  }
}
.lifestyle .kosodate .link a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #3d4639;
  font-weight: 700;
  background: url("../img_top/btn_arrow.png") no-repeat center right 13px #adda42;
  border: 2px solid #fff;
}
@media print, screen and (min-width: 769px) {
  .lifestyle .kosodate .link a {
    width: 298px;
    border-radius: 6px;
    background-size: 28px 28px;
    padding: 9px 30px 9px 10px;
    margin: 45px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .lifestyle .kosodate .link a {
    width: 79.4666666667vw;
    border-radius: 1.6vw;
    background-size: 7.4666666667vw 7.4666666667vw;
    padding: 2.4vw 8vw 2.4vw 2.6666666667vw;
    margin: 4.8vw auto 0;
  }
}
.lifestyle .kosodate .link a:hover {
  background: url("../img_top/btn_arrow.png") no-repeat center right 13px #fff;
}
@media print, screen and (min-width: 769px) {
  .lifestyle .kosodate .link a:hover {
    border: 2px solid #adda42;
  }
}
.lifestyle .kosodate .link a:focus-visible {
  outline: 2px solid #000 !important;
  outline-offset: -3px !important;
  border: 4px solid #fff;
}
.lifestyle .iju {
  width: 100%;
  background-image: url("../img_top/pc_iju_bg.jpg") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 769px) {
  .lifestyle .iju {
    display: flex;
    align-items: center;
    min-height: 480px;
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .lifestyle .iju {
    display: block;
    background-image: none;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .lifestyle .iju::before {
    content: "";
    display: block;
    width: 100%;
    height: 85.3333333333vw;
    background-image: url("../img_top/sp_iju_bg.jpg") !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.lifestyle .iju-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}
@media print, screen and (min-width: 769px) {
  .lifestyle .iju-wrapper {
    background: transparent !important;
  }
}
@media screen and (max-width: 768px) {
  .lifestyle .iju-wrapper {
    max-width: unset;
    justify-content: center;
    background: #fff;
  }
}
.lifestyle .iju dl {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .lifestyle .iju dl {
    width: 480px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 10px;
    padding: 40px 31px 36px 31px;
  }
}
@media screen and (max-width: 768px) {
  .lifestyle .iju dl {
    width: 90.6666666667vw;
    background: #fff;
    padding: 7.2vw 0 16.8vw;
    margin: 0 auto;
  }
}
.lifestyle .iju .title {
  position: relative;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .lifestyle .iju .title {
    font-size: 2rem;
    padding: 8px 0;
  }
}
@media screen and (max-width: 768px) {
  .lifestyle .iju .title {
    font-size: 1.75rem;
    padding: 1.6vw;
  }
}
.lifestyle .iju .title::before {
  content: "";
  display: block;
  background: url("../img_top/iju_border.png") repeat top center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 769px) {
  .lifestyle .iju .title::before {
    width: 363px;
    height: 4px;
  }
}
@media screen and (max-width: 768px) {
  .lifestyle .iju .title::before {
    width: 87.7333333333vw;
    height: 1.0666666667vw;
  }
}
.lifestyle .iju .title::after {
  content: "";
  display: block;
  background: url("../img_top/iju_border.png") repeat bottom center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 769px) {
  .lifestyle .iju .title::after {
    width: 363px;
    height: 4px;
  }
}
@media screen and (max-width: 768px) {
  .lifestyle .iju .title::after {
    width: 87.7333333333vw;
    height: 1.0666666667vw;
  }
}
.lifestyle .iju .desc {
  text-align: left;
  color: #3b3f52;
}
@media print, screen and (min-width: 769px) {
  .lifestyle .iju .desc {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lifestyle .iju .desc {
    padding-top: 3.2vw;
  }
}
.lifestyle .iju .link a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #3d4639;
  font-weight: 700;
  background: url("../img_top/btn_arrow.png") no-repeat center right 13px #adda42;
  border: 2px solid #fff;
}
@media print, screen and (min-width: 769px) {
  .lifestyle .iju .link a {
    width: 298px;
    border-radius: 6px;
    background-size: 28px 28px;
    padding: 9px 30px 9px 10px;
    margin: 45px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .lifestyle .iju .link a {
    width: 79.4666666667vw;
    border-radius: 1.6vw;
    background-size: 7.4666666667vw 7.4666666667vw;
    padding: 2.4vw 8vw 2.4vw 2.6666666667vw;
    margin: 4.8vw auto 0;
  }
}
.lifestyle .iju .link a:hover {
  background: url("../img_top/btn_arrow.png") no-repeat center right 13px #fff;
}
@media print, screen and (min-width: 769px) {
  .lifestyle .iju .link a:hover {
    border: 2px solid #adda42;
  }
}
.lifestyle .iju .link a:focus-visible {
  outline: 2px solid #000 !important;
  outline-offset: -3px !important;
  border: 4px solid #fff;
}

.about {
  background: url("../img_common/bg.jpg") repeat top center;
  background-size: 100% 100% cover;
}
@media print, screen and (min-width: 769px) {
  .about {
    padding: 68px 0 74px;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding: 8.5333333333vw 0 10.1333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .about-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 0 40px;
  }
}
.about-list {
  display: grid;
}
@media print, screen and (min-width: 769px) {
  .about-list {
    gap: 20px;
    grid-template-columns: repeat(2, 230px);
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .about-list {
    gap: 5.3333333333vw;
    grid-template-columns: repeat(2, 42.6666666667vw);
    padding-top: 5.8666666667vw;
  }
}
.about-list a, .about-list .item-nolink {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #252731;
}
@media print, screen and (min-width: 769px) {
  .about-list a, .about-list .item-nolink {
    width: 230px;
  }
}
@media screen and (max-width: 768px) {
  .about-list a, .about-list .item-nolink {
    width: 42.6666666667vw;
  }
}
.about-list a:hover {
  opacity: 0.85;
}
.about-list a:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}
.about-list .item-img img {
  object-fit: cover;
}
@media print, screen and (min-width: 769px) {
  .about-list .item-img img {
    width: 230px;
    height: 146px;
    border-radius: 10px 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .about-list .item-img img {
    width: 42.6666666667vw;
    height: 26.6666666667vw;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
}
.about-list .item-txt {
  font-size: 1.125rem;
  background-color: #fff;
}
@media print, screen and (min-width: 769px) {
  .about-list .item-txt {
    border-radius: 0 0 10px 10px;
    padding: 12px 10px;
  }
}
@media screen and (max-width: 768px) {
  .about-list .item-txt {
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
    padding: 1.0666666667vw;
  }
}
.about-region {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .about-region {
    margin-left: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .about-region .map {
    position: relative;
    margin-top: -15px;
  }
}
@media screen and (max-width: 768px) {
  .about-region .map {
    margin-top: 6.6666666667vw;
  }
}
.about-region .map img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  .about-region .map img {
    width: 451px;
    height: 306px;
  }
}
@media screen and (max-width: 768px) {
  .about-region .map img {
    width: 88.8vw;
    height: 60vw;
  }
}
.about-region .data {
  position: relative;
  text-align: center;
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .about-region .data {
    margin-top: -66px;
    padding: 4px 25px 10px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .about-region .data {
    margin-top: -12.2666666667vw;
    padding: 1.8666666667vw 4vw 4.5333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.about-region .data-title {
  color: #3b3f52;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  .about-region .data-title {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 768px) {
  .about-region .data-title {
    font-size: 1.375rem;
  }
}
.about-region .data-stats dl {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-around;
  background: #eef6c4;
}
@media print, screen and (min-width: 769px) {
  .about-region .data-stats dl {
    min-width: 430px;
    gap: 0 30px;
    border-radius: 10px;
    padding: 14px 23px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .about-region .data-stats dl {
    min-width: 82.6666666667vw;
    gap: 2.1333333333vw 4.2666666667vw;
    border-radius: 2.6666666667vw;
    padding: 3.7333333333vw 2.6666666667vw 2.6666666667vw;
    margin-top: 0.5333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .about-region .data-stats .item {
    display: grid;
    gap: 0 15px;
    grid-template-columns: 3em auto;
  }
}
.about-region .data-stats dt {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .about-region .data-stats dt {
    line-height: 1.3rem;
  }
}
.about-region .data-stats dd {
  text-align: left;
  font-weight: 500;
}
.about-region .data-stats .current {
  text-align: left;
  font-size: 0.875rem;
  font-weight: 600;
  color: #252731;
}
@media print, screen and (min-width: 769px) {
  .about-region .data-stats .current {
    padding-top: 3px;
  }
}
@media screen and (max-width: 768px) {
  .about-region .data-stats .current {
    padding-top: 1.6vw;
    line-height: 1.3rem;
  }
}
.about-region .data-stats .data-link a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #3d4639;
  font-weight: 700;
  background: url("../img_top/btn_arrow.png") no-repeat center right 13px #adda42;
  border: 2px solid #fff;
}
@media print, screen and (min-width: 769px) {
  .about-region .data-stats .data-link a {
    width: 230px;
    border-radius: 6px;
    background-size: 19px 19px;
    padding: 7px 30px 7px 10px;
    margin: 5px 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .about-region .data-stats .data-link a {
    width: 61.3333333333vw;
    border-radius: 1.6vw;
    background-size: 5.0666666667vw 5.0666666667vw;
    padding: 2.6666666667vw 8vw 2.6666666667vw 2.6666666667vw;
    margin: 1.6vw auto 0;
  }
}
.about-region .data-stats .data-link a:hover {
  background: url("../img_top/btn_arrow.png") no-repeat center right 13px #fff;
}
@media print, screen and (min-width: 769px) {
  .about-region .data-stats .data-link a:hover {
    border: 2px solid #adda42;
    background-size: 19px 19px;
  }
}
@media screen and (max-width: 768px) {
  .about-region .data-stats .data-link a:hover {
    border: 2px solid #adda42;
    background-size: 5.0666666667vw 5.0666666667vw;
  }
}
.about-region .data-stats .data-link a:focus-visible {
  outline: 2px solid #000 !important;
  outline-offset: -3px !important;
  border: 4px solid #fff;
}

@media print, screen and (min-width: 769px) {
  .adv {
    padding: 59px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .adv {
    padding: 9.6vw 0 0;
  }
}
.adv-h2 {
  text-align: center;
  font-weight: 700;
  font-size: 1.375rem;
}
@media print, screen and (min-width: 769px) {
  .adv-list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 320px);
    padding-top: 21px;
  }
}
@media screen and (max-width: 768px) {
  .adv-list {
    display: grid;
    gap: 2.6666666667vw;
    grid-template-columns: repeat(2, 42.6666666667vw);
    padding-top: 3.2vw;
  }
}
.adv-list img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  .adv-list img {
    width: 320px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .adv-list img {
    width: 42.6666666667vw;
    height: 13.3333333333vw;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
#footer-print,
#footer-print *,
#footer-print *::before,
#footer-print *::after {
  box-sizing: border-box;
}

/*==================================
フッター
==================================*/
footer {
  position: relative;
  /* PCでは電話番号リンクを無効化 */
}
@media print, screen and (min-width: 769px) {
  footer a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
}
footer .copyright {
  color: #252731;
  font-size: 0.875rem;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  footer .copyright {
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  footer .copyright {
    padding: 2.6666666667vw 0;
  }
}

@media print, screen and (min-width: 769px) {
  .c-width {
    width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .c-width {
    width: 90.6666666667vw;
    margin: 0 auto;
  }
}

.footer-overview {
  position: relative;
  background: url("../img_common/bg.jpg") no-repeat center center #fff;
  background-size: 100% 100%;
}
@media print, screen and (min-width: 769px) {
  .footer-overview {
    margin-top: 106px;
  }
}
@media screen and (max-width: 768px) {
  .footer-overview {
    margin-top: 61px;
    padding-bottom: 16vw;
  }
}

.footer-overview::before {
  content: "";
  position: absolute;
  background: url("../img_common/bg_top.png") no-repeat center center #fff;
  background-size: 100% 100%;
}
@media print, screen and (min-width: 769px) {
  .footer-overview::before {
    top: -66px;
    height: 66px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer-overview::before {
    top: -8.2666666667vw;
    height: 8.2666666667vw;
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .footer-contents {
    display: flex;
    gap: 175px;
    padding: 55px 0 22px;
  }
}
@media screen and (max-width: 768px) {
  .footer-contents {
    padding: 9.3333333333vw 0 0;
  }
}

.footer-profile {
  max-width: 420px;
}

@media print, screen and (min-width: 769px) {
  .footer-title {
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer-title {
    text-align: center;
  }
}
.footer-title img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  .footer-title img {
    width: 201px;
    height: 67px;
  }
}
@media screen and (max-width: 768px) {
  .footer-title img {
    width: 53.6vw;
    height: 17.8666666667vw;
  }
}
.footer-title .jcn {
  font-weight: 500;
  font-size: 0.875rem;
  color: #252731;
}
.footer-title .jcn a[href^="tel:"] {
  text-decoration: none;
  color: #252731;
}
@media screen and (max-width: 768px) {
  .footer-title .jcn {
    padding-top: 1.3333333333vw;
  }
}

.footer-address {
  font-weight: 500;
  color: #252731;
}
@media print, screen and (min-width: 769px) {
  .footer-address {
    padding-top: 14px;
  }
  .footer-address a:focus-visible {
    outline: 1px solid #000 !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 2px #fff;
  }
}
@media screen and (max-width: 768px) {
  .footer-address {
    padding: 5.3333333333vw 0 4.8vw;
  }
  .footer-address a {
    text-decoration: none;
    color: #252731;
  }
  .footer-address span {
    display: block;
  }
}

@media print, screen and (min-width: 769px) {
  .footer-right {
    display: flex;
    align-items: end;
  }
}

.footer-btns {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  .footer-btns {
    gap: 11px 0;
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer-btns {
    gap: 2.6666666667vw 0;
  }
}
.footer-btns .poc a {
  background: url("../img_common/icon_poc.png") no-repeat center left 13px #adda42;
}
.footer-btns .access a {
  background: url("../img_common/icon_access.png") no-repeat center left 13px #adda42;
}
.footer-btns .contact a {
  background: url("../img_common/icon_contact.png") no-repeat center left 13px #adda42;
}
.footer-btns li:focus-within {
  outline: 2px solid #000 !important;
  outline-offset: -3px !important;
  border: 4px solid #fff;
  position: relative;
}
.footer-btns a:focus-visible {
  outline: none !important;
}
.footer-btns a {
  display: block;
  text-decoration: none;
  color: #3d4639;
  font-weight: bold;
  border: 2px solid #fff;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .footer-btns a {
    min-width: 250px;
    border-radius: 6px;
    background-size: 31.67px 31.67px;
    padding: 9px 10px 9px 57px;
  }
}
@media screen and (max-width: 768px) {
  .footer-btns a {
    width: 66.6666666667vw;
    border-radius: 1.6vw;
    background-size: 8.4453333333vw 8.4453333333vw;
    padding: 2.4vw 2.6666666667vw 2.4vw 15.2vw;
    margin: 0 auto;
  }
}
.footer-btns a:hover {
  border: 2px solid #adda42;
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  .footer-character {
    margin-bottom: -22px;
  }
}
@media screen and (max-width: 768px) {
  .footer-character {
    text-align: center;
    padding-top: 6.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .footer-character img {
    width: 149px;
    height: 135px;
  }
}
@media screen and (max-width: 768px) {
  .footer-character img {
    width: 44.8vw;
    height: 40.5333333333vw;
  }
}

.footer-links {
  position: relative;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .footer-links {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer-links {
    max-width: 340px;
    border-radius: 2.6666666667vw;
    padding: 1.8666666667vw 0;
  }
}
.footer-links li {
  position: relative;
}
.footer-links li:focus-within::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #fff;
  outline: 2px solid #000;
  outline-offset: 0px;
  pointer-events: none;
  z-index: 100;
}
.footer-links li a:focus-visible {
  outline: none;
}
.footer-links li a {
  display: block;
  text-decoration: none;
  color: #252731;
}
@media print, screen and (min-width: 769px) {
  .footer-links li a {
    font-size: 1rem;
    margin: 5px 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer-links li a {
    font-size: 0.9375rem;
    padding: 0 2.1333333333vw;
  }
}
.footer-links li a:hover {
  text-decoration: underline;
}
.footer-links li:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #252731;
}
@media print, screen and (min-width: 769px) {
  .footer-links li:after {
    width: 1px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer-links li:after {
    width: 0.2666666667vw;
    height: 3.7333333333vw;
  }
}
.footer-links li:last-child::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .footer-links li:nth-child(even)::after {
    content: none;
  }
}

@media print, screen and (min-width: 769px) {
  footer #pagetop {
    position: fixed;
    transition: all 0.2s ease-in-out;
    bottom: -120px;
    right: 10px;
    z-index: 70;
  }
  footer #pagetop a:hover {
    opacity: 0.85;
  }
  footer #pagetop a:focus-visible {
    outline: 1px solid #000 !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 2px #fff;
  }
  footer #pagetop img {
    object-fit: contain;
    width: 111px;
    height: 102px;
  }
  footer #pagetop.show {
    bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  footer #pagetop {
    position: fixed;
    transition: all 0.2s ease-in-out;
    bottom: -40vw;
    right: 1.3333333333vw;
    z-index: 70;
  }
  footer #pagetop img {
    object-fit: contain;
    width: 14.6666666667vw;
    height: 13.6vw;
  }
  footer #pagetop.show {
    bottom: 24vw;
  }
}
html[data-fontsize=up] {
  font-size: 133.3%;
}
html[data-fontsize=up] #sp-header .modal-search, html[data-fontsize=up] #sp-header .modal-menu {
  padding-bottom: 66px;
}
@media screen and (max-width: 768px) {
  html[data-fontsize=up] #pagetop {
    bottom: 37.3333333333vw;
  }
}
html[data-fontsize=up2] {
  font-size: 166.7%;
}
html[data-fontsize=up2] #sp-header .modal-search, html[data-fontsize=up2] #sp-header .modal-menu {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  html[data-fontsize=up2] #pagetop {
    bottom: 45.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  html[data-fontsize=up2] .footer-overview {
    padding-bottom: 24vw;
  }
}
html[data-fontsize=up3] {
  font-size: 200%;
}
html[data-fontsize=up3] #sp-header .modal-search, html[data-fontsize=up3] #sp-header .modal-menu {
  padding-bottom: 112px;
}
@media screen and (max-width: 768px) {
  html[data-fontsize=up3] #pagetop {
    bottom: 48vw;
  }
}
@media screen and (max-width: 768px) {
  html[data-fontsize=up3] .footer-overview {
    padding-bottom: 25.3333333333vw;
  }
}

.kinkyu-in {
  border: 1px solid #b34c14;
  border-radius: 10px;
  margin-bottom: 20px;
}
.kinkyu h2 {
  background-color: #b34c14;
  border-radius: 10px 10px 0 0;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .kinkyu h2 {
    font-size: 1.3125rem;
    padding: 10px 25px;
  }
}
@media screen and (max-width: 768px) {
  .kinkyu h2 {
    font-size: 1.25rem;
    padding: 14px 0.5333333333vw 14px 3.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .kinkyu-info {
    padding: 23px 15px 15px 25px;
  }
}
@media screen and (max-width: 768px) {
  .kinkyu-info {
    padding: 10px 2.6666666667vw;
  }
}
.kinkyu-info .list {
  overflow: auto;
}
@media print, screen and (min-width: 769px) {
  .kinkyu-info .list {
    max-height: 130px;
  }
}
@media screen and (max-width: 768px) {
  .kinkyu-info .list {
    max-height: 190px;
  }
}
.kinkyu-info li:not(:last-child) {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 769px) {
  .kinkyu-info li {
    display: flex;
    gap: 0 22px;
    padding-right: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .kinkyu-info li .date {
    flex-shrink: 0;
  }
}
.kinkyu-info li a {
  font-size: 1rem;
  color: #3b3f52;
  font-weight: bold;
}
.kinkyu-info li a:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}
.kinkyu .more {
  margin-top: 18px;
  text-align: right;
}
.kinkyu .more a {
  font-size: 1.125rem;
  background: url(../img_top/icon_kinkyu.png) left center no-repeat;
  color: #3d4639;
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  .kinkyu .more a {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .kinkyu .more a {
    padding-left: 8vw;
  }
}
.kinkyu .more a:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}

.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: #3d4639;
  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 .is-state {
  margin-left: 3px;
}

.table-wrap .scroll-table-switch .scroll {
  background-color: #5e7630;
  color: #fff;
}
.table-wrap .scroll-table-switch .in-display {
  background-color: #eef6c4;
  color: #3d4639;
}

.scroll-view .scroll-btn .scroll {
  background-color: #eef6c4 !important;
  color: #3d4639 !important;
  font-weight: normal !important;
  border-bottom: none !important;
}
.scroll-view .in-display-btn .in-display {
  background-color: #5e7630 !important;
  color: #fff !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: #eef6c4;
  color: #3b5438;
  font-size: 1.625rem;
  box-sizing: border-box;
  border-top: 4px solid #5e7630;
  border-radius: 0 0 5px 5px;
  padding: 10px 20px 15px;
  margin-top: 48px;
}
@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: 10px;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  background: #e8efc7;
  color: #3b5438;
  font-size: 1.5rem;
  border-radius: 5px;
  padding: 7px 20px 10px;
  margin-top: 48px;
}
@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: 15px 10px 10px;
  background: url(../img_sub/v3.2/h4_bg.png) repeat-x top left/700px 4px;
  margin-top: 48px;
}
@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: 48px;
}
@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 #8cb33f;
  line-height: 1.2;
}
h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 1.125rem;
  padding: 8px 12px;
  font-weight: bold;
  margin-top: 48px;
}
@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 #3d4639;
  margin-top: 10px;
}

.wysiwyg td,
.wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #b2bf6e;
  padding: 5px 10px;
  word-break: break-all;
}

.wysiwyg th {
  background-color: #eef6c4;
}

.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: #3d4639;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
    outline: 2px solid #333;
    outline-offset: -2px;
  }
  #header .header-subnav-area {
    padding: 10px 0;
    display: grid;
    grid-template-columns: 1fr 1000px 1fr;
  }
  #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;
    align-items: center;
    justify-content: flex-end;
    gap: 11px 0;
    margin-left: auto;
  }
  #header .header-subnav-area .tsutaeru .list {
    align-items: center;
    display: flex;
    gap: 25px;
  }
  #header .header-subnav-area .tsutaeru .list .item.is-hide {
    display: none;
  }
  #header .header-subnav-area .tsutaeru .list .item button {
    appearance: none;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
  }
  #header .header-subnav-area .tsutaeru .list .item a, #header .header-subnav-area .tsutaeru .list .item button {
    font-size: 1rem;
    display: block;
    color: #3d4639;
    font-family: inherit;
    padding: 6px 0 6px 35px;
    text-decoration: underline;
    width: fit-content;
  }
  #header .header-subnav-area .tsutaeru .list .item a:hover, #header .header-subnav-area .tsutaeru .list .item a:focus, #header .header-subnav-area .tsutaeru .list .item button:hover, #header .header-subnav-area .tsutaeru .list .item button:focus {
    text-decoration: none;
  }
  #header .header-subnav-area .tsutaeru .list .item a:focus-visible, #header .header-subnav-area .tsutaeru .list .item button:focus-visible {
    outline: 1px solid #000 !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 2px #fff;
  }
  #header .header-subnav-area .tsutaeru .list .item.js-ruby-add, #header .header-subnav-area .tsutaeru .list .item.js-ruby-remove {
    background: url(../img_common/ruby.png) no-repeat left 8px center/26px auto;
  }
  #header .header-subnav-area .tsutaeru .list .item.js-easy-add, #header .header-subnav-area .tsutaeru .list .item.js-easy-remove {
    background: url(../img_common/easy_jp.png) no-repeat left 2px top 9px/26px auto;
  }
  #header .header-subnav-area .tsutaeru .list .item.js-speach {
    background: url(../img_common/yomiage.png) no-repeat left center/26px auto;
  }
  #header .header-subnav-area .header-size, #header .header-subnav-area .header-color {
    display: flex;
    align-items: center;
  }
  #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;
    color: inherit;
    -webkit-text-fill-color: inherit;
  }
  #header .header-subnav-area .header-size button:focus-visible, #header .header-subnav-area .header-color button:focus-visible {
    outline: 1px solid #000 !important;
    outline-offset: -2px !important;
    border: 3px solid #fff;
  }
  #header .header-subnav-area .header-size .title, #header .header-subnav-area .header-color .title {
    font-size: 1.125rem;
    margin-right: 15px;
    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: 5px;
  }
  #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 .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: 6px;
    border: 1px solid #fff;
    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 {
    font-family: "BIZ UDGothic", sans-serif;
    font-weight: bold;
    display: block;
    padding: 10px 13px;
    line-height: 1;
    border-radius: 6px;
    text-decoration: none;
    font-size: 1.125rem;
  }
  #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: #5e7630;
    color: #fff;
  }
  #header .header-subnav-area .header-size .normal-off, #header .header-subnav-area .header-size .big-off {
    background-color: #fff;
    border-color: #3d4639;
  }
  #header .header-subnav-area .header-color {
    margin-left: 50px;
  }
  #header .header-subnav-area .header-color dd {
    border-radius: 6px;
    border: 1px solid #fff;
  }
  #header .header-subnav-area .header-color dd a {
    font-size: 1.125rem;
    font-family: "BIZ UDGothic", sans-serif;
    display: block;
    padding: 9px 11px;
    line-height: 1;
    border-radius: 6px;
    text-decoration: none;
  }
  #header .header-subnav-area .header-color dd a:hover {
    opacity: 0.85;
  }
  #header .header-subnav-area .header-color dd a:focus-visible {
    outline: 1px solid #000 !important;
    outline-offset: 0px !important;
    box-shadow: 0 0 0 2px #fff;
  }
  #header .header-subnav-area .header-color dd a span {
    background-color: inherit !important;
    color: inherit !important;
    font-weight: bold;
  }
  #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: 3px solid #fff;
  }
  #header .header-subnav-area .header-color .item2 a {
    background-color: #0740D3 !important;
    color: #fff !important;
  }
  #header .header-subnav-area .header-color .item2 a:focus-visible {
    border: 3px solid #fff;
  }
  #header .header-subnav-area .header-color .item3 {
    border-color: #B0B0B0;
  }
  #header .header-subnav-area .header-color .item3 a {
    background-color: #fff !important;
    color: #333 !important;
  }
  #header .header-subnav-area .header-color .item3 a:focus-visible {
    border: 3px solid #fff;
  }
  #header .header-subnav-area .header-lang-wrapper {
    margin-left: 16px;
  }
  #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 {
    font-size: 1rem;
    color: #3d4639;
    cursor: pointer;
    padding: 3px 55px 3px 48px;
    border: solid 1px #000;
    border-radius: 6px 0 0 6px;
    appearance: none;
    word-break: break-all;
    white-space: normal;
    border-right: none !important;
    background: url(../img_common/icon_lang.png) no-repeat left 16px center/17px, url(../img_common/arrow_lang.png) no-repeat right 40px center/8px #fff;
  }
  #header .header-subnav-area .header-lang .lang-select:focus-visible {
    border: 2px solid #fff;
    outline: 2px solid #333;
    outline-offset: -3px;
  }
  #header .header-subnav-area .header-lang .btn-lang-select {
    font-size: 0.875rem;
    color: #fff;
    min-height: 40px;
    padding: 3px 10px;
    font-weight: bold;
    border: solid 1px #000;
    border-left: none !important;
    border-radius: 0 6px 6px 0;
    background: #5e7630;
    line-height: 1;
    cursor: pointer;
  }
  #header .header-subnav-area .header-lang .btn-lang-select:hover {
    opacity: 0.85;
  }
  #header .header-subnav-area .header-lang .btn-lang-select:focus-visible {
    outline: 1px solid #000 !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 2px #fff;
  }
  #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, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container *, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container *::before, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container *::after, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container *, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container *::before, #header .header-subnav-area .header-page-number-search #pc-modal-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, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap, #header .header-subnav-area .header-page-number-search #pc-modal-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, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap, #header .header-subnav-area .header-page-number-search #pc-modal-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, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap, #header .header-subnav-area .header-page-number-search #pc-modal-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, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap label, #header .header-subnav-area .header-page-number-search #pc-modal-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, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap .number-label, #header .header-subnav-area .header-page-number-search #pc-modal-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, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap .number-label, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap .number-label {
    width: calc(100% - 60px);
  }
}
@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, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap .number-label, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap .number-label {
    width: calc(100% - 16vw);
  }
}
@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, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap .submit-label, #header .header-subnav-area .header-page-number-search #pc-modal-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, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap .submit-label, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap .submit-label {
    width: 60px;
  }
}
@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, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap .submit-label, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap .submit-label {
    width: 16vw;
  }
}
@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], #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap input[type=text], #header .header-subnav-area .header-page-number-search #pc-modal-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], #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap input[type=text], #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap input[type=text] {
    border: 1px solid #5e7630;
    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], #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap input[type=text], #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap input[type=text] {
    border: 1px solid #5e7630;
    border-radius: 5px 0px 0px 5px;
    height: 60px;
    font-size: 1rem;
  }
}
@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, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap button, #header .header-subnav-area .header-page-number-search #pc-modal-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, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap button, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap button {
    border: 1px solid #5e7630;
    border-radius: 0px 5px 5px 0px;
    background-color: #aae13e;
    width: 60px;
    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, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap button, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap button {
    border: 1px solid #5e7630;
    border-radius: 0px 5px 5px 0px;
    background-color: #aae13e;
    width: 16vw;
    height: 60px;
  }
}
@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, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap button::after, #header .header-subnav-area .header-page-number-search #pc-modal-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, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap button::after, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap button::after {
    background-color: #3d4639;
    width: 23px;
    height: 23px;
  }
}
@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, #header .header-subnav-area .header-page-number-search #sp-modal-number-search-container .input-wrap button::after, #header .header-subnav-area .header-page-number-search #pc-modal-number-search-container .input-wrap button::after {
    background-color: #3d4639;
    width: 6.13333vw;
    height: 6.13333vw;
  }
}
@media print, screen and (min-width: 769px) {
  #header #header-nav {
    position: relative;
    width: 100%;
    z-index: 100;
  }
  #header #header-nav.sticky {
    animation: slideDown 0.8s ease-out forwards;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    left: 0;
    position: fixed;
    top: -100%;
    width: 100%;
    z-index: 100;
  }
  @keyframes slideDown {
    from {
      top: -100%;
    }
    to {
      top: 0;
    }
  }
  #header #header-nav .in {
    align-items: center;
    display: flex;
    gap: 0 15px;
    margin: 0 auto;
    width: 1000px;
  }
  #header #header-nav .list {
    display: flex;
    width: 1000px;
  }
  #header #header-nav .list > li {
    flex: 1;
  }
  #header #header-nav .list > li:last-child > a::after {
    background-color: #b7c797;
    content: "";
    display: inline-block;
    height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
  }
  #header #header-nav .list > li > a {
    font-size: 1.125rem;
    align-items: center;
    color: #3d4639;
    display: flex;
    font-feature-settings: "palt";
    justify-content: center;
    height: 100%;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    padding: 20px 18px 20px 0;
    position: relative;
    width: 100%;
  }
  #header #header-nav .list > li > a::before {
    background-color: #b7c797;
    content: "";
    display: inline-block;
    height: 30px;
    left: -1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
  }
  #header #header-nav .list > li > a:focus-visible {
    outline: 1px solid #000 !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 2px #fff;
  }
  #header #header-nav .list > li > a span {
    position: relative;
  }
  #header #header-nav .list > li > a span::before {
    background: url(../img_common/icon_down.png) center center/18px no-repeat;
    content: "";
    display: inline-block;
    height: 26px;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
  }
  #header #header-nav .list > li:hover > a, #header #header-nav .list > li:focus-within > a {
    background-color: rgba(80, 97, 44, 0.9);
    border-radius: 6px 6px 0 0;
    color: #fff;
    border: 1px solid #fff !important;
  }
  #header #header-nav .list > li:hover > a span::before, #header #header-nav .list > li:focus-within > a span::before {
    background: url(../img_common/icon_down_white.png) center center no-repeat;
    content: "";
    display: inline-block;
    height: 26px;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
  }
  #header .header-nav-item > a {
    position: relative;
  }
  #header .header-nav-item > a::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    top: 50%;
    right: -3px;
    background-color: #fff;
    padding-top: 20px;
    transform: translateY(-50%);
  }
  #header .in2 {
    background-color: rgba(80, 97, 44, 0.9);
    left: 50%;
    padding: 26px 0 30px 0;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    width: 100%;
  }
  #header .in2 dt {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  #header .in2 ul {
    background-color: #fff;
    border-radius: 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;
    margin: 0 auto;
    padding: 20px 30px 25px;
    width: 1000px;
  }
  #header .in2 ul li {
    box-sizing: border-box;
    height: auto !important;
    position: relative;
  }
  #header .in2 ul li a {
    align-items: center;
    background: url(../img_common/icon_down.png) left top 8px/18px no-repeat;
    color: #3d4639;
    display: flex;
    text-decoration: none;
    padding: 2px 0 2px 25px;
    width: 100%;
  }
  #header .in2 ul li a:hover {
    text-decoration: underline;
  }
  #header .in2 ul li a:focus-visible {
    outline: 1px solid #000 !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 2px #fff;
  }
  .header-subnav-area-inner {
    grid-column: 2/3;
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
  .header-tab {
    max-width: 230px;
  }
  .header-tab .hide {
    display: none;
  }
  .header-tab .tab-nav .list {
    display: flex;
    gap: 0 5px;
  }
  .header-tab .tab-nav .list li {
    background-color: #fff;
    border: 1px solid #3d4639;
    border-radius: 6px;
    position: relative;
  }
  .header-tab .tab-nav .list li a {
    font-size: 1rem;
    border-radius: 6px;
    color: #3d4639;
    display: block;
    text-decoration: none;
    padding: 0 6px;
  }
  .header-tab .tab-nav .list li.hover {
    background-color: #5e7630;
  }
  .header-tab .tab-nav .list li.hover::before, .header-tab .tab-nav .list li.hover::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
  }
  .header-tab .tab-nav .list li.hover::before {
    top: 100%;
    border-style: solid;
    border-color: #3d4639 transparent transparent transparent;
    border-width: 6px 6px 0 6px;
  }
  .header-tab .tab-nav .list li.hover::after {
    top: 100%;
    border-style: solid;
    border-color: #5e7630 transparent transparent transparent;
    border-width: 5px 5px 0 5px;
    z-index: 10;
  }
  .header-tab .tab-nav .list li.hover a {
    color: #fff;
  }
  .header-tab .header-google-search {
    margin-top: 8px;
  }
  .header-tab .header-google-search form.gsc-search-box, .header-tab .header-google-search .dummy-search-area {
    width: calc(10em - 160px + 230px) !important;
  }
  .header-tab .header-google-search .cse .gsc-search-button-v2, .header-tab .header-google-search .gsc-search-button-v2, .header-tab .header-google-search .dummy-search-btn {
    background-color: #5e7630 !important;
  }
  .header-tab .header-google-search .gsc-search-button-v2 svg, .header-tab .header-google-search .dummy-search-btn svg {
    fill: #fff !important;
  }
  .header-tab .header-google-search dl {
    margin: 3px 0;
  }
  .header-tab .header-google-search dt {
    font-size: 0.875rem;
    line-height: 1.1rem;
  }
  .header-tab .header-google-search dd {
    display: inline-block;
    padding-right: 10px;
  }
  .header-tab .header-google-search dd label {
    display: flex;
    line-height: 1.1rem;
  }
  .header-tab .header-google-search dd label input {
    margin: 0 5px 0 0;
  }
  .header-tab .header-google-search dd label input {
    accent-color: #382d25;
  }
  .header-tab .header-google-search dd label span {
    font-size: 0.875rem;
  }
  .header-tab .header-page-number-search {
    margin-top: 8px;
  }
  .header-tab .header-page-number-search dt {
    display: none;
  }
  .header-tab .header-page-number-search .input-wrap {
    width: calc(10em - 160px + 230px) !important;
  }
  .header-tab .header-page-number-search .input-wrap button::after {
    background-color: #fff !important;
  }
}
@media screen and (max-width: 768px) {
  #sp-header > .box {
    padding: 5px 10px 5px;
    display: grid;
    place-items: center;
  }
  #sp-header > .box #sp-header-logo img {
    max-width: 100%;
  }
  #sp-header > .box #sp-header-nav {
    width: 100%;
    padding: 0;
    background: none;
    background-color: #596937;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
  }
  #sp-header > .box #sp-header-nav:has(.is-open) {
    background-color: rgba(80, 97, 44, 0.95);
  }
  #sp-header > .box #sp-header-nav .menu-btn-area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  #sp-header > .box #sp-header-nav .menu-btn-area > li {
    position: relative;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area > li:not(:last-of-type)::before {
    content: "";
    width: 1px;
    height: 48px;
    background-color: #98a776;
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area > li.menu-btn-menu a {
    background-image: url(../img_common/icon_ham.png);
  }
  #sp-header > .box #sp-header-nav .menu-btn-area > li.menu-btn-menu a.is-open {
    background-image: url(../img_common/menu_btn_close.png);
  }
  #sp-header > .box #sp-header-nav .menu-btn-area > li.menu-btn-search a {
    background-image: url(../img_common/icon_search.png);
  }
  #sp-header > .box #sp-header-nav .menu-btn-area > li.menu-btn-search a.is-open {
    background-image: url(../img_common/menu_btn_close.png);
  }
  #sp-header > .box #sp-header-nav .menu-btn-area > li.menu-btn-home a {
    background-image: url(../img_common/icon_home.png);
  }
  #sp-header > .box #sp-header-nav .menu-btn-area > li a {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 60px;
    box-sizing: border-box;
    padding-block: 38px 4px;
    background: no-repeat center top 7px/33px 28px;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.1;
    text-decoration: none;
  }
  #sp-header .modal-search-bg,
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    background: rgba(80, 97, 44, 0.95);
    z-index: 99;
  }
  #sp-header .modal-search,
  #sp-header .modal-menu {
    display: none;
    position: fixed;
    left: 0;
    z-index: 100;
    height: 100dvh;
    padding-bottom: 60px;
    box-sizing: border-box;
    overflow-y: scroll;
    width: 100%;
    top: 0;
    left: 0;
  }
  #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;
    text-align: center;
  }
  #sp-header .modal-search .modal-search-close a,
  #sp-header .modal-search .modal-menu-close a,
  #sp-header .modal-menu .modal-search-close a,
  #sp-header .modal-menu .modal-menu-close a {
    display: inline-block;
    min-width: 75.7333333333vw;
    padding: 2.6666666667vw 11.2vw 3.2vw 6.6666666667vw;
    background: url(../img_common/close.png) no-repeat right 3.4666666667vw center/7.7333333333vw;
    background-color: #adda42;
    border: 2px solid #fff;
    border-radius: 6px;
    font-size: 1.125rem;
    color: #252731;
    font-weight: bold;
    text-decoration: none;
  }
  #sp-header .modal-search .in .modal-search-keyword, #sp-header .modal-search .in .modal-search-word {
    padding-inline: 16px;
    background-color: rgba(255, 255, 255, 0.92);
  }
  #sp-header .modal-search .in .modal-search-keyword {
    padding-block: 31px 12px;
  }
  #sp-header .modal-search .in .modal-search-keyword .title {
    font-size: 1.3125rem;
    font-weight: bold;
    color: #3d4639;
  }
  #sp-header .modal-search .in .modal-search-keyword input {
    border-right: none;
  }
  #sp-header .modal-search .in .modal-search-keyword button {
    border-left: none;
  }
  #sp-header .modal-search .in .modal-search-keyword .type-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 17px;
    margin-top: 9px;
  }
  #sp-header .modal-search .in .modal-search-keyword .type-list label {
    display: flex;
    align-items: center;
  }
  #sp-header .modal-search .in .modal-search-keyword .type-list label input {
    accent-color: #382d25;
  }
  #sp-header .modal-search .in .modal-search-word {
    padding-bottom: 25px;
  }
  #sp-header .modal-search .in .modal-search-word .ttl {
    font-size: 1.3125rem;
    font-weight: bold;
    color: #3d4639;
  }
  #sp-header .modal-search .in .modal-search-word .list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
  }
  #sp-header .modal-search .in .modal-search-word .list .item a {
    display: inline-block;
    padding: 4px 12px;
    background-color: #eef6c4;
    border-radius: 3px;
  }
  #sp-header .modal-search .in .modal-search-info {
    padding: 33px 15px;
    background: url(../img_common/modal_search_bg.png) repeat-y top left/100% auto;
  }
  #sp-header .modal-search .in .modal-search-info .ttl-wrap {
    text-align: center;
    padding-bottom: 19px;
  }
  #sp-header .modal-search .in .modal-search-info .ttl {
    display: inline-block;
    padding-inline: 37px;
    background: linear-gradient(to right, #af8649 9px, transparent 9px) repeat-x left bottom/18px 1px;
    font-size: 2rem;
    font-weight: 500;
    color: #3d4639;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-wht {
    padding: 18px 19px 29px;
    background-color: #fff;
    border-radius: 16px;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-wht .header-page-number-search .title {
    font-size: 1.3125rem;
    font-weight: bold;
    color: #3d4639;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-wht #sp-number-search-container {
    width: 74.6666666667vw;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-wht #sp-number-search-container input {
    border-right: none;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-wht #sp-number-search-container button {
    border-left: none;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-wht > .list {
    padding-top: 1px;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-wht > .list .item.item {
    margin-top: 17px;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-wht > .list .item a {
    display: block;
    min-height: calc(4.8vw + 8px);
    background: url(../img_common/arrow_right.png) no-repeat left top 8px;
    background-size: 4.8vw;
    padding-left: 7.2vw;
    font-size: 1.25rem;
    color: #3d4639;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-life {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 28px 3.7333333333vw;
    margin-block: 35px 16px;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-life .item {
    width: 27.7333333333vw;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-life .item:nth-child(1) a::before {
    background: url(../img_common/life1.png) no-repeat center/27.7333333333vw auto;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-life .item:nth-child(2) a::before {
    background: url(../img_common/life2.png) no-repeat center/27.7333333333vw auto;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-life .item:nth-child(3) a::before {
    background: url(../img_common/life3.png) no-repeat center/27.7333333333vw auto;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-life .item:nth-child(4) a::before {
    background: url(../img_common/life4.png) no-repeat center/27.7333333333vw auto;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-life .item:nth-child(5) a::before {
    background: url(../img_common/life5.png) no-repeat center/27.7333333333vw auto;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-life .item:nth-child(6) a::before {
    background: url(../img_common/life6.png) no-repeat center/27.7333333333vw auto;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-life .item:nth-child(7) a::before {
    background: url(../img_common/life7.png) no-repeat center/27.7333333333vw auto;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-life .item:nth-child(8) a::before {
    background: url(../img_common/life8.png) no-repeat center/27.7333333333vw auto;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-life .item a {
    display: block;
    text-align: center;
    padding-top: 28.9333333333vw;
    color: #3d4639;
    position: relative;
  }
  #sp-header .modal-search .in .modal-search-info .modal-search-info-life .item a::before {
    content: "";
    width: 27.7333333333vw;
    aspect-ratio: 1/1;
    border-radius: calc(infinity * 1px);
    position: absolute;
    top: 0;
    left: 0;
  }
  #sp-header .modal-menu .in {
    padding: 25px 18px;
  }
  #sp-header .modal-menu .sp-nav {
    background-color: #fff;
    border-radius: 16px;
  }
  #sp-header .modal-menu .sp-nav .box {
    display: block;
  }
  #sp-header .modal-menu .sp-nav .box:not(:last-of-type) {
    border-bottom: 2px solid #b7c797;
  }
  #sp-header .modal-menu .sp-nav .title {
    position: relative;
    font-weight: normal;
  }
  #sp-header .modal-menu .sp-nav .title a {
    display: block;
    padding: 18px 0px 13px 19px;
    margin-right: 12vw;
    font-size: 1.5rem;
    font-weight: bold;
    color: #3d4639;
  }
  #sp-header .modal-menu .sp-nav .title button {
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    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: #333;
  }
  #sp-header .modal-menu .sp-nav .title button.plus::after {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    background: url(../img_common/modal_arrow.png) no-repeat center/100%;
  }
  #sp-header .modal-menu .sp-nav .title button.mynus::after {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    background: url(../img_common/modal_arrow.png) no-repeat center/100%;
    rotate: 0.5turn;
  }
  #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 {
    background-color: #eef6c4;
    padding-bottom: 15px;
  }
  #sp-header .modal-menu .sp-nav .bloc .list a {
    display: block;
    background: url(../img_common/arrow_right.png) no-repeat left 23px top 15px;
    background-size: 4.2666666667vw;
    padding: 1.8666666667vw 12.8vw 1.3333333333vw;
    font-size: 1rem;
  }
  #sp-header .support-block {
    margin-top: 20px;
  }
  #sp-header .support-block button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    padding: 0;
  }
  #sp-header .support-block .support-list {
    width: 100%;
    background: #fff;
    border-radius: 16px;
    box-sizing: border-box;
    margin: auto;
    padding-block: 17px;
  }
  #sp-header .support-block .support-list li + li {
    margin-top: 7px;
  }
  #sp-header .support-block .header-size,
  #sp-header .support-block .header-color {
    padding-left: 9.3333333333vw;
  }
  #sp-header .support-block .header-size dl,
  #sp-header .support-block .header-color dl {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  #sp-header .support-block .header-size dt,
  #sp-header .support-block .header-color dt {
    flex-shrink: 0;
    margin-right: 16px;
    font-weight: bold;
  }
  #sp-header .support-block .header-size dd img {
    height: 10.6666666667vw;
  }
  #sp-header .support-block .header-color dd img {
    height: 10.6666666667vw;
  }
  #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-color dd a {
    display: block;
    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 .browsing-support {
    padding-inline: 9.3333333333vw;
  }
  #sp-header .support-block .browsing-support .list {
    margin-top: 11px;
  }
  #sp-header .support-block .browsing-support .list .item + .item {
    margin-top: 12px;
  }
  #sp-header .support-block .browsing-support .list .item.is-hide {
    display: none;
  }
  #sp-header .support-block .browsing-support .list .item button {
    appearance: none;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-align: left;
  }
  #sp-header .support-block .browsing-support .list .item a, #sp-header .support-block .browsing-support .list .item button {
    display: block;
    color: #333;
    padding: 0.8vw 0 0.8vw 26.6666666667vw;
    text-decoration: underline;
    font-size: 100%;
    font-family: inherit;
  }
  #sp-header .support-block .browsing-support .list .item a:hover, #sp-header .support-block .browsing-support .list .item a:focus, #sp-header .support-block .browsing-support .list .item button:hover, #sp-header .support-block .browsing-support .list .item button:focus {
    text-decoration: none;
  }
  #sp-header .support-block .browsing-support .list .item.js-ruby-add, #sp-header .support-block .browsing-support .list .item.js-ruby-remove {
    background: url(../img_common/ruby.png) no-repeat left 14.9333333333vw center/min(8.5333333333vw, 38px) auto;
  }
  #sp-header .support-block .browsing-support .list .item.js-easy-add, #sp-header .support-block .browsing-support .list .item.js-easy-remove {
    background: url(../img_common/easy_jp.png) no-repeat left 14.9333333333vw center/min(8.5333333333vw, 38px) auto;
  }
  #sp-header .support-block .browsing-support .list .item.js-speach {
    background: url(../img_common/yomiage.png) no-repeat left 14.9333333333vw center/min(8.5333333333vw, 38px) auto;
  }
  #sp-header .support-block .header-lang-wrapper {
    padding-inline: 9.3333333333vw;
    margin-top: 16px !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;
    background-color: #fff;
  }
  #sp-header .support-block .header-lang .lang-select {
    flex: 1;
    padding: 2.6666666667vw 13.0666666667vw 2.6666666667vw 12vw;
    border: 0;
    font-size: 100%;
    color: #000 !important;
    appearance: none;
    word-break: break-all;
    white-space: normal;
    border: solid 1px #000;
    border-right: none !important;
    border-radius: 6px 0 0 6px;
    background: url(../img_common/icon_lang.png) no-repeat left 4.2666666667vw center/5.6vw auto, url(../img_common/arrow_lang.png) no-repeat right 10.4vw center/2.1333333333vw auto #fff;
    width: 36.4vw;
  }
  #sp-header .support-block .header-lang .btn-lang-select {
    color: #fff;
    padding: 2.9333333333vw 2.6666666667vw;
    background: #5e7630;
    border: solid 1px #000;
    border-left: none !important;
    border-radius: 0 6px 6px 0;
    font-size: 100%;
    line-height: 1;
    cursor: pointer;
  }
  #sp-header .go-to-pc {
    padding-inline: 9.3333333333vw;
    margin-top: 13px !important;
    text-align: center;
  }
  #sp-header .go-to-pc a {
    display: inline-block;
    min-width: 56.5333333333vw;
    padding: 1.3333333333vw 2.6666666667vw 1.6vw 12.5333333333vw;
    background: url(../img_common/pc.png) no-repeat left 7.2vw center/5.3333333333vw auto;
    background-color: #5e7630;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
  }
  #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, #sp-header .header-page-number-search #sp-modal-number-search-container *, #sp-header .header-page-number-search #sp-modal-number-search-container *::before, #sp-header .header-page-number-search #sp-modal-number-search-container *::after, #sp-header .header-page-number-search #pc-modal-number-search-container *, #sp-header .header-page-number-search #pc-modal-number-search-container *::before, #sp-header .header-page-number-search #pc-modal-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, #sp-header .header-page-number-search #sp-modal-number-search-container .input-wrap, #sp-header .header-page-number-search #pc-modal-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, #sp-header .header-page-number-search #sp-modal-number-search-container .input-wrap, #sp-header .header-page-number-search #pc-modal-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, #sp-header .header-page-number-search #sp-modal-number-search-container .input-wrap, #sp-header .header-page-number-search #pc-modal-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, #sp-header .header-page-number-search #sp-modal-number-search-container .input-wrap label, #sp-header .header-page-number-search #pc-modal-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, #sp-header .header-page-number-search #sp-modal-number-search-container .input-wrap .number-label, #sp-header .header-page-number-search #pc-modal-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, #sp-header .header-page-number-search #sp-modal-number-search-container .input-wrap .number-label, #sp-header .header-page-number-search #pc-modal-number-search-container .input-wrap .number-label {
    width: calc(100% - 60px);
  }
}
@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, #sp-header .header-page-number-search #sp-modal-number-search-container .input-wrap .number-label, #sp-header .header-page-number-search #pc-modal-number-search-container .input-wrap .number-label {
    width: calc(100% - 16vw);
  }
}
@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, #sp-header .header-page-number-search #sp-modal-number-search-container .input-wrap .submit-label, #sp-header .header-page-number-search #pc-modal-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, #sp-header .header-page-number-search #sp-modal-number-search-container .input-wrap .submit-label, #sp-header .header-page-number-search #pc-modal-number-search-container .input-wrap .submit-label {
    width: 60px;
  }
}
@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, #sp-header .header-page-number-search #sp-modal-number-search-container .input-wrap .submit-label, #sp-header .header-page-number-search #pc-modal-number-search-container .input-wrap .submit-label {
    width: 16vw;
  }
}
@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], #sp-header .header-page-number-search #sp-modal-number-search-container .input-wrap input[type=text], #sp-header .header-page-number-search #pc-modal-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], #sp-header .header-page-number-search #sp-modal-number-search-container .input-wrap input[type=text], #sp-header .header-page-number-search #pc-modal-number-search-container .input-wrap input[type=text] {
    border: 1px solid #5e7630;
    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], #sp-header .header-page-number-search #sp-modal-number-search-container .input-wrap input[type=text], #sp-header .header-page-number-search #pc-modal-number-search-container .input-wrap input[type=text] {
    border: 1px solid #5e7630;
    border-radius: 5px 0px 0px 5px;
    height: 60px;
    font-size: 1rem;
  }
}
@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, #sp-header .header-page-number-search #sp-modal-number-search-container .input-wrap button, #sp-header .header-page-number-search #pc-modal-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, #sp-header .header-page-number-search #sp-modal-number-search-container .input-wrap button, #sp-header .header-page-number-search #pc-modal-number-search-container .input-wrap button {
    border: 1px solid #5e7630;
    border-radius: 0px 5px 5px 0px;
    background-color: #aae13e;
    width: 60px;
    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, #sp-header .header-page-number-search #sp-modal-number-search-container .input-wrap button, #sp-header .header-page-number-search #pc-modal-number-search-container .input-wrap button {
    border: 1px solid #5e7630;
    border-radius: 0px 5px 5px 0px;
    background-color: #aae13e;
    width: 16vw;
    height: 60px;
  }
}
@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, #sp-header .header-page-number-search #sp-modal-number-search-container .input-wrap button::after, #sp-header .header-page-number-search #pc-modal-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, #sp-header .header-page-number-search #sp-modal-number-search-container .input-wrap button::after, #sp-header .header-page-number-search #pc-modal-number-search-container .input-wrap button::after {
    background-color: #3d4639;
    width: 23px;
    height: 23px;
  }
}
@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, #sp-header .header-page-number-search #sp-modal-number-search-container .input-wrap button::after, #sp-header .header-page-number-search #pc-modal-number-search-container .input-wrap button::after {
    background-color: #3d4639;
    width: 6.13333vw;
    height: 6.13333vw;
  }
}
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 .tsutaeru .list .item a,
html[data-bgcolor=color_black] #header .header-subnav-area .tsutaeru .list .item a span,
html[data-bgcolor=color_black] #header .header-subnav-area .tsutaeru .list .item button,
html[data-bgcolor=color_black] #header .header-subnav-area .tsutaeru .list .item button span,
html[data-bgcolor=color_black] #sp-header .support-block .browsing-support .list .item a,
html[data-bgcolor=color_black] #sp-header .support-block .browsing-support .list .item button {
  color: #FFFF00 !important;
}
html[data-bgcolor=color_black] .about-region .map img {
  background-color: #fff;
}
html[data-bgcolor=color_black] .inquiry-area .inquiry-table > tbody > tr {
  background-color: transparent !important;
  border: 1px solid #fff !important;
}
html[data-bgcolor=color_black] .inquiry-area .inquiry-table td strong.hissu {
  color: #fff !important;
}
html[data-bgcolor=color_black] .input-btn-area input {
  background-color: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}

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 .tsutaeru .list .item a,
html[data-bgcolor=color_blue] #header .header-subnav-area .tsutaeru .list .item a span,
html[data-bgcolor=color_blue] #header .header-subnav-area .tsutaeru .list .item button,
html[data-bgcolor=color_blue] #header .header-subnav-area .tsutaeru .list .item button span,
html[data-bgcolor=color_blue] #sp-header .support-block .browsing-support .list .item a,
html[data-bgcolor=color_blue] #sp-header .support-block .browsing-support .list .item button {
  color: #FFFF00 !important;
}
html[data-bgcolor=color_blue] .about-region .map img {
  background-color: #fff;
}
html[data-bgcolor=color_blue] .inquiry-area .inquiry-table > tbody > tr {
  background-color: transparent !important;
  border: 1px solid #fff !important;
}
html[data-bgcolor=color_blue] .inquiry-area .inquiry-table td strong.hissu {
  color: #fff !important;
}
html[data-bgcolor=color_blue] .input-btn-area input {
  background-color: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}