@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: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Sans JP", sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333;
  background: #fff;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1rem;
  }
}

img {
  border: none;
  vertical-align: top;
}

p, li, address, table, dt, dd {
  line-height: 150%;
}

ul, ol {
  list-style: none;
}

a:link {
  color: #363d71;
  text-decoration: underline;
}

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

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

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

a:focus {
  background-color: inherit;
  color: #363d71;
}

a:active {
  _background: inherit; /*IEのみactive疑似クラスにて処理*/
}

/*iphoneでルビで文字サイズが勝手に変わるのを修正*/
body {
  -webkit-text-size-adjust: 100%;
}

address {
  font-style: normal;
}

/*clearfix*/
.cmstag:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.first-left {
  margin-left: 0 !important;
}

.first-top {
  margin-top: 0 !important;
}

.left-col {
  float: left;
}

.right-col {
  float: right;
}

.img-item img, .img-text img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .view-sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .view-pc {
    display: none !important;
  }
}
.des-attention-area {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.des-attention {
  background-color: #FFFF40;
  font-size: 80%;
}

.des-attention2 {
  background-color: #C0C0FF;
  font-size: 80%;
}

.color-scheme-area {
  margin-top: 20px;
}

.scheme-bar {
  padding: 5px 0 5px 0;
  border: 1px solid #333333;
}

.color-scheme-area .box {
  width: 300px;
}

@media print, screen and (min-width: 769px) {
  .color-scheme-area .box {
    float: left;
    margin-left: 20px;
  }
}
.color-scheme-area .title {
  margin: 5px 0 0 0;
}

.scheme1 {
  background-color: #ababab;
  text-align: center;
}

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

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

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

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

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

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

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

.scheme9 {
  background-color: #eee;
  text-align: center;
}

.scheme10 {
  background-color: #4682c0;
  text-align: center;
}

.scheme11 {
  background-color: #c896bd;
  text-align: center;
}

/* Googleカスタム検索
--------------------------------------------------------- */
/* ----- デフォルトスタイル初期化 ----- */
form.gsc-search-box {
  margin: 0 !important;
  font-size: inherit !important;
}

table.gsc-search-box {
  margin: 0 !important;
  border: none !important;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  box-shadow: none !important;
}

table.gsc-search-box td {
  line-height: 1;
}

.gsib_a {
  padding: 0 0 0 10px !important;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
  margin: 0 !important;
}

.cse input.gsc-input::-webkit-input-placeholder, input.gsc-input::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-moz-placeholder, input.gsc-input:-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-moz-placeholder, input.gsc-input::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-ms-input-placeholder, input.gsc-input:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.gsst_b {
  font-size: inherit !important;
  padding: 0 !important;
}

.gsst_a {
  padding: 0 !important;
}

.gscb_a {
  display: inline-block;
  font: inherit !important;
  padding: 0 5px !important;
}

td.gsc-search-button {
  font-size: 0;
}

.gsc-search-button {
  margin: 0 !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  box-sizing: border-box;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}

/* ----- カスタム設定 ----- */
@media print, screen and (min-width: 769px) {
  form.gsc-search-box {
    width: 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: 5px 0px 0px 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .gsc-input-box {
    border: 2px solid #000 !important;
    border-radius: 5px 0px 0px 5px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 28px;
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: calc(10.66vw - 2px);
    font-size: 1.7rem !important;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 28px;
  }
  @-moz-document url-prefix() {
    td.gsc-search-button {
      height: 30px;
    }
  }
  td.gsc-search-button {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: calc(10.66vw - 2px);
  }
  @-moz-document url-prefix() {
    td.gsc-search-button {
      height: calc(10.66vw + 2px);
    }
  }
  td.gsc-search-button {
    padding-left: 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    background-color: #000 !important;
    width: 44px !important;
    border: 1px solid #000 !important;
    border-radius: 0px 5px 5px 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    background-color: #000 !important;
    width: 13.33vw !important;
    border: 1px solid #000 !important;
    border-radius: 0px 5px 5px 0px !important;
  }
}

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

.dummy-search-area {
  box-sizing: border-box;
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .dummy-search-area {
    width: 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: 30px;
    width: calc(100% - 44px);
    border-radius: 5px 0px 0px 5px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .dummy-search {
    border: 2px solid #000;
    height: 10.66vw;
    width: calc(100% - 13.33vw);
    border-radius: 5px 0px 0px 5px;
    font-size: 2rem;
  }
}

.dummy-search-btn {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  padding: 0;
  display: block;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
@media print, screen and (min-width: 769px) {
  .dummy-search-btn {
    background-color: #000;
    flex-basis: 44px;
    width: 44px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 0px 5px 5px 0px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .dummy-search-btn {
    background-color: #000;
    flex-basis: 13.33vw;
    width: 13.33vw;
    height: 10.66vw;
    border: 1px solid #000;
    border-radius: 0px 5px 5px 0px;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .dummy-search-btn svg {
    width: 13px;
    height: 13px;
    fill: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .dummy-search-btn svg {
    width: 3.46vw;
    height: 3.46vw;
    fill: #ffffff;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

#smartphone * {
  box-sizing: border-box;
}
#smartphone a {
  color: #333;
  display: block;
  text-decoration: none;
}
#smartphone .wrap {
  align-items: center;
  background-color: #e9f8e5;
  border: 2px solid #32671d;
  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: #32671d;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
}
#smartphone .wrap .ico:after {
  border-left: 12px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  bottom: 0;
  content: "";
  left: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

@media print {
  body {
    zoom: 1;
  }
}
#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;
}

.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;
}

.header-subnav-area-inner {
  position: absolute;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
  gap: 0 20px;
  z-index: 99;
}

#sp-header {
  display: block;
}
#sp-header #sp-header-logo {
  position: absolute;
  z-index: 1;
}
#sp-header #sp-header-logo img {
  width: fit-content;
  padding: 0;
  width: 40vw;
}
#sp-header #sp-header-nav {
  position: absolute;
  top: 0;
  right: 1.3333333333vw;
  background: none;
  z-index: 101;
}
#sp-header #sp-header-nav .list {
  display: none;
}
#sp-header #sp-header-nav .menu-btn-area {
  display: flex;
  column-gap: 10px;
}
#sp-header #sp-header-nav .menu-btn-area img {
  max-width: 100%;
}

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

