@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: #444444;
  color: #fff;
  font-size: 140%;
  font-weight: normal;
  box-sizing: border-box;
  padding: 8px 15px 6px 15px;
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
}

h2.head-title a:link {
  color: #fff;
}

h2.head-title a:visited {
  color: #fff;
}

h2.head-title a:hover {
  color: #fff;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  color: #423921;
  font-size: 120%;
  font-weight: normal;
  box-sizing: border-box;
  border-bottom: 4px solid #333333;
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
  padding: 8px 15px 7px 0px;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  font-size: 110%;
  font-weight: normal;
  padding: 10px 15px 8px 3px;
  border-bottom: 2px solid #b9b9b9;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 110%;
  margin-top: 20px;
  display: block;
  padding: 0 0 5px 10px;
  line-height: 1.2;
  font-weight: normal;
  border-left: 4px solid #444444;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 100%;
  padding-bottom: 5px;
  margin-top: 20px;
  line-height: 1.2;
  font-weight: normal;
}

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 {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: disc;
}

* html .wysiwyg ul {
  display: inline-block;
}

.wysiwyg ol {
  padding-left: 50px;
  margin-top: 10px;
  list-style: decimal;
  /*回り込み画像時にリストが出ない問題を解決*/
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .wysiwyg ol {
    margin-left: 22px;
  }
}

* html .wysiwyg ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.wysiwyg table ul {
  margin-left: 0;
}

.wysiwyg table ol {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .wysiwyg table ol {
    margin-left: 0;
    padding-left: 40px;
  }
}

.wysiwyg 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: #333333;
  color: #fff;
  font-weight: normal;
}

.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 .text_, .cke_panel_list .text_ {
  color: #c00;
}

.wysiwyg .text2_, .cke_panel_list .text2_ {
  color: #00c;
}

.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-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 90%;
  color: #333;
  background: #fff;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 170% !important;
  }
}

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: #cce2fc;
  color: #2d5f92;
}

a:active {
  _background: #cce2fc;
  /*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: #333333;
  text-align: center;
}

.scheme2 {
  border: 1px solid #333333;
  text-align: center;
}

.scheme3 {
  background-color: #ffffff;
  text-align: center;
}

.scheme4 {
  background-color: #333333;
  text-align: center;
}

.scheme5 {
  border: 1px solid #333333;
  text-align: center;
}

.scheme6 {
  background-color: #ffffff;
  text-align: center;
}

.scheme7 {
  background-color: #333333;
  text-align: center;
}

.scheme8 {
  background-color: #333333;
  color: #fff;
  text-align: center;
}

.scheme9 {
  background-color: #b9b9b9;
  text-align: center;
}

.scheme10 {
  background-color: #333333;
  text-align: center;
}

.scheme11 {
  background-color: #333333;
  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;
}

/* ----- カスタム設定 ----- */
.gsc-input-box {
  border: 1px solid #ccc !important;
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border-radius: 5px 0 0 5px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    border-radius: 5px 0 0 5px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 33px;
  }
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 63px;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 33px;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 63px;
    padding-left: 0 !important;
  }
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  background-color: #333 !important;
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 50px !important;
    border-radius: 0 5px 5px 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 100px !important;
    border-radius: 0 5px 5px 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    width: 13px !important;
    height: 13px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    width: 26px !important;
    height: 26px !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

@media print {
  body {
    zoom: 1;
  }
}

@media print, screen and (min-width: 769px) {
  .bnr-wrap li:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .bnr-wrap li:not(:last-child) {
    margin-bottom: 28px;
  }
}

.bnr-wrap a:hover img {
  opacity: 0.85;
}

