@charset "UTF-8";
/* pattern-responsive */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #2b2b2b;
  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: 150%;
}

ul, ol {
  list-style: none;
}

a:link {
  color: #25769e;
  text-decoration: underline;
}

a:visited {
  color: #8b008b;
  text-decoration: underline;
}

a:hover {
  color: #25769e;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: inherit;
  color: #25769e;
}

a:active {
  _background: inherit; /*IEのみactive疑似クラスにて処理*/
}

/*iphoneでルビで文字サイズが勝手に変わるのを修正*/
body {
  -webkit-text-size-adjust: 100%;
}

address {
  font-style: normal;
}

/*clearfix*/
.cmstag:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.first-left {
  margin-left: 0 !important;
}

.first-top {
  margin-top: 0 !important;
}

.left-col {
  float: left;
}

.right-col {
  float: right;
}

.img-item img, .img-text img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .view-sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .view-pc {
    display: none !important;
  }
}
.des-attention-area {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.des-attention {
  background-color: #FFFF40;
  font-size: 80%;
}

.des-attention2 {
  background-color: #C0C0FF;
  font-size: 80%;
}

.color-scheme-area {
  margin-top: 20px;
}

.scheme-bar {
  padding: 5px 0 5px 0;
  border: 1px solid #333333;
}

.color-scheme-area .box {
  width: 300px;
}

@media print, screen and (min-width: 769px) {
  .color-scheme-area .box {
    float: left;
    margin-left: 20px;
  }
}
.color-scheme-area .title {
  margin: 5px 0 0 0;
}

.scheme1 {
  background-color: #ababab;
  text-align: center;
}

.scheme2 {
  border: 1px solid #ccc;
  text-align: center;
}

.scheme3 {
  background-color: #2b2b2b;
  text-align: center;
}

.scheme4 {
  background-color: #2b2b2b;
  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: 100% !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 #000 !important;
    border-radius: 0px 0px 0px 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .gsc-input-box {
    border: 1px solid #000 !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: 38px;
    font-size: 1.7rem !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: 38px;
  }
  @-moz-document url-prefix() {
    td.gsc-search-button {
      height: 42px;
    }
  }
  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: #ffffff !important;
    width: 40px !important;
    border: 1px solid #000 !important;
    border-radius: 0px 0px 0px 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    background-color: #ffffff !important;
    width: 40px !important;
    border: 1px solid #000 !important;
    border-radius: 0px 0px 0px 0px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    fill: #000000 !important;
    width: 20px !important;
    height: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    fill: #000000 !important;
    width: 20px !important;
    height: 20px !important;
  }
}

.dummy-search-area {
  box-sizing: border-box;
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .dummy-search-area {
    width: 100%;
  }
}
@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 #000;
    height: 40px;
    width: calc(100% - 40px);
    border-radius: 0px 0px 0px 0px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .dummy-search {
    border: 1px solid #000;
    height: 40px;
    width: calc(100% - 40px);
    border-radius: 0px 0px 0px 0px;
    font-size: 2rem;
  }
}

.dummy-search-btn {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  padding: 0;
  display: block;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
@media print, screen and (min-width: 769px) {
  .dummy-search-btn {
    background-color: #ffffff;
    flex-basis: 40px;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 0px 0px 0px 0px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .dummy-search-btn {
    background-color: #ffffff;
    flex-basis: 40px;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 0px 0px 0px 0px;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .dummy-search-btn svg {
    width: 20px;
    height: 20px;
    fill: #000000;
  }
}
@media screen and (max-width: 768px) {
  .dummy-search-btn svg {
    width: 20px;
    height: 20px;
    fill: #000000;
  }
}

.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: #e4f1f7;
  border: 2px solid #0e568f;
  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: #cae5f6;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
}
#smartphone .wrap .ico:after {
  border-left: 12px solid #2b2b2b;
  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;
}

@media print {
  body {
    zoom: 0.9615384615;
  }
}
#header, #footer, #side-nav {
  overflow-wrap: anywhere;
}

.gsst_a .gscb_a {
  color: #333 !important;
}

*, *::before, *::after {
  box-sizing: border-box;
}

a:has(> img) {
  display: inline-block;
}

