@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;
  color: #06616e;
  font-size: 164%;
  box-sizing: border-box;
  padding: 8px 0px 6px 0;
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
  position: relative;
  border-bottom: 5px solid #e8f8f9;
  padding: 5px 10px;
}

h2.head-title .bg:before, .wysiwyg h2 .bg:before, .free-layout-area h2 .bg:before {
  position: absolute;
  content: "";
  display: block;
  border-bottom: solid 5px #0c7b55;
  left: 0;
  bottom: -5px;
  width: 40px;
}

h2.head-title a {
  color: #06616e !important;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  background: #e8f8f9;
  color: #06616e;
  font-size: 150%;
  box-sizing: border-box;
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
  padding: 8px 15px 7px 15px;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  color: #06616e;
  font-size: 138%;
  padding: 10px 15px 13px;
}

h4 .bg:before, .wysiwyg h4 .bg:before, .free-layout-area h4 .bg:before {
  content: "●";
  color: #0c7b55;
  margin-right: 10px;
  font-size: 100%;
  line-height: 1;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 110%;
  margin-top: 20px;
  display: block;
  padding: 0 0 5px 15px;
  line-height: 1.2;
  color: #06616e;
  font-size: 125%;
  border-bottom: 1px solid #0c7b55;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 100%;
  padding-left: 15px;
  padding-bottom: 5px;
  margin-top: 20px;
  line-height: 1.2;
  color: #06616e;
  font-size: 114%;
}

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: #e8f8f9;
}

.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;
}

body {
  font-size: 1rem;
  font-family: -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: #2d5f92;
  text-decoration: underline;
}

a:visited {
  color: #2d5f92;
  text-decoration: underline;
}

a:hover {
  color: #2d5f92;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: inherit;
  color: #2d5f92;
}

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: #c9ecef;
  text-align: center;
}

.scheme2 {
  border: 1px solid #b8b8b8;
  text-align: center;
}

.scheme3 {
  background-color: #333333;
  text-align: center;
}

.scheme4 {
  background-color: #0c7b55;
  text-align: center;
}

.scheme5 {
  border: 1px solid #0c7b55;
  text-align: center;
}

.scheme6 {
  background-color: #ffffff;
  text-align: center;
}

.scheme7 {
  background-color: #0c7b55;
  text-align: center;
}

.scheme8 {
  background-color: #0c7b55;
  color: #fff;
  text-align: center;
}

.scheme9 {
  background-color: #e8f8f9;
  text-align: center;
}

.scheme10 {
  background-color: #0c7b55;
  text-align: center;
}

.scheme11 {
  background-color: #06616e;
  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: 1px solid #0c7b55 !important;
    border-radius: 4px 0px 0px 4px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    border: 2px solid #0c7b55 !important;
    border-radius: 15px 0px 0px 15px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 38px;
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 98px;
    font-size: 1.7rem !important;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 38px;
    padding-left: 0 !important;
  }
  @-moz-document url-prefix() {
    td.gsc-search-button {
      height: 40px;
    }
  }
}

@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 98px;
    padding-left: 0 !important;
  }
  @-moz-document url-prefix() {
    td.gsc-search-button {
      height: 102px;
    }
  }
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    background-color: #0c7b55 !important;
    width: 44px !important;
    border: 1px solid #0c7b55 !important;
    border-radius: 0px 4px 4px 0px !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    background-color: #0c7b55 !important;
    width: 100px !important;
    border: 1px solid #0c7b55 !important;
    border-radius: 0px 15px 15px 0px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    fill: #ffffff !important;
    width: 18px !important;
    height: 18px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    fill: #ffffff !important;
    width: 38px !important;
    height: 38px !important;
  }
}

