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

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrapper {
    overflow-x: auto;
  }
}

h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  margin-top: 20px;
  background: #e7e3d6;
  color: #333;
  box-sizing: border-box;
  padding: 8px 55px 6px 15px;
  border-radius: 10px;
  background-image: url(../img_sub/h2_illust.png);
  background-repeat: no-repeat;
  background-position: right 11px bottom;
  background-size: 43px 45px;
  font-size: 1.625rem;
}

@media screen and (max-width: 768px) {
  h2.head-title, .wysiwyg h2, .free-layout-area h2 {
    font-size: 2.84375rem;
  }
}

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 {
  margin-top: 20px;
  color: #333;
  box-sizing: border-box;
  padding: 8px 5px 2px 40px;
  border-bottom: 2px solid #333;
  background-image: url(../img_sub/h3_illust.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 44px 39px;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
    font-size: 2.625rem;
  }
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  padding: 10px 5px 3px;
  border-bottom: 4px solid #e5e6d4;
  font-size: 1.375rem;
}

@media screen and (max-width: 768px) {
  h4, .wysiwyg h4, .free-layout-area h4 {
    font-size: 2.40625rem;
  }
}

h5, .wysiwyg h5, .free-layout-area h5 {
  margin-top: 20px;
  display: block;
  padding: 0 0 5px 10px;
  line-height: 1.2;
  border-left: 2px solid #333;
  font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
  h5, .wysiwyg h5, .free-layout-area h5 {
    font-size: 2.1875rem;
  }
}

h6, .wysiwyg h6, .free-layout-area h6 {
  padding-left: 1px;
  padding-bottom: 5px;
  margin-top: 20px;
  line-height: 1.2;
  font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
  h6, .wysiwyg h6, .free-layout-area h6 {
    font-size: 1.96875rem;
  }
}

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;
  padding-left: 10px;
  padding-right: 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 #bfbfbf;
  margin-top: 10px;
}

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

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

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

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

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

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

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

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

.wysiwyg em, .wysiwyg strong, .wysiwyg b {
  font-style: normal;
  font-weight: bold;
}

.wysiwyg .text_ {
  color: #c00;
}

.wysiwyg .text2_ {
  color: #00c;
}

.wysiwyg b.text2_ {
  font-weight: normal;
}

.cke_panel_list em, .cke_panel_list strong, .cke_panel_list b {
  font-style: normal;
  font-weight: bold;
}

.cke_panel_list .text_ {
  color: #c00;
}

.cke_panel_list .text2_ {
  color: #00c;
}

.cke_panel_list b.text2_ {
  font-weight: normal;
}

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

html {
  scrollbar-gutter: stable;
}

@media print, screen and (min-width: 769px) {
  html {
    scroll-padding-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 142px;
  }
}

body {
  font-size: 1rem;
  font-family: "YuGothic", 游ゴシック Medium, "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333;
  background: #fff;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.75rem;
  }
}

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

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

ul, ol {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scheme11 {
  background-color: #333;
  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.0;
}

.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: 2px solid #ebece5 !important;
    border-radius: 10px 0px 0px 10px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    border: 2px solid #fff !important;
    border-radius: 20px 0px 0px 20px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 48px;
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 80px;
    font-size: 1.7rem !important;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 48px;
    padding-left: 0 !important;
  }
  @-moz-document url-prefix() {
    td.gsc-search-button {
      height: 50px;
    }
  }
}

@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 80px;
    padding-left: 0 !important;
  }
  @-moz-document url-prefix() {
    td.gsc-search-button {
      height: 84px;
    }
  }
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    background-color: #ebece5 !important;
    width: 100px !important;
    border: 1px solid #ebece5 !important;
    border-radius: 0px 10px 10px 0px !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    background-color: #545454 !important;
    width: 150px !important;
    border: 1px solid #545454 !important;
    border-radius: 0px 20px 20px 0px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    fill: #333 !important;
    width: 21px !important;
    height: 21px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    fill: #fff !important;
    width: 35px !important;
    height: 35px !important;
  }
}

td.gsc-search-button {
  display: table-cell !important;
}

button.gsc-search-button {
  display: block !important;
}

@media print, screen and (min-width: 769px) {
  form.gsc-search-box.gsc-search-box-tools {
    width: 400px !important;
    min-width: 400px !important;
  }
}

@media screen and (max-width: 768px) {
  form.gsc-search-box.gsc-search-box-tools {
    width: 628px !important;
    min-width: 628px !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: 2px solid #ebece5;
    height: 50px;
    width: calc(100% - 100px);
    border-radius: 10px 0px 0px 10px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .dummy-search {
    border: 2px solid #fff;
    height: 82px;
    width: calc(100% - 150px);
    border-radius: 20px 0px 0px 20px;
    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: #ebece5;
    flex-basis: 100px;
    width: 100px;
    height: 50px;
    border: 1px solid #ebece5;
    border-radius: 0px 10px 10px 0px;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .dummy-search-btn {
    background-color: #545454;
    flex-basis: 150px;
    width: 150px;
    height: 82px;
    border: 1px solid #545454;
    border-radius: 0px 20px 20px 0px;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .dummy-search-btn svg {
    width: 21px;
    height: 21px;
    fill: #333;
  }
}

@media screen and (max-width: 768px) {
  .dummy-search-btn svg {
    width: 35px;
    height: 35px;
    fill: #fff;
  }
}

.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: #e7e2d6;
  border: 6px solid #ccc;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  position: relative;
  width: 100%;
}

#smartphone .wrap .txt {
  font-size: 230%;
  font-weight: bold;
  line-height: 140%;
  padding-right: 20px;
}

#smartphone .wrap .ico {
  background-color: #333;
  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;
}

.yumincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

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

