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

html {
  scroll-padding-top: calc(2rem - 32px + 94px);
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: calc(2rem - 32px + 90px);
  }
}

body {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #1a1311;
  background: #fff;
  background-image: url(../img_common/footer_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1rem;
    background-image: url(../img_common/footer_bg_sp.jpg);
    background-size: auto 971px;
  }
}

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

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

ul, ol {
  list-style: none;
}

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

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

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

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

a:focus {
  background-color: inherit;
  color: #25769a;
}

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: #317169;
  border: 2px solid #317169;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  position: relative;
  width: 100%;
}
#smartphone .wrap .txt {
  color: #fff;
  font-size: 230%;
  font-weight: bold;
  line-height: 140%;
  padding-right: 20px;
}
#smartphone .wrap .ico {
  background-color: #317169;
  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;
}

.btn-area {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .btn-area {
    flex-direction: column;
    gap: 20px;
  }
}
.btn-area a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebcc86;
  min-width: 340px;
  min-height: 60px;
  line-height: 1;
  border-radius: 50px;
  padding: 12px 20px 10px;
  font-size: 1.125rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-decoration: none;
  color: #1a1311;
}
.btn-area a:hover, .btn-area a:focus, .btn-area a:focus-visible {
  text-decoration: underline;
}
.btn-area a:focus-visible {
  outline-offset: 3px;
}

#hero .in {
  min-height: 550px;
}
@media screen and (max-width: 768px) {
  #hero .in {
    min-height: 500px;
  }
}

.splide.mv-pc,
.splide.mv-sp {
  width: 1000px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .splide.mv-pc,
  .splide.mv-sp {
    width: 100%;
    margin: 0 auto 25px;
  }
}
.splide.mv-pc .splide-wrapper,
.splide.mv-sp .splide-wrapper {
  position: relative;
}
.splide.mv-pc .splide__track,
.splide.mv-sp .splide__track {
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .splide.mv-pc .splide__slide,
  .splide.mv-sp .splide__slide {
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .splide.mv-pc .splide__slide,
  .splide.mv-sp .splide__slide {
    width: 100%;
  }
}
.splide.mv-pc .splide__slide a,
.splide.mv-sp .splide__slide a {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .splide.mv-pc .splide__slide a,
  .splide.mv-sp .splide__slide a {
    width: 1000px;
  }
  .splide.mv-pc .splide__slide a:focus, .splide.mv-pc .splide__slide a:focus-visible,
  .splide.mv-sp .splide__slide a:focus,
  .splide.mv-sp .splide__slide a:focus-visible {
    outline: none;
  }
  .splide.mv-pc .splide__slide a:focus::before, .splide.mv-pc .splide__slide a:focus-visible::before,
  .splide.mv-sp .splide__slide a:focus::before,
  .splide.mv-sp .splide__slide a:focus-visible::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    top: calc(4px * 0.5);
    left: calc(4px * 0.5);
    margin: auto;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 2px;
    outline: 1px solid #fff;
    border: 2px solid #333;
  }
}
@media screen and (max-width: 768px) {
  .splide.mv-pc .splide__slide a,
  .splide.mv-sp .splide__slide a {
    width: 100%;
  }
}
.splide.mv-pc .splide__slide a:hover img,
.splide.mv-sp .splide__slide a:hover img {
  opacity: 0.85;
}
.splide.mv-pc .splide__slide img,
.splide.mv-sp .splide__slide img {
  object-fit: cover;
}
@media print, screen and (min-width: 769px) {
  .splide.mv-pc .splide__slide img,
  .splide.mv-sp .splide__slide img {
    border-radius: 0px;
    width: 1000px;
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  .splide.mv-pc .splide__slide img,
  .splide.mv-sp .splide__slide img {
    border-radius: 0px;
    width: 100%;
    height: 133.33vw;
  }
}
.splide.mv-pc .splide__arrows,
.splide.mv-sp .splide__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .splide.mv-pc .splide__arrows,
  .splide.mv-sp .splide__arrows {
    justify-content: center;
  }
}
.splide.mv-pc .splide__arrow,
.splide.mv-sp .splide__arrow {
  position: initial;
  right: initial;
  left: initial;
  transform: initial;
  opacity: initial;
  border-radius: 50%;
  background-color: #317169;
  outline: 1px solid #fff;
  height: 22px;
  width: 22px;
  position: relative;
}
.splide.mv-pc .splide__arrow::after,
.splide.mv-sp .splide__arrow::after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  inset: 0;
  width: 10px;
  height: 10px;
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.splide.mv-pc .splide__arrow--prev::after,
.splide.mv-sp .splide__arrow--prev::after {
  clip-path: polygon(74.34% 100%, 80% 94.34%, 35.66% 50%, 80% 5.66%, 74.34% 0%, 24.34% 50%);
}
.splide.mv-pc .splide__arrow--next::after,
.splide.mv-sp .splide__arrow--next::after {
  clip-path: polygon(33.66% 100%, 28% 94.34%, 72.34% 50%, 28% 5.66%, 33.66% 0%, 83.66% 50%);
}
.splide.mv-pc .splide__controls,
.splide.mv-sp .splide__controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 21px;
}
@media screen and (max-width: 768px) {
  .splide.mv-pc .splide__controls,
  .splide.mv-sp .splide__controls {
    position: relative;
    bottom: initial;
    right: initial;
    padding-left: 0;
    justify-content: center;
    margin: 16px auto 0;
  }
}
.splide.mv-pc .splide__pagination,
.splide.mv-sp .splide__pagination {
  padding: 0 20px;
  position: initial;
  gap: 8px 28px;
  justify-content: flex-start;
  max-width: calc(100% - 134px);
}
.splide.mv-pc .splide__pagination li,
.splide.mv-sp .splide__pagination li {
  display: flex;
}
.splide.mv-pc .splide__pagination__page,
.splide.mv-sp .splide__pagination__page {
  margin: 0;
  width: 10px;
  height: 10px;
  background: #317169;
  border: 1px solid #317169;
  outline: 1px solid #fff;
  transition: initial;
  opacity: initial;
}
@media print, screen and (min-width: 769px) {
  .splide.mv-pc .splide__pagination__page:hover,
  .splide.mv-sp .splide__pagination__page:hover {
    opacity: 0.85;
  }
}
.splide.mv-pc .splide__pagination__page.is-active,
.splide.mv-sp .splide__pagination__page.is-active {
  background: #fff;
  transform: initial;
}
.splide.mv-pc .splide__toggle,
.splide.mv-sp .splide__toggle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #317169;
  border: 0px solid #317169;
  outline: 1px solid #fff;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .splide.mv-pc .splide__toggle:hover,
  .splide.mv-sp .splide__toggle:hover {
    opacity: 0.85;
  }
}
.splide.mv-pc .splide__toggle span,
.splide.mv-sp .splide__toggle span {
  margin: auto;
  position: absolute;
  background-color: #fff !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.splide.mv-pc .splide__toggle__play,
.splide.mv-sp .splide__toggle__play {
  width: 7px;
  height: 7px;
  top: 0;
  bottom: 0;
  left: 3px;
  right: 0;
  margin: auto;
  clip-path: polygon(95% 50%, 5% 0%, 5% 100%);
}
.splide.mv-pc .splide__toggle__pause,
.splide.mv-sp .splide__toggle__pause {
  width: 9px;
  height: 10px;
  inset: 0;
  clip-path: polygon(18.47% 0%, 32.33% 0%, 32.33% 100%, 67.39% 100%, 67.39% 0%, 81.53% 0%, 81.53% 100%, 18.47% 100%);
}
.splide.mv-pc:not(.is-active),
.splide.mv-sp:not(.is-active) {
  visibility: visible !important;
}
.splide.mv-pc:not(.is-active) .splide__list,
.splide.mv-sp:not(.is-active) .splide__list {
  display: flex !important;
}
@media print, screen and (min-width: 769px) {
  .splide.mv-pc:not(.is-active) .splide__list,
  .splide.mv-sp:not(.is-active) .splide__list {
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .splide.mv-pc:not(.is-active) .splide__list,
  .splide.mv-sp:not(.is-active) .splide__list {
    gap: 0;
  }
}
.splide.mv-pc:not(.is-active) .splide__slide:last-child,
.splide.mv-sp:not(.is-active) .splide__slide:last-child {
  margin: 0 !important;
}
.splide.mv-pc:not(.is-active) .splide__arrows,
.splide.mv-sp:not(.is-active) .splide__arrows {
  display: none;
}
.splide.mv-pc:not(.is-active) .splide__toggle,
.splide.mv-sp:not(.is-active) .splide__toggle {
  display: none;
}

.splide a:focus, .splide a:focus-visible {
  outline: none;
}
.splide a:focus::before, .splide a:focus-visible::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: calc(4px * 0.5);
  left: calc(4px * 0.5);
  margin: auto;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 2px;
  outline: 1px solid #fff;
  border: 2px solid #333;
}

#for-you {
  background-image: url(../img_top/for_you_photo_01.png), url(../img_top/for_you_photo_02.png);
  background-repeat: no-repeat, no-repeat;
  background-position: calc(50% - 637px) 11px, calc(50% + 637px) 113px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #for-you {
    padding-bottom: 190px;
    background-position: calc(50% - 90px) calc(100% - 55px), calc(50% + 90px) calc(100% - 55px);
    background-size: 170px, 170px;
  }
}
#for-you .in {
  width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #for-you .in {
    width: calc(100% - 20px);
  }
}
#for-you .in .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.625rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1;
  min-height: 70px;
  padding: 10px 150px;
  background-image: url(../img_top/for_you_cloud_01.png), url(../img_top/for_you_cloud_02.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right 22px bottom 7px;
  background-size: 99px 43px, 83px 28px;
}
@media screen and (max-width: 768px) {
  #for-you .in .title {
    margin-bottom: 20px;
    min-height: 30px;
    padding: 5px 52px;
    font-size: 1.5rem;
    background-position: left top 5px, right bottom 7px;
    background-size: 41px 17px, 37px 13px;
  }
}
#for-you .in .text {
  margin-bottom: 45px;
}
#for-you .in .text p {
  text-align: center;
  line-height: 2;
}