@media print, screen and (min-width: 769px) {
  .section-inner {
    width: 1100px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .section-inner {
    padding-inline: 2.9333333333vw;
    width: 100%;
  }
}

.section-h2 {
  text-align: center;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .section-h2 {
    font-size: 2.5rem;
    letter-spacing: 2.5px;
  }
}
@media screen and (max-width: 768px) {
  .section-h2 {
    font-size: 2.25rem;
  }
}

.mv:not(:has(.splide__slide)) {
  width: 100%;
  min-height: 200px;
}
@media screen and (max-width: 768px) {
  .mv:not(:has(.splide__slide)) {
    min-height: 115px;
  }
}
.mv .splide a:focus, .mv .splide a:focus-visible {
  outline: none;
  position: relative;
}
.mv .splide a:focus::before, .mv .splide a:focus-visible::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 6px;
  outline: 1px solid #fff;
  border: 2px solid #333;
}
.mv .splide {
  position: relative;
}
.mv .splide .splide-wrapper {
  position: relative;
}
.mv .splide .splide__track {
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .mv .splide .splide__slide {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mv .splide .splide__slide {
    width: 100%;
  }
}
.mv .splide .splide__slide a {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .mv .splide .splide__slide a {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mv .splide .splide__slide a {
    width: 100%;
  }
}
.mv .splide .splide__slide a:focus, .mv .splide .splide__slide a:focus-within {
  outline: none;
  position: relative;
}
.mv .splide .splide__slide a:focus::before, .mv .splide .splide__slide a:focus-within::before {
  content: "";
  display: block;
  width: calc(100% - 3px);
  height: calc(100% - 2px);
  outline: 1px solid #000;
  border: 2px solid #fff;
  margin: 0;
  position: absolute;
  top: 1px;
  left: 50%;
  translate: -50% 0;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .mv .splide .splide__slide a:focus::before, .mv .splide .splide__slide a:focus-within::before {
    height: calc(100% - 18px);
  }
}
.mv .splide .splide__slide a:hover {
  opacity: 0.85;
}
.mv .splide .splide__slide img {
  object-fit: cover;
}
@media print, screen and (min-width: 769px) {
  .mv .splide .splide__slide img {
    width: 100%;
    height: 700px;
  }
}
@media screen and (max-width: 768px) {
  .mv .splide .splide__slide img {
    width: 100%;
    height: 128vw;
  }
}
.mv .splide .splide__arrows {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .mv .splide .splide__arrows {
    gap: 5.3333333333vw;
  }
}
.mv .splide .splide__arrow {
  display: none !important;
}
.mv .splide .splide__controls {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mv .splide .splide__controls {
    bottom: 5.3333333333vw;
    right: 2.6666666667vw;
  }
}
.mv .splide .splide__pagination {
  padding: 0;
  position: initial;
  gap: 12px;
  justify-content: flex-end;
  max-width: calc(100% - 45px);
}
@media screen and (max-width: 768px) {
  .mv .splide .splide__pagination {
    gap: 4vw;
  }
}
.mv .splide .splide__pagination li {
  display: flex;
}
.mv .splide .splide__pagination__page {
  margin: 0;
  width: 10px;
  height: 10px;
  background: #00874c;
  border: 1px solid #ffffff;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .mv .splide .splide__pagination__page {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.mv .splide .splide__pagination__page:hover {
  opacity: 0.85;
}
.mv .splide .splide__pagination__page:focus, .mv .splide .splide__pagination__page:focus-within {
  border: 2px solid #fff !important;
  outline: 2px solid #000 !important;
  outline-offset: 0px !important;
}
.mv .splide .splide__pagination__page.is-active {
  background: #ffffff;
  border: 1px solid #00874c;
  transform: none;
}
.mv .splide .splide__toggle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #00874c;
  border: 1px solid #00874c;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv .splide .splide__toggle {
    width: 9.8666666667vw;
    height: 9.8666666667vw;
  }
}
.mv .splide .splide__toggle:hover {
  opacity: 0.85;
}
.mv .splide .splide__toggle:focus, .mv .splide .splide__toggle:focus-within {
  border: 2px solid #fff !important;
  outline: 2px solid #000 !important;
  outline-offset: 0px !important;
}
.mv .splide .splide__toggle span {
  margin: auto;
  position: absolute;
  background-color: #fff !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.mv .splide .splide__toggle__play {
  width: 12px;
  height: 15px;
  top: 0;
  bottom: 0;
  left: 3px;
  right: 0;
  margin: auto;
  clip-path: polygon(95% 50%, 5% 0%, 5% 100%);
}
@media screen and (max-width: 768px) {
  .mv .splide .splide__toggle__play {
    width: 2.9333333333vw;
    height: 3.7333333333vw;
  }
}
.mv .splide .splide__toggle__pause {
  width: 12px;
  height: 12px;
  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%);
}
@media screen and (max-width: 768px) {
  .mv .splide .splide__toggle__pause {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
}
.mv .splide:not(.is-active) {
  visibility: visible !important;
}
.mv .splide:not(.is-active) .splide__list {
  display: flex !important;
}
@media print, screen and (min-width: 769px) {
  .mv .splide:not(.is-active) .splide__list {
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .mv .splide:not(.is-active) .splide__list {
    gap: 0;
  }
}
.mv .splide:not(.is-active) .splide__slide:last-child {
  margin: 0 !important;
}
.mv .splide:not(.is-active) .splide__arrows {
  display: none;
}
.mv .splide:not(.is-active) .splide__toggle {
  display: none;
}
.mv .mv-telephone {
  padding-block: 6vw;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
}
.mv .mv-telephone::before {
  content: "";
  width: 9.6vw;
  height: 13.3333333333vw;
  background-image: url("../img_common/icon_telephone.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 9.6vw;
  flex-shrink: 0;
}
.mv .mv-telephone dl {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.mv .mv-telephone-title {
  font-size: 1.25rem;
}
.mv .mv-telephone-number {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1;
}
.mv .mv-telephone-number a {
  color: #2b2b2b;
}

.infomation {
  background: #d7eef7;
}
@media print, screen and (min-width: 769px) {
  .infomation {
    padding-block: 100px 175px;
  }
}
@media screen and (max-width: 768px) {
  .infomation {
    padding-block: 16vw 17.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .infomation .infomation-container {
    margin-top: 41px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .infomation .infomation-container {
    margin-top: 9.6vw;
  }
}
.infomation .infomation-left {
  background: #ffffff;
  border-radius: 10px;
}
@media print, screen and (min-width: 769px) {
  .infomation .infomation-left {
    width: 537px;
    padding: 35px 35px 45px;
  }
}
@media screen and (max-width: 768px) {
  .infomation .infomation-left {
    padding: 9.8666666667vw 4vw;
  }
}
.infomation .infomation-h3 {
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
}
.infomation .infomation-sinryou-box {
  border-bottom: 1px solid #333333;
}
.infomation .infomation-sinryou-box .item .title {
  color: #0e568f;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .infomation .infomation-sinryou-box {
    margin-top: 25px;
    padding-bottom: 35px;
  }
  .infomation .infomation-sinryou-box .item + .item {
    margin-top: 20px;
  }
  .infomation .infomation-sinryou-box dl {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
  }
  .infomation .infomation-sinryou-box .title {
    min-width: 64px;
  }
}
@media screen and (max-width: 768px) {
  .infomation .infomation-sinryou-box {
    margin-top: 7.2vw;
    padding-bottom: 7.4666666667vw;
  }
  .infomation .infomation-sinryou-box .item + .item {
    margin-top: 6.4vw;
  }
  .infomation .infomation-sinryou-box dl {
    text-align: center;
  }
  .infomation .infomation-sinryou-box .description {
    margin-top: 3.4666666667vw;
  }
}
.infomation .infomation-button {
  width: fit-content;
  margin-inline: auto;
}
@media print, screen and (min-width: 769px) {
  .infomation .infomation-button {
    margin-top: 30px;
  }
  .infomation .infomation-button a {
    min-width: 340px;
  }
}
@media screen and (max-width: 768px) {
  .infomation .infomation-button {
    margin-top: 7.4666666667vw;
  }
  .infomation .infomation-button a {
    justify-content: center;
    min-width: 80vw;
  }
}
@media print, screen and (min-width: 769px) {
  .infomation .infomation-menkai {
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .infomation .infomation-menkai {
    margin-top: 7.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .infomation .infomation-menkai-box dl {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
  }
}
@media screen and (max-width: 768px) {
  .infomation .infomation-menkai-box dl {
    text-align: center;
  }
}
.infomation .infomation-menkai-box .title {
  color: #0e568f;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .infomation .infomation-menkai-box .title {
    min-width: 64px;
  }
}
@media screen and (max-width: 768px) {
  .infomation .infomation-menkai-box .description {
    margin-top: 3.4666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .infomation .infomation-right {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .infomation .infomation-right {
    margin-top: 7.7333333333vw;
  }
}
.infomation .infomation-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media print, screen and (min-width: 769px) {
  .infomation .infomation-list {
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .infomation .infomation-list {
    gap: 5.3333333333vw;
  }
}
.infomation .infomation-list .item {
  width: 100%;
  background: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 10px;
}
.infomation .infomation-list .item:nth-of-type(3) .item-in {
  gap: 1.8666666667vw;
}
@media print, screen and (min-width: 769px) {
  .infomation .infomation-list .item {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .infomation .infomation-list .item {
    border-radius: 2.6666666667vw;
  }
}
.infomation .infomation-list a {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  color: #2b2b2b;
  opacity: 1;
  transition: opacity 0.3s;
  background-image: url("../img_top/icon_arrow__circle.png");
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 769px) {
  .infomation .infomation-list a {
    min-height: 250px;
    height: 100%;
    padding: 25px 16px 66px;
    font-size: 1.125rem;
    background-position: center bottom 23px;
    background-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .infomation .infomation-list a {
    min-height: 48vw;
    padding: 2.9333333333vw 4.2666666667vw 10.6666666667vw;
    font-size: 1rem;
    background-position: center bottom 3.2vw;
    background-size: 7.4666666667vw;
  }
}
.infomation .infomation-list a:hover {
  opacity: 0.85;
  text-decoration: underline;
}
.infomation .infomation-list a:focus, .infomation .infomation-list a:focus-visible {
  outline: 2px solid #000000;
  outline-offset: -3px;
  border: 1px solid #ffffff;
  border-radius: 5px;
}
.infomation .infomation-list .item-in {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .infomation .infomation-list .item-in {
    gap: 22px;
  }
}
@media screen and (max-width: 768px) {
  .infomation .infomation-list .item-in {
    gap: 3.7333333333vw;
  }
}
.infomation .infomation-list .item-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.infomation .infomation-list .item-img img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  .infomation .infomation-list .item-img img {
    width: 113px;
    height: 113px;
  }
}
@media screen and (max-width: 768px) {
  .infomation .infomation-list .item-img img {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
  }
}
.infomation .infomation-list .item-txt {
  position: relative;
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .infomation .infomation-list .item-txt {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .infomation .infomation-list .item-txt {
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 769px) {
  .guidance {
    padding-block: 20px 90px;
    position: relative;
  }
  .guidance::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 47px;
    background: #ffffff;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .guidance {
    margin-block: 16vw 18.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .guidance .guidance-list {
    gap: 25px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .guidance .guidance-list {
    margin-top: 8vw;
  }
}
.guidance .guidance-list .item {
  box-sizing: border-box;
  border: 1px solid #00aa5c;
  border-radius: 10px;
}
@media print, screen and (min-width: 769px) {
  .guidance .guidance-list .item {
    width: calc((100% - 75px) / 4);
  }
}
@media screen and (max-width: 768px) {
  .guidance .guidance-list .item {
    border-radius: 2.6666666667vw;
  }
  .guidance .guidance-list .item + .item {
    margin-top: 4vw;
  }
}
.guidance .guidance-list .item a, .guidance .guidance-list .item .item-nolink {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 769px) {
  .guidance .guidance-list .item a, .guidance .guidance-list .item .item-nolink {
    min-height: 110px;
  }
}
@media screen and (max-width: 768px) {
  .guidance .guidance-list .item a, .guidance .guidance-list .item .item-nolink {
    min-height: 18.6666666667vw;
  }
}
.guidance .guidance-list .item a .item-in, .guidance .guidance-list .item .item-nolink .item-in {
  width: 100%;
  display: flex;
  align-items: center;
  align-self: stretch;
  padding: 16px 15px;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .guidance .guidance-list .item a .item-in, .guidance .guidance-list .item .item-nolink .item-in {
    gap: 0 11.7333333333vw;
    padding: 2.1333333333vw 5.3333333333vw;
  }
}
.guidance .guidance-list .item a .item-in .item-img, .guidance .guidance-list .item .item-nolink .item-in .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.guidance .guidance-list .item a .item-in .item-img img, .guidance .guidance-list .item .item-nolink .item-in .item-img img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .guidance .guidance-list .item a .item-in .item-img img, .guidance .guidance-list .item .item-nolink .item-in .item-img img {
    max-width: 14.4vw;
    max-height: 14.4vw;
  }
}
.guidance .guidance-list .item a .item-in .item-txt, .guidance .guidance-list .item .item-nolink .item-in .item-txt {
  flex: 1;
  font-weight: bold;
}
.guidance .guidance-list .item a:hover {
  text-decoration: underline;
  opacity: 0.85;
}

.news {
  background: #f4f7f7;
}
@media print, screen and (min-width: 769px) {
  .news {
    padding-block: 88px 100px;
  }
}
@media screen and (max-width: 768px) {
  .news {
    padding-block: 18.6666666667vw;
  }
}
.news .important-box {
  background: #c34136;
  border-radius: 10px;
  border: 1px solid #c34136;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  .news .important-box {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .news .important-box {
    width: 93.3333333333vw;
    margin: 0 auto;
    margin-top: 6.6666666667vw;
  }
}
.news .important-box .head {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.news .important-box .head::before {
  content: "";
  background-image: url("../img_common/icon_attention.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .news .important-box .head {
    padding: 15px 20px;
  }
  .news .important-box .head::before {
    width: 26px;
    height: 23px;
  }
}
@media screen and (max-width: 768px) {
  .news .important-box .head {
    padding: 2vw 3.3333333333vw;
  }
  .news .important-box .head::before {
    width: 6.6666666667vw;
    height: 6.1333333333vw;
  }
}
.news .important-box .head .important-title {
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
}
.news .important-box .body {
  box-sizing: border-box;
  background: #fff;
}
.news .important-box .body .list {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
@media print, screen and (min-width: 769px) {
  .news .important-box .body .list {
    max-height: 140px;
    margin-top: 15px;
    margin-right: 35px;
  }
}
@media screen and (max-width: 768px) {
  .news .important-box .body .list {
    max-height: 77.3333333333vw;
    margin: 6.1333333333vw 4vw 0;
  }
}
.news .important-box .body .list .item {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .news .important-box .body .list .item {
    gap: 20px;
    padding: 12px 10px 12px 30px;
  }
}
@media screen and (max-width: 768px) {
  .news .important-box .body .list .item {
    flex-direction: column;
    padding: 3.2vw 6.1333333333vw 3.2vw 0;
  }
}
.news .important-box .body .list .item a {
  color: #343434;
}
.news .important-box .body .list .item .date {
  flex-shrink: 0;
  line-height: 150%;
  font-weight: 500;
}
.news .important-box .body .list .item .txt {
  line-height: 150%;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .news .important-box .body .important-button {
    margin-block: 20px 32px;
  }
}
@media screen and (max-width: 768px) {
  .news .important-box .body .important-button {
    margin-block: 5.3333333333vw 6.6666666667vw;
  }
  .news .important-box .body .important-button a {
    justify-content: center;
    min-width: 80vw;
  }
}
.news .important-box .body .important-button-all {
  width: fit-content;
  margin-inline: auto;
}
@media print, screen and (min-width: 769px) {
  .news .important-box .body .important-button-all a {
    min-width: 340px;
  }
}
@media print, screen and (min-width: 769px) {
  .news .news-content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .news .news-content {
    margin-top: 7.4666666667vw;
  }
}
.news #news-tab {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .news #news-tab .tab-nav {
    padding: 30px 30px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .news #news-tab .tab-nav {
    padding: 4.5333333333vw 4.5333333333vw 0 4.5333333333vw;
  }
}
.news #news-tab .tab-nav .list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
@media screen and (max-width: 768px) {
  .news #news-tab .tab-nav .list {
    gap: 1.8666666667vw;
  }
}
.news #news-tab .tab-nav .list .item {
  width: 100%;
}
.news #news-tab .tab-nav .list .item .tab1 {
  background: #cae5f6;
}
.news #news-tab .tab-nav .list .item .tab2 {
  background: #a7e1b4;
}
.news #news-tab .tab-nav .list .item .tab3 {
  background: #f1bdce;
}
.news #news-tab .tab-nav .list .item .tab4 {
  background: #d4d9f3;
}
.news #news-tab .tab-nav .list .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  min-height: 54px;
  padding: 20px;
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
  opacity: 1;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .news #news-tab .tab-nav .list .item a {
    padding: 2.4vw;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.875rem;
    line-height: 1.2;
    font-weight: 500;
    min-height: 14.4vw;
  }
}
.news #news-tab .tab-nav .list .item a:hover {
  text-decoration: underline;
  opacity: 0.85;
}
.news #news-tab .tab-nav .list .item.hover a {
  position: relative;
}
.news #news-tab .tab-nav .list .item.hover a::before {
  content: "";
  position: absolute;
  top: 98%;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media print, screen and (min-width: 769px) {
  .news #news-tab .tab-nav .list .item.hover a::before {
    width: 16px;
    height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .news #news-tab .tab-nav .list .item.hover a {
    min-height: 14.4vw;
  }
  .news #news-tab .tab-nav .list .item.hover a::before {
    width: 4.2666666667vw;
    height: 3.7333333333vw;
  }
}
.news #news-tab .tab-nav .list .item.hover .tab1::before {
  background-color: #cae5f6;
}
.news #news-tab .tab-nav .list .item.hover .tab2::before {
  background-color: #a7e1b4;
}
.news #news-tab .tab-nav .list .item.hover .tab3::before {
  background-color: #f1bdce;
}
.news #news-tab .tab-nav .list .item.hover .tab4::before {
  background-color: #d4d9f3;
}
.news #news-tab .news-tab-in .box {
  margin: 16px 35px 34px 30px;
}
@media screen and (max-width: 768px) {
  .news #news-tab .news-tab-in .box {
    margin: 7.4666666667vw 4vw 8vw;
  }
}
.news #news-tab .news-tab-in .box .news-tab-list-wrap .news-tab-list {
  max-height: 240px;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .news #news-tab .news-tab-in .box .news-tab-list-wrap .news-tab-list {
    max-height: 75.2vw;
  }
}
.news #news-tab .news-tab-in .box .news-tab-list-wrap .news-tab-list .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media print, screen and (min-width: 769px) {
  .news #news-tab .news-tab-in .box .news-tab-list-wrap .news-tab-list .item {
    gap: 20px;
    padding: 14px 23px 14px 0;
  }
}
@media screen and (max-width: 768px) {
  .news #news-tab .news-tab-in .box .news-tab-list-wrap .news-tab-list .item {
    flex-direction: column;
    align-items: flex-start;
    padding: 3.2vw 6.1333333333vw 3.2vw 0;
  }
}
.news #news-tab .news-tab-in .box .news-tab-list-wrap .news-tab-list .item .date {
  font-size: 1rem;
  font-weight: 500;
  color: #2b2b2b;
}
.news #news-tab .news-tab-in .box .news-tab-list-wrap .news-tab-list .item .text a {
  color: #2b2b2b;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
}
.news #news-tab .news-tab-in .box .news-tab-list-wrap .news-tab-list .item .text a:hover {
  text-decoration: none;
}
.news #news-tab .news-tab-in .box .news-tab-list-wrap .news-tab-list .item .text a:focus-visible {
  outline-offset: -1px;
}
.news #news-tab .news-tab-in .box .news-tab-button {
  width: fit-content;
  margin-inline: auto;
}
@media print, screen and (min-width: 769px) {
  .news #news-tab .news-tab-in .box .news-tab-button {
    margin-top: 45px;
  }
  .news #news-tab .news-tab-in .box .news-tab-button a {
    min-width: 340px;
  }
}
@media screen and (max-width: 768px) {
  .news #news-tab .news-tab-in .box .news-tab-button {
    margin-top: 5.3333333333vw;
  }
  .news #news-tab .news-tab-in .box .news-tab-button a {
    justify-content: center;
    min-width: 80vw;
  }
}