.dummy-search-area {
  box-sizing: border-box;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .dummy-search-area {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .dummy-search-area {
    width: 100%;
  }
}

.dummy-search {
  box-sizing: border-box;
  padding: 10px 0 10px 13px;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .dummy-search {
    border: 1px solid #0c7b55;
    height: 40px;
    width: calc(100% - 44px);
    border-radius: 4px 0px 0px 4px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .dummy-search {
    border: 2px solid #0c7b55;
    height: 100px;
    width: calc(100% - 100px);
    border-radius: 15px 0px 0px 15px;
    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: #0c7b55;
    flex-basis: 44px;
    width: 44px;
    height: 40px;
    border: 1px solid #0c7b55;
    border-radius: 0px 4px 4px 0px;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .dummy-search-btn {
    background-color: #0c7b55;
    flex-basis: 100px;
    width: 100px;
    height: 100px;
    border: 1px solid #0c7b55;
    border-radius: 0px 15px 15px 0px;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .dummy-search-btn svg {
    width: 18px;
    height: 18px;
    fill: #ffffff;
  }
}

@media screen and (max-width: 768px) {
  .dummy-search-btn svg {
    width: 38px;
    height: 38px;
    fill: #ffffff;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

#smartphone * {
  box-sizing: border-box;
}

#smartphone a {
  color: #333;
  display: block;
  text-decoration: none;
}

#smartphone .wrap {
  align-items: center;
  background-color: #fff;
  border: 6px solid #e8f8f9;
  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: #0c7b55;
  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;
}

@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%;
    background-color: #DFDFDF;
    text-decoration: none;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  .to-container a:hover {
    text-decoration: underline;
  }
  .to-container a:focus-visible {
    outline: 2px solid #000;
    outline-offset: -2px;
  }
  #header {
    /* #header-nav */
    /* end-#header-nav */
  }
  #header .header-subnav-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  #header .header-subnav-area #header-logo {
    margin: 10px 0 0 20px;
  }
  #header .header-subnav-area #header-logo a {
    display: block;
  }
  #header .header-subnav-area #header-logo a:hover {
    opacity: .85;
  }
  #header .header-subnav-area .pc-header-menu {
    margin: 10px 20px 0 0;
  }
  #header .header-subnav-area .pc-header-menu-in {
    position: relative;
  }
  #header .header-subnav-area .header-service {
    position: relative;
    z-index: 110;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
  }
  #header .header-subnav-area .header-search dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #header .header-subnav-area .header-search dl > dd {
    min-width: 220px;
  }
  #header .header-subnav-area .header-search .title {
    font-size: 1rem;
  }
  #header .header-subnav-area .header-search .title span {
    margin-right: 14px;
  }
  #header .header-subnav-area .header-search .gsc-search-button:focus-visible {
    border: 2px solid #fff !important;
    outline: 2px solid #333;
    outline-offset: -1px solid #fff;
  }
  #header .header-subnav-area .pc-header-menu-btn a {
    display: block;
    max-height: 40px;
    background: url(../img_common/icon_option.png) left 10px center no-repeat #e8f8f9;
    background-size: 25px 25px;
    border-radius: 4px;
    text-decoration: none;
    color: #333333;
    padding: 10px 13px 9px 45px;
    font-size: 0.875rem;
  }
  #header .header-subnav-area .pc-header-menu-btn a:hover {
    opacity: 0.85;
  }
  #header .header-subnav-area .pc-header-menu-btn a:focus-visible {
    border: 2px solid #fff !important;
    outline: 2px solid #333;
    outline-offset: -1px;
  }
  #header .header-subnav-area .pc-modal-menu {
    position: absolute;
    z-index: 120;
    top: 60px;
    right: 236px;
    width: 460px;
    min-height: 140px;
    text-align: center;
    display: none;
    box-sizing: border-box;
    background-color: #c9ecef;
    border-radius: 4px;
    padding: 30px 20px 10px 20px;
  }
  #header .header-subnav-area .pc-modal-menu::after {
    content: "";
    position: absolute;
    top: -15px;
    right: 45px;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 15px solid #c9ecef;
  }
  #header .header-subnav-area .pc-modal-close {
    margin-top: 30px;
  }
  #header .header-subnav-area .pc-modal-close a {
    text-decoration: none;
    color: #333333;
    background-color: #fff;
    padding: 12px 27px 12px 55px;
    border-radius: calc(infinity * 1px);
    background: url(../img_common/icon_close_gr.png) left 30px center no-repeat #fff;
    background-size: 16px 16px;
  }
  #header .header-subnav-area .pc-modal-close a:hover {
    opacity: 0.85;
  }
  #header .header-subnav-area .pc-modal-close a:focus-visible {
    border: 2px solid #fff !important;
    outline: 2px solid #333;
    outline-offset: -1px;
  }
  #header .header-subnav-area .header-size, #header .header-subnav-area .header-color {
    display: flex;
    align-items: center;
  }
  #header .header-subnav-area .header-size button, #header .header-subnav-area .header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
  }
  #header .header-subnav-area .header-size button:focus-visible, #header .header-subnav-area .header-color button:focus-visible {
    border: 2px solid #fff !important;
    outline: 2px solid #333;
    outline-offset: -1px;
    position: relative;
  }
  #header .header-subnav-area .header-size .title, #header .header-subnav-area .header-color .title {
    margin-right: 10px;
    font-size: 1rem;
  }
  #header .header-subnav-area .header-size dd, #header .header-subnav-area .header-color dd {
    line-height: 1;
  }
  #header .header-subnav-area .header-size dd img, #header .header-subnav-area .header-color dd img {
    cursor: pointer;
  }
  #header .header-subnav-area .header-size dd img:hover, #header .header-subnav-area .header-color dd img:hover {
    opacity: .85;
  }
  #header .header-subnav-area .header-size a:focus-visible, #header .header-subnav-area .header-color a:focus-visible {
    outline: 1px solid #000 !important;
    outline-offset: 0px !important;
    box-shadow: 0 0 0 2px #fff;
  }
  #header .header-subnav-area .header-size img {
    height: 30px;
    width: auto;
  }
  #header .header-subnav-area .header-color img {
    height: 32px;
    width: auto;
  }
  #header .header-subnav-area .header-color {
    gap: 5px;
  }
  #header .header-subnav-area .header-lang-wrapper .lang-error {
    color: #ee0000;
  }
  #header .header-subnav-area .header-lang {
    display: flex;
  }
  #header .header-subnav-area .header-lang .lang-select {
    padding: 3px 30px 3px 30px;
    border: none;
    border-radius: 4px 0 0 4px;
    appearance: none;
    word-break: break-all;
    white-space: normal;
    font-size: 80%;
    background: url(../img_common/icon_lang.png) no-repeat left 8px center/17px, url(../img_common/arrow_lang.png) no-repeat right 8px center/12px #e8f8f9;
  }
  #header .header-subnav-area .header-lang .lang-select:focus-visible {
    outline: 2px solid #333;
    outline-offset: -2px;
  }
  #header .header-subnav-area .header-lang .btn-lang-select {
    color: #fff;
    min-height: 40px;
    width: 40px;
    border: none;
    border-radius: 0 4px 4px 0;
    background: #0c7b55;
    line-height: 1;
    cursor: pointer;
    font-size: 0.875rem;
  }
  #header .header-subnav-area .header-lang .btn-lang-select:hover {
    opacity: .85;
  }
  #header .header-subnav-area .header-lang .btn-lang-select:focus-visible {
    border: 2px solid #fff !important;
    outline: 2px solid #333;
    outline-offset: -1px solid #fff;
  }
  #header .header-subnav-area .browsing-support-contents {
    display: flex;
    gap: 0 20px;
  }
  #header #header-nav {
    margin-top: 23px;
    background: #fff;
  }
  #header #header-nav .list {
    position: relative;
    display: flex;
  }
  #header #header-nav .in {
    width: 1000px;
    margin: 0 auto;
  }
  #header #header-nav .list > li {
    text-align: center;
  }
  #header #header-nav .list > li > a {
    display: block;
    color: #333333;
    text-decoration: none;
  }
  #header #header-nav .list > li > a > .box {
    display: flex;
    min-height: 45px;
  }
  #header #header-nav .list > li > a p {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 9px;
    min-height: 46px;
    width: 143px;
    font-size: 1.125rem;
  }
  #header #header-nav .list > li:focus-within > a, #header #header-nav .list > li:hover > a {
    background-color: #c9ecef;
  }
  #header #header-nav .list > li:focus-within > a .box, #header #header-nav .list > li:hover > a .box {
    text-decoration: underline;
    text-underline-offset: 9px;
    border-radius: 2px;
  }
  #header .header-nav-item > a {
    position: relative;
  }
  #header .header-nav-item > a:focus-visible {
    outline: 2px solid #000;
    outline-offset: -3px;
  }
  #header .header-nav-item > a::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    top: 50%;
    right: 0;
    background-color: #c9ecef;
    padding-top: 20px;
    transform: translateY(-50%);
  }
  #header .header-nav-item-1 > a::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    top: 50%;
    left: 0;
    background-color: #c9ecef;
    padding-top: 20px;
    transform: translateY(-50%);
  }
  #header .nav-category-list-box {
    left: 0;
    top: 100%;
    position: absolute;
    z-index: 100;
    width: 1000px;
  }
  #header .nav-category-list-box ul {
    background-color: #c9ecef;
    display: grid;
    gap: 10px 20px;
    grid-template-columns: repeat(3, 300px);
    justify-content: center;
    margin: 0 auto;
    padding: 30px 0;
    width: 1000px;
  }
  #header .nav-category-list-box ul li {
    box-sizing: border-box;
    height: auto !important;
    width: 300px;
    position: relative;
  }
  #header .nav-category-list-box ul li .category-item-in {
    box-sizing: border-box;
    display: flex;
    height: 100%;
  }
  #header .nav-category-list-box ul li .category-item-in a {
    align-items: center;
    color: #0f3232;
    display: flex;
    text-decoration: none;
    text-align: left;
    width: 100%;
    padding: 9px 40px 9px 12px;
    background: url(../img_common/icon_right.png) right 10px center no-repeat #fff;
    background-size: 26px 26px;
    border-radius: 4px;
    line-height: 1.375rem;
    font-size: 1rem;
  }
  #header .nav-category-list-box ul li .category-item-in a:hover {
    text-decoration: underline;
  }
  #header .nav-category-list-box ul li .category-item-in a:focus-visible {
    outline: 1px solid #000 !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 2px #fff;
  }
}