@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #333;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
    padding: 8px;
  }
  .to-container a:focus, .to-container a:focus-visible {
    outline: none;
  }
  .to-container a:focus::after, .to-container a:focus-visible::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    top: calc(4px * 0.5);
    left: calc(4px * 0.5);
    margin: auto;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border-radius: 2px;
    outline: 1px solid #fff;
    border: 2px solid #333;
  }
  #header {
    margin-bottom: 30px;
    width: 100%;
  }
  #header .header-subnav-area {
    display: grid;
    grid-template-columns: 1fr 1000px 1fr;
  }
  #header .header-subnav-area .header-subnav-area-inner {
    grid-column: 2 / 4;
    display: flex;
    align-items: center;
    gap: 0 20px;
    justify-content: space-between;
    position: relative;
  }
  #header .header-subnav-area #header-logo {
    padding-top: calc(110px - 99px);
  }
  #header .header-subnav-area #header-logo a {
    display: inline-block;
  }
  #header .header-subnav-area #header-logo a:hover {
    opacity: .85;
  }
  #header .header-subnav-area #header-logo img {
    width: 300px;
    height: auto;
  }
  #header .header-subnav-area #pc-header-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
  }
  #header .header-subnav-area #pc-header-nav .menu-btn-area {
    display: flex;
    gap: 2px;
  }
  #header .header-subnav-area #pc-header-nav .pc-menu-btn-a11y-support,
  #header .header-subnav-area #pc-header-nav .pc-menu-btn-menu {
    margin: 0;
  }
  #header .header-subnav-area #pc-header-nav .pc-menu-btn-a11y-support button,
  #header .header-subnav-area #pc-header-nav .pc-menu-btn-menu button {
    width: 110px;
    height: auto;
    appearance: none;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: block;
    line-height: 0;
    position: relative;
  }
  #header .header-subnav-area #pc-header-nav .pc-menu-btn-a11y-support button:focus, #header .header-subnav-area #pc-header-nav .pc-menu-btn-a11y-support button:focus-visible,
  #header .header-subnav-area #pc-header-nav .pc-menu-btn-menu button:focus,
  #header .header-subnav-area #pc-header-nav .pc-menu-btn-menu button:focus-visible {
    outline: none;
  }
  #header .header-subnav-area #pc-header-nav .pc-menu-btn-a11y-support button:focus::before, #header .header-subnav-area #pc-header-nav .pc-menu-btn-a11y-support button:focus-visible::before,
  #header .header-subnav-area #pc-header-nav .pc-menu-btn-menu button:focus::before,
  #header .header-subnav-area #pc-header-nav .pc-menu-btn-menu button: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 #pc-header-nav .pc-menu-btn-a11y-support button:hover,
  #header .header-subnav-area #pc-header-nav .pc-menu-btn-menu button:hover {
    opacity: .85;
  }
  #header .header-subnav-area #pc-header-nav .pc-menu-btn-a11y-support button img,
  #header .header-subnav-area #pc-header-nav .pc-menu-btn-menu button img {
    width: 100%;
    height: auto;
  }
  #header .header-subnav-area #pc-header-nav .pc-menu-btn-a11y-support button:focus, #header .header-subnav-area #pc-header-nav .pc-menu-btn-a11y-support button:focus-visible {
    outline: none;
  }
  #header .header-subnav-area #pc-header-nav .pc-menu-btn-a11y-support button:focus::before, #header .header-subnav-area #pc-header-nav .pc-menu-btn-a11y-support button: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 2px 2px 18px;
    outline: 1px solid #fff;
    border: 2px solid #333;
  }
  #header.top .header-subnav-area {
    grid-template-columns: 1fr 1100px 1fr;
  }
  #header .pc-modal-a11y-support-bg,
  #header .pc-modal-menu-bg {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(230, 222, 205, 0);
    z-index: 100;
  }
  #header .pc-modal-a11y-support-bg.is-active,
  #header .pc-modal-menu-bg.is-active {
    display: block;
  }
  #header .pc-modal-a11y-support,
  #header .pc-modal-menu {
    display: none;
    position: fixed;
    top: 138px;
    left: 0;
    right: 0;
    z-index: 101;
    background-color: #e7e2d6;
    padding: 50px 0px;
  }
  #header .pc-modal-a11y-support.is-active,
  #header .pc-modal-menu.is-active {
    display: block;
  }
  #header .pc-modal-a11y-support .in,
  #header .pc-modal-menu .in {
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 50px;
    background: #fff;
    border-radius: 20px;
    max-height: calc(100vh - 138px - 100px);
    overflow-y: auto;
  }
  #header .pc-modal-a11y-support::after,
  #header .pc-modal-menu::after {
    content: "";
    position: absolute;
    display: block;
    width: 18px;
    height: 22px;
    background-color: #e7e2d6;
    top: -22px;
    right: 46px;
    clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
  }
  #header .pc-modal-a11y-support::after {
    right: 158px;
  }
  #header .pc-modal-a11y-support-close,
  #header .pc-modal-menu-close {
    margin-top: 50px;
    text-align: center;
  }
  #header .pc-modal-a11y-support-close button,
  #header .pc-modal-menu-close button {
    appearance: none;
    border: none;
    background: #ebece5;
    border-radius: 50px;
    padding: 10px;
    cursor: pointer;
    font-size: 1.125rem;
    line-height: 1;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
    color: #333;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    min-height: 56px;
    min-width: 360px;
  }
  #header .pc-modal-a11y-support-close button:hover,
  #header .pc-modal-menu-close button:hover {
    opacity: .85;
  }
  #header .pc-modal-a11y-support-close button:focus, #header .pc-modal-a11y-support-close button:focus-visible,
  #header .pc-modal-menu-close button:focus,
  #header .pc-modal-menu-close button:focus-visible {
    outline: none;
  }
  #header .pc-modal-a11y-support-close button:focus::before, #header .pc-modal-a11y-support-close button:focus-visible::before,
  #header .pc-modal-menu-close button:focus::before,
  #header .pc-modal-menu-close button: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: 50px;
    outline: 1px solid #fff;
    border: 2px solid #333;
  }
  #header .pc-modal-a11y-support-close button img,
  #header .pc-modal-menu-close button img {
    vertical-align: middle;
  }
  #header .pc-modal-a11y-support .support-block .support-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
  }
  #header .pc-modal-a11y-support .support-block .header-size dl,
  #header .pc-modal-a11y-support .support-block .header-color dl {
    display: flex;
    align-items: center;
  }
  #header .pc-modal-a11y-support .support-block .header-size dt,
  #header .pc-modal-a11y-support .support-block .header-color dt {
    margin-right: 15px;
    white-space: nowrap;
    font-size: 1rem;
  }
  #header .pc-modal-a11y-support .support-block .header-size dt span,
  #header .pc-modal-a11y-support .support-block .header-color dt span {
    display: block;
  }
  #header .pc-modal-a11y-support .support-block .header-size dd,
  #header .pc-modal-a11y-support .support-block .header-color dd {
    line-height: 1;
  }
  #header .pc-modal-a11y-support .support-block .header-size dd + dd,
  #header .pc-modal-a11y-support .support-block .header-color dd + dd {
    margin-left: 5px;
  }
  #header .pc-modal-a11y-support .support-block .header-size button,
  #header .pc-modal-a11y-support .support-block .header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
    position: relative;
  }
  #header .pc-modal-a11y-support .support-block .header-size button:focus, #header .pc-modal-a11y-support .support-block .header-size button:focus-visible,
  #header .pc-modal-a11y-support .support-block .header-color button:focus,
  #header .pc-modal-a11y-support .support-block .header-color button:focus-visible {
    outline: none;
  }
  #header .pc-modal-a11y-support .support-block .header-size button:focus::before, #header .pc-modal-a11y-support .support-block .header-size button:focus-visible::before,
  #header .pc-modal-a11y-support .support-block .header-color button:focus::before,
  #header .pc-modal-a11y-support .support-block .header-color button: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: 8px;
    outline: 1px solid #fff;
    border: 2px solid #333;
  }
  #header .pc-modal-a11y-support .support-block .header-size button:focus, #header .pc-modal-a11y-support .support-block .header-size button:focus-visible,
  #header .pc-modal-a11y-support .support-block .header-color button:focus,
  #header .pc-modal-a11y-support .support-block .header-color button:focus-visible {
    outline: none;
  }
  #header .pc-modal-a11y-support .support-block .header-size a,
  #header .pc-modal-a11y-support .support-block .header-color a {
    display: inline-block;
    position: relative;
  }
  #header .pc-modal-a11y-support .support-block .header-size a:focus, #header .pc-modal-a11y-support .support-block .header-size a:focus-visible,
  #header .pc-modal-a11y-support .support-block .header-color a:focus,
  #header .pc-modal-a11y-support .support-block .header-color a:focus-visible {
    outline: none;
  }
  #header .pc-modal-a11y-support .support-block .header-size a:focus::before, #header .pc-modal-a11y-support .support-block .header-size a:focus-visible::before,
  #header .pc-modal-a11y-support .support-block .header-color a:focus::before,
  #header .pc-modal-a11y-support .support-block .header-color 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: 8px;
    outline: 1px solid #fff;
    border: 2px solid #333;
  }
  #header .pc-modal-a11y-support .support-block .header-size a:focus, #header .pc-modal-a11y-support .support-block .header-size a:focus-visible,
  #header .pc-modal-a11y-support .support-block .header-color a:focus,
  #header .pc-modal-a11y-support .support-block .header-color a:focus-visible {
    outline: none;
  }
  #header .pc-modal-a11y-support .support-block .header-size img:hover,
  #header .pc-modal-a11y-support .support-block .header-color img:hover {
    opacity: .85;
  }
  #header .pc-modal-a11y-support .support-block .header-lang-wrapper .lang-error {
    color: #ee0000;
  }
  #header .pc-modal-a11y-support .support-block .header-lang {
    display: flex;
    border: solid 1px #ebece5;
    height: calc(1rem - 16px * 1 + 37px);
    border-radius: 10px;
    overflow: hidden;
  }
  #header .pc-modal-a11y-support .support-block .header-lang .lang-select {
    padding: 8px 52px 8px 46px;
    border: 0;
    border-radius: 10px 0 0 10px;
    appearance: none;
    word-break: break-all;
    white-space: normal;
    font-size: 90%;
    color: #333;
    background: url(../img_common/icon_lang.png) no-repeat left 16px center/24px, url(../img_common/lang_arrow.png) no-repeat right 20px center/12px #fff;
  }
  #header .pc-modal-a11y-support .support-block .header-lang .lang-select:focus, #header .pc-modal-a11y-support .support-block .header-lang .lang-select:focus-visible {
    outline: 2px solid #333;
    outline-offset: -2px;
  }
  #header .pc-modal-a11y-support .support-block .header-lang button.btn-lang-select {
    color: #333;
    padding: 8px 10px;
    font-weight: bold;
    border: 1px solid #ebece5;
    background-color: #ebece5;
    border-radius: 0 10px 10px 0;
    line-height: 1;
    cursor: pointer;
    font-size: 90%;
  }
  #header .pc-modal-a11y-support .support-block .header-lang button.btn-lang-select:hover {
    opacity: .85;
  }
  #header .pc-modal-a11y-support .support-block .header-lang button.btn-lang-select:focus, #header .pc-modal-a11y-support .support-block .header-lang button.btn-lang-select:focus-visible {
    outline: 2px solid #333;
    outline-offset: -2px;
  }
  #header .pc-modal-menu .menu-search-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
  }
  #header .pc-modal-menu .menu-search-area .menu-search-title {
    font-size: 1.5rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
    white-space: nowrap;
  }
  #header .pc-modal-menu .menu-search-area .header-search {
    width: 400px;
  }
  #header .pc-modal-menu .pc-nav .pc-nav-list {
    display: flex;
    gap: 5px;
  }
  #header .pc-modal-menu .pc-nav .pc-nav-column {
    flex: 1;
    background: #eeefe9;
    border-radius: 20px;
    padding: 0px;
  }
  #header .pc-modal-menu .pc-nav .pc-nav-column-title {
    font-size: 1.625rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
    text-align: center;
    background-color: #e7e2d6;
    display: flex;
    line-height: 1;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 20px 20px 0 0;
    min-height: 60px;
    padding: 8px 5px 5px;
  }
  #header .pc-modal-menu .pc-nav .pc-nav-items {
    list-style: none;
    margin: 0;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  #header .pc-modal-menu .pc-nav .pc-nav-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #333;
    position: relative;
  }
  #header .pc-modal-menu .pc-nav .pc-nav-item a:focus, #header .pc-modal-menu .pc-nav .pc-nav-item a:focus-visible {
    outline: none;
  }
  #header .pc-modal-menu .pc-nav .pc-nav-item a:focus::before, #header .pc-modal-menu .pc-nav .pc-nav-item 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: 4px;
    outline: 1px solid #fff;
    border: 2px solid #333;
  }
  #header .pc-modal-menu .pc-nav .pc-nav-item a:hover {
    opacity: .85;
  }
  #header .pc-modal-menu .pc-nav .pc-nav-item a:hover .pc-nav-item-link {
    text-decoration: underline;
  }
  #header .pc-modal-menu .pc-nav .pc-nav-item-icon {
    flex-shrink: 0;
    width: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .pc-modal-menu .pc-nav .pc-nav-item-icon img {
    width: auto;
    height: 69px;
  }
  #header .pc-modal-menu .pc-nav .pc-nav-item-title-wrap {
    display: grid;
    grid-template-columns: 96px 1fr;
    width: 100%;
    margin-bottom: 6px;
  }
  #header .pc-modal-menu .pc-nav .pc-nav-item-title {
    display: contents;
  }
  #header .pc-modal-menu .pc-nav .pc-nav-item-body {
    width: 100%;
  }
  #header .pc-modal-menu .pc-nav .pc-nav-item-link {
    display: flex;
    justify-self: flex-start;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #333;
    margin-bottom: 5px;
    padding-left: 10px;
  }
  #header .pc-modal-menu .pc-nav .pc-nav-item-desc {
    display: block;
    font-size: 1rem;
    line-height: 1.125;
    text-align: center;
    color: #333;
    min-height: 2rem;
  }
}