@media print, screen and (min-width: 769px) {
  .info-wrap {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .info-wrap {
    margin-top: 70px;
  }
}

.info-wrap h2.side-title {
  border-bottom: 1px solid #b9b9b9;
}

@media print, screen and (min-width: 769px) {
  .info-wrap h2.side-title {
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  .info-wrap h2.side-title {
    border-width: 2px;
    font-size: 155%;
  }
}

@media print, screen and (min-width: 769px) {
  .info-wrap h3.side-title, .info-wrap .desc-text {
    font-size: 125%;
  }
}

.info-wrap h3.side-title {
  border-left: 4px solid #21ad33;
  line-height: 1;
}

@media print, screen and (min-width: 769px) {
  .info-wrap h3.side-title {
    margin-bottom: 6px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .info-wrap h3.side-title {
    font-size: 132%;
    margin-bottom: 18px;
    padding-left: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .info-wrap .address-box .address {
    margin-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .info-wrap .address-box .address {
    margin-top: 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .info-wrap .address-box .tel {
    margin-top: 22px;
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 768px) {
  .info-wrap .address-box .tel {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .info-wrap .kaicho-box {
    margin-top: 60px;
  }
}

@media print, screen and (min-width: 769px) {
  .info-wrap .kaicho-box .bnr-img {
    margin: 19px 0 28px 0;
  }
}

@media screen and (max-width: 768px) {
  .info-wrap .kaicho-box .bnr-img {
    margin: 48px 0 50px 0;
  }
}

@media print, screen and (min-width: 769px) {
  .info-wrap .kaicho-box .bnr-img img {
    height: 63px;
    width: 260px;
  }
}

@media screen and (max-width: 768px) {
  .info-wrap .kaicho-box .bnr-img img {
    height: 171px;
    width: 700px;
  }
}

@media print, screen and (min-width: 769px) {
  .info-wrap .kyushobi-box {
    margin-top: 22px;
  }
}

@media screen and (max-width: 768px) {
  .info-wrap .kyushobi-box {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .info-wrap .other {
    margin-top: 19px;
  }
}

p.jqs-go-to-sp {
  position: relative;
  width: 100%;
  z-index: 9999;
}

p.jqs-go-to-sp a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0.5em 0;
  background-color: #f5f5f5;
  border: 2px solid  #333;
  text-align: center;
  font-size: 194%;
  color: #333;
  text-decoration: none;
}

/*==================================
header（PC）
==================================*/
@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;
  }
  #header {
    /* #header-nav */
    /* end-#header-nav */
    /* .header-subnav-area */
    /* end-.header-subnav-area */
  }
  #header #header-nav {
    padding: 10px 0;
    background: #ececec;
  }
  #header #header-nav .in {
    width: 1000px;
    margin: 0 auto;
  }
  #header #header-nav .list {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  #header #header-nav li {
    text-align: center;
  }
  #header #header-nav li a {
    display: block;
    padding: 10px 24px 9px 25px;
    color: #333;
    font-size: 125%;
    text-decoration: none;
    position: relative;
  }
  #header #header-nav li a::before {
    background-color: #7d7d7d;
    bottom: 0;
    content: '';
    display: inline-block;
    height: 28px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 1px;
  }
  #header #header-nav li a:hover {
    text-decoration: underline;
  }
  #header #header-nav li span {
    display: block;
  }
  #header #header-nav li:last-child a::after {
    background-color: #7d7d7d;
    bottom: 0;
    content: '';
    display: inline-block;
    height: 28px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
  }
  #header .subnav-text {
    background-color: #545454;
    color: #fff;
  }
  #header .subnav-text p {
    margin: 0 auto;
    padding: 10px 0;
    text-align: right;
    width: 1000px;
  }
  #header .header-subnav-area {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 90px;
  }
  #header .header-subnav-area #header-logo {
    position: absolute;
    top: 20px;
    left: 0;
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #sp-header {
    margin-top: 20px;
    /* モーダル */
  }
  #sp-header .modal-menu-close {
    display: none;
  }
  #sp-header > .box {
    display: block;
    margin-bottom: 40px;
    /* #sp-header-logo */
    /* end-#sp-header-logo */
    /* #sp-header-logo */
    /* end-#sp-header-logo */
  }
  #sp-header > .box #sp-header-logo img {
    margin-top: 20px;
    margin-left: 28px;
    max-width: 100%;
  }
  #sp-header > .box #sp-header-nav {
    position: absolute;
    right: 10px;
    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 {
    margin: 10px 0;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area img {
    max-width: 100%;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area p {
    position: absolute;
    top: 20px;
    right: 0;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area .menu-btn-search {
    position: absolute;
    left: 0;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area .menu-btn-menu {
    position: absolute;
    top: 20px;
    right: 0;
  }
  #sp-header .modal-search-bg,
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: 9;
  }
  #sp-header .modal-search,
  #sp-header .modal-menu {
    background-color: #fff;
    display: none;
    position: absolute;
    height: auto;
    top: 150px;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  #sp-header .modal-search .in,
  #sp-header .modal-menu .in {
    background-color: #FFF;
    box-sizing: border-box;
  }
  #sp-header .modal-search .box,
  #sp-header .modal-menu .box {
    border-bottom: 2px solid #545454;
  }
  #sp-header .modal-search .box > a,
  #sp-header .modal-menu .box > a {
    background: url(../img_common/modal_menu_btn_plus.png) no-repeat right 28px center;
    border: none;
    box-sizing: border-box;
    color: #333;
    display: block;
    padding: 20px 25px 18px 28px;
    font-weight: normal;
    font-size: 145%;
    text-align: left;
    text-decoration: none;
    width: 100%;
  }
  #sp-header .modal-search .modal-menu-close,
  #sp-header .modal-menu .modal-menu-close {
    padding: 20px 0;
    text-align: center;
  }
  #sp-header .modal-search .modal-menu-close span,
  #sp-header .modal-menu .modal-menu-close span {
    cursor: pointer;
  }
  #sp-header .modal-search .arrow,
  #sp-header .modal-menu .arrow {
    position: absolute;
    top: -14px;
    right: 8%;
  }
  #sp-header .modal-search .list,
  #sp-header .modal-menu .list {
    padding-bottom: 40px;
  }
  #sp-header .modal-search .list li,
  #sp-header .modal-menu .list li {
    margin-left: 60px;
  }
  #sp-header .modal-search .list li:not(:last-child),
  #sp-header .modal-menu .list li:not(:last-child) {
    margin-bottom: 20px;
  }
  #sp-header .modal-search .list a,
  #sp-header .modal-menu .list a {
    background: url(../img_common/modal_link_naibu.png) left center no-repeat;
    border-bottom: 2px solid #797979;
    color: #333;
    display: inline-block;
    font-size: 100%;
    padding-left: 24px;
    text-decoration: none;
  }
  #sp-header .modal-search .title,
  #sp-header .modal-menu .title {
    background: url(../img_common/modal_menu_btn_plus.png) no-repeat right 28px center;
    border: none;
    color: #333;
    padding: 20px 25px 18px 28px;
    font-weight: normal;
    font-size: 145%;
    text-align: left;
    width: 100%;
  }
  #sp-header .modal-search .on,
  #sp-header .modal-menu .on {
    background-image: url(../img_common/modal_menu_btn_minus.png);
  }
  #sp-header .modal-search .in {
    padding: 20px 20px 0;
  }
  #sp-header .modal-search .title {
    background: none;
    padding: 0 0 10px;
  }
  #sp-header .modal-search .arrow {
    right: 28%;
  }
  #sp-header .goto-pc, #sp-header .modal-menu-close-bottom {
    align-items: center;
    display: flex;
    height: 90px;
    justify-content: center;
    margin: 0 auto;
    width: 480px;
  }
  #sp-header .goto-pc a, #sp-header .goto-pc span, #sp-header .modal-menu-close-bottom a, #sp-header .modal-menu-close-bottom span {
    color: #fff;
    font-family: "游ゴシック", "Yu Gothic";
    font-size: 110%;
    text-decoration: none;
  }
  #sp-header .goto-pc a:focus, #sp-header .goto-pc span:focus, #sp-header .modal-menu-close-bottom a:focus, #sp-header .modal-menu-close-bottom span:focus {
    background-color: #cce2fc;
    color: #000 !important;
  }
  #sp-header .goto-pc {
    background-color: #000000;
    margin-top: 80px;
  }
  #sp-header .goto-pc a {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
  #sp-header .modal-menu-close-bottom {
    background-color: #686868;
    margin-top: 18px;
    margin-bottom: 78px;
  }
  #sp-header .modal-menu-close-bottom a {
    background: url(../img_common/close.png) left center no-repeat;
    font-feature-settings: "palt";
    padding-left: 45px;
  }
}