@media screen and (max-width: 768px) {
  .c-width {
    width: 650px;
    margin: 0 auto;
  }
  #sp-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 150;
    background-color: #fff;
  }
  #sp-header > .box {
    padding: 28px 0 20px 20px;
  }
  #sp-header > .box #sp-header-logo {
    width: 70%;
    position: relative;
    z-index: 150;
  }
  #sp-header > .box #sp-header-logo img {
    max-width: 100%;
    width: 490px;
    height: 62px;
    object-fit: contain;
  }
  #sp-header > .box #sp-header-nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    padding: 0;
    background: none;
  }
  #sp-header > .box #sp-header-nav .list {
    display: none;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area img {
    height: 110px;
    width: 110px;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area .menu-btn-menu {
    position: absolute;
    right: 0;
    z-index: 130 !important;
  }
  #sp-header .modal-menu-bg {
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 110;
  }
  #sp-header .modal-menu {
    top: 111px;
    display: none;
    position: fixed;
    left: 0;
    z-index: 120;
    width: 100%;
    max-height: calc(100dvh - 100px);
    overflow-y: auto;
  }
  #sp-header .modal-menu .in {
    margin: 30px auto 0;
    padding: 0 0 50px 0;
    width: 650px;
    box-sizing: border-box;
  }
  #sp-header .modal-menu .search-list {
    box-sizing: border-box;
    width: 100%;
    padding: 30px 30px 38px 30px;
    background-color: #e6f4f5;
    border-radius: 20px;
  }
  #sp-header .modal-menu .search-list .header-search {
    margin-top: 10px;
  }
  #sp-header .modal-menu .search-list .header-search .gscb_a {
    font-size: 2.5rem !important;
  }
  #sp-header .modal-menu .sp-nav {
    background-color: #e6f4f5;
    border-radius: 20px;
    padding: 0 15px 15px;
    margin-top: 30px;
  }
  #sp-header .modal-menu .sp-nav .box {
    display: block;
    border-bottom: 1px solid #fff;
  }
  #sp-header .modal-menu .sp-nav .box:last-child {
    border-bottom: none;
  }
  #sp-header .modal-menu .sp-nav .title {
    position: relative;
  }
  #sp-header .modal-menu .sp-nav .title a {
    display: block;
    padding: 26px 0px 32px 20px;
    margin-right: 90px;
    font-weight: bold;
    font-size: 2rem;
    text-underline-offset: 3px;
    color: #333333;
  }
  #sp-header .modal-menu .sp-nav .title button {
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 90px;
    height: 90px;
    background-color: transparent;
  }
  #sp-header .modal-menu .sp-nav .title button.plus::after, #sp-header .modal-menu .sp-nav .title button.mynus::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #0c7b55;
  }
  #sp-header .modal-menu .sp-nav .title button.plus::after {
    width: 40px;
    height: 40px;
    clip-path: polygon(43% 100%, 43% 57%, 0% 57%, 0% 43%, 43% 43%, 43% 0%, 57% 0%, 57% 43%, 100% 43%, 100% 57%, 57% 57%, 57% 100%);
  }
  #sp-header .modal-menu .sp-nav .title button.mynus::after {
    width: 40px;
    height: 40px;
    clip-path: polygon(0% 57%, 0% 43%, 100% 43%, 100% 57%);
  }
  #sp-header .modal-menu .sp-nav .title button span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  #sp-header .modal-menu .sp-nav .bloc {
    display: none;
  }
  #sp-header .modal-menu .sp-nav .bloc .list {
    background-color: #fff;
    border-radius: 20px;
    padding: 12px 10px 6px 10px;
  }
  #sp-header .modal-menu .sp-nav .bloc .list a {
    display: block;
    padding: 22px 55px 22px 30px;
    margin-bottom: 10px;
    text-decoration: underline 1.3px solid;
    text-underline-offset: 12px;
    color: #333333;
    background: url(../img_common/icon_right.png) right 17px center no-repeat #fff;
    background-size: 40px 40px;
    font-size: 1.75rem;
  }
  #sp-header .modal-menu .support-block {
    margin-top: 20px;
  }
  #sp-header .modal-menu .support-block button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
  }
  #sp-header .modal-menu .support-block .support-list {
    background: #e6f4f5;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 60px auto 0;
    padding: 30px 43px;
    width: 650px;
  }
  #sp-header .modal-menu .support-block .support-list li + li {
    margin-top: 20px;
  }
  #sp-header .modal-menu .support-block .header-size dl,
  #sp-header .modal-menu .support-block .header-color dl {
    align-items: center;
    display: flex;
  }
  #sp-header .modal-menu .support-block .header-size dt,
  #sp-header .modal-menu .support-block .header-color dt {
    flex-shrink: 0;
    margin: 0 30px 0 25px;
    width: 150px;
    font-size: 1.875rem;
  }
  #sp-header .modal-menu .support-block .header-size dd,
  #sp-header .modal-menu .support-block .header-color dd {
    font-size: 0;
    margin-right: 25px;
  }
  #sp-header .modal-menu .support-block .header-size dd img {
    height: 80px;
  }
  #sp-header .modal-menu .support-block .header-color dd img {
    height: 80px;
  }
  #sp-header .modal-menu .support-block .header-lang-wrapper .lang-error {
    background-color: #fff;
    color: #ee0000;
    width: 100%;
  }
  #sp-header .modal-menu .support-block .header-lang {
    display: flex;
    min-height: 100px;
  }
  #sp-header .modal-menu .support-block .header-lang .lang-select {
    border: solid 2px #0c7b55;
    border-radius: 10px 0 0 10px;
    flex: 1;
    padding: 15px 30px 15px 95px;
    background: #fff;
    color: #333333 !important;
    font-size: 100%;
    appearance: none;
    word-break: break-all;
    white-space: normal;
    background: url(../img_common/icon_lang.png) no-repeat left 17px center, url(../img_common/arrow_lang.png) no-repeat right 10px center #fff;
  }
  #sp-header .modal-menu .support-block .header-lang .btn-lang-select {
    color: #fff;
    width: 100px;
    background: #0c7b55;
    border-radius: 0 10px 10px 0;
    line-height: 1;
    cursor: pointer;
    font-size: 2.1875rem;
  }
  #sp-header .modal-menu .display-pc {
    cursor: pointer;
  }
  #sp-header .modal-menu .display-pc a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 650px;
    margin: 0 auto;
    padding: 34px 0;
    color: #333333;
    text-decoration: none;
    border: 2px solid #0c7b55;
    border-radius: calc(infinity * 1px);
    font-weight: bold;
    font-size: 1.75rem;
  }
  #sp-header .modal-menu .display-pc-icon {
    display: block;
    background: url(../img_common/icon_pc.png) no-repeat;
    background-size: 38px 40px;
    width: 38px;
    height: 40px;
    margin-right: 15px;
  }
  #sp-header .modal-menu .modal-menu-close {
    margin-top: 50px;
    cursor: pointer;
  }
  #sp-header .modal-menu .modal-menu-close a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 34px 0;
    color: #fff;
    text-decoration: none;
    background-color: #0c7b55;
    font-weight: bold;
    font-size: 1.75rem;
  }
  #sp-header .modal-menu .modal-menu-close-icon {
    display: block;
    background: url(../img_common/icon_close_w.png) no-repeat;
    background-size: 38px 40px;
    width: 38px;
    height: 40px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 768px) and (max-width: 570px) {
  #sp-header .modal-search,
  #sp-header .modal-menu {
    top: 90px;
  }
  #sp-header .modal-menu .arrow {
    right: 6%;
  }
  #sp-header .modal-search .arrow {
    right: 24%;
  }
}