.pickup {
  background: #ffffff;
}
@media print, screen and (min-width: 769px) {
  .pickup {
    padding-top: 85px;
  }
}
@media screen and (max-width: 768px) {
  .pickup {
    padding-block: 16vw 15.4666666667vw;
  }
}
.pickup .splide.pickup-splide {
  --pcGap: 33px;
  --spGap: 20px;
}
@media print, screen and (min-width: 769px) {
  .pickup .splide.pickup-splide {
    margin-top: 42px;
    margin-inline: -2px;
  }
}
@media screen and (max-width: 768px) {
  .pickup .splide.pickup-splide {
    margin-top: 9.0666666667vw;
  }
}
.pickup .splide.pickup-splide .splide-wrapper {
  position: relative;
}
.pickup .splide.pickup-splide .splide__track {
  overflow: hidden;
}
.pickup .splide.pickup-splide .splide__list {
  height: fit-content;
}
.pickup .splide.pickup-splide .splide__slide {
  height: fit-content;
}
@media print, screen and (min-width: 769px) {
  .pickup .splide.pickup-splide .splide__slide {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .pickup .splide.pickup-splide .splide__slide {
    width: 44vw;
  }
}
.pickup .splide.pickup-splide .splide__slide a {
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s;
  display: flex;
  align-items: flex-start;
  height: 100%;
}
@media print, screen and (min-width: 769px) {
  .pickup .splide.pickup-splide .splide__slide a:hover {
    text-decoration: underline;
    opacity: 0.85;
  }
  .pickup .splide.pickup-splide .splide__slide a:focus, .pickup .splide.pickup-splide .splide__slide a:focus-visible {
    outline: 2px solid #000000;
    outline-offset: -2px;
    border: 3px solid #ffffff;
    border-radius: 6px;
    margin-right: -5px;
  }
}
.pickup .splide.pickup-splide .splide__slide a, .pickup .splide.pickup-splide .splide__slide .item-nolink {
  box-sizing: border-box;
  color: inherit;
}
@media print, screen and (min-width: 769px) {
  .pickup .splide.pickup-splide .splide__slide a .item-in .item-txt, .pickup .splide.pickup-splide .splide__slide .item-nolink .item-in .item-txt {
    margin-top: 14px;
  }
}
@media screen and (max-width: 768px) {
  .pickup .splide.pickup-splide .splide__slide a .item-in .item-txt, .pickup .splide.pickup-splide .splide__slide .item-nolink .item-in .item-txt {
    margin-top: 3.7333333333vw;
  }
}
.pickup .splide.pickup-splide .splide__slide img {
  object-fit: contain;
  transition: opacity 0.3s ease-out;
}
@media print, screen and (min-width: 769px) {
  .pickup .splide.pickup-splide .splide__slide img {
    border-radius: 10px;
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .pickup .splide.pickup-splide .splide__slide img {
    border-radius: 2.6666666667vw;
    width: 44vw;
    height: 44vw;
  }
}
.pickup .splide.pickup-splide .splide__controls {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .pickup .splide.pickup-splide .splide__controls {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .pickup .splide.pickup-splide .splide__controls {
    margin-top: 6.6666666667vw;
  }
}
.pickup .splide.pickup-splide .splide__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  .pickup .splide.pickup-splide .splide__arrows {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pickup .splide.pickup-splide .splide__arrows {
    gap: 2.6666666667vw;
  }
}
.pickup .splide.pickup-splide .splide__arrow {
  position: initial;
  right: initial;
  left: initial;
  transform: initial;
  opacity: initial;
  border-radius: initial;
  background-color: inherit;
  position: relative;
}
.pickup .splide.pickup-splide .splide__arrow::before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  inset: 0;
  background-color: inherit;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 769px) {
  .pickup .splide.pickup-splide .splide__arrow {
    width: 36px;
    height: 36px;
  }
  .pickup .splide.pickup-splide .splide__arrow:hover {
    opacity: 0.85;
  }
}
@media screen and (max-width: 768px) {
  .pickup .splide.pickup-splide .splide__arrow {
    width: 9.6vw;
    height: 9.6vw;
  }
}
.pickup .splide.pickup-splide .splide__arrow--prev::before {
  background-image: url("../img_top/icon_slide_prev.png");
}
.pickup .splide.pickup-splide .splide__arrow--next::before {
  background-image: url("../img_top/icon_slide_next.png");
}
.pickup .splide.pickup-splide .splide__pagination {
  padding: 0;
  position: initial;
}
@media print, screen and (min-width: 769px) {
  .pickup .splide.pickup-splide .splide__pagination {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .pickup .splide.pickup-splide .splide__pagination {
    gap: 4vw;
    padding-inline: 2.6666666667vw;
  }
}
.pickup .splide.pickup-splide .splide__pagination li {
  display: flex;
}
.pickup .splide.pickup-splide .splide__pagination__page {
  margin: 0;
  background: #00874c;
  border: 1px solid #ffffff;
  transition: initial;
  opacity: initial;
}
@media print, screen and (min-width: 769px) {
  .pickup .splide.pickup-splide .splide__pagination__page {
    width: 10px;
    height: 10px;
  }
  .pickup .splide.pickup-splide .splide__pagination__page:hover {
    opacity: 0.85;
  }
}
@media screen and (max-width: 768px) {
  .pickup .splide.pickup-splide .splide__pagination__page {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.pickup .splide.pickup-splide .splide__pagination__page.is-active {
  transform: initial;
  background: #ffffff;
  border: 1px solid #00874c;
}
.pickup .splide.pickup-splide .splide__toggle {
  order: 2;
  border-radius: 50%;
  position: relative;
  border: none;
}
@media print, screen and (min-width: 769px) {
  .pickup .splide.pickup-splide .splide__toggle {
    width: 36px;
    height: 36px;
    opacity: 1;
    transition: opacity 0.3s;
  }
  .pickup .splide.pickup-splide .splide__toggle:hover {
    opacity: 0.85;
  }
}
@media screen and (max-width: 768px) {
  .pickup .splide.pickup-splide .splide__toggle {
    width: 9.6vw;
    height: 9.6vw;
  }
}
.pickup .splide.pickup-splide .splide__toggle span {
  margin: auto;
  position: absolute;
  inset: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.pickup .splide.pickup-splide .splide__toggle__play {
  background-image: url(../img_top/icon_slide_start.png);
}
.pickup .splide.pickup-splide .splide__toggle__pause {
  background-image: url(../img_top/icon_slide_stop.png);
}
.pickup .splide.pickup-splide:not(.is-active) {
  visibility: visible !important;
}
.pickup .splide.pickup-splide:not(.is-active) .splide__list {
  display: flex !important;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .pickup .splide.pickup-splide:not(.is-active) .splide__list {
    gap: var(--pcGap);
  }
}
@media screen and (max-width: 768px) {
  .pickup .splide.pickup-splide:not(.is-active) .splide__list {
    gap: var(--spGap);
  }
}
.pickup .splide.pickup-splide:not(.is-active) .splide__slide:last-child {
  margin: 0 !important;
}
.pickup .splide.pickup-splide:not(.is-active) .splide__arrows {
  display: none;
}
.pickup .splide.pickup-splide:not(.is-active) .splide__toggle {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .about {
    padding-top: 105px;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding-block: 16vw 17.3333333333vw;
    background: #ebf8ee;
  }
}
@media print, screen and (min-width: 769px) {
  .about .about-container {
    background: #ebf8ee;
    margin-top: 45px;
    border-radius: 10px;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
  }
}
@media screen and (max-width: 768px) {
  .about .about-container {
    margin-top: 11.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .about .about-left-box {
    width: 475px;
  }
}
.about .about-image {
  overflow: hidden;
}
.about .about-image a {
  opacity: 1;
  transition: opacity 0.3s;
}
.about .about-image a:hover {
  opacity: 0.85;
}
@media print, screen and (min-width: 769px) {
  .about .about-image {
    border-radius: 10px;
  }
  .about .about-image img {
    width: 475px;
    height: 295px;
    object-fit: cover;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .about .about-image {
    border-radius: 2.6666666667vw;
  }
  .about .about-image img {
    width: 93.3333333333vw;
    height: 57.3333333333vw;
    object-fit: cover;
    border-radius: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .about .about-right-box {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .about .about-right-box {
    margin-top: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .about .about-text {
    line-height: 2;
  }
}
@media print, screen and (min-width: 769px) {
  .about .about-button {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .about .about-button a {
    min-width: 215px;
  }
}
@media screen and (max-width: 768px) {
  .about .about-button {
    margin: 7.4666666667vw auto 0;
    width: fit-content;
  }
  .about .about-button .c-button + .c-button {
    margin-top: 3.7333333333vw;
  }
  .about .about-button a {
    min-width: 80vw;
    justify-content: center;
  }
}
@media print, screen and (min-width: 769px) {
  .about .about-banner {
    margin-top: 56px;
  }
}
@media screen and (max-width: 768px) {
  .about .about-banner {
    margin-top: 9.6vw;
  }
}
.about .about-banner-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.about .about-banner-list .item a {
  opacity: 1;
  transition: opacity 0.3s;
}
.about .about-banner-list .item a:hover {
  opacity: 0.85;
}
.about .about-banner-list .item img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  .about .about-banner-list .item img {
    width: 182px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .about .about-banner-list .item img {
    width: 44vw;
    height: 14.6666666667vw;
  }
}

.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;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
#footer-print,
#footer-print *,
#footer-print *::before,
#footer-print *::after {
  box-sizing: border-box;
}

/*==================================
フッター
==================================*/
#footer {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #footer {
    margin-top: 160px;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    margin-top: 26.6666666667vw;
  }
}
#footer .in {
  background: #d7eef7;
}
@media print, screen and (min-width: 769px) {
  #footer .in {
    padding-top: 77px;
  }
}
@media screen and (max-width: 768px) {
  #footer .in {
    padding-top: 16.8vw;
  }
}
#footer {
  /* PCでは電話番号リンクを無効化 */
}
@media print, screen and (min-width: 769px) {
  #footer a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
}
@media print, screen and (min-width: 769px) {
  #footer .box {
    width: 1000px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  #footer .box {
    padding-inline: 10vw;
    width: 100%;
  }
}
#footer .footer-container {
  display: flex;
  align-items: flex-start;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-container {
    justify-content: space-between;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer-container {
    flex-direction: column;
    justify-content: center;
    gap: 10.6666666667vw;
    margin-bottom: 20.2666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  #footer .footer-logo img {
    width: 301px;
    height: 53px;
    object-fit: contain;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer-logo img {
    width: 80.2666666667vw;
    height: 14.1333333333vw;
    object-fit: contain;
  }
}
@media print, screen and (min-width: 769px) {
  #footer .footer-address {
    margin-top: 30px;
  }
  #footer .footer-address p {
    line-height: 2;
  }
  #footer .footer-address p:nth-of-type(-n + 2) {
    margin-right: 1rem;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer-address {
    margin-top: 8.2666666667vw;
  }
}
#footer .footer-address a {
  color: #2b2b2b;
}
@media screen and (max-width: 768px) {
  #footer .footer-right-wrap {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #footer .footer-button-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer-button-list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3.4666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  #footer .footer-button-item a {
    min-width: 295px;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer-button-item {
    width: fit-content;
    margin-inline: auto;
  }
  #footer .footer-button-item a {
    justify-content: center;
    min-width: 80vw;
  }
}
#footer .copyright {
  background-color: #3073b5;
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 769px) {
  #footer .copyright {
    padding: 12px;
  }
}
@media screen and (max-width: 768px) {
  #footer .copyright {
    padding: 3.2vw;
  }
}