@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%;
  }
}

/*container*/
.obj-fit-cover img {
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;';
}

.shichokaku-desc {
  background-color: #545454;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}

.shichokaku-desc p {
  font-size: 95%;
}

.mv-pc {
  margin: 30px auto 0;
  position: relative;
  width: 1000px;
}

.mv-pc .slide-controls button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0;
}

.mv-pc .slide-controls .arrow button {
  background: center /contain no-repeat;
  height: 55px;
  margin-top: -12.5px;
  position: absolute;
  top: 110px;
  width: 55px;
}

.mv-pc .slide-controls .arrow button.bx-prev {
  background-image: url("../img_top/prev.png");
  left: -25px;
  z-index: 1;
}

.mv-pc .slide-controls .arrow button.bx-prev:hover {
  opacity: 0.85;
}

.mv-pc .slide-controls .arrow button.bx-next {
  background-image: url("../img_top/next.png");
  right: -25px;
  z-index: 1;
}

.mv-pc .slide-controls .arrow button.bx-next:hover {
  opacity: 0.85;
}

.mv-pc .slide-controls .control-unit {
  align-items: center;
  display: flex;
  margin-top: 15px;
  justify-content: center;
}

.mv-pc .slide-controls .control-unit .bx-pager-list {
  display: flex;
}