.c-button {
  background: #fff;
  border: 1px solid #b2b2b2;
  width: fit-content;
  margin: 0 auto;
  border-radius: calc(infinity * 1px);
}
.c-button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.8;
  text-align: center;
  color: #333;
  text-decoration: none;
  border-radius: calc(infinity * 1px);
}
@media print, screen and (min-width: 769px) {
  .c-button a {
    min-height: 80px;
    padding: 15px 60px;
    background: url(../img_top/more_arrow.png) no-repeat top 50% right 30px/30px;
  }
  .c-button a span {
    font-size: 1.125rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .c-button a:hover {
    background: #32671d !important;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .c-button a {
    min-height: 16vw;
    padding: 4vw 13.3333333333vw;
    background: url(../img_top/more_arrow.png) no-repeat top 50% right 6vw;
    background-size: 6vw;
  }
  .c-button a span {
    font-size: 0.875rem;
    font-family: "Noto Sans JP", sans-serif;
  }
}

.c-title {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .c-title {
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 1.75rem;
    line-height: 1.3;
  }
}

.c-sub-title {
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-sub-title img {
    height: 3.2vw;
  }
}
.c-sub-title img {
  background-color: #fff;
  padding: 1px;
}

.slider-area button {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 0;
  vertical-align: bottom;
}
.slider-area button:focus-visible {
  border: 2px solid #000 !important;
  outline: 2px solid #fff !important;
  outline-offset: -2px !important;
}
.slider-area .splide {
  visibility: unset !important;
}
.slider-area .splide__list li {
  overflow: hidden;
  width: 100%;
}
.slider-area .splide__list li a {
  display: block;
  width: 100%;
}
.slider-area .splide__list li a:focus, .slider-area .splide__list li a:focus-visible {
  border: 2px solid #000 !important;
  outline: 2px solid #fff !important;
  outline-offset: -1px !important;
}
.slider-area .splide__list li img {
  width: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 769px) {
  .slider-area .splide__list li img {
    height: 700px;
  }
}
@media screen and (max-width: 768px) {
  .slider-area .splide__list li img {
    height: 122.6666666667vw;
  }
}
.slider-area .splide__controls {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
@media print, screen and (min-width: 769px) {
  .slider-area .splide__controls {
    bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .slider-area .splide__controls {
    display: flex;
    bottom: 3.4666666667vw;
  }
}
.slider-area .splide__controls .splide__toggle .splide__toggle:focus-visible {
  z-index: 10;
}
.slider-area .splide__controls .splide__toggle img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .slider-area .splide__controls .splide__toggle img {
    height: 10.6666666667vw;
    width: 10.6666666667vw;
  }
}
.slider-area .splide__pagination {
  position: static;
  padding: 0 0.5em;
  gap: 0 10px;
}
@media screen and (max-width: 768px) {
  .slider-area .splide__pagination {
    gap: 0 2.6666666667vw;
    padding: 0 2.6666666667vw;
  }
}
.slider-area .splide__pagination li {
  border-radius: 15px;
}
@media print, screen and (min-width: 769px) {
  .slider-area .splide__pagination li {
    border: 1px solid #fff;
  }
}
.slider-area .splide__pagination .splide__pagination__page {
  position: relative;
  margin: 0;
  opacity: initial;
  background-color: #fff;
  box-sizing: border-box;
  transition: 0.5s all;
  transform: none;
}
@media print, screen and (min-width: 769px) {
  .slider-area .splide__pagination .splide__pagination__page {
    border: 1px solid #32671d;
    height: 10px;
    width: 10px;
  }
}
@media screen and (max-width: 768px) {
  .slider-area .splide__pagination .splide__pagination__page {
    border: 0.2666666667vw solid #32671d;
    height: 2.6666666667vw;
    width: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .slider-area .splide__pagination .splide__pagination__page:hover {
    opacity: 0.85;
  }
}
.slider-area .splide__pagination .splide__pagination__page {
  cursor: pointer;
  transition: background-color 0.3s ease;
  overflow: hidden; /* プログレスバー要素がはみ出さないように */
}
.slider-area .splide__pagination .splide__pagination__page.is-active {
  background-color: #32671d;
}
@media print, screen and (min-width: 769px) {
  .slider-area .splide__pagination .splide__pagination__page.is-active {
    border: 2px solid #32671d;
  }
}
@media screen and (max-width: 768px) {
  .slider-area .splide__pagination .splide__pagination__page.is-active {
    border: 0.5333333333vw solid #32671d;
  }
}
.slider-area .splide__arrows {
  display: flex;
  gap: 0 10px;
  margin: 0 10px;
  position: absolute;
  z-index: 99;
  top: 30%;
  transform: translateY(-30%);
  width: 98%;
}
@media screen and (max-width: 768px) {
  .slider-area .splide__arrows {
    gap: 0 2.6666666667vw;
    margin: 0 2.6666666667vw;
    width: auto;
  }
}
.slider-area .splide__arrows button:focus-visible {
  border: 5px solid #000;
  outline: 2px solid #fff;
  outline-offset: -4px;
}
.slider-area .splide__arrows .splide__arrow {
  background: #393939;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  width: 56px;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 30%;
  transform: translateY(-40%);
  opacity: 1;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .slider-area .splide__arrows .splide__arrow {
    width: 8vw;
    height: 8vw;
    top: auto;
    bottom: 1%;
    transform: translateY(0);
  }
}
.slider-area .splide__arrows .splide__arrow svg {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .slider-area .splide__arrows .splide__arrow.splide__arrow--prev {
    left: -35px;
    background: url(../img_top/pc_next.png) no-repeat right center;
  }
}
@media print, screen and (min-width: 769px) {
  .slider-area .splide__arrows .splide__arrow.splide__arrow--next {
    left: 80% !important;
    background: url(../img_top/pc_prev.png) no-repeat left center;
  }
}
.slider-area .splide__toggle:hover {
  opacity: 0.85;
}
.slider-area .splide__toggle .splide__toggle__play, .slider-area .splide__toggle .splide__toggle__pause {
  height: 40px;
  width: 40px;
}
.slider-area .splide__toggle .splide__toggle__play img, .slider-area .splide__toggle .splide__toggle__pause img {
  height: 40px;
  width: 40px;
}
.slider-area .splide:not(.is-active) {
  visibility: visible !important;
}
.slider-area .splide:not(.is-active) .splide__list {
  display: flex !important;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .slider-area .splide:not(.is-active) .splide__list {
    gap: var(--pcGap);
  }
}
@media screen and (max-width: 768px) {
  .slider-area .splide:not(.is-active) .splide__list {
    gap: var(--spGap);
  }
}
.slider-area .splide:not(.is-active) .splide__slide:last-child {
  margin: 0 !important;
}
.slider-area .splide:not(.is-active) .splide__arrows {
  display: none;
}
.slider-area .splide:not(.is-active) .splide__toggle {
  display: none;
}

a:hover img {
  opacity: 0.85;
}

@media print, screen and (min-width: 769px) {
  .p-mv {
    padding-top: 50px;
    margin-left: auto;
    width: calc(100% - 50px);
    min-width: 1100px;
  }
}
.p-mv-wrap {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .p-mv-wrap {
    min-height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv-wrap .slider-area {
    width: 100%;
  }
}
.p-mv-wrap .slider-area .splide.image-carousel {
  --pcImgWidth: 100%;
  --pcImgHeight: 500px;
  --spImgWidth: 100%;
  --spImgHeight: g.px2vw(950px);
  --pcGap: 0;
  --spGap: 0;
}
.p-mv-wrap .slider-area .splide.image-carousel .splide-wrapper {
  position: relative;
}
.p-mv-wrap .slider-area .splide.image-carousel .splide__track {
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .p-mv-wrap .slider-area .splide.image-carousel .splide__slide {
    width: var(--pcImgWidth);
  }
}
@media screen and (max-width: 768px) {
  .p-mv-wrap .slider-area .splide.image-carousel .splide__slide {
    width: 100%;
  }
}
.p-mv-wrap .slider-area .splide.image-carousel .splide__slide img {
  object-fit: cover;
}
@media print, screen and (min-width: 769px) {
  .p-mv-wrap .slider-area .splide.image-carousel .splide__slide img {
    width: var(--pcImgWidth);
    height: var(--pcImgHeight);
  }
}
@media screen and (max-width: 768px) {
  .p-mv-wrap .slider-area .splide.image-carousel .splide__slide img {
    width: 100%;
    height: 126.6666666667vw;
  }
}
.p-mv-wrap .slider-area .splide.image-carousel .splide__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .p-mv-wrap .slider-area .splide.image-carousel .splide__controls {
    gap: 1.0666666667vw;
  }
}
.p-mv-wrap .slider-area .splide.image-carousel .splide__pagination {
  padding: 0;
  position: initial;
}
@media print, screen and (min-width: 769px) {
  .p-mv-wrap .slider-area .splide.image-carousel .splide__pagination {
    gap: 4px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv-wrap .slider-area .splide.image-carousel .splide__pagination {
    gap: 2.6666666667vw;
  }
}
.p-mv-wrap .slider-area .splide.image-carousel .splide__pagination li {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .p-mv-wrap .slider-area .splide.image-carousel .splide__toggle:hover {
    opacity: 0.85;
  }
}
.p-mv-wrap .slider-area .splide.image-carousel .splide__toggle__play, .p-mv-wrap .slider-area .splide.image-carousel .splide__toggle__pause {
  position: relative;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .p-mv-wrap .slider-area .splide.image-carousel .splide__toggle__play, .p-mv-wrap .slider-area .splide.image-carousel .splide__toggle__pause {
    padding-right: 3.3333333333vw;
    font-size: 0.75rem;
  }
}
.p-mv-wrap .slider-area .splide.image-carousel .splide__toggle__play::after, .p-mv-wrap .slider-area .splide.image-carousel .splide__toggle__pause::after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 50%;
  right: 0px;
  margin: auto;
  width: 10px;
  height: 10px;
  clip-path: polygon(95% 50%, 5% 0%, 5% 100%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-mv-wrap .slider-area .splide.image-carousel .splide__toggle__play::after, .p-mv-wrap .slider-area .splide.image-carousel .splide__toggle__pause::after {
    width: 2.4vw;
    height: 2.4vw;
  }
}
.p-mv-wrap .slider-area .splide.image-carousel .splide__toggle__pause::after {
  clip-path: polygon(10% 0%, 30% 0%, 30% 100%, 69.6% 100%, 69.6% 0%, 90% 0%, 90% 100%, 10% 100%);
}
.p-mv-wrap .slider-area .splide.image-carousel:not(.is-active) {
  visibility: visible !important;
}
.p-mv-wrap .slider-area .splide.image-carousel:not(.is-active) .splide__list {
  display: flex !important;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .p-mv-wrap .slider-area .splide.image-carousel:not(.is-active) .splide__list {
    gap: var(--pcGap);
  }
}
@media screen and (max-width: 768px) {
  .p-mv-wrap .slider-area .splide.image-carousel:not(.is-active) .splide__list {
    gap: var(--spGap);
  }
}
.p-mv-wrap .slider-area .splide.image-carousel:not(.is-active) .splide__slide:last-child {
  margin: 0 !important;
}
.p-mv-wrap .slider-area .splide.image-carousel:not(.is-active) .splide__arrows {
  display: none;
}
.p-mv-wrap .slider-area .splide.image-carousel:not(.is-active) .splide__toggle {
  display: none;
}
.p-mv-wrap .slider-area .splide__list .splide__slide {
  position: relative;
}
.p-mv-wrap .slider-area .splide__list .splide__slide p {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  background: rgba(255, 255, 255, 0.88);
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (min-width: 769px) {
  .p-mv-wrap .slider-area .splide__list .splide__slide p {
    padding: 20px 10px;
    padding-left: 30px;
    bottom: 50px;
    min-height: 60px;
    max-width: 460px;
    border-radius: 0px 10px 10px 0px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-mv-wrap .slider-area .splide__list .splide__slide p {
    padding: 1.3333333333vw;
    padding-right: 4vw;
    bottom: 22.6666666667vw;
    min-height: 6.6666666667vw;
    max-width: 93.3333333333vw;
    border-radius: 0px 5px 5px 0px;
    font-size: 0.875rem;
  }
}
.p-mv-wrap .slider-area .splide__list .splide__slide:has(a:hover) p {
  text-decoration: underline;
}
.p-mv-wrap .slider-area .splide__list img {
  object-fit: cover;
}
@media print, screen and (min-width: 769px) {
  .p-mv-wrap .slider-area .splide__list img {
    min-width: 1350px;
    height: 580px;
    border-radius: 0 0 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv-wrap .slider-area .splide__list img {
    width: 100%;
    height: 126.6666666667vw;
  }
}
.p-mv-wrap .slider-area .flex-box {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .p-mv-wrap .slider-area .flex-box {
    margin-top: 25px;
    margin-left: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv-wrap .slider-area .flex-box {
    justify-content: center;
    margin-top: 2em;
  }
}
.p-mv-wrap .mv-link-area {
  position: absolute;
  right: 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-mv-wrap .mv-link-area {
    right: -1px;
  }
}
.p-mv-wrap .mv-link-area::before {
  content: "";
  position: absolute;
  left: -40px;
  height: 41px;
  width: 41px;
  background: url(../img_top/decoration.png) no-repeat;
  background-size: 100% 100%;
}
@media print, screen and (min-width: 769px) {
  .p-mv-wrap .mv-link-area::before {
    bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv-wrap .mv-link-area::before {
    bottom: -2px;
    left: -12.5333333333vw;
    height: 12.8vw;
    width: 12.8vw;
    background: url(../img_top/sp_decoration.png) no-repeat;
    background-size: 12.8vw 12.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-mv-wrap .mv-link-area {
    bottom: 50px;
    padding: 22px 30px;
    padding-bottom: 50px;
    min-height: 110px;
    width: 560px;
    border-radius: 30px 0px 0px 0px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv-wrap .mv-link-area {
    padding: 4vw 6vw;
    min-height: 18.6666666667vw;
    width: 80vw;
    border-radius: 15px 0px 0px 0px;
    margin-top: -18.333333vw;
    position: relative;
    left: calc(100% - 80vw);
    z-index: 2;
  }
}
.p-mv-wrap .mv-link-area .link-title {
  color: #32671d;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .p-mv-wrap .mv-link-area .link-title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-mv-wrap .mv-link-area .link-title {
    font-size: 0.9375rem;
    line-height: 1.2;
  }
}
.p-mv-wrap .mv-link-area .link-item {
  overflow: auto;
}
@media print, screen and (min-width: 769px) {
  .p-mv-wrap .mv-link-area .link-item {
    margin-top: 10px;
    max-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv-wrap .mv-link-area .link-item {
    max-height: 13.3333333333vw;
  }
}
.p-mv-wrap .mv-link-area .link-item a {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (min-width: 769px) {
  .p-mv-wrap .mv-link-area .link-item a {
    text-decoration: none;
  }
  .p-mv-wrap .mv-link-area .link-item a:hover {
    text-decoration: underline;
  }
}
.p-mv-wrap .mv-link-area .link-item a:focus-visible {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p-mv-wrap .mv-link-area .link-item a {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-mv-wrap .mv-link-area .link-item a {
    font-size: 0.875rem;
  }
}

.p-bnr {
  margin-top: 80px;
}
@media print, screen and (min-width: 769px) {
  .p-bnr {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-bnr {
    margin-top: 8vw;
  }
}
.p-bnr ul {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .p-bnr ul {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-bnr ul {
    flex-wrap: wrap;
    gap: 5.3333333333vw 4vw;
  }
}
.p-bnr .big-bnr img {
  height: auto;
  width: 320px;
}
@media print, screen and (min-width: 769px) {
  .p-bnr .small-bnr {
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-bnr .small-bnr {
    margin-top: 5.3333333333vw;
    gap: 4vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-bnr .small-bnr li:first-child img {
    height: 40vw;
    width: auto;
  }
}
.p-bnr .small-bnr img {
  width: auto;
}
@media print, screen and (min-width: 769px) {
  .p-bnr .small-bnr img {
    height: 170px;
  }
}
@media screen and (max-width: 768px) {
  .p-bnr .small-bnr img {
    height: 26.6666666667vw;
    width: 44.6666666667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .p-event {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .p-event {
    margin-top: 14.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-event ul {
    display: flex;
    gap: 0 35px;
    margin-top: 20px;
    justify-content: center;
  }
  .p-event ul li {
    max-width: 310px;
  }
}
@media screen and (max-width: 768px) {
  .p-event ul li:first-child {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-event ul .item {
    margin-top: 6.6666666667vw;
  }
}
.p-event ul .item .item-title {
  position: relative;
}
.p-event ul .item .item-title::before {
  content: "";
  position: absolute;
  transform: translateY(-50%) rotate(180deg);
  display: block;
  width: 0;
  height: 0;
  z-index: -1;
}
@media print, screen and (min-width: 769px) {
  .p-event ul .item .item-title::before {
    top: calc(100% + 2px);
    left: calc(50% - 12px);
    border-top: 0px transparent solid;
    border-right: 10px transparent solid;
    border-bottom: 15px #32671d solid;
    border-left: 10px transparent solid;
  }
}
@media screen and (max-width: 768px) {
  .p-event ul .item .item-title::before {
    top: calc(100% + 2px);
    left: calc(50% - 12px);
    border-top: 0px transparent solid;
    border-right: 13px transparent solid;
    border-bottom: 23px #32671d solid;
    border-left: 13px transparent solid;
  }
}
.p-event ul .item .item-title p {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #32671d;
  color: #fff;
  border: 1px solid #32671d;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .p-event ul .item .item-title p {
    padding: 17px 20px;
    border-radius: 35px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-event ul .item .item-title p {
    min-height: 20vw;
    border-radius: 35px;
    padding: 0 5.3333333333vw;
    font-size: 1.25rem;
  }
}
.p-event ul .item a, .p-event ul .item .item-nolink {
  display: block;
  text-decoration: none;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
.p-event ul .item a:hover, .p-event ul .item .item-nolink:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  .p-event ul .item .item-in {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-event ul .item .item-in {
    margin-top: 6vw;
  }
}
.p-event ul .item .item-in .item-img img {
  object-fit: cover;
}
@media print, screen and (min-width: 769px) {
  .p-event ul .item .item-in .item-img img {
    height: auto;
    width: 310px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-event ul .item .item-in .item-img img {
    height: auto;
    width: 93.3333333333vw;
    border-radius: 7px;
  }
}
.p-event ul .item .item-in .item-txt {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-event ul .item .item-in .item-txt {
    margin-top: 10px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 769px) {
  .p-event .c-button {
    margin-top: 40px;
    width: 480px;
  }
}
@media screen and (max-width: 768px) {
  .p-event .c-button {
    margin-top: 5.3333333333vw;
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .p-spot {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .p-spot {
    margin-top: 16vw;
  }
}
.p-spot-wrap {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .p-spot-wrap .title-box {
    position: absolute;
    margin-right: auto;
    margin-left: 14%;
    top: 25px;
    width: 270px;
    z-index: 1;
  }
  .p-spot-wrap .title-box .p-spot-sub-title, .p-spot-wrap .title-box .p-spot-title {
    text-align: left;
  }
  .p-spot-wrap .title-box .p-spot-title {
    line-height: 1.2;
  }
}
@media print, screen and (min-width: 769px) {
  .p-spot .slider-area {
    margin-left: auto;
    width: calc(100% - 550px);
    max-width: 1300px;
  }
}
@media screen and (max-width: 768px) {
  .p-spot .slider-area {
    margin-top: 4vw;
    width: 100%;
  }
}
.p-spot .slider-area .splide {
  --pcImgWidth: 220px;
  --pcImgHeight: 200px;
  --spImgWidth: g.px2vw(440px);
  --spImgHeight: g.px2vw(400px);
  --pcGap: 20px;
  --spGap: 20px;
}
.p-spot .slider-area .splide .splide-wrapper {
  position: relative;
}
.p-spot .slider-area .splide .splide__track {
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .p-spot .slider-area .splide .splide__slide {
    width: var(--pcImgWidth);
  }
}
@media screen and (max-width: 768px) {
  .p-spot .slider-area .splide .splide__slide {
    width: 58.6666666667vw;
  }
}
.p-spot .slider-area .splide .splide__slide img {
  object-fit: cover;
}
@media print, screen and (min-width: 769px) {
  .p-spot .slider-area .splide .splide__slide img {
    width: var(--pcImgWidth);
    height: var(--pcImgHeight);
  }
}
@media screen and (max-width: 768px) {
  .p-spot .slider-area .splide .splide__slide img {
    width: 58.6666666667vw;
    height: 53.3333333333vw;
  }
}
.p-spot .slider-area .splide .splide__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.p-spot .slider-area .splide .splide__arrows button:focus-visible {
  border: 5px solid #000;
  outline: 2px solid #fff;
  outline-offset: -4px;
}
@media print, screen and (min-width: 769px) {
  .p-spot .slider-area .splide .splide__arrows button:focus-visible:hover {
    opacity: 0.85;
  }
}
@media print, screen and (min-width: 769px) {
  .p-spot .slider-area .splide .splide__arrows .splide__arrow {
    top: 30% !important;
  }
}
@media screen and (max-width: 768px) {
  .p-spot .slider-area .splide .splide__arrows {
    gap: 2.9333333333vw;
  }
}
.p-spot .slider-area .splide .splide__controls {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .p-spot .slider-area .splide .splide__controls {
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-spot .slider-area .splide .splide__controls {
    gap: 1.0666666667vw;
  }
}
.p-spot .slider-area .splide .splide__pagination {
  padding: 0;
  position: initial;
}
@media print, screen and (min-width: 769px) {
  .p-spot .slider-area .splide .splide__pagination {
    gap: 4px;
  }
}
@media screen and (max-width: 768px) {
  .p-spot .slider-area .splide .splide__pagination {
    gap: 2.6666666667vw;
  }
}
.p-spot .slider-area .splide .splide__pagination li {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .p-spot .slider-area .splide .splide__toggle:hover {
    opacity: 0.85;
  }
}
.p-spot .slider-area .splide .splide__toggle__play, .p-spot .slider-area .splide .splide__toggle__pause {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-spot .slider-area .splide .splide__toggle__play, .p-spot .slider-area .splide .splide__toggle__pause {
    padding-right: 0;
    font-size: 0.75rem;
  }
}
.p-spot .slider-area .splide .splide__toggle__pause::after {
  clip-path: polygon(10% 0%, 30% 0%, 30% 100%, 69.6% 100%, 69.6% 0%, 90% 0%, 90% 100%, 10% 100%);
}
.p-spot .slider-area .splide:not(.is-active) {
  visibility: visible !important;
}
.p-spot .slider-area .splide:not(.is-active) .splide__list {
  display: flex !important;
  justify-content: flex-start;
}
@media print, screen and (min-width: 769px) {
  .p-spot .slider-area .splide:not(.is-active) .splide__list {
    gap: var(--pcGap);
  }
}
@media screen and (max-width: 768px) {
  .p-spot .slider-area .splide:not(.is-active) .splide__list {
    gap: var(--spGap);
  }
}
.p-spot .slider-area .splide:not(.is-active) .splide__slide:last-child {
  margin: 0 !important;
}
.p-spot .slider-area .splide:not(.is-active) .splide__arrows {
  display: none;
}
.p-spot .slider-area .splide:not(.is-active) .splide__toggle {
  display: none;
}
.p-spot .slider-area .splide__list img {
  object-fit: cover;
}
@media print, screen and (min-width: 769px) {
  .p-spot .slider-area .splide__list img {
    width: 220px;
    height: 200px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-spot .slider-area .splide__list img {
    width: 41.3333333333vw;
    height: 26.6666666667vw;
    border-radius: 7px;
  }
}
.p-spot .slider-area .flex-box {
  display: flex;
  justify-content: right;
}
@media print, screen and (min-width: 769px) {
  .p-spot .slider-area .flex-box {
    gap: 0 10px;
    margin-top: 20px;
    margin-right: 14%;
  }
}
@media screen and (max-width: 768px) {
  .p-spot .slider-area .flex-box {
    justify-content: center;
    margin: 1.6vw auto 0;
    gap: 0 2.6666666667vw;
    max-width: 66.6666666667vw;
  }
}
.p-spot a, .p-spot .item-nolink {
  color: inherit;
  text-decoration: none;
}
.p-spot a:hover, .p-spot .item-nolink:hover {
  text-decoration: underline;
}
.p-spot a .item-txt, .p-spot .item-nolink .item-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (min-width: 769px) {
  .p-spot a .item-txt, .p-spot .item-nolink .item-txt {
    padding: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-spot a .item-txt, .p-spot .item-nolink .item-txt {
    padding: 2.6666666667vw 0;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 769px) {
  .p-spot .splide:not(.is-overflow) .splide__pagination {
    display: inherit !important;
  }
}
@media screen and (max-width: 768px) {
  .p-spot .splide__arrow {
    display: none !important;
  }
}

.p-news {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .p-news {
    margin-top: 130px;
  }
}
@media screen and (max-width: 768px) {
  .p-news {
    margin-top: 17.3333333333vw;
  }
}
.p-news::before, .p-news::after {
  content: "";
  position: absolute;
  height: 100%;
  width: calc((100% - 1000px) / 2);
  top: 0;
  background: #f1f1f1;
  z-index: -10;
}
.p-news::before {
  left: 0;
}
.p-news::after {
  right: 0;
}
@media print, screen and (min-width: 769px) {
  .p-news .p-news-wrap {
    display: flex;
    gap: 0 40px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .p-news .p-news-wrap {
    margin-top: 16vw;
  }
  .p-news .p-news-wrap.c-width {
    width: 100%;
  }
}
.p-news .p-news-wrap .news-area, .p-news .p-news-wrap .slider-area {
  background: #f1f1f1;
}
@media print, screen and (min-width: 769px) {
  .p-news .p-news-wrap .news-area, .p-news .p-news-wrap .slider-area {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-news .p-news-wrap .news-area, .p-news .p-news-wrap .slider-area {
    padding: 6.6666666667vw 3.3333333333vw;
  }
}
.p-news .p-news-wrap .news-area .c-sub-title, .p-news .p-news-wrap .news-area .c-title, .p-news .p-news-wrap .slider-area .c-sub-title, .p-news .p-news-wrap .slider-area .c-title {
  text-align: left;
  line-height: 1.3;
}
@media print, screen and (min-width: 769px) {
  .p-news .p-news-wrap .news-area {
    border-radius: 0 60px 60px 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-news .p-news-wrap .news-area {
    border-radius: 0 30px 30px 0;
    width: 98.6666666667vw;
  }
}
.p-news .p-news-wrap .news-area .list {
  overflow-y: auto;
}
@media print, screen and (min-width: 769px) {
  .p-news .p-news-wrap .news-area .list {
    margin-top: 25px;
    padding-right: 25px;
    max-height: 340px;
    width: 550px;
  }
}
@media screen and (max-width: 768px) {
  .p-news .p-news-wrap .news-area .list {
    margin-top: 1.3333333333vw;
    padding-right: 5.3333333333vw;
    max-height: 52vw;
    width: 93.3333333333vw;
  }
}
.p-news .p-news-wrap .news-area .list .item {
  border-bottom: 1px solid #b2b2b2;
}
@media print, screen and (min-width: 769px) {
  .p-news .p-news-wrap .news-area .list .item {
    padding: 17px 2px;
  }
}
@media screen and (max-width: 768px) {
  .p-news .p-news-wrap .news-area .list .item {
    padding: 2.6666666667vw 0;
  }
}
.p-news .p-news-wrap .news-area .list .item span {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-news .p-news-wrap .news-area .list .item span {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}
.p-news .p-news-wrap .news-area .list .item .date {
  font-weight: bold;
}
.p-news .p-news-wrap .news-area .list .item .txt {
  display: block;
}
.p-news .p-news-wrap .news-area .list .item .txt a {
  text-decoration: none;
  color: inherit;
}
.p-news .p-news-wrap .news-area .list .item .txt a:hover {
  text-decoration: underline;
}
.p-news .p-news-wrap .news-area .list .item .txt a:focus-visible {
  margin-left: 3px;
}
.p-news .p-news-wrap .news-area .list li:first-child {
  padding-top: 0;
}
@media print, screen and (min-width: 769px) {
  .p-news .p-news-wrap .news-area .c-button {
    margin-top: 50px;
    width: 320px;
  }
  .p-news .p-news-wrap .news-area .c-button a {
    min-height: 70px;
    background: url(../img_top/more_arrow.png) no-repeat top 50% right 20px/30px;
  }
}
@media screen and (max-width: 768px) {
  .p-news .p-news-wrap .news-area .c-button {
    margin-top: 4vw;
    width: 64vw;
  }
  .p-news .p-news-wrap .news-area .c-button a {
    min-height: 13.3333333333vw;
    background: url(../img_top/more_arrow.png) no-repeat top 50% right 15px;
    background-size: 6vw;
  }
}
.p-news .p-news-wrap .slider-area {
  padding-right: 0;
}
@media print, screen and (min-width: 769px) {
  .p-news .p-news-wrap .slider-area {
    padding-left: 50px;
    border-radius: 60px 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-news .p-news-wrap .slider-area {
    margin-top: 8vw;
    margin-left: auto;
    width: 98.6666666667vw;
    border-radius: 30px 0 0 30px;
  }
}
.p-news .p-news-wrap .slider-area .p-news-title {
  margin-left: -10px;
}
@media screen and (max-width: 768px) {
  .p-news .p-news-wrap .slider-area .p-news-sub-title img {
    height: 2.8vw;
  }
}
.p-news .p-news-wrap .slider-area .splide.image-carousel {
  --pcImgWidth: 310px;
  --pcImgHeight: 250px;
  --spImgWidth: g.px2vw(620px);
  --spImgHeight: g.px2vw(500px);
  --pcGap: 0;
  --spGap: 0;
}
.p-news .p-news-wrap .slider-area .splide.image-carousel .splide-wrapper {
  position: relative;
}
.p-news .p-news-wrap .slider-area .splide.image-carousel .splide__track {
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .p-news .p-news-wrap .slider-area .splide.image-carousel .splide__slide {
    width: var(--pcImgWidth);
  }
}
@media screen and (max-width: 768px) {
  .p-news .p-news-wrap .slider-area .splide.image-carousel .splide__slide {
    width: 82.6666666667vw;
  }
}
.p-news .p-news-wrap .slider-area .splide.image-carousel .splide__slide img {
  object-fit: cover;
}
@media print, screen and (min-width: 769px) {
  .p-news .p-news-wrap .slider-area .splide.image-carousel .splide__slide img {
    width: var(--pcImgWidth);
    height: var(--pcImgHeight);
  }
}
@media screen and (max-width: 768px) {
  .p-news .p-news-wrap .slider-area .splide.image-carousel .splide__slide img {
    width: 82.6666666667vw;
    height: 66.6666666667vw;
  }
}
.p-news .p-news-wrap .slider-area .splide.image-carousel .splide__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .p-news .p-news-wrap .slider-area .splide.image-carousel .splide__controls {
    gap: 1.0666666667vw;
  }
}
.p-news .p-news-wrap .slider-area .splide.image-carousel .splide__pagination {
  padding: 0;
  position: initial;
}
.p-news .p-news-wrap .slider-area .splide.image-carousel .splide__pagination li {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .p-news .p-news-wrap .slider-area .splide.image-carousel .splide__toggle:hover {
    opacity: 0.85;
  }
}
.p-news .p-news-wrap .slider-area .splide.image-carousel .splide__toggle__play, .p-news .p-news-wrap .slider-area .splide.image-carousel .splide__toggle__pause {
  position: relative;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .p-news .p-news-wrap .slider-area .splide.image-carousel .splide__toggle__play, .p-news .p-news-wrap .slider-area .splide.image-carousel .splide__toggle__pause {
    padding-right: 3.3333333333vw;
    font-size: 0.75rem;
  }
}
.p-news .p-news-wrap .slider-area .splide.image-carousel .splide__toggle__play::after, .p-news .p-news-wrap .slider-area .splide.image-carousel .splide__toggle__pause::after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 50%;
  right: 0px;
  margin: auto;
  width: 10px;
  height: 10px;
  clip-path: polygon(95% 50%, 5% 0%, 5% 100%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-news .p-news-wrap .slider-area .splide.image-carousel .splide__toggle__play::after, .p-news .p-news-wrap .slider-area .splide.image-carousel .splide__toggle__pause::after {
    width: 2.4vw;
    height: 2.4vw;
  }
}
.p-news .p-news-wrap .slider-area .splide.image-carousel .splide__toggle__pause::after {
  clip-path: polygon(10% 0%, 30% 0%, 30% 100%, 69.6% 100%, 69.6% 0%, 90% 0%, 90% 100%, 10% 100%);
}
.p-news .p-news-wrap .slider-area .splide.image-carousel:not(.is-active) {
  visibility: visible !important;
}
.p-news .p-news-wrap .slider-area .splide.image-carousel:not(.is-active) .splide__list {
  display: flex !important;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .p-news .p-news-wrap .slider-area .splide.image-carousel:not(.is-active) .splide__list {
    gap: var(--pcGap);
  }
}
@media screen and (max-width: 768px) {
  .p-news .p-news-wrap .slider-area .splide.image-carousel:not(.is-active) .splide__list {
    gap: var(--spGap);
  }
}
.p-news .p-news-wrap .slider-area .splide.image-carousel:not(.is-active) .splide__slide:last-child {
  margin: 0 !important;
}
.p-news .p-news-wrap .slider-area .splide.image-carousel:not(.is-active) .splide__arrows {
  display: none;
}
.p-news .p-news-wrap .slider-area .splide.image-carousel:not(.is-active) .splide__toggle {
  display: none;
}
.p-news .p-news-wrap .slider-area .splide {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-news .p-news-wrap .slider-area .splide {
    width: 82.6666666667vw;
    margin: 4.2666666667vw auto 0;
  }
}
@media print, screen and (min-width: 769px) {
  .p-news .p-news-wrap .slider-area .splide__list {
    width: 310px;
  }
}
.p-news .p-news-wrap .slider-area .splide__list .splide__slide {
  position: relative;
}
.p-news .p-news-wrap .slider-area .splide__list img {
  object-fit: cover;
}
@media print, screen and (min-width: 769px) {
  .p-news .p-news-wrap .slider-area .splide__list img {
    width: 310px;
    height: 250px;
    border-radius: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-news .p-news-wrap .slider-area .splide__list img {
    border-radius: 2.1333333333vw;
    width: 82.6666666667vw;
    height: 66.6666666667vw;
  }
}
.p-news .p-news-wrap .slider-area .splide__list a {
  color: inherit;
  text-underline-offset: 8px;
  text-decoration: none;
}
.p-news .p-news-wrap .slider-area .splide__list a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p-news .p-news-wrap .slider-area .splide__list a {
    font-size: 0.875rem;
  }
}
.p-news .p-news-wrap .slider-area .splide__list .item-txt {
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-news .p-news-wrap .slider-area .splide__list .item-txt {
    margin-top: 2.6666666667vw;
  }
}
.p-news .p-news-wrap .slider-area .splide__list .item-txt p {
  line-height: 1.8;
}
.p-news .p-news-wrap .slider-area .flex-box {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .p-news .p-news-wrap .slider-area .flex-box {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-news .p-news-wrap .slider-area .flex-box {
    justify-content: center;
    margin-top: 2vw;
  }
}
.p-news .c-sub-title img {
  padding: 1px;
  background-color: #f1f1f1 !important;
}

@media print, screen and (min-width: 769px) {
  .p-sns {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .p-sns {
    margin-top: 16vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sns .sns-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-sns .sns-list {
    margin-top: 3.3333333333vw;
  }
}
.p-sns .sns-list .item {
  border: 1px solid #b2b2b2;
}
@media print, screen and (min-width: 769px) {
  .p-sns .sns-list .item {
    width: 235px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-sns .sns-list .item {
    margin-top: 3.3333333333vw;
    border-radius: 25px;
  }
}
.p-sns .sns-list .item a, .p-sns .sns-list .item .item-nolink {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  font-family: "Noto Sans JP", sans-serif;
}
.p-sns .sns-list .item a:hover, .p-sns .sns-list .item .item-nolink:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  .p-sns .sns-list .item a, .p-sns .sns-list .item .item-nolink {
    min-height: 80px;
    padding: 5px 10px 5px 25px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-sns .sns-list .item a, .p-sns .sns-list .item .item-nolink {
    min-height: 13.3333333333vw;
    font-size: 0.875rem;
    padding: 5px 0px 5px 6vw;
    border-radius: 25px;
  }
}
.p-sns .sns-list .item a .item-in, .p-sns .sns-list .item .item-nolink .item-in {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  .p-sns .sns-list .item a .item-in, .p-sns .sns-list .item .item-nolink .item-in {
    gap: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-sns .sns-list .item a .item-in, .p-sns .sns-list .item .item-nolink .item-in {
    gap: 0 4vw;
    font-size: 0.875rem;
  }
}
.p-sns .sns-list .item a .item-in .item-img img, .p-sns .sns-list .item .item-nolink .item-in .item-img img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  .p-sns .sns-list .item a .item-in .item-img img, .p-sns .sns-list .item .item-nolink .item-in .item-img img {
    max-width: 40px;
    max-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-sns .sns-list .item a .item-in .item-img img, .p-sns .sns-list .item .item-nolink .item-in .item-img img {
    max-width: 6.6666666667vw;
    max-height: 6.6666666667vw;
  }
}
.p-sns .sns-list .item a .item-in .item-txt p, .p-sns .sns-list .item .item-nolink .item-in .item-txt p {
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-sns .sns-list .item a .item-in .item-txt p, .p-sns .sns-list .item .item-nolink .item-in .item-txt p {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  footer {
    margin-top: 22.6666666667vw;
  }
}

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

/*==================================
フッター
==================================*/
footer {
  position: relative;
  background: #f1f1f1;
  /* PCでは電話番号リンクを無効化 */
}
@media print, screen and (min-width: 769px) {
  footer {
    margin-top: 150px;
    border-radius: 60px 60px 0 0;
  }
  footer a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  footer {
    border-radius: 8vw 8vw 0 0;
  }
}
footer .footer-box {
  margin: 0 auto;
  padding: 50px 0;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  footer .footer-box {
    padding: 6.6666666667vw 0 5.3333333333vw;
    width: 93.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  footer .footer-box .in {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-box .in {
    text-align: center;
  }
}
footer .footer-box .in .logo {
  font-weight: bold;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  footer .footer-box .in .logo {
    margin-bottom: 5.3333333333vw;
    font-size: 1.4375rem;
  }
}
footer .footer-box .in .footer-link-list {
  display: flex;
  gap: 0 10px;
}
@media screen and (max-width: 768px) {
  footer .footer-box .in .footer-link-list {
    justify-content: center;
    margin-bottom: 9.3333333333vw;
  }
}
footer .footer-box .in .footer-link-list .footer-link a {
  padding: 10px 30px 10px 10px;
  background: url(../img_common/more_arrow.png) no-repeat top 50% right 0/24px;
  text-underline-offset: 8px;
  font-family: "Noto Sans JP", sans-serif;
  color: inherit;
  font-size: 0.9375rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  footer .footer-box .in .footer-link-list .footer-link a {
    background: url(../img_common/more_arrow.png) no-repeat top 65% right 0/20px;
  }
}
footer .footer-box .in .footer-link-list .footer-link a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  footer .footer-box .in .footer-btn-area {
    margin-left: 80px;
  }
  footer .footer-box .in .footer-btn-area img {
    height: auto;
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-box .in .footer-btn-area img {
    height: auto;
    width: 53.3333333333vw;
  }
}
footer #pagetop {
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  footer #pagetop {
    top: -45px;
    right: 25px;
  }
  footer #pagetop img {
    height: 70px;
    width: 70px;
  }
}
@media screen and (max-width: 768px) {
  footer #pagetop {
    top: -6.6666666667vw;
    right: 3.3333333333vw;
  }
  footer #pagetop img {
    height: 14.1333333333vw;
    width: 14.1333333333vw;
  }
}
footer #pagetop a {
  display: block;
  color: #333;
  text-decoration: none;
}
footer .copyright {
  padding: 15px 0;
  background-color: #32671d;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    padding: 3.4666666667vw 0;
    font-size: 0.625rem;
  }
}

html[data-fontsize=up] {
  font-size: 133.3%;
}
html[data-fontsize=up2] {
  font-size: 166.7%;
}
html[data-fontsize=up3] {
  font-size: 200%;
}

.table-wrap, .wysiwyg .table-wrap {
  margin-top: 24px;
}

.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;
  font-family: "Noto Sans JP", sans-serif;
}
.table-wrap .scroll-table-switch .title {
  margin-right: 8px;
  font-size: 0.875rem;
}
.table-wrap .scroll-table-switch .scroll-btn,
.table-wrap .scroll-table-switch .in-display-btn {
  display: flex;
  width: fit-content;
  background-repeat: no-repeat;
  background-position: left 5px center;
  background-size: 55px;
  color: #333;
  text-decoration: none;
  font-size: 0.75rem;
  position: relative;
  line-height: normal;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.table-wrap .scroll-table-switch .scroll-btn:hover,
.table-wrap .scroll-table-switch .in-display-btn:hover {
  opacity: 0.9;
}
.table-wrap .scroll-table-switch .scroll-btn .scroll,
.table-wrap .scroll-table-switch .in-display-btn .scroll {
  background-repeat: no-repeat;
  background-image: url(../img_sub/v3.2/scroll-table-switch.png);
  background-position: left 10px center;
  background-size: 19px;
  padding: 4px 10px 5px 28px;
  border-radius: 3px 0 0 3px;
  font-weight: bold;
  border-bottom: 3px solid #333;
}
.table-wrap .scroll-table-switch .scroll-btn .in-display,
.table-wrap .scroll-table-switch .in-display-btn .in-display {
  background-repeat: no-repeat;
  background-image: url(../img_sub/v3.2/scroll-table-switch-in.png);
  background-position: left 10px center;
  background-size: 13px;
  padding: 4px 10px 5px 25px;
  border-radius: 0 3px 3px 0;
}
.table-wrap .scroll-table-switch .status {
  margin-left: 3px;
}

.table-wrap .scroll-table-switch .scroll {
  background-color: #32671d;
  color: #fff;
}
.table-wrap .scroll-table-switch .in-display {
  background-color: #f5f5f5;
  color: #333;
}

.scroll-view .scroll-btn .scroll {
  background-color: #f5f5f5 !important;
  color: #333 !important;
  font-weight: normal !important;
  border-bottom: none !important;
}
.scroll-view .in-display-btn .in-display {
  background-color: #32671d !important;
  color: #fff !important;
  font-weight: bold !important;
  border-bottom: 3px solid #333 !important;
}
.scroll-view .table-wrapper {
  overflow: visible !important;
}
.scroll-view .table-wrapper .is-active {
  display: none;
}

.table-wrapper.scroll-table {
  padding: 20px 0;
  overflow-x: auto;
}
.table-wrapper.scroll-table .scroll-hint-icon {
  top: calc(50% - 40px);
}
.table-wrapper.scroll-table table {
  margin-top: 0;
  table-layout: initial !important;
  width: 100%;
  border-collapse: collapse !important;
  white-space: nowrap !important;
}

.table-wrapper:has(.highlight.error), .table-wrapper:has(.highlight.warning) {
  overflow: visible !important;
}
.table-wrapper:has(.highlight.error) table, .table-wrapper:has(.highlight.warning) table {
  white-space: unset !important;
}
.table-wrapper:has(.highlight.error) .scroll-hint-icon-wrap, .table-wrapper:has(.highlight.warning) .scroll-hint-icon-wrap {
  display: none !important;
}

h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  background: #f5f5f5;
  color: #32671d;
  font-size: 1.625rem;
  box-sizing: border-box;
  border-left: 6px solid #32671d;
  padding: 10px 20px 14px;
  margin-top: 48px;
  font-family: "Noto Sans JP", sans-serif;
  text-underline-offset: 8px;
}
@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: #e9f8e5;
  color: #32671d;
  font-size: 1.5rem;
  border-radius: 5px;
  padding: 12px 20px;
  margin-top: 48px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@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: #32671d;
  font-size: 1.375rem;
  padding: 5px 10px;
  border-bottom: 4px solid #32671d;
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  h4, .wysiwyg h4, .free-layout-area h4 {
    margin-top: 24px;
  }
}
h4 .bg, .wysiwyg h4 .bg, .free-layout-area h4 .bg {
  display: block;
}
h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 8px 0;
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
  color: #32671d;
}
@media screen and (max-width: 768px) {
  h5, .wysiwyg h5, .free-layout-area h5 {
    margin-top: 24px;
  }
}
h5 .bg, .wysiwyg h5 .bg, .free-layout-area h5 .bg {
  display: block;
  padding: 0 0 0 10px;
  border-left: 3px solid #32671d;
  line-height: 1.2;
}
h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 1.125rem;
  padding: 8px 10px;
  font-weight: bold;
  margin-top: 48px;
  color: #32671d;
  font-family: "Noto Sans JP", sans-serif;
}
@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, .pubcom-table {
  font-family: "Noto Sans JP", sans-serif;
}
.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, .pubcom-table {
  font-family: "Noto Sans JP", sans-serif;
}
.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;
  font-family: "Noto Sans JP", sans-serif;
}

.wysiwyg table ul, .wysiwyg table ol, .pubcom-table table ul, .pubcom-table table ol {
  margin-left: 0;
}
.wysiwyg table p, .pubcom-table table p {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.wysiwyg table, .smartcmsBbsBlock .bbsBody .form table {
  border-collapse: collapse;
  border: 1px solid #333;
  margin-top: 10px;
}

.wysiwyg td,
.wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #d6d6d6;
  padding: 5px 10px;
  word-break: break-all;
  font-family: "Noto Sans JP", sans-serif;
}

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

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
  font-family: "Noto Sans JP", sans-serif;
}

.wysiwyg div {
  line-height: 150%;
  margin-top: 10px;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg .col {
  width: 700px;
  overflow: hidden;
}

.wysiwyg .left-col {
  width: 330px;
  float: left;
}

.wysiwyg .right-col {
  width: 330px;
  float: right;
}

.wysiwyg em, .wysiwyg strong, .wysiwyg b {
  font-style: normal;
  font-weight: bold;
}
.wysiwyg .text_ {
  color: #c00;
}
.wysiwyg .text2_ {
  color: #00c;
}
.wysiwyg b.text2_ {
  font-weight: normal;
}

.cke_panel_list em, .cke_panel_list strong, .cke_panel_list b {
  font-style: normal;
  font-weight: bold;
}
.cke_panel_list .text_ {
  color: #c00;
}
.cke_panel_list .text2_ {
  color: #00c;
}
.cke_panel_list b.text2_ {
  font-weight: normal;
}

.wysiwyg blockquote {
  margin-top: 10px;
  margin-left: 30px;
  padding: 5px 5px 5px 15px;
  background-image: url("../img_common/blockquote.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #eee;
  border-left: 3px solid #999;
}

#header-print,
#header-print *,
#header-print *::before,
#header-print *::after {
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #333;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 99%;
    text-align: center;
    margin: 3px 5px;
    padding: 3px;
  }
  #header {
    /* end-#header-nav */
    /* .header-subnav-area */
    /* end-.header-subnav-area */
  }
  #header .menu-area {
    margin-right: 10px;
  }
  #header .menu-area .pc-btn-menu {
    position: relative;
    height: 100%;
    min-width: 130px;
    background: #32671d;
    border: solid 1px #f1f1f1;
    border-radius: 0px 0px 10px 10px;
    border-top: none;
    z-index: 102 !important;
  }
  #header .menu-area .pc-btn-menu a {
    display: flex;
    justify-content: center;
    height: 100%;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    border-radius: 0px 0px 10px 10px;
  }
  #header .menu-area .pc-btn-menu a:hover {
    text-decoration: underline;
  }
  #header .menu-area .pc-btn-menu a:focus-visible {
    border: 2px solid #fff;
  }
  #header .menu-area .pc-btn-menu a span {
    display: flex;
    padding: 17px 15px 17px 65px;
    width: 100%;
    line-height: 1.3;
    text-align: center;
    align-items: center;
    font-size: 1.25rem;
    background: url("../img_common/menu_icon.png") no-repeat top 50% left 20%/40px 29px;
  }
  #header .menu-area .pc-btn-menu.is-open a span {
    background: url("../img_common/close_icon.png") no-repeat top 50% left 20%/27px;
  }
  #header .menu-area .pc-modal-menu-bg {
    width: 100vw;
    display: none;
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%);
    background-color: transparent !important;
  }
  #header .menu-area .pc-modal-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    padding: 100px 0 30px;
    background: #f1f1f1;
    box-sizing: border-box;
    z-index: 101;
    box-shadow: 10px 0px 14px rgba(0, 0, 0, 0.23);
  }
  #header .menu-area .pc-modal-menu .header-lang-wrapper .lang-error {
    color: #ee0000;
  }
  #header .menu-area .pc-modal-menu .header-lang-wrapper .header-lang {
    display: flex;
    justify-content: center;
  }
  #header .menu-area .pc-modal-menu .pc-modal-menu-close {
    margin: 0 auto;
    width: fit-content;
    border: 1px solid #b2b2b2;
    border-radius: 25px;
    background: #fff;
  }
  #header .menu-area .pc-modal-menu .pc-modal-menu-close a {
    display: block;
    padding: 12px;
    width: 280px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    color: inherit;
    border-radius: 25px;
    font-family: "Noto Sans JP", sans-serif;
  }
  #header .menu-area .pc-modal-menu .pc-modal-menu-close a span {
    padding: 12px 35px 12px 50px;
    width: 100%;
    text-align: center;
    background: url("../img_common/pc_close_icon.png") no-repeat left 25px top 50%;
  }
  #header .menu-area .pc-modal-menu .pc-modal-menu-close a:hover {
    text-decoration: underline;
  }
  #header .menu-area .on {
    position: relative;
  }
  #header .menu-haikei {
    width: 1000px;
    margin: 0 auto;
  }
  #header .menu-haikei .flex {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
    align-items: center;
    margin: 0 auto;
  }
  #header .menu-haikei .flex .header-bnr {
    display: flex;
    gap: 0 20px;
  }
  #header .menu-haikei .flex .header-bnr a img {
    height: 290px;
    width: 320px;
  }
  #header .menu-haikei .flex .header-bnr a:hover img {
    opacity: 0.8;
  }
  #header .menu-haikei .flex .flex-box {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0 20px;
  }
  #header .menu-haikei .flex .flex-box .box {
    box-sizing: border-box;
  }
  #header .menu-haikei .flex .flex-box .box .unit, #header .menu-haikei .flex .flex-box .box .unit2, #header .menu-haikei .flex .flex-box .box .header-size, #header .menu-haikei .flex .flex-box .box .header-color {
    display: table;
    float: left;
    height: 27px;
  }
  #header .menu-haikei .flex .flex-box .box .unit li, #header .menu-haikei .flex .flex-box .box .unit dt, #header .menu-haikei .flex .flex-box .box .unit dd, #header .menu-haikei .flex .flex-box .box .unit2 li, #header .menu-haikei .flex .flex-box .box .unit2 dt, #header .menu-haikei .flex .flex-box .box .unit2 dd, #header .menu-haikei .flex .flex-box .box .header-size li, #header .menu-haikei .flex .flex-box .box .header-size dt, #header .menu-haikei .flex .flex-box .box .header-size dd, #header .menu-haikei .flex .flex-box .box .header-color li, #header .menu-haikei .flex .flex-box .box .header-color dt, #header .menu-haikei .flex .flex-box .box .header-color dd {
    display: table-cell;
    font-size: 90%;
  }
  #header .menu-haikei .flex .flex-box .box .unit li img, #header .menu-haikei .flex .flex-box .box .unit dt img, #header .menu-haikei .flex .flex-box .box .unit dd img, #header .menu-haikei .flex .flex-box .box .unit2 li img, #header .menu-haikei .flex .flex-box .box .unit2 dt img, #header .menu-haikei .flex .flex-box .box .unit2 dd img, #header .menu-haikei .flex .flex-box .box .header-size li img, #header .menu-haikei .flex .flex-box .box .header-size dt img, #header .menu-haikei .flex .flex-box .box .header-size dd img, #header .menu-haikei .flex .flex-box .box .header-color li img, #header .menu-haikei .flex .flex-box .box .header-color dt img, #header .menu-haikei .flex .flex-box .box .header-color dd img {
    vertical-align: middle;
  }
  #header .menu-haikei .flex .flex-box .box .unit .item > button:focus, #header .menu-haikei .flex .flex-box .box .unit .item > button:focus-visible, #header .menu-haikei .flex .flex-box .box .unit2 .item > button:focus, #header .menu-haikei .flex .flex-box .box .unit2 .item > button:focus-visible, #header .menu-haikei .flex .flex-box .box .header-size .item > button:focus, #header .menu-haikei .flex .flex-box .box .header-size .item > button:focus-visible, #header .menu-haikei .flex .flex-box .box .header-color .item > button:focus, #header .menu-haikei .flex .flex-box .box .header-color .item > button:focus-visible {
    border: 2px solid #fff;
  }
  #header .menu-haikei .flex .flex-box .box .unit .list, #header .menu-haikei .flex .flex-box .box .unit2 .list {
    margin-top: 3px;
  }
  #header .menu-haikei .flex .flex-box .box .header-size, #header .menu-haikei .flex .flex-box .box .header-color {
    display: flex;
    align-items: center;
  }
  #header .menu-haikei .flex .flex-box .box .header-size button, #header .menu-haikei .flex .flex-box .box .header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
  }
  #header .menu-haikei .flex .flex-box .box .header-size .title, #header .menu-haikei .flex .flex-box .box .header-color .title {
    font-size: 1rem;
    margin-right: 10px;
    line-height: 1.2;
    color: #333;
    font-family: "Noto Sans JP", sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  }
  #header .menu-haikei .flex .flex-box .box .header-size .title span, #header .menu-haikei .flex .flex-box .box .header-color .title span {
    color: inherit;
  }
  #header .menu-haikei .flex .flex-box .box .header-size dd, #header .menu-haikei .flex .flex-box .box .header-color dd {
    line-height: 1;
  }
  #header .menu-haikei .flex .flex-box .box .header-size dd img, #header .menu-haikei .flex .flex-box .box .header-color dd img {
    cursor: pointer;
    height: 30px;
  }
  #header .menu-haikei .flex .flex-box .box .header-size dd img:hover, #header .menu-haikei .flex .flex-box .box .header-color dd img:hover {
    opacity: 0.85;
  }
  #header .menu-haikei .flex .flex-box .box .unit2 li {
    padding-left: 10px;
  }
  #header .header-subnav-area {
    position: relative;
    align-items: center;
    margin: 0 auto;
  }
  #header .header-subnav-area .header-size, #header .header-subnav-area .header-color {
    display: flex;
    align-items: center;
  }
  #header .header-subnav-area .header-size button, #header .header-subnav-area .header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
  }
  #header .header-subnav-area .header-size .title, #header .header-subnav-area .header-color .title {
    font-size: 1rem;
    margin-right: 10px;
    line-height: 1.2;
    font-family: "Noto Sans JP", sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  }
  #header .header-subnav-area .header-size dd, #header .header-subnav-area .header-color dd {
    line-height: 1;
  }
  #header .header-subnav-area .header-size dd img, #header .header-subnav-area .header-color dd img {
    cursor: pointer;
    height: 30px;
  }
  #header .header-subnav-area .header-size dd img:hover, #header .header-subnav-area .header-color dd img:hover {
    opacity: 0.85;
  }
  #header .header-subnav-area .header-color dd + dd {
    margin-left: 5px;
  }
  #header .header-subnav-area .shien-link a {
    padding-left: 30px;
    padding-top: 5px;
    background: url("../img_common/shien_ico.png") no-repeat bottom left/21px 19px;
    color: inherit;
    text-underline-offset: 10px;
    font-family: "Noto Sans JP", sans-serif;
  }
  #header .header-subnav-area .header-lang-wrapper .lang-error {
    color: #ee0000;
  }
  #header .header-subnav-area .header-lang {
    display: flex;
    /* ie対応 */
  }
  #header .header-subnav-area .header-lang select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #header .header-subnav-area .header-lang select::-ms-expand {
    display: none;
  }
  #header .header-subnav-area .header-lang .lang-select {
    padding: 3px 40px 3px 40px;
    width: 260px;
    border: solid 1px #32671d;
    border-radius: 4px 0 0 4px;
    appearance: none;
    word-break: break-all;
    white-space: normal;
    background: url(../img_common/icon_lang.png) no-repeat left 10px center/22px, url(../img_common/language_arrow.png) no-repeat right 10px top 55%/12px #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.875rem;
    color: #000;
  }
  #header .header-subnav-area .header-lang .btn-lang-select {
    color: #fff;
    min-height: 40px;
    min-width: 40px;
    padding: 3px 10px;
    border: solid 1px #32671d;
    background: #32671d;
    border-radius: 0 4px 4px 0;
    line-height: 1;
    cursor: pointer;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.875rem;
  }
  #header .header-subnav-area .header-lang .btn-lang-select:hover, #header .header-subnav-area .header-lang .btn-lang-select:focus {
    opacity: 0.85;
  }
  #header #header-nav {
    margin-bottom: 10px;
  }
  #header #header-nav .in {
    width: 1000px;
    margin: 0 auto;
  }
  #header #header-nav .list {
    display: flex;
    justify-content: space-between;
  }
  #header #header-nav .list li {
    width: 20%;
  }
  #header #header-nav .list a {
    display: block;
    padding: 10px 0 9px 0;
    text-align: center;
    text-underline-offset: 8px;
    color: inherit;
    font-weight: bold;
    font-size: 1.375rem;
  }
  #header .header-subnav-area .box .unit, #header .header-subnav-area .box #header-size, #header .header-subnav-area .box #header-color {
    padding-left: 10px;
  }
  #header .header-subnav-area .box .unit2 li {
    padding-left: 10px;
  }
  .header-subnav-area-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #sp-header .menu-btn-menu {
    position: relative;
    height: 100%;
    width: 28vw;
    background: #32671d;
    border: solid 0.2666666667vw #f1f1f1;
    border-radius: 0px 0px 1.3333333333vw 1.3333333333vw;
    border-top: none;
    z-index: 102 !important;
  }
  #sp-header .menu-btn-menu a {
    display: flex;
    justify-content: center;
    height: 100%;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    border-radius: 0px 0px 1.3333333333vw 1.3333333333vw;
  }
  #sp-header .menu-btn-menu a:hover {
    text-decoration: underline;
  }
  #sp-header .menu-btn-menu a:focus-visible {
    border: 2px solid #fff;
  }
  #sp-header .menu-btn-menu a span {
    display: flex;
    padding: 3.3333333333vw 3.0666666667vw 3.3333333333vw 12.5333333333vw;
    width: 100%;
    line-height: 1.3;
    text-align: center;
    align-items: center;
    font-size: 0.9375rem;
    background: url("../img_common/menu_icon.png") no-repeat top 50% left 20%;
    background-size: 8vw 5.7333333333vw;
    overflow-wrap: anywhere;
  }
  #sp-header .menu-btn-menu.is-open a span {
    background: url("../img_common/close_icon.png") no-repeat top 50% left 20%/20px;
  }
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #f1f1f1;
    z-index: 9;
  }
  #sp-header .modal-search,
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    left: 0;
    z-index: 100;
    width: 100%;
    top: 20vw;
  }
  #sp-header .modal-search .in,
  #sp-header .modal-menu .in {
    margin: 0 1.3333333333%;
    padding: 0 0 20px 0;
    box-sizing: border-box;
  }
  #sp-header .modal-search .in .header-bnr li,
  #sp-header .modal-menu .in .header-bnr li {
    width: fit-content;
    margin: 0 auto 5.3333333333vw;
  }
  #sp-header .modal-search .in .header-bnr li img,
  #sp-header .modal-menu .in .header-bnr li img {
    width: 85.3333333333vw;
  }
  #sp-header .modal-menu .sp-nav {
    margin-top: 4vw;
    text-align: center;
  }
  #sp-header .modal-menu .sp-nav .nav-list li {
    margin-bottom: 5.3333333333vw;
  }
  #sp-header .modal-menu .sp-nav .nav-list li a {
    color: #333;
    font-size: 1.125rem;
    font-weight: 600;
  }
  #sp-header .support-block {
    padding: 0 20px;
  }
  #sp-header .support-block button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
  }
  #sp-header .support-block .title {
    display: none;
    font-size: 0.9375rem;
  }
  #sp-header .support-block #header-size,
  #sp-header .support-block #header-color {
    align-items: center;
    display: flex;
  }
  #sp-header .support-block #header-size dt,
  #sp-header .support-block #header-color dt {
    flex-shrink: 0;
    width: 24vw;
    font-size: 0.9375rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  #sp-header .support-block #header-size dd,
  #sp-header .support-block #header-color dd {
    font-size: 0;
    margin-right: 3.3333333333vw;
  }
  #sp-header .support-block #header-size dd img,
  #sp-header .support-block #header-color dd img {
    width: 10.6666666667vw;
  }
  #sp-header .support-block #header-size dd:last-child img,
  #sp-header .support-block #header-color dd:last-child img {
    width: 18.6666666667vw;
  }
  #sp-header .support-block #header-size .header-size-item img,
  #sp-header .support-block #header-color .header-size-item img {
    width: 18.6666666667vw;
  }
  #sp-header .support-block #header-size {
    margin-top: 3.3333333333vw;
  }
  #sp-header .support-block .shien-link {
    margin-top: 3.3333333333vw;
  }
  #sp-header .support-block .shien-link a {
    padding-left: 8.6666666667vw;
    background: url("../img_common/shien_ico.png") no-repeat top 70% left 5%;
    background-size: 4.8vw;
    color: inherit;
    text-underline-offset: 10px;
    font-family: "Noto Sans JP", sans-serif;
  }
  #sp-header .support-block .header-lang-wrapper {
    margin-top: 4.6666666667vw;
  }
  #sp-header .support-block .header-lang-wrapper .lang-error {
    color: #ee0000;
  }
  #sp-header .support-block .header-lang {
    display: flex;
    /* ie対応 */
  }
  #sp-header .support-block .header-lang select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #sp-header .support-block .header-lang select::-ms-expand {
    display: none;
  }
  #sp-header .support-block .header-lang .lang-select {
    padding: 3.3333333333vw 10.6666666667vw 3.3333333333vw 13.3333333333vw;
    width: 73.3333333333vw;
    border: solid 1px #32671d;
    border-radius: 4px 0 0 4px;
    appearance: none;
    word-break: break-all;
    white-space: normal;
    background: url(../img_common/icon_lang.png) no-repeat left 10px center, url(../img_common/language_arrow.png) no-repeat right 10px top 55%/12px #fff;
    background-size: 6.1333333333vw, 3.8666666667vw;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.0625rem;
    color: #000;
  }
  #sp-header .support-block .header-lang .btn-lang-select {
    color: #fff;
    min-height: 13.3333333333vw;
    min-width: 13.3333333333vw;
    padding: 1.3333333333vw;
    border: solid 1px #32671d;
    background: #32671d;
    border-radius: 0 4px 4px 0;
    line-height: 1;
    cursor: pointer;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.0625rem;
  }
  #sp-header .support-block .header-lang .btn-lang-select:hover, #sp-header .support-block .header-lang .btn-lang-select:focus {
    opacity: 0.85;
  }
  #sp-header .modal-menu-pc, #sp-header .modal-menu-close {
    margin: 0 auto;
    width: fit-content;
    border: 1px solid #b2b2b2;
    border-radius: 25px;
    background: #fff;
  }
  #sp-header .modal-menu-pc a, #sp-header .modal-menu-close a {
    display: block;
    padding: 12px;
    width: 86.6666666667vw;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    color: inherit;
    border-radius: 25px;
    font-family: "Noto Sans JP", sans-serif;
  }
  #sp-header .modal-menu-pc a:hover, #sp-header .modal-menu-close a:hover {
    text-decoration: underline;
  }
  #sp-header .modal-menu-pc a span, #sp-header .modal-menu-close a span {
    padding: 2.6666666667vw 0 2.6666666667vw 8.6666666667vw;
    width: 100%;
    text-align: center;
  }
  #sp-header .modal-menu-pc {
    margin-top: 9.3333333333vw;
  }
  #sp-header .modal-menu-pc span {
    background: url("../img_common/icon_pc.png") no-repeat top 50% left 0;
    background-size: 7.0666666667vw 5.6vw;
    font-weight: bold;
  }
  #sp-header .modal-menu-close {
    margin-top: 5.3333333333vw;
  }
  #sp-header .modal-menu-close span {
    background: url("../img_common/pc_close_icon.png") no-repeat left 5% top 50%;
    background-size: 5.3333333333vw;
  }
}
html[data-bgcolor=color_black] {
  /* よくあるご質問詳細ページ */
  /* よくあるご質問詳細ページ 0009_2 */
}
html[data-bgcolor=color_black] body, html[data-bgcolor=color_black] p, html[data-bgcolor=color_black] div, html[data-bgcolor=color_black] table, html[data-bgcolor=color_black] h1, html[data-bgcolor=color_black] h2, html[data-bgcolor=color_black] h3, html[data-bgcolor=color_black] h4, html[data-bgcolor=color_black] h5, html[data-bgcolor=color_black] h6, html[data-bgcolor=color_black] ul, html[data-bgcolor=color_black] ol, html[data-bgcolor=color_black] li, html[data-bgcolor=color_black] td, html[data-bgcolor=color_black] th, html[data-bgcolor=color_black] dt, html[data-bgcolor=color_black] dd, html[data-bgcolor=color_black] dl, html[data-bgcolor=color_black] h1, html[data-bgcolor=color_black] h2, html[data-bgcolor=color_black] dt, html[data-bgcolor=color_black] caption, html[data-bgcolor=color_black] section, html[data-bgcolor=color_black] span, html[data-bgcolor=color_black] header, html[data-bgcolor=color_black] footer, html[data-bgcolor=color_black] nav {
  background-color: #000 !important;
  color: #FFFFFF !important;
  background-image: none !important;
}
html[data-bgcolor=color_black] a {
  background-color: #000 !important;
  color: #FFFF00 !important;
}
html[data-bgcolor=color_black] a:visited {
  color: #f5c77b !important;
}
html[data-bgcolor=color_black] a:hover {
  color: #f5c77b !important;
}
html[data-bgcolor=color_black] h1, html[data-bgcolor=color_black] h2, html[data-bgcolor=color_black] h3, html[data-bgcolor=color_black] h4, html[data-bgcolor=color_black] h5, html[data-bgcolor=color_black] h6 {
  background-image: none !important;
  border: 1px solid #E5D1AF;
}
html[data-bgcolor=color_black] h5 {
  padding: 10px 0px;
}
html[data-bgcolor=color_black] .wysiwyg .text_ {
  color: #ffdbea !important;
}
html[data-bgcolor=color_black] .wysiwyg .text2_ {
  color: #b6e2f3 !important;
}
html[data-bgcolor=color_black] #pdf-download {
  color: #333 !important;
}
html[data-bgcolor=color_black] #header-logo img, html[data-bgcolor=color_black] #sp-header-logo img,
html[data-bgcolor=color_black] #header-subnav .list li a,
html[data-bgcolor=color_black] #header-size .title img,
html[data-bgcolor=color_black] #header-color .title img,
html[data-bgcolor=color_black] header .header-subnav-in li img,
html[data-bgcolor=color_black] #footer-logo img,
html[data-bgcolor=color_black] #footer-character img {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}
html[data-bgcolor=color_black] header .header-subnav-area-inner {
  background: transparent !important;
}
html[data-bgcolor=color_black] .slider-area .splide__list li a:focus, html[data-bgcolor=color_black] .slider-area .splide__list li a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -2px;
}
html[data-bgcolor=color_black] .side-nav-list {
  background-color: transparent !important;
}
html[data-bgcolor=color_black] .side-nav-list li span {
  background-color: transparent !important;
}
html[data-bgcolor=color_black] #keyword-area {
  background: transparent !important;
}
html[data-bgcolor=color_black] .toiawase .title, html[data-bgcolor=color_black] .toiawase .in {
  border: 1px solid #fff;
}
html[data-bgcolor=color_black] .toiawase .in {
  border-top: none;
}
html[data-bgcolor=color_black] #sp-header .modal-menu .sp-nav .title button.plus::after,
html[data-bgcolor=color_black] #sp-header .modal-menu .sp-nav .title button.mynus::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .gsst_a .gscb_a {
  color: inherit !important;
}
html[data-bgcolor=color_black] .faq-answer-area {
  background-image: url(../img_sub/v3.2/h2_faq_title_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .faq-block .faq-q-title::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .faq-block .faq-answer-area {
  background-image: none !important;
  background-color: inherit !important;
}
html[data-bgcolor=color_black] #pankuzu .in {
  background-image: url(../img_sub/v3.2/pankuzu_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_black] #ashiato .in {
  background-image: url(../img_sub/v3.2/ashiato_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .anchor ul li a::after, html[data-bgcolor=color_black] .detail a::after, html[data-bgcolor=color_black] .page a::after, html[data-bgcolor=color_black] .dir a::after,
html[data-bgcolor=color_black] .link-item .icon1::after, html[data-bgcolor=color_black] .link-item .icon2::after,
html[data-bgcolor=color_black] #side-nav .side-nav-list li a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .page a, html[data-bgcolor=color_black] .dir a, html[data-bgcolor=color_black] .table td, html[data-bgcolor=color_black] .table th {
  border-color: #fff !important;
}
html[data-bgcolor=color_black] .toiawase .mail a {
  border: 1px solid #fff !important;
}
html[data-bgcolor=color_black] .toiawase .mail a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] #side-nav .side-nav-list {
  border-color: #fff !important;
}
html[data-bgcolor=color_black] .attend-container {
  border-color: #fff !important;
}
html[data-bgcolor=color_black] .attend-container .attend-list li a::before {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .simple-enquete form input[type=radio] {
  border-color: #fff;
}
html[data-bgcolor=color_black] .simple-enquete form input[type=radio]:checked:before {
  background: #fff;
}
html[data-bgcolor=color_black] .simple-enquete form .item::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .simple-enquete form input[type=submit] {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #fff;
}
html[data-bgcolor=color_black] .event-search-area .box2 label::after, html[data-bgcolor=color_black] .event-search-area .event-search-term label::after, html[data-bgcolor=color_black] .recruit-event-search-area .box2 label::after, html[data-bgcolor=color_black] .recruit-event-search-area .event-search-term label::after {
  border-right: 2px solid #000 !important;
  border-bottom: 2px solid #000 !important;
}
html[data-bgcolor=color_black] .event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_black] .event-search-area .event-search-term input[type=checkbox]:checked + label::before, html[data-bgcolor=color_black] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_black] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::before {
  background: #fff !important;
  border: 1px solid #231815;
}
html[data-bgcolor=color_black] .event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_black] .event-search-area .event-search-term input[type=checkbox]:checked + label::after, html[data-bgcolor=color_black] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_black] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::after {
  opacity: 1;
  background: #fff !important;
}
html[data-bgcolor=color_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_blue] {
  /* よくあるご質問詳細ページ */
  /* よくあるご質問詳細ページ 0009_2 */
}
html[data-bgcolor=color_blue] body, html[data-bgcolor=color_blue] p, html[data-bgcolor=color_blue] div, html[data-bgcolor=color_blue] table, html[data-bgcolor=color_blue] h1, html[data-bgcolor=color_blue] h2, html[data-bgcolor=color_blue] h3, html[data-bgcolor=color_blue] h4, html[data-bgcolor=color_blue] h5, html[data-bgcolor=color_blue] h6, html[data-bgcolor=color_blue] ul, html[data-bgcolor=color_blue] ol, html[data-bgcolor=color_blue] li, html[data-bgcolor=color_blue] td, html[data-bgcolor=color_blue] th, html[data-bgcolor=color_blue] dt, html[data-bgcolor=color_blue] dd, html[data-bgcolor=color_blue] dl, html[data-bgcolor=color_blue] h1, html[data-bgcolor=color_blue] h2, html[data-bgcolor=color_blue] dt, html[data-bgcolor=color_blue] caption, html[data-bgcolor=color_blue] section, html[data-bgcolor=color_blue] span, html[data-bgcolor=color_blue] header, html[data-bgcolor=color_blue] footer, html[data-bgcolor=color_blue] nav {
  background-color: #005795 !important;
  color: #FFFFFF !important;
  background-image: none !important;
}
html[data-bgcolor=color_blue] a {
  background-color: #005795 !important;
  color: #FFFF00 !important;
}
html[data-bgcolor=color_blue] a:visited {
  color: #f5c77b !important;
}
html[data-bgcolor=color_blue] a:hover {
  color: #f5c77b !important;
}
html[data-bgcolor=color_blue] h1, html[data-bgcolor=color_blue] h2, html[data-bgcolor=color_blue] h3, html[data-bgcolor=color_blue] h4, html[data-bgcolor=color_blue] h5, html[data-bgcolor=color_blue] h6 {
  background-image: none !important;
  border: 1px solid #E5D1AF;
}
html[data-bgcolor=color_blue] h5 {
  padding: 10px 0px;
}
html[data-bgcolor=color_blue] .wysiwyg .text_ {
  color: #ffdbea !important;
}
html[data-bgcolor=color_blue] .wysiwyg .text2_ {
  color: #b6e2f3 !important;
}
html[data-bgcolor=color_blue] #pdf-download {
  color: #333 !important;
}
html[data-bgcolor=color_blue] #header-logo img, html[data-bgcolor=color_blue] #sp-header-logo img,
html[data-bgcolor=color_blue] #header-subnav .list li a,
html[data-bgcolor=color_blue] #header-size .title img,
html[data-bgcolor=color_blue] #header-color .title img,
html[data-bgcolor=color_blue] header .header-subnav-in li img,
html[data-bgcolor=color_blue] #footer-logo img,
html[data-bgcolor=color_blue] #footer-character img {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}
html[data-bgcolor=color_blue] header .header-subnav-area-inner {
  background: transparent !important;
}
html[data-bgcolor=color_blue] .slider-area .splide__list li a:focus, html[data-bgcolor=color_blue] .slider-area .splide__list li a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -2px;
}
html[data-bgcolor=color_blue] .side-nav-list {
  background-color: transparent !important;
}
html[data-bgcolor=color_blue] .side-nav-list li span {
  background-color: transparent !important;
}
html[data-bgcolor=color_blue] #keyword-area {
  background: transparent !important;
}
html[data-bgcolor=color_blue] .toiawase .title, html[data-bgcolor=color_blue] .toiawase .in {
  border: 1px solid #fff;
}
html[data-bgcolor=color_blue] .toiawase .in {
  border-top: none;
}
html[data-bgcolor=color_blue] #sp-header .modal-menu .sp-nav .title button.plus::after,
html[data-bgcolor=color_blue] #sp-header .modal-menu .sp-nav .title button.mynus::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .gsst_a .gscb_a {
  color: inherit !important;
}
html[data-bgcolor=color_blue] .faq-answer-area {
  background-image: url(../img_sub/v3.2/h2_faq_title_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .faq-block .faq-q-title::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .faq-block .faq-answer-area {
  background-image: none !important;
  background-color: inherit !important;
}
html[data-bgcolor=color_blue] #pankuzu .in {
  background-image: url(../img_sub/v3.2/pankuzu_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] #ashiato .in {
  background-image: url(../img_sub/v3.2/ashiato_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .anchor ul li a::after, html[data-bgcolor=color_blue] .detail a::after, html[data-bgcolor=color_blue] .page a::after, html[data-bgcolor=color_blue] .dir a::after,
html[data-bgcolor=color_blue] .link-item .icon1::after, html[data-bgcolor=color_blue] .link-item .icon2::after,
html[data-bgcolor=color_blue] #side-nav .side-nav-list li a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .page a, html[data-bgcolor=color_blue] .dir a, html[data-bgcolor=color_blue] .table td, html[data-bgcolor=color_blue] .table th {
  border-color: #fff !important;
}
html[data-bgcolor=color_blue] .toiawase .mail a {
  border: 1px solid #fff !important;
}
html[data-bgcolor=color_blue] .toiawase .mail a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] #side-nav .side-nav-list {
  border-color: #fff !important;
}
html[data-bgcolor=color_blue] .attend-container {
  border-color: #fff !important;
}
html[data-bgcolor=color_blue] .attend-container .attend-list li a::before {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .simple-enquete form input[type=radio] {
  border-color: #fff;
}
html[data-bgcolor=color_blue] .simple-enquete form input[type=radio]:checked:before {
  background: #fff;
}
html[data-bgcolor=color_blue] .simple-enquete form .item::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .simple-enquete form input[type=submit] {
  background-color: #005795 !important;
  color: #fff !important;
  border: 1px solid #fff;
}
html[data-bgcolor=color_blue] .event-search-area .box2 label::after, html[data-bgcolor=color_blue] .event-search-area .event-search-term label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .box2 label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .event-search-term label::after {
  border-right: 2px solid #005795 !important;
  border-bottom: 2px solid #005795 !important;
}
html[data-bgcolor=color_blue] .event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_blue] .event-search-area .event-search-term input[type=checkbox]:checked + label::before, html[data-bgcolor=color_blue] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_blue] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::before {
  background: #fff !important;
  border: 1px solid #231815;
}
html[data-bgcolor=color_blue] .event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_blue] .event-search-area .event-search-term input[type=checkbox]:checked + label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::after {
  opacity: 1;
  background: #fff !important;
}
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);
}