@media screen and (max-width: 768px) {
  #sp-header {
    margin-bottom: 30px;
    width: 768px;
  }
  #sp-header .sp-header-area-inner {
    display: flex;
    align-items: center;
    gap: 0 10px;
    justify-content: space-between;
  }
  #sp-header #sp-header-logo {
    flex: 1;
    min-width: 0;
    padding: 17px 0 0 17px;
  }
  #sp-header #sp-header-logo a {
    display: inline-block;
  }
  #sp-header #sp-header-logo img {
    width: 100%;
    height: auto;
    max-width: 352px;
  }
  #sp-header #sp-header-nav {
    flex-shrink: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 15;
  }
  #sp-header #sp-header-nav .menu-btn-area {
    display: flex;
    gap: 2px;
  }
  #sp-header #sp-header-nav .sp-menu-btn-a11y-support,
  #sp-header #sp-header-nav .sp-menu-btn-menu {
    margin: 0;
  }
  #sp-header #sp-header-nav .sp-menu-btn-a11y-support button,
  #sp-header #sp-header-nav .sp-menu-btn-menu button {
    width: 132px;
    height: auto;
    appearance: none;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: block;
    line-height: 0;
    position: relative;
  }
  #sp-header #sp-header-nav .sp-menu-btn-a11y-support button:focus, #sp-header #sp-header-nav .sp-menu-btn-a11y-support button:focus-visible,
  #sp-header #sp-header-nav .sp-menu-btn-menu button:focus,
  #sp-header #sp-header-nav .sp-menu-btn-menu button:focus-visible {
    outline: none;
  }
  #sp-header #sp-header-nav .sp-menu-btn-a11y-support button:focus::before, #sp-header #sp-header-nav .sp-menu-btn-a11y-support button:focus-visible::before,
  #sp-header #sp-header-nav .sp-menu-btn-menu button:focus::before,
  #sp-header #sp-header-nav .sp-menu-btn-menu button: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;
  }
  #sp-header #sp-header-nav .sp-menu-btn-a11y-support button img,
  #sp-header #sp-header-nav .sp-menu-btn-menu button img {
    width: 100%;
    height: auto;
  }
  #sp-header #sp-header-nav .sp-menu-btn-a11y-support button:focus, #sp-header #sp-header-nav .sp-menu-btn-a11y-support button:focus-visible {
    outline: none;
  }
  #sp-header #sp-header-nav .sp-menu-btn-a11y-support button:focus::before, #sp-header #sp-header-nav .sp-menu-btn-a11y-support button: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 2px 2px 22px;
    outline: 1px solid #fff;
    border: 2px solid #333;
  }
  #sp-header .sp-modal-a11y-support-bg,
  #sp-header .sp-modal-menu-bg {
    display: none;
    position: fixed;
    inset: 0;
    min-height: 100dvh;
    background-color: #eeefe9;
    z-index: 10;
  }
  #sp-header .sp-modal-a11y-support-bg.is-active,
  #sp-header .sp-modal-menu-bg.is-active {
    display: block;
  }
  #sp-header .sp-modal-menu-bg {
    background-color: #fffff5;
  }
  #sp-header .sp-modal-a11y-support,
  #sp-header .sp-modal-menu {
    display: none;
    position: fixed;
    top: 155px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    overflow-y: auto;
    background-color: #eeefe9;
    padding: 0px 40px;
  }
  #sp-header .sp-modal-a11y-support.is-active,
  #sp-header .sp-modal-menu.is-active {
    display: block;
  }
  #sp-header .sp-modal-a11y-support .in,
  #sp-header .sp-modal-menu .in {
    max-height: calc(100vh - 155px);
    padding-bottom: 50px;
  }
  #sp-header .sp-modal-a11y-support {
    padding: 50px 40px;
  }
  #sp-header .sp-modal-menu {
    background-color: #fffff5;
  }
  #sp-header .sp-modal-a11y-support-close,
  #sp-header .sp-modal-menu-close {
    margin-top: 30px;
    text-align: center;
  }
  #sp-header .sp-modal-a11y-support-close button,
  #sp-header .sp-modal-menu-close button {
    appearance: none;
    border: none;
    background: #545454;
    border-radius: 50px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1.875rem;
    line-height: 1;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    min-height: 88px;
    width: 100%;
  }
  #sp-header .sp-modal-a11y-support-close button:active,
  #sp-header .sp-modal-menu-close button:active {
    opacity: .85;
  }
  #sp-header .sp-modal-a11y-support-close button img,
  #sp-header .sp-modal-menu-close button img {
    width: 30px;
    height: auto;
    vertical-align: middle;
  }
  #sp-header .sp-modal-a11y-support .support-block {
    margin-bottom: 50px;
  }
  #sp-header .sp-modal-a11y-support .support-block .support-list {
    background: #fff;
    border-radius: 50px;
    box-sizing: border-box;
    margin: 0;
    padding: 50px;
    list-style: none;
  }
  #sp-header .sp-modal-a11y-support .support-block .support-list li + li {
    margin-top: 20px;
  }
  #sp-header .sp-modal-a11y-support .support-block .header-size dl,
  #sp-header .sp-modal-a11y-support .support-block .header-color dl {
    display: flex;
    align-items: center;
  }
  #sp-header .sp-modal-a11y-support .support-block .header-size dt,
  #sp-header .sp-modal-a11y-support .support-block .header-color dt {
    flex-shrink: 0;
    margin-right: 15px;
    white-space: nowrap;
    font-size: 1.75rem;
  }
  #sp-header .sp-modal-a11y-support .support-block .header-size dt span,
  #sp-header .sp-modal-a11y-support .support-block .header-color dt span {
    display: block;
  }
  #sp-header .sp-modal-a11y-support .support-block .header-size dd,
  #sp-header .sp-modal-a11y-support .support-block .header-color dd {
    line-height: 1;
  }
  #sp-header .sp-modal-a11y-support .support-block .header-size dd + dd,
  #sp-header .sp-modal-a11y-support .support-block .header-color dd + dd {
    margin-left: 5px;
  }
  #sp-header .sp-modal-a11y-support .support-block .header-size button,
  #sp-header .sp-modal-a11y-support .support-block .header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
    position: relative;
  }
  #sp-header .sp-modal-a11y-support .support-block .header-size button:focus, #sp-header .sp-modal-a11y-support .support-block .header-size button:focus-visible,
  #sp-header .sp-modal-a11y-support .support-block .header-color button:focus,
  #sp-header .sp-modal-a11y-support .support-block .header-color button:focus-visible {
    outline: none;
  }
  #sp-header .sp-modal-a11y-support .support-block .header-size button:focus::before, #sp-header .sp-modal-a11y-support .support-block .header-size button:focus-visible::before,
  #sp-header .sp-modal-a11y-support .support-block .header-color button:focus::before,
  #sp-header .sp-modal-a11y-support .support-block .header-color button: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: 14px;
    outline: 1px solid #fff;
    border: 2px solid #333;
  }
  #sp-header .sp-modal-a11y-support .support-block .header-size button:focus, #sp-header .sp-modal-a11y-support .support-block .header-size button:focus-visible,
  #sp-header .sp-modal-a11y-support .support-block .header-color button:focus,
  #sp-header .sp-modal-a11y-support .support-block .header-color button:focus-visible {
    outline: none;
  }
  #sp-header .sp-modal-a11y-support .support-block .header-size a,
  #sp-header .sp-modal-a11y-support .support-block .header-color a {
    display: inline-block;
    position: relative;
  }
  #sp-header .sp-modal-a11y-support .support-block .header-size a:focus, #sp-header .sp-modal-a11y-support .support-block .header-size a:focus-visible,
  #sp-header .sp-modal-a11y-support .support-block .header-color a:focus,
  #sp-header .sp-modal-a11y-support .support-block .header-color a:focus-visible {
    outline: none;
  }
  #sp-header .sp-modal-a11y-support .support-block .header-size a:focus::before, #sp-header .sp-modal-a11y-support .support-block .header-size a:focus-visible::before,
  #sp-header .sp-modal-a11y-support .support-block .header-color a:focus::before,
  #sp-header .sp-modal-a11y-support .support-block .header-color 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: 14px;
    outline: 1px solid #fff;
    border: 2px solid #333;
  }
  #sp-header .sp-modal-a11y-support .support-block .header-size a:focus, #sp-header .sp-modal-a11y-support .support-block .header-size a:focus-visible,
  #sp-header .sp-modal-a11y-support .support-block .header-color a:focus,
  #sp-header .sp-modal-a11y-support .support-block .header-color a:focus-visible {
    outline: none;
  }
  #sp-header .sp-modal-a11y-support .support-block .header-size img:active,
  #sp-header .sp-modal-a11y-support .support-block .header-color img:active {
    opacity: .85;
  }
  #sp-header .sp-modal-a11y-support .header-lang-wrapper .lang-error {
    color: #ee0000;
  }
  #sp-header .sp-modal-a11y-support .header-lang {
    display: flex;
    border: solid 0px #ebece5;
    height: 82px;
    border-radius: 10px;
    overflow: hidden;
  }
  #sp-header .sp-modal-a11y-support .header-lang .lang-select {
    flex: 1;
    padding: 8px 52px 8px 124px;
    border: 0;
    border-radius: 20px 0 0 20px;
    appearance: none;
    word-break: break-all;
    white-space: normal;
    color: #333;
    width: calc(100% - 138px);
    font-size: 1.875rem;
    background: url(../img_common/icon_lang.png) no-repeat left 50px center/43px, url(../img_common/lang_arrow.png) no-repeat right 40px center/20px #fff;
  }
  #sp-header .sp-modal-a11y-support .header-lang .btn-lang-select {
    color: #fff;
    padding: 8px 45px;
    font-weight: bold;
    border: 1px solid #545454;
    background-color: #545454;
    border-radius: 0 20px 20px 0;
    line-height: 1;
    min-width: 138px;
    cursor: pointer;
    font-size: 1.875rem;
  }
  #sp-header .sp-modal-a11y-support .header-lang .btn-lang-select:active {
    opacity: .85;
  }
  #sp-header .sp-modal-a11y-support .sp-pc-view-link {
    margin-top: 50px;
  }
  #sp-header .sp-modal-a11y-support .sp-pc-view-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #fff;
    border-radius: 50px;
    padding: 15px 90px;
    text-decoration: none;
    color: #333;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
    font-size: 1.875rem;
    position: relative;
    min-height: 88px;
    background-image: url(../img_common/btn_arrow_02.png);
    background-repeat: no-repeat;
    background-size: 60px 34px;
    background-position: right 30px center;
  }
  #sp-header .sp-modal-a11y-support .sp-pc-view-link a:focus, #sp-header .sp-modal-a11y-support .sp-pc-view-link a:focus-visible {
    outline: none;
  }
  #sp-header .sp-modal-a11y-support .sp-pc-view-link a:focus::before, #sp-header .sp-modal-a11y-support .sp-pc-view-link 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: 44px;
    outline: 1px solid #fff;
    border: 2px solid #333;
  }
  #sp-header .sp-modal-a11y-support .sp-pc-view-link a:active {
    opacity: .85;
  }
  #sp-header .sp-modal-a11y-support .sp-pc-view-link .sp-pc-view-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 22px;
  }
  #sp-header .sp-modal-a11y-support .sp-pc-view-link .sp-pc-view-arrow img {
    width: 100%;
    height: auto;
  }
  #sp-header .sp-modal-menu .menu-search-area {
    background: #eeefe9;
    border-radius: 50px;
    padding: 45px 30px 70px;
    margin-bottom: 30px;
  }
  #sp-header .sp-modal-menu .menu-search-area .menu-search-title {
    font-size: 1.75rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #sp-header .sp-modal-menu .sp-nav .sp-nav-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #sp-header .sp-modal-menu .sp-nav .sp-nav-column {
    background: #eeefe9;
    border-radius: 50px;
  }
  #sp-header .sp-modal-menu .sp-nav .sp-nav-column-title {
    font-size: 2.625rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
    text-align: center;
    background-color: #e7e2d6;
    display: flex;
    line-height: 1;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 50px 50px 0 0;
    min-height: 90px;
    padding: 8px 5px 5px;
  }
  #sp-header .sp-modal-menu .sp-nav .sp-nav-items {
    list-style: none;
    margin: 0;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  #sp-header .sp-modal-menu .sp-nav .sp-nav-item a {
    display: grid;
    grid-template-columns: 100px 260px 1fr;
    align-items: center;
    gap: 0 5px;
    text-decoration: none;
    color: #333;
    padding: 10px 5px;
    position: relative;
  }
  #sp-header .sp-modal-menu .sp-nav .sp-nav-item a:focus, #sp-header .sp-modal-menu .sp-nav .sp-nav-item a:focus-visible {
    outline: none;
  }
  #sp-header .sp-modal-menu .sp-nav .sp-nav-item a:focus::before, #sp-header .sp-modal-menu .sp-nav .sp-nav-item 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;
  }
  #sp-header .sp-modal-menu .sp-nav .sp-nav-item a:active {
    opacity: .85;
  }
  #sp-header .sp-modal-menu .sp-nav .sp-nav-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #sp-header .sp-modal-menu .sp-nav .sp-nav-item-icon img {
    width: auto;
    height: 83px;
  }
  #sp-header .sp-modal-menu .sp-nav .sp-nav-item-link {
    font-size: 2.375rem;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-decoration: underline;
    color: #333;
    white-space: nowrap;
    text-align: center;
  }
  #sp-header .sp-modal-menu .sp-nav .sp-nav-item-desc {
    font-size: 1.5rem;
    line-height: 1.1;
    color: #333;
  }
}

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