@media print, screen and (min-width: 769px) {
  footer #pagetop {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -40px;
    right: 50px;
    z-index: 50;
  }
}
@media screen and (max-width: 768px) {
  footer #pagetop {
    position: absolute;
    top: -10.6666666667vw;
    right: 3.4666666667vw;
    z-index: 50;
  }
  footer #pagetop img {
    width: 80px;
    height: 80px;
  }
}
html[data-fontsize=up] {
  font-size: 133.3%;
}
html[data-fontsize=up] #header #header-nav .in .list > li > a {
  white-space: initial;
}
html[data-fontsize=up2] {
  font-size: 166.7%;
}
html[data-fontsize=up2] #header .header-subnav-area .header-connect-telephone {
  text-align: right;
  background-position: center left 10px;
  max-width: 220px;
}
html[data-fontsize=up2] #header #header-nav .in .list > li > a {
  white-space: initial;
}
html[data-fontsize=up3] {
  font-size: 200%;
}
html[data-fontsize=up3] #header .header-subnav-area .header-connect-telephone {
  text-align: right;
  background-position: center left 40px;
  max-width: 220px;
}
html[data-fontsize=up3] #header #header-nav .in .list > li > a {
  white-space: initial;
}

.table-wrap, .wysiwyg .table-wrap {
  margin-top: 24px;
}

.wysiwyg .table-wrap div {
  margin: auto;
}

.wysiwyg .table-wrap {
  margin: 48px 0 0;
}

.table-wrap {
  margin: 48px 0 0;
}
.table-wrap tbody {
  background-color: #fff;
}

.table-wrap .scroll-table-switch {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.table-wrap .scroll-table-switch .title {
  margin-right: 8px;
  font-size: 0.875rem;
}
.table-wrap .scroll-table-switch .scroll-btn,
.table-wrap .scroll-table-switch .in-display-btn {
  display: flex;
  width: fit-content;
  background-repeat: no-repeat;
  background-position: left 5px center;
  background-size: 55px;
  color: #2b2b2b;
  text-decoration: none;
  font-size: 0.75rem;
  position: relative;
  line-height: normal;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.table-wrap .scroll-table-switch .scroll-btn:hover,
.table-wrap .scroll-table-switch .in-display-btn:hover {
  opacity: 0.9;
}
.table-wrap .scroll-table-switch .scroll-btn .scroll,
.table-wrap .scroll-table-switch .in-display-btn .scroll {
  background-repeat: no-repeat;
  background-image: url(../img_sub/v3.2/scroll-table-switch.png);
  background-position: left 10px center;
  background-size: 19px;
  padding: 4px 10px 5px 28px;
  border-radius: 3px 0 0 3px;
  font-weight: bold;
  border-bottom: 3px solid #333;
}
.table-wrap .scroll-table-switch .scroll-btn .in-display,
.table-wrap .scroll-table-switch .in-display-btn .in-display {
  background-repeat: no-repeat;
  background-image: url(../img_sub/v3.2/scroll-table-switch-in.png);
  background-position: left 10px center;
  background-size: 13px;
  padding: 4px 10px 5px 25px;
  border-radius: 0 3px 3px 0;
}
.table-wrap .scroll-table-switch .status {
  margin-left: 3px;
}

.table-wrap .scroll-table-switch .scroll {
  background-color: #3073b5;
  color: #ffffff;
}
.table-wrap .scroll-table-switch .in-display {
  background-color: #d7eef7;
  color: #2b2b2b;
}

.scroll-view .scroll-btn .scroll {
  background-color: #d7eef7 !important;
  color: #2b2b2b !important;
  font-weight: normal !important;
  border-bottom: none !important;
}
.scroll-view .in-display-btn .in-display {
  background-color: #3073b5 !important;
  color: #ffffff !important;
  font-weight: bold !important;
  border-bottom: 3px solid #333 !important;
}
.scroll-view .table-wrapper {
  overflow: visible !important;
}
.scroll-view .table-wrapper .is-active {
  display: none;
}

.table-wrapper.scroll-table {
  padding: 20px 0;
  overflow-x: auto;
}
.table-wrapper.scroll-table .scroll-hint-icon {
  top: calc(50% - 40px);
}
.table-wrapper.scroll-table table {
  margin-top: 0;
  table-layout: initial !important;
  width: 100%;
  border-collapse: collapse !important;
  white-space: nowrap !important;
}

.table-wrapper:has(.highlight.error), .table-wrapper:has(.highlight.warning) {
  overflow: visible !important;
}
.table-wrapper:has(.highlight.error) table, .table-wrapper:has(.highlight.warning) table {
  white-space: unset !important;
}
.table-wrapper:has(.highlight.error) .scroll-hint-icon-wrap, .table-wrapper:has(.highlight.warning) .scroll-hint-icon-wrap {
  display: none !important;
}

h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  background: #f4f7f7;
  color: #333;
  font-size: 1.625rem;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 11px 20px;
  margin-top: 48px;
  border-top: 3px solid #00aa5c;
}
@media screen and (max-width: 768px) {
  h2.head-title, .wysiwyg h2, .free-layout-area h2 {
    margin-top: 32px;
  }
}
h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
}

h2.head-title a {
  color: inherit;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  background: #ebf8ee;
  color: #2b2b2b;
  font-size: 1.5rem;
  border-radius: 5px;
  padding: 8px 20px 8px 14px;
  margin-top: 48px;
  font-weight: 500;
}
@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: 2px solid #00aa5c;
  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;
  border-left: 3px solid #00aa5c;
  margin-top: 48px;
  line-height: 1.1;
}
@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 {
  padding: 8px 11px;
}
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 #2b2b2b;
  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: #d7eef7;
}

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.wysiwyg div {
  line-height: 150%;
  margin-top: 10px;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg .col {
  width: 700px;
  overflow: hidden;
}

.wysiwyg .left-col {
  width: 330px;
  float: left;
}

.wysiwyg .right-col {
  width: 330px;
  float: right;
}

.wysiwyg em, .wysiwyg strong, .wysiwyg b {
  font-style: normal;
  font-weight: bold;
}
.wysiwyg .text_ {
  color: #c00;
}
.wysiwyg .text2_ {
  color: #00c;
}
.wysiwyg b.text2_ {
  font-weight: normal;
}

.cke_panel_list em, .cke_panel_list strong, .cke_panel_list b {
  font-style: normal;
  font-weight: bold;
}
.cke_panel_list .text_ {
  color: #c00;
}
.cke_panel_list .text2_ {
  color: #00c;
}
.cke_panel_list b.text2_ {
  font-weight: normal;
}

.wysiwyg blockquote {
  margin-top: 10px;
  margin-left: 30px;
  padding: 5px 5px 5px 15px;
  background-image: url("../img_common/blockquote.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #eee;
  border-left: 3px solid #999;
}

#header-print,
#header-print *,
#header-print *::before,
#header-print *::after {
  box-sizing: border-box;
}

.c-button {
  border: 1px solid #2b2b2b;
  border-radius: 27.5px;
  background: #ffffff;
}
.c-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  text-decoration: none;
  font-weight: 500;
}
.c-button a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  .c-button a {
    min-width: 190px;
    min-height: 55px;
    padding: 16px 50px 16px 45px;
    background: url("../img_common/icon_arrow__black.png") no-repeat center right 20px/10px;
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    border-radius: 7.3333333333vw;
  }
  .c-button a {
    justify-content: flex-start;
    width: 100%;
    min-width: 45.3333333333vw;
    min-height: 14.6666666667vw;
    padding: 4.2666666667vw 7.2vw 4.2666666667vw;
    background-image: url("../img_common/icon_arrow__black.png");
    background-repeat: no-repeat;
    background-position: center right 4vw;
    background-size: 2.6666666667vw;
  }
}

