@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: "YuGothic", 游ゴシック Medium, "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #232520;
  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: #094297;
  text-decoration: underline;
}

a:visited {
  color: #8b008b;
  text-decoration: underline;
}

a:hover {
  color: #00118F;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: inherit;
  color: #094297;
}

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 + 220px) !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 #00862d !important;
    border-radius: 4px 0px 0px 4px !important;
  }
}
@media screen and (max-width: 768px) {
  .gsc-input-box {
    border: 2px solid #00862d !important;
    border-radius: 0px 0px 0px 0px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 38px;
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: calc(10.66vw - 2px);
    font-size: 100% !important;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 38px;
  }
  @-moz-document url-prefix() {
    td.gsc-search-button {
      height: 40px;
    }
  }
  td.gsc-search-button {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: calc(10.66vw - 2px);
  }
  @-moz-document url-prefix() {
    td.gsc-search-button {
      height: calc(10.66vw + 2px);
    }
  }
  td.gsc-search-button {
    padding-left: 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    background-color: #e1f7e9 !important;
    width: 44px !important;
    border: 1px solid #00862d !important;
    border-radius: 0px 4px 4px 0px !important;
    border-left: none !important;
  }
}
@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    background-color: #000 !important;
    width: 13.33vw !important;
    border: 1px solid #00862d !important;
    border-radius: 0px 0px 0px 0px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    fill: #0D7931 !important;
    width: 19px !important;
    height: 19px !important;
  }
}
@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    fill: #ffffff !important;
    width: 3.46vw !important;
    height: 3.46vw !important;
  }
}

.dummy-search-area {
  box-sizing: border-box;
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .dummy-search-area {
    width: calc(10em - 160px + 220px);
  }
}
@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 #00862d;
    height: 40px;
    width: calc(100% - 44px);
    border-radius: 4px 0px 0px 4px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .dummy-search {
    border: 2px solid #00862d;
    height: 10.66vw;
    width: calc(100% - 13.33vw);
    border-radius: 0px 0px 0px 0px;
    font-size: 100%;
  }
}

.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: #e1f7e9;
    flex-basis: 44px;
    width: 44px;
    height: 40px;
    border: 1px solid #00862d;
    border-radius: 0px 4px 4px 0px;
    margin-left: 0;
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  .dummy-search-btn {
    background-color: #000;
    flex-basis: 13.33vw;
    width: 13.33vw;
    height: 10.66vw;
    border: 1px solid #00862d;
    border-radius: 0px 0px 0px 0px;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .dummy-search-btn svg {
    width: 19px;
    height: 19px;
    fill: #0D7931;
  }
}
@media screen and (max-width: 768px) {
  .dummy-search-btn svg {
    width: 3.46vw;
    height: 3.46vw;
    fill: #ffffff;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

#smartphone * {
  box-sizing: border-box;
}
#smartphone a {
  color: #333333;
  display: block;
  text-decoration: none;
}
#smartphone .wrap {
  align-items: center;
  background-color: #e7f7fc;
  border: 2px solid #dedede;
  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: #0c51b9;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
}
#smartphone .wrap .ico:after {
  border-left: 12px solid #ffffff;
  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: #0c51b9;
  text-align: center;
}

.scheme2 {
  border: 1px solid #0c51b9;
  text-align: center;
}

.scheme3 {
  background-color: #ffffff;
  text-align: center;
}

.scheme4 {
  background-color: #e7f7fc;
  text-align: center;
}

.scheme5 {
  border: 2px solid #dedede;
  text-align: center;
}

.scheme6 {
  background-color: #333333;
  text-align: center;
}

.scheme7 {
  background-color: #e7f7fc;
  text-align: center;
}

.scheme8 {
  background-color: #0c51b9;
  color: #fff;
  text-align: center;
}

.scheme9 {
  background-color: #eee;
  text-align: center;
}

.scheme10 {
  background-color: #4682c0;
  text-align: center;
}

.scheme11 {
  background-color: #c896bd;
  text-align: center;
}