body {
  background-color: #fffff5;
}

a:has(> img) {
  display: inline-block;
}

.splide.mv {
  width: 1100px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 768px) {
  .splide.mv {
    width: 768px;
  }
}

.splide.mv .splide-wrapper {
  position: relative;
}

.splide.mv .splide__track {
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .splide.mv .splide__slide {
    width: 1100px;
  }
}

@media screen and (max-width: 768px) {
  .splide.mv .splide__slide {
    width: 768px;
  }
}

.splide.mv .splide__slide a {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .splide.mv .splide__slide a {
    width: 1100px;
  }
  .splide.mv .splide__slide a:focus, .splide.mv .splide__slide a:focus-visible {
    outline: none;
  }
  .splide.mv .splide__slide a:focus::before, .splide.mv .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: 48px;
    outline: 1px solid #fff;
    border: 2px solid #333;
  }
}

@media screen and (max-width: 768px) {
  .splide.mv .splide__slide a {
    width: 768px;
  }
}

.splide.mv .splide__slide img {
  object-fit: cover;
}

@media print, screen and (min-width: 769px) {
  .splide.mv .splide__slide img {
    border-radius: 50px;
    width: 1100px;
    height: 506px;
  }
}

@media screen and (max-width: 768px) {
  .splide.mv .splide__slide img {
    border-radius: 0px;
    width: 768px;
    height: 550px;
  }
}

.splide.mv .splide__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  .splide.mv .splide__arrows {
    justify-content: center;
    gap: 16px;
  }
}

.splide.mv .splide__arrow {
  position: initial;
  right: initial;
  left: initial;
  transform: initial;
  opacity: initial;
  border-radius: initial;
  background-color: #333;
  height: 32px;
  width: 32px;
  position: relative;
  display: none;
}

.splide.mv .splide__arrow::before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  inset: 0;
  width: 12px;
  height: 16px;
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 769px) {
  .splide.mv .splide__arrow:hover {
    opacity: .85;
  }
}

.splide.mv .splide__arrow--prev::before {
  clip-path: polygon(0% 50%, 12px 0%, 12px 16px);
}

.splide.mv .splide__arrow--next::before {
  clip-path: polygon(12px 50%, 0% 0%, 0% 16px);
}

.splide.mv .splide__controls {
  position: relative;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .splide.mv .splide__controls {
    position: relative;
    bottom: initial;
    right: initial;
    padding-left: 0;
    justify-content: center;
    margin: 7px auto 0;
  }
}

.splide.mv .splide__pagination {
  padding: 0;
  position: initial;
  gap: 5px;
  justify-content: center;
  max-width: calc(100% - 65px);
}

@media screen and (max-width: 768px) {
  .splide.mv .splide__pagination {
    gap: 10px;
    max-width: calc(100% - 125px);
  }
}

.splide.mv .splide__pagination li {
  display: flex;
}

.splide.mv .splide__pagination__page {
  margin: 0;
  width: 10px;
  height: 10px;
  background: #333;
  border: 1px solid #333;
  outline: 1px solid #fff;
  transition: initial;
  opacity: initial;
}

@media screen and (max-width: 768px) {
  .splide.mv .splide__pagination__page {
    width: 20px;
    height: 20px;
    border: 2px solid #333;
    outline: 1px solid #fff;
  }
}

.splide.mv .splide__pagination__page.is-active {
  background: #fff;
  transform: initial;
}

.splide.mv .splide__toggle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #b8b8b8;
  position: relative;
}

@media screen and (max-width: 768px) {
  .splide.mv .splide__toggle {
    width: 108px;
    height: 108px;
    border: 2px solid #b8b8b8;
  }
}

.splide.mv .splide__toggle span {
  margin: auto;
  position: absolute;
  background-color: #333;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.splide.mv .splide__toggle__play {
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  left: 3px;
  right: 0;
  margin: auto;
  clip-path: polygon(95% 50%, 5% 0%, 5% 100%);
}

@media screen and (max-width: 768px) {
  .splide.mv .splide__toggle__play {
    width: 20px;
    height: 20px;
  }
}

.splide.mv .splide__toggle__pause {
  width: 8px;
  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%);
}

@media screen and (max-width: 768px) {
  .splide.mv .splide__toggle__pause {
    width: 16px;
    height: 20px;
  }
}

.splide.mv:not(.is-active) {
  visibility: visible !important;
}

.splide.mv:not(.is-active) .splide__list {
  display: flex !important;
}

@media print, screen and (min-width: 769px) {
  .splide.mv:not(.is-active) .splide__list {
    gap: 0;
  }
}

@media screen and (max-width: 768px) {
  .splide.mv:not(.is-active) .splide__list {
    gap: 0;
  }
}

.splide.mv:not(.is-active) .splide__slide:last-child {
  margin: 0 !important;
}

.splide.mv:not(.is-active) .splide__arrows {
  display: none;
}

.splide.mv:not(.is-active) .splide__toggle {
  display: none;
}

.top-nav {
  width: 1100px;
  margin: 0px auto 40px;
}

@media screen and (max-width: 768px) {
  .top-nav {
    width: 768px;
    padding: 0 20px;
  }
}

.top-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0px;
}

@media screen and (max-width: 768px) {
  .top-nav__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 0px;
  }
}

