@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 {
  box-sizing: border-box;
  margin-top: 20px;
  background: #cdecc3;
  font-size: 150%;
  line-height: 1.2;
  padding: 10px;
  border-radius: 5px;
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
  padding-left: 10px;
  border-left: 3px solid #fff;
}

h2.head-title a {
  color: inherit;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  box-sizing: border-box;
  margin-top: 20px;
  background: #d7ecf4;
  font-size: 125%;
  line-height: 1.2;
  padding: 10px;
  border-radius: 3px;
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
  padding-left: 10px;
  border-left: 3px solid #87c8e0;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  box-sizing: border-box;
  margin-top: 20px;
  font-size: 125%;
  line-height: 1.2;
  padding: 0 10px 10px;
  border-bottom: 4px solid #cdecc3;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  box-sizing: border-box;
  margin-top: 20px;
  font-size: 112.5%;
  line-height: 1.2;
  padding: 0 10px 10px;
  border-bottom: 2px solid #e5dcc8;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  box-sizing: border-box;
  margin-top: 20px;
  font-size: 100%;
  line-height: 1.2;
  padding: 0 10px;
}

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: #f6f3ec;
}

.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: "游ゴシック体", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 100%;
  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: #84c371;
  text-align: center;
}

.scheme2 {
  border: 1px solid #84c371;
  text-align: center;
}

.scheme3 {
  background-color: #333;
  text-align: center;
}

.scheme4 {
  background-color: #cdecc3;
  text-align: center;
}

.scheme5 {
  border: 1px solid #cdecc3;
  text-align: center;
}

.scheme6 {
  background-color: #333;
  text-align: center;
}

.scheme7 {
  background-color: #84c371;
  text-align: center;
}

.scheme8 {
  background-color: #7e7050;
  color: #fff;
  text-align: center;
}

.scheme9 {
  background-color: #f6f3ec;
  text-align: center;
}

.scheme10 {
  background-color: #84c371;
  text-align: center;
}

.scheme11 {
  background-color: #77bfda;
  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;
  }
}

#smartphone * {
  box-sizing: border-box;
}

#smartphone a {
  color: #333;
  display: block;
  text-decoration: none;
}

#smartphone .wrap {
  align-items: center;
  background-color: #cee6c7;
  border: 6px solid #cee6c7;
  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: #cee6c7;
  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;
}