#gifts {
  background: url(../img_top/return_gift_bg.png);
  padding: 90px 0 105px;
}
@media screen and (max-width: 768px) {
  #gifts {
    padding: 50px 0 60px;
  }
}
#gifts .in {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #gifts .in {
    width: max(350px, 93.3333333333vw);
  }
}
#gifts .in .title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  font-size: 2.625rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #gifts .in .title {
    font-size: 1.5rem;
    margin-bottom: 38px;
  }
}
#gifts .in .list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  #gifts .in .list {
    gap: 25px;
  }
}
#gifts .in .list img {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  #gifts .in .list img {
    width: max(350px, 93.3333333333vw);
  }
}
#gifts .in .list a:hover, #gifts .in .list a:focus, #gifts .in .list a:focus-visible {
  opacity: 0.85;
}

#type .in {
  width: 1000px;
  margin: 0 auto 70px;
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  #type .in {
    margin: 0 auto 40px;
    padding-top: 60px;
    width: max(350px, 93.3333333333vw);
  }
}
#type .in .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px 40px;
}
@media screen and (max-width: 768px) {
  #type .in .list {
    gap: 20px 20px;
  }
}
#type .in .list a {
  color: #1a1311;
  text-decoration: none;
}
#type .in .list a:hover, #type .in .list a:focus, #type .in .list a:focus-visible {
  text-decoration: underline;
}
#type .in .list a:hover img, #type .in .list a:focus img, #type .in .list a:focus-visible img {
  opacity: 0.85;
}
#type .in .list .item-img {
  width: 220px;
}
@media screen and (max-width: 768px) {
  #type .in .list .item-img {
    width: max(102px, 27.2vw);
  }
}
#type .in .list .item-img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
#type .in .list .item-txt {
  text-align: center;
  padding-top: 18px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #type .in .list .item-txt {
    word-break: break-all;
    padding-top: 10px;
    width: max(102px, 27.2vw);
  }
}

@media screen and (max-width: 768px) {
  #gift-slider .in .btn-area {
    padding: 0px 15px 0px;
  }
}

.splide.gift-slider {
  width: 1000px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .splide.gift-slider {
    width: 100%;
    margin: 0 auto 25px;
  }
}
.splide.gift-slider .splide-wrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  .splide.gift-slider .splide-wrapper {
    overflow: hidden;
  }
}
.splide.gift-slider .splide__track {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .splide.gift-slider .splide__track {
    width: 58.6666666667vw;
    margin: 0 auto;
    overflow: visible;
  }
}
@media print, screen and (min-width: 769px) {
  .splide.gift-slider .splide__slide {
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .splide.gift-slider .splide__slide {
    width: 58.6666666667vw;
  }
}
.splide.gift-slider .splide__slide a {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .splide.gift-slider .splide__slide a {
    width: 220px;
  }
  .splide.gift-slider .splide__slide a:focus, .splide.gift-slider .splide__slide a:focus-visible {
    outline: none;
  }
  .splide.gift-slider .splide__slide a:focus::before, .splide.gift-slider .splide__slide a:focus-visible::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    top: calc(4px * 0.5);
    left: calc(4px * 0.5);
    margin: auto;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 2px;
    outline: 1px solid #fff;
    border: 2px solid #333;
  }
}
@media screen and (max-width: 768px) {
  .splide.gift-slider .splide__slide a {
    width: 58.6666666667vw;
  }
}
.splide.gift-slider .splide__slide a:hover img {
  opacity: 0.85;
}
.splide.gift-slider .splide__slide img {
  object-fit: cover;
}
@media print, screen and (min-width: 769px) {
  .splide.gift-slider .splide__slide img {
    border-radius: 0px;
    width: 220px;
    height: 220px;
  }
}
@media screen and (max-width: 768px) {
  .splide.gift-slider .splide__slide img {
    border-radius: 0px;
    width: 58.6666666667vw;
    height: 58.6666666667vw;
  }
}
.splide.gift-slider .splide__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .splide.gift-slider .splide__arrows {
    justify-content: center;
  }
}
.splide.gift-slider .splide__arrow {
  position: initial;
  right: initial;
  left: initial;
  transform: initial;
  opacity: initial;
  border-radius: 50%;
  background-color: #317169;
  outline: 1px solid #fff;
  height: 22px;
  width: 22px;
  position: relative;
}
.splide.gift-slider .splide__arrow::after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  inset: 0;
  width: 10px;
  height: 10px;
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.splide.gift-slider .splide__arrow--prev::after {
  clip-path: polygon(74.34% 100%, 80% 94.34%, 35.66% 50%, 80% 5.66%, 74.34% 0%, 24.34% 50%);
}
.splide.gift-slider .splide__arrow--next::after {
  clip-path: polygon(33.66% 100%, 28% 94.34%, 72.34% 50%, 28% 5.66%, 33.66% 0%, 83.66% 50%);
}
.splide.gift-slider .splide__controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 21px;
}
@media screen and (max-width: 768px) {
  .splide.gift-slider .splide__controls {
    position: relative;
    bottom: initial;
    right: initial;
    padding-left: 0;
    justify-content: center;
    margin: 16px auto 0;
  }
}
.splide.gift-slider .splide__pagination {
  padding: 0 20px;
  position: initial;
  gap: 8px 28px;
  justify-content: flex-start;
  max-width: calc(100% - 134px);
}
.splide.gift-slider .splide__pagination li {
  display: flex;
}
.splide.gift-slider .splide__pagination__page {
  margin: 0;
  width: 10px;
  height: 10px;
  background: #317169;
  border: 1px solid #317169;
  outline: 1px solid #fff;
  transition: initial;
  opacity: initial;
}
@media print, screen and (min-width: 769px) {
  .splide.gift-slider .splide__pagination__page:hover {
    opacity: 0.85;
  }
}
.splide.gift-slider .splide__pagination__page.is-active {
  background: #fff;
  transform: initial;
}
.splide.gift-slider .splide__toggle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #317169;
  border: 0px solid #317169;
  outline: 1px solid #fff;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .splide.gift-slider .splide__toggle:hover {
    opacity: 0.85;
  }
}
.splide.gift-slider .splide__toggle span {
  margin: auto;
  position: absolute;
  background-color: #fff !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.splide.gift-slider .splide__toggle__play {
  width: 7px;
  height: 7px;
  top: 0;
  bottom: 0;
  left: 3px;
  right: 0;
  margin: auto;
  clip-path: polygon(95% 50%, 5% 0%, 5% 100%);
}
.splide.gift-slider .splide__toggle__pause {
  width: 9px;
  height: 10px;
  inset: 0;
  clip-path: polygon(18.47% 0%, 32.33% 0%, 32.33% 100%, 67.39% 100%, 67.39% 0%, 81.53% 0%, 81.53% 100%, 18.47% 100%);
}
.splide.gift-slider:not(.is-active) {
  visibility: visible !important;
}
.splide.gift-slider:not(.is-active) .splide__list {
  display: flex !important;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .splide.gift-slider:not(.is-active) .splide__list {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .splide.gift-slider:not(.is-active) .splide__list {
    gap: 7.7333333333vw;
  }
}
.splide.gift-slider:not(.is-active) .splide__slide:last-child {
  margin: 0 !important;
}
.splide.gift-slider:not(.is-active) .splide__arrows {
  display: none;
}
.splide.gift-slider:not(.is-active) .splide__toggle {
  display: none;
}

#movie .in {
  padding: 100px 0 80px;
}
@media screen and (max-width: 768px) {
  #movie .in {
    padding: 60px 0 60px;
  }
}
#movie .in .movie-area {
  width: fit-content;
  height: fit-content;
}
#movie .in .movie-area iframe {
  width: 560px;
  height: 315px;
}
#movie .in .movie-area {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #movie .in .movie-area iframe {
    width: 93.3333333333vw;
    height: 44.5333333333vw;
  }
}