.top-nav__item {
  flex: 1;
}

.top-nav__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
  background-color: #eeefe9;
  border-radius: 10px;
  padding: 20px 3px 18px;
  height: 100%;
  position: relative;
}

.top-nav__item a:focus, .top-nav__item a:focus-visible {
  outline: none;
}

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

@media print, screen and (min-width: 769px) {
  .top-nav__item a:hover {
    opacity: .85;
  }
  .top-nav__item a:hover .top-nav__title {
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  .top-nav__item a {
    padding: 30px 10px 28px;
    border-radius: 16px;
  }
}

.top-nav__item:nth-of-type(odd) {
  margin-right: 2px;
}

@media screen and (max-width: 768px) {
  .top-nav__item:nth-of-type(odd) {
    margin-right: 4px;
  }
}

.top-nav__item:nth-of-type(odd) a {
  border-radius: 20px 0 0 20px;
}

@media screen and (max-width: 768px) {
  .top-nav__item:nth-of-type(odd) a {
    border-radius: 50px 0 0 50px;
  }
}

.top-nav__item:nth-of-type(even) {
  margin-right: 7px;
}

@media screen and (max-width: 768px) {
  .top-nav__item:nth-of-type(even) {
    margin-right: 0px;
  }
}

.top-nav__item:nth-of-type(even) a {
  border-radius: 0 20px 20px 0;
}

@media screen and (max-width: 768px) {
  .top-nav__item:nth-of-type(even) a {
    border-radius: 0 50px 50px 0;
  }
}

.top-nav__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.top-nav__icon img {
  width: auto;
  height: 69px;
}

@media screen and (max-width: 768px) {
  .top-nav__icon img {
    height: 80px;
  }
}

.top-nav__title {
  display: block;
  font-size: 1.5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
  .top-nav__title {
    font-size: 2.5rem;
    margin-bottom: 6px;
  }
}

.top-nav__desc {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.4;
  text-align: center;
  color: #333;
}

@media screen and (max-width: 768px) {
  .top-nav__desc {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}

.about-pickup-wrapper {
  position: relative;
  background: url(../img_top/bg_illust_01.png) no-repeat;
  background-position: calc(50% - 700px) top;
  background-size: 211px 150px;
}

@media screen and (max-width: 768px) {
  .about-pickup-wrapper {
    width: 768px;
  }
}

.about-pickup-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 590px;
  bottom: 360px;
  background: url(../img_top/top_washi_bg_repeat.jpg) repeat;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .about-pickup-wrapper::before {
    height: 715px;
  }
}

.about-pickup-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 360px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 226px;
  background: url(../img_top/bg_illust_02.png) no-repeat;
  background-size: 165px 226px;
  background-position: calc(50% + 743px) bottom;
  z-index: 4;
}

@media screen and (max-width: 768px) {
  .about-pickup-wrapper::after {
    display: none;
  }
}

.about-area {
  position: relative;
  z-index: 3;
  overflow: hidden;
  margin-bottom: 86px;
}

@media screen and (max-width: 768px) {
  .about-area {
    margin-bottom: 0;
  }
  .about-area::before {
    content: "";
    display: block;
    position: absolute;
    width: 112px;
    height: 154px;
    background-image: url(../img_top/bg_illust_02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 112px 154px;
    bottom: 0px;
    left: 75px;
  }
}

.about-area__inner {
  position: relative;
  z-index: 4;
  max-width: 1310px;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .about-area__inner {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding-left: 106px;
  }
}

@media screen and (max-width: 768px) {
  .about-area__inner {
    padding: 0 20px;
  }
}

.about-area__text {
  background-color: #fff;
  border-radius: 30px;
}

@media print, screen and (min-width: 769px) {
  .about-area__text {
    flex: 0 0 560px;
    padding: 60px 0px;
  }
}

@media screen and (max-width: 768px) {
  .about-area__text {
    padding: 45px 0px 60px;
    margin-bottom: 50px;
    position: relative;
    z-index: 5;
  }
}

@media screen and (max-width: 768px) {
  .about-area__text::after {
    content: "";
    display: block;
    position: absolute;
    width: 176px;
    height: 126px;
    background-image: url(../img_top/bg_illust_01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 176px 126px;
    bottom: 140px;
    left: -20px;
    z-index: 1;
  }
}

.about-area__heading {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 769px) {
  .about-area__heading {
    font-size: 2.25rem;
    padding: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .about-area__heading {
    font-size: 3rem;
    margin-bottom: 40px;
    padding: 0 55px;
  }
}

.about-area__body {
  position: relative;
  margin-bottom: 30px;
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .about-area__body {
    font-size: 1rem;
    line-height: 2;
    padding: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .about-area__body {
    font-size: 1.75rem;
    line-height: 2;
    margin-bottom: 94px;
    padding: 0 55px;
  }
}

.about-area__body p + p {
  margin-top: 2em;
}

.about-area__body .gothic {
  font-family: "YuGothic", 游ゴシック Medium, "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.about-area__body .bold {
  font-weight: bold;
}

.about-area__btn {
  margin-left: auto;
  margin-right: -30px;
  width: fit-content;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .about-area__btn {
    margin-right: -1px;
  }
}

.about-area__btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-decoration: none;
  color: #333;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  background-image: url(../img_top/btn_arrow.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 38px 22px;
  background-color: #ebece5;
  min-width: 360px;
  min-height: 56px;
  line-height: 1;
  border-radius: 100px 0 0 100px;
  padding: 5px 60px;
  position: relative;
  transition: all 0.2s;
}

.about-area__btn a:focus, .about-area__btn a:focus-visible {
  outline: none;
}

.about-area__btn a:focus::before, .about-area__btn 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: 100px 0 0 100px;
  outline: 1px solid #fff;
  border: 2px solid #333;
}

@media print, screen and (min-width: 769px) {
  .about-area__btn a {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 768px) {
  .about-area__btn a {
    font-size: 1.875rem;
    padding: 5px 100px;
    width: 670px;
    min-height: 88px;
  }
}

.about-area__btn a:hover, .about-area__btn a:focus, .about-area__btn a:focus-visible {
  text-decoration: underline;
  background-position: right 15px center;
}

.about-area__btn-arrow {
  display: inline-flex;
  align-items: center;
}

.about-area__btn-arrow img {
  width: 38px;
  height: 22px;
}

@media screen and (max-width: 768px) {
  .about-area__btn-arrow img {
    width: 60px;
    height: 34px;
  }
}

@media print, screen and (min-width: 769px) {
  .about-area__visual {
    flex: 1;
    min-width: 0;
  }
}

@media screen and (max-width: 768px) {
  .about-area__visual {
    display: flex;
    margin-bottom: 51px;
  }
}

.about-area__map-container {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .about-area__map-container {
    width: 570px;
    height: 598px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .about-area__map-container {
    width: 100%;
    height: 915px;
  }
}

.about-area__map {
  display: block;
  position: absolute;
  border-radius: 20px;
  background-color: #eeefe9;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
}

@media print, screen and (min-width: 769px) {
  .about-area__map {
    width: 350px;
    height: 350px;
    top: 71px;
    right: 216px;
  }
}

@media screen and (max-width: 768px) {
  .about-area__map {
    width: 430px;
    height: 430px;
    top: 0;
    left: 0;
  }
}

.about-area__map img {
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  .about-area__map img {
    top: 9px;
    right: 40px;
    width: 285px;
    height: 299px;
  }
}

@media screen and (max-width: 768px) {
  .about-area__map img {
    top: 12px;
    right: 50px;
    width: 351px;
    height: 365px;
  }
}

.about-area__photo {
  position: absolute;
}

.about-area__photo img {
  border-radius: 20px;
  border: 5px solid #fff;
  object-fit: contain;
  width: 100%;
  height: auto;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 768px) {
  .about-area__photo img {
    border-radius: 25px;
    border: 6px solid #fff;
  }
}

@media screen and (max-width: 768px) {
  .about-area__photo {
    border-width: 3px;
  }
}

@media print, screen and (min-width: 769px) {
  .about-area__photo--01 {
    width: 180px;
    height: 180px;
    top: 111px;
    right: 0px;
  }
}

@media screen and (max-width: 768px) {
  .about-area__photo--01 {
    width: 222px;
    height: 222px;
    top: 50px;
    right: 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .about-area__photo--02 {
    width: 220px;
    height: 220px;
    top: 275px;
    right: 28px;
  }
}

@media screen and (max-width: 768px) {
  .about-area__photo--02 {
    width: 270px;
    height: 270px;
    top: 251px;
    right: 36px;
  }
}

@media print, screen and (min-width: 769px) {
  .about-area__photo--03 {
    width: 300px;
    height: 300px;
    top: 515px;
    right: 53px;
  }
}

@media screen and (max-width: 768px) {
  .about-area__photo--03 {
    width: 370px;
    height: 370px;
    bottom: 0px;
    right: 68px;
  }
}

@media print, screen and (min-width: 769px) {
  .about-area__photo--04 {
    width: 220px;
    height: 280px;
    top: 391px;
    right: 313px;
  }
}

@media screen and (max-width: 768px) {
  .about-area__photo--04 {
    width: 270px;
    height: 345px;
    bottom: 170px;
    left: 45px;
  }
}

.pickup-area {
  background-color: #fff;
  position: relative;
  z-index: 4;
  padding: 60px 0 0px;
  width: 1100px;
  margin: 0 auto;
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  .pickup-area {
    width: 768px;
    background-color: transparent;
    padding: 60px 0 0px;
    overflow: hidden;
  }
  .pickup-area::after {
    width: calc(100% - 50px);
    height: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 30px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
  }
}

.pickup-area__header {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .pickup-area__header {
    margin-bottom: 40px;
  }
}

.pickup-area__en {
  display: block;
  margin: 0 auto 10px;
  width: 108px;
  height: 27px;
}

@media screen and (max-width: 768px) {
  .pickup-area__en {
    width: 216px;
    height: 54px;
  }
}

.pickup-area__heading {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .pickup-area__heading {
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .pickup-area__heading {
    font-size: 3.5rem;
  }
}

.pickup .item-in .item-txt {
  background-color: #eeefe8;
  border-radius: 0 0 30px 30px;
  text-align: center;
  padding: 20px 10px;
  line-height: 1.2;
}

.splide.pickup {
  width: 1040px;
  margin: 0 auto 0px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .splide.pickup {
    width: 432px;
  }
}

.splide.pickup .splide-wrapper {
  position: relative;
}

.splide.pickup .splide__track {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .splide.pickup .splide__track {
    overflow: visible;
  }
}

@media print, screen and (min-width: 769px) {
  .splide.pickup .splide__slide {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .splide.pickup .splide__slide {
    width: 432px;
  }
}

.splide.pickup .splide__slide a {
  display: block;
  color: #333;
  text-decoration: none;
}

.splide.pickup .splide__slide a:hover, .splide.pickup .splide__slide a:focus, .splide.pickup .splide__slide a:focus-visible {
  text-decoration: underline;
}

@media print, screen and (min-width: 769px) {
  .splide.pickup .splide__slide a {
    width: 320px;
  }
  .splide.pickup .splide__slide a:focus, .splide.pickup .splide__slide a:focus-visible {
    outline: none;
  }
  .splide.pickup .splide__slide a:focus::before, .splide.pickup .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: 28px;
    outline: 1px solid #fff;
    border: 2px solid #333;
  }
}

@media screen and (max-width: 768px) {
  .splide.pickup .splide__slide a {
    width: 432px;
  }
}

.splide.pickup .splide__slide img {
  object-fit: cover;
  border-radius: 30px 30px 0 0;
}

@media print, screen and (min-width: 769px) {
  .splide.pickup .splide__slide img {
    width: 320px;
    height: 180px;
  }
}

@media screen and (max-width: 768px) {
  .splide.pickup .splide__slide img {
    width: 432px;
    height: 242px;
  }
}

.splide.pickup .splide__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  .splide.pickup .splide__arrows {
    justify-content: center;
    gap: 16px;
  }
}

.splide.pickup .splide__arrow {
  position: initial;
  right: initial;
  left: initial;
  transform: initial;
  opacity: initial;
  border-radius: initial;
  background-color: #333;
  height: 32px;
  width: 32px;
  position: relative;
  display: none;
}

.splide.pickup .splide__arrow::before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  inset: 0;
  width: 12px;
  height: 16px;
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 769px) {
  .splide.pickup .splide__arrow:hover {
    opacity: .85;
  }
}

.splide.pickup .splide__arrow--prev::before {
  clip-path: polygon(0% 50%, 12px 0%, 12px 16px);
}

.splide.pickup .splide__arrow--next::before {
  clip-path: polygon(12px 50%, 0% 0%, 0% 16px);
}

.splide.pickup .splide__controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .splide.pickup .splide__controls {
    position: relative;
    bottom: initial;
    right: initial;
    padding-left: 0;
    justify-content: center;
    margin: 7px auto 0;
  }
}

.splide.pickup .splide__pagination {
  padding: 0;
  position: initial;
  gap: 5px;
  justify-content: center;
  max-width: calc(100% - 65px);
}

@media screen and (max-width: 768px) {
  .splide.pickup .splide__pagination {
    gap: 10px;
    max-width: calc(100% - 125px);
  }
}

.splide.pickup .splide__pagination li {
  display: flex;
}

.splide.pickup .splide__pagination__page {
  margin: 0;
  width: 10px;
  height: 10px;
  background: #333;
  border: 1px solid #333;
  outline: 1px solid #fff;
  transition: initial;
  opacity: initial;
}

@media screen and (max-width: 768px) {
  .splide.pickup .splide__pagination__page {
    width: 20px;
    height: 20px;
    border: 2px solid #333;
    outline: 1px solid #fff;
  }
}

.splide.pickup .splide__pagination__page.is-active {
  background: #fff;
  transform: initial;
}

.splide.pickup .splide__toggle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #b8b8b8;
  position: relative;
}

@media screen and (max-width: 768px) {
  .splide.pickup .splide__toggle {
    width: 108px;
    height: 108px;
    border: 2px solid #b8b8b8;
  }
}

.splide.pickup .splide__toggle span {
  margin: auto;
  position: absolute;
  background-color: #333;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.splide.pickup .splide__toggle__play {
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  left: 3px;
  right: 0;
  margin: auto;
  clip-path: polygon(95% 50%, 5% 0%, 5% 100%);
}

@media screen and (max-width: 768px) {
  .splide.pickup .splide__toggle__play {
    width: 20px;
    height: 20px;
  }
}

.splide.pickup .splide__toggle__pause {
  width: 8px;
  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%);
}

@media screen and (max-width: 768px) {
  .splide.pickup .splide__toggle__pause {
    width: 16px;
    height: 20px;
  }
}

.splide.pickup:not(.is-active) {
  visibility: visible !important;
}

.splide.pickup:not(.is-active) .splide__list {
  display: flex !important;
}

@media print, screen and (min-width: 769px) {
  .splide.pickup:not(.is-active) .splide__list {
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .splide.pickup:not(.is-active) .splide__list {
    gap: 30px;
  }
}

.splide.pickup:not(.is-active) .splide__slide:last-child {
  margin: 0 !important;
}

.splide.pickup:not(.is-active) .splide__arrows {
  display: none;
}

.splide.pickup:not(.is-active) .splide__toggle {
  display: none;
}

.share-area {
  background-color: #fff;
  position: relative;
  padding: 80px 0 60px;
}

@media print, screen and (min-width: 769px) {
  .share-area {
    width: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .share-area {
    padding: 60px 0 148px;
    width: 768px;
    overflow: hidden;
  }
}

.share-area::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 750px);
  width: 210px;
  height: 192px;
  background: url(../img_top/bg_illust_03.png) no-repeat;
  background-size: 210px 192px;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .share-area::before {
    left: initial;
    right: 0;
    width: 122px;
    height: 125px;
    background-size: 137px 125px;
    background-position: left top;
  }
}

.share-area::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #edeee6;
  z-index: 0;
  background-image: url(../img_top/bg_illust_04.png);
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 769px) {
  .share-area::after {
    height: 330px;
    background-position: calc(50% + 717px) bottom;
    background-size: 163px 172px;
  }
}