a:has(> img) {
  display: inline-block;
}

body {
  color: #333333;
}

.c-width {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .c-width {
    max-width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .c-width {
    max-width: 650px;
  }
}

.section-center-title {
  text-align: center;
  color: #06616e;
  background: url("../img_top/title_underline.png") no-repeat center bottom;
}

@media print, screen and (min-width: 769px) {
  .section-center-title {
    font-size: 2.5rem;
    background-size: 80px 6px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .section-center-title {
    font-size: 3.75rem;
    background-size: 120px 9px;
    padding-bottom: 23px;
  }
}

.mv {
  position: relative;
}

@media screen and (max-width: 768px) {
  .mv {
    top: 130px;
  }
}

.mv-main-slider-list li a, .mv-main-slider-list-sp li a {
  width: 100%;
  margin-right: auto;
}

.mv-main-slider-list li a:hover, .mv-main-slider-list-sp li a:hover {
  opacity: 0.85;
}

.mv-main-slider-list li a:focus-visible, .mv-main-slider-list-sp li a:focus-visible {
  outline: 2px solid #000;
  outline-offset: -2px;
}

.mv-main-slider-list img, .mv-main-slider-list-sp img {
  width: calc(100% - 50px);
  object-fit: cover;
  border-radius: 0 80px 0 0;
}

@media print, screen and (min-width: 769px) {
  .mv-main-slider-list img, .mv-main-slider-list-sp img {
    height: 600px;
  }
}

@media screen and (max-width: 768px) {
  .mv-main-slider-list img, .mv-main-slider-list-sp img {
    height: 900px;
  }
}

.mv-main-sidetxt {
  position: fixed;
  display: grid;
  place-content: center;
  width: 50px;
  height: 100%;
  z-index: 100;
  right: 0;
  top: 0;
}

@media print, screen and (min-width: 769px) {
  .mv-main-sidetxt img {
    width: 16px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .mv-main-sidetxt img {
    width: 21px;
    height: auto;
  }
}

@media print, screen and (min-width: 769px) {
  .mv .slide-controls {
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .mv .slide-controls {
    position: absolute;
    width: 100%;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.mv .slide-controls button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0;
}

.mv .slide-controls button:focus-visible {
  outline: 1px solid #fff !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #000;
}

.mv .slide-controls .control-unit {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media print, screen and (min-width: 769px) {
  .mv .slide-controls .control-unit {
    position: absolute;
    bottom: 20px;
  }
}

.mv .slide-controls .control-unit .bx-controls-auto-item button {
  background: center /contain no-repeat;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .mv .slide-controls .control-unit .bx-controls-auto-item button {
    height: 25px;
    width: 25px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .mv .slide-controls .control-unit .bx-controls-auto-item button {
    height: 50px;
    width: 50px;
    margin-right: 38px;
  }
}

.mv .slide-controls .control-unit .bx-controls-auto-item button.bx-start {
  background-image: url("../img_top/start.png");
}

.mv .slide-controls .control-unit .bx-controls-auto-item button.bx-stop {
  background-image: url("../img_top/stop.png");
}

.mv .slide-controls .control-unit .bx-controls-auto-item button.active {
  display: none;
}

.mv .slide-controls .control-unit .bx-pager-list {
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
  .mv .slide-controls .control-unit .bx-pager-list {
    margin-right: 20px;
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .mv .slide-controls .control-unit .bx-pager-list {
    width: 100%;
    max-width: 360px;
    margin-right: 40px;
    gap: 20px;
  }
}

.mv .slide-controls .control-unit .bx-pager-list .bx-pager-item {
  display: flex;
  align-items: center;
}

.mv .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
  border: 2px solid #0c7b55;
  background-color: #fff;
  border-radius: 50%;
  height: 100%;
  padding: 0;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .mv .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
    height: 10px;
    width: 10px;
  }
}

@media screen and (max-width: 768px) {
  .mv .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
    height: 20px;
    width: 20px;
  }
}

.mv .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
  border: 2px solid #fff;
  background-color: #0c7b55;
}

@media print, screen and (min-width: 769px) {
  .mv .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
    height: 20px;
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  .mv .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
    height: 40px;
    width: 40px;
  }
}

.mv .slide-controls .arrow button {
  background: center /contain no-repeat;
}

@media print, screen and (min-width: 769px) {
  .mv .slide-controls .arrow button {
    height: 30px;
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  .mv .slide-controls .arrow button {
    height: 60px;
    width: 60px;
  }
}

.mv .slide-controls .arrow button.bx-prev {
  background-image: url("../img_top/prev.png");
}

@media print, screen and (min-width: 769px) {
  .mv .slide-controls .arrow button.bx-prev {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .mv .slide-controls .arrow button.bx-prev {
    margin-right: 20px;
  }
}

.mv .slide-controls .arrow button.bx-next {
  background-image: url("../img_top/next.png");
}

.message {
  background: url("../img_top/deco_wave.png") no-repeat;
  background-size: 621px 244px;
}

@media print, screen and (min-width: 769px) {
  .message {
    background-position: left -70px top -20px;
    min-height: 200px;
  }
}

@media screen and (max-width: 768px) {
  .message {
    margin-top: 130px;
    background-position: left top -20px;
    min-height: 230px;
  }
}

.message-content {
  padding-top: 60px;
}

@media print, screen and (min-width: 769px) {
  .message-content {
    display: flex;
    gap: 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .message-content {
    display: block;
  }
}

.message-txt-title {
  font-weight: bold;
  color: #06616e;
}

@media print, screen and (min-width: 769px) {
  .message-txt-title {
    padding: 25px 0 20px;
    font-size: 2rem;
    background: url("../img_top/pc_message_underline.png") no-repeat center bottom;
  }
}

@media screen and (max-width: 768px) {
  .message-txt-title {
    padding: 0 0 20px;
    font-size: 2.625rem;
    background: url("../img_top/sp_message_underline.png") no-repeat center bottom;
  }
}

@media print, screen and (min-width: 769px) {
  .message-txt-desc {
    margin-top: 18px;
    width: 500px;
    font-size: 1.125rem;
    line-height: 2.25rem;
    color: #333333;
  }
}

@media screen and (max-width: 768px) {
  .message-txt-desc {
    margin-top: 20px;
    width: 100%;
    font-size: 1.875rem;
    line-height: 2.875rem;
    color: #333333;
  }
}

.message-img {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .message-img {
    width: 480px;
    height: 300px;
    margin: 0 0 20px auto;
  }
}

@media screen and (max-width: 768px) {
  .message-img {
    margin-top: 37px;
    width: 650px;
    height: 406px;
  }
}

.message-img a {
  position: relative;
  z-index: 20;
}

.message-img a:hover {
  opacity: 0.85;
}

.message-img img {
  position: relative;
  z-index: 20;
  border-radius: 50px 10px 50px 10px;
  object-fit: cover;
}

@media print, screen and (min-width: 769px) {
  .message-img img {
    width: 480px;
    height: 300px;
  }
}

@media screen and (max-width: 768px) {
  .message-img img {
    width: 650px;
    height: 406px;
  }
}

.message-img::before {
  content: "";
  position: absolute;
  z-index: 10;
  display: block;
  border-radius: 50px 10px 50px 10px;
  background-image: linear-gradient(-45deg, #ebebeb 25%, #fff 25%, #fff 50%, #ebebeb 50%, #ebebeb 75%, #fff 75%, #fff);
  background-size: 8px 8px;
}

@media print, screen and (min-width: 769px) {
  .message-img::before {
    width: 480px;
    height: 300px;
    right: -20px;
    bottom: -20px;
  }
}

@media screen and (max-width: 768px) {
  .message-img::before {
    width: 650px;
    height: 406px;
    right: -25px;
    bottom: -25px;
  }
}

.pickup .bx-wrapper {
  margin: 0 auto;
}

.pickup .bx-viewport {
  overflow: visible !important;
}

@media print, screen and (min-width: 769px) {
  .pickup {
    margin-top: 105px;
  }
}

@media screen and (max-width: 768px) {
  .pickup {
    margin-top: 114px;
  }
}

.pickup-slider {
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .pickup-slider {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .pickup-slider {
    margin-top: 40px;
  }
}

.pickup-slider-list li a:focus-visible {
  outline: none;
}

.pickup-slider-list li a:focus-visible img {
  border: 2px solid #fff;
  outline: 2px solid #000;
  outline-offset: -4px;
  box-sizing: border-box;
}

.pickup-slider-list li a:hover {
  opacity: 0.85;
}

.pickup-slider-list li img {
  border-radius: 20px;
  object-fit: contain;
}

@media print, screen and (min-width: 769px) {
  .pickup-slider-list li img {
    width: 300px;
    height: 280px;
  }
}

@media screen and (max-width: 768px) {
  .pickup-slider-list li img {
    width: 540px;
    height: 504px;
  }
}

.pickup .slide-controls {
  margin-top: 30px;
}

@media print, screen and (min-width: 769px) {
  .pickup .slide-controls {
    margin-right: auto;
  }
}

.pickup .slide-controls button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0;
}

.pickup .slide-controls button:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}

.pickup .slide-controls .control-unit {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .pickup .slide-controls .control-unit {
    justify-content: center;
  }
}

.pickup .slide-controls .control-unit .bx-controls-auto-item button {
  background: center /contain no-repeat;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .pickup .slide-controls .control-unit .bx-controls-auto-item button {
    height: 25px;
    width: 25px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .pickup .slide-controls .control-unit .bx-controls-auto-item button {
    height: 50px;
    width: 50px;
    margin-right: 38px;
  }
}

.pickup .slide-controls .control-unit .bx-controls-auto-item button.bx-start {
  background-image: url("../img_top/start.png");
}

.pickup .slide-controls .control-unit .bx-controls-auto-item button.bx-stop {
  background-image: url("../img_top/stop.png");
}

.pickup .slide-controls .control-unit .bx-controls-auto-item button.active {
  display: none;
}

.pickup .slide-controls .control-unit .bx-pager-list {
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
  .pickup .slide-controls .control-unit .bx-pager-list {
    margin-right: 20px;
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .pickup .slide-controls .control-unit .bx-pager-list {
    width: 100%;
    max-width: 360px;
    margin-right: 40px;
    gap: 20px;
  }
}

.pickup .slide-controls .control-unit .bx-pager-list .bx-pager-item {
  display: flex;
  align-items: center;
}

.pickup .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
  border: 2px solid #0c7b55;
  background-color: #fff;
  border-radius: 50%;
  height: 100%;
  padding: 0;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .pickup .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
    height: 10px;
    width: 10px;
  }
}

@media screen and (max-width: 768px) {
  .pickup .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
    height: 20px;
    width: 20px;
  }
}

.pickup .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
  border: 2px solid #fff;
  background-color: #0c7b55;
}

@media print, screen and (min-width: 769px) {
  .pickup .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
    height: 20px;
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  .pickup .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
    height: 40px;
    width: 40px;
  }
}

.pickup .slide-controls .arrow button {
  background: center /contain no-repeat;
}

@media print, screen and (min-width: 769px) {
  .pickup .slide-controls .arrow button {
    height: 30px;
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  .pickup .slide-controls .arrow button {
    height: 60px;
    width: 60px;
  }
}

.pickup .slide-controls .arrow button.bx-prev {
  background-image: url("../img_top/prev.png");
}

@media print, screen and (min-width: 769px) {
  .pickup .slide-controls .arrow button.bx-prev {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .pickup .slide-controls .arrow button.bx-prev {
    margin-right: 20px;
  }
}

.pickup .slide-controls .arrow button.bx-next {
  background-image: url("../img_top/next.png");
}

@media print, screen and (min-width: 769px) {
  .news {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .news {
    margin-top: 100px;
  }
}

.news .pageListNotExists p {
  padding: 50px 0;
  text-align: center;
}

.news-list {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

@media print, screen and (min-width: 769px) {
  .news-list {
    max-height: 284px;
    margin-top: 20px;
    padding-right: 10px;
    gap: 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .news-list {
    max-height: 405px;
    margin-top: 40px;
    padding-right: 14px;
    gap: 20px 0;
  }
}

.news-list li {
  padding: 18px 40px 14px 20px;
  background-color: #e8f8f9;
  border-radius: 10px;
}

.news-list li span {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .news-list li span {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .news-list li span {
    font-size: 1.75rem;
  }
}

.news-list li .date {
  font-weight: bold;
  color: #06616e;
}

.news-list li .txt {
  margin-top: 3px;
}

@media print, screen and (min-width: 769px) {
  .news-list li .txt {
    line-height: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .news-list li .txt {
    line-height: 2.125rem;
  }
}

.news-list li .txt a {
  text-decoration: none;
  color: #333333;
}

.news-list li .txt a:hover {
  text-decoration: underline;
}

.news-list li .txt a:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}

.news-tolist a {
  width: fit-content;
  display: block;
  margin: 0 auto;
  background: #0c7b55 url("../img_top/next.png") center no-repeat;
  color: #FFFFFF;
  border-radius: calc(infinity * 1px);
  text-decoration: none;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .news-tolist a {
    margin-top: 30px;
    padding: 22px 90px 18px;
    background-size: 30px 30px;
    background-position: right 20px center;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .news-tolist a {
    margin-top: 40px;
    padding: 30px 147px 28px 135px;
    background-size: 45px 45px;
    background-position: right 30px center;
    font-size: 1.75rem;
  }
}

.news-tolist a:hover {
  text-decoration: underline;
}

.news-tolist a:focus-visible {
  border: 2px solid #fff !important;
  outline: 2px solid #333;
  outline-offset: -1px;
}

@media print, screen and (min-width: 769px) {
  .enjoy {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .enjoy {
    margin-top: 100px;
  }
}

@media print, screen and (min-width: 769px) {
  .enjoy-wrapper {
    background: url("../img_top/pc_enjoy_background.png") no-repeat center top;
    background-size: 1300px 2349px;
    padding: 50px 0 0 0;
    margin: 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .enjoy-wrapper {
    background: url("../img_top/sp_enjoy_background.png") no-repeat center top;
    background-size: 750px 3409px;
    padding: 60px 0 0 0;
    margin: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .enjoy-content {
    padding-top: 20px;
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .enjoy-content {
    padding-top: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .enjoy-list li {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 60px;
  }
}

.enjoy-list li .img a:hover {
  opacity: 0.85;
}

.enjoy-list li .img a:focus-visible {
  outline: 2px solid #000;
  outline-offset: -2px;
}

.enjoy-list li .img img {
  object-fit: cover;
  border-radius: 70px 10px 70px 10px;
  width: 700px;
  height: 400px;
}

.enjoy-list li .item {
  position: relative;
  z-index: 20;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 16px;
  height: fit-content;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .enjoy-list li .item {
    top: 40px;
    padding: 25px 20px;
    width: 330px;
    right: 70px;
  }
}

@media screen and (max-width: 768px) {
  .enjoy-list li .item {
    padding: 40px 40px;
    width: 500px;
    bottom: 70px;
    margin: 0 auto;
  }
}

.enjoy-list li .item .ttl {
  display: block;
  text-align: center;
  color: #06616e;
  font-weight: bold;
  background: url("../img_top/enjoy_underline.png") no-repeat center bottom;
}

@media print, screen and (min-width: 769px) {
  .enjoy-list li .item .ttl {
    font-size: 1.875rem;
    background-size: 80px 2px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 768px) {
  .enjoy-list li .item .ttl {
    font-size: 2.75rem;
    background-size: 120px 3px;
    padding-bottom: 20px;
  }
}

.enjoy-list li .item .txt {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .enjoy-list li .item .txt {
    font-size: 1rem;
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .enjoy-list li .item .txt {
    font-size: 1.75rem;
    line-height: 2.25rem;
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .enjoy-list li:nth-child(even) {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 768px) {
  .enjoy-list li:nth-child(even) {
    margin-right: 0;
    margin-left: auto;
  }
}

.enjoy-list li:nth-child(even) .img {
  width: fit-content;
  margin-left: auto;
}

@media print, screen and (min-width: 769px) {
  .enjoy-list li:nth-child(even) .item {
    right: auto;
    left: 70px;
  }
}

.enjoy-list li:last-child {
  margin-bottom: 0;
}

.enjoy-model {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .enjoy-model {
    margin-top: 120px;
  }
}

.enjoy-model-img {
  text-align: center;
}

.enjoy-model-img a:hover {
  opacity: 0.85;
}

.enjoy-model-img a:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}

.enjoy-model-img img {
  object-fit: cover;
}

@media print, screen and (min-width: 769px) {
  .enjoy-model-img img {
    border-radius: 10px;
    width: 1000px;
    height: 300px;
  }
}

@media screen and (max-width: 768px) {
  .enjoy-model-img img {
    border-radius: 30px;
    width: 650px;
    height: 300px;
    object-position: 36% 50%;
  }
}

.enjoy-model-item {
  z-index: 20;
  flex-shrink: 0;
  background-color: #e8f8f9;
  border-radius: 16px;
  box-sizing: border-box;
  height: fit-content;
}

@media print, screen and (min-width: 769px) {
  .enjoy-model-item {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 70px;
    padding: 25px 20px;
    width: 330px;
  }
}

@media screen and (max-width: 768px) {
  .enjoy-model-item {
    position: relative;
    margin: -90px auto 0;
    padding: 35px 40px;
    width: 500px;
  }
}

.enjoy-model-item .ttl {
  display: block;
  text-align: center;
  color: #06616e;
  font-weight: bold;
  background: url("../img_top/enjoy_underline.png") no-repeat center bottom;
}

@media print, screen and (min-width: 769px) {
  .enjoy-model-item .ttl {
    font-size: 1.875rem;
    background-size: 80px 2px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 768px) {
  .enjoy-model-item .ttl {
    font-size: 2.75rem;
    background-size: 120px 3px;
    padding-bottom: 20px;
  }
}

.enjoy-model-item .txt {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .enjoy-model-item .txt {
    font-size: 1rem;
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .enjoy-model-item .txt {
    font-size: 1.75rem;
    margin-top: 17px;
  }
}

.access {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .access {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .access {
    margin-top: 80px;
  }
}

@media print, screen and (min-width: 769px) {
  .access a img {
    width: 1000px;
    height: 160px;
  }
}

@media screen and (max-width: 768px) {
  .access a img {
    width: 650px;
    height: 112px;
  }
}

.access a:hover {
  opacity: 0.85;
}

.access a:focus-visible {
  outline: 3px solid #fff !important;
  outline-offset: 2px !important;
  border: 2px solid #000;
}

@media print, screen and (min-width: 769px) {
  .brochure {
    margin-top: 140px;
  }
}

@media screen and (max-width: 768px) {
  .brochure {
    margin-top: 130px;
  }
}

.brochure-wrapper {
  position: relative;
  z-index: 0;
}

.brochure-wrapper::before {
  content: "";
  position: absolute;
  background: url("../img_top/deco_circle.png") center/cover no-repeat;
  z-index: -10;
}

@media print, screen and (min-width: 769px) {
  .brochure-wrapper::before {
    top: -20px;
    left: 20px;
    width: 220px;
    height: 220px;
  }
}

@media screen and (max-width: 768px) {
  .brochure-wrapper::before {
    top: -30px;
    left: 30px;
    width: 330px;
    height: 330px;
  }
}

.brochure-title {
  color: #06616e;
  background: url("../img_top/deco_title.png") no-repeat left center;
}

@media print, screen and (min-width: 769px) {
  .brochure-title {
    font-size: 2.0625rem;
    background-size: 109px 10px;
    padding: 0 0 0 125px;
  }
}

@media screen and (max-width: 768px) {
  .brochure-title {
    font-size: 3.09375rem;
    background-size: 164px 16px;
    padding: 0 0 0 183px;
  }
}

.brochure-list {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .brochure-list {
    max-width: 770px;
    display: grid;
    gap: 50px 70px;
    grid-template-columns: repeat(3, 210px);
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .brochure-list {
    max-width: 354px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px 0;
  }
}

.brochure-list li a:hover {
  opacity: 0.85;
}

.brochure-list li a:focus-visible {
  outline: 3px solid #fff !important;
  outline-offset: 2px;
  border: 2px solid #000;
}

.brochure-list li img {
  object-fit: contain;
}

@media print, screen and (min-width: 769px) {
  .brochure-list li img {
    width: 210px;
    height: 297px;
  }
}

@media screen and (max-width: 768px) {
  .brochure-list li img {
    width: 354px;
    height: 500px;
  }
}

.brochure-lang-list {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .brochure-lang-list {
    max-width: 820px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 260px);
    margin-top: 52px;
  }
}

@media screen and (max-width: 768px) {
  .brochure-lang-list {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
    margin-top: 60px;
  }
}

.brochure-lang-list li a {
  text-decoration: none;
  color: #333333;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background: #fff url("../img_top/next.png") center no-repeat;
}

@media print, screen and (min-width: 769px) {
  .brochure-lang-list li a {
    width: 260px;
    min-height: 70px;
    padding: 22px 40px 22px 20px;
    background-size: 26px 26px;
    background-position: right 15px center;
    border-radius: 6px;
    border: 2px solid #128139;
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 768px) {
  .brochure-lang-list li a {
    justify-content: center;
    min-height: 100px;
    padding: 0px 65px 0px 20px;
    background-size: 40px 40px;
    background-position: right 30px center;
    border-radius: 10px;
    border: 4px solid #128139;
    font-size: 1.75rem;
  }
}

.brochure-lang-list li a:hover {
  text-decoration: underline;
}

.brochure-lang-list li a:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}

@media print, screen and (min-width: 769px) {
  .sns {
    margin-top: 140px;
  }
}

@media screen and (max-width: 768px) {
  .sns {
    margin-top: 150px;
  }
}

.sns-wrapper {
  position: relative;
  z-index: 0;
}

.sns-wrapper::before {
  content: "";
  position: absolute;
  background: url("../img_top/deco_circle.png") center/cover no-repeat;
  z-index: -10;
}

@media print, screen and (min-width: 769px) {
  .sns-wrapper::before {
    top: -20px;
    left: 20px;
    width: 220px;
    height: 220px;
  }
}

@media screen and (max-width: 768px) {
  .sns-wrapper::before {
    top: -30px;
    left: 30px;
    width: 330px;
    height: 330px;
  }
}

.sns-title {
  color: #06616e;
  background: url("../img_top/deco_title.png") no-repeat left center;
}

@media print, screen and (min-width: 769px) {
  .sns-title {
    font-size: 2.0625rem;
    background-size: 109px 10px;
    padding: 0 0 0 125px;
  }
}

@media screen and (max-width: 768px) {
  .sns-title {
    font-size: 3.09375rem;
    background-size: 164px 16px;
    padding: 0 0 0 183px;
  }
}

.sns-list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media print, screen and (min-width: 769px) {
  .sns-list {
    max-width: 736px;
    margin-top: 30px;
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .sns-list {
    max-width: 500px;
    margin-top: 50px;
    gap: 60px 100px;
  }
}

.sns-list li a:hover {
  opacity: 0.85;
}

.sns-list li a:focus-visible {
  border: 2px solid #fff !important;
  outline: 2px solid #333;
  outline-offset: -1px;
}

.sns-list li img {
  object-fit: contain;
}

@media print, screen and (min-width: 769px) {
  .sns-list li img {
    width: 57px;
    height: 57px;
  }
}

@media screen and (max-width: 768px) {
  .sns-list li img {
    width: 100px;
    height: 100px;
  }
}

@media print, screen and (min-width: 769px) {
  .related-link {
    margin-top: 182px;
  }
}

@media screen and (max-width: 768px) {
  .related-link {
    margin-top: 120px;
  }
}

.related-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media print, screen and (min-width: 769px) {
  .related-link-list {
    margin-top: 20px;
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .related-link-list {
    margin-top: 40px;
    gap: 35px 0;
  }
}

.related-link-list .item {
  display: flex;
}

.related-link-list .item-in {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 100%;
  color: #333333;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .related-link-list .item-in {
    width: 320px;
    padding: 10px 15px;
    border-radius: 6px;
    border: 2px solid #128139;
    gap: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .related-link-list .item-in {
    width: 650px;
    padding: 10px 15px;
    border-radius: 10px;
    border: 4px solid #128139;
    gap: 0 40px;
  }
}

.related-link-list .item a, .related-link-list .item .item-nolink {
  height: 100%;
  text-decoration: none;
}

.related-link-list .item a:hover {
  text-decoration: underline;
}

.related-link-list .item a:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}

.related-link-list .item-img img {
  object-fit: contain;
}

@media print, screen and (min-width: 769px) {
  .related-link-list .item-img img {
    width: 65px;
    height: 65px;
  }
}

@media screen and (max-width: 768px) {
  .related-link-list .item-img img {
    width: 90px;
    height: 90px;
  }
}

@media print, screen and (min-width: 769px) {
  .related-link-list .item-txt {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 768px) {
  .related-link-list .item-txt {
    font-size: 1.75rem;
  }
}

.slider a:focus, .slider a:focus-visible {
  outline: none;
  position: relative;
}

.slider a:focus::before, .slider a:focus-visible::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 6px;
  outline: 1px solid #fff;
  border: 2px solid #333;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
footer {
  margin-top: 120px;
  position: relative;
  /* PCでは電話番号リンクを無効化 */
}

footer #pagetop {
  position: absolute;
  z-index: 100;
}

footer #pagetop a {
  display: block;
}

footer #pagetop a:hover {
  opacity: 0.85;
}

footer #pagetop a:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #fff;
}

footer .c-width {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  footer .c-width {
    max-width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  footer .c-width {
    max-width: 650px;
  }
}

footer .in {
  position: relative;
}

footer .footer {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  footer .footer {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  footer .footer {
    width: 750px;
    min-height: 650px;
    background: url("../img_common/sp_footer_back.png") no-repeat left top;
    background-size: 100% 100%;
  }
}

footer .footer-overview {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  footer .footer-overview {
    padding: 75px 0 120px 0;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "text1 ." "text2 btns" "text2 map";
  }
}

@media screen and (max-width: 768px) {
  footer .footer-overview {
    padding-top: 55px;
    text-align: center;
  }
  footer .footer-overview a {
    text-decoration: none;
    color: inherit;
  }
}

footer .footer-title {
  font-weight: bold;
  color: #06616e;
}

@media print, screen and (min-width: 769px) {
  footer .footer-title {
    grid-area: text1;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-title {
    font-size: 2.25rem;
    line-height: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-title span {
    display: block;
  }
}

@media print, screen and (min-width: 769px) {
  footer .footer-address {
    grid-area: text2;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-address {
    margin-top: 25px;
  }
}

@media print, screen and (min-width: 769px) {
  footer .footer-address li {
    font-size: 1rem;
    line-height: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-address li {
    font-size: 1.75rem;
    line-height: 2.6rem;
  }
}

footer .footer-address li a {
  text-decoration: none;
  color: inherit;
}

footer .footer-btns {
  grid-area: btns;
  position: relative;
  z-index: 30;
}

@media screen and (max-width: 768px) {
  footer .footer-btns {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }
}

footer .footer-btns li a {
  display: block;
  color: #333333;
  text-decoration: none;
  box-sizing: border-box;
  background: #fff url("../img_top/next.png") no-repeat;
  border-radius: calc(infinity * 1px);
}

@media print, screen and (min-width: 769px) {
  footer .footer-btns li a {
    font-size: 0.9375rem;
    width: 200px;
    background-position: center right 15px;
    background-size: 26px 26px;
    padding: 12px 40px 12px 22px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-btns li a {
    font-size: 1.75rem;
    width: 450px;
    background-position: center right 20px;
    background-size: 39px 39px;
    padding: 19px 60px 19px 22px;
    margin: 0 auto;
  }
}

footer .footer-btns li a:hover {
  text-decoration: underline;
}

footer .footer-btns li a:focus-visible {
  border: 2px solid #333 !important;
  outline: 2px solid #fff !important;
  outline-offset: -5px;
}

footer .footer-tomap {
  position: relative;
  z-index: 30;
}

@media print, screen and (min-width: 769px) {
  footer .footer-tomap {
    grid-area: map;
    text-align: end;
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-tomap {
    margin-top: 30px;
    font-size: 1.5rem;
  }
}

footer .footer-tomap a {
  color: #333333;
}

@media print, screen and (min-width: 769px) {
  footer .footer-tomap a {
    text-underline-offset: 8px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-tomap a {
    text-underline-offset: 12px;
  }
}

footer .footer-tomap a:hover {
  text-decoration: none;
}

footer .footer-tomap a:focus-visible {
  outline: 2px solid #fff !important;
  outline-offset: -2px;
  border: 4px solid #000;
}

@media print, screen and (min-width: 769px) {
  footer .footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100% - 50px);
    background: url("../img_common/pc_footer_back.png") no-repeat left top;
    background-size: cover;
    z-index: -10;
  }
}

footer .copyright {
  position: relative;
  color: #333333;
  text-align: center;
  z-index: 30;
}

@media print, screen and (min-width: 769px) {
  footer .copyright {
    padding: 15px 0 14px 0;
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 768px) {
  footer .copyright {
    padding: 25px 0;
    font-size: 1.25rem;
  }
}

footer .copyright-txt {
  text-align: center;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  footer #pagetop {
    bottom: 40px;
    right: 50px;
  }
  footer #pagetop img {
    width: 80px;
    height: 80px;
  }
}

@media screen and (max-width: 768px) {
  footer #pagetop {
    top: -60px;
    right: 40px;
  }
  footer #pagetop img {
    width: 120px;
    height: 120px;
  }
}

footer::before {
  content: "";
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  background-size: cover;
}

@media print, screen and (min-width: 769px) {
  footer::before {
    width: 854px;
    height: 269px;
    background: url("../img_common/pc_footer_deco.png") no-repeat;
  }
}

@media screen and (max-width: 768px) {
  footer::before {
    width: 375px;
    height: 326px;
    background: url("../img_common/sp_footer_deco.png") no-repeat;
  }
}

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"] .mv-main-sidetxt {
  background-color: transparent !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"] a:focus-visible {
  outline-color: #fff !important;
}

html[data-bgcolor="color_black"] h1, html[data-bgcolor="color_black"] h2, html[data-bgcolor="color_black"] h3, html[data-bgcolor="color_black"] h4, html[data-bgcolor="color_black"] h5, html[data-bgcolor="color_black"] h6 {
  background-image: none !important;
  border: 1px solid #E5D1AF;
}

html[data-bgcolor="color_black"] h5 {
  padding: 10px 0px;
}

html[data-bgcolor="color_black"] .wysiwyg .text_ {
  color: #ffdbea !important;
}

html[data-bgcolor="color_black"] .wysiwyg .text2_ {
  color: #b6e2f3 !important;
}

html[data-bgcolor="color_black"] #pdf-download {
  color: #333 !important;
}

html[data-bgcolor="color_black"] #header-logo img,
html[data-bgcolor="color_black"] #sp-header-logo img,
html[data-bgcolor="color_black"] #header-subnav .list li a,
html[data-bgcolor="color_black"] #header-size .title img,
html[data-bgcolor="color_black"] #header-color .title img,
html[data-bgcolor="color_black"] header .header-subnav-in li img,
html[data-bgcolor="color_black"] #footer-logo img,
html[data-bgcolor="color_black"] #footer-character img {
  background-color: #fff !important;
}

html[data-bgcolor="color_black"] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}

html[data-bgcolor="color_black"] .side-nav-list {
  background-color: transparent !important;
}

html[data-bgcolor="color_black"] .side-nav-list li span {
  background-color: transparent !important;
}

html[data-bgcolor="color_black"] #keyword-area {
  background: transparent !important;
}

html[data-bgcolor="color_black"] .toiawase .title, html[data-bgcolor="color_black"] .toiawase .in {
  border: 1px solid #fff;
}

html[data-bgcolor="color_black"] .toiawase .in {
  border-top: none;
}

html[data-bgcolor="color_black"] #sp-header .modal-menu .sp-nav .title button.plus::after,
html[data-bgcolor="color_black"] #sp-header .modal-menu .sp-nav .title button.mynus::after {
  background-color: #fff !important;
}

html[data-bgcolor="color_black"] .gsst_a .gscb_a {
  color: inherit !important;
}

html[data-bgcolor="color_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"] .mv-main-sidetxt {
  background-color: transparent !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"] a:focus-visible {
  outline-color: #fff !important;
}

html[data-bgcolor="color_blue"] h1, html[data-bgcolor="color_blue"] h2, html[data-bgcolor="color_blue"] h3, html[data-bgcolor="color_blue"] h4, html[data-bgcolor="color_blue"] h5, html[data-bgcolor="color_blue"] h6 {
  background-image: none !important;
  border: 1px solid #E5D1AF;
}

html[data-bgcolor="color_blue"] h5 {
  padding: 10px 0px;
}

html[data-bgcolor="color_blue"] .wysiwyg .text_ {
  color: #ffdbea !important;
}

html[data-bgcolor="color_blue"] .wysiwyg .text2_ {
  color: #b6e2f3 !important;
}

html[data-bgcolor="color_blue"] #pdf-download {
  color: #333 !important;
}

html[data-bgcolor="color_blue"] #header-logo img,
html[data-bgcolor="color_blue"] #sp-header-logo img,
html[data-bgcolor="color_blue"] #header-subnav .list li a,
html[data-bgcolor="color_blue"] #header-size .title img,
html[data-bgcolor="color_blue"] #header-color .title img,
html[data-bgcolor="color_blue"] header .header-subnav-in li img,
html[data-bgcolor="color_blue"] #footer-logo img,
html[data-bgcolor="color_blue"] #footer-character img {
  background-color: #fff !important;
}

html[data-bgcolor="color_blue"] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}

html[data-bgcolor="color_blue"] .side-nav-list {
  background-color: transparent !important;
}

html[data-bgcolor="color_blue"] .side-nav-list li span {
  background-color: transparent !important;
}

html[data-bgcolor="color_blue"] #keyword-area {
  background: transparent !important;
}

html[data-bgcolor="color_blue"] .toiawase .title, html[data-bgcolor="color_blue"] .toiawase .in {
  border: 1px solid #fff;
}

html[data-bgcolor="color_blue"] .toiawase .in {
  border-top: none;
}

html[data-bgcolor="color_blue"] #sp-header .modal-menu .sp-nav .title button.plus::after,
html[data-bgcolor="color_blue"] #sp-header .modal-menu .sp-nav .title button.mynus::after {
  background-color: #fff !important;
}

html[data-bgcolor="color_blue"] .gsst_a .gscb_a {
  color: inherit !important;
}