/*++++++++++++++++++++++++++++++++++
 * トップページのコンテンツエリア専用CSS（プリント用）
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media print {
  body {
    zoom: 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;
}

@media print, screen and (min-width: 769px) {
  .inner {
    margin: 0 auto;
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    margin: 0 3.3333333333vw;
  }
}

.c-obf-cover img {
  object-fit: cover;
}
.c-obf-contain img {
  object-fit: contain;
}

.c-btn a {
  border: 1px solid #b3b3b3;
  border-left-width: 4px;
  border-radius: 0 6px 6px 0;
  color: #333;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 30px 16px 20px;
}
@media print, screen and (min-width: 769px) {
  .c-btn a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .c-btn a {
    background-size: 5.3333333333vw;
    background-position: right 2.6666666667vw center;
    border-width: 0.2666666667vw;
    border-left-width: 0.8vw;
    padding: 3.4666666667vw 6.6666666667vw 3.4666666667vw 2.1333333333vw;
  }
}

.c-h2 {
  margin: 0 auto;
  width: fit-content;
}
@media print, screen and (min-width: 769px) {
  .c-h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-h2 {
    font-size: 1.5rem;
  }
}

.splide__pagination__page:focus-visible,
.splide__toggle:focus-visible {
  outline: 3px solid #000 !important;
  outline-offset: 3px;
}

.mv {
  overflow: hidden;
}

.splide.mv {
  background-color: #d5f0fc;
  padding: 30px 0 88px;
}
@media screen and (max-width: 768px) {
  .splide.mv {
    padding: 10.6666666667vw 0 13.3333333333vw;
    width: 100%;
  }
}
.splide.mv span.mv_wave::before, .splide.mv span.mv_right::before, .splide.mv span.mv_left::before {
  content: "";
  display: inline-block;
  position: absolute;
}
.splide.mv span.mv_wave::before {
  background: url(../img_top/wave.png) center center repeat-x;
  bottom: -52px;
  height: 70px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}
.splide.mv span.mv_right::before {
  background: url(../img_top/mv_right.png) center center no-repeat;
  height: 284px;
  right: -60px;
  top: -90px;
  width: 390px;
}
@media screen and (max-width: 768px) {
  .splide.mv span.mv_right::before {
    background-size: 42.9333333333vw 29.3333333333vw;
    height: 29.3333333333vw;
    top: -9.0666666667vw;
    width: 42.9333333333vw;
  }
}
.splide.mv span.mv_left::before {
  background: url(../img_top/mv_left.png) center center no-repeat;
  bottom: -72px;
  height: 325px;
  left: 0;
  width: 408px;
}
@media screen and (max-width: 768px) {
  .splide.mv span.mv_left::before {
    background-size: 59.0666666667vw 34.5333333333vw;
    bottom: -3.3333333333vw;
    height: 34.5333333333vw;
    width: 59.0666666667vw;
  }
}
.splide.mv .inner {
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .splide.mv .inner {
    margin: 0;
  }
}
.splide.mv .splide-wrapper {
  position: relative;
}
.splide.mv .splide__track {
  overflow: hidden;
}
.splide.mv .splide__list {
  height: auto !important;
}
@media print, screen and (min-width: 769px) {
  .splide.mv .splide__slide {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .splide.mv .splide__slide {
    width: 100%;
  }
}
.splide.mv .splide__slide > a {
  width: 100%;
}
.splide.mv .splide__slide > a:focus-visible {
  outline: 3px solid #000;
  outline-offset: -3px;
}
.splide.mv .splide__slide img {
  object-fit: cover;
}
@media print, screen and (min-width: 769px) {
  .splide.mv .splide__slide img {
    border-radius: 10px;
    width: 100%;
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .splide.mv .splide__slide img {
    width: 100%;
    height: 46.6666666667vw;
  }
}
.splide.mv .splide__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .splide.mv .splide__arrows {
    justify-content: center;
    gap: 4vw;
    max-width: 80%;
  }
}
.splide.mv .splide__arrow {
  position: initial;
  right: initial;
  left: initial;
  transform: initial;
  opacity: initial;
  border-radius: initial;
  background-color: #333;
  height: 32px;
  width: 32px;
  position: relative;
  display: none;
}
.splide.mv .splide__arrow::before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  inset: 0;
  width: 12px;
  height: 16px;
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 769px) {
  .splide.mv .splide__arrow:hover {
    opacity: 0.85;
  }
}
.splide.mv .splide__arrow--prev::before {
  clip-path: polygon(0% 50%, 12px 0%, 12px 16px);
}
.splide.mv .splide__arrow--next::before {
  clip-path: polygon(12px 50%, 0% 0%, 0% 16px);
}
.splide.mv .splide__controls {
  position: absolute;
  bottom: -45px;
  right: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding-left: 20px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .splide.mv .splide__controls {
    position: relative;
    bottom: -1.3333333333vw;
    right: initial;
    padding-left: 0;
    justify-content: center;
    margin: 7px auto 0;
  }
}
.splide.mv .splide__pagination {
  padding: 0;
  position: initial;
  gap: 15px;
  justify-content: flex-start;
  max-width: calc(100% - 45px);
}
@media screen and (max-width: 768px) {
  .splide.mv .splide__pagination {
    gap: 4vw;
  }
}
.splide.mv .splide__pagination li {
  display: flex;
}
.splide.mv .splide__pagination__page {
  margin: 0;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #0c51b9;
  transition: initial;
  opacity: initial;
}
@media print, screen and (min-width: 769px) {
  .splide.mv .splide__pagination__page:hover {
    opacity: 0.85;
  }
}
.splide.mv .splide__pagination__page.is-active {
  background: #0c51b9;
  transform: initial;
}
.splide.mv .splide__toggle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0c51b9;
  border: 1px solid #fff;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .splide.mv .splide__toggle:hover {
    opacity: 0.85;
  }
}
.splide.mv .splide__toggle span {
  margin: auto;
  position: absolute;
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.splide.mv .splide__toggle__play {
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  left: 3px;
  right: 0;
  margin: auto;
  clip-path: polygon(95% 50%, 5% 0%, 5% 100%);
}
.splide.mv .splide__toggle__pause {
  width: 10px;
  height: 10px;
  inset: 0;
  clip-path: polygon(18.47% 0%, 32.33% 0%, 32.33% 100%, 67.39% 100%, 67.39% 0%, 81.53% 0%, 81.53% 100%, 18.47% 100%);
}
.splide.mv:not(.is-active) {
  visibility: visible !important;
}
.splide.mv:not(.is-active) .splide__list {
  display: flex !important;
}
@media print, screen and (min-width: 769px) {
  .splide.mv:not(.is-active) .splide__list {
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .splide.mv:not(.is-active) .splide__list {
    gap: 0;
  }
}
.splide.mv:not(.is-active) .splide__slide:last-child {
  margin: 0 !important;
}
.splide.mv:not(.is-active) .splide__arrows {
  display: none;
}
.splide.mv:not(.is-active) .splide__toggle {
  display: none;
}

.kinkyu {
  position: relative;
  z-index: 50;
}
.kinkyu .inner {
  border: 1px solid #b80d0d;
  border-radius: 6px;
}
@media print, screen and (min-width: 769px) {
  .kinkyu .inner {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .kinkyu .inner {
    border-width: 0.2666666667vw;
    margin-top: 6.6666666667vw;
  }
}
.kinkyu .ttl {
  font-size: 1.25rem;
  background-color: #b80d0d;
  color: #fff;
  text-align: center;
  padding: 7px 0;
}
@media screen and (max-width: 768px) {
  .kinkyu .ttl {
    border-radius: 0.8vw 0.8vw 0 0;
    padding: 2.1333333333vw 0;
  }
}
.kinkyu .box {
  padding: 22px 30px;
}
@media screen and (max-width: 768px) {
  .kinkyu .box {
    padding: 4vw 4vw 5.3333333333vw;
  }
}
.kinkyu-list {
  overflow: auto;
}
@media print, screen and (min-width: 769px) {
  .kinkyu-list {
    max-height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .kinkyu-list {
    max-height: 12vw;
  }
}
.kinkyu-list li:not(:last-child) {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 769px) {
  .kinkyu-list li {
    display: flex;
    gap: 0 28px;
  }
}
@media screen and (max-width: 768px) {
  .kinkyu-list li {
    line-height: 1.5;
  }
}
.kinkyu-list li a {
  color: #232520;
  font-weight: bold;
}
.kinkyu-list li .date {
  color: #b80d0d;
}
@media print, screen and (min-width: 769px) {
  .kinkyu-list li .date {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .kinkyu-list li .txt {
    display: block;
  }
}
.kinkyu .c-btn--red {
  margin-top: 30px;
  text-align: center;
}
.kinkyu .c-btn--red a {
  background: url(../img_top/kinkyu_arrow.png) right center no-repeat;
  border-left-color: #b80d0d;
  padding: 15px 150px 15px 20px;
}
@media print, screen and (min-width: 769px) {
  .kinkyu .c-btn--red a {
    background-size: 20px;
    background-position: right 16px center;
  }
}
@media screen and (max-width: 768px) {
  .kinkyu .c-btn--red a {
    background-size: 5.3333333333vw;
    background-position: right 2.6666666667vw center;
    padding: 3.4666666667vw 31.0666666667vw 3.4666666667vw 2.6666666667vw;
  }
}

.joho {
  position: relative;
  z-index: 50;
}
@media print, screen and (min-width: 769px) {
  .joho .inner {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .joho .inner {
    margin-top: 6.6666666667vw;
  }
}
.joho h2.ttl {
  background: url(../img_top/pic_icon.png) left center no-repeat;
}
@media print, screen and (min-width: 769px) {
  .joho h2.ttl {
    background-size: 50px auto;
    padding-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .joho h2.ttl {
    background-size: 10vw auto;
    padding-left: 12vw;
  }
}
.joho .box {
  background-color: #e1f7e9;
  border-radius: 10px;
  margin-top: 20px;
  padding: 30px 30px 25px;
}
@media print, screen and (min-width: 769px) {
  .joho .box {
    display: flex;
    gap: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .joho .box {
    margin-top: 3.4666666667vw;
    padding: 4vw 6vw 6.6666666667vw;
  }
}
.joho .search, .joho .keyword {
  flex: 1;
}
@media print, screen and (min-width: 769px) {
  .joho .search h3.ttl, .joho .keyword h3.ttl {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .joho .search h3.ttl, .joho .keyword h3.ttl {
    font-size: 0.875rem;
    margin-bottom: 1.3333333333vw;
  }
}
.joho .search-google form.gsc-search-box, .joho .search-google .dummy-search-area {
  width: 100% !important;
}
.joho .search-google .gsc-search-button-v2, .joho .search-google .dummy-search-btn, .joho .search-google .gsc-search-button {
  background-color: #0c51b9 !important;
  border-radius: 0px 4px 4px 0px !important;
}
.joho .search-google .gsc-search-button-v2 svg, .joho .search-google .dummy-search-btn svg {
  fill: #fff !important;
}
@media screen and (max-width: 768px) {
  .joho .search-google .gsc-search-button-v2 svg, .joho .search-google .dummy-search-btn svg {
    height: 5.3333333333vw !important;
    width: 5.3333333333vw !important;
  }
}
.joho .search-google .dummy-search, .joho .search-google .gsc-input-box {
  border: 2px solid #0c51b9 !important;
}
@media screen and (max-width: 768px) {
  .joho .search-google .dummy-search, .joho .search-google .gsc-input-box {
    border-radius: 0.8vw 0 0 0.8vw;
  }
}
.joho .search-google .dummy-search, .joho .search-google input.gsc-input,
.joho .search-google .dummy-search-btn, .joho .search-google .gsc-search-button {
  min-height: 46px !important;
}
@media screen and (max-width: 768px) {
  .joho .search-google .dummy-search-btn, .joho .search-google .gsc-search-button {
    border-radius: 0 0.8vw 0.8vw 0;
  }
}
.joho .search-google .cse .gsc-search-button-v2, .joho .search-google .gsc-search-button-v2 {
  border: none !important;
}
@media print, screen and (min-width: 769px) {
  .joho .search-google .cse .gsc-search-button-v2, .joho .search-google .gsc-search-button-v2 {
    width: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .joho .search-google form.gsc-search-box, .joho .search-google .dummy-search-area {
    width: 100% !important;
  }
  .joho .search-google .gsc-search-button-v2, .joho .search-google .dummy-search-btn {
    background-color: #0c51b9 !important;
  }
  .joho .search-google .gsc-search-button-v2 svg, .joho .search-google .dummy-search-btn svg {
    fill: #fff !important;
    height: 5.3333333333vw !important;
    width: 5.3333333333vw !important;
  }
  .joho .search-google .dummy-search, .joho .search-google .gsc-input-box {
    border-color: #0c51b9 !important;
    border-radius: 0.8vw 0 0 0.8vw !important;
    width: 100% !important;
  }
  .joho .search-google .dummy-search, .joho .search-google input.gsc-input,
  .joho .search-google .dummy-search-btn, .joho .search-google .gsc-search-button,
  .joho .search-google .cse input.gsc-input, .joho .search-google input.gsc-input {
    height: 6.6666666667vw !important;
    min-height: 6.6666666667vw !important;
  }
  .joho .search-google .dummy-search-btn, .joho .search-google .gsc-search-button {
    border-radius: 0 0.8vw 0.8vw 0 !important;
    width: 10.6666666667vw !important;
  }
  .joho .search-google td.gsc-search-button,
  .joho .search-google .cse .gsc-search-button-v2, .joho .search-google .gsc-search-button-v2 {
    height: 10.6666666667vw !important;
    min-height: 10.6666666667vw !important;
  }
  .joho .search-google table.gsc-search-box > tbody > tr {
    display: flex;
  }
  .joho .search-google .gsc-input {
    align-items: stretch;
    display: flex;
    flex: 1;
  }
  .joho .search-google .gsc-input-box > .gsc-input {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .joho .keyword {
    margin-top: 6.4vw;
  }
}
.joho .keyword-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .joho .keyword-list {
    gap: 2.6666666667vw;
  }
}
.joho .keyword-list li a {
  background-color: #fff;
  border-radius: 8px;
  color: #232520;
  display: inline-block;
  text-decoration: none;
  padding: 4px 16px;
}
@media print, screen and (min-width: 769px) {
  .joho .keyword-list li a:hover {
    text-decoration: underline;
  }
}

@media print, screen and (min-width: 769px) {
  .guidance .inner {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .guidance .inner {
    margin-top: 13.3333333333vw;
  }
}
.guidance h2.ttl {
  background: url(../img_top/guidance_icon.png) left center no-repeat;
}
@media print, screen and (min-width: 769px) {
  .guidance h2.ttl {
    background-size: 50px auto;
    padding-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .guidance h2.ttl {
    background-size: 10vw auto;
    padding-left: 12vw;
  }
}
@media print, screen and (min-width: 769px) {
  .guidance-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .guidance-list {
    margin-top: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .guidance-list li {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .guidance-list li:not(:last-child) {
    margin-bottom: 2.6666666667vw;
  }
}
.guidance-list li a, .guidance-list li .item-nolink {
  background: url(../img_top/guidance_arrow.png) right center no-repeat #fff;
  border: 1px solid #b3b3b3;
  border-left: 4px solid #0bab43;
  border-radius: 0 6px 6px 0;
  color: #000;
  display: block;
  font-weight: bold;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .guidance-list li a, .guidance-list li .item-nolink {
    background-size: 20px;
    background-position: right 15px center;
    height: 100%;
  }
  .guidance-list li a:hover, .guidance-list li .item-nolink:hover {
    outline: 2px solid #0bab43;
  }
}
@media screen and (max-width: 768px) {
  .guidance-list li a, .guidance-list li .item-nolink {
    border-width: 0.2666666667vw;
    border-left-width: 0.8vw;
    background-size: 5.3333333333vw;
    background-position: right 20px center;
    border-radius: 0 0.8vw 0.8vw 0;
  }
}
.guidance-list li .item-in {
  align-items: center;
  display: flex;
  padding: 20px 40px 20px 15px;
}
@media print, screen and (min-width: 769px) {
  .guidance-list li .item-in {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .guidance-list li .item-in {
    padding: 2.6666666667vw 10.6666666667vw 2.6666666667vw 3.4666666667vw;
  }
}
.guidance-list li .item-img {
  max-height: 45px;
  max-width: 45px;
}
@media screen and (max-width: 768px) {
  .guidance-list li .item-img {
    max-height: 8.6666666667vw;
    max-width: 8.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .guidance-list li .item-img img {
    max-height: 45px;
    max-width: 45px;
  }
}
@media screen and (max-width: 768px) {
  .guidance-list li .item-img img {
    max-height: 8.6666666667vw;
    max-width: 8.6666666667vw;
  }
}
.guidance-list li .item-txt {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .guidance-list li .item-txt {
    margin-left: 3.7333333333vw;
  }
}
.guidance-list li .item-txt > * {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .guidance-list li .item-txt > * {
    font-size: 0.9375rem;
  }
}

@media print, screen and (min-width: 769px) {
  .apply .inner {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .apply .inner {
    margin-top: 13.3333333333vw;
  }
}
.apply h2.ttl {
  background: url(../img_top/apply_icon.png) left center no-repeat;
}
@media print, screen and (min-width: 769px) {
  .apply h2.ttl {
    background-size: 50px auto;
    padding-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .apply h2.ttl {
    background-size: 10vw auto;
    padding-left: 12vw;
  }
}
@media print, screen and (min-width: 769px) {
  .apply-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .apply-list {
    margin-top: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .apply-list li {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .apply-list li {
    border-width: 0.2666666667vw;
    border-left-width: 0.8vw;
    border-radius: 0 0.8vw 0.8vw 0;
  }
  .apply-list li:not(:last-child) {
    margin-bottom: 2.6666666667vw;
  }
}
.apply-list li a {
  align-items: center;
  background: url(../img_top/apply_arrow.png) center center no-repeat #e7f7fc;
  border: 1px solid #b3b3b3;
  border-left: 4px solid #0c51b9;
  border-radius: 0 6px 6px 0;
  color: #000;
  display: flex;
  font-weight: bold;
  padding: 22px 38px 22px 18px;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .apply-list li a {
    font-size: 1.125rem;
    background-size: 20px;
    background-position: right 15px center;
    height: 100%;
  }
  .apply-list li a:hover {
    outline: 2px solid #0c51b9;
    border-left: 4px solid #0c51b9;
  }
}
@media screen and (max-width: 768px) {
  .apply-list li a {
    font-size: 0.875rem;
    background-size: 5.3333333333vw;
    background-position: right 2.6666666667vw center;
    border-radius: 0 0.8vw 0.8vw 0;
    padding: 4vw 9.3333333333vw 4vw 4.9333333333vw;
  }
}

.oshirase-photo {
  background: -moz-linear-gradient(-90deg, rgb(253, 252, 233) 0%, rgb(231, 247, 252) 0%, rgb(222, 252, 234) 56%, rgb(195, 242, 214) 100%);
  background-image: -webkit-linear-gradient(-90deg, rgb(253, 252, 233) 0%, rgb(231, 247, 252) 0%, rgb(222, 252, 234) 56%, rgb(195, 242, 214) 100%);
  background-image: -ms-linear-gradient(-90deg, rgb(253, 252, 233) 0%, rgb(231, 247, 252) 0%, rgb(222, 252, 234) 56%, rgb(195, 242, 214) 100%);
  border-radius: 50px 50px 0 0;
}
@media print, screen and (min-width: 769px) {
  .oshirase-photo {
    margin-top: 100px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .oshirase-photo {
    border-radius: 6.6666666667vw 6.6666666667vw 0 0;
    margin-top: 13.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .oshirase-photo .inner {
    align-items: stretch;
    display: flex;
    padding: 55px 0 80px;
    gap: 0 32px;
  }
  .oshirase-photo .inner > div {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .oshirase-photo .inner {
    padding: 10vw 0 10.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .oshirase-photo .oshirase {
    flex: 1;
    min-width: 620px;
  }
}
.oshirase-photo .oshirase .no-page {
  margin: 50px;
  text-align: center;
}
.oshirase-photo .oshirase h2.ttl {
  background: url(../img_top/oshirase_icon.png) left center no-repeat;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .oshirase-photo .oshirase h2.ttl {
    background-size: 50px auto;
    padding-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .oshirase-photo .oshirase h2.ttl {
    background-size: 10vw auto;
    padding-left: 12vw;
  }
}
.oshirase-photo .oshirase h2.ttl::before {
  background: url(../img_top/oshirase_left.png) center center no-repeat;
  background-size: 145px 90px;
  content: "";
  display: inline-block;
  height: 90px;
  left: -170px;
  position: absolute;
  top: -40px;
  width: 145px;
}
@media screen and (max-width: 768px) {
  .oshirase-photo .oshirase h2.ttl::before {
    background-size: 23.3333333333vw 13.3333333333vw;
    height: 13.3333333333vw;
    left: -25.3333333333vw;
    top: -6vw;
    width: 23.3333333333vw;
  }
}
.oshirase-photo .oshirase-box {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 30px;
  padding: 35px 38px 38px;
}
@media screen and (max-width: 768px) {
  .oshirase-photo .oshirase-box {
    border-radius: 2.6666666667vw;
    padding: 4vw 4vw 6.6666666667vw;
    margin-top: 4vw;
  }
}
.oshirase-photo .oshirase-list {
  overflow: auto;
}
@media print, screen and (min-width: 769px) {
  .oshirase-photo .oshirase-list {
    height: 340px;
  }
}
@media screen and (max-width: 768px) {
  .oshirase-photo .oshirase-list {
    max-height: 80vw;
  }
}
.oshirase-photo .oshirase-list li {
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  .oshirase-photo .oshirase-list li {
    padding-right: 45px;
  }
}
@media screen and (max-width: 768px) {
  .oshirase-photo .oshirase-list li {
    padding-right: 3.3333333333vw;
  }
}
.oshirase-photo .oshirase-list li:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .oshirase-photo .oshirase-list li:not(:last-child) {
    margin-bottom: 4.6666666667vw;
  }
}
.oshirase-photo .oshirase-list li a {
  color: #094297;
  display: block;
  font-weight: bold;
  width: fit-content;
}
@media print, screen and (min-width: 769px) {
  .oshirase-photo .oshirase-list li a:focus-visible {
    outline: 2px solid #000;
    outline-offset: -2px;
  }
}
@media screen and (max-width: 768px) {
  .oshirase-photo .oshirase-list li a {
    font-size: 0.875rem;
  }
}
.oshirase-photo .oshirase-list li .title-text {
  display: inline-block;
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  .oshirase-photo .oshirase-list li .title-text {
    margin-top: 2px;
  }
  .oshirase-photo .oshirase-list li .title-text:hover {
    text-decoration: none;
  }
}
.oshirase-photo .oshirase-list .tags {
  display: inline-block;
}
.oshirase-photo .oshirase-list .tag-bg {
  border-radius: calc(infinity * 1px);
  font-weight: bold;
  display: inline-block;
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 2px 12px;
}
@media screen and (max-width: 768px) {
  .oshirase-photo .oshirase-list .tag-bg {
    font-size: 0.75rem;
    padding: 0.5333333333vw 2.4vw;
  }
}
.oshirase-photo .oshirase-list .tag1 .tag-bg {
  background-color: #b2d8f5;
}
.oshirase-photo .oshirase-list .tag2 .tag-bg {
  background-color: #f5f3cd;
}
.oshirase-photo .oshirase-list .tag3 .tag-bg {
  background-color: #c3f2d6;
}
.oshirase-photo .oshirase .c-btn {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .oshirase-photo .oshirase .c-btn {
    margin-top: 6.6666666667vw;
  }
}
.oshirase-photo .oshirase .c-btn a {
  background: url(../img_top/oshirase_arrow.png) right center no-repeat;
  border-left-color: #0c51b9;
  background-size: 20px;
  background-position: right 15px center;
  padding: 15px 102px 16px 20px;
}
@media print, screen and (min-width: 769px) {
  .oshirase-photo .oshirase .c-btn a:hover {
    outline: 2px solid #0c51b9;
  }
}
@media screen and (max-width: 768px) {
  .oshirase-photo .oshirase .c-btn a {
    background-size: 5.3333333333vw;
    background-position: right 2.6666666667vw center;
    border-width: 0.2666666667vw;
    border-left-width: 0.8vw;
    padding: 2.6666666667vw 19.7333333333vw 2.6666666667vw 2.1333333333vw;
  }
}
.oshirase-photo .photo {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .oshirase-photo .photo {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    max-width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .oshirase-photo .photo {
    margin-top: 13.3333333333vw;
  }
}
.oshirase-photo .photo::after {
  background: url(../img_top/pic_right.png) center center no-repeat;
  background-size: 60px 50px;
  bottom: -20px;
  content: "";
  display: inline-block;
  height: 50px;
  position: absolute;
  right: -80px;
  width: 60px;
}
@media screen and (max-width: 768px) {
  .oshirase-photo .photo::after {
    background-size: 9.6vw 8vw;
    bottom: -8vw;
    height: 8vw;
    right: 0;
    width: 9.6vw;
  }
}
.oshirase-photo .photo .no-page {
  margin: 15px;
  text-align: center;
}
.oshirase-photo .photo h2.ttl {
  background: url(../img_top/pic_icon.png) left center no-repeat;
}
@media print, screen and (min-width: 769px) {
  .oshirase-photo .photo h2.ttl {
    background-size: 50px auto;
    padding-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .oshirase-photo .photo h2.ttl {
    background-size: 10vw auto;
    padding-left: 12vw;
  }
}
.oshirase-photo .photo-box {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 30px;
  padding: 30px 40px 38px;
}
@media print, screen and (min-width: 769px) {
  .oshirase-photo .photo-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .oshirase-photo .photo-box {
    border-radius: 2.6666666667vw;
    margin-top: 4vw;
    padding: 6.6666666667vw;
  }
}
.oshirase-photo .photo .pic {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .oshirase-photo .photo .pic img {
    border-radius: 6px;
    height: 180px;
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .oshirase-photo .photo .pic img {
    border-radius: 1.3333333333vw;
    height: 51.3333333333vw;
    width: 80vw;
  }
}
.oshirase-photo .photo .date {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .oshirase-photo .photo .date {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .oshirase-photo .photo .txt {
    margin-top: -2vw;
  }
}
.oshirase-photo .photo .txt a {
  color: #094297;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .oshirase-photo .photo .txt a {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .oshirase-photo .photo .txt a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .oshirase-photo .photo .c-btn {
    margin-top: 6.6666666667vw;
  }
}
.oshirase-photo .photo .c-btn a {
  background: url(../img_top/guidance_arrow.png) right center no-repeat;
  border-left-color: #0bab43;
  background-size: 20px;
  background-position: right 15px center;
  line-height: 1.2;
  padding: 9px 40px 9px 15px;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .oshirase-photo .photo .c-btn a:hover {
    outline: 2px solid #0bab43;
  }
}
@media screen and (max-width: 768px) {
  .oshirase-photo .photo .c-btn a {
    font-size: 0.875rem;
    background-size: 5.3333333333vw;
    background-position: right 2.6666666667vw center;
    border-width: 0.2666666667vw;
    border-left-width: 0.8vw;
    display: block;
    margin: 0 auto;
    padding: 1.8666666667vw 10.6666666667vw 1.8666666667vw 2.6666666667vw;
    width: 56vw;
  }
}

.about {
  background: url(../img_top/about_right.png) right top no-repeat;
  background-position: right top -180px;
}
@media screen and (max-width: 768px) {
  .about {
    background-position: right top -26.6666666667vw;
    background-size: 78.1333333333vw 84.6666666667vw;
  }
}
.about .inner {
  padding-top: 122px;
}
@media screen and (max-width: 768px) {
  .about .inner {
    padding-top: 18.6666666667vw;
  }
}
.about h2.ttl {
  background: url(../img_top/about_icon.png) left center no-repeat;
}
@media print, screen and (min-width: 769px) {
  .about h2.ttl {
    background-size: 50px auto;
    padding-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .about h2.ttl {
    background-size: 10vw auto;
    padding-left: 12vw;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  }
}
@media print, screen and (min-width: 769px) {
  .about-list {
    display: flex;
    justify-content: center;
    gap: 0 50px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .about-list {
    margin-top: 4vw;
  }
}
.about-list li {
  background-color: #e7f7fc;
  border-radius: 10px;
}
@media print, screen and (min-width: 769px) {
  .about-list li {
    width: 360px;
  }
  .about-list li:hover {
    outline: 2px solid #072d85;
  }
}
@media screen and (max-width: 768px) {
  .about-list li {
    border-radius: 2.6666666667vw;
  }
  .about-list li:not(:last-child) {
    margin-bottom: 4vw;
  }
}
.about-list li a, .about-list li .item-nolink {
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .about-list li a, .about-list li .item-nolink {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 769px) {
  .about-list li .item-img img {
    border-radius: 10px 10px 0 0;
    height: 170px;
    width: 360px;
  }
}
@media screen and (max-width: 768px) {
  .about-list li .item-img img {
    border-radius: 1.3333333333vw 1.3333333333vw 0 0;
    height: 44vw;
    width: 100%;
  }
}
.about-list li .item-txt > * {
  font-size: 1.25rem;
  padding: 12px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-list li .item-txt > * {
    font-size: 1.125rem;
    padding: 2.6666666667vw 0;
  }
}
.about-list2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
  .about-list2 {
    align-items: stretch;
    gap: 12px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .about-list2 {
    gap: 2.6666666667vw 5.3333333333vw;
    margin-top: 6.6666666667vw;
  }
}
.about-list2 li {
  background-color: #fff;
}
@media print, screen and (min-width: 769px) {
  .about-list2 li {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .about-list2 li {
    width: 44vw;
  }
}
.about-list2 li a {
  align-items: center;
  background: url(../img_top/oshirase_arrow.png) right center no-repeat;
  background-size: 20px;
  background-position: right 10px center;
  border: 1px solid #b3b3b3;
  border-left-color: #0c51b9;
  border-left-width: 4px;
  border-radius: 0 6px 6px 0;
  color: #333;
  display: flex;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 35px 10px 18px;
}
@media print, screen and (min-width: 769px) {
  .about-list2 li a {
    height: 100%;
  }
  .about-list2 li a:hover {
    outline: 2px solid #0c51b9;
  }
}
@media screen and (max-width: 768px) {
  .about-list2 li a {
    font-size: 0.8125rem;
    background-size: 5.3333333333vw;
    background-position: right 2.6666666667vw center;
    border-width: 0.2666666667vw;
    border-left-width: 0.8vw;
    min-height: 13.3333333333vw;
    line-height: 1.3;
    padding: 0 10.6666666667vw 0 2.6666666667vw;
  }
}
.about-list3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media print, screen and (min-width: 769px) {
  .about-list3 {
    margin: 60px auto 0;
    gap: 0 15px;
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .about-list3 {
    gap: 0 3.7333333333vw;
    margin: 10.6666666667vw auto 0;
    width: 93.3333333333vw;
  }
}
.about-list3 li {
  background-color: #f3fcff;
  border: 1px solid #072d85;
}
@media print, screen and (min-width: 769px) {
  .about-list3 li:hover {
    outline: 2px solid #072d85;
  }
}
@media screen and (max-width: 768px) {
  .about-list3 li {
    border-width: 0.4vw;
  }
}
.about-list3 li a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .about-list3 li a {
    font-size: 0.75rem;
  }
}
.about-list3 li .item-in {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 10px 10px 10px 13px;
}
@media print, screen and (min-width: 769px) {
  .about-list3 li .item-img {
    width: 72px;
  }
}
.about-list3 li .item-img img {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .about-list3 li .item-img img {
    width: 68px;
  }
}
@media screen and (max-width: 768px) {
  .about-list3 li .item-img img {
    width: 10.6666666667vw;
  }
}
.about-list3 li .item-txt p {
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .about-list3 li .item-txt p {
    margin-left: 1.3333333333vw;
  }
}

.map {
  position: relative;
}
.map::before {
  background: url(../img_top/about_left.png) left center no-repeat;
  background-size: 357px 640px;
  content: "";
  display: inline-block;
  height: 640px;
  left: 0;
  position: absolute;
  top: -214px;
  width: 357px;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .map::before {
    background-size: 54.6666666667vw 85.3333333333vw;
    height: 85.3333333333vw;
    left: -4vw;
    top: -56.6666666667vw;
    width: 54.6666666667vw;
  }
}
.map .inner {
  background: url(../img_top/map_bg.png) center center/cover no-repeat;
  border-radius: 20px;
  margin-top: 60px;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .map .inner {
    align-items: center;
    display: flex;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .map .inner {
    margin-top: 10.6666666667vw;
    padding: 0 2.6666666667vw 6.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .map-img img {
    margin-top: -84px;
    margin-left: -46px;
    height: auto;
    width: 590px;
  }
}
@media screen and (max-width: 768px) {
  .map-img img {
    height: auto;
    margin-top: -10.6666666667vw;
    margin-left: -6.6666666667vw;
    width: 75.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .map .txt-box {
    flex: 1;
    margin-left: -60px;
  }
}
.map .txt-box h2.ttl {
  color: #494949;
  margin: 15px auto 0;
  padding-left: 25px;
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .map .txt-box h2.ttl {
    margin-top: 8vw;
  }
}
.map .txt-box h2.ttl::before {
  background-color: #0bab43;
  border-radius: 6px;
  content: "";
  display: inline-block;
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
@media screen and (max-width: 768px) {
  .map .txt-box h2.ttl::before {
    border-radius: 0.5333333333vw;
    left: 2.4vw;
    height: 2.6666666667vw;
    width: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .map .txt-box h2.ttl {
    font-size: 1.125rem;
  }
}
.map-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 12px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .map-list {
    margin-top: 2vw;
  }
}
.map-list li {
  background: url(../img_top/guidance_arrow.png) right center no-repeat #fff;
  border-radius: 6px;
}
@media print, screen and (min-width: 769px) {
  .map-list li {
    background-size: 20px;
    background-position: right 15px center;
  }
  .map-list li:hover {
    outline: 2px solid #0bab43;
  }
}
@media screen and (max-width: 768px) {
  .map-list li {
    background-size: 5.3333333333vw;
    background-position: right 2.6666666667vw center;
    border-radius: 0.8vw;
  }
}
.map-list li a {
  font-size: 1.125rem;
  color: #333333;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .map-list li a {
    font-size: 0.875rem;
  }
}
.map-list li .item-in {
  align-items: center;
  display: flex;
  padding: 18px 40px 18px 20px;
}
@media screen and (max-width: 768px) {
  .map-list li .item-in {
    padding: 3.4666666667vw 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .map-list li .item-img img {
    height: 45px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .map-list li .item-img img {
    height: 8.6666666667vw;
    width: auto;
  }
}
.map-list li .item-txt {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .map-list li .item-txt {
    margin-left: 3.7333333333vw;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用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 {
    background: url(../img_common/footer_bg.png) center center/100% 100% no-repeat;
    margin-top: 175px;
    padding-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    background: url(../img_common/sp_footer_bg.png) center center/100% 100% no-repeat;
    margin-top: 20vw;
    padding-top: 11.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  footer a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
}
footer #pagetop {
  top: -85px;
  right: 10px;
  position: absolute;
  text-align: right;
}
@media screen and (max-width: 768px) {
  footer #pagetop {
    margin-top: 10vw;
    right: 3.3333333333vw;
  }
}
footer #pagetop img {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  footer #pagetop img {
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  footer #pagetop img {
    width: 18.1333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  footer #pagetop a:hover {
    opacity: 0.85;
  }
}
footer .box {
  background-color: rgba(255, 255, 255, 0.8);
}
@media print, screen and (min-width: 769px) {
  footer .box {
    border-radius: 20px;
    margin: 0 auto;
    padding: 42px 40px 18px 40px;
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  footer .box {
    font-size: 0.875rem;
    border-radius: 2.6666666667vw;
    margin: 0 3.3333333333vw;
    padding: 5.3333333333vw 18vw 2.6666666667vw;
    text-align: center;
  }
}
footer .box .footer-ttl {
  font-size: 1.8125rem;
  color: #494949;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  footer .box .footer-ttl {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 769px) {
  footer .box .footer-txt {
    display: flex;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  footer .box .footer-txt {
    margin-top: 1.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  footer .box .footer-txt address {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  footer .box .footer-txt address {
    padding-bottom: 4vw;
  }
}
footer .box .footer-txt address p {
  line-height: 1.5;
}
footer .box .footer-txt address a {
  color: #232520;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  footer .box .footer-txt .toiawase-shobo {
    border-left: 1px solid #b3b3b3;
    flex: 1;
    margin-right: -40px;
    padding-top: 8px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  footer .box .footer-txt .toiawase-shobo {
    border-top: 0.2666666667vw solid #b3b3b3;
    padding-top: 4vw;
  }
}
footer .box .footer-txt .toiawase-shobo .ttl {
  font-size: 1.125rem;
  color: #232520;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  footer .box .footer-txt .toiawase-shobo .ttl {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  footer .box .footer-txt .toiawase-shobo .ttl {
    font-size: 0.875rem;
    margin-bottom: 1.0666666667vw;
  }
}
footer .box .footer-txt .toiawase-shobo p {
  line-height: 1.5;
}
footer .box .footer-txt .toiawase-shobo a {
  color: #232520;
  text-decoration: none;
}
footer .box .footer-list {
  display: flex;
  justify-content: center;
  gap: 0 30px;
}
@media print, screen and (min-width: 769px) {
  footer .box .footer-list {
    margin-left: 10px;
    margin-top: 20px;
  }
}
footer .box .footer-list li:first-child a::after {
  background-color: #232520;
  content: "";
  display: inline-block;
  height: 14px;
  right: -14px;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  rotate: 25deg;
  width: 1px;
}
footer .box .footer-list li a {
  color: #232520;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .box .footer-list li a {
    font-size: 0.75rem;
  }
}
footer .copyright {
  font-size: 0.875rem;
  color: #232520;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  text-align: center;
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 0.625rem;
    padding: 4.2666666667vw 0;
  }
}

html[data-fontsize=up] {
  font-size: 133.3%;
}
html[data-fontsize=up2] {
  font-size: 166.7%;
}
html[data-fontsize=up3] {
  font-size: 200%;
}

.table-wrap, .wysiwyg .table-wrap {
  margin-top: 24px;
}
@media print, screen and (min-width: 769px) {
  .table-wrap .table-wrapper, .wysiwyg .table-wrap .table-wrapper {
    overflow: visible !important;
  }
}

.wysiwyg .table-wrap div {
  margin: auto;
}

@media screen and (max-width: 768px) {
  .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;
    gap: 5px;
  }
  .table-wrap .scroll-table-switch a {
    display: flex;
    width: fit-content;
    background-repeat: no-repeat;
    background-position: left 5px center;
    background-size: 55px;
    color: #232520;
    text-decoration: none;
    font-size: 0.75rem;
    position: relative;
    line-height: normal;
  }
  .table-wrap .scroll-table-switch a .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;
  }
  .table-wrap .scroll-table-switch a .scroll::before {
    content: "スクロール";
  }
  .table-wrap .scroll-table-switch a .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 a .in-display::before {
    content: "画面内";
  }
  .table-wrap .scroll-table-switch .scroll {
    background-color: #0c51b9;
    color: #ffffff;
  }
  .table-wrap .scroll-table-switch .in-display {
    background-color: #e7f7fc;
    color: #232520;
  }
  .scroll-view .scroll {
    background-color: #e7f7fc !important;
    color: #232520 !important;
  }
  .scroll-view .in-display {
    background-color: #0c51b9 !important;
    color: #ffffff !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;
  }
}
h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  background: #e7f7fc;
  color: #333;
  font-size: 1.625rem;
  border-bottom: 4px solid #0c51b9;
  border-left: none;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  padding: 8px 20px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  h2.head-title, .wysiwyg h2, .free-layout-area h2 {
    margin-top: 32px;
  }
}
h2.head-title a, .wysiwyg h2 a, .free-layout-area h2 a {
  color: #000;
}
h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  background: #e1f7e9;
  color: #333;
  font-size: 1.5rem;
  border-left: 3px solid #0bab43;
  border-radius: 0 10px 10px 0;
  padding: 5px 20px;
  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: 8px 10px;
  border-bottom: 4px solid #0c51b9;
  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;
  border-bottom: 1px solid #0bab43;
}
@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;
}
h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 1.125rem;
  padding: 8px 10px;
  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 #d6d6d6;
  margin-top: 10px;
}

.wysiwyg td,
.wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #d6d6d6;
  padding: 5px 10px;
  word-break: break-all;
}

.wysiwyg th {
  background-color: #e7f7fc;
}

.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;
}

em, strong, b {
  font-style: normal;
  font-weight: bold;
}

.text_ {
  color: #c00;
}

.text2_ {
  color: #00c;
}

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;
}

#header-print {
  border-top: 5px solid #0c51b9;
  position: relative;
}
@media screen and (max-width: 768px) {
  #header-print {
    background-color: #d5f0fc;
    border-width: 0.9333333333vw;
  }
}
#header-print::after {
  background-color: #0bab43;
  content: "";
  height: 5px;
  position: absolute;
  top: -5px;
  left: 50%;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #header-print::after {
    height: 0.9333333333vw;
  }
}

@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: #232520;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  #header {
    background-color: #d5f0fc;
    position: relative;
    z-index: 100;
    /* end-#header-nav */
  }
  #header .header-subnav-area {
    padding: 16px 0 35px;
    display: grid;
    grid-template-columns: 1fr 1000px 1fr;
    background-color: #fff;
  }
  #header .header-subnav-area #header-logo {
    padding-top: 5px;
  }
  #header .header-subnav-area #header-logo img {
    height: auto;
    width: 335px;
  }
  #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: 5px 10px;
  }
  #header .header-subnav-area .header-size {
    display: flex;
    align-items: center;
  }
  #header .header-subnav-area .header-size button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    padding: 0;
    vertical-align: bottom;
  }
  #header .header-subnav-area .header-size button:focus-visible {
    outline: 2px solid #000;
    outline-offset: -2px;
  }
  #header .header-subnav-area .header-size .title {
    font-size: 0.9375rem;
    margin-right: 10px;
    line-height: 1.2;
  }
  #header .header-subnav-area .header-size dd {
    line-height: 1;
  }
  #header .header-subnav-area .header-size dd img {
    cursor: pointer;
  }
  #header .header-subnav-area .header-size 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: 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 {
    display: block;
    font-weight: bold;
    padding: 8px;
    line-height: 1;
    text-decoration: none;
    font-size: 0.9375rem;
  }
  #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 span {
    border-radius: 3px 0 0 3px;
  }
  #header .header-subnav-area .header-size .up span {
    border-radius: 0 3px 3px 0;
  }
  #header .header-subnav-area .header-size .normal-on, #header .header-subnav-area .header-size .big-on {
    background-color: #fff;
    border-color: #00862d;
    color: #000;
  }
  #header .header-subnav-area .header-size .normal-off, #header .header-subnav-area .header-size .big-off {
    background-color: #00862d;
    border-color: #00862d;
    color: #fff;
  }
  #header .header-subnav-area .header-search dl {
    align-items: center;
    display: flex;
    gap: 0 8px;
  }
  #header .header-subnav-area .header-search dl dt {
    font-size: 0.9375rem;
  }
  #header .header-subnav-area .header-toiawase a {
    font-size: 0.9375rem;
    background: url(../img_common/otoiawase_icon.png) left 12px center/24px auto no-repeat;
    border: 1px solid #00862d;
    border-radius: 4px;
    display: block;
    color: #333;
    padding: 8px 12px 8px 42px;
    text-decoration: none;
  }
  #header .header-subnav-area .header-toiawase a:hover {
    opacity: 0.85;
  }
  #header .header-subnav-area .header-lang-wrapper .lang-error {
    color: #ee0000;
  }
  #header .header-subnav-area .header-lang {
    display: flex;
  }
  #header .header-subnav-area .header-lang .lang-select {
    padding: 3px 32px 3px 34px;
    border: solid 1px #00862d;
    border-radius: 4px 0 0 4px;
    appearance: none;
    color: #000;
    word-break: break-all;
    white-space: normal;
    font-size: 0.8125rem;
    background: url(../img_common/icon_lang.png) no-repeat left 8px center/20px, url(../img_common/arrow_lang.png) no-repeat right 5px center/12px #fff;
  }
  #header .header-subnav-area .header-lang .lang-select:focus-visible {
    outline: 2px solid #000;
    outline-offset: -2px;
  }
  #header .header-subnav-area .header-lang .btn-lang-select {
    color: #fff;
    min-height: 32px;
    padding: 3px 10px;
    font-weight: bold;
    border: solid 1px #00862d;
    background: #00862d;
    border-radius: 0 4px 4px 0;
    line-height: 1;
    cursor: pointer;
    font-size: 0.875rem;
  }
  #header .header-subnav-area .header-lang .btn-lang-select:hover {
    opacity: 0.85;
  }
  #header #header-nav {
    box-shadow: 0 5px 8px -5px rgba(145, 186, 240, 0.8);
    border-radius: 0 0 30px 30px;
    background-color: #fff;
  }
  #header #header-nav .in {
    width: 1000px;
    margin: 0 auto;
  }
  #header #header-nav .in > .list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    position: relative;
  }
  #header #header-nav .in > .list > li {
    text-align: center;
  }
  #header #header-nav .in > .list > li:last-child > a::after {
    background: #e5e5e5;
    content: "";
    display: inline-block;
    height: 40px;
    right: -1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }
  #header #header-nav .in > .list > li.active > a {
    background-color: #0c51b9;
    color: #fff;
  }
  #header #header-nav .in > .list > li > a {
    font-size: 1.125rem;
    display: block;
    color: #333333;
    font-weight: bold;
    padding: 26px 0;
    text-decoration: none;
    position: relative;
  }
  #header #header-nav .in > .list > li > a::before {
    background: #e5e5e5;
    content: "";
    display: inline-block;
    height: 40px;
    left: -1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }
  #header #header-nav .dropmenu {
    background-color: #fff;
    left: 0;
    position: absolute;
    width: 1000px;
    z-index: 100;
  }
  #header #header-nav .dropmenu dt {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  #header #header-nav .dropmenu .list2 {
    background-color: #0c51b9;
    border-radius: 0 0 6px 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 23px;
    padding: 30px 25px;
  }
  #header #header-nav .dropmenu .list2 li {
    background-color: #fff;
    border-radius: 10px;
    text-align: left;
    width: 220px;
  }
  #header #header-nav .dropmenu .list2 li a {
    font-size: 1rem;
    align-items: center;
    background: url(../img_common/dropmenu_arrow.png) right 10px center no-repeat;
    color: #333333;
    display: flex;
    font-weight: bold;
    height: 100%;
    padding: 12px 32px 12px 12px;
    text-decoration: none;
  }
  #header #header-nav .dropmenu .list2 li a:focus-visible {
    outline: 3px solid #000;
    outline-offset: -7px;
  }
  #header #header-nav .dropmenu .list2 li a:hover {
    text-decoration: underline;
  }
  .header-subnav-area-inner {
    grid-column: 2/3;
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
  #header .header-subnav-area .header-size .item2 button:focus-visible,
  #header .header-subnav-area .header-lang .btn-lang-select:focus-visible {
    border: 4px solid #fff;
  }
  #header #header-nav .in > .list > li:not(:last-child) > a:focus-visible::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 2px;
    margin: auto;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 2px;
    outline: 1px solid #fff;
    border: 2px solid #333;
  }
  #header #header-nav .in > .list > li:last-child > a:focus-visible {
    outline: 2px solid #fff;
    border: 4px solid #334;
    outline-offset: -4px;
  }
}
@media screen and (max-width: 768px) {
  #sp-header {
    background-color: #fff;
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
    position: relative;
    z-index: 100;
  }
  #sp-header > .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4vw 2.6666666667vw;
  }
  #sp-header > .box #sp-header-logo img {
    width: 58vw;
    max-width: 100%;
  }
  #sp-header > .box #sp-header-nav {
    padding: 0;
    background: none;
  }
  #sp-header > .box #sp-header-nav .list {
    display: none;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area {
    display: flex;
    column-gap: 10px;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area img {
    height: auto;
    width: 13.3333333333vw;
    max-width: 100%;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area .menu-btn-search {
    left: 0;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area .menu-btn-menu {
    right: 0;
  }
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 18.6666666667vw;
    left: 0;
  }
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    left: 0;
    z-index: 100;
    width: 100%;
    top: 21.3333333333vw;
  }
  #sp-header .modal-menu .in {
    background-color: #e7f7fc;
    box-sizing: border-box;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
    padding: 6.6666666667vw 3.3333333333vw 10.6666666667vw;
  }
  #sp-header .modal-menu .sp-nav {
    margin-top: 8vw;
  }
  #sp-header .modal-menu .sp-nav .box {
    border-top: 0.2666666667vw solid #0c51b9;
    display: block;
  }
  #sp-header .modal-menu .sp-nav .box:last-of-type {
    border-bottom: 0.2666666667vw solid #0c51b9;
  }
  #sp-header .modal-menu .sp-nav .title {
    position: relative;
    font-weight: normal;
  }
  #sp-header .modal-menu .sp-nav .title a {
    display: block;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    padding: 5.3333333333vw 0;
    text-decoration: underline;
  }
  #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: 5.3333333333vw;
    height: 5.3333333333vw;
    clip-path: polygon(43% 100%, 43% 57%, 0% 57%, 0% 43%, 43% 43%, 43% 0%, 57% 0%, 57% 43%, 100% 43%, 100% 57%, 57% 57%, 57% 100%);
  }
  #sp-header .modal-menu .sp-nav .title button.mynus::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    clip-path: polygon(0% 57%, 0% 43%, 100% 43%, 100% 57%);
  }
  #sp-header .modal-menu .sp-nav .title button span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  #sp-header .modal-menu .sp-nav .bloc {
    display: none;
  }
  #sp-header .modal-menu .sp-nav .bloc .list {
    background-color: #fff;
    border-radius: 1.3333333333vw;
  }
  #sp-header .modal-menu .sp-nav .bloc .list li:not(:last-child) {
    border-bottom: 0.2666666667vw solid #dbdddc;
  }
  #sp-header .modal-menu .sp-nav .bloc .list a {
    font-size: 0.875rem;
    background: url(../img_common/dropmenu_arrow.png) no-repeat right 1.8666666667vw top 3.4666666667vw;
    display: block;
    color: #333;
    padding: 3.3333333333vw 8vw 3.3333333333vw 2.6666666667vw;
  }
  #sp-header .header-google .google-ttl {
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
  }
  #sp-header .header-google form.gsc-search-box, #sp-header .header-google .dummy-search-area {
    width: 100% !important;
  }
  #sp-header .header-google .gsc-search-button-v2, #sp-header .header-google .dummy-search-btn {
    background-color: #0c51b9 !important;
  }
  #sp-header .header-google .gsc-search-button-v2 svg, #sp-header .header-google .dummy-search-btn svg {
    fill: #fff !important;
    height: 5.3333333333vw !important;
    width: 5.3333333333vw !important;
  }
  #sp-header .header-google .dummy-search, #sp-header .header-google .gsc-input-box {
    border-color: #0c51b9 !important;
    border-radius: 0.8vw 0 0 0.8vw !important;
    width: 100% !important;
  }
  #sp-header .header-google .dummy-search, #sp-header .header-google input.gsc-input,
  #sp-header .header-google .dummy-search-btn, #sp-header .header-google .gsc-search-button,
  #sp-header .header-google .cse input.gsc-input, #sp-header .header-google input.gsc-input {
    height: 6.6666666667vw !important;
    min-height: 6.6666666667vw !important;
  }
  #sp-header .header-google .dummy-search-btn, #sp-header .header-google .gsc-search-button {
    border-radius: 0 0.8vw 0.8vw 0 !important;
    width: 10.6666666667vw !important;
  }
  #sp-header .header-google td.gsc-search-button,
  #sp-header .header-google .cse .gsc-search-button-v2, #sp-header .header-google .gsc-search-button-v2 {
    height: 10.6666666667vw !important;
    min-height: 10.6666666667vw !important;
  }
  #sp-header .header-google table.gsc-search-box > tbody > tr {
    display: flex;
  }
  #sp-header .header-google .gsc-input {
    align-items: stretch;
    display: flex;
    flex: 1;
  }
  #sp-header .header-google .gsc-input-box > .gsc-input {
    display: block;
  }
  #sp-header .header-google .cse .gsc-search-button-v2, #sp-header .header-google .gsc-search-button-v2 {
    border: none !important;
  }
  #sp-header .support-block {
    margin-top: 20px;
  }
  #sp-header .support-block button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
  }
  #sp-header .support-block .support-list {
    background: #fff;
    border-radius: 1.3333333333vw;
    box-sizing: border-box;
    margin: 0 1.3333333333vw;
    padding: 30px 6.6666666667vw;
  }
  #sp-header .support-block .support-list li + li {
    margin-top: 5.3333333333vw;
  }
  #sp-header .support-block .header-size dl {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
    gap: 2.6666666667vw;
  }
  #sp-header .support-block .header-size dt {
    flex-shrink: 0;
    margin-right: 1.3333333333vw;
  }
  #sp-header .support-block .header-size .normal-off span, #sp-header .support-block .header-size .big-off span {
    color: #232520;
  }
  #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: 1.3333333333vw;
    border: 0.5333333333vw solid #00862d;
    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 {
    align-items: center;
    display: flex;
    font-weight: bold;
    justify-content: center;
    line-height: 1;
    border-radius: 1.3333333333vw;
    text-decoration: none;
    font-size: 1.125rem;
    min-height: 10.6666666667vw;
    min-width: 18.6666666667vw;
  }
  #sp-header .support-block .header-size .normal-on span span, #sp-header .support-block .header-size .normal-off span span, #sp-header .support-block .header-size .big-on span span, #sp-header .support-block .header-size .big-off span span {
    background-color: inherit !important;
    color: inherit !important;
  }
  #sp-header .support-block .header-size .normal-on, #sp-header .support-block .header-size .big-on {
    background-color: #00862d;
    color: #fff;
  }
  #sp-header .support-block .header-size .normal-off, #sp-header .support-block .header-size .big-off {
    background-color: #fff;
    border-color: #00862d;
    border-width: 0.5333333333vw;
  }
  #sp-header .support-block .header-lang-wrapper .lang-error {
    background-color: #fff;
    color: #ee0000;
    width: 100%;
  }
  #sp-header .support-block .header-lang {
    display: flex;
    border: solid 0.5333333333vw #00862d;
    border-radius: 1.3333333333vw;
  }
  #sp-header .support-block .header-lang .lang-select {
    font-size: 0.875rem;
    flex: 1;
    padding: 3.4666666667vw 4vw 3.4666666667vw 10.1333333333vw;
    border: 0;
    background: #fff;
    border-radius: 1.3333333333vw 0 0 1.3333333333vw;
    color: #000;
    appearance: none;
    word-break: break-all;
    white-space: normal;
    background: url(../img_common/icon_lang.png) no-repeat left 3.3333333333vw center/4.8vw auto, url(../img_common/arrow_lang.png) no-repeat right 2.9333333333vw center/4vw auto #fff;
    width: 36.4vw;
  }
  #sp-header .support-block .header-lang .btn-lang-select {
    font-size: 0.875rem;
    color: #fff;
    padding: 15px 2.6666666667vw;
    background: #00862d;
    font-weight: bold;
    line-height: 1;
    width: 13.3333333333vw;
  }
  #sp-header .sp-toawase, #sp-header .goto-pc, #sp-header .modal-menu-close {
    margin: 0 5.3333333333vw;
  }
  #sp-header .sp-toawase a, #sp-header .goto-pc a, #sp-header .modal-menu-close a {
    border-radius: 1.3333333333vw;
    display: block;
    color: #000;
    text-decoration: none;
    text-align: center;
  }
  #sp-header .sp-toawase a span, #sp-header .goto-pc a span, #sp-header .modal-menu-close a span {
    display: inline-block;
    padding: 2.6666666667vw 0 2.6666666667vw 0;
  }
  #sp-header .goto-pc, #sp-header .modal-menu-close {
    text-align: center;
  }
  #sp-header .goto-pc a, #sp-header .modal-menu-close a {
    background-color: #0c51b9;
    color: #fff;
  }
  #sp-header .sp-toawase {
    margin-top: 8vw;
  }
  #sp-header .sp-toawase a {
    background-color: #fff;
    border: 0.5333333333vw solid #00862d;
  }
  #sp-header .sp-toawase a span {
    font-size: 0.9375rem;
    background: url(../img_common/otoiawase_icon.png) left center/6.4vw auto no-repeat;
    padding-left: 8.8vw;
  }
  #sp-header .goto-pc {
    margin-top: 5.3333333333vw;
  }
  #sp-header .goto-pc a span {
    background: url(../img_common/goto_pc.png) left center/7.0666666667vw auto no-repeat;
    padding-left: 9.6vw;
  }
  #sp-header .modal-menu-close {
    margin-top: 5.3333333333vw;
  }
  #sp-header .modal-menu-close a span {
    background: url(../img_common/modal_close_bottom.png) left center/6.1333333333vw auto no-repeat;
    padding-left: 9.3333333333vw;
  }
  #sp-header .header-page-number-search {
    width: 100%;
  }
  #sp-header .header-page-number-search #number-search-container *, #sp-header .header-page-number-search #number-search-container *::before, #sp-header .header-page-number-search #number-search-container *::after, #sp-header .header-page-number-search #sp-number-search-container *, #sp-header .header-page-number-search #sp-number-search-container *::before, #sp-header .header-page-number-search #sp-number-search-container *::after {
    box-sizing: border-box;
  }
  #sp-header .header-page-number-search #number-search-container .input-wrap, #sp-header .header-page-number-search #sp-number-search-container .input-wrap {
    display: flex;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap, #sp-header .header-page-number-search #sp-number-search-container .input-wrap {
    width: calc(10em - 160px + 220px);
    gap: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap, #sp-header .header-page-number-search #sp-number-search-container .input-wrap {
    width: 100%;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap label, #sp-header .header-page-number-search #sp-number-search-container .input-wrap label {
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0;
  }
  #sp-header .header-page-number-search #number-search-container .input-wrap .number-label, #sp-header .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap .number-label, #sp-header .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    width: calc(100% - 44px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap .number-label, #sp-header .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    width: calc(100% - 13.33vw);
  }
}
@media screen and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap .submit-label, #sp-header .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap .submit-label, #sp-header .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    width: 44px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap .submit-label, #sp-header .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    width: 13.33vw;
  }
}
@media screen and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap input[type=text], #sp-header .header-page-number-search #sp-number-search-container .input-wrap input[type=text] {
    width: 100%;
    padding: 10px 0 10px 13px;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap input[type=text], #sp-header .header-page-number-search #sp-number-search-container .input-wrap input[type=text] {
    border: 1px solid #00862d;
    border-radius: 4px 0px 0px 4px;
    height: 40px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap input[type=text], #sp-header .header-page-number-search #sp-number-search-container .input-wrap input[type=text] {
    border: 2px solid #00862d;
    border-radius: 0px 0px 0px 0px;
    height: 10.66vw;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap button, #sp-header .header-page-number-search #sp-number-search-container .input-wrap button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    line-height: 1;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap button, #sp-header .header-page-number-search #sp-number-search-container .input-wrap button {
    border: 1px solid #00862d;
    border-radius: 0px 4px 4px 0px;
    background-color: #e1f7e9;
    width: 44px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap button, #sp-header .header-page-number-search #sp-number-search-container .input-wrap button {
    border: 1px solid #00862d;
    border-radius: 0px 0px 0px 0px;
    background-color: #000;
    width: 13.33vw;
    height: 10.66vw;
  }
}
@media screen and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap button::after, #sp-header .header-page-number-search #sp-number-search-container .input-wrap button::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    clip-path: polygon(21.69% 24.41%, 20.35% 26.06%, 19.18% 27.87%, 18.12% 29.9%, 17.39% 31.94%, 16.85% 34.07%, 16.48% 36.48%, 16.46% 39.04%, 16.69% 41.55%, 17.14% 43.85%, 17.72% 45.78%, 18.57% 47.98%, 19.59% 49.91%, 20.76% 51.74%, 22.03% 53.36%, 23.36% 54.85%, 25.08% 56.37%, 26.93% 57.75%, 28.81% 58.84%, 30.74% 59.72%, 33.07% 60.33%, 35.1% 60.7%, 37.38% 60.92%, 39.37% 60.93%, 41.98% 60.66%, 44.52% 60.17%, 46.66% 59.48%, 48.31% 58.76%, 50.1% 57.78%, 51.58% 56.77%, 52.95% 55.68%, 53.79% 54.88%, 54.34% 54.34%, 94.61% 94.61%, 89.9% 99%, 62.61% 72.02%, 62.61% 66.88%, 61.76% 66.05%, 59.89% 67.58%, 57.49% 69.21%, 55.34% 70.42%, 52.57% 71.91%, 49.77% 72.84%, 47.16% 73.61%, 43.77% 74.17%, 40.36% 74.48%, 36.79% 74.47%, 33.89% 74.24%, 30.69% 73.66%, 27.25% 72.79%, 23.53% 71.39%, 19.93% 69.42%, 16.93% 67.46%, 13.57% 64.57%, 10.52% 61.3%, 8.12% 58.07%, 6.24% 54.71%, 4.72% 51.31%, 3.72% 47.79%, 3.11% 44.85%, 2.69% 41.66%, 2.6% 38.44%, 2.68% 36.45%, 2.8% 34.73%, 3.04% 32.91%, 3.32% 31.43%, 3.63% 29.82%, 3.96% 28.4%, 4.47% 26.91%, 4.93% 25.43%, 5.72% 23.7%, 6.43% 22.1%, 7.78% 19.8%, 9.14% 17.79%, 10.71% 15.76%, 12.37% 13.93%, 13.93% 12.37%, 15.76% 10.71%, 17.79% 9.14%, 19.8% 7.78%, 22.1% 6.43%, 23.7% 5.72%, 25.43% 4.93%, 26.91% 4.47%, 28.4% 3.96%, 29.82% 3.63%, 31.43% 3.32%, 32.91% 3.04%, 34.73% 2.8%, 36.45% 2.68%, 38.44% 2.6%, 41.66% 2.69%, 44.85% 3.11%, 47.79% 3.72%, 51.31% 4.72%, 54.71% 6.24%, 58.07% 8.12%, 61.3% 10.52%, 64.57% 13.57%, 67.46% 16.93%, 69.42% 19.93%, 71.39% 23.53%, 72.79% 27.25%, 73.66% 30.69%, 74.24% 33.89%, 74.47% 36.79%, 74.48% 40.36%, 74.17% 43.77%, 73.61% 47.16%, 72.84% 49.77%, 71.91% 52.57%, 70.42% 55.34%, 69.21% 57.49%, 67.58% 59.89%, 66.05% 61.76%, 66.88% 62.61%, 72.02% 62.61%, 99% 89.9%, 94.61% 94.61%, 54.34% 54.34%, 54.88% 53.79%, 55.68% 52.95%, 56.77% 51.58%, 57.78% 50.1%, 58.76% 48.31%, 59.48% 46.66%, 60.17% 44.52%, 60.66% 41.98%, 60.93% 39.37%, 60.92% 37.38%, 60.7% 35.1%, 60.33% 33.07%, 59.72% 30.74%, 58.84% 28.81%, 57.75% 26.93%, 56.37% 25.08%, 54.85% 23.36%, 53.36% 22.03%, 51.74% 20.76%, 49.91% 19.59%, 47.98% 18.57%, 45.78% 17.72%, 43.85% 17.14%, 41.55% 16.69%, 39.04% 16.46%, 36.48% 16.48%, 34.07% 16.85%, 31.94% 17.39%, 29.9% 18.12%, 27.87% 19.18%, 26.06% 20.35%, 24.41% 21.69%);
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap button::after, #sp-header .header-page-number-search #sp-number-search-container .input-wrap button::after {
    background-color: #0D7931;
    width: 19px;
    height: 19px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .header-page-number-search #number-search-container .input-wrap button::after, #sp-header .header-page-number-search #sp-number-search-container .input-wrap button::after {
    background-color: #ffffff;
    width: 3.46vw;
    height: 3.46vw;
  }
}
html[data-bgcolor=color_black] {
  /* よくあるご質問詳細ページ */
  /* よくあるご質問詳細ページ 0009_2 */
}
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] .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] .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_blue] {
  /* よくあるご質問詳細ページ */
  /* よくあるご質問詳細ページ 0009_2 */
}
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] .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] .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;
}