@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: #2b2b2b;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  #header .header-subnav-area {
    display: grid;
    grid-template-columns: 1fr 1000px 1fr;
    position: relative;
    min-height: 95px;
  }
  #header .header-subnav-area #header-logo {
    margin-left: 20px;
  }
  #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 .subnav-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  #header .header-subnav-area .header-connect {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  #header .header-subnav-area .header-connect-telephone {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 36px;
    background: url("../img_common/icon_telephone.png") no-repeat center left/28px;
  }
  #header .header-subnav-area .header-telephone-title {
    line-height: 1;
  }
  #header .header-subnav-area .header-telephone-number {
    margin-top: 8px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
  }
  #header .header-subnav-area .header-connect-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  #header .header-subnav-area .area-box {
    display: flex;
    gap: 12px;
    height: 100%;
  }
  #header .header-subnav-area .area-box .shien-area,
  #header .header-subnav-area .area-box .serch-area {
    position: relative;
  }
  #header .header-subnav-area .area-box .shien-area .pc-shien-menu-btn-etsuran,
  #header .header-subnav-area .area-box .shien-area .pc-search-menu-btn-menu,
  #header .header-subnav-area .area-box .serch-area .pc-shien-menu-btn-etsuran,
  #header .header-subnav-area .area-box .serch-area .pc-search-menu-btn-menu {
    background: #3073b5;
    border-top: none;
    z-index: 100 !important;
  }
  #header .header-subnav-area .area-box .shien-area .pc-shien-menu-btn-etsuran a,
  #header .header-subnav-area .area-box .shien-area .pc-search-menu-btn-menu a,
  #header .header-subnav-area .area-box .serch-area .pc-shien-menu-btn-etsuran a,
  #header .header-subnav-area .area-box .serch-area .pc-search-menu-btn-menu a {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: fit-content;
    min-width: 95px;
    min-height: 95px;
    text-decoration: none;
    color: #fff;
  }
  #header .header-subnav-area .area-box .shien-area .pc-shien-menu-btn-etsuran a:hover,
  #header .header-subnav-area .area-box .shien-area .pc-search-menu-btn-menu a:hover,
  #header .header-subnav-area .area-box .serch-area .pc-shien-menu-btn-etsuran a:hover,
  #header .header-subnav-area .area-box .serch-area .pc-search-menu-btn-menu a:hover {
    text-decoration: underline;
  }
  #header .header-subnav-area .area-box .shien-area .pc-shien-menu-btn-etsuran a:focus, #header .header-subnav-area .area-box .shien-area .pc-shien-menu-btn-etsuran a:focus-visible,
  #header .header-subnav-area .area-box .shien-area .pc-search-menu-btn-menu a:focus,
  #header .header-subnav-area .area-box .shien-area .pc-search-menu-btn-menu a:focus-visible,
  #header .header-subnav-area .area-box .serch-area .pc-shien-menu-btn-etsuran a:focus,
  #header .header-subnav-area .area-box .serch-area .pc-shien-menu-btn-etsuran a:focus-visible,
  #header .header-subnav-area .area-box .serch-area .pc-search-menu-btn-menu a:focus,
  #header .header-subnav-area .area-box .serch-area .pc-search-menu-btn-menu a:focus-visible {
    outline: 3px solid #000000;
    outline-offset: -3px;
    border: 5px solid #ffffff;
    border-radius: 5px;
  }
  #header .header-subnav-area .area-box .shien-area .pc-shien-menu-btn-etsuran a span,
  #header .header-subnav-area .area-box .shien-area .pc-search-menu-btn-menu a span,
  #header .header-subnav-area .area-box .serch-area .pc-shien-menu-btn-etsuran a span,
  #header .header-subnav-area .area-box .serch-area .pc-search-menu-btn-menu a span {
    display: flex;
    padding: 65px 15px 5px 12px;
    line-height: 1;
    text-align: center;
    align-items: center;
    font-size: 1rem;
  }
  #header .header-subnav-area .area-box .shien-area .pc-shien-menu-btn-etsuran img,
  #header .header-subnav-area .area-box .shien-area .pc-search-menu-btn-menu img,
  #header .header-subnav-area .area-box .serch-area .pc-shien-menu-btn-etsuran img,
  #header .header-subnav-area .area-box .serch-area .pc-search-menu-btn-menu img {
    width: 67px;
    height: 68px;
    object-fit: contain;
  }
  #header .header-subnav-area .area-box .shien-area .pc-shien-menu-btn-etsuran:has(img[alt=閉じる]),
  #header .header-subnav-area .area-box .shien-area .pc-search-menu-btn-menu:has(img[alt=閉じる]),
  #header .header-subnav-area .area-box .serch-area .pc-shien-menu-btn-etsuran:has(img[alt=閉じる]),
  #header .header-subnav-area .area-box .serch-area .pc-search-menu-btn-menu:has(img[alt=閉じる]) {
    border-radius: 0;
  }
  #header .header-subnav-area .area-box .shien-area .pc-shien-menu-btn-etsuran a,
  #header .header-subnav-area .area-box .shien-area .pc-search-menu-btn-menu a,
  #header .header-subnav-area .area-box .serch-area .pc-shien-menu-btn-etsuran a,
  #header .header-subnav-area .area-box .serch-area .pc-search-menu-btn-menu a {
    padding-top: 15px;
    position: relative;
  }
  #header .header-subnav-area .area-box .shien-area .pc-shien-menu-btn-etsuran a:has(img[alt=閉じる])::after,
  #header .header-subnav-area .area-box .shien-area .pc-search-menu-btn-menu a:has(img[alt=閉じる])::after,
  #header .header-subnav-area .area-box .serch-area .pc-shien-menu-btn-etsuran a:has(img[alt=閉じる])::after,
  #header .header-subnav-area .area-box .serch-area .pc-search-menu-btn-menu a:has(img[alt=閉じる])::after {
    content: "";
    position: absolute;
    bottom: -25px;
    right: 0;
    width: 100%;
    min-height: 25px;
    background: #3073b5;
    z-index: 128;
  }
  #header .header-subnav-area .area-box .shien-area .pc-shien-menu-btn-etsuran,
  #header .header-subnav-area .area-box .serch-area .pc-shien-menu-btn-etsuran {
    border-radius: 0 0 10px 10px;
  }
  #header .header-subnav-area .area-box .shien-area .pc-search-menu-btn-menu,
  #header .header-subnav-area .area-box .serch-area .pc-search-menu-btn-menu {
    border-radius: 0 0 0 10px;
  }
  #header .header-subnav-area .area-box .shien-area .pc-shien-modal-etsuran,
  #header .header-subnav-area .area-box .shien-area .pc-search-modal-menu,
  #header .header-subnav-area .area-box .serch-area .pc-shien-modal-etsuran,
  #header .header-subnav-area .area-box .serch-area .pc-search-modal-menu {
    position: absolute;
    top: calc(100% + 25px);
    right: 0;
    min-width: 317px;
    padding: 35px 28px;
    background: #3073b5;
    box-sizing: border-box;
    z-index: 128;
  }
  #header .header-subnav-area .area-box .shien-area .pc-shien-modal-etsuran .title,
  #header .header-subnav-area .area-box .shien-area .pc-search-modal-menu .title,
  #header .header-subnav-area .area-box .serch-area .pc-shien-modal-etsuran .title,
  #header .header-subnav-area .area-box .serch-area .pc-search-modal-menu .title {
    text-align: left;
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
  }
  #header .header-subnav-area .area-box .shien-area .pc-shien-modal-etsuran .pc-shien-modal-etsuran-close,
  #header .header-subnav-area .area-box .shien-area .pc-shien-modal-etsuran .pc-search-modal-menu-close,
  #header .header-subnav-area .area-box .shien-area .pc-search-modal-menu .pc-shien-modal-etsuran-close,
  #header .header-subnav-area .area-box .shien-area .pc-search-modal-menu .pc-search-modal-menu-close,
  #header .header-subnav-area .area-box .serch-area .pc-shien-modal-etsuran .pc-shien-modal-etsuran-close,
  #header .header-subnav-area .area-box .serch-area .pc-shien-modal-etsuran .pc-search-modal-menu-close,
  #header .header-subnav-area .area-box .serch-area .pc-search-modal-menu .pc-shien-modal-etsuran-close,
  #header .header-subnav-area .area-box .serch-area .pc-search-modal-menu .pc-search-modal-menu-close {
    margin: 30px auto 0;
    width: fit-content;
    border-radius: 28px;
  }
  #header .header-subnav-area .area-box .shien-area .pc-shien-modal-etsuran .pc-shien-modal-etsuran-close a,
  #header .header-subnav-area .area-box .shien-area .pc-shien-modal-etsuran .pc-search-modal-menu-close a,
  #header .header-subnav-area .area-box .shien-area .pc-search-modal-menu .pc-shien-modal-etsuran-close a,
  #header .header-subnav-area .area-box .shien-area .pc-search-modal-menu .pc-search-modal-menu-close a,
  #header .header-subnav-area .area-box .serch-area .pc-shien-modal-etsuran .pc-shien-modal-etsuran-close a,
  #header .header-subnav-area .area-box .serch-area .pc-shien-modal-etsuran .pc-search-modal-menu-close a,
  #header .header-subnav-area .area-box .serch-area .pc-search-modal-menu .pc-shien-modal-etsuran-close a,
  #header .header-subnav-area .area-box .serch-area .pc-search-modal-menu .pc-search-modal-menu-close a {
    min-width: 260px;
  }
  #header .header-subnav-area .area-box .shien-area .on,
  #header .header-subnav-area .area-box .serch-area .on {
    position: relative;
  }
  #header .header-subnav-area .area-box .shien-area .menu-haikei {
    width: 100%;
  }
  #header .header-subnav-area .area-box .shien-area .shien-box {
    padding-inline: 16px;
  }
  #header .header-subnav-area .area-box .shien-area .shien-box .header-size,
  #header .header-subnav-area .area-box .shien-area .shien-box .header-color {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
  }
  #header .header-subnav-area .area-box .shien-area .shien-box .header-size img,
  #header .header-subnav-area .area-box .shien-area .shien-box .header-color img {
    height: 26px;
    object-fit: cover;
    vertical-align: middle;
  }
  #header .header-subnav-area .area-box .shien-area .shien-box .header-size button,
  #header .header-subnav-area .area-box .shien-area .shien-box .header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
  }
  #header .header-subnav-area .area-box .shien-area .shien-box .header-size button:focus, #header .header-subnav-area .area-box .shien-area .shien-box .header-size button:focus-visible,
  #header .header-subnav-area .area-box .shien-area .shien-box .header-color button:focus,
  #header .header-subnav-area .area-box .shien-area .shien-box .header-color button:focus-visible {
    border: 2px solid #fff;
  }
  #header .header-subnav-area .area-box .shien-area .shien-box .header-size .title,
  #header .header-subnav-area .area-box .shien-area .shien-box .header-color .title {
    padding-right: 10px;
    font-weight: bold;
    vertical-align: middle;
  }
  #header .header-subnav-area .area-box .shien-area .shien-box .header-size dd img,
  #header .header-subnav-area .area-box .shien-area .shien-box .header-color dd img {
    cursor: pointer;
  }
  #header .header-subnav-area .area-box .shien-area .shien-box .header-size dd img:hover,
  #header .header-subnav-area .area-box .shien-area .shien-box .header-color dd img:hover {
    opacity: 0.85;
  }
  #header .header-subnav-area .area-box .shien-area .shien-box .header-color {
    margin-top: 20px;
  }
  #header .header-subnav-area .area-box .shien-area .header-lang-wrapper {
    margin-top: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0 9px;
  }
  #header .header-subnav-area .area-box .shien-area .header-lang-wrapper .lang-error {
    color: #ee0000;
    background: #ffffff;
  }
  #header .header-subnav-area .area-box .shien-area .header-lang-wrapper .header-lang {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #header .header-subnav-area .area-box .shien-area .header-lang-wrapper .header-lang .lang-select {
    flex: 1;
    padding: 0 40px 0 30px;
    border: solid 1px #cfe7d2;
    border-right: none;
    appearance: none;
    word-break: break-all;
    white-space: normal;
    border-radius: 2px 0 0 2px;
    background: url(../img_common/icon_lang.png) no-repeat left 8px center/16px, url(../img_common/arrow_lang.png) no-repeat right 7px center/8px #fff;
  }
  #header .header-subnav-area .area-box .shien-area .header-lang-wrapper .header-lang .lang-select:hover, #header .header-subnav-area .area-box .shien-area .header-lang-wrapper .header-lang .lang-select:focus-visible {
    outline-offset: -2px;
  }
  #header .header-subnav-area .area-box .shien-area .header-lang-wrapper .header-lang .btn-lang-select {
    position: relative;
    min-width: 43px;
    min-height: 30px;
    padding: 3px 9px;
    border-left: none;
    color: #fff;
    border: none;
    background: #393939;
    font-weight: bold;
    line-height: 1;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
    font-size: 0.875rem;
  }
  #header .header-subnav-area .area-box .shien-area .header-lang-wrapper .header-lang .btn-lang-select:hover, #header .header-subnav-area .area-box .shien-area .header-lang-wrapper .header-lang .btn-lang-select:focus {
    opacity: 0.85;
  }
  #header .header-subnav-area .area-box .serch-area .pc-search-modal-menu {
    padding-inline: 30px;
  }
  #header .header-subnav-area .area-box .serch-area .pc-search-modal-menu .search-area {
    min-width: 350px;
    width: 100%;
    margin: 0 auto;
  }
  #header .header-subnav-area .area-box .serch-area .pc-search-modal-menu .keyword .sub-ttl {
    background: none;
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 12px;
  }
  #header .header-subnav-area .area-box .serch-area .pc-search-modal-menu .keyword .gsc-input-box {
    border-right: none !important;
  }
  #header .header-subnav-area .area-box .serch-area .pc-search-modal-menu .keyword .gsc-search-button-v2 {
    border-left: none !important;
  }
  #header .header-subnav-area .area-box .serch-area .pc-search-modal-menu .pc-search-modal-menu-close {
    margin: 25px auto 0;
  }
  #header .header-subnav-area .area-box .serch-area .pc-search-modal-menu .pc-search-modal-menu-close a {
    min-width: 260px;
  }
  #header .header-subnav-area .header-lang-wrapper .lang-error {
    color: #ee0000;
  }
  #header .header-subnav-area .header-page-number-search #number-search-container *, #header .header-subnav-area .header-page-number-search #number-search-container *::before, #header .header-subnav-area .header-page-number-search #number-search-container *::after, #header .header-subnav-area .header-page-number-search #sp-number-search-container *, #header .header-subnav-area .header-page-number-search #sp-number-search-container *::before, #header .header-subnav-area .header-page-number-search #sp-number-search-container *::after {
    box-sizing: border-box;
  }
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap {
    display: flex;
  }
  #header {
    /* end-#header-nav */
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap {
    width: 100%;
    gap: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap {
    width: 100%;
    gap: 0;
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap label {
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0;
  }
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap .number-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap .number-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap .number-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap .number-label {
    width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap .submit-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap .submit-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    width: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap .submit-label, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap .submit-label {
    width: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap input[type=text], #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap input[type=text] {
    width: 100%;
    padding: 10px 0 10px 13px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap input[type=text], #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap input[type=text] {
    border: 1px solid #000;
    border-radius: 0px 0px 0px 0px;
    height: 40px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap input[type=text], #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap input[type=text] {
    border: 1px solid #000;
    border-radius: 0px 0px 0px 0px;
    height: 40px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap button, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    line-height: 1;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap button, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap button {
    border: 1px solid #000;
    border-radius: 0px 0px 0px 0px;
    background-color: #ffffff;
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap button, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap button {
    border: 1px solid #000;
    border-radius: 0px 0px 0px 0px;
    background-color: #ffffff;
    width: 40px;
    height: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap button::after, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap button::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    clip-path: polygon(21.69% 24.41%, 20.35% 26.06%, 19.18% 27.87%, 18.12% 29.9%, 17.39% 31.94%, 16.85% 34.07%, 16.48% 36.48%, 16.46% 39.04%, 16.69% 41.55%, 17.14% 43.85%, 17.72% 45.78%, 18.57% 47.98%, 19.59% 49.91%, 20.76% 51.74%, 22.03% 53.36%, 23.36% 54.85%, 25.08% 56.37%, 26.93% 57.75%, 28.81% 58.84%, 30.74% 59.72%, 33.07% 60.33%, 35.1% 60.7%, 37.38% 60.92%, 39.37% 60.93%, 41.98% 60.66%, 44.52% 60.17%, 46.66% 59.48%, 48.31% 58.76%, 50.1% 57.78%, 51.58% 56.77%, 52.95% 55.68%, 53.79% 54.88%, 54.34% 54.34%, 94.61% 94.61%, 89.9% 99%, 62.61% 72.02%, 62.61% 66.88%, 61.76% 66.05%, 59.89% 67.58%, 57.49% 69.21%, 55.34% 70.42%, 52.57% 71.91%, 49.77% 72.84%, 47.16% 73.61%, 43.77% 74.17%, 40.36% 74.48%, 36.79% 74.47%, 33.89% 74.24%, 30.69% 73.66%, 27.25% 72.79%, 23.53% 71.39%, 19.93% 69.42%, 16.93% 67.46%, 13.57% 64.57%, 10.52% 61.3%, 8.12% 58.07%, 6.24% 54.71%, 4.72% 51.31%, 3.72% 47.79%, 3.11% 44.85%, 2.69% 41.66%, 2.6% 38.44%, 2.68% 36.45%, 2.8% 34.73%, 3.04% 32.91%, 3.32% 31.43%, 3.63% 29.82%, 3.96% 28.4%, 4.47% 26.91%, 4.93% 25.43%, 5.72% 23.7%, 6.43% 22.1%, 7.78% 19.8%, 9.14% 17.79%, 10.71% 15.76%, 12.37% 13.93%, 13.93% 12.37%, 15.76% 10.71%, 17.79% 9.14%, 19.8% 7.78%, 22.1% 6.43%, 23.7% 5.72%, 25.43% 4.93%, 26.91% 4.47%, 28.4% 3.96%, 29.82% 3.63%, 31.43% 3.32%, 32.91% 3.04%, 34.73% 2.8%, 36.45% 2.68%, 38.44% 2.6%, 41.66% 2.69%, 44.85% 3.11%, 47.79% 3.72%, 51.31% 4.72%, 54.71% 6.24%, 58.07% 8.12%, 61.3% 10.52%, 64.57% 13.57%, 67.46% 16.93%, 69.42% 19.93%, 71.39% 23.53%, 72.79% 27.25%, 73.66% 30.69%, 74.24% 33.89%, 74.47% 36.79%, 74.48% 40.36%, 74.17% 43.77%, 73.61% 47.16%, 72.84% 49.77%, 71.91% 52.57%, 70.42% 55.34%, 69.21% 57.49%, 67.58% 59.89%, 66.05% 61.76%, 66.88% 62.61%, 72.02% 62.61%, 99% 89.9%, 94.61% 94.61%, 54.34% 54.34%, 54.88% 53.79%, 55.68% 52.95%, 56.77% 51.58%, 57.78% 50.1%, 58.76% 48.31%, 59.48% 46.66%, 60.17% 44.52%, 60.66% 41.98%, 60.93% 39.37%, 60.92% 37.38%, 60.7% 35.1%, 60.33% 33.07%, 59.72% 30.74%, 58.84% 28.81%, 57.75% 26.93%, 56.37% 25.08%, 54.85% 23.36%, 53.36% 22.03%, 51.74% 20.76%, 49.91% 19.59%, 47.98% 18.57%, 45.78% 17.72%, 43.85% 17.14%, 41.55% 16.69%, 39.04% 16.46%, 36.48% 16.48%, 34.07% 16.85%, 31.94% 17.39%, 29.9% 18.12%, 27.87% 19.18%, 26.06% 20.35%, 24.41% 21.69%);
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap button::after, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap button::after {
    background-color: #000000;
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #header .header-subnav-area .header-page-number-search #number-search-container .input-wrap button::after, #header .header-subnav-area .header-page-number-search #sp-number-search-container .input-wrap button::after {
    background-color: #000000;
    width: 20px;
    height: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #header #header-nav {
    background: #ffffff;
    position: relative;
    z-index: 120;
  }
  #header #header-nav:has(.nav:hover)::after, #header #header-nav:has(.nav:focus-within)::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 260px;
    top: 100%;
    left: 0;
    background: #d7eef7;
  }
  #header #header-nav .in {
    width: 1100px;
    margin: 0 auto;
  }
  #header #header-nav .in .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    position: relative;
  }
  #header #header-nav .in .list > li {
    width: fit-content;
    text-align: center;
  }
  #header #header-nav .in .list > li:hover > a, #header #header-nav .in .list > li:focus-within > a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  #header #header-nav .in .list > li:hover > a::before, #header #header-nav .in .list > li:focus-within > a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 10px;
    height: 10px;
    background: url(../img_common/icon_right__blue.png) no-repeat center;
  }
  #header #header-nav .in .list > li:hover > a::after, #header #header-nav .in .list > li:focus-within > a::after {
    content: "";
    width: 40px;
    height: 20px;
    background: url(../img_common/modal_menu_bg_arrow.png) no-repeat center;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  #header #header-nav .in .list > li > a {
    display: block;
    padding: 25px 17px 25px 18px;
    color: inherit;
    text-decoration: none;
    line-height: 1.2;
    font-size: 1rem;
    font-weight: 500;
  }
  #header #header-nav .in .list > li > a:hover {
    text-decoration: underline;
  }
  #header #header-nav .in .list > li a:focus, #header #header-nav .in .list > li a:focus-visible {
    outline: 2px solid #000000;
    outline-offset: -3px;
    border: 1px solid #ffffff;
    border-radius: 3px;
  }
  #header #header-nav .in .dropmenu {
    display: none;
    box-sizing: border-box;
  }
  #header #header-nav .in .dropmenu .in2 {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px;
    margin-inline: auto;
    padding-block: 30px;
  }
  #header #header-nav .in .dropmenu .in2 dt {
    display: none;
  }
  #header #header-nav .in .dropmenu .in2 dd .list2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 15px;
    padding-right: 20px;
    height: 200px;
    overflow-y: auto;
  }
  #header #header-nav .in .dropmenu .in2 dd .list2 li a {
    min-width: 230px;
    min-height: 52px;
    display: block;
    padding: 16px;
    background: #fff;
    text-align: left;
    color: #2b2b2b;
    text-decoration: underline;
  }
  #header #header-nav .in .dropmenu .in2 dd .list2 li a:hover {
    text-decoration: none;
  }
  .header-subnav-area-inner {
    grid-column: 1/4;
    justify-content: space-between;
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #sp-header {
    position: relative;
    max-width: 100%;
  }
  #sp-header > .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 5px;
    padding-bottom: 3px;
  }
  #sp-header > .box #sp-header-logo img {
    width: 54.1333333333vw;
    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;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area img {
    width: 17.4666666667vw;
    max-width: 100%;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area .menu-btn-menu {
    right: 0;
  }
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    left: 0;
    z-index: 100;
    width: 100%;
    top: 17.3333333333vw;
    background-color: #3073b5;
  }
  #sp-header .modal-menu .modal-menu-search {
    padding: 8.8vw 6.1333333333vw 9.6vw;
  }
  #sp-header .modal-menu .modal-menu-search .keyword-search .title {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 3.2vw;
  }
  #sp-header .modal-menu .modal-menu-search .keyword-search .gsc-input {
    font-size: 1rem;
  }
  #sp-header .modal-menu .modal-menu-search .keyword-search .gsc-input-box {
    border-right: none !important;
  }
  #sp-header .modal-menu .modal-menu-search .keyword-search .gsc-search-button-v2 {
    border-left: none !important;
  }
  #sp-header .modal-menu .sp-nav {
    padding-top: 7px;
  }
  #sp-header .modal-menu .sp-nav .box {
    display: block;
  }
  #sp-header .modal-menu .sp-nav .title {
    position: relative;
    font-weight: normal;
    background: #ffffff;
    border-bottom: 2px solid #3073b5;
  }
  #sp-header .modal-menu .sp-nav .title a {
    display: block;
    padding-block: 4.2666666667vw;
    padding-left: 6.4vw;
    color: #2b2b2b;
    font-size: 1.5rem;
    text-decoration: none;
    margin-right: 30px;
  }
  #sp-header .modal-menu .sp-nav .title button {
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 5.3333333333vw;
    transform: translateY(-50%);
    width: 6vw;
    height: 6vw;
    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;
    inset: 0;
    margin: auto;
  }
  #sp-header .modal-menu .sp-nav .title button.plus::after {
    background: url(../img_common/modal_menu_btn_plus.png) no-repeat center center/contain;
  }
  #sp-header .modal-menu .sp-nav .title button.mynus::after {
    background: url(../img_common/modal_menu_btn_minus.png) no-repeat center center/contain;
  }
  #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: #d7eef7;
  }
  #sp-header .modal-menu .sp-nav .bloc .list li {
    border-bottom: 2px solid #3073b5;
  }
  #sp-header .modal-menu .sp-nav .bloc .list li + li {
    margin-top: 4px;
  }
  #sp-header .modal-menu .sp-nav .bloc .list a {
    display: block;
    padding: 4.5333333333vw 6.6666666667vw 4.5333333333vw 13.3333333333vw;
    font-size: 1.125rem;
    color: #2b2b2b;
    text-decoration: none;
  }
  #sp-header .modal-connect {
    background: #ffffff;
    margin-top: 2.4vw;
    padding: 8vw 2.9333333333vw;
  }
  #sp-header .modal-connect-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.4666666667vw;
  }
  #sp-header .modal-connect-telephone {
    padding-block: 6vw;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 6px;
  }
  #sp-header .modal-connect-telephone::before {
    content: "";
    width: 9.6vw;
    height: 13.3333333333vw;
    background-image: url("../img_common/icon_telephone.png");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 9.6vw;
    flex-shrink: 0;
  }
  #sp-header .modal-connect-telephone dl {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  #sp-header .modal-telephone-title {
    font-size: 1.25rem;
  }
  #sp-header .modal-telephone-number {
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 1;
  }
  #sp-header .modal-telephone-number a {
    color: #2b2b2b;
  }
  #sp-header .support-block button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    padding: 0;
    font-size: 1rem;
  }
  #sp-header .support-block .support-list {
    background: #3073b5;
    box-sizing: border-box;
    margin: auto;
    padding: 6.4vw 9.8666666667vw 10.9333333333vw;
  }
  #sp-header .support-block .support-list li + li {
    margin-top: 6.9333333333vw;
  }
  #sp-header .support-block .header-size dl,
  #sp-header .support-block .header-color dl {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1.8666666667vw;
  }
  #sp-header .support-block .header-size dt,
  #sp-header .support-block .header-color dt {
    color: #ffffff;
    font-size: 1.25rem;
    flex-shrink: 0;
    margin-right: 3.7333333333vw;
  }
  #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 {
    min-width: 14.4vw;
    min-height: 9.0666666667vw;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
  }
  #sp-header .support-block .header-size .normal-on.hide, #sp-header .support-block .header-size .normal-off.hide, #sp-header .support-block .header-size .big-on.hide, #sp-header .support-block .header-size .big-off.hide {
    display: none;
  }
  #sp-header .support-block .header-size .normal-on span, #sp-header .support-block .header-size .normal-off span, #sp-header .support-block .header-size .big-on span, #sp-header .support-block .header-size .big-off span {
    display: block;
    padding: 2.4vw;
    line-height: 1;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: bold;
  }
  #sp-header .support-block .header-size .normal-on span:hover, #sp-header .support-block .header-size .normal-off span:hover, #sp-header .support-block .header-size .big-on span:hover, #sp-header .support-block .header-size .big-off span:hover {
    opacity: 0.85;
  }
  #sp-header .support-block .header-size .normal-on span span, #sp-header .support-block .header-size .normal-off span span, #sp-header .support-block .header-size .big-on span span, #sp-header .support-block .header-size .big-off span span {
    background-color: inherit !important;
    color: inherit !important;
  }
  #sp-header .support-block .header-size .normal-on, #sp-header .support-block .header-size .big-on {
    background-color: #2b2b2b;
    color: #ffffff;
  }
  #sp-header .support-block .header-size .normal-off, #sp-header .support-block .header-size .big-off {
    background-color: #fff;
    color: #2b2b2b;
    border: 1px solid #33363d;
  }
  #sp-header .support-block .header-color dd {
    border: 1px solid #fff;
    border-radius: 2px;
  }
  #sp-header .support-block .header-color dd a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.4vw;
    line-height: 1;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: bold;
  }
  #sp-header .support-block .header-color dd a span {
    background-color: inherit !important;
    color: inherit !important;
  }
  #sp-header .support-block .header-color .header-color-item a {
    min-width: 9.0666666667vw;
    min-height: 9.0666666667vw;
    background-color: #2b2b2b !important;
    color: #fff !important;
    border: 1px solid #000000;
  }
  #sp-header .support-block .header-color .header-color-item2 a {
    min-width: 9.0666666667vw;
    min-height: 9.0666666667vw;
    background-color: #00558c !important;
    border: 1px solid #000000;
    color: #fff !important;
  }
  #sp-header .support-block .header-color .header-color-item3 a {
    min-width: 14.6666666667vw;
    min-height: 9.0666666667vw;
    background-color: #fff !important;
    color: #333 !important;
    border: 1px solid #000000;
  }
  #sp-header .support-block .header-lang-wrapper .lang-error {
    background-color: #fff;
    color: #ee0000;
    width: 100%;
  }
  #sp-header .support-block .header-lang {
    display: flex;
    border: solid 1px #2b2b2b;
    margin-top: 8vw;
  }
  #sp-header .support-block .header-lang .lang-select {
    min-height: 40px;
    width: calc(100% - 56px);
    padding: 10px 45px;
    border: 0;
    font-size: 100%;
    appearance: none;
    word-break: break-all;
    white-space: normal;
    background-image: url(../img_common/icon_lang.png), url(../img_common/arrow_lang.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center left 12px, center right 10px;
    background-size: 20px, 10px;
    background-color: #ffffff;
    color: #000;
  }
  #sp-header .support-block .header-lang .btn-lang-select {
    width: 56px;
    min-height: 40px;
    color: #fff;
    padding: 6px;
    background: #2b2b2b;
    font-size: 100%;
    line-height: 1;
    font-size: 1.125rem;
    cursor: pointer;
  }
  #sp-header .support-block .sp-header-support {
    display: flex;
    justify-content: center;
  }
  #sp-header .support-block .sp-header-support a {
    padding: 8px 38px 9px 70px;
    background: url(../img_common/etsuran_icon.png) no-repeat center left 37px/22px, #fff;
    border: 1px solid #253430;
    font-size: 1.25rem;
    font-weight: bold;
    color: #253430;
    text-decoration: none;
  }
  #sp-header .go-to-pc-btn a {
    justify-content: center;
  }
  #sp-header .modal-menu-close {
    background: #d7eef7;
    display: flex;
    justify-content: center;
  }
  #sp-header .modal-menu-close a {
    width: 100%;
    padding: 7.2vw 7.2vw 7.2vw 37.8666666667vw;
    background-image: url(../img_common/icon_close__black.png);
    background-repeat: no-repeat;
    background-position: center left 30.6666666667vw;
    background-size: 4.2666666667vw;
    font-size: 1rem;
    color: #2b2b2b;
    font-weight: bold;
    text-decoration: none;
  }
}
html[data-bgcolor=color_black] body, html[data-bgcolor=color_black] p, html[data-bgcolor=color_black] div, html[data-bgcolor=color_black] table, html[data-bgcolor=color_black] h1, html[data-bgcolor=color_black] h2, html[data-bgcolor=color_black] h3, html[data-bgcolor=color_black] h4, html[data-bgcolor=color_black] h5, html[data-bgcolor=color_black] h6, html[data-bgcolor=color_black] ul, html[data-bgcolor=color_black] ol, html[data-bgcolor=color_black] li, html[data-bgcolor=color_black] td, html[data-bgcolor=color_black] th, html[data-bgcolor=color_black] dt, html[data-bgcolor=color_black] dd, html[data-bgcolor=color_black] dl, html[data-bgcolor=color_black] h1, html[data-bgcolor=color_black] h2, html[data-bgcolor=color_black] dt, html[data-bgcolor=color_black] caption, html[data-bgcolor=color_black] section, html[data-bgcolor=color_black] span, html[data-bgcolor=color_black] header, html[data-bgcolor=color_black] footer, html[data-bgcolor=color_black] nav {
  background-color: #000 !important;
  color: #FFFFFF !important;
  background-image: none !important;
}
html[data-bgcolor=color_black] a {
  background-color: #000 !important;
  color: #FFFF00 !important;
}
html[data-bgcolor=color_black] a:visited {
  color: #f5c77b !important;
}
html[data-bgcolor=color_black] a:hover {
  color: #f5c77b !important;
}
html[data-bgcolor=color_black] h1, html[data-bgcolor=color_black] h2, html[data-bgcolor=color_black] h3, html[data-bgcolor=color_black] h4, html[data-bgcolor=color_black] h5, html[data-bgcolor=color_black] h6 {
  background-image: none !important;
  border: 1px solid #E5D1AF;
}
html[data-bgcolor=color_black] h5 {
  padding: 10px 0px;
}
html[data-bgcolor=color_black] .wysiwyg .text_ {
  color: #ffdbea !important;
}
html[data-bgcolor=color_black] .wysiwyg .text2_ {
  color: #b6e2f3 !important;
}
html[data-bgcolor=color_black] #pdf-download {
  color: #333 !important;
}
html[data-bgcolor=color_black] #header-logo img, html[data-bgcolor=color_black] #sp-header-logo img,
html[data-bgcolor=color_black] #header-subnav .list li a,
html[data-bgcolor=color_black] #header-size .title img,
html[data-bgcolor=color_black] #header-color .title img,
html[data-bgcolor=color_black] header .header-subnav-in li img,
html[data-bgcolor=color_black] #footer-logo img,
html[data-bgcolor=color_black] #footer-character img {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}
html[data-bgcolor=color_black] .side-nav-list {
  background-color: transparent !important;
}
html[data-bgcolor=color_black] .side-nav-list li span {
  background-color: transparent !important;
}
html[data-bgcolor=color_black] #keyword-area {
  background: transparent !important;
}
html[data-bgcolor=color_black] .toiawase .title, html[data-bgcolor=color_black] .toiawase .in {
  border: 1px solid #fff;
}
html[data-bgcolor=color_black] .toiawase .in {
  border-top: none;
}
html[data-bgcolor=color_black] #sp-header .modal-menu .sp-nav .title button.plus::after,
html[data-bgcolor=color_black] #sp-header .modal-menu .sp-nav .title button.mynus::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .gsst_a .gscb_a {
  color: inherit !important;
}
html[data-bgcolor=color_black] {
  /* よくあるご質問詳細ページ */
}
html[data-bgcolor=color_black] .faq-answer-area {
  background-image: url(../img_sub/v3.2/h2_faq_title_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_black] {
  /* よくあるご質問詳細ページ 0009_2 */
}
html[data-bgcolor=color_black] .faq-block .faq-q-title::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .faq-block .faq-answer-area {
  background-image: none !important;
  background-color: inherit !important;
}
html[data-bgcolor=color_black] #pankuzu .in {
  background-image: url(../img_sub/v3.2/pankuzu_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_black] #ashiato .in {
  background-image: url(../img_sub/v3.2/ashiato_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .anchor ul li a::after, html[data-bgcolor=color_black] .detail a::after, html[data-bgcolor=color_black] .page a::after, html[data-bgcolor=color_black] .dir a::after,
html[data-bgcolor=color_black] .link-item .icon1::after, html[data-bgcolor=color_black] .link-item .icon2::after,
html[data-bgcolor=color_black] #side-nav .side-nav-list li a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .page a, html[data-bgcolor=color_black] .dir a, html[data-bgcolor=color_black] .table td, html[data-bgcolor=color_black] .table th {
  border-color: #fff !important;
}
html[data-bgcolor=color_black] .toiawase .mail a {
  border: 1px solid #fff !important;
}
html[data-bgcolor=color_black] .toiawase .mail a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] #side-nav .side-nav-list {
  border-color: #fff !important;
}
html[data-bgcolor=color_black] .attend-container {
  border-color: #fff !important;
}
html[data-bgcolor=color_black] .attend-container .attend-list li a::before {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .simple-enquete form input[type=radio] {
  border-color: #fff;
}
html[data-bgcolor=color_black] .simple-enquete form input[type=radio]:checked:before {
  background: #fff;
}
html[data-bgcolor=color_black] .simple-enquete form .item::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .simple-enquete form input[type=submit] {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #fff;
}
html[data-bgcolor=color_black] .event-search-area .box2 label::after, html[data-bgcolor=color_black] .event-search-area .event-search-term label::after, html[data-bgcolor=color_black] .recruit-event-search-area .box2 label::after, html[data-bgcolor=color_black] .recruit-event-search-area .event-search-term label::after {
  border-right: 2px solid #000 !important;
  border-bottom: 2px solid #000 !important;
}
html[data-bgcolor=color_black] .event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_black] .event-search-area .event-search-term input[type=checkbox]:checked + label::before, html[data-bgcolor=color_black] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_black] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::before {
  background: #fff !important;
  border: 1px solid #231815;
}
html[data-bgcolor=color_black] .event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_black] .event-search-area .event-search-term input[type=checkbox]:checked + label::after, html[data-bgcolor=color_black] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_black] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::after {
  opacity: 1;
  background: #fff !important;
}
html[data-bgcolor=color_black] .scroll-hint-icon-wrap {
  background-color: transparent !important;
}
html[data-bgcolor=color_black] .scroll-hint-icon-wrap .scroll-hint-icon-white::before, html[data-bgcolor=color_black] .scroll-hint-icon-wrap .scroll-hint-icon-white::after {
  filter: invert(1);
}
html[data-bgcolor=color_black] footer .footer-left-wrap .footer-logo {
  background-color: #ffffff !important;
}
html[data-bgcolor=color_black] .pickup .splide.pickup-splide .splide__toggle__play {
  background-image: url(../img_top/icon_slide_start.png) !important;
}
html[data-bgcolor=color_black] .pickup .splide.pickup-splide .splide__toggle__pause {
  background-image: url(../img_top/icon_slide_stop.png) !important;
}
html[data-bgcolor=color_black] a:focus, html[data-bgcolor=color_black] a:focus-visible,
html[data-bgcolor=color_black] button:focus,
html[data-bgcolor=color_black] button:focus-visible {
  outline: 2px solid #000000 !important;
  outline-offset: -1px !important;
  border: 3px solid #ffffff !important;
  border-radius: 6px !important;
}
html[data-bgcolor=color_black] .pickup .splide.pickup-splide .splide__slide a:focus, html[data-bgcolor=color_black] .pickup .splide.pickup-splide .splide__slide a:focus-visible {
  outline: 2px solid #000000 !important;
  outline-offset: -3px !important;
  border: 3px solid #ffffff !important;
  border-radius: 6px !important;
  margin-right: -5px !important;
}