.mv-pc .slide-controls .control-unit .bx-pager-list .bx-pager-item {
  display: flex;
  height: 12px;
  margin-right: 12px;
  width: 12px;
}

.mv-pc .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
  border: 2px solid #ffb5ba;
  background-color: #fff;
  border-radius: 50%;
  height: 100%;
  padding: 0;
  width: 100%;
}

.mv-pc .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active, .mv-pc .slide-controls .control-unit .bx-pager-list .bx-pager-item button:hover {
  border: 2px solid #ffb5ba;
  background-color: #ffb5ba;
}

.mv-pc .slide-controls .control-unit .bx-controls-auto-item {
  bottom: 8px;
  position: absolute;
  right: 20px;
}

.mv-pc .slide-controls .control-unit .bx-controls-auto-item button {
  background: center /contain no-repeat;
  display: block;
  height: 55px;
  width: 55px;
}

.mv-pc .slide-controls .control-unit .bx-controls-auto-item button.bx-start {
  background-image: url("../img_top/start.png");
}

.mv-pc .slide-controls .control-unit .bx-controls-auto-item button.bx-start:hover {
  opacity: 0.85;
}

.mv-pc .slide-controls .control-unit .bx-controls-auto-item button.bx-stop {
  background-image: url("../img_top/stop.png");
}

.mv-pc .slide-controls .control-unit .bx-controls-auto-item button.bx-stop:hover {
  opacity: 0.85;
}

.mv-pc .slide-controls .control-unit .bx-controls-auto-item button.active {
  display: none;
}

.mv-pc img {
  height: 273px;
  width: 1000px;
}

.mv-sp {
  margin-top: 15px;
  position: relative;
}

.mv-sp .slide-controls button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0;
}

.mv-sp .slide-controls .arrow button {
  background: center /contain no-repeat;
  height: 40px;
  margin-top: -12.5px;
  position: absolute;
  top: 310px;
  width: 40px;
}

.mv-sp .slide-controls .arrow button.bx-prev {
  background-image: url("../img_top/prev.png");
  left: 30px;
  z-index: 1;
}

.mv-sp .slide-controls .arrow button.bx-prev:hover {
  opacity: 0.85;
}

.mv-sp .slide-controls .arrow button.bx-next {
  background-image: url("../img_top/next.png");
  right: 30px;
  z-index: 1;
}

.mv-sp .slide-controls .arrow button.bx-next:hover {
  opacity: 0.85;
}

.mv-sp .slide-controls .control-unit {
  align-items: center;
  display: flex;
  margin-top: 15px;
  justify-content: center;
}

.mv-sp .slide-controls .control-unit .bx-pager-list {
  display: flex;
}

.mv-sp .slide-controls .control-unit .bx-pager-list .bx-pager-item {
  display: flex;
  height: 12px;
  margin-right: 12px;
  width: 12px;
}

.mv-sp .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
  border: 2px solid #ffb5ba;
  background-color: #fff;
  border-radius: 50%;
  height: 100%;
  padding: 0;
  width: 100%;
}

.mv-sp .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active, .mv-sp .slide-controls .control-unit .bx-pager-list .bx-pager-item button:hover {
  border: 2px solid #ffb5ba;
  background-color: #ffb5ba;
}

.mv-sp .slide-controls .control-unit .bx-controls-auto-item {
  bottom: 8px;
  position: absolute;
  right: 20px;
}

.mv-sp .slide-controls .control-unit .bx-controls-auto-item button {
  background: center /contain no-repeat;
  display: block;
  height: 40px;
  width: 40px;
}

.mv-sp .slide-controls .control-unit .bx-controls-auto-item button.bx-start {
  background-image: url("../img_top/start.png");
}

.mv-sp .slide-controls .control-unit .bx-controls-auto-item button.bx-start:hover {
  opacity: 0.85;
}

.mv-sp .slide-controls .control-unit .bx-controls-auto-item button.bx-stop {
  background-image: url("../img_top/stop.png");
}