@media screen and (max-width: 768px) {
  .share-area::after {
    height: 594px;
    background-position: calc(50% + 297px) bottom;
    background-size: 126px 133px;
  }
}

.share-area__header {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .share-area__header {
    margin-bottom: 40px;
  }
}

.share-area__en {
  display: block;
  margin: 0 auto 10px;
  width: 90px;
  height: 25px;
}

@media screen and (max-width: 768px) {
  .share-area__en {
    width: 180px;
    height: 50px;
  }
}

.share-area__heading {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .share-area__heading {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 768px) {
  .share-area__heading {
    font-size: 3.5rem;
  }
}

.splide.share {
  width: 270px;
  margin: 0 auto 0px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .splide.share {
    width: 406px;
  }
}

.splide.share .splide-wrapper {
  position: relative;
}

.splide.share .splide__track {
  overflow: visible;
}

@media print, screen and (min-width: 769px) {
  .splide.share .splide__slide {
    width: 270px;
  }
}

@media screen and (max-width: 768px) {
  .splide.share .splide__slide {
    width: 406px;
  }
}

.splide.share .splide__slide a {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .splide.share .splide__slide a {
    width: 270px;
  }
  .splide.share .splide__slide a:focus, .splide.share .splide__slide a:focus-visible {
    outline: none;
  }
  .splide.share .splide__slide a:focus::before, .splide.share .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: 28px;
    outline: 1px solid #fff;
    border: 2px solid #333;
  }
}

@media screen and (max-width: 768px) {
  .splide.share .splide__slide a {
    width: 406px;
  }
}

.splide.share .splide__slide a:hover, .splide.share .splide__slide a:focus, .splide.share .splide__slide a:focus-visible {
  opacity: 0.85;
}

.splide.share .splide__slide img {
  object-fit: cover;
  border-radius: 30px;
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .splide.share .splide__slide img {
    width: 270px;
    height: 382px;
  }
}

@media screen and (max-width: 768px) {
  .splide.share .splide__slide img {
    width: 406px;
    height: 574px;
  }
}

.splide.share .splide__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  .splide.share .splide__arrows {
    justify-content: center;
    gap: 16px;
  }
}

.splide.share .splide__arrow {
  position: initial;
  right: initial;
  left: initial;
  transform: initial;
  opacity: initial;
  border-radius: initial;
  background-color: #333;
  height: 32px;
  width: 32px;
  position: relative;
  display: none;
}

.splide.share .splide__arrow::before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  inset: 0;
  width: 12px;
  height: 16px;
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 769px) {
  .splide.share .splide__arrow:hover {
    opacity: .85;
  }
}

.splide.share .splide__arrow--prev::before {
  clip-path: polygon(0% 50%, 12px 0%, 12px 16px);
}

.splide.share .splide__arrow--next::before {
  clip-path: polygon(12px 50%, 0% 0%, 0% 16px);
}

.splide.share .splide__controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .splide.share .splide__controls {
    position: relative;
    bottom: initial;
    right: initial;
    padding-left: 0;
    justify-content: center;
    margin: 7px auto 0;
  }
}