#about .in {
  margin: 0 auto;
  width: 1000px;
  padding: 75px 0 80px;
  background-image: url(../img_top/about_border.png), url(../img_top/about_border.png);
  background-size: 1000px, 1000px;
  background-repeat: no-repeat no-repeat;
  background-position: center top, center bottom;
}
@media screen and (max-width: 768px) {
  #about .in {
    width: 100%;
    padding: 50px 15px 60px;
    background-image: url(../img_top/about_border_sp.png), url(../img_top/about_border_sp.png);
    background-size: 93.3333333333vw, 93.3333333333vw;
  }
}
#about .in .title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 20px;
  font-size: 2.625rem;
}
@media screen and (max-width: 768px) {
  #about .in .title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
#about .in .content {
  display: flex;
  gap: 43px;
  margin-bottom: 45px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  #about .in .content {
    flex-direction: column;
    gap: 28px;
    margin-bottom: 30px;
    padding-top: 0px;
  }
}
#about .in .content .img {
  width: 458px;
}
#about .in .content .img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #about .in .content .img {
    width: 93.3333333333vw;
  }
}
#about .in .content .text p {
  line-height: 1.7;
}

#message .in {
  padding: 90px 0 80px;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #message .in {
    padding: 40px 0 60px;
    width: 93.3333333333vw;
  }
}
#message .in .title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 20px;
  font-size: 2.625rem;
}
@media screen and (max-width: 768px) {
  #message .in .title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
#message .in .desc {
  text-align: center;
  margin-bottom: 40px;
}

.splide.message {
  width: 1000px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .splide.message {
    width: 350px;
    margin: 0 auto 25px;
  }
}
.splide.message .splide-wrapper {
  position: relative;
}
.splide.message .splide__track {
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .splide.message .splide__slide {
    width: 314px;
  }
}
@media screen and (max-width: 768px) {
  .splide.message .splide__slide {
    width: 314px;
  }
}
.splide.message .splide__slide a {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .splide.message .splide__slide a {
    width: 314px;
  }
  .splide.message .splide__slide a:focus, .splide.message .splide__slide a:focus-visible {
    outline: none;
  }
  .splide.message .splide__slide a:focus::before, .splide.message .splide__slide a:focus-visible::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    top: calc(4px * 0.5);
    left: calc(4px * 0.5);
    margin: auto;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 2px;
    outline: 1px solid #fff;
    border: 2px solid #333;
  }
}
@media screen and (max-width: 768px) {
  .splide.message .splide__slide a {
    width: 314px;
  }
}
.splide.message .splide__slide a:hover img {
  opacity: 0.85;
}
.splide.message .splide__slide img {
  object-fit: cover;
}
@media print, screen and (min-width: 769px) {
  .splide.message .splide__slide img {
    border-radius: 0px;
    width: 314px;
    height: 256px;
  }
}
@media screen and (max-width: 768px) {
  .splide.message .splide__slide img {
    border-radius: 0px;
    width: 314px;
    height: 256px;
  }
}
.splide.message .splide__slide .content {
  border: 3px solid #e1634a;
  padding: 100px 25px 25px;
  background-image: url(../img_top/icon_ribbon.png);
  background-repeat: no-repeat;
  background-position: top 22px left 22px;
  background-size: 86px;
}
@media print, screen and (min-width: 769px) {
  .splide.message .splide__slide .content {
    border-radius: 0px;
    width: 314px;
    min-height: calc(1rem - 16px + 256px);
  }
}
@media screen and (max-width: 768px) {
  .splide.message .splide__slide .content {
    margin: 0 auto;
    border-radius: 0px;
    width: 314px;
    min-height: calc(1rem - 16px + 256px);
  }
}
.splide.message .splide__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .splide.message .splide__arrows {
    justify-content: center;
  }
}
.splide.message .splide__arrow {
  position: initial;
  right: initial;
  left: initial;
  transform: initial;
  opacity: initial;
  border-radius: 50%;
  background-color: #317169;
  outline: 1px solid #fff;
  height: 22px;
  width: 22px;
  position: relative;
}
.splide.message .splide__arrow::after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  inset: 0;
  width: 10px;
  height: 10px;
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.splide.message .splide__arrow--prev::after {
  clip-path: polygon(74.34% 100%, 80% 94.34%, 35.66% 50%, 80% 5.66%, 74.34% 0%, 24.34% 50%);
}
.splide.message .splide__arrow--next::after {
  clip-path: polygon(33.66% 100%, 28% 94.34%, 72.34% 50%, 28% 5.66%, 33.66% 0%, 83.66% 50%);
}
.splide.message .splide__controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 21px;
}
@media screen and (max-width: 768px) {
  .splide.message .splide__controls {
    position: relative;
    bottom: initial;
    right: initial;
    padding-left: 0;
    justify-content: center;
    margin: 16px auto 0;
  }
}
.splide.message .splide__pagination {
  padding: 0 20px;
  position: initial;
  gap: 8px 28px;
  justify-content: flex-start;
  max-width: calc(100% - 134px);
}
.splide.message .splide__pagination li {
  display: flex;
}
.splide.message .splide__pagination__page {
  margin: 0;
  width: 10px;
  height: 10px;
  background: #317169;
  border: 1px solid #317169;
  outline: 1px solid #fff;
  transition: initial;
  opacity: initial;
}
@media print, screen and (min-width: 769px) {
  .splide.message .splide__pagination__page:hover {
    opacity: 0.85;
  }
}
.splide.message .splide__pagination__page.is-active {
  background: #fff;
  transform: initial;
}
.splide.message .splide__toggle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #317169;
  border: 0px solid #317169;
  outline: 1px solid #fff;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .splide.message .splide__toggle:hover {
    opacity: 0.85;
  }
}
.splide.message .splide__toggle span {
  margin: auto;
  position: absolute;
  background-color: #fff !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.splide.message .splide__toggle__play {
  width: 7px;
  height: 7px;
  top: 0;
  bottom: 0;
  left: 3px;
  right: 0;
  margin: auto;
  clip-path: polygon(95% 50%, 5% 0%, 5% 100%);
}
.splide.message .splide__toggle__pause {
  width: 9px;
  height: 10px;
  inset: 0;
  clip-path: polygon(18.47% 0%, 32.33% 0%, 32.33% 100%, 67.39% 100%, 67.39% 0%, 81.53% 0%, 81.53% 100%, 18.47% 100%);
}
.splide.message:not(.is-active) {
  visibility: visible !important;
}
.splide.message:not(.is-active) .splide__list {
  display: flex !important;
}
@media print, screen and (min-width: 769px) {
  .splide.message:not(.is-active) .splide__list {
    gap: 29px;
  }
}
@media screen and (max-width: 768px) {
  .splide.message:not(.is-active) .splide__list {
    gap: 29px;
  }
}
.splide.message:not(.is-active) .splide__slide:last-child {
  margin: 0 !important;
}
.splide.message:not(.is-active) .splide__arrows {
  display: none;
}
.splide.message:not(.is-active) .splide__toggle {
  display: none;
}

#apply {
  background-color: #f6f4ef;
}
#apply .in {
  padding: 70px 0 90px;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #apply .in {
    padding: 55px 0 70px;
    width: 93.3333333333vw;
  }
}
#apply .in .title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 20px;
  font-size: 2.625rem;
}
@media screen and (max-width: 768px) {
  #apply .in .title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
#apply .in .desc {
  text-align: center;
  margin-bottom: 40px;
}
#apply .in .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 23px 29px;
}
@media screen and (max-width: 768px) {
  #apply .in .list {
    gap: 4.2666666667vw 7.4666666667vw;
  }
}
#apply .in .list img {
  width: 142px;
  height: 70px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  #apply .in .list img {
    width: 26.1333333333vw;
    height: 12.8vw;
  }
}