.mv-sp .slide-controls .control-unit .bx-controls-auto-item button.bx-stop:hover {
  opacity: 0.85;
}

.mv-sp .slide-controls .control-unit .bx-controls-auto-item button.active {
  display: none;
}

.mv-sp img {
  height: 677px;
  width: 750px;
}

@media print, screen and (min-width: 769px) {
  .news-side-wrap {
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0;
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .news-side-wrap {
    margin: 0 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .box-left {
    width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .box-left {
    margin-top: 95px;
  }
}

.box-left .pageListNotExists {
  text-align: center;
}

.box-left h2.title {
  font-weight: normal;
  text-align: center;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .box-left h2.title {
    font-size: 167%;
  }
}

.box-left .news-list, .box-left .topics-list {
  overflow: auto;
}

@media print, screen and (min-width: 769px) {
  .box-left .news-list, .box-left .topics-list {
    margin-left: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .box-left .news-list li, .box-left .topics-list li {
    display: flex;
  }
}

.box-left .news-list li a, .box-left .topics-list li a {
  color: #333;
}

@media print, screen and (min-width: 769px) {
  .box-left .news-list li .date, .box-left .news-list li .txt, .box-left .topics-list li .date, .box-left .topics-list li .txt {
    font-size: 104%;
  }
}

@media print, screen and (min-width: 769px) {
  .box-left .news-list li .date, .box-left .topics-list li .date {
    min-width: 105px;
  }
}

@media print, screen and (min-width: 769px) {
  .box-left .news-list li .txt, .box-left .topics-list li .txt {
    margin-left: 22px;
  }
}

@media screen and (max-width: 768px) {
  .box-left .news-list li .txt, .box-left .topics-list li .txt {
    display: block;
  }
}

.box-left .news-list li:not(:last-child), .box-left .topics-list li:not(:last-child) {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 769px) {
  .box-left .news-list {
    height: 130px;
  }
}

@media screen and (max-width: 768px) {
  .box-left .news-list {
    height: 322px;
  }
}

@media print, screen and (min-width: 769px) {
  .box-left .topics-list {
    height: 180px;
  }
}

@media screen and (max-width: 768px) {
  .box-left .topics-list {
    height: 420px;
  }
}

.box-left .news-wrap, .box-left .topics-wrap {
  box-sizing: border-box;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .box-left .news-wrap, .box-left .topics-wrap {
    padding: 58px 0 34px 0;
  }
}

@media screen and (max-width: 768px) {
  .box-left .news-wrap, .box-left .topics-wrap {
    padding: 80px 0 52px 0;
  }
}

.box-left .news-wrap::before, .box-left .news-wrap::after, .box-left .topics-wrap::before, .box-left .topics-wrap::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 60px;
  width: 60px;
}

.box-left .news-wrap h2.title, .box-left .topics-wrap h2.title {
  background-color: #fff;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
}

@media print, screen and (min-width: 769px) {
  .box-left .news-wrap h2.title, .box-left .topics-wrap h2.title {
    top: -25px;
    width: 210px;
  }
}

@media screen and (max-width: 768px) {
  .box-left .news-wrap h2.title, .box-left .topics-wrap h2.title {
    top: -45px;
    width: 300px;
  }
}

.box-left .news-wrap h2.title::after, .box-left .topics-wrap h2.title::after {
  bottom: 0;
  content: '';
  display: inline-block;
  margin: auto;
  left: 0;
  position: absolute;
  right: 0;
}

.box-left .news-wrap .more, .box-left .topics-wrap .more {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .box-left .news-wrap .more, .box-left .topics-wrap .more {
    font-size: 125%;
    border-radius: 25px;
    margin: 30px auto 0;
    width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .box-left .news-wrap .more, .box-left .topics-wrap .more {
    font-size: 110%;
    border-radius: 36px;
    margin: 25px auto 0;
    width: 320px;
  }
}

.box-left .news-wrap .more a, .box-left .topics-wrap .more a {
  background: url(../img_top/more_arrow.png) right 22px center no-repeat;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 12px 75px;
}

.box-left .news-wrap {
  border: 2px solid #ffb5ba;
}

@media print, screen and (min-width: 769px) {
  .box-left .news-wrap {
    margin-top: 34px;
  }
}

.box-left .news-wrap::before {
  background: url(../img_top/news_right_top.png) center center no-repeat;
  top: -1px;
  right: -1px;
}

.box-left .news-wrap::after {
  background: url(../img_top/news_left_bottom.png) center center no-repeat;
  bottom: -1px;
  left: -1px;
}

@media print, screen and (min-width: 769px) {
  .box-left .news-wrap h2.title {
    padding-bottom: 14px;
  }
}

@media screen and (max-width: 768px) {
  .box-left .news-wrap h2.title {
    padding-bottom: 20px;
  }
}

.box-left .news-wrap h2.title::after {
  background: url(../img_top/news_en.png) center center no-repeat;
  height: 12px;
  width: 49px;
}

@media screen and (max-width: 768px) {
  .box-left .news-wrap h2.title::after {
    background-size: 80px 20px;
    height: 20px;
    width: 80px;
  }
}

.box-left .news-wrap .more {
  background-color: #ffb5ba;
}

.box-left .news-wrap .more a {
  color: #231815;
}

.box-left .news-wrap .more a :focus-visible {
  border: 1px solid #000;
}

.box-left .topics-wrap {
  border: 2px solid #61bfbe;
}

@media print, screen and (min-width: 769px) {
  .box-left .topics-wrap {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .box-left .topics-wrap {
    margin-top: 94px;
  }
}

.box-left .topics-wrap::before {
  background: url(../img_top/topics_right_top.png) center center no-repeat;
  top: -1px;
  right: -1px;
}

.box-left .topics-wrap::after {
  background: url(../img_top/topics_left_bottom.png) center center no-repeat;
  bottom: -1px;
  left: -1px;
}

.box-left .topics-wrap h2.title {
  padding-bottom: 22px;
}

.box-left .topics-wrap h2.title::after {
  background: url(../img_top/topics_en.png) center center no-repeat;
  height: 26px;
  width: 80px;
}

@media screen and (max-width: 768px) {
  .box-left .topics-wrap h2.title::after {
    background-size: 108px 33px;
    height: 33px;
    width: 108px;
  }
}

.box-left .topics-wrap .more {
  background-color: #61bfbe;
}

.box-left .topics-wrap .more a {
  color: #231815;
}

.box-left .topics-wrap .more a:focus-visible {
  border: 1px solid #000;
}

@media print, screen and (min-width: 769px) {
  .box-right {
    width: 260px;
  }
}

@media screen and (max-width: 768px) {
  .box-right {
    margin: 82px 5px 0 5px;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
@media print, screen and (min-width: 769px) {
  footer {
    margin-top: 26px;
  }
}

footer .box {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 90%;
}

footer #pagetop a {
  display: block;
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  footer #pagetop img {
    height: 90px;
    width: 90px;
  }
}

footer .copyright {
  font-family: "游ゴシック", "Yu Gothic";
  background-color: #333;
  color: #fff;
  font-size: 90%;
}

@media print, screen and (min-width: 769px) {
  footer .copyright {
    padding: 20px 0;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  footer .copyright {
    padding: 14px 0 14px 25px;
    text-align: left;
  }
}

footer .privacy-box {
  background-color: #545454;
}

footer .privacy-box .privacy-list {
  align-items: center;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  footer .privacy-box .privacy-list {
    justify-content: flex-end;
    margin: 0 auto;
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  footer .privacy-box .privacy-list {
    justify-content: center;
  }
}

@media print, screen and (min-width: 769px) {
  footer .privacy-box li {
    padding: 28px 0;
  }
}

@media screen and (max-width: 768px) {
  footer .privacy-box li {
    font-size: 90%;
    margin: 0 auto;
    padding: 42px 0;
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  footer .privacy-box li:first-child {
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  footer .privacy-box li:first-child {
    margin-right: -70px;
  }
}

footer .privacy-box li a {
  background: url(../img_common/footer_arrow.png) left center no-repeat;
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  footer .privacy-box li a {
    padding-left: 14px;
  }
}

@media screen and (max-width: 768px) {
  footer .privacy-box li a {
    background-size: 14px 24px;
    padding-left: 28px;
  }
}

@media print, screen and (min-width: 769px) {
  footer .box {
    position: relative;
  }
  footer .box #pagetop {
    position: absolute;
    right: 76px;
    top: -30px;
    width: 50px;
  }
}

@media screen and (max-width: 768px) {
  footer .box {
    padding: 30px 40px;
  }
  footer #pagetop {
    position: absolute;
    top: -12px;
    right: 105px;
    margin-right: -80px;
  }
}