.splide.share .splide__pagination {
  padding: 0;
  position: initial;
  gap: 5px;
  justify-content: center;
  max-width: calc(100% - 65px);
}

@media screen and (max-width: 768px) {
  .splide.share .splide__pagination {
    gap: 10px;
    max-width: calc(100% - 125px);
  }
}

.splide.share .splide__pagination li {
  display: flex;
}

.splide.share .splide__pagination__page {
  margin: 0;
  width: 10px;
  height: 10px;
  background: #333;
  border: 1px solid #333;
  outline: 1px solid #fff;
  transition: initial;
  opacity: initial;
}

@media screen and (max-width: 768px) {
  .splide.share .splide__pagination__page {
    width: 20px;
    height: 20px;
    border: 2px solid #333;
    outline: 1px solid #fff;
  }
}

.splide.share .splide__pagination__page.is-active {
  background: #fff;
  transform: initial;
}

.splide.share .splide__toggle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #b8b8b8;
  position: relative;
}

@media screen and (max-width: 768px) {
  .splide.share .splide__toggle {
    width: 108px;
    height: 108px;
    border: 2px solid #b8b8b8;
  }
}

.splide.share .splide__toggle span {
  margin: auto;
  position: absolute;
  background-color: #333;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.splide.share .splide__toggle__play {
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  left: 3px;
  right: 0;
  margin: auto;
  clip-path: polygon(95% 50%, 5% 0%, 5% 100%);
}

@media screen and (max-width: 768px) {
  .splide.share .splide__toggle__play {
    width: 20px;
    height: 20px;
  }
}

.splide.share .splide__toggle__pause {
  width: 8px;
  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%);
}

@media screen and (max-width: 768px) {
  .splide.share .splide__toggle__pause {
    width: 16px;
    height: 20px;
  }
}

.splide.share:not(.is-active) {
  visibility: visible !important;
}

.splide.share:not(.is-active) .splide__list {
  display: flex !important;
}

@media print, screen and (min-width: 769px) {
  .splide.share:not(.is-active) .splide__list {
    justify-content: center;
    gap: 30px;
  }
}

@media screen and (max-width: 768px) {
  .splide.share:not(.is-active) .splide__list {
    gap: 44px;
  }
}

.splide.share:not(.is-active) .splide__slide:last-child {
  margin: 0 !important;
}

.splide.share:not(.is-active) .splide__arrows {
  display: none;
}

.splide.share:not(.is-active) .splide__toggle {
  display: none;
}

.share-area__btn {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 40px;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .share-area__btn {
    margin-top: 10px;
    padding: 0 40px;
  }
}

.share-area__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #333;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  background-color: #fff;
  border-radius: 100px;
  min-width: 360px;
  min-height: 56px;
  width: fit-content;
  margin: 0 auto;
  background-image: url(../img_top/btn_arrow_02.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 38px 22px;
  position: relative;
  transition: all 0.2s;
}

.share-area__btn a:focus, .share-area__btn a:focus-visible {
  outline: none;
}

.share-area__btn a:focus::before, .share-area__btn 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: 100px;
  outline: 1px solid #fff;
  border: 2px solid #333;
}

@media print, screen and (min-width: 769px) {
  .share-area__btn a {
    font-size: 1.125rem;
    padding: 10px 60px;
  }
}

@media screen and (max-width: 768px) {
  .share-area__btn a {
    font-size: 1.875rem;
    background-position: right 30px center;
    background-size: 60px 34px;
    padding: 10px 100px;
    min-width: 650px;
    min-height: 88px;
    justify-content: center;
  }
}

.share-area__btn a:hover, .share-area__btn a:focus, .share-area__btn a:focus-visible {
  text-decoration: underline;
  background-position: right 15px center;
}

.share-area__btn-arrow {
  display: inline-flex;
  align-items: center;
}

.share-area__btn-arrow img {
  width: 38px;
  height: 22px;
}

@media screen and (max-width: 768px) {
  .share-area__btn-arrow img {
    width: 76px;
    height: 44px;
  }
}

.support-area {
  padding: 100px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .support-area {
    width: 768px;
  }
}

.support-area::before, .support-area::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .support-area::before, .support-area::after {
    width: 50%;
    height: 100%;
    top: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .support-area::before, .support-area::after {
    width: 100%;
    height: 50%;
  }
}

.support-area::before {
  background: url(../img_top/top_yoko_lines_bg_repeat.png) repeat;
}

@media print, screen and (min-width: 769px) {
  .support-area::before {
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .support-area::before {
    top: 0;
  }
}

.support-area::after {
  background: url(../img_top/top_tate_lines_bg_repeat.png) repeat;
}

@media print, screen and (min-width: 769px) {
  .support-area::after {
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .support-area::after {
    bottom: 0;
  }
}

.support-area__inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .support-area__inner {
    display: flex;
    gap: 100px;
  }
}

@media screen and (max-width: 768px) {
  .support-area__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
}

.support-area__card {
  display: block;
  text-decoration: none;
  color: #333;
  border-radius: 50px;
  border: 1px solid #333;
  background-color: #fff;
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .support-area__card {
    width: 500px;
    flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .support-area__card {
    width: calc(100% - 50px);
    margin: 0 auto;
  }
}

.support-area__card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 8px;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .support-area__card-inner {
    padding: 25px;
  }
}

.support-area__card-content {
  display: block;
  background: #fff;
  border-radius: 42px 42px 0 0;
  padding: 0px 0px 15px;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .support-area__card-content {
    padding: 40px 0px 30px;
  }
}

.support-area__card-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ebece5;
  border-radius: 100px;
  padding: 10px 60px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  background-image: url(../img_top/btn_arrow.png);
  background-repeat: no-repeat;
  position: relative;
  transition: all 0.2s;
}

.support-area__card-btn a:focus, .support-area__card-btn a:focus-visible {
  outline: none;
}

.support-area__card-btn a:focus::before, .support-area__card-btn 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: 100px;
  outline: 1px solid #fff;
  border: 2px solid #333;
}