#question .in {
  padding: 70px 0 90px;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #question .in {
    padding: 55px 0 70px;
    width: 93.3333333333vw;
  }
}
#question .in .title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 20px;
  font-size: 2.625rem;
}
@media screen and (max-width: 768px) {
  #question .in .title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
#question .in .content {
  margin-bottom: 43px;
}
@media screen and (max-width: 768px) {
  #question .in .content {
    margin-bottom: 32px;
  }
}
#question .in .content dl {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #question .in .content dl {
    flex-direction: column;
    gap: 20px;
  }
}
#question .in .content .item {
  background-color: #e3eff3;
  border-radius: 10px;
  width: calc((100% - 30px) / 2);
  padding: 30px;
}
@media screen and (max-width: 768px) {
  #question .in .content .item {
    width: 100%;
    padding: 26px 18px;
  }
}
#question .in .content .item dt {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #858585;
  padding-bottom: 14px;
  margin-bottom: 15px;
}
#question .in .content .item dt .q {
  display: block;
  width: fit-content;
  font-size: 1.5rem;
  color: #317169;
  font-weight: bold;
}
#question .in .content .item dt .q-text {
  display: block;
  width: fit-content;
  font-weight: bold;
}

#news .in {
  padding: 0px 0 90px;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #news .in {
    padding: 0px 0 70px;
    width: 93.3333333333vw;
  }
}
#news .in .title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 20px;
  font-size: 2.625rem;
}
@media screen and (max-width: 768px) {
  #news .in .title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
#news .in .content {
  padding-top: 20px;
  margin-bottom: 43px;
}
@media screen and (max-width: 768px) {
  #news .in .content {
    padding-top: 10px;
    margin-bottom: 32px;
  }
}
#news .in .content .list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  #news .in .content .list {
    gap: 20px;
  }
}
#news .in .content .list li {
  border-bottom: 1px solid #b5b5b5;
  display: inline-flex;
  gap: 20px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #news .in .content .list li {
    flex-direction: column;
    gap: 5px;
    padding-bottom: 20px;
  }
}
#news .in .content .list .date {
  min-width: 140px;
  color: #1a1311;
  line-height: 1.2;
}
#news .in .content .list a, #news .in .content .list a.text, #news .in .content .list .text {
  line-height: 1.2;
  color: #1a1311;
  text-decoration: none;
}
#news .in .content .list a:hover, #news .in .content .list a:focus, #news .in .content .list a:focus-visible, #news .in .content .list a.text:hover, #news .in .content .list a.text:focus, #news .in .content .list a.text:focus-visible, #news .in .content .list .text:hover, #news .in .content .list .text:focus, #news .in .content .list .text:focus-visible {
  text-decoration: underline;
}

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

/*==================================
フッター
==================================*/
footer {
  margin-top: 100px;
  padding-top: 70px;
  position: relative;
  /* 電話番号リンクを無効化 */
}
footer a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 157px;
  }
}
footer .in {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  width: 1000px;
  text-align: center;
  margin: 0 auto 95px;
  padding: 35px;
}
@media screen and (max-width: 768px) {
  footer .in {
    width: calc(100% - 25px);
    margin: 0 auto 82px;
    padding: 38px 18px 18px;
  }
}
footer .footer-logo {
  width: 377px;
  margin: 0 auto 37px;
}
@media screen and (max-width: 768px) {
  footer .footer-logo {
    width: 303px;
  }
}
footer .footer-logo img {
  width: 100%;
  height: auto;
}
footer .section-name {
  font-weight: bold;
  margin-bottom: 1rem;
}
footer address {
  font-size: 1rem;
}
footer .tel-fax {
  font-size: 1rem;
  margin-bottom: 35px;
}
footer .links {
  display: flex;
  justify-content: center;
  gap: 11px;
}
@media screen and (max-width: 768px) {
  footer .links {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}
footer .links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding: 15px 20px;
  background-color: #317169;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  width: fit-content;
  min-width: 171px;
  min-height: 40px;
  position: relative;
  outline: 1px solid #fff;
}
footer .links li a:hover, footer .links li a:focus, footer .links li a:focus-visible {
  text-decoration: underline;
}
footer .links li a:focus, footer .links li a:focus-visible {
  outline: none;
}
footer .links li a:focus::before, footer .links li a:focus-visible::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: calc(-6px * 0.5);
  left: calc(-6px * 0.5);
  margin: auto;
  width: calc(100% - -6px);
  height: calc(100% - -6px);
  border-radius: 100px;
  outline: 1px solid #fff;
  border: 2px solid #333;
}
@media screen and (max-width: 768px) {
  footer .links li a {
    min-width: 190px;
  }
}
footer #pagetop {
  z-index: 5;
  position: fixed;
  transform: translateY(calc(100% - 20px));
  bottom: max(4px, env(safe-area-inset-bottom, 4px));
  right: max(4px, env(safe-area-inset-right, 4px));
  display: flex;
  width: fit-content;
  height: fit-content;
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
footer #pagetop img {
  width: 180px;
  height: auto;
}
@media screen and (max-width: 768px) {
  footer #pagetop img {
    width: 120px;
  }
}
footer #pagetop.show {
  opacity: 1;
  transform: translateY(0);
}
footer #pagetop a {
  display: block;
}
footer #pagetop a:hover img, footer #pagetop a:focus img, footer #pagetop a:focus-visible img {
  opacity: 0.85;
}
footer .copyright {
  padding: 40px 0 0;
  color: #333;
  font-size: 0.75rem;
  text-align: center;
}

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;
}
.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: #1a1311;
  text-decoration: none;
  font-size: 0.75rem;
  position: relative;
  line-height: normal;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.table-wrap .scroll-table-switch .scroll-btn:hover,
.table-wrap .scroll-table-switch .in-display-btn:hover {
  opacity: 0.9;
}
.table-wrap .scroll-table-switch .scroll-btn .scroll,
.table-wrap .scroll-table-switch .in-display-btn .scroll {
  background-repeat: no-repeat;
  background-image: url(../img_sub/v3.2/scroll-table-switch.png);
  background-position: left 10px center;
  background-size: 19px;
  padding: 4px 10px 5px 28px;
  border-radius: 3px 0 0 3px;
  font-weight: bold;
  border-bottom: 3px solid #333;
}
.table-wrap .scroll-table-switch .scroll-btn .in-display,
.table-wrap .scroll-table-switch .in-display-btn .in-display {
  background-repeat: no-repeat;
  background-image: url(../img_sub/v3.2/scroll-table-switch-in.png);
  background-position: left 10px center;
  background-size: 13px;
  padding: 4px 10px 5px 25px;
  border-radius: 0 3px 3px 0;
}
.table-wrap .scroll-table-switch .is-state {
  margin-left: 3px;
}

.table-wrap .scroll-table-switch .scroll {
  background-color: #317169;
  color: #fff;
}
.table-wrap .scroll-table-switch .in-display {
  background-color: #ebcc86;
  color: #1a1311;
}

.scroll-view .scroll-btn .scroll {
  background-color: #ebcc86 !important;
  color: #1a1311 !important;
  font-weight: normal !important;
  border-bottom: none !important;
}
.scroll-view .in-display-btn .in-display {
  background-color: #317169 !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: #f6f4ef;
  color: #333;
  font-size: 1.625rem;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 16px 20px;
  margin-top: 48px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  h2.head-title, .wysiwyg h2, .free-layout-area h2 {
    margin-top: 32px;
  }
}
h2.head-title::after, .wysiwyg h2::after, .free-layout-area h2::after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #317169;
  top: 0;
  left: 0;
}
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: #317169;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 5px;
  padding: 12px 20px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
    margin-top: 24px;
  }
}
h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  color: #333;
  font-size: 1.375rem;
  padding: 8px 10px;
  border-bottom: 2px solid #317169;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  h4, .wysiwyg h4, .free-layout-area h4 {
    margin-top: 24px;
  }
}
h4 .bg, .wysiwyg h4 .bg, .free-layout-area h4 .bg {
  display: block;
}
h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 8px 7px 8px 10px;
  margin-top: 48px;
  position: relative;
}
@media screen and (max-width: 768px) {
  h5, .wysiwyg h5, .free-layout-area h5 {
    margin-top: 24px;
  }
}
h5::after, .wysiwyg h5::after, .free-layout-area h5::after {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: calc(100% - 24px);
  background-color: #317169;
  left: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
}
h5 .bg, .wysiwyg h5 .bg, .free-layout-area h5 .bg {
  display: block;
}
h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 1.25rem;
  padding: 8px 10px;
  font-weight: bold;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  h6, .wysiwyg h6, .free-layout-area h6 {
    margin-top: 24px;
  }
}
h6 .bg, .wysiwyg h6 .bg, .free-layout-area h6 .bg {
  display: block;
}
h2.head-title, h3.head-title {
  overflow: hidden;
}

.smartcmsBbsBlock h3,
h4, h5, h6 {
  overflow: hidden;
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .free-layout-area h2, .free-layout-area h3, .free-layout-area h4, .free-layout-area h5, .free-layout-area h6 {
  overflow: hidden;
}

.wysiwyg ul, .pubcom-table ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: disc;
}