/*==================================
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 {
  display: flex;
  justify-content: space-between;
  height: 100px;
  background: #f6f3ec;
}

@media screen and (max-width: 768px) {
  #header {
    height: 150px;
  }
}

#header *, #header *::before, #header *::after {
  box-sizing: border-box;
}

#header #header-logo {
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 10px 30px;
}

#header #header-logo a {
  display: inline-block;
}

#header #header-logo a:hover {
  opacity: .85;
}

@media print, screen and (min-width: 769px) {
  #header #header-logo img {
    width: auto;
    height: 60px;
  }
}

.modal button {
  appearance: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}

.modal button:hover {
  opacity: .85;
}

.modal .modal-btn-open {
  position: fixed;
  z-index: 400;
  right: 0;
  top: 0;
}

@media print, screen and (min-width: 769px) {
  .modal .modal-btn-open img {
    width: 130px;
  }
}

.modal .modal-in {
  position: fixed;
  z-index: 500;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  background: #f6f3ec;
  width: 100%;
  height: 100%;
  overflow: auto;
  transition: .3s;
}

.modal .modal-in.is-active {
  opacity: 1;
  visibility: visible;
}

.modal .modal-btn-close-top {
  position: absolute;
  right: 0;
  top: 0;
}

@media print, screen and (min-width: 769px) {
  .modal .modal-btn-close-top img {
    width: 130px;
  }
}

.modal .modal-body {
  display: flex;
  flex-flow: column;
  min-height: 100%;
}

@media print, screen and (min-width: 769px) {
  .modal .modal-body {
    align-items: center;
    justify-content: center;
    padding-top: 70px;
    gap: 50px;
  }
}

@media screen and (max-width: 768px) {
  .modal .modal-body {
    padding-top: 220px;
    gap: 30px;
  }
}

.modal .modal-body-in {
  flex: 1;
  display: flex;
  flex-flow: column;
}

@media print, screen and (min-width: 769px) {
  .modal .modal-body-in {
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
}

@media screen and (max-width: 768px) {
  .modal .modal-body-in {
    gap: 30px;
    padding: 0 25px;
  }
}

.modal .modal-menu {
  display: grid;
}

@media print, screen and (min-width: 769px) {
  .modal .modal-menu {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .modal .modal-menu {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

.modal .modal-menu a {
  display: flex;
  align-items: center;
  padding: 10px 70px 10px 30px;
  min-height: 120px;
  font-size: 187.5%;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: none;
  color: inherit;
  background: #fff url(../img_common/icon_arrow_green_m.png) right 20px center/30px auto no-repeat;
  border-radius: 10px;
  border: 2px solid transparent;
}

.modal .modal-menu a:hover {
  border-color: #84c371;
}

@media screen and (max-width: 768px) {
  .modal .modal-menu a {
    padding: 20px 90px 20px 30px;
    font-size: 135%;
    border-radius: 20px;
    background-size: auto;
    background-position: right 30px center;
  }
}

@media print, screen and (min-width: 769px) {
  .modal .modal-support {
    min-width: 700px;
    width: fit-content;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    padding: 15px 60px;
  }
}

@media screen and (max-width: 768px) {
  .modal .modal-support {
    background: white;
    border-radius: 20px;
    padding: 50px;
  }
}

.modal .modal-support a {
  color: inherit;
}

.modal .modal-support-in {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .modal .modal-support-in {
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .modal .modal-support-in {
    flex-flow: column;
    gap: 30px;
    width: 400px;
    margin: 0 auto;
  }
}

.modal .modal-reading {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

@media screen and (max-width: 768px) {
  .modal .modal-reading {
    gap: 30px;
    font-weight: bold;
  }
}

@media print, screen and (min-width: 769px) {
  .modal #speach-area {
    margin: 10px 0 20px;
    padding: 0 33px 0 0;
    position: relative;
  }
  .modal #speach-area .tsutaeru-speech-buttons button + button {
    margin-left: 10px;
  }
  .modal #speach-area .speach-area-close {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    padding: 0;
    overflow: visible;
    font-size: 0;
    background-color: #05203A;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: 0;
  }
  .modal #speach-area .speach-area-close::before, .modal #speach-area .speach-area-close::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 15px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .modal #speach-area .speach-area-close::before {
    transform: rotateZ(45deg);
  }
  .modal #speach-area .speach-area-close::after {
    transform: rotateZ(-45deg);
  }
}

@media screen and (max-width: 768px) {
  .modal #speach-area {
    margin: 10px auto 60px;
    width: fit-content;
    max-width: calc(100% - 100px);
    padding: 0 0px 0 0;
    position: relative;
  }
  .modal #speach-area .tsutaeru-speech {
    font-size: 100%;
  }
  .modal #speach-area .tsutaeru-speech-buttons {
    width: fit-content;
    margin: 0 auto;
  }
  .modal #speach-area .tsutaeru-speech-buttons button + button {
    margin-left: 10px;
  }
  .modal #speach-area .speach-area-close {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    padding: 0;
    overflow: visible;
    font-size: 0;
    background-color: #05203A;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: -46px;
  }
  .modal #speach-area .speach-area-close::before, .modal #speach-area .speach-area-close::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 26px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .modal #speach-area .speach-area-close::before {
    transform: rotateZ(45deg);
  }
  .modal #speach-area .speach-area-close::after {
    transform: rotateZ(-45deg);
  }
}

@media print, screen and (min-width: 769px) {
  .modal .modal-size {
    margin-top: -5px;
  }
}

@media screen and (max-width: 768px) {
  .modal .modal-size {
    display: flex;
    align-items: center;
  }
}

@media print, screen and (min-width: 769px) {
  .modal .modal-size dt {
    font-size: 75%;
  }
}

@media screen and (max-width: 768px) {
  .modal .modal-size dt {
    width: 5em;
    font-weight: bold;
    margin-right: 30px;
  }
}

.modal .modal-size dd {
  display: flex;
}

.modal .modal-size button {
  vertical-align: bottom;
}

@media print, screen and (min-width: 769px) {
  .modal .modal-size img {
    height: 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .modal .modal-color {
    margin-top: -5px;
  }
}

@media screen and (max-width: 768px) {
  .modal .modal-color {
    display: flex;
    align-items: center;
  }
}

@media print, screen and (min-width: 769px) {
  .modal .modal-color dt {
    font-size: 75%;
  }
}

@media screen and (max-width: 768px) {
  .modal .modal-color dt {
    width: 5em;
    font-weight: bold;
    margin-right: 30px;
  }
}

.modal .modal-color dd {
  display: flex;
  gap: 2px;
}

@media screen and (max-width: 768px) {
  .modal .modal-color dd {
    gap: 10px;
  }
}

.modal .modal-color a:hover {
  opacity: .85;
}

@media print, screen and (min-width: 769px) {
  .modal .modal-color img {
    height: 32px;
  }
}

.modal .modal-lang {
  display: flex;
}

.modal .modal-lang select {
  color: #000 !important;
  min-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #cee6c7;
  border-radius: 5px 0 0 5px;
  font-size: 100%;
}

@media screen and (max-width: 768px) {
  .modal .modal-lang select {
    padding: 20px 30px;
    border-width: 2px;
    border-radius: 10px 0 0 10px;
  }
}

.modal .modal-lang button {
  color: #000 !important;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #cee6c7;
  border-radius: 0 5px 5px 0;
  background: #cee6c7;
  padding: 10px;
  font-size: 87.5%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .modal .modal-lang button {
    padding: 20px 30px;
    font-size: 100%;
    border-width: 2px;
    border-radius: 0 10px 10px 0;
  }
}

.modal .goto-pc a {
  background: url(../img_common/icon_arrow_green_m.png) right 16px center no-repeat;
  box-sizing: border-box;
  border: 2px solid #cee6c7;
  border-radius: 5px;
  display: block;
  padding: 20px 60px 20px 30px;
  text-decoration: none;
}

.modal .modal-btn-close-bottom {
  margin-top: auto;
}

@media print, screen and (min-width: 769px) {
  .modal .modal-btn-close-bottom img {
    width: 400px;
  }
}

#container *, #container *::before, #container *::after {
  box-sizing: border-box;
}

.slider-container {
  position: relative;
}

.slider-container button {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  appearance: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slider-container .slider-controls {
  margin-top: 20px;
}

.slider-container .slider-controls * {
  line-height: 1;
}

.slider-container .slider-controls .slider-controls-in {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-container .slider-controls .slider-pager .bx-pager-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

@media screen and (max-width: 768px) {
  .slider-container .slider-controls .slider-pager .bx-pager-list {
    gap: 15px;
  }
}

.slider-container .slider-controls .slider-pager .bx-pager-list button {
  box-sizing: border-box;
  border: 1px solid #222222;
  border-radius: 50%;
  background: white;
  width: 10px;
  height: 10px;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .slider-container .slider-controls .slider-pager .bx-pager-list button {
    border-width: 2px;
    width: 24px;
    height: 24px;
  }
}

.slider-container .slider-controls .slider-pager .bx-pager-list button:hover, .slider-container .slider-controls .slider-pager .bx-pager-list button.active {
  background: #222222;
}

.slider-container .slider-controls .slider-auto {
  flex-shrink: 0;
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .slider-container .slider-controls .slider-auto {
    margin: 0 20px;
  }
}

.slider-container .slider-controls .slider-auto button {
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  background: url() center center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .slider-container .slider-controls .slider-auto button {
    width: 32px;
    height: 32px;
  }
}

.slider-container .slider-controls .slider-auto button:hover {
  opacity: .8;
}

.slider-container .slider-controls .slider-auto button.bx-stop {
  background-image: url(../img_top/slider_stop.png);
}

.slider-container .slider-controls .slider-auto button.bx-start {
  background-image: url(../img_top/slider_start.png);
}

@media print, screen and (min-width: 769px) {
  .common-wrap {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

.common-btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 250px;
  min-height: 50px;
  padding: 10px 50px;
  color: inherit;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  background: white url(../img_common/icon_arrow_green_s.png) right 20px center/20px auto no-repeat;
}

.common-btn a:hover {
  opacity: .85;
}

.common-btn.-green a,
.common-btn.-brown a {
  color: white;
  font-size: 112.5%;
  background: url(../img_common/icon_arrow_white.png) right 20px center/20px auto no-repeat;
}

@media screen and (max-width: 768px) {
  .common-btn.-green a,
  .common-btn.-brown a {
    min-width: 500px;
    min-height: 90px;
    padding: 20px 80px;
    border-radius: 50px;
    background-size: auto;
    background-position: right 30px center;
  }
}

.common-btn.-green a {
  background-color: #297d0f;
}

.common-btn.-brown a {
  background-color: #7e7050;
}

.mv-sec .mv-list img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 7;
}

.lead-sec {
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .lead-sec {
    padding: 30px 20px 90px;
  }
}

.lead-sec .lead-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 0;
}

@media screen and (max-width: 768px) {
  .lead-sec .lead-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .lead-sec img {
    max-width: 100%;
  }
}

.lead-sec .lead-copy {
  grid-column: 1 / -1;
  text-align: center;
}

.lead-sec .lead-map {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .lead-sec .lead-map {
    order: 3;
    margin-left: -30px;
  }
  .lead-sec .lead-map img {
    width: 630px;
  }
}

@media print, screen and (min-width: 769px) {
  .lead-sec .lead-body {
    order: 2;
    padding-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .lead-sec .lead-body {
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  .lead-sec .lead-body p {
    font-size: 112.5%;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .lead-sec .lead-body p {
    line-height: 1.6;
    margin-bottom: 40px;
  }
}

.publish-area {
  padding: 30px 0;
  background: #fdeded;
}

@media screen and (max-width: 768px) {
  .publish-area {
    padding: 30px 20px 50px;
  }
}

.publish-area .no-page {
  text-align: center;
}

.publish-area .publish-sec {
  padding: 30px 0;
}

.publish-area .publish-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  font-size: 225%;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .publish-area .publish-title {
    font-size: 185%;
  }
}

.publish-area .publish-title.news-title {
  background: url(../img_top/news_title_left.png) left center no-repeat, url(../img_top/news_title_right.png) right center no-repeat;
}

@media print, screen and (min-width: 769px) {
  .publish-area .publish-title.news-title {
    padding: 30px 130px;
    min-height: 100px;
    background-size: auto 100px;
  }
}

@media screen and (max-width: 768px) {
  .publish-area .publish-title.news-title {
    padding: 30px 150px;
    min-height: 121px;
  }
}

.publish-area .publish-title.topics-title {
  background: url(../img_top/topics_title_left.png) left center no-repeat, url(../img_top/topics_title_right.png) right center no-repeat;
}

@media print, screen and (min-width: 769px) {
  .publish-area .publish-title.topics-title {
    padding: 30px 110px;
    min-height: 80px;
    background-size: auto 80px;
  }
}

@media screen and (max-width: 768px) {
  .publish-area .publish-title.topics-title {
    padding: 30px 160px;
    min-height: 120px;
  }
}

.publish-area .publish-body {
  padding: 30px;
  background: white;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .publish-area .publish-body {
    padding: 50px 30px;
    border-radius: 20px;
  }
}

.publish-area .publish-list {
  max-height: 235px;
  padding-right: 20px;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  .publish-area .publish-list {
    max-height: 450px;
  }
}

.publish-area .publish-list li + li {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .publish-area .publish-list li + li {
    margin-top: 25px;
  }
}

.publish-area .publish-list .date {
  display: inline-block;
  padding: 5px;
  background: #dff1d9;
  line-height: 1;
}

.publish-area .publish-list .text {
  display: block;
  margin-top: 5px;
}

.publish-area .publish-list a {
  color: inherit;
}

.publish-area .publish-btn {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .publish-area .publish-btn {
    margin-top: 50px;
  }
}

.info-sec {
  padding: 60px 0;
}

.info-sec .info-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: fit-content;
  min-height: 96px;
  margin: 0 auto;
  font-size: 225%;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
  padding: 35px 150px 25px;
  background: url(../img_top/info_title_left.png) left center/auto 96px no-repeat, url(../img_top/info_title_right.png) right center/auto 96px no-repeat;
}

@media screen and (max-width: 768px) {
  .info-sec .info-title {
    font-size: 185%;
    padding: 35px 210px 25px;
    min-height: 141px;
    background-size: auto;
  }
}

.info-sec .info-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

@media screen and (max-width: 768px) {
  .info-sec .info-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px;
    padding: 0 40px;
  }
}

.info-sec .info-list a,
.info-sec .info-list .item-nolink,
.info-sec .info-list .item-in {
  height: 100%;
}

.info-sec .info-list a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.info-sec .info-list a:hover {
  opacity: .85;
}

.info-sec .info-list .item-in {
  display: flex;
  align-items: center;
  flex-flow: column;
  padding: 20px 10px;
  border: 10px solid #297d0f;
  border-radius: 10px;
  background-color: #c2d59a;
}

@media screen and (max-width: 768px) {
  .info-sec .info-list .item-in {
    padding: 30px 10px 20px;
  }
}

.info-sec .info-list li:nth-of-type(odd) .item-in {
  background-color: #a9d59a;
}

.info-sec .info-list .item-img img {
  object-fit: contain;
  height: 182px;
  width: 182px;
}

.info-sec .info-list .item-txt {
  margin-top: 5px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 187.5%;
  font-weight: bold;
  line-height: 1.2;
  min-height: 2.4em;
}

@media screen and (max-width: 768px) {
  .info-sec .info-list .item-txt {
    margin-top: 10px;
    font-size: 110%;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
#footer {
  padding-top: 180px;
  padding-bottom: 15%;
  background: url(../img_common/footer_bg.png) center bottom/100% auto no-repeat, linear-gradient(180deg, transparent 0%, #eaf9ff 240px, #eaf9ff 100%);
}

@media screen and (max-width: 768px) {
  #footer {
    padding-top: 100px;
    padding-bottom: 6.66%;
    background: url(../img_common/footer_bg_sp.png) center bottom/100% auto no-repeat, linear-gradient(180deg, transparent 0%, #eaf9ff 160px, #eaf9ff 100%);
  }
}

#footer *, #footer *::before, #footer *::after {
  box-sizing: border-box;
}

#footer #pagetop {
  position: fixed;
  z-index: 200;
  right: 10px;
  bottom: 10px;
}

#footer #pagetop a {
  display: block;
}

#footer #pagetop a:hover {
  opacity: .85;
}

@media print, screen and (min-width: 769px) {
  #footer #pagetop a img {
    width: 120px;
  }
}

#footer .footer-in {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  #footer .footer-in {
    width: 1000px;
    margin: 0 auto;
  }
}

#footer .footer-title {
  font-size: 150%;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  #footer .footer-title {
    font-size: 135%;
  }
}

#footer .footer-tel {
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  #footer .footer-tel {
    margin: 40px 0;
  }
}

#footer .footer-tel dt, #footer .footer-tel dd {
  font-weight: bold;
  line-height: 1.1;
}

@media screen and (max-width: 768px) {
  #footer .footer-tel dt {
    font-size: 90%;
  }
}

#footer .footer-tel dd {
  font-size: 250%;
}

@media screen and (max-width: 768px) {
  #footer .footer-tel dd {
    font-size: 220%;
  }
}

#footer .footer-link {
  display: flex;
  justify-content: center;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  #footer .footer-link {
    padding: 0 30px;
  }
}

#footer .footer-link a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 250px;
  min-height: 50px;
  padding: 10px 50px;
  color: inherit;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  background: white url(../img_common/icon_arrow_green_s.png) right 20px center/20px auto no-repeat;
}

#footer .footer-link a:hover {
  opacity: .85;
}

@media screen and (max-width: 768px) {
  #footer .footer-link a {
    min-width: 320px;
    min-height: 70px;
    padding: 10px 50px;
    font-size: 88%;
    border-radius: 40px;
    background-size: auto;
    background-position: right 20px center;
  }
}

#footer .copyright {
  margin-top: 50px;
  font-size: 75%;
}

@media screen and (max-width: 768px) {
  #footer .copyright {
    font-size: 67%;
    margin-bottom: 30px;
  }
}