@media print, screen and (min-width: 769px) {
  .support-area__card-btn a {
    font-size: 1.125rem;
    background-position: right 20px center;
    background-size: 38px 22px;
    min-width: 360px;
    min-height: 56px;
    width: fit-content;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .support-area__card-btn a {
    font-size: 2rem;
    background-position: right 30px center;
    background-size: 60px 34px;
    width: 100%;
    min-height: 88px;
  }
}

.support-area__card-btn a:hover, .support-area__card-btn a:focus, .support-area__card-btn a:focus-visible {
  text-decoration: underline;
  background-position: right 15px center;
}

.support-area__btn-arrow {
  display: inline-flex;
  align-items: center;
}

.support-area__btn-arrow img {
  width: 38px;
  height: 22px;
}

@media screen and (max-width: 768px) {
  .support-area__btn-arrow img {
    width: 76px;
    height: 44px;
  }
}

.support-area__heading {
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
  .support-area__heading {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 768px) {
  .support-area__heading {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}

.support-area__card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .support-area__card-body {
    gap: 20px;
  }
}

.support-area__card-text {
  display: block;
}

.support-area__desc {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .support-area__desc {
    font-size: 1rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .support-area__desc {
    font-size: 1.75rem;
    line-height: 1.8;
  }
}

.support-area__card-img {
  display: block;
  flex-shrink: 0;
}

.support-area__card--left .support-area__card-img img {
  display: block;
  width: 210px;
  height: 180px;
  border-radius: 20px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .support-area__card--left .support-area__card-img img {
    width: 292px;
    height: 252px;
    border-radius: 30px;
  }
}

.support-area__slope-logo {
  display: block;
  height: 37px;
  width: auto;
  margin-bottom: 15px;
}

.support-area__slope-logo img {
  height: 37px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .support-area__slope-logo {
    margin: 0 auto 20px 0;
  }
  .support-area__slope-logo img {
    height: 52px;
    width: auto;
  }
}

.support-area__card--right .support-area__card-img img {
  display: block;
  width: 176px;
  height: auto;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .support-area__card--right .support-area__card-img img {
    width: 245px;
    height: auto;
    margin-left: 40px;
  }
}

/*++++++++++++++++++++++++++++++++++
 * フッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
#footer-print,
#footer-print *,
#footer-print *::before,
#footer-print *::after {
  box-sizing: border-box;
}

/*==================================
フッター
==================================*/
footer {
  margin-top: 60px;
  margin-bottom: 53px;
}

@media screen and (max-width: 768px) {
  footer {
    margin-top: 70px;
    margin-bottom: 25px;
    width: 768px;
  }
}

footer a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

.footer-container {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .footer-container {
    width: clamp(1100px, calc(100% - 100px), 1500px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .footer-container {
    margin: 0 20px;
  }
}

.footer-container .footer-balloon {
  position: fixed;
  z-index: 10;
}

@media print, screen and (min-width: 769px) {
  .footer-container .footer-balloon {
    bottom: 30px;
    left: 30px;
    min-width: 150px;
    min-height: 150px;
    width: fit-content;
    height: fit-content;
    border-radius: 50px 50px 50px 0;
  }
}

@media screen and (max-width: 768px) {
  .footer-container .footer-balloon {
    bottom: 10px;
    left: 10px;
    width: 150px;
    height: 150px;
    width: fit-content;
    height: fit-content;
    border-radius: 50px 50px 50px 0;
  }
}

.footer-container .footer-balloon a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  line-height: 1.75;
  text-align: left;
  padding: 10px;
  text-decoration: none;
  position: relative;
}

.footer-container .footer-balloon a:hover, .footer-container .footer-balloon a:focus, .footer-container .footer-balloon a:focus-visible {
  text-decoration: underline;
}

.footer-container .footer-balloon a:focus, .footer-container .footer-balloon a:focus-visible {
  outline: none;
}

.footer-container .footer-balloon a:focus::before, .footer-container .footer-balloon 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: 50px 50px 50px 0;
  outline: 1px solid #fff;
  border: 2px solid #333;
}

@media print, screen and (min-width: 769px) {
  .footer-container .footer-balloon a {
    font-size: 1.125rem;
    bottom: 0px;
    left: 0px;
    min-width: 150px;
    min-height: 150px;
    border-radius: 50px 50px 50px 0;
  }
}

@media screen and (max-width: 768px) {
  .footer-container .footer-balloon a {
    font-size: 1.125rem;
    bottom: 0px;
    left: 0px;
    width: 150px;
    height: 150px;
    border-radius: 50px 50px 50px 0;
  }
}

.footer-main {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .footer-main {
    border-radius: 30px;
  }
}

@media screen and (max-width: 768px) {
  .footer-main {
    border-radius: 50px;
  }
}

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

@media print, screen and (min-width: 769px) {
  .footer-photo {
    flex: 1;
    min-width: 400px;
    max-width: 800px;
  }
}

.footer-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .footer-photo img {
    height: auto;
  }
}

.footer-content {
  background: url(../img_common/washi_bg_repeat.jpg) repeat;
}

@media print, screen and (min-width: 769px) {
  .footer-content {
    width: 700px;
    flex: 0 0 700px;
    padding: 50px 40px 20px;
  }
}

@media screen and (max-width: 768px) {
  .footer-content {
    padding: 60px 40px 30px;
  }
}

.footer-logo {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .footer-logo {
    width: fit-content;
    margin: 0 auto 45px;
  }
}

.footer-logo img {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .footer-logo img {
    width: 300px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .footer-logo img {
    width: 400px;
    height: auto;
  }
}

.footer-address {
  font-style: normal;
  color: #333;
  line-height: 1.8;
  margin-bottom: 25px;
}

@media print, screen and (min-width: 769px) {
  .footer-address {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .footer-address {
    font-size: 1.5rem;
    margin-bottom: 40px;
    text-align: center;
  }
}

.footer-address p {
  margin: 0;
}

.footer-nav {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .footer-nav {
    margin-bottom: 30px;
  }
}

.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}

@media print, screen and (min-width: 769px) {
  .footer-nav ul {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .footer-nav ul {
    gap: 10px 30px;
  }
}

.footer-nav li {
  position: relative;
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  .footer-nav li {
    padding-left: 18px;
  }
}

.footer-nav li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border: 1px solid #333;
  border-radius: 50%;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .footer-nav li::before {
    left: -4px;
    width: 12px;
    height: 12px;
    border: 2px solid #333;
  }
}

.footer-nav li a {
  color: #333;
  position: relative;
}

.footer-nav li a:focus, .footer-nav li a:focus-visible {
  outline: none;
}

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

@media print, screen and (min-width: 769px) {
  .footer-nav li a {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 768px) {
  .footer-nav li a {
    font-size: 1.5rem;
  }
}

.footer-pagetop {
  text-align: right;
  margin: 0;
}

.footer-pagetop a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #333;
  position: relative;
  line-height: 1;
}

.footer-pagetop a:focus, .footer-pagetop a:focus-visible {
  outline: none;
}

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

@media print, screen and (min-width: 769px) {
  .footer-pagetop a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .footer-pagetop a {
    font-size: 1.5rem;
    gap: 12px;
  }
}

.footer-pagetop a:hover, .footer-pagetop a:focus, .footer-pagetop a:focus-visible {
  text-decoration: underline;
}

.footer-pagetop a:hover img, .footer-pagetop a:focus img, .footer-pagetop a:focus-visible img {
  opacity: 0.7;
}

@media print, screen and (min-width: 769px) {
  .footer-pagetop a img {
    width: 40px;
    height: 39px;
  }
}

@media screen and (max-width: 768px) {
  .footer-pagetop a img {
    width: 50px;
    height: 48px;
  }
}

.copyright {
  margin: 0;
  text-align: center;
  color: #333;
  border-top: 1px solid #333;
}

@media print, screen and (min-width: 769px) {
  .copyright {
    padding: 20px 0 0;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 768px) {
  .copyright {
    padding: 30px 0 0;
    font-size: 1.125rem;
  }
}

html[data-fontsize="up"] {
  font-size: 133.3%;
}

html[data-fontsize="up2"] {
  font-size: 166.7%;
}

html[data-fontsize="up3"] {
  font-size: 200%;
}

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"] #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"] .sp-modal-a11y-support-bg,
html[data-bgcolor="color_black"] .sp-modal-menu-bg {
  display: none !important;
}

html[data-bgcolor="color_black"] .gsst_a .gscb_a {
  color: inherit !important;
}

html[data-bgcolor="color_black"] .pickup-area__header img,
html[data-bgcolor="color_black"] .share-area__header img {
  background-color: #fff !important;
}

html[data-bgcolor="color_black"] .about-area__map img {
  background-color: #eeefe9 !important;
}

html[data-bgcolor="color_black"] #header .pc-modal-a11y-support-bg, html[data-bgcolor="color_black"] #header .pc-modal-menu-bg {
  background-color: transparent !important;
}

html[data-bgcolor="color_blue"] body, html[data-bgcolor="color_blue"] p, html[data-bgcolor="color_blue"] div, html[data-bgcolor="color_blue"] table, html[data-bgcolor="color_blue"] h1, html[data-bgcolor="color_blue"] h2, html[data-bgcolor="color_blue"] h3, html[data-bgcolor="color_blue"] h4, html[data-bgcolor="color_blue"] h5, html[data-bgcolor="color_blue"] h6, html[data-bgcolor="color_blue"] ul, html[data-bgcolor="color_blue"] ol, html[data-bgcolor="color_blue"] li, html[data-bgcolor="color_blue"] td, html[data-bgcolor="color_blue"] th, html[data-bgcolor="color_blue"] dt, html[data-bgcolor="color_blue"] dd, html[data-bgcolor="color_blue"] dl, html[data-bgcolor="color_blue"] h1, html[data-bgcolor="color_blue"] h2, html[data-bgcolor="color_blue"] dt, html[data-bgcolor="color_blue"] caption, html[data-bgcolor="color_blue"] section, html[data-bgcolor="color_blue"] span, html[data-bgcolor="color_blue"] header, html[data-bgcolor="color_blue"] footer, html[data-bgcolor="color_blue"] nav {
  background-color: #005795 !important;
  color: #FFFFFF !important;
  background-image: none !important;
}

html[data-bgcolor="color_blue"] a {
  background-color: #005795 !important;
  color: #FFFF00 !important;
}

html[data-bgcolor="color_blue"] a:visited {
  color: #f5c77b !important;
}

html[data-bgcolor="color_blue"] a:hover {
  color: #f5c77b !important;
}

html[data-bgcolor="color_blue"] h1, html[data-bgcolor="color_blue"] h2, html[data-bgcolor="color_blue"] h3, html[data-bgcolor="color_blue"] h4, html[data-bgcolor="color_blue"] h5, html[data-bgcolor="color_blue"] h6 {
  background-image: none !important;
  border: 1px solid #E5D1AF;
}

html[data-bgcolor="color_blue"] h5 {
  padding: 10px 0px;
}

html[data-bgcolor="color_blue"] .wysiwyg .text_ {
  color: #ffdbea !important;
}

html[data-bgcolor="color_blue"] .wysiwyg .text2_ {
  color: #b6e2f3 !important;
}

html[data-bgcolor="color_blue"] #pdf-download {
  color: #333 !important;
}

html[data-bgcolor="color_blue"] #header-logo img,
html[data-bgcolor="color_blue"] #sp-header-logo img,
html[data-bgcolor="color_blue"] #header-subnav .list li a,
html[data-bgcolor="color_blue"] #header-size .title img,
html[data-bgcolor="color_blue"] #header-color .title img,
html[data-bgcolor="color_blue"] header .header-subnav-in li img,
html[data-bgcolor="color_blue"] #footer-logo img,
html[data-bgcolor="color_blue"] .footer-logo img,
html[data-bgcolor="color_blue"] #footer-character img {
  background-color: #fff !important;
}

html[data-bgcolor="color_blue"] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}

html[data-bgcolor="color_blue"] .side-nav-list {
  background-color: transparent !important;
}

html[data-bgcolor="color_blue"] .side-nav-list li span {
  background-color: transparent !important;
}

html[data-bgcolor="color_blue"] #keyword-area {
  background: transparent !important;
}

html[data-bgcolor="color_blue"] .toiawase .title, html[data-bgcolor="color_blue"] .toiawase .in {
  border: 1px solid #fff;
}

html[data-bgcolor="color_blue"] .toiawase .in {
  border-top: none;
}

html[data-bgcolor="color_blue"] #sp-header .modal-menu .sp-nav .title button.plus::after,
html[data-bgcolor="color_blue"] #sp-header .modal-menu .sp-nav .title button.mynus::after {
  background-color: #fff !important;
}

html[data-bgcolor="color_blue"] .sp-modal-a11y-support-bg,
html[data-bgcolor="color_blue"] .sp-modal-menu-bg {
  display: none !important;
}

html[data-bgcolor="color_blue"] .gsst_a .gscb_a {
  color: inherit !important;
}

html[data-bgcolor="color_blue"] .pickup-area__header img,
html[data-bgcolor="color_blue"] .share-area__header img {
  background-color: #fff !important;
}

html[data-bgcolor="color_blue"] .about-area__map img {
  background-color: #eeefe9 !important;
}

html[data-bgcolor="color_blue"] #header .pc-modal-a11y-support-bg, html[data-bgcolor="color_blue"] #header .pc-modal-menu-bg {
  background-color: transparent !important;
}