* html .wysiwyg ul,
* html .pubcom-table ul {
  display: inline-block;
}

.wysiwyg ol, .pubcom-table ol {
  /* 回り込み画像時にリストが出ない問題を解決 */
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 2em;
  list-style: decimal;
}

* html .wysiwyg ol,
* html .pubcom-table ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
}

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

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

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

.wysiwyg th {
  background-color: #ebcc86;
  border: 1px solid #fff;
}

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

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

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

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

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

.wysiwyg .right-col {
  width: 480px;
  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: #1a1311;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  #header {
    background-color: #fff;
  }
  #header .header-subnav-area {
    padding: 0px 0;
  }
  #header .header-subnav-area .header-subnav-area-inner {
    display: grid;
    grid-template-columns: 1fr 300px calc(1000px - 600px) 300px 1fr;
    align-items: center;
    gap: 0 0px;
    min-height: 85px;
  }
  #header .header-subnav-area #header-logo {
    grid-column: 3/4;
    display: flex;
    justify-self: center;
    align-items: center;
    width: 377px;
    min-height: 85px;
    line-height: 1;
  }
  #header .header-subnav-area #header-logo img {
    width: 100%;
  }
  #header .header-subnav-area #header-logo a {
    display: inline-block;
  }
  #header .header-subnav-area #header-logo a:hover {
    opacity: 0.85;
  }
  #header .header-subnav-area .box {
    grid-column: 4/5;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 5px 20px;
    margin-left: auto;
    padding: 0px 0;
    min-height: 85px;
  }
  #header .header-subnav-area .header-size, #header .header-subnav-area .header-color {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  #header .header-subnav-area .header-size button, #header .header-subnav-area .header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    padding: 0;
  }
  #header .header-subnav-area .header-size .title, #header .header-subnav-area .header-color .title {
    font-size: 1rem;
    margin-right: 10px;
    line-height: 1.2;
    min-width: 86px;
  }
  #header .header-subnav-area .header-size dd, #header .header-subnav-area .header-color dd {
    line-height: 1;
  }
  #header .header-subnav-area .header-size dd + dd, #header .header-subnav-area .header-color dd + dd {
    margin-left: 2px;
  }
  #header .header-subnav-area .header-size dd img, #header .header-subnav-area .header-color dd img {
    cursor: pointer;
  }
  #header .header-subnav-area .header-size dd img:hover, #header .header-subnav-area .header-color dd img:hover {
    opacity: 0.85;
  }
  #header .header-subnav-area .header-size .normal-on, #header .header-subnav-area .header-size .normal-off, #header .header-subnav-area .header-size .big-on, #header .header-subnav-area .header-size .big-off {
    border-radius: 3px;
    border: 1px solid #fff;
    display: block;
  }
  #header .header-subnav-area .header-size .normal-on.hide, #header .header-subnav-area .header-size .normal-off.hide, #header .header-subnav-area .header-size .big-on.hide, #header .header-subnav-area .header-size .big-off.hide {
    display: none;
  }
  #header .header-subnav-area .header-size .normal-on span, #header .header-subnav-area .header-size .normal-off span, #header .header-subnav-area .header-size .big-on span, #header .header-subnav-area .header-size .big-off span {
    display: flex;
    width: fit-content;
    height: fit-content;
    justify-content: center;
    align-items: center;
    padding: 8px 2px;
    line-height: 1;
    border-radius: 3px;
    text-decoration: none;
    min-width: 2.9rem;
    font-size: 1rem;
  }
  #header .header-subnav-area .header-size .normal-on span:hover, #header .header-subnav-area .header-size .normal-off span:hover, #header .header-subnav-area .header-size .big-on span:hover, #header .header-subnav-area .header-size .big-off span:hover {
    opacity: 0.85;
  }
  #header .header-subnav-area .header-size .normal-on span span, #header .header-subnav-area .header-size .normal-off span span, #header .header-subnav-area .header-size .big-on span span, #header .header-subnav-area .header-size .big-off span span {
    background-color: inherit !important;
    color: inherit !important;
  }
  #header .header-subnav-area .header-size .normal-on, #header .header-subnav-area .header-size .big-on {
    background-color: #317169;
    color: #fff;
  }
  #header .header-subnav-area .header-size .normal-off, #header .header-subnav-area .header-size .big-off {
    background-color: #fff;
    border-color: #B0B0B0;
    color: #000;
  }
  #header .header-subnav-area .header-color dd {
    border-radius: 3px;
    border: 1px solid #fff;
  }
  #header .header-subnav-area .header-color dd a {
    display: block;
    padding: 7px 8px 8px 7px;
    line-height: 1;
    border-radius: 3px;
    text-decoration: none;
  }
  #header .header-subnav-area .header-color dd a:hover {
    opacity: 0.85;
  }
  #header .header-subnav-area .header-color dd a span {
    display: flex;
    width: fit-content;
    height: fit-content;
    align-items: center;
    justify-content: center;
    background-color: inherit !important;
    color: inherit !important;
    line-height: 1;
  }
  #header .header-subnav-area .header-color .item a {
    background-color: #333333 !important;
    color: #fff !important;
  }
  #header .header-subnav-area .header-color .item2 a {
    background-color: #0740D3 !important;
    color: #fff !important;
  }
  #header .header-subnav-area .header-color .item3 {
    border-color: #B0B0B0;
  }
  #header .header-subnav-area .header-color .item3 a {
    background-color: #fff !important;
    color: #333 !important;
  }
  #header .header-subnav-area .header-color .item3 a span {
    min-width: 2rem;
  }
  #header .header-subnav-area .header-lang-wrapper {
    margin-bottom: 26px;
  }
  #header .header-subnav-area .header-lang-wrapper .lang-error {
    color: #ee0000;
    background-color: #fff;
    line-height: 1;
    padding: 0px 0px 3px 5px;
  }
  #header .header-subnav-area .header-lang {
    display: flex;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 4px;
  }
  #header .header-subnav-area .header-lang .lang-select {
    padding: 3px 30px 3px 30px;
    border: solid 1px #000;
    border-radius: 4px 0 0 4px;
    appearance: none;
    word-break: break-all;
    white-space: normal;
    font-size: 80%;
    color: #333;
    background: url(../img_common/icon_lang.png) no-repeat left 8px center/17px, url(../img_common/arrow_lang.png) no-repeat right 8px center/12px #fff;
    width: calc(100% - 2.8rem);
  }
  #header .header-subnav-area .header-lang .lang-select:focus-visible {
    outline: 1px solid #000;
    outline-offset: -3px;
  }
  #header .header-subnav-area .header-lang .btn-lang-select {
    color: #fff;
    min-height: 30px;
    width: 2.8rem;
    padding: 3px 6px;
    font-weight: bold;
    border: solid 1px #2b2b2b;
    border-radius: 0 4px 4px 0;
    background: #2b2b2b;
    line-height: 1;
    cursor: pointer;
    font-size: 80%;
  }
  #header .header-subnav-area .header-lang .btn-lang-select:hover {
    opacity: 0.85;
  }
  #header .header-subnav-area .header-lang .btn-lang-select:focus-visible {
    outline: 1px solid #fff;
    outline-offset: -3px;
  }
  #header #header-nav {
    padding: 10px 0 32px;
  }
  #header #header-nav .in {
    width: 1000px;
    margin: 0 auto;
  }
  #header #header-nav .list {
    display: flex;
    justify-content: space-between;
  }
  #header #header-nav .list > li {
    display: inline-block;
    width: fit-content;
    max-width: 141px;
    margin-left: 2px;
    text-align: center;
  }
  #header #header-nav .list > li:first-child {
    max-width: 142px;
    margin-left: 0;
  }
  #header #header-nav .list > li a {
    display: block;
    padding: 10px 0 9px 0;
    color: #1a1311;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-decoration: none;
    line-height: 1.1;
  }
  #header #header-nav .list > li a:hover, #header #header-nav .list > li a:focus, #header #header-nav .list > li a:focus-visible {
    text-decoration: underline;
  }
  #header #header-nav .list > li.cta a {
    background-color: #ebcc86;
    padding: 12px 20px 11px;
    border-radius: 100px;
  }
  #header {
    /* end-#header-nav */
    /* .header-subnav-area */
  }
  #header .header-subnav-area {
    position: relative;
    min-height: 65px;
    height: fit-content;
  }
  #header .header-subnav-area .box {
    position: relative;
  }
  #header .header-subnav-area .box .unit, #header .header-subnav-area .box .unit2, #header .header-subnav-area .box #header-size, #header .header-subnav-area .box #header-color {
    display: table;
    float: left;
    height: 27px;
  }
  #header .header-subnav-area .box .unit li, #header .header-subnav-area .box .unit dt, #header .header-subnav-area .box .unit dd, #header .header-subnav-area .box .unit2 li, #header .header-subnav-area .box .unit2 dt, #header .header-subnav-area .box .unit2 dd, #header .header-subnav-area .box #header-size li, #header .header-subnav-area .box #header-size dt, #header .header-subnav-area .box #header-size dd, #header .header-subnav-area .box #header-color li, #header .header-subnav-area .box #header-color dt, #header .header-subnav-area .box #header-color dd {
    display: table-cell;
    font-size: 90%;
  }
  #header .header-subnav-area .box .unit li img, #header .header-subnav-area .box .unit dt img, #header .header-subnav-area .box .unit dd img, #header .header-subnav-area .box .unit2 li img, #header .header-subnav-area .box .unit2 dt img, #header .header-subnav-area .box .unit2 dd img, #header .header-subnav-area .box #header-size li img, #header .header-subnav-area .box #header-size dt img, #header .header-subnav-area .box #header-size dd img, #header .header-subnav-area .box #header-color li img, #header .header-subnav-area .box #header-color dt img, #header .header-subnav-area .box #header-color dd img {
    vertical-align: middle;
  }
  #header .header-subnav-area .box .unit .list, #header .header-subnav-area .box .unit2 .list {
    margin-top: 3px;
  }
  #header .header-subnav-area .box #header-size button, #header .header-subnav-area .box #header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
  }
  #header .header-subnav-area .box #header-size .title, #header .header-subnav-area .box #header-color .title {
    padding-right: 7px;
    font-weight: bold;
    vertical-align: middle;
  }
  #header .header-subnav-area .box #header-size .title span, #header .header-subnav-area .box #header-color .title span {
    display: block;
  }
  #header .header-subnav-area .box #header-size dd img, #header .header-subnav-area .box #header-color dd img {
    margin-right: 5px;
    cursor: pointer;
  }
  #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 .header-subnav-area .box #pc-header-a11y-support {
    position: relative;
  }
  #header .header-subnav-area .box #pc-header-a11y-support .pc-menu-btn-area .pc-menu-btn-a11y-support a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #317169;
    color: #fff;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1;
    text-decoration: none;
    min-height: 65px;
    min-width: 142px;
    padding: 10px 10px 10px 46px;
    border-radius: 0 0 10px 10px;
    background-image: url(../img_common/icon_a11y_support.png);
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: left 18px center;
  }
  #header .header-subnav-area .box #pc-header-a11y-support .pc-menu-btn-area .pc-menu-btn-a11y-support a:hover, #header .header-subnav-area .box #pc-header-a11y-support .pc-menu-btn-area .pc-menu-btn-a11y-support a:focus, #header .header-subnav-area .box #pc-header-a11y-support .pc-menu-btn-area .pc-menu-btn-a11y-support a:focus-visible {
    text-decoration: underline;
  }
  #header .header-subnav-area .box #pc-header-a11y-support .pc-menu-btn-area .pc-menu-btn-a11y-support a:focus, #header .header-subnav-area .box #pc-header-a11y-support .pc-menu-btn-area .pc-menu-btn-a11y-support a:focus-visible {
    outline: none;
  }
  #header .header-subnav-area .box #pc-header-a11y-support .pc-menu-btn-area .pc-menu-btn-a11y-support a:focus::before, #header .header-subnav-area .box #pc-header-a11y-support .pc-menu-btn-area .pc-menu-btn-a11y-support a:focus-visible::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    top: calc(4px * 0.5);
    left: calc(4px * 0.5);
    margin: auto;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 2px;
    outline: 1px solid #fff;
    border: 2px solid #333;
  }
  #header .header-subnav-area .box #pc-header-a11y-support .pc-menu-btn-area .pc-menu-btn-a11y-support.is-open a {
    border-radius: 0;
    background-image: none;
    position: relative;
  }
  #header .header-subnav-area .box #pc-header-a11y-support .pc-menu-btn-area .pc-menu-btn-a11y-support.is-open a::after {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    bottom: 0;
    left: 34px;
    margin: auto;
    background-color: #fff;
    clip-path: polygon(50% 55.31%, 5.32% 100%, 0% 94.68%, 44.69% 50%, 0% 5.32%, 5.32% 0%, 50% 44.69%, 94.68% 0%, 100% 5.32%, 55.31% 50%, 100% 94.68%, 94.68% 100%);
  }
  #header .header-subnav-area .pc-modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: #000;
    z-index: 9;
  }
  #header .header-subnav-area .pc-modal-menu {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: fit-content;
    height: fit-content;
    transform: translateY(100%);
  }
  #header .header-subnav-area .pc-modal-menu .in {
    padding: 33px 42px 30px;
    background-color: #317169;
    color: #fff;
    box-sizing: border-box;
  }
  #header .header-subnav-area .pc-modal-menu .pc-modal-menu-close a {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    color: #333;
    background-color: #fff;
    border-radius: 100px;
    width: 100%;
    min-height: 45px;
    padding: 5px 5px 7px;
    text-decoration: none;
  }
  #header .header-subnav-area .pc-modal-menu .pc-modal-menu-close a:hover, #header .header-subnav-area .pc-modal-menu .pc-modal-menu-close a:focus, #header .header-subnav-area .pc-modal-menu .pc-modal-menu-close a:focus-visible {
    text-decoration: underline;
  }
  #header {
    /* end-.header-subnav-area */
  }
  #header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    min-height: 84px;
    max-height: 95px;
    border-bottom: 1px solid #ebcc86;
    height: fit-content;
    z-index: 10;
    display: grid;
    grid-template-columns: 1fr 1000px 1fr;
    /* 行: 上段（リンク用） | 下段（メイン） */
    grid-template-rows: auto auto;
    grid-template-areas: "top top top" "logo nav none"; /* 下段は左にロゴ、右にNav */
  }
  #header.fixed .to-container {
    grid-area: top;
  }
  #header.fixed .header-subnav-area-inner {
    align-items: center;
  }
  #header.fixed .header-subnav-area-inner .box {
    display: none;
  }
  #header.fixed .header-subnav-area {
    grid-area: logo;
    width: 185px;
  }
  #header.fixed .header-subnav-area #header-logo {
    grid-column: initial;
    display: flex;
    justify-self: center;
    align-items: center;
    width: 185px;
    line-height: 1;
    padding-left: 23px;
  }
  #header.fixed .header-subnav-area #header-logo img {
    width: 100%;
  }
  #header.fixed .header-subnav-area #header-logo a {
    display: inline-block;
  }
  #header.fixed .header-subnav-area #header-logo a:hover {
    opacity: 0.85;
  }
  #header.fixed #header-nav {
    padding: 0px 0;
    grid-area: nav;
    width: 100%;
    display: flex;
    align-items: center;
  }
  #header.fixed #pc-header-a11y-support {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #wrapper-in2 {
    padding-top: 80px;
  }
  #sp-header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 10;
    width: 100%;
    min-height: 80px;
  }
  #sp-header > .box {
    padding: 0px 0px 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    min-height: 78px;
  }
  #sp-header > .box #sp-header-logo {
    width: min(193px, 51.4vw);
    margin: 0 auto;
  }
  #sp-header > .box #sp-header-logo img {
    max-width: 100%;
  }
  #sp-header > .box #sp-header-nav {
    padding: 0;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    width: fit-content;
  }
  #sp-header > .box #sp-header-nav .list {
    display: none;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area {
    width: min(66px, 17.6vw);
  }
  #sp-header > .box #sp-header-nav .menu-btn-area img {
    max-width: 100%;
  }
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: #000;
    z-index: 9;
  }
  #sp-header .modal-menu {
    display: none;
    left: 0;
    z-index: 100;
    width: 100%;
    top: 75px;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    overflow-y: auto;
  }
  #sp-header .modal-menu .in {
    padding: 0px;
    background-color: #FFF;
    box-sizing: border-box;
    border-top: 2px solid #317169;
  }
  #sp-header .modal-menu .modal-menu-close {
    padding: 4px;
    background-color: #fff;
  }
  #sp-header .modal-menu .modal-menu-close a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 26px 6px;
    position: relative;
    text-decoration: none;
  }
  #sp-header .modal-menu .modal-menu-close a:hover, #sp-header .modal-menu .modal-menu-close a:focus, #sp-header .modal-menu .modal-menu-close a:focus-visible {
    text-decoration: underline;
  }
  #sp-header .modal-menu .modal-menu-close a span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: fit-content;
    min-height: 18px;
    line-height: 1;
    position: relative;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #333;
    padding-left: 30px;
    font-size: 1rem;
  }
  #sp-header .modal-menu .modal-menu-close a span::after {
    position: absolute;
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #333;
    clip-path: polygon(94.34% 100%, 50% 55.66%, 5.66% 100%, 0% 94.34%, 44.34% 50%, 0% 5.66%, 5.66% 0%, 50% 44.34%, 94.34% 0%, 100% 5.66%, 55.66% 50%, 100% 94.34%);
  }
  #sp-header .modal-menu .sp-nav .box {
    display: block;
    margin: 0 0px;
    border-bottom: 2px solid #317169;
  }
  #sp-header .modal-menu .sp-nav .title {
    position: relative;
    font-weight: normal;
  }
  #sp-header .modal-menu .sp-nav .title a {
    position: relative;
    display: block;
    padding: 20px 30px 20px 20px;
    color: #333;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1;
    font-size: 1.5rem;
    text-decoration: none;
  }
  #sp-header .modal-menu .sp-nav .title a:hover, #sp-header .modal-menu .sp-nav .title a:focus, #sp-header .modal-menu .sp-nav .title a:focus-visible {
    text-decoration: underline;
  }
  #sp-header .modal-menu .sp-nav .title a::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 14px;
    background-color: #317169;
    top: 0;
    bottom: 0;
    right: 17px;
    margin: auto;
    clip-path: polygon(69.63% 50%, 0% 9.26%, 15.19% 0.38%, 100% 50%, 15.19% 99.62%, 0% 90.74%);
  }
  #sp-header .modal-menu .sp-nav .title button {
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 12vw;
    height: 12vw;
    background-color: transparent;
  }
  #sp-header .modal-menu .sp-nav .title button.plus::after, #sp-header .modal-menu .sp-nav .title button.mynus::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #333;
  }
  #sp-header .modal-menu .sp-nav .title button.plus::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    clip-path: polygon(43% 100%, 43% 57%, 0% 57%, 0% 43%, 43% 43%, 43% 0%, 57% 0%, 57% 43%, 100% 43%, 100% 57%, 57% 57%, 57% 100%);
  }
  #sp-header .modal-menu .sp-nav .title button.mynus::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    clip-path: polygon(0% 57%, 0% 43%, 100% 43%, 100% 57%);
  }
  #sp-header .modal-menu .sp-nav .title button span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  #sp-header .modal-menu .sp-nav .bloc {
    display: none;
  }
  #sp-header .modal-menu .sp-nav .bloc .list li {
    border-top: 2px dashed #00838f;
  }
  #sp-header .modal-menu .sp-nav .bloc .list a {
    display: block;
    padding: 22px 2.6666666667vw 20px 10.6666666667vw;
    font-size: 130%;
    background: url(../img_sub/v3.2/link_item_naibu.png) no-repeat left 20px center;
  }
  #sp-header .support-block {
    margin-top: 0px;
    padding: 25px min(17.5px, 4.66vw) 40px;
    background-color: #317169;
  }
  #sp-header .support-block .banner-area {
    width: min(340px, 90.66vw);
    margin: 0 auto 28px;
  }
  #sp-header .support-block .banner-area img {
    width: 100%;
  }
  #sp-header .support-block button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
  }
  #sp-header .support-block .support-list {
    box-sizing: border-box;
    margin: auto;
    padding: 0px;
    width: 100%;
  }
  #sp-header .support-block .support-list li + li {
    margin-top: 20px;
  }
  #sp-header .support-block .header-size, #sp-header .support-block .header-color {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  #sp-header .support-block .header-size button, #sp-header .support-block .header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    padding: 0;
  }
  #sp-header .support-block .header-size .title, #sp-header .support-block .header-color .title {
    font-size: 1.5rem;
    margin-right: 10px;
    line-height: 1.2;
    min-width: 143px;
    color: #fff;
  }
  #sp-header .support-block .header-size dd, #sp-header .support-block .header-color dd {
    line-height: 1;
  }
  #sp-header .support-block .header-size dd + dd, #sp-header .support-block .header-color dd + dd {
    margin-left: 9px;
  }
  #sp-header .support-block .header-size dd img, #sp-header .support-block .header-color dd img {
    cursor: pointer;
  }
  #sp-header .support-block .header-size dd img:hover, #sp-header .support-block .header-color dd img:hover {
    opacity: 0.85;
  }
  #sp-header .support-block .header-size .normal-on, #sp-header .support-block .header-size .normal-off, #sp-header .support-block .header-size .big-on, #sp-header .support-block .header-size .big-off {
    border-radius: 3px;
    border: 1px solid #fff;
    display: block;
  }
  #sp-header .support-block .header-size .normal-on.hide, #sp-header .support-block .header-size .normal-off.hide, #sp-header .support-block .header-size .big-on.hide, #sp-header .support-block .header-size .big-off.hide {
    display: none;
  }
  #sp-header .support-block .header-size .normal-on span, #sp-header .support-block .header-size .normal-off span, #sp-header .support-block .header-size .big-on span, #sp-header .support-block .header-size .big-off span {
    display: flex;
    width: fit-content;
    height: fit-content;
    justify-content: center;
    align-items: center;
    padding: 9px 6px 6px;
    line-height: 1;
    border-radius: 3px;
    text-decoration: none;
    min-width: 2.9rem;
    font-size: 1.125rem;
  }
  #sp-header .support-block .header-size .normal-on span:hover, #sp-header .support-block .header-size .normal-off span:hover, #sp-header .support-block .header-size .big-on span:hover, #sp-header .support-block .header-size .big-off span:hover {
    opacity: 0.85;
  }
  #sp-header .support-block .header-size .normal-on span span, #sp-header .support-block .header-size .normal-off span span, #sp-header .support-block .header-size .big-on span span, #sp-header .support-block .header-size .big-off span span {
    background-color: inherit !important;
    color: inherit !important;
  }
  #sp-header .support-block .header-size .normal-on, #sp-header .support-block .header-size .big-on {
    background-color: #333;
    color: #fff;
  }
  #sp-header .support-block .header-size .normal-off, #sp-header .support-block .header-size .big-off {
    background-color: #fff;
    border-color: #B0B0B0;
    color: #000;
  }
  #sp-header .support-block .header-color dd {
    border-radius: 3px;
    border: 1px solid #fff;
  }
  #sp-header .support-block .header-color dd a {
    display: block;
    padding: 7px 8px 8px 7px;
    line-height: 1;
    border-radius: 3px;
    text-decoration: none;
  }
  #sp-header .support-block .header-color dd a:hover {
    opacity: 0.85;
  }
  #sp-header .support-block .header-color dd a span {
    display: flex;
    width: fit-content;
    height: fit-content;
    align-items: center;
    justify-content: center;
    background-color: inherit !important;
    color: inherit !important;
    line-height: 1;
    font-size: 1.125rem;
  }
  #sp-header .support-block .header-color .item a {
    background-color: #333333 !important;
    color: #fff !important;
  }
  #sp-header .support-block .header-color .item2 a {
    background-color: #0740D3 !important;
    color: #fff !important;
  }
  #sp-header .support-block .header-color .item3 {
    border-color: #B0B0B0;
  }
  #sp-header .support-block .header-color .item3 a {
    background-color: #fff !important;
    color: #333 !important;
  }
  #sp-header .support-block .header-color .item3 a span {
    min-width: 2rem;
  }
  #sp-header .support-block .header-lang-wrapper .lang-error {
    color: #ee0000;
    background-color: #fff;
    line-height: 1;
    padding: 0 0 3px 5px;
  }
  #sp-header .support-block .header-lang-wrapper {
    margin-bottom: 26px;
  }
  #sp-header .support-block .header-lang {
    display: flex;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 4px;
  }
  #sp-header .support-block .header-lang .lang-select {
    padding: 3px 30px 3px 30px;
    border: solid 1px #000;
    border-radius: 4px 0 0 4px;
    appearance: none;
    word-break: break-all;
    white-space: normal;
    color: #333;
    font-size: 0.875rem;
    background: url(../img_common/icon_lang.png) no-repeat left 8px center/17px, url(../img_common/arrow_lang.png) no-repeat right 8px center/10px #fff;
    width: calc(100% - 2.8rem);
  }
  #sp-header .support-block .header-lang .lang-select:focus-visible {
    outline: 1px solid #000;
    outline-offset: -3px;
  }
  #sp-header .support-block .header-lang .btn-lang-select {
    color: #fff;
    min-height: 40px;
    width: 2.8rem;
    padding: 3px 6px;
    font-weight: bold;
    border: solid 1px #2b2b2b;
    border-radius: 0 4px 4px 0;
    background: #2b2b2b;
    line-height: 1;
    cursor: pointer;
    font-size: 80%;
  }
  #sp-header .support-block .header-lang .btn-lang-select:hover {
    opacity: 0.85;
  }
  #sp-header .support-block .header-lang .btn-lang-select:focus-visible {
    outline: 1px solid #fff;
    outline-offset: -3px;
  }
  #sp-header .support-block .sp-pc-view-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    background-color: #fff;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #333;
    border-radius: 100px;
    width: 100%;
    padding: 10px;
    min-height: 60px;
    text-decoration: none;
  }
  #sp-header .support-block .sp-pc-view-link a:hover, #sp-header .support-block .sp-pc-view-link a:focus, #sp-header .support-block .sp-pc-view-link a:focus-visible {
    text-decoration: underline;
  }
}
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-logo img,
html[data-bgcolor=color_black] #pagetop img,
html[data-bgcolor=color_black] #footer-character img {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}
html[data-bgcolor=color_black] .side-nav-list {
  background-color: transparent !important;
}
html[data-bgcolor=color_black] .side-nav-list li span {
  background-color: transparent !important;
}
html[data-bgcolor=color_black] #keyword-area {
  background: transparent !important;
}
html[data-bgcolor=color_black] .toiawase .title, html[data-bgcolor=color_black] .toiawase .in {
  border: 1px solid #fff;
}
html[data-bgcolor=color_black] .toiawase .in {
  border-top: none;
}
html[data-bgcolor=color_black] #sp-header .modal-menu .sp-nav .title button.plus::after,
html[data-bgcolor=color_black] #sp-header .modal-menu .sp-nav .title button.mynus::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .gsst_a .gscb_a {
  color: inherit !important;
}
html[data-bgcolor=color_black] {
  /* よくあるご質問詳細ページ */
}
html[data-bgcolor=color_black] .faq-answer-area {
  background-image: url(../img_sub/v3.2/h2_faq_title_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_black] {
  /* よくあるご質問詳細ページ 0009_2 */
}
html[data-bgcolor=color_black] .faq-block .faq-q-title::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .faq-block .faq-answer-area {
  background-image: none !important;
  background-color: inherit !important;
}
html[data-bgcolor=color_black] #pankuzu .in {
  background-image: url(../img_sub/v3.2/pankuzu_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_black] #ashiato .in {
  background-image: url(../img_sub/v3.2/ashiato_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .anchor ul li a::after, html[data-bgcolor=color_black] .detail a::after, html[data-bgcolor=color_black] .page a::after, html[data-bgcolor=color_black] .dir a::after,
html[data-bgcolor=color_black] .link-item .icon1::after, html[data-bgcolor=color_black] .link-item .icon2::after,
html[data-bgcolor=color_black] #side-nav .side-nav-list li a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .page a, html[data-bgcolor=color_black] .dir a, html[data-bgcolor=color_black] .table td, html[data-bgcolor=color_black] .table th {
  border-color: #fff !important;
}
html[data-bgcolor=color_black] .toiawase .mail a {
  border: 1px solid #fff !important;
}
html[data-bgcolor=color_black] .toiawase .mail a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] #side-nav .side-nav-list {
  border-color: #fff !important;
}
html[data-bgcolor=color_black] .attend-container {
  border-color: #fff !important;
}
html[data-bgcolor=color_black] .attend-container .attend-list li a::before {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .simple-enquete form input[type=radio] {
  border-color: #fff;
}
html[data-bgcolor=color_black] .simple-enquete form input[type=radio]:checked:before {
  background: #fff;
}
html[data-bgcolor=color_black] .simple-enquete form .item::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .simple-enquete form input[type=submit] {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #fff;
}
html[data-bgcolor=color_black] .event-search-area .box2 label::after, html[data-bgcolor=color_black] .event-search-area .event-search-term label::after, html[data-bgcolor=color_black] .recruit-event-search-area .box2 label::after, html[data-bgcolor=color_black] .recruit-event-search-area .event-search-term label::after {
  border-right: 2px solid #000 !important;
  border-bottom: 2px solid #000 !important;
}
html[data-bgcolor=color_black] .event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_black] .event-search-area .event-search-term input[type=checkbox]:checked + label::before, html[data-bgcolor=color_black] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_black] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::before {
  background: #fff !important;
  border: 1px solid #231815;
}
html[data-bgcolor=color_black] .event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_black] .event-search-area .event-search-term input[type=checkbox]:checked + label::after, html[data-bgcolor=color_black] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_black] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::after {
  opacity: 1;
  background: #fff !important;
}
html[data-bgcolor=color_black] .scroll-hint-icon-wrap {
  background-color: transparent !important;
}
html[data-bgcolor=color_black] .scroll-hint-icon-wrap .scroll-hint-icon-white::before, html[data-bgcolor=color_black] .scroll-hint-icon-wrap .scroll-hint-icon-white::after {
  filter: invert(1);
}