html[data-bgcolor=color_blue] body, html[data-bgcolor=color_blue] p, html[data-bgcolor=color_blue] div, html[data-bgcolor=color_blue] table, html[data-bgcolor=color_blue] h1, html[data-bgcolor=color_blue] h2, html[data-bgcolor=color_blue] h3, html[data-bgcolor=color_blue] h4, html[data-bgcolor=color_blue] h5, html[data-bgcolor=color_blue] h6, html[data-bgcolor=color_blue] ul, html[data-bgcolor=color_blue] ol, html[data-bgcolor=color_blue] li, html[data-bgcolor=color_blue] td, html[data-bgcolor=color_blue] th, html[data-bgcolor=color_blue] dt, html[data-bgcolor=color_blue] dd, html[data-bgcolor=color_blue] dl, html[data-bgcolor=color_blue] h1, html[data-bgcolor=color_blue] h2, html[data-bgcolor=color_blue] dt, html[data-bgcolor=color_blue] caption, html[data-bgcolor=color_blue] section, html[data-bgcolor=color_blue] span, html[data-bgcolor=color_blue] header, html[data-bgcolor=color_blue] footer, html[data-bgcolor=color_blue] nav {
  background-color: #005795 !important;
  color: #FFFFFF !important;
  background-image: none !important;
}
html[data-bgcolor=color_blue] a {
  background-color: #005795 !important;
  color: #FFFF00 !important;
}
html[data-bgcolor=color_blue] a:visited {
  color: #f5c77b !important;
}
html[data-bgcolor=color_blue] a:hover {
  color: #f5c77b !important;
}
html[data-bgcolor=color_blue] h1, html[data-bgcolor=color_blue] h2, html[data-bgcolor=color_blue] h3, html[data-bgcolor=color_blue] h4, html[data-bgcolor=color_blue] h5, html[data-bgcolor=color_blue] h6 {
  background-image: none !important;
  border: 1px solid #E5D1AF;
}
html[data-bgcolor=color_blue] h5 {
  padding: 10px 0px;
}
html[data-bgcolor=color_blue] .wysiwyg .text_ {
  color: #ffdbea !important;
}
html[data-bgcolor=color_blue] .wysiwyg .text2_ {
  color: #b6e2f3 !important;
}
html[data-bgcolor=color_blue] #pdf-download {
  color: #333 !important;
}
html[data-bgcolor=color_blue] #header-logo img, html[data-bgcolor=color_blue] #sp-header-logo img,
html[data-bgcolor=color_blue] #header-subnav .list li a,
html[data-bgcolor=color_blue] #header-size .title img,
html[data-bgcolor=color_blue] #header-color .title img,
html[data-bgcolor=color_blue] header .header-subnav-in li img,
html[data-bgcolor=color_blue] #footer-logo img,
html[data-bgcolor=color_blue] #footer-character img {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}
html[data-bgcolor=color_blue] .side-nav-list {
  background-color: transparent !important;
}
html[data-bgcolor=color_blue] .side-nav-list li span {
  background-color: transparent !important;
}
html[data-bgcolor=color_blue] #keyword-area {
  background: transparent !important;
}
html[data-bgcolor=color_blue] .toiawase .title, html[data-bgcolor=color_blue] .toiawase .in {
  border: 1px solid #fff;
}
html[data-bgcolor=color_blue] .toiawase .in {
  border-top: none;
}
html[data-bgcolor=color_blue] #sp-header .modal-menu .sp-nav .title button.plus::after,
html[data-bgcolor=color_blue] #sp-header .modal-menu .sp-nav .title button.mynus::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .gsst_a .gscb_a {
  color: inherit !important;
}
html[data-bgcolor=color_blue] {
  /* よくあるご質問詳細ページ */
}
html[data-bgcolor=color_blue] .faq-answer-area {
  background-image: url(../img_sub/v3.2/h2_faq_title_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] {
  /* よくあるご質問詳細ページ 0009_2 */
}
html[data-bgcolor=color_blue] .faq-block .faq-q-title::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .faq-block .faq-answer-area {
  background-image: none !important;
  background-color: inherit !important;
}
html[data-bgcolor=color_blue] #pankuzu .in {
  background-image: url(../img_sub/v3.2/pankuzu_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] #ashiato .in {
  background-image: url(../img_sub/v3.2/ashiato_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .anchor ul li a::after, html[data-bgcolor=color_blue] .detail a::after, html[data-bgcolor=color_blue] .page a::after, html[data-bgcolor=color_blue] .dir a::after,
html[data-bgcolor=color_blue] .link-item .icon1::after, html[data-bgcolor=color_blue] .link-item .icon2::after,
html[data-bgcolor=color_blue] #side-nav .side-nav-list li a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .page a, html[data-bgcolor=color_blue] .dir a, html[data-bgcolor=color_blue] .table td, html[data-bgcolor=color_blue] .table th {
  border-color: #fff !important;
}
html[data-bgcolor=color_blue] .toiawase .mail a {
  border: 1px solid #fff !important;
}
html[data-bgcolor=color_blue] .toiawase .mail a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] #side-nav .side-nav-list {
  border-color: #fff !important;
}
html[data-bgcolor=color_blue] .attend-container {
  border-color: #fff !important;
}
html[data-bgcolor=color_blue] .attend-container .attend-list li a::before {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .simple-enquete form input[type=radio] {
  border-color: #fff;
}
html[data-bgcolor=color_blue] .simple-enquete form input[type=radio]:checked:before {
  background: #fff;
}
html[data-bgcolor=color_blue] .simple-enquete form .item::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .simple-enquete form input[type=submit] {
  background-color: #005795 !important;
  color: #fff !important;
  border: 1px solid #fff;
}
html[data-bgcolor=color_blue] .event-search-area .box2 label::after, html[data-bgcolor=color_blue] .event-search-area .event-search-term label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .box2 label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .event-search-term label::after {
  border-right: 2px solid #005795 !important;
  border-bottom: 2px solid #005795 !important;
}
html[data-bgcolor=color_blue] .event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_blue] .event-search-area .event-search-term input[type=checkbox]:checked + label::before, html[data-bgcolor=color_blue] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_blue] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::before {
  background: #fff !important;
  border: 1px solid #231815;
}
html[data-bgcolor=color_blue] .event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_blue] .event-search-area .event-search-term input[type=checkbox]:checked + label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::after {
  opacity: 1;
  background: #fff !important;
}
html[data-bgcolor=color_blue] .scroll-hint-icon-wrap {
  background-color: transparent !important;
}
html[data-bgcolor=color_blue] .scroll-hint-icon-wrap .scroll-hint-icon-white::before, html[data-bgcolor=color_blue] .scroll-hint-icon-wrap .scroll-hint-icon-white::after {
  filter: invert(1);
}
html[data-bgcolor=color_blue] footer .footer-left-wrap .footer-logo {
  background-color: #ffffff !important;
}
html[data-bgcolor=color_blue] .pickup .splide.pickup-splide .splide__toggle__play {
  background-image: url(../img_top/icon_slide_start.png) !important;
}
html[data-bgcolor=color_blue] .pickup .splide.pickup-splide .splide__toggle__pause {
  background-image: url(../img_top/icon_slide_stop.png) !important;
}
html[data-bgcolor=color_blue] a:focus, html[data-bgcolor=color_blue] a:focus-visible,
html[data-bgcolor=color_blue] button:focus,
html[data-bgcolor=color_blue] button:focus-visible {
  outline: 2px solid #000000 !important;
  outline-offset: -1px !important;
  border: 3px solid #ffffff !important;
  border-radius: 6px !important;
}
html[data-bgcolor=color_blue] .pickup .splide.pickup-splide .splide__slide a:focus, html[data-bgcolor=color_blue] .pickup .splide.pickup-splide .splide__slide a:focus-visible {
  outline: 2px solid #000000 !important;
  outline-offset: -3px !important;
  border: 3px solid #ffffff !important;
  border-radius: 6px !important;
  margin-right: -5px !important;
}