html[data-bgcolor=color_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-logo img,
html[data-bgcolor=color_blue] #pagetop img,
html[data-bgcolor=color_blue] #footer-character img {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}
html[data-bgcolor=color_blue] .side-nav-list {
  background-color: transparent !important;
}
html[data-bgcolor=color_blue] .side-nav-list li span {
  background-color: transparent !important;
}
html[data-bgcolor=color_blue] #keyword-area {
  background: transparent !important;
}
html[data-bgcolor=color_blue] .toiawase .title, html[data-bgcolor=color_blue] .toiawase .in {
  border: 1px solid #fff;
}
html[data-bgcolor=color_blue] .toiawase .in {
  border-top: none;
}
html[data-bgcolor=color_blue] #sp-header .modal-menu .sp-nav .title button.plus::after,
html[data-bgcolor=color_blue] #sp-header .modal-menu .sp-nav .title button.mynus::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .gsst_a .gscb_a {
  color: inherit !important;
}
html[data-bgcolor=color_blue] {
  /* よくあるご質問詳細ページ */
}
html[data-bgcolor=color_blue] .faq-answer-area {
  background-image: url(../img_sub/v3.2/h2_faq_title_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] {
  /* よくあるご質問詳細ページ 0009_2 */
}
html[data-bgcolor=color_blue] .faq-block .faq-q-title::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .faq-block .faq-answer-area {
  background-image: none !important;
  background-color: inherit !important;
}
html[data-bgcolor=color_blue] #pankuzu .in {
  background-image: url(../img_sub/v3.2/pankuzu_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] #ashiato .in {
  background-image: url(../img_sub/v3.2/ashiato_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .anchor ul li a::after, html[data-bgcolor=color_blue] .detail a::after, html[data-bgcolor=color_blue] .page a::after, html[data-bgcolor=color_blue] .dir a::after,
html[data-bgcolor=color_blue] .link-item .icon1::after, html[data-bgcolor=color_blue] .link-item .icon2::after,
html[data-bgcolor=color_blue] #side-nav .side-nav-list li a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .page a, html[data-bgcolor=color_blue] .dir a, html[data-bgcolor=color_blue] .table td, html[data-bgcolor=color_blue] .table th {
  border-color: #fff !important;
}
html[data-bgcolor=color_blue] .toiawase .mail a {
  border: 1px solid #fff !important;
}
html[data-bgcolor=color_blue] .toiawase .mail a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] #side-nav .side-nav-list {
  border-color: #fff !important;
}
html[data-bgcolor=color_blue] .attend-container {
  border-color: #fff !important;
}
html[data-bgcolor=color_blue] .attend-container .attend-list li a::before {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .simple-enquete form input[type=radio] {
  border-color: #fff;
}
html[data-bgcolor=color_blue] .simple-enquete form input[type=radio]:checked:before {
  background: #fff;
}
html[data-bgcolor=color_blue] .simple-enquete form .item::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .simple-enquete form input[type=submit] {
  background-color: #005795 !important;
  color: #fff !important;
  border: 1px solid #fff;
}
html[data-bgcolor=color_blue] .event-search-area .box2 label::after, html[data-bgcolor=color_blue] .event-search-area .event-search-term label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .box2 label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .event-search-term label::after {
  border-right: 2px solid #005795 !important;
  border-bottom: 2px solid #005795 !important;
}
html[data-bgcolor=color_blue] .event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_blue] .event-search-area .event-search-term input[type=checkbox]:checked + label::before, html[data-bgcolor=color_blue] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_blue] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::before {
  background: #fff !important;
  border: 1px solid #231815;
}
html[data-bgcolor=color_blue] .event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_blue] .event-search-area .event-search-term input[type=checkbox]:checked + label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::after {
  opacity: 1;
  background: #fff !important;
}
html[data-bgcolor=color_blue] .scroll-hint-icon-wrap {
  background-color: transparent !important;
}
html[data-bgcolor=color_blue] .scroll-hint-icon-wrap .scroll-hint-icon-white::before, html[data-bgcolor=color_blue] .scroll-hint-icon-wrap .scroll-hint-icon-white::after {
  filter: invert(1